From 98278bcb104a23abad66980cd714e9549e15d4d8 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiese Date: Fri, 8 Jul 2022 16:28:34 +0200 Subject: [PATCH] Release 2.1 --- attachment.php | 4 +- css/fau-theme-admin.css | 4 +- css/fau-theme-editor-style.css | 7 - css/fau-theme-gutenberg.css | 7 - footer.php | 84 +- functions.php | 288 +- functions/constants.php | 2693 +++++++++-------- functions/custom-fields.php | 48 +- functions/defaults.php | 4 +- functions/filters.php | 55 +- functions/gutenberg.php | 156 +- functions/menu.php | 60 +- functions/posttype_imagelink.php | 407 +-- functions/shortcodes.php | 47 +- functions/template-functions.php | 180 +- gulpfile.js | 158 +- header.php | 23 +- img/screenshots/screenshot-med.png | Bin 4330747 -> 639291 bytes img/screenshots/screenshot-nat.png | Bin 4330747 -> 595793 bytes img/screenshots/screenshot-phil.png | Bin 4330747 -> 777866 bytes img/screenshots/screenshot-rw.png | Bin 4330747 -> 628191 bytes img/screenshots/screenshot-tf.png | Bin 4330747 -> 556187 bytes img/socialmedia/Browse.plb | Bin 0 -> 4955 bytes img/socialmedia/favicon-apple-touch.png | Bin 0 -> 12517 bytes js/fau-theme.min.js | 2 +- js/printlinks.min.js | 1 + page-templates/page-start.php | 4 + print.css | 18 + screenshot.png | Bin 4330747 -> 556187 bytes searchform.php | 2 +- src/favicons/med/Browse.plb | Bin 0 -> 4970 bytes src/favicons/med/favicon-apple-touch.png | Bin 0 -> 12519 bytes src/favicons/nat/Browse.plb | Bin 0 -> 4965 bytes src/favicons/nat/favicon-apple-touch.png | Bin 0 -> 12518 bytes src/favicons/phil/Browse.plb | Bin 0 -> 4952 bytes src/favicons/phil/favicon-apple-touch.jpg | Bin 0 -> 4707 bytes src/favicons/rw/Browse.plb | Bin 0 -> 4978 bytes src/favicons/rw/favicon-apple-touch.png | Bin 0 -> 12519 bytes src/favicons/tf/Browse.plb | Bin 0 -> 4955 bytes src/favicons/tf/favicon-apple-touch.png | Bin 0 -> 12517 bytes src/favicons/zentral/Browse.plb | Bin 0 -> 18232 bytes src/favicons/zentral/favicon-apple-touch.png | Bin 0 -> 12518 bytes src/js/main/main.js | 51 + src/sass/_custom-properties.scss | 6 +- src/sass/_printer.scss | 226 -- src/sass/_reset.scss | 9 + src/sass/_variables.scss | 32 +- src/sass/backend/_backend.scss | 2 + .../editor-style}/_editor-sidebar.scss | 0 .../backend/editor-style/_editor-style.scss | 15 + .../editor-style/_editor.scss} | 0 src/sass/backend/editor-style/_gutenberg.scss | 11 + src/sass/elements/_code.scss | 37 +- src/sass/elements/_elements.scss | 2 + src/sass/elements/_forms.scss | 10 +- src/sass/elements/_general-classes.scss | 14 +- src/sass/elements/_images.scss | 74 +- src/sass/elements/_links.scss | 160 +- src/sass/elements/_lists.scss | 252 +- src/sass/elements/_screen-only.scss | 5 + src/sass/elements/_selectors.scss | 4 +- src/sass/fau-theme-admin.css | 1 - src/sass/fau-theme-admin.scss | 1 + src/sass/fau-theme-editor-style.css | 1 - src/sass/fau-theme-editor-style.scss | 31 - src/sass/fau-theme-gutenberg.css | 1 - src/sass/fau-theme-gutenberg.scss | 28 - src/sass/fau-theme-print.scss | 430 +++ src/sass/fau-theme-style.css | 1 - src/sass/fau-theme-style.scss | 18 +- src/sass/fonts/_fontbase.scss | 2 + src/sass/frameworks/_bootstrap.scss | 7 +- src/sass/frameworks/bootstrap/_alerts.scss | 1 - src/sass/frameworks/bootstrap/_buttons.scss | 162 - src/sass/frameworks/bootstrap/_code.scss | 37 - src/sass/frameworks/bootstrap/_grid.scss | 11 - src/sass/frameworks/bootstrap/_mixins.scss | 2 +- .../frameworks/bootstrap/_scaffolding.scss | 20 - src/sass/frameworks/bootstrap/_theme.scss | 291 -- src/sass/frameworks/bootstrap/_type.scss | 58 - src/sass/frameworks/bootstrap/_variables.scss | 6 +- .../bootstrap/mixins/_rrze-gathered.scss | 7 +- src/sass/gutenberg/_gutenberg.scss | 11 - src/sass/mixins/_mixins.scss | 79 +- src/sass/plugins/_fau-oembed.scss | 26 +- src/sass/plugins/_fau-studienangebot.scss | 20 + src/sass/plugins/_mimetype-link-icons.scss | 17 + src/sass/plugins/_plugin-fancybox.scss | 5 + src/sass/plugins/_plugin-misc.scss | 9 + src/sass/plugins/_plugins.scss | 6 + src/sass/plugins/_rrze-calendar.scss | 45 +- src/sass/plugins/_rrze-elements.scss | 60 +- src/sass/plugins/_rrze-search.scss | 75 +- src/sass/plugins/_rrze-univis.scss | 4 +- src/sass/plugins/_rrze-video.scss | 7 + src/sass/structure/content/_global.scss | 22 +- src/sass/structure/content/_grid.scss | 8 +- src/sass/structure/content/_imagelink.scss | 193 +- src/sass/structure/content/_news-items.scss | 16 +- src/sass/structure/content/_search.scss | 24 +- src/sass/structure/header/_grid.scss | 5 +- src/sass/structure/header/_meta.scss | 9 +- src/sass/structure/hero/_banner.scss | 8 +- src/sass/structure/hero/_grid.scss | 13 +- src/sass/structure/hero/_slider.scss | 23 +- src/sass/structure/layout/_base.scss | 15 +- src/sass/structure/navigation/_mainmenu.scss | 4 +- src/sass/structure/navigation/_subnav.scss | 49 +- style.css | 8 +- template-parts/content-portalmenu-oben.php | 2 +- template-parts/content-portalmenu-unten.php | 4 +- template-parts/header-skiplinks.php | 12 +- template-parts/hero-banner.php | 2 +- template-parts/hero-category.php | 11 +- template-parts/hero-error.php | 12 +- template-parts/hero-index.php | 13 +- template-parts/hero-search.php | 12 +- template-parts/hero-sliderpage-slider.php | 8 +- template-parts/hero-small.php | 10 +- template-parts/search-form.php | 16 +- template-parts/sidebar-events.php | 3 +- theme.json | 65 + 122 files changed, 3860 insertions(+), 3349 deletions(-) delete mode 100644 css/fau-theme-editor-style.css delete mode 100644 css/fau-theme-gutenberg.css create mode 100644 img/socialmedia/Browse.plb create mode 100644 img/socialmedia/favicon-apple-touch.png create mode 100644 js/printlinks.min.js create mode 100644 print.css create mode 100644 src/favicons/med/Browse.plb create mode 100644 src/favicons/med/favicon-apple-touch.png create mode 100644 src/favicons/nat/Browse.plb create mode 100644 src/favicons/nat/favicon-apple-touch.png create mode 100644 src/favicons/phil/Browse.plb create mode 100644 src/favicons/phil/favicon-apple-touch.jpg create mode 100644 src/favicons/rw/Browse.plb create mode 100644 src/favicons/rw/favicon-apple-touch.png create mode 100644 src/favicons/tf/Browse.plb create mode 100644 src/favicons/tf/favicon-apple-touch.png create mode 100644 src/favicons/zentral/Browse.plb create mode 100644 src/favicons/zentral/favicon-apple-touch.png delete mode 100644 src/sass/_printer.scss rename src/sass/{gutenberg => backend/editor-style}/_editor-sidebar.scss (100%) create mode 100644 src/sass/backend/editor-style/_editor-style.scss rename src/sass/{gutenberg/_editor-style.scss => backend/editor-style/_editor.scss} (100%) create mode 100644 src/sass/backend/editor-style/_gutenberg.scss create mode 100644 src/sass/elements/_screen-only.scss delete mode 100644 src/sass/fau-theme-admin.css delete mode 100644 src/sass/fau-theme-editor-style.css delete mode 100644 src/sass/fau-theme-editor-style.scss delete mode 100644 src/sass/fau-theme-gutenberg.css delete mode 100644 src/sass/fau-theme-gutenberg.scss create mode 100644 src/sass/fau-theme-print.scss delete mode 100644 src/sass/fau-theme-style.css delete mode 100644 src/sass/frameworks/bootstrap/_buttons.scss delete mode 100644 src/sass/frameworks/bootstrap/_code.scss delete mode 100644 src/sass/frameworks/bootstrap/_scaffolding.scss delete mode 100644 src/sass/frameworks/bootstrap/_theme.scss delete mode 100644 src/sass/gutenberg/_gutenberg.scss create mode 100644 src/sass/plugins/_fau-studienangebot.scss create mode 100644 src/sass/plugins/_mimetype-link-icons.scss create mode 100644 theme.json diff --git a/attachment.php b/attachment.php index 510f828..216d7e5 100644 --- a/attachment.php +++ b/attachment.php @@ -14,8 +14,8 @@
-
-
+
+

diff --git a/css/fau-theme-admin.css b/css/fau-theme-admin.css index c91b56a..2b9ebfd 100644 --- a/css/fau-theme-admin.css +++ b/css/fau-theme-admin.css @@ -1,6 +1,6 @@ /*! * Backend-CSS for Theme: * Theme Name: FAU-Techfak -* Version: 2.0.28 +* Version: 2.1.5 * GitHub Issue URL: https://github.com/RRZE-Webteam/FAU-Einrichtungen/issues -*/:root{--color-primary-heller:#d2d5d7;--color-primary-hellste:#ebecee;--color-primary-basis:#2f586e;--color-primary-basis-kontrast:#fff;--color-primary-ci-hell:#8c9fb1;--color-primary-ci-hell-kontrast:#000;--color-primary-ci-hell2:#d3dde6;--color-primary-ci-hell2-kontrast:#000;--color-primary-dunkler:#2f586e;--color-primary-dunkler-kontrast:#fff;--color-primary-dunkelste:#204251;--color-primary-dunkelste-kontrast:#fff;--color-zentral-basis:#04316a;--color-zentral-basis-kontrast:#fff;--color-zentral-ci-hell:#04316a;--color-zentral-ci-hell-kontrast:#fff;--color-zentral-ci-hell2:#ced9e7;--color-zentral-ci-hell2-kontrast:#000;--color-zentral-dunkler:#004a9f;--color-zentral-dunkler-kontrast:#fff;--color-zentral-dunkelste:#041e42;--color-zentral-dunkelste-kontrast:#fff;--color-phil-basis:#963b2f;--color-phil-basis-kontrast:#fff;--color-phil-ci-hell:#fdb735;--color-phil-ci-hell-kontrast:#000;--color-phil-ci-hell2:#f4e8cb;--color-phil-ci-hell2-kontrast:#000;--color-phil-dunkler:#e87722;--color-phil-dunkler-kontrast:#000;--color-phil-dunkelste:#963b2f;--color-phil-dunkelste-kontrast:#fff;--color-med-basis:#005287;--color-med-basis-kontrast:#fff;--color-med-ci-hell:#18b4f1;--color-med-ci-hell-kontrast:#000;--color-med-ci-hell2:#b9d9ec;--color-med-ci-hell2-kontrast:#000;--color-med-dunkler:#005287;--color-med-dunkler-kontrast:#fff;--color-med-dunkelste:#003e61;--color-med-dunkelste-kontrast:#fff;--color-nat-basis:#266141;--color-nat-basis-kontrast:#fff;--color-nat-ci-hell:#7bb725;--color-nat-ci-hell-kontrast:#000;--color-nat-ci-hell2:#cfe0d8;--color-nat-ci-hell2-kontrast:#000;--color-nat-dunkler:#266141;--color-nat-dunkler-kontrast:#fff;--color-nat-dunkelste:#14462d;--color-nat-dunkelste-kontrast:#fff;--color-rw-basis:#971b2f;--color-rw-basis-kontrast:#fff;--color-rw-ci-hell:#c50f3c;--color-rw-ci-hell-kontrast:#fff;--color-rw-ci-hell2:#f2ded1;--color-rw-ci-hell2-kontrast:#000;--color-rw-dunkler:#971b2f;--color-rw-dunkler-kontrast:#fff;--color-rw-dunkelste:#662938;--color-rw-dunkelste-kontrast:#fff;--color-tf-basis:#2f586e;--color-tf-basis-kontrast:#fff;--color-tf-ci-hell:#8c9fb1;--color-tf-ci-hell-kontrast:#000;--color-tf-ci-hell2:#d3dde6;--color-tf-ci-hell2-kontrast:#000;--color-tf-dunkler:#2f586e;--color-tf-dunkler-kontrast:#fff;--color-tf-dunkelste:#204251;--color-tf-dunkelste-kontrast:#fff;--color-Text:#222;--color-TextLight:#797676;--color-TextLightKontrast:#5b5858;--color-MetaTextDefault:#444;--color-Notice:#a71c18;--color-Alert:#c5ac94;--color-ZUV:#04316a;--color-Default:#04316a;--color-MainBackground:#fff;--color-StandardHellgrau:#e9edf2;--color-ContentBorders:#dfe6ec;--color-ContentRegions:#f5f7f9;--color-white:#fff;--color-black:#000;--color-PrintMain:#000;--color-KontrastHell:#fff;--color-KontrastDunkel:#333;--color-MetaHomeBackground:#d4d4d4;--color-MetaHover:#264c7b;--color-MetaText:#fff;--color-MetaBackgroundLight:#eff1f4;--color-FAU:#04316a;--color-content-headlines:#222;--color-links:#222;--color-content-links:#222;--color-content-links-underline:#8c9fb1;--color-content-links-hover:#000;--color-button-text:#fff;--color-button-bg:#2f586e;--color-button-hover-text:#fff;--color-button-hover-bg:#204251;--color-ghostbutton-hover-text:#000;--color-ghostbutton-hover-bg:#8c9fb1;--color-footer-bg:#8c9fb1;--color-footer-text:#000;--color-hero-bg:#8c9fb1;--color-hero-text:#000;--color-mainmenu-toplevel-bg:#fff;--color-mainmenu-toplevel-text:#222;--color-mainmenu-toplevel-hover-text:#000;--color-mainmenu-toplevel-hover-bg:#8c9fb1;--color-mainmenu-sublevel-bg:#8c9fb1;--color-mainmenu-sublevel-text:#000;--color-mainmenu-sublevel-hover-text:#fff;--color-mainmenu-sublevel-hover-bg:#2f586e;--color-mainmenu-sublevel-button-text:#fff;--color-mainmenu-sublevel-button-bg:#2f586e;--color-mainmenu-sublevel-button-hover-text:#fff;--color-mainmenu-sublevel-button-hover-bg:#204251;--color-submenu-toplevel-bg:#fff;--color-submenu-toplevel-text:#222;--color-submenu-toplevel-hover-text:#000;--color-submenu-toplevel-hover-bg:#8c9fb1;--color-submenu-active-bg:#8c9fb1;--color-submenu-active-text:#000;--color-submenu-hover-text:#fff;--color-submenu-hover-bg:#2f586e;--color-submenu-currentlevel-text:#000;--color-submenu-currentlevel-bg:#d3dde6;--color-submenu-sublevel-text:#000;--color-submenu-sublevel-bg:#8c9fb1;--color-submenu-currentpage-bg:#204251;--color-submenu-currentpage-text:#fff;--color-menulink-hover-text:#fff;--color-menulink-hover-bg:#2f586e}.svg-placeholder{width:1rem;height:1rem;line-height:1rem;font-size:.6rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.065 48.065'%3E%3Cpath d='M40.908 0H7.158a1 1 0 00-1 1v46.065a1 1 0 001.693.72l16.182-15.582 16.182 15.582a.996.996 0 001.085.2 1 1 0 00.608-.92V1a1 1 0 00-1-1zm-1 44.714L24.726 30.095c-.193-.187-.443-.28-.693-.28s-.5.093-.693.28L8.158 44.714V2h31.75v42.714z'/%3E%3C/svg%3E");margin-right:.5rem}.svg-icon,.svg-placeholder{background-repeat:no-repeat;display:inline-block;content:" ";background-size:100%;background-position:50%}.svg-icon{position:relative;vertical-align:middle;width:1.4rem;height:1.4rem;line-height:1.4rem;font-size:.93333rem;background-image:inherit}.fau-svg-definitions{display:none}.svg-socialmedia{margin:0}.svg-socialmedia li{display:inline-block;list-style:none;overflow:hidden;margin:5px;padding:0;width:1.8rem;height:1.8rem}.svg-socialmedia li:before{content:inherit;display:none}.svg-socialmedia span a:before{margin-top:5px}.svg-socialmedia a{overflow:hidden}.svg-socialmedia a,.svg-socialmedia a:before{width:1.8rem;height:1.8rem;display:inline-block}.svg-socialmedia a:before{line-height:1.8rem;font-size:1.2rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.065 48.065'%3E%3Cpath d='M40.908 0H7.158a1 1 0 00-1 1v46.065a1 1 0 001.693.72l16.182-15.582 16.182 15.582a.996.996 0 001.085.2 1 1 0 00.608-.92V1a1 1 0 00-1-1zm-1 44.714L24.726 30.095c-.193-.187-.443-.28-.693-.28s-.5.093-.693.28L8.158 44.714V2h31.75v42.714z'/%3E%3C/svg%3E");background-repeat:no-repeat;content:" ";background-size:60%;background-position:50%}.svg-socialmedia a:focus:before,.svg-socialmedia a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.065 48.065'%3E%3Cpath fill='%238C9FB1' d='M40.908 0H7.158a1 1 0 00-1 1v46.065a1 1 0 001.693.72l16.182-15.582 16.182 15.582a.996.996 0 001.085.2 1 1 0 00.608-.92V1a1 1 0 00-1-1zm-1 44.714L24.726 30.095c-.193-.187-.443-.28-.693-.28s-.5.093-.693.28L8.158 44.714V2h31.75v42.714z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="twitter.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M302.973 57.388a117.512 117.512 0 01-14.993 5.463 66.276 66.276 0 0013.494-23.73 5 5 0 00-7.313-5.824 117.994 117.994 0 01-34.878 13.783c-12.381-12.098-29.197-18.983-46.581-18.983-36.695 0-66.549 29.853-66.549 66.547 0 2.89.183 5.764.545 8.598C101.163 99.244 58.83 76.863 29.76 41.204a5.001 5.001 0 00-8.196.642c-5.896 10.117-9.013 21.688-9.013 33.461 0 16.035 5.725 31.249 15.838 43.137a56.37 56.37 0 01-8.907-3.977 5 5 0 00-7.427 4.257c-.007.295-.007.59-.007.889 0 23.935 12.882 45.484 32.577 57.229a57.372 57.372 0 01-5.063-.735 4.998 4.998 0 00-5.699 6.437c7.29 22.76 26.059 39.501 48.749 44.605-18.819 11.787-40.34 17.961-62.932 17.961a120.4 120.4 0 01-14.095-.826 5 5 0 00-3.286 9.174c29.023 18.609 62.582 28.445 97.047 28.445 67.754 0 110.139-31.95 133.764-58.753 29.46-33.421 46.356-77.658 46.356-121.367 0-1.826-.028-3.67-.084-5.508 11.623-8.757 21.63-19.355 29.773-31.536a5 5 0 00-6.182-7.351z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="twitter.com"]:focus:before,.svg-socialmedia a[href*="twitter.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M302.973 57.388a117.512 117.512 0 01-14.993 5.463 66.276 66.276 0 0013.494-23.73 5 5 0 00-7.313-5.824 117.994 117.994 0 01-34.878 13.783c-12.381-12.098-29.197-18.983-46.581-18.983-36.695 0-66.549 29.853-66.549 66.547 0 2.89.183 5.764.545 8.598C101.163 99.244 58.83 76.863 29.76 41.204a5.001 5.001 0 00-8.196.642c-5.896 10.117-9.013 21.688-9.013 33.461 0 16.035 5.725 31.249 15.838 43.137a56.37 56.37 0 01-8.907-3.977 5 5 0 00-7.427 4.257c-.007.295-.007.59-.007.889 0 23.935 12.882 45.484 32.577 57.229a57.372 57.372 0 01-5.063-.735 4.998 4.998 0 00-5.699 6.437c7.29 22.76 26.059 39.501 48.749 44.605-18.819 11.787-40.34 17.961-62.932 17.961a120.4 120.4 0 01-14.095-.826 5 5 0 00-3.286 9.174c29.023 18.609 62.582 28.445 97.047 28.445 67.754 0 110.139-31.95 133.764-58.753 29.46-33.421 46.356-77.658 46.356-121.367 0-1.826-.028-3.67-.084-5.508 11.623-8.757 21.63-19.355 29.773-31.536a5 5 0 00-6.182-7.351z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="facebook.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M81.703 165.106h33.981V305a5 5 0 005 5H178.3a5 5 0 005-5V165.765h39.064a5 5 0 004.967-4.429l5.933-51.502a5 5 0 00-4.966-5.572h-44.996V71.978c0-9.732 5.24-14.667 15.576-14.667h29.42a5 5 0 005-5V5.037a5 5 0 00-5-5h-40.545A39.746 39.746 0 00185.896 0c-7.035 0-31.488 1.381-50.804 19.151-21.402 19.692-18.427 43.27-17.716 47.358v37.752H81.703a5 5 0 00-5 5v50.844a5 5 0 005 5.001z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="facebook.com"]:focus:before,.svg-socialmedia a[href*="facebook.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M81.703 165.106h33.981V305a5 5 0 005 5H178.3a5 5 0 005-5V165.765h39.064a5 5 0 004.967-4.429l5.933-51.502a5 5 0 00-4.966-5.572h-44.996V71.978c0-9.732 5.24-14.667 15.576-14.667h29.42a5 5 0 005-5V5.037a5 5 0 00-5-5h-40.545A39.746 39.746 0 00185.896 0c-7.035 0-31.488 1.381-50.804 19.151-21.402 19.692-18.427 43.27-17.716 47.358v37.752H81.703a5 5 0 00-5 5v50.844a5 5 0 005 5.001z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="github.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="github.com"]:focus:before,.svg-socialmedia a[href*="github.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="instagram.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cpath d='M38.52.012h222.978C282.682.012 300 17.336 300 38.52v222.978c0 21.178-17.318 38.49-38.502 38.49H38.52c-21.184 0-38.52-17.313-38.52-38.49V38.52C0 17.336 17.336.012 38.52.012zm180.026 33.317c-7.438 0-13.505 6.091-13.505 13.525v32.314c0 7.437 6.067 13.514 13.505 13.514h33.903c7.426 0 13.506-6.077 13.506-13.514V46.854c0-7.434-6.08-13.525-13.506-13.525h-33.903zm47.538 93.539h-26.396a87.715 87.715 0 013.86 25.759c0 49.882-41.766 90.34-93.266 90.34-51.487 0-93.254-40.458-93.254-90.34 0-8.963 1.37-17.584 3.861-25.759H33.35V253.6c0 6.563 5.359 11.902 11.916 11.902h208.907c6.563 0 11.911-5.339 11.911-11.902V126.868zm-115.801-35.89c-33.26 0-60.24 26.128-60.24 58.388 0 32.227 26.98 58.375 60.24 58.375 33.278 0 60.259-26.148 60.259-58.375 0-32.261-26.981-58.388-60.259-58.388z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="instagram.com"]:focus:before,.svg-socialmedia a[href*="instagram.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cpath fill='%238C9FB1' d='M38.52.012h222.978C282.682.012 300 17.336 300 38.52v222.978c0 21.178-17.318 38.49-38.502 38.49H38.52c-21.184 0-38.52-17.313-38.52-38.49V38.52C0 17.336 17.336.012 38.52.012zm180.026 33.317c-7.438 0-13.505 6.091-13.505 13.525v32.314c0 7.437 6.067 13.514 13.505 13.514h33.903c7.426 0 13.506-6.077 13.506-13.514V46.854c0-7.434-6.08-13.525-13.506-13.525h-33.903zm47.538 93.539h-26.396a87.715 87.715 0 013.86 25.759c0 49.882-41.766 90.34-93.266 90.34-51.487 0-93.254-40.458-93.254-90.34 0-8.963 1.37-17.584 3.861-25.759H33.35V253.6c0 6.563 5.359 11.902 11.916 11.902h208.907c6.563 0 11.911-5.339 11.911-11.902V126.868zm-115.801-35.89c-33.26 0-60.24 26.128-60.24 58.388 0 32.227 26.98 58.375 60.24 58.375 33.278 0 60.259-26.148 60.259-58.375 0-32.261-26.981-58.388-60.259-58.388z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="publons.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0v24h24V0zm10.34 5.1c.083.014.114.096.156.158.054.354.1.71.154 1.065.157-.162.31-.328.49-.464.867-.666 2.05-.94 3.11-.63.72.21 1.315.72 1.756 1.316.187.263.348.547.45.855.198.582.225 1.206.198 1.815-.053 1.12-.433 2.244-1.169 3.103a4.029 4.029 0 01-2.616 1.41 4.418 4.418 0 01-2.188-.317c.019 1.01.032 2.018.038 3.028.021.465-.021.938.087 1.396.031.14.123.292.28.308.302.036.608.013.912.02.057 0 .13.037.126.101.004.186.009.373-.004.56-.046.092-.17.07-.255.072a44.358 44.358 0 00-4.437 0l-.07-.056c-.004-.22-.063-.467.034-.671.3-.035.606.02.904-.032.191-.048.268-.26.295-.434.04-.32.027-.642.042-.963V8.348c0-.156.006-.31-.008-.465a.888.888 0 00-.34-.656c-.203-.158-.438-.265-.662-.388-.082-.052-.181-.097-.229-.187a.985.985 0 01.008-.337c.056-.066.144-.086.219-.122.73-.315 1.456-.636 2.185-.952.17-.068.346-.144.533-.144zm1.99 1.146c-.053 0-.104 0-.156.013a2.12 2.12 0 00-1.493.86c.005 1.44 0 2.88.003 4.32.005.327.073.676.302.924.524.512 1.302.692 2.014.593.577-.096 1.037-.538 1.279-1.054.344-.736.395-1.571.335-2.371-.053-.655-.181-1.312-.449-1.915-.184-.407-.442-.793-.811-1.054a1.717 1.717 0 00-1.024-.313z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="publons.com"]:focus:before,.svg-socialmedia a[href*="publons.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M0 0v24h24V0zm10.34 5.1c.083.014.114.096.156.158.054.354.1.71.154 1.065.157-.162.31-.328.49-.464.867-.666 2.05-.94 3.11-.63.72.21 1.315.72 1.756 1.316.187.263.348.547.45.855.198.582.225 1.206.198 1.815-.053 1.12-.433 2.244-1.169 3.103a4.029 4.029 0 01-2.616 1.41 4.418 4.418 0 01-2.188-.317c.019 1.01.032 2.018.038 3.028.021.465-.021.938.087 1.396.031.14.123.292.28.308.302.036.608.013.912.02.057 0 .13.037.126.101.004.186.009.373-.004.56-.046.092-.17.07-.255.072a44.358 44.358 0 00-4.437 0l-.07-.056c-.004-.22-.063-.467.034-.671.3-.035.606.02.904-.032.191-.048.268-.26.295-.434.04-.32.027-.642.042-.963V8.348c0-.156.006-.31-.008-.465a.888.888 0 00-.34-.656c-.203-.158-.438-.265-.662-.388-.082-.052-.181-.097-.229-.187a.985.985 0 01.008-.337c.056-.066.144-.086.219-.122.73-.315 1.456-.636 2.185-.952.17-.068.346-.144.533-.144zm1.99 1.146c-.053 0-.104 0-.156.013a2.12 2.12 0 00-1.493.86c.005 1.44 0 2.88.003 4.32.005.327.073.676.302.924.524.512 1.302.692 2.014.593.577-.096 1.037-.538 1.279-1.054.344-.736.395-1.571.335-2.371-.053-.655-.181-1.312-.449-1.915-.184-.407-.442-.793-.811-1.054a1.717 1.717 0 00-1.024-.313z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="linkedin.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M72.16 99.73H9.927a5 5 0 00-5 5v199.928a5 5 0 005 5H72.16a5 5 0 005-5V104.73a5 5 0 00-5-5zM41.066.341C18.422.341 0 18.743 0 41.362 0 63.991 18.422 82.4 41.066 82.4c22.626 0 41.033-18.41 41.033-41.038C82.1 18.743 63.692.341 41.066.341zm189.388 94.42c-24.995 0-43.472 10.745-54.679 22.954V104.73a5 5 0 00-5-5h-59.599a5 5 0 00-5 5v199.928a5 5 0 005 5h62.097a5 5 0 005-5V205.74c0-33.333 9.054-46.319 32.29-46.319 25.306 0 27.317 20.818 27.317 48.034v97.204a5 5 0 005 5H305a5 5 0 005-5V194.995c0-49.565-9.451-100.234-79.546-100.234z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="linkedin.com"]:focus:before,.svg-socialmedia a[href*="linkedin.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M72.16 99.73H9.927a5 5 0 00-5 5v199.928a5 5 0 005 5H72.16a5 5 0 005-5V104.73a5 5 0 00-5-5zM41.066.341C18.422.341 0 18.743 0 41.362 0 63.991 18.422 82.4 41.066 82.4c22.626 0 41.033-18.41 41.033-41.038C82.1 18.743 63.692.341 41.066.341zm189.388 94.42c-24.995 0-43.472 10.745-54.679 22.954V104.73a5 5 0 00-5-5h-59.599a5 5 0 00-5 5v199.928a5 5 0 005 5h62.097a5 5 0 005-5V205.74c0-33.333 9.054-46.319 32.29-46.319 25.306 0 27.317 20.818 27.317 48.034v97.204a5 5 0 005 5H305a5 5 0 005-5V194.995c0-49.565-9.451-100.234-79.546-100.234z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="xing.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540.543 540.543'%3E%3Cpath d='M129.989 378.772c8.274 0 15.361-5.006 21.243-15.036 53.813-95.423 81.806-145.093 83.991-149.028L181.63 121.25c-5.667-9.804-12.858-14.707-21.567-14.707h-78.11c-5.019 0-8.495 1.634-10.459 4.902-2.399 3.268-2.289 7.301.325 12.087l52.613 91.176c.214.232.214.331 0 .331L41.75 361.453c-2.172 4.149-2.172 8.066 0 11.757 2.173 3.715 5.557 5.562 10.129 5.562h78.11zM488.492 0h-78.758c-8.495 0-15.472 4.902-20.912 14.707C277.053 212.97 219.206 315.596 215.283 322.555l110.784 203.282c5.227 9.804 12.418 14.706 21.567 14.706h78.104c4.791 0 8.28-1.634 10.459-4.902 2.172-3.715 2.068-7.748-.325-12.099L326.073 322.555v-.318L498.627 16.995c2.393-4.571 2.393-8.592 0-12.087C496.662 1.634 493.284 0 488.492 0z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="xing.com"]:focus:before,.svg-socialmedia a[href*="xing.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540.543 540.543'%3E%3Cpath fill='%238C9FB1' d='M129.989 378.772c8.274 0 15.361-5.006 21.243-15.036 53.813-95.423 81.806-145.093 83.991-149.028L181.63 121.25c-5.667-9.804-12.858-14.707-21.567-14.707h-78.11c-5.019 0-8.495 1.634-10.459 4.902-2.399 3.268-2.289 7.301.325 12.087l52.613 91.176c.214.232.214.331 0 .331L41.75 361.453c-2.172 4.149-2.172 8.066 0 11.757 2.173 3.715 5.557 5.562 10.129 5.562h78.11zM488.492 0h-78.758c-8.495 0-15.472 4.902-20.912 14.707C277.053 212.97 219.206 315.596 215.283 322.555l110.784 203.282c5.227 9.804 12.418 14.706 21.567 14.706h78.104c4.791 0 8.28-1.634 10.459-4.902 2.172-3.715 2.068-7.748-.325-12.099L326.073 322.555v-.318L498.627 16.995c2.393-4.571 2.393-8.592 0-12.087C496.662 1.634 493.284 0 488.492 0z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="tiktok.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.53.02C13.84 0 15.14.01 16.44 0c.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="tiktok.com"]:focus:before,.svg-socialmedia a[href*="tiktok.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M12.53.02C13.84 0 15.14.01 16.44 0c.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="youtube.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M297.917 64.645c-11.19-13.302-31.85-18.728-71.306-18.728H83.386c-40.359 0-61.369 5.776-72.517 19.938C0 79.663 0 100.008 0 128.166v53.669c0 54.551 12.896 82.248 83.386 82.248h143.226c34.216 0 53.176-4.788 65.442-16.527C304.633 235.518 310 215.863 310 181.835v-53.669c0-29.695-.841-50.16-12.083-63.521zm-98.896 97.765l-65.038 33.991a9.997 9.997 0 01-14.632-8.863v-67.764a10 10 0 0114.609-8.874l65.038 33.772a10 10 0 01.023 17.738z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="youtube.com"]:focus:before,.svg-socialmedia a[href*="youtube.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M297.917 64.645c-11.19-13.302-31.85-18.728-71.306-18.728H83.386c-40.359 0-61.369 5.776-72.517 19.938C0 79.663 0 100.008 0 128.166v53.669c0 54.551 12.896 82.248 83.386 82.248h143.226c34.216 0 53.176-4.788 65.442-16.527C304.633 235.518 310 215.863 310 181.835v-53.669c0-29.695-.841-50.16-12.083-63.521zm-98.896 97.765l-65.038 33.991a9.997 9.997 0 01-14.632-8.863v-67.764a10 10 0 0114.609-8.874l65.038 33.772a10 10 0 01.023 17.738z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="scopus.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M24 19.059l-.14-1.777c-1.426.772-2.945 1.076-4.465 1.076-3.319 0-5.96-2.782-5.96-6.475 0-3.903 2.595-6.31 5.633-6.31 1.917 0 3.39.303 4.792 1.075L24 4.895c-1.286-.608-2.337-.889-4.698-.889-4.534 0-7.97 3.53-7.97 8.017 0 5.12 4.09 7.924 7.9 7.924 1.916 0 3.506-.257 4.768-.888zm-14.954-3.46c0-2.22-1.964-3.225-3.857-4.347C3.716 10.364 2.15 9.756 2.15 8.12c0-1.215.889-2.548 2.642-2.548 1.519 0 2.57.234 3.903 1.029l.117-1.847c-1.239-.514-2.127-.748-4.137-.748C1.8 4.006.047 5.876.047 8.26c0 2.384 2.103 3.413 4.02 4.581 1.426.865 2.922 1.45 2.922 2.992 0 1.496-1.333 2.571-2.922 2.571-1.566 0-2.594-.35-3.786-1.075L0 19.176c1.215.56 2.454.818 4.16.818 2.385 0 4.885-1.473 4.885-4.395z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="scopus.com"]:focus:before,.svg-socialmedia a[href*="scopus.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M24 19.059l-.14-1.777c-1.426.772-2.945 1.076-4.465 1.076-3.319 0-5.96-2.782-5.96-6.475 0-3.903 2.595-6.31 5.633-6.31 1.917 0 3.39.303 4.792 1.075L24 4.895c-1.286-.608-2.337-.889-4.698-.889-4.534 0-7.97 3.53-7.97 8.017 0 5.12 4.09 7.924 7.9 7.924 1.916 0 3.506-.257 4.768-.888zm-14.954-3.46c0-2.22-1.964-3.225-3.857-4.347C3.716 10.364 2.15 9.756 2.15 8.12c0-1.215.889-2.548 2.642-2.548 1.519 0 2.57.234 3.903 1.029l.117-1.847c-1.239-.514-2.127-.748-4.137-.748C1.8 4.006.047 5.876.047 8.26c0 2.384 2.103 3.413 4.02 4.581 1.426.865 2.922 1.45 2.922 2.992 0 1.496-1.333 2.571-2.922 2.571-1.566 0-2.594-.35-3.786-1.075L0 19.176c1.215.56 2.454.818 4.16.818 2.385 0 4.885-1.473 4.885-4.395z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="scholar.google.de"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 24a7 7 0 110-14 7 7 0 010 14zm0-24L0 9.5l4.838 3.94A8 8 0 0112 9a8 8 0 017.162 4.44L24 9.5z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="scholar.google.de"]:focus:before,.svg-socialmedia a[href*="scholar.google.de"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M12 24a7 7 0 110-14 7 7 0 010 14zm0-24L0 9.5l4.838 3.94A8 8 0 0112 9a8 8 0 017.162 4.44L24 9.5z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="orcid.org"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zM7.369 4.378c.525 0 .947.431.947.947s-.422.947-.947.947a.95.95 0 01-.947-.947c0-.525.422-.947.947-.947zm-.722 3.038h1.444v10.041H6.647V7.416zm3.562 0h3.9c3.712 0 5.344 2.653 5.344 5.025 0 2.578-2.016 5.025-5.325 5.025h-3.919V7.416zm1.444 1.303v7.444h2.297c3.272 0 4.022-2.484 4.022-3.722 0-2.016-1.284-3.722-4.097-3.722h-2.222z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="orcid.org"]:focus:before,.svg-socialmedia a[href*="orcid.org"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zM7.369 4.378c.525 0 .947.431.947.947s-.422.947-.947.947a.95.95 0 01-.947-.947c0-.525.422-.947.947-.947zm-.722 3.038h1.444v10.041H6.647V7.416zm3.562 0h3.9c3.712 0 5.344 2.653 5.344 5.025 0 2.578-2.016 5.025-5.325 5.025h-3.919V7.416zm1.444 1.303v7.444h2.297c3.272 0 4.022-2.484 4.022-3.722 0-2.016-1.284-3.722-4.097-3.722h-2.222z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="researchgate.net"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 94'%3E%3Cpath d='M89 0H5a5 5 0 00-5 5v84a5 5 0 005 5h84a5 5 0 005-5V5a5 5 0 00-5-5zM45.064 73.975H33.082a5.764 5.764 0 01-1.074-2.605 29.154 29.154 0 01-.309-3.059L31.4 57.959c-.102-2.117-.625-3.775-1.576-4.986-.948-1.211-2.551-1.814-4.799-1.814h-5.777v22.816H8.313V20.028H28.51c4.557 0 8.101 1.146 10.632 3.438 2.529 2.293 3.796 5.78 3.796 10.465 0 3.626-.734 6.586-2.203 8.878-1.467 2.292-3.744 3.765-6.832 4.421v.15c1.872.252 3.363.717 4.479 1.396 1.112.683 1.975 1.662 2.581 2.945.607 1.285 1.025 2.91 1.253 4.875s.366 4.381.417 7.254c.05 2.868.217 5.06.495 6.572.277 1.51.923 2.542 1.937 3.098l-.001.455zm40.624 0h-8.051V68.99h-.15c-1.317 2.111-2.897 3.652-4.746 4.604-1.85.96-4.061 1.438-6.643 1.438-3.342 0-6.063-.616-8.164-1.851-2.103-1.232-3.746-3.06-4.935-5.479-1.188-2.416-1.989-5.402-2.392-8.95-.407-3.555-.609-7.671-.609-12.354 0-4.536.291-8.515.875-11.939.581-3.425 1.58-6.284 2.999-8.574 1.416-2.29 3.291-4.018 5.618-5.177 2.326-1.159 5.24-1.739 8.732-1.739 5.971 0 10.274 1.475 12.907 4.422 2.631 2.947 3.948 7.166 3.948 12.655H74.6c0-.956-.113-1.975-.342-3.062a9.969 9.969 0 00-1.102-2.944 7.033 7.033 0 00-1.936-2.193c-.783-.577-1.734-.868-2.848-.868-2.633 0-4.53 1.463-5.693 4.383-1.166 2.921-1.746 7.758-1.746 14.509 0 3.271.101 6.207.301 8.8.201 2.596.574 4.812 1.104 6.651.531 1.836 1.291 3.245 2.277 4.229.988.979 2.264 1.473 3.836 1.473.656 0 1.377-.178 2.162-.53.785-.351 1.52-.879 2.201-1.584.684-.706 1.254-1.599 1.709-2.685.455-1.084.686-2.353.686-3.814v-5.516h-7.215v-8.011h17.691v29.089h.003zM24.41 28.038h-5.162v15.561h4.556c2.631 0 4.655-.615 6.074-1.851 1.416-1.231 2.124-3.311 2.124-6.231 0-4.985-2.528-7.479-7.592-7.479z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="researchgate.net"]:focus:before,.svg-socialmedia a[href*="researchgate.net"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 94'%3E%3Cpath fill='%238C9FB1' d='M89 0H5a5 5 0 00-5 5v84a5 5 0 005 5h84a5 5 0 005-5V5a5 5 0 00-5-5zM45.064 73.975H33.082a5.764 5.764 0 01-1.074-2.605 29.154 29.154 0 01-.309-3.059L31.4 57.959c-.102-2.117-.625-3.775-1.576-4.986-.948-1.211-2.551-1.814-4.799-1.814h-5.777v22.816H8.313V20.028H28.51c4.557 0 8.101 1.146 10.632 3.438 2.529 2.293 3.796 5.78 3.796 10.465 0 3.626-.734 6.586-2.203 8.878-1.467 2.292-3.744 3.765-6.832 4.421v.15c1.872.252 3.363.717 4.479 1.396 1.112.683 1.975 1.662 2.581 2.945.607 1.285 1.025 2.91 1.253 4.875s.366 4.381.417 7.254c.05 2.868.217 5.06.495 6.572.277 1.51.923 2.542 1.937 3.098l-.001.455zm40.624 0h-8.051V68.99h-.15c-1.317 2.111-2.897 3.652-4.746 4.604-1.85.96-4.061 1.438-6.643 1.438-3.342 0-6.063-.616-8.164-1.851-2.103-1.232-3.746-3.06-4.935-5.479-1.188-2.416-1.989-5.402-2.392-8.95-.407-3.555-.609-7.671-.609-12.354 0-4.536.291-8.515.875-11.939.581-3.425 1.58-6.284 2.999-8.574 1.416-2.29 3.291-4.018 5.618-5.177 2.326-1.159 5.24-1.739 8.732-1.739 5.971 0 10.274 1.475 12.907 4.422 2.631 2.947 3.948 7.166 3.948 12.655H74.6c0-.956-.113-1.975-.342-3.062a9.969 9.969 0 00-1.102-2.944 7.033 7.033 0 00-1.936-2.193c-.783-.577-1.734-.868-2.848-.868-2.633 0-4.53 1.463-5.693 4.383-1.166 2.921-1.746 7.758-1.746 14.509 0 3.271.101 6.207.301 8.8.201 2.596.574 4.812 1.104 6.651.531 1.836 1.291 3.245 2.277 4.229.988.979 2.264 1.473 3.836 1.473.656 0 1.377-.178 2.162-.53.785-.351 1.52-.879 2.201-1.584.684-.706 1.254-1.599 1.709-2.685.455-1.084.686-2.353.686-3.814v-5.516h-7.215v-8.011h17.691v29.089h.003zM24.41 28.038h-5.162v15.561h4.556c2.631 0 4.655-.615 6.074-1.851 1.416-1.231 2.124-3.311 2.124-6.231 0-4.985-2.528-7.479-7.592-7.479z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="pinterest."]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 97.672 97.672'%3E%3Cpath d='M51.125 0C24.469 0 11.029 19.11 11.029 35.047c0 9.649 3.653 18.232 11.487 21.432 1.286.525 2.438.019 2.812-1.403.258-.985.871-3.468 1.144-4.503.376-1.407.229-1.9-.807-3.126-2.259-2.665-3.703-6.115-3.703-11.002 0-14.178 10.608-26.87 27.624-26.87 15.064 0 23.342 9.206 23.342 21.5 0 16.176-7.159 29.828-17.786 29.828-5.87 0-10.262-4.854-8.854-10.807 1.686-7.107 4.951-14.778 4.951-19.907 0-4.592-2.463-8.423-7.565-8.423-6 0-10.819 6.207-10.819 14.521 0 5.296 1.789 8.878 1.789 8.878s-6.141 26.015-7.215 30.571c-2.145 9.072-.322 20.195-.168 21.318.089.666.944.824 1.332.322.555-.723 7.7-9.544 10.129-18.359.687-2.496 3.944-15.42 3.944-15.42 1.95 3.717 7.647 6.992 13.706 6.992 18.034 0 30.271-16.441 30.271-38.45C86.644 15.498 72.547 0 51.125 0z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="pinterest."]:focus:before,.svg-socialmedia a[href*="pinterest."]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 97.672 97.672'%3E%3Cpath fill='%238C9FB1' d='M51.125 0C24.469 0 11.029 19.11 11.029 35.047c0 9.649 3.653 18.232 11.487 21.432 1.286.525 2.438.019 2.812-1.403.258-.985.871-3.468 1.144-4.503.376-1.407.229-1.9-.807-3.126-2.259-2.665-3.703-6.115-3.703-11.002 0-14.178 10.608-26.87 27.624-26.87 15.064 0 23.342 9.206 23.342 21.5 0 16.176-7.159 29.828-17.786 29.828-5.87 0-10.262-4.854-8.854-10.807 1.686-7.107 4.951-14.778 4.951-19.907 0-4.592-2.463-8.423-7.565-8.423-6 0-10.819 6.207-10.819 14.521 0 5.296 1.789 8.878 1.789 8.878s-6.141 26.015-7.215 30.571c-2.145 9.072-.322 20.195-.168 21.318.089.666.944.824 1.332.322.555-.723 7.7-9.544 10.129-18.359.687-2.496 3.944-15.42 3.944-15.42 1.95 3.717 7.647 6.992 13.706 6.992 18.034 0 30.271-16.441 30.271-38.45C86.644 15.498 72.547 0 51.125 0z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="mailto:"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 474 474'%3E%3Cpath d='M437.5 59.3h-401C16.4 59.3 0 75.7 0 95.8v282.4c0 20.1 16.4 36.5 36.5 36.5h401c20.1 0 36.5-16.4 36.5-36.5V95.8c0-20.1-16.4-36.5-36.5-36.5zm-5.3 27L239.5 251.1 46.8 86.3h385.4zM447 378.2c0 5.2-4.3 9.5-9.5 9.5h-401c-5.2 0-9.5-4.3-9.5-9.5V104.9l203.7 174.2c.1.1.3.2.4.3.1.1.3.2.4.3.3.2.5.4.8.5.1.1.2.1.3.2l1.2.6c.1 0 .2.1.3.1.3.1.6.3 1 .4.1 0 .3.1.4.1.3.1.6.2.9.2.1 0 .3.1.4.1.3.1.7.1 1 .2h.3c.4 0 .9.1 1.3.1s.9 0 1.3-.1h.3c.3 0 .7-.1 1-.2.1 0 .3-.1.4-.1.3-.1.6-.2.9-.2.1 0 .3-.1.4-.1.3-.1.6-.2 1-.4.1 0 .2-.1.3-.1l1.2-.6c.1-.1.2-.1.3-.2.3-.2.5-.3.8-.5.1-.1.3-.2.4-.3.1-.1.3-.2.4-.3L447 109.2v269z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="mailto:"]:focus:before,.svg-socialmedia a[href*="mailto:"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 474 474'%3E%3Cpath fill='%238C9FB1' d='M437.5 59.3h-401C16.4 59.3 0 75.7 0 95.8v282.4c0 20.1 16.4 36.5 36.5 36.5h401c20.1 0 36.5-16.4 36.5-36.5V95.8c0-20.1-16.4-36.5-36.5-36.5zm-5.3 27L239.5 251.1 46.8 86.3h385.4zM447 378.2c0 5.2-4.3 9.5-9.5 9.5h-401c-5.2 0-9.5-4.3-9.5-9.5V104.9l203.7 174.2c.1.1.3.2.4.3.1.1.3.2.4.3.3.2.5.4.8.5.1.1.2.1.3.2l1.2.6c.1 0 .2.1.3.1.3.1.6.3 1 .4.1 0 .3.1.4.1.3.1.6.2.9.2.1 0 .3.1.4.1.3.1.7.1 1 .2h.3c.4 0 .9.1 1.3.1s.9 0 1.3-.1h.3c.3 0 .7-.1 1-.2.1 0 .3-.1.4-.1.3-.1.6-.2.9-.2.1 0 .3-.1.4-.1.3-.1.6-.2 1-.4.1 0 .2-.1.3-.1l1.2-.6c.1-.1.2-.1.3-.2.3-.2.5-.3.8-.5.1-.1.3-.2.4-.3.1-.1.3-.2.4-.3L447 109.2v269z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*=feed]:before,.svg-socialmedia a[href*=rss]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M90.244 264.828C90.244 240.11 70.139 220 45.427 220 20.712 220 .605 240.11.605 264.828c0 24.714 20.107 44.82 44.822 44.82 24.712 0 44.817-20.106 44.817-44.82zM5.648 169.43c35.961 0 69.782 14.066 95.231 39.605 25.45 25.583 39.467 59.648 39.467 95.92a5 5 0 005 5h57.486a5 5 0 005-5c0-111.952-90.699-203.031-202.185-203.031a5 5 0 00-5 5v57.505a5.002 5.002 0 005.001 5.001zM5.726 0a5 5 0 00-5 5v57.495a5 5 0 005 5c130.24 0 236.199 106.544 236.199 237.505a5 5 0 005 5h57.471a5 5 0 005-5c0-168.178-136.226-305-303.67-305z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*=feed]:focus:before,.svg-socialmedia a[href*=feed]:hover:before,.svg-socialmedia a[href*=rss]:focus:before,.svg-socialmedia a[href*=rss]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M90.244 264.828C90.244 240.11 70.139 220 45.427 220 20.712 220 .605 240.11.605 264.828c0 24.714 20.107 44.82 44.822 44.82 24.712 0 44.817-20.106 44.817-44.82zM5.648 169.43c35.961 0 69.782 14.066 95.231 39.605 25.45 25.583 39.467 59.648 39.467 95.92a5 5 0 005 5h57.486a5 5 0 005-5c0-111.952-90.699-203.031-202.185-203.031a5 5 0 00-5 5v57.505a5.002 5.002 0 005.001 5.001zM5.726 0a5 5 0 00-5 5v57.495a5 5 0 005 5c130.24 0 236.199 106.544 236.199 237.505a5 5 0 005 5h57.471a5 5 0 005-5c0-168.178-136.226-305-303.67-305z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*=".ics"]:before,.svg-socialmedia a[href*=ical]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59 59'%3E%3Cpath d='M31.793 41.707a.997.997 0 001.414 0l3.293-3.293 3.293 3.293a.997.997 0 001.414 0 .999.999 0 000-1.414L37.914 37l3.293-3.293a.999.999 0 10-1.414-1.414L36.5 35.586l-3.293-3.293a.999.999 0 10-1.414 1.414L35.086 37l-3.293 3.293a.999.999 0 000 1.414zM26.5 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0026.5 0zm6 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0032.5 0zm6 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0038.5 0zm4.899 4a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-5.632c.414-1.162 1.514-2 2.816-2s2.402.838 2.816 2h2.083c-.465-2.279-2.484-4-4.899-4s-4.434 1.721-4.899 4H.5v55h58V4H43.399zM14.5 57h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*=".ics"]:focus:before,.svg-socialmedia a[href*=".ics"]:hover:before,.svg-socialmedia a[href*=ical]:focus:before,.svg-socialmedia a[href*=ical]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59 59'%3E%3Cpath fill='%238C9FB1' d='M31.793 41.707a.997.997 0 001.414 0l3.293-3.293 3.293 3.293a.997.997 0 001.414 0 .999.999 0 000-1.414L37.914 37l3.293-3.293a.999.999 0 10-1.414-1.414L36.5 35.586l-3.293-3.293a.999.999 0 10-1.414 1.414L35.086 37l-3.293 3.293a.999.999 0 000 1.414zM26.5 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0026.5 0zm6 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0032.5 0zm6 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0038.5 0zm4.899 4a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-5.632c.414-1.162 1.514-2 2.816-2s2.402.838 2.816 2h2.083c-.465-2.279-2.484-4-4.899-4s-4.434 1.721-4.899 4H.5v55h58V4H43.399zM14.5 57h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12z'/%3E%3C/svg%3E")}.svg-socialmedia.round a:before{border-radius:50%;border:1px solid #000}.svg-socialmedia.hoverbg a:focus:before,.svg-socialmedia.hoverbg a:hover:before{background-color:#000}html{font-size:90%}@media (min-width:360px){html{font-size:100%}}@media (min-width:1400px){html{font-size:110%}}@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype");font-weight:400;font-style:normal}#customize-theme-controls #accordion-panel-advanced .accordion-section-title:before,#customize-theme-controls #accordion-panel-allgemeines .accordion-section-title:before,#customize-theme-controls #accordion-panel-debugmode .accordion-section-title:before,#customize-theme-controls #accordion-panel-superadmin .accordion-section-title:before,#customize-theme-controls #accordion-panel-templates .accordion-section-title:before,#customize-theme-controls #accordion-panel-website .accordion-section-title:before,#customize-theme-controls #accordion-section-title_tagline .accordion-section-title:before,.fa{display:inline-block;font:normal normal normal 16px/1.5 FontAwesome;font-size:inherit}.fa-lg{font-size:1.33333em;line-height:.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.28571em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}#customize-theme-controls #accordion-panel-advanced .fa-pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-allgemeines .fa-pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-debugmode .fa-pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-superadmin .fa-pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-templates .fa-pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-website .fa-pull-left.accordion-section-title:before,#customize-theme-controls #accordion-section-title_tagline .fa-pull-left.accordion-section-title:before,.fa.fa-pull-left{margin-right:.3em}#customize-theme-controls #accordion-panel-advanced .fa-pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-allgemeines .fa-pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-debugmode .fa-pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-superadmin .fa-pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-templates .fa-pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-website .fa-pull-right.accordion-section-title:before,#customize-theme-controls #accordion-section-title_tagline .fa-pull-right.accordion-section-title:before,.fa.fa-pull-right{margin-left:.3em}#customize-theme-controls #accordion-panel-advanced .pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-allgemeines .pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-debugmode .pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-superadmin .pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-templates .pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-website .pull-left.accordion-section-title:before,#customize-theme-controls #accordion-section-title_tagline .pull-left.accordion-section-title:before,.fa.pull-left{margin-right:.3em}#customize-theme-controls #accordion-panel-advanced .pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-allgemeines .pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-debugmode .pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-superadmin .pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-templates .pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-website .pull-right.accordion-section-title:before,#customize-theme-controls #accordion-section-title_tagline .pull-right.accordion-section-title:before,.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{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-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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"}#customize-theme-controls #accordion-panel-advanced .accordion-section-title:before,#customize-theme-controls #accordion-panel-superadmin .accordion-section-title:before,.fa-cogs:before,.fa-gears: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"}#customize-theme-controls #accordion-panel-templates .accordion-section-title:before,.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder: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-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-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste: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"}#customize-theme-controls #accordion-panel-debugmode .accordion-section-title:before,.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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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"}#customize-theme-controls #accordion-panel-allgemeines .accordion-section-title:before,.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-ils:before,.fa-shekel:before,.fa-sheqel: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-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc: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,.fa-battery: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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv: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-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing: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-themeisle:before{content:"\f2b2"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}#customize-theme-controls #accordion-panel-website .accordion-section-title:before,#customize-theme-controls #accordion-section-title_tagline .accordion-section-title:before,.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}@font-face{font-family:Roboto;src:url(../fonts/roboto/Roboto-Bold.woff2) format("woff2"),url(../fonts/roboto/Roboto-Bold-webfont.woff) format("woff"),url(../fonts/roboto/Roboto-Bold-webfont.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:url(../fonts/roboto/Roboto-BoldItalic.woff2) format("woff2"),url(../fonts/roboto/Roboto-BoldItalic-webfont.woff) format("woff"),url(../fonts/roboto/Roboto-BoldItalic-webfont.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Roboto;src:url(../fonts/roboto/Roboto-Italic.woff2) format("woff2"),url(../fonts/roboto/Roboto-Italic-webfont.woff) format("woff"),url(../fonts/roboto/Roboto-Italic-webfont.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Roboto;src:url(../fonts/roboto/Roboto-Regular.woff2) format("woff2"),url(../fonts/roboto/Roboto-Regular-webfont.woff) format("woff"),url(../fonts/roboto/Roboto-Regular-webfont.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:FAU Chimera;src:url(fonts/fau-chimera/FAU-Chimera-Regular.woff2) format("woff2"),url(fonts/fau-chimera/FAU-Chimera-Regular.woff) format("woff"),url(fonts/fau-chimera/FAU-Chimera-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:FAU Chimera;src:url(fonts/fau-chimera/FAU-Chimera-Medium.woff2) format("woff2"),url(fonts/fau-chimera/FAU-Chimera-Medium.woff) format("woff"),url(fonts/fau-chimera/FAU-Chimera-Medium.ttf) format("truetype");font-weight:medium;font-style:normal}.toggle-switch-control .customize-control-title{display:inline-block}.toggle-switch{position:relative;width:64px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;float:right}.toggle-switch .toggle-switch-checkbox{display:none}.toggle-switch .toggle-switch-label{display:block;overflow:hidden;cursor:pointer;border:2px solid #ddd;border-radius:20px;padding:0;margin:0}.toggle-switch-inner{display:block;width:200%;margin-left:-100%;transition:margin .3s ease-in 0s}.toggle-switch-inner:after,.toggle-switch-inner:before{display:block;float:left;width:50%;height:22px;padding:0;line-height:22px;font-size:14px;color:var(--color-button-text);font-family:Trebuchet,Arial,sans-serif;font-weight:700;box-sizing:border-box}.toggle-switch-inner:before{content:"An";padding-left:8px;background-color:var(--color-button-bg);color:var(--color-button-text)}:lang(en) .toggle-switch-inner:before{content:"ON"}.toggle-switch-inner:after{content:"Aus";padding-right:8px;background-color:#eee;color:#999;text-align:right}:lang(en) .toggle-switch-inner:after{content:"OFF"}.toggle-switch-switch{display:block;width:16px;margin:3px;background:var(--color-button-text);position:absolute;top:0;bottom:0;right:38px;border:2px solid #ddd;border-radius:20px;transition:all .3s ease-in 0s}.toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-inner{margin-left:0}.toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-switch{right:0}#headimg{width:350px;height:120px;background:no-repeat;border:0}#custom-background-image{height:225px;background-position:0 100%!important;background-repeat:repeat-x,no-repeat}p.submit{margin-top:10px;padding-left:20px}.wrap div.updated{margin-right:300px}#einstellungen{margin-top:20px}#einstellungen div{margin-left:10px}#einstellungen table tr:focus,#einstellungen table tr:hover{background-color:#eee;transition:all .1s ease-in-out}#einstellungen table th{text-align:left;min-width:200px}#einstellungen table td{padding-bottom:5px}#einstellungen table tr.mark-option{background-color:#f50;color:#fff}#einstellungen table tr.mark-option:focus,#einstellungen table tr.mark-option:hover{background-color:#a62911}#einstellungen table td table th{min-width:50px}#einstellungen input.regular-text{width:40em}#einstellungen select{min-width:4em}h2.nav-tab-wrapper,h3.nav-tab-wrapper{margin-top:30px}label.tile{width:320px;height:auto;float:left;padding:0 2px;margin:5px;border:3px solid transparent}label.tile:hover{background-color:#eee}label.tile img{margin:0;padding:0}label.checked,label.tile:focus,label.tile:hover{border-color:orange;background:orange}label.plakattile{width:160px;height:250px;float:left;border:1px solid #ccc;padding:1px;margin:5px}label.plakattile:hover{background-color:#eee}label.description{display:block}.wp-admin .fullsize{width:100%}img.imgurl{display:block}.previewimage.showimg_topevent_image img{max-height:90px;max-width:140px;width:auto;height:auto}.previewimage img{max-width:900px;height:auto}#adminmenu .menu-icon-person div.wp-menu-image:before{content:"\f337"}#adminmenu .menu-icon-linktipps div.wp-menu-image:before{content:"\f319"}#poststuff label{font-weight:700}#fau_metabox_page_sidebar .linkeingabe h2.label{font-size:13px;line-height:1.5;margin-bottom:5px;font-weight:700}#fau_metabox_page_sidebar .linkauswahl{padding-left:2em}#fau_metabox_page_sidebar .linkauswahl p{margin:0;padding:0;width:38%;display:inline-block}#fau_metabox_page_sidebar .linkauswahl p label{font-style:italic;font-weight:400}#fau_metabox_page_sidebar .linkauswahl p:last-child{width:20%;min-width:5em}textarea{max-width:100%}table.wp-list-table .column-revealid_id{width:4em;text-align:right}.edit-post-sidebar .toggle-switch,.postbox-container .toggle-switch{float:left;margin-right:10px}.edit-post-sidebar .toggle-switch .toggle-switch-label,.postbox-container .toggle-switch .toggle-switch-label{box-sizing:border-box}.edit-post-sidebar .customize-control-title,.postbox-container .customize-control-title{font-weight:700}#customize-controls #sub-accordion-section-header_image img{height:65px;max-height:65px;max-width:240px;width:auto}#customize-theme-controls #accordion-panel-advanced .accordion-section-title,#customize-theme-controls #accordion-panel-allgemeines .accordion-section-title,#customize-theme-controls #accordion-panel-socialmedia .accordion-section-title,#customize-theme-controls #accordion-panel-templates .accordion-section-title,#customize-theme-controls #accordion-panel-website .accordion-section-title,#customize-theme-controls #accordion-section-title_tagline .accordion-section-title{border-left-color:var(--color-Default)}#customize-theme-controls #accordion-panel-superadmin .accordion-section-title{border-left-color:red;color:red}#customize-theme-controls #accordion-panel-superadmin .accordion-section-title:before{color:red;width:18px}#customize-theme-controls #accordion-panel-advanced .accordion-section-title:before,#customize-theme-controls #accordion-panel-allgemeines .accordion-section-title:before,#customize-theme-controls #accordion-panel-templates .accordion-section-title:before,#customize-theme-controls #accordion-panel-website .accordion-section-title:before,#customize-theme-controls #accordion-section-title_tagline .accordion-section-title:before{width:18px}#customize-theme-controls #accordion-panel-debugmode .accordion-section-title{border-left-color:var(--color-Notice)}#customize-theme-controls #accordion-panel-debugmode .accordion-section-title:before{width:18px}#customize-theme-controls .customize-control-multiple-select option:checked,#customize-theme-controls .customize-control-multiple-select option[selected]{background:var(--color-StandardHellgrau)}#customize-theme-controls .customize-control-multiple-select select[multiple]:focus option:checked{background:var(--color-button-bg);color:var(--color-MainBackground)}#customize-theme-controls .customize-control-range-value .range-slider{width:100%}#customize-theme-controls .customize-control-range-value .range-slider__range{width:calc(100% - 95px);height:10px;border-radius:5px;background:#d7dcdf;outline:none;padding:0;margin:0}#customize-theme-controls .customize-control-range-value .range-slider__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--color-button-bg);cursor:pointer;-webkit-transition:background .15s ease-in-out;transition:background .15s ease-in-out}#customize-theme-controls .customize-control-range-value .range-slider__range::-webkit-slider-thumb:hover,#customize-theme-controls .customize-control-range-value .range-slider__range:active::-webkit-slider-thumb{background:var(--color-button-bg)}#customize-theme-controls .customize-control-range-value .range-slider__range::-moz-range-thumb{width:20px;height:20px;border:0;border-radius:50%;background:var(--color-button-bg);cursor:pointer;-moz-transition:background .15s ease-in-out;transition:background .15s ease-in-out}#customize-theme-controls .customize-control-range-value .range-slider__range::-moz-range-thumb:hover,#customize-theme-controls .customize-control-range-value .range-slider__range:active::-moz-range-thumb{background:var(--color-button-bg)}#customize-theme-controls .customize-control-range-value .range-slider__value{display:inline-block;position:relative;width:30px;color:var(--color-MainBackground);line-height:20px;text-align:center;border-radius:3px;background:var(--color-button-bg);padding:2px 5px;margin-left:8px}#customize-theme-controls .customize-control-range-value ::-moz-range-track{background:#d7dcdf;border:0}#customize-theme-controls .customize-control-range-value input::-moz-focus-inner,#customize-theme-controls .customize-control-range-value input::-moz-focus-outer{border:0}#ui-datepicker-div{background-color:#fff;border:1px solid var(--color-ContentBorders);padding:5px 10px}#tag-generator-list a[title~=reCAPTCHA]{display:none} \ No newline at end of file +*/:root{--color-primary-basis:#2f586e;--color-primary-basis-kontrast:#fff;--color-primary-ci-hell:#8c9fb1;--color-primary-ci-hell-kontrast:#000;--color-primary-ci-hell2:#d3dde6;--color-primary-ci-hell2-kontrast:#000;--color-primary-dunkler:#2f586e;--color-primary-dunkler-kontrast:#fff;--color-primary-dunkelste:#204251;--color-primary-dunkelste-kontrast:#fff;--color-zentral-basis:#04316a;--color-zentral-basis-kontrast:#fff;--color-zentral-ci-hell:#04316a;--color-zentral-ci-hell-kontrast:#fff;--color-zentral-ci-hell2:#ced9e7;--color-zentral-ci-hell2-kontrast:#000;--color-zentral-dunkler:#004a9f;--color-zentral-dunkler-kontrast:#fff;--color-zentral-dunkelste:#041e42;--color-zentral-dunkelste-kontrast:#fff;--color-phil-basis:#963b2f;--color-phil-basis-kontrast:#fff;--color-phil-ci-hell:#fdb735;--color-phil-ci-hell-kontrast:#000;--color-phil-ci-hell2:#f4e8cb;--color-phil-ci-hell2-kontrast:#000;--color-phil-dunkler:#e87722;--color-phil-dunkler-kontrast:#000;--color-phil-dunkelste:#963b2f;--color-phil-dunkelste-kontrast:#fff;--color-med-basis:#005287;--color-med-basis-kontrast:#fff;--color-med-ci-hell:#18b4f1;--color-med-ci-hell-kontrast:#000;--color-med-ci-hell2:#b9d9ec;--color-med-ci-hell2-kontrast:#000;--color-med-dunkler:#005287;--color-med-dunkler-kontrast:#fff;--color-med-dunkelste:#003e61;--color-med-dunkelste-kontrast:#fff;--color-nat-basis:#266141;--color-nat-basis-kontrast:#fff;--color-nat-ci-hell:#7bb725;--color-nat-ci-hell-kontrast:#000;--color-nat-ci-hell2:#cfe0d8;--color-nat-ci-hell2-kontrast:#000;--color-nat-dunkler:#266141;--color-nat-dunkler-kontrast:#fff;--color-nat-dunkelste:#14462d;--color-nat-dunkelste-kontrast:#fff;--color-rw-basis:#971b2f;--color-rw-basis-kontrast:#fff;--color-rw-ci-hell:#c50f3c;--color-rw-ci-hell-kontrast:#fff;--color-rw-ci-hell2:#f2ded1;--color-rw-ci-hell2-kontrast:#000;--color-rw-dunkler:#971b2f;--color-rw-dunkler-kontrast:#fff;--color-rw-dunkelste:#662938;--color-rw-dunkelste-kontrast:#fff;--color-tf-basis:#2f586e;--color-tf-basis-kontrast:#fff;--color-tf-ci-hell:#8c9fb1;--color-tf-ci-hell-kontrast:#000;--color-tf-ci-hell2:#d3dde6;--color-tf-ci-hell2-kontrast:#000;--color-tf-dunkler:#2f586e;--color-tf-dunkler-kontrast:#fff;--color-tf-dunkelste:#204251;--color-tf-dunkelste-kontrast:#fff;--color-Text:#222;--color-TextLight:#797676;--color-TextLightKontrast:#5b5858;--color-MetaTextDefault:#444;--color-Notice:#a71c18;--color-Alert:#c5ac94;--color-ZUV:#04316a;--color-Default:#04316a;--color-MainBackground:#fff;--color-StandardHellgrau:#e9edf2;--color-ContentBorders:#dfe6ec;--color-ContentRegions:#f5f7f9;--color-white:#fff;--color-black:#000;--color-PrintMain:#000;--color-KontrastHell:#fff;--color-KontrastDunkel:#333;--color-Negative:#a71c18;--color-Negative-Kontrast:#fff;--color-Positive:#00905a;--color-Positive-Kontrast:#fff;--color-MetaHomeBackground:#d4d4d4;--color-MetaHover:#264c7b;--color-MetaText:#fff;--color-MetaBackgroundLight:#eff1f4;--color-FAU:#04316a;--color-content-headlines:#222;--color-links:#222;--color-content-links:#222;--color-content-links-underline:#8c9fb1;--color-content-links-hover:#000;--color-button-text:#fff;--color-button-bg:#2f586e;--color-button-hover-text:#fff;--color-button-hover-bg:#204251;--color-ghostbutton-hover-text:#000;--color-ghostbutton-hover-bg:#8c9fb1;--color-footer-bg:#8c9fb1;--color-footer-text:#000;--color-hero-bg:#8c9fb1;--color-hero-text:#000;--color-mainmenu-toplevel-bg:#fff;--color-mainmenu-toplevel-text:#222;--color-mainmenu-toplevel-hover-text:#000;--color-mainmenu-toplevel-hover-bg:#8c9fb1;--color-mainmenu-sublevel-bg:#8c9fb1;--color-mainmenu-sublevel-text:#000;--color-mainmenu-sublevel-hover-text:#fff;--color-mainmenu-sublevel-hover-bg:#2f586e;--color-mainmenu-sublevel-button-text:#fff;--color-mainmenu-sublevel-button-bg:#2f586e;--color-mainmenu-sublevel-button-hover-text:#fff;--color-mainmenu-sublevel-button-hover-bg:#204251;--color-submenu-toplevel-bg:#fff;--color-submenu-toplevel-text:#222;--color-submenu-toplevel-hover-text:#000;--color-submenu-toplevel-hover-bg:#8c9fb1;--color-submenu-active-bg:#8c9fb1;--color-submenu-active-text:#000;--color-submenu-hover-text:#fff;--color-submenu-hover-bg:#2f586e;--color-submenu-currentlevel-text:#000;--color-submenu-currentlevel-bg:#d3dde6;--color-submenu-sublevel-text:#000;--color-submenu-sublevel-bg:#8c9fb1;--color-submenu-currentpage-bg:#204251;--color-submenu-currentpage-text:#fff;--color-menulink-hover-text:#fff;--color-menulink-hover-bg:#2f586e}.svg-placeholder{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.065 48.065'%3E%3Cpath d='M40.908 0H7.158a1 1 0 0 0-1 1v46.065a1 1 0 0 0 1.693.72l16.182-15.582 16.182 15.582a.996.996 0 0 0 1.085.2 1 1 0 0 0 .608-.92V1a1 1 0 0 0-1-1zm-1 44.714L24.726 30.095c-.193-.187-.443-.28-.693-.28s-.5.093-.693.28L8.158 44.714V2h31.75v42.714z'/%3E%3C/svg%3E");font-size:.6rem;height:1rem;line-height:1rem;margin-right:.5rem;width:1rem}.svg-icon,.svg-placeholder{background-position:50%;background-repeat:no-repeat;background-size:100%;content:" ";display:inline-block}.svg-icon{background-image:inherit;font-size:.93333rem;height:1.4rem;line-height:1.4rem;position:relative;vertical-align:middle;width:1.4rem}.fau-svg-definitions{display:none}.svg-socialmedia{margin:0}.svg-socialmedia li{display:inline-block;height:1.8rem;list-style:none;margin:5px;overflow:hidden;padding:0;width:1.8rem}.svg-socialmedia li:before{content:inherit;display:none}.svg-socialmedia span a:before{margin-top:5px}.svg-socialmedia a{overflow:hidden}.svg-socialmedia a,.svg-socialmedia a:before{display:inline-block;height:1.8rem;width:1.8rem}.svg-socialmedia a:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.065 48.065'%3E%3Cpath d='M40.908 0H7.158a1 1 0 0 0-1 1v46.065a1 1 0 0 0 1.693.72l16.182-15.582 16.182 15.582a.996.996 0 0 0 1.085.2 1 1 0 0 0 .608-.92V1a1 1 0 0 0-1-1zm-1 44.714L24.726 30.095c-.193-.187-.443-.28-.693-.28s-.5.093-.693.28L8.158 44.714V2h31.75v42.714z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:60%;content:" ";font-size:1.2rem;line-height:1.8rem}.svg-socialmedia a:focus:before,.svg-socialmedia a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.065 48.065'%3E%3Cpath fill='%238C9FB1' d='M40.908 0H7.158a1 1 0 0 0-1 1v46.065a1 1 0 0 0 1.693.72l16.182-15.582 16.182 15.582a.996.996 0 0 0 1.085.2 1 1 0 0 0 .608-.92V1a1 1 0 0 0-1-1zm-1 44.714L24.726 30.095c-.193-.187-.443-.28-.693-.28s-.5.093-.693.28L8.158 44.714V2h31.75v42.714z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="twitter.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M302.973 57.388a117.512 117.512 0 0 1-14.993 5.463 66.276 66.276 0 0 0 13.494-23.73 5 5 0 0 0-7.313-5.824 117.994 117.994 0 0 1-34.878 13.783c-12.381-12.098-29.197-18.983-46.581-18.983-36.695 0-66.549 29.853-66.549 66.547 0 2.89.183 5.764.545 8.598C101.163 99.244 58.83 76.863 29.76 41.204a5.001 5.001 0 0 0-8.196.642c-5.896 10.117-9.013 21.688-9.013 33.461 0 16.035 5.725 31.249 15.838 43.137a56.37 56.37 0 0 1-8.907-3.977 5 5 0 0 0-7.427 4.257c-.007.295-.007.59-.007.889 0 23.935 12.882 45.484 32.577 57.229a57.372 57.372 0 0 1-5.063-.735 4.998 4.998 0 0 0-5.699 6.437c7.29 22.76 26.059 39.501 48.749 44.605-18.819 11.787-40.34 17.961-62.932 17.961a120.4 120.4 0 0 1-14.095-.826 5 5 0 0 0-3.286 9.174c29.023 18.609 62.582 28.445 97.047 28.445 67.754 0 110.139-31.95 133.764-58.753 29.46-33.421 46.356-77.658 46.356-121.367 0-1.826-.028-3.67-.084-5.508 11.623-8.757 21.63-19.355 29.773-31.536a5 5 0 0 0-6.182-7.351z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="twitter.com"]:focus:before,.svg-socialmedia a[href*="twitter.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M302.973 57.388a117.512 117.512 0 0 1-14.993 5.463 66.276 66.276 0 0 0 13.494-23.73 5 5 0 0 0-7.313-5.824 117.994 117.994 0 0 1-34.878 13.783c-12.381-12.098-29.197-18.983-46.581-18.983-36.695 0-66.549 29.853-66.549 66.547 0 2.89.183 5.764.545 8.598C101.163 99.244 58.83 76.863 29.76 41.204a5.001 5.001 0 0 0-8.196.642c-5.896 10.117-9.013 21.688-9.013 33.461 0 16.035 5.725 31.249 15.838 43.137a56.37 56.37 0 0 1-8.907-3.977 5 5 0 0 0-7.427 4.257c-.007.295-.007.59-.007.889 0 23.935 12.882 45.484 32.577 57.229a57.372 57.372 0 0 1-5.063-.735 4.998 4.998 0 0 0-5.699 6.437c7.29 22.76 26.059 39.501 48.749 44.605-18.819 11.787-40.34 17.961-62.932 17.961a120.4 120.4 0 0 1-14.095-.826 5 5 0 0 0-3.286 9.174c29.023 18.609 62.582 28.445 97.047 28.445 67.754 0 110.139-31.95 133.764-58.753 29.46-33.421 46.356-77.658 46.356-121.367 0-1.826-.028-3.67-.084-5.508 11.623-8.757 21.63-19.355 29.773-31.536a5 5 0 0 0-6.182-7.351z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="facebook.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M81.703 165.106h33.981V305a5 5 0 0 0 5 5H178.3a5 5 0 0 0 5-5V165.765h39.064a5 5 0 0 0 4.967-4.429l5.933-51.502a5 5 0 0 0-4.966-5.572h-44.996V71.978c0-9.732 5.24-14.667 15.576-14.667h29.42a5 5 0 0 0 5-5V5.037a5 5 0 0 0-5-5h-40.545A39.746 39.746 0 0 0 185.896 0c-7.035 0-31.488 1.381-50.804 19.151-21.402 19.692-18.427 43.27-17.716 47.358v37.752H81.703a5 5 0 0 0-5 5v50.844a5 5 0 0 0 5 5.001z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="facebook.com"]:focus:before,.svg-socialmedia a[href*="facebook.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M81.703 165.106h33.981V305a5 5 0 0 0 5 5H178.3a5 5 0 0 0 5-5V165.765h39.064a5 5 0 0 0 4.967-4.429l5.933-51.502a5 5 0 0 0-4.966-5.572h-44.996V71.978c0-9.732 5.24-14.667 15.576-14.667h29.42a5 5 0 0 0 5-5V5.037a5 5 0 0 0-5-5h-40.545A39.746 39.746 0 0 0 185.896 0c-7.035 0-31.488 1.381-50.804 19.151-21.402 19.692-18.427 43.27-17.716 47.358v37.752H81.703a5 5 0 0 0-5 5v50.844a5 5 0 0 0 5 5.001z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="github.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="github.com"]:focus:before,.svg-socialmedia a[href*="github.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="instagram.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cpath d='M38.52.012h222.978C282.682.012 300 17.336 300 38.52v222.978c0 21.178-17.318 38.49-38.502 38.49H38.52c-21.184 0-38.52-17.313-38.52-38.49V38.52C0 17.336 17.336.012 38.52.012zm180.026 33.317c-7.438 0-13.505 6.091-13.505 13.525v32.314c0 7.437 6.067 13.514 13.505 13.514h33.903c7.426 0 13.506-6.077 13.506-13.514V46.854c0-7.434-6.08-13.525-13.506-13.525h-33.903zm47.538 93.539h-26.396a87.715 87.715 0 0 1 3.86 25.759c0 49.882-41.766 90.34-93.266 90.34-51.487 0-93.254-40.458-93.254-90.34 0-8.963 1.37-17.584 3.861-25.759H33.35V253.6c0 6.563 5.359 11.902 11.916 11.902h208.907c6.563 0 11.911-5.339 11.911-11.902V126.868zm-115.801-35.89c-33.26 0-60.24 26.128-60.24 58.388 0 32.227 26.98 58.375 60.24 58.375 33.278 0 60.259-26.148 60.259-58.375 0-32.261-26.981-58.388-60.259-58.388z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="instagram.com"]:focus:before,.svg-socialmedia a[href*="instagram.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cpath fill='%238C9FB1' d='M38.52.012h222.978C282.682.012 300 17.336 300 38.52v222.978c0 21.178-17.318 38.49-38.502 38.49H38.52c-21.184 0-38.52-17.313-38.52-38.49V38.52C0 17.336 17.336.012 38.52.012zm180.026 33.317c-7.438 0-13.505 6.091-13.505 13.525v32.314c0 7.437 6.067 13.514 13.505 13.514h33.903c7.426 0 13.506-6.077 13.506-13.514V46.854c0-7.434-6.08-13.525-13.506-13.525h-33.903zm47.538 93.539h-26.396a87.715 87.715 0 0 1 3.86 25.759c0 49.882-41.766 90.34-93.266 90.34-51.487 0-93.254-40.458-93.254-90.34 0-8.963 1.37-17.584 3.861-25.759H33.35V253.6c0 6.563 5.359 11.902 11.916 11.902h208.907c6.563 0 11.911-5.339 11.911-11.902V126.868zm-115.801-35.89c-33.26 0-60.24 26.128-60.24 58.388 0 32.227 26.98 58.375 60.24 58.375 33.278 0 60.259-26.148 60.259-58.375 0-32.261-26.981-58.388-60.259-58.388z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="publons.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0v24h24V0zm10.34 5.1c.083.014.114.096.156.158.054.354.1.71.154 1.065.157-.162.31-.328.49-.464.867-.666 2.05-.94 3.11-.63.72.21 1.315.72 1.756 1.316.187.263.348.547.45.855.198.582.225 1.206.198 1.815-.053 1.12-.433 2.244-1.169 3.103a4.029 4.029 0 0 1-2.616 1.41 4.418 4.418 0 0 1-2.188-.317c.019 1.01.032 2.018.038 3.028.021.465-.021.938.087 1.396.031.14.123.292.28.308.302.036.608.013.912.02.057 0 .13.037.126.101.004.186.009.373-.004.56-.046.092-.17.07-.255.072a44.358 44.358 0 0 0-4.437 0l-.07-.056c-.004-.22-.063-.467.034-.671.3-.035.606.02.904-.032.191-.048.268-.26.295-.434.04-.32.027-.642.042-.963V8.348c0-.156.006-.31-.008-.465a.888.888 0 0 0-.34-.656c-.203-.158-.438-.265-.662-.388-.082-.052-.181-.097-.229-.187a.985.985 0 0 1 .008-.337c.056-.066.144-.086.219-.122.73-.315 1.456-.636 2.185-.952.17-.068.346-.144.533-.144zm1.99 1.146c-.053 0-.104 0-.156.013a2.12 2.12 0 0 0-1.493.86c.005 1.44 0 2.88.003 4.32.005.327.073.676.302.924.524.512 1.302.692 2.014.593.577-.096 1.037-.538 1.279-1.054.344-.736.395-1.571.335-2.371-.053-.655-.181-1.312-.449-1.915-.184-.407-.442-.793-.811-1.054a1.717 1.717 0 0 0-1.024-.313z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="publons.com"]:focus:before,.svg-socialmedia a[href*="publons.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M0 0v24h24V0zm10.34 5.1c.083.014.114.096.156.158.054.354.1.71.154 1.065.157-.162.31-.328.49-.464.867-.666 2.05-.94 3.11-.63.72.21 1.315.72 1.756 1.316.187.263.348.547.45.855.198.582.225 1.206.198 1.815-.053 1.12-.433 2.244-1.169 3.103a4.029 4.029 0 0 1-2.616 1.41 4.418 4.418 0 0 1-2.188-.317c.019 1.01.032 2.018.038 3.028.021.465-.021.938.087 1.396.031.14.123.292.28.308.302.036.608.013.912.02.057 0 .13.037.126.101.004.186.009.373-.004.56-.046.092-.17.07-.255.072a44.358 44.358 0 0 0-4.437 0l-.07-.056c-.004-.22-.063-.467.034-.671.3-.035.606.02.904-.032.191-.048.268-.26.295-.434.04-.32.027-.642.042-.963V8.348c0-.156.006-.31-.008-.465a.888.888 0 0 0-.34-.656c-.203-.158-.438-.265-.662-.388-.082-.052-.181-.097-.229-.187a.985.985 0 0 1 .008-.337c.056-.066.144-.086.219-.122.73-.315 1.456-.636 2.185-.952.17-.068.346-.144.533-.144zm1.99 1.146c-.053 0-.104 0-.156.013a2.12 2.12 0 0 0-1.493.86c.005 1.44 0 2.88.003 4.32.005.327.073.676.302.924.524.512 1.302.692 2.014.593.577-.096 1.037-.538 1.279-1.054.344-.736.395-1.571.335-2.371-.053-.655-.181-1.312-.449-1.915-.184-.407-.442-.793-.811-1.054a1.717 1.717 0 0 0-1.024-.313z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="linkedin.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M72.16 99.73H9.927a5 5 0 0 0-5 5v199.928a5 5 0 0 0 5 5H72.16a5 5 0 0 0 5-5V104.73a5 5 0 0 0-5-5zM41.066.341C18.422.341 0 18.743 0 41.362 0 63.991 18.422 82.4 41.066 82.4c22.626 0 41.033-18.41 41.033-41.038C82.1 18.743 63.692.341 41.066.341zm189.388 94.42c-24.995 0-43.472 10.745-54.679 22.954V104.73a5 5 0 0 0-5-5h-59.599a5 5 0 0 0-5 5v199.928a5 5 0 0 0 5 5h62.097a5 5 0 0 0 5-5V205.74c0-33.333 9.054-46.319 32.29-46.319 25.306 0 27.317 20.818 27.317 48.034v97.204a5 5 0 0 0 5 5H305a5 5 0 0 0 5-5V194.995c0-49.565-9.451-100.234-79.546-100.234z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="linkedin.com"]:focus:before,.svg-socialmedia a[href*="linkedin.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M72.16 99.73H9.927a5 5 0 0 0-5 5v199.928a5 5 0 0 0 5 5H72.16a5 5 0 0 0 5-5V104.73a5 5 0 0 0-5-5zM41.066.341C18.422.341 0 18.743 0 41.362 0 63.991 18.422 82.4 41.066 82.4c22.626 0 41.033-18.41 41.033-41.038C82.1 18.743 63.692.341 41.066.341zm189.388 94.42c-24.995 0-43.472 10.745-54.679 22.954V104.73a5 5 0 0 0-5-5h-59.599a5 5 0 0 0-5 5v199.928a5 5 0 0 0 5 5h62.097a5 5 0 0 0 5-5V205.74c0-33.333 9.054-46.319 32.29-46.319 25.306 0 27.317 20.818 27.317 48.034v97.204a5 5 0 0 0 5 5H305a5 5 0 0 0 5-5V194.995c0-49.565-9.451-100.234-79.546-100.234z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="xing.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540.543 540.543'%3E%3Cpath d='M129.989 378.772c8.274 0 15.361-5.006 21.243-15.036 53.813-95.423 81.806-145.093 83.991-149.028L181.63 121.25c-5.667-9.804-12.858-14.707-21.567-14.707h-78.11c-5.019 0-8.495 1.634-10.459 4.902-2.399 3.268-2.289 7.301.325 12.087l52.613 91.176c.214.232.214.331 0 .331L41.75 361.453c-2.172 4.149-2.172 8.066 0 11.757 2.173 3.715 5.557 5.562 10.129 5.562h78.11zM488.492 0h-78.758c-8.495 0-15.472 4.902-20.912 14.707C277.053 212.97 219.206 315.596 215.283 322.555l110.784 203.282c5.227 9.804 12.418 14.706 21.567 14.706h78.104c4.791 0 8.28-1.634 10.459-4.902 2.172-3.715 2.068-7.748-.325-12.099L326.073 322.555v-.318L498.627 16.995c2.393-4.571 2.393-8.592 0-12.087C496.662 1.634 493.284 0 488.492 0z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="xing.com"]:focus:before,.svg-socialmedia a[href*="xing.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540.543 540.543'%3E%3Cpath fill='%238C9FB1' d='M129.989 378.772c8.274 0 15.361-5.006 21.243-15.036 53.813-95.423 81.806-145.093 83.991-149.028L181.63 121.25c-5.667-9.804-12.858-14.707-21.567-14.707h-78.11c-5.019 0-8.495 1.634-10.459 4.902-2.399 3.268-2.289 7.301.325 12.087l52.613 91.176c.214.232.214.331 0 .331L41.75 361.453c-2.172 4.149-2.172 8.066 0 11.757 2.173 3.715 5.557 5.562 10.129 5.562h78.11zM488.492 0h-78.758c-8.495 0-15.472 4.902-20.912 14.707C277.053 212.97 219.206 315.596 215.283 322.555l110.784 203.282c5.227 9.804 12.418 14.706 21.567 14.706h78.104c4.791 0 8.28-1.634 10.459-4.902 2.172-3.715 2.068-7.748-.325-12.099L326.073 322.555v-.318L498.627 16.995c2.393-4.571 2.393-8.592 0-12.087C496.662 1.634 493.284 0 488.492 0z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="tiktok.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.53.02C13.84 0 15.14.01 16.44 0c.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="tiktok.com"]:focus:before,.svg-socialmedia a[href*="tiktok.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M12.53.02C13.84 0 15.14.01 16.44 0c.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="youtube.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M297.917 64.645c-11.19-13.302-31.85-18.728-71.306-18.728H83.386c-40.359 0-61.369 5.776-72.517 19.938C0 79.663 0 100.008 0 128.166v53.669c0 54.551 12.896 82.248 83.386 82.248h143.226c34.216 0 53.176-4.788 65.442-16.527C304.633 235.518 310 215.863 310 181.835v-53.669c0-29.695-.841-50.16-12.083-63.521zm-98.896 97.765-65.038 33.991a9.997 9.997 0 0 1-14.632-8.863v-67.764a10 10 0 0 1 14.609-8.874l65.038 33.772a10 10 0 0 1 .023 17.738z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="youtube.com"]:focus:before,.svg-socialmedia a[href*="youtube.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M297.917 64.645c-11.19-13.302-31.85-18.728-71.306-18.728H83.386c-40.359 0-61.369 5.776-72.517 19.938C0 79.663 0 100.008 0 128.166v53.669c0 54.551 12.896 82.248 83.386 82.248h143.226c34.216 0 53.176-4.788 65.442-16.527C304.633 235.518 310 215.863 310 181.835v-53.669c0-29.695-.841-50.16-12.083-63.521zm-98.896 97.765-65.038 33.991a9.997 9.997 0 0 1-14.632-8.863v-67.764a10 10 0 0 1 14.609-8.874l65.038 33.772a10 10 0 0 1 .023 17.738z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="scopus.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m24 19.059-.14-1.777c-1.426.772-2.945 1.076-4.465 1.076-3.319 0-5.96-2.782-5.96-6.475 0-3.903 2.595-6.31 5.633-6.31 1.917 0 3.39.303 4.792 1.075L24 4.895c-1.286-.608-2.337-.889-4.698-.889-4.534 0-7.97 3.53-7.97 8.017 0 5.12 4.09 7.924 7.9 7.924 1.916 0 3.506-.257 4.768-.888zm-14.954-3.46c0-2.22-1.964-3.225-3.857-4.347C3.716 10.364 2.15 9.756 2.15 8.12c0-1.215.889-2.548 2.642-2.548 1.519 0 2.57.234 3.903 1.029l.117-1.847c-1.239-.514-2.127-.748-4.137-.748C1.8 4.006.047 5.876.047 8.26c0 2.384 2.103 3.413 4.02 4.581 1.426.865 2.922 1.45 2.922 2.992 0 1.496-1.333 2.571-2.922 2.571-1.566 0-2.594-.35-3.786-1.075L0 19.176c1.215.56 2.454.818 4.16.818 2.385 0 4.885-1.473 4.885-4.395z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="scopus.com"]:focus:before,.svg-socialmedia a[href*="scopus.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='m24 19.059-.14-1.777c-1.426.772-2.945 1.076-4.465 1.076-3.319 0-5.96-2.782-5.96-6.475 0-3.903 2.595-6.31 5.633-6.31 1.917 0 3.39.303 4.792 1.075L24 4.895c-1.286-.608-2.337-.889-4.698-.889-4.534 0-7.97 3.53-7.97 8.017 0 5.12 4.09 7.924 7.9 7.924 1.916 0 3.506-.257 4.768-.888zm-14.954-3.46c0-2.22-1.964-3.225-3.857-4.347C3.716 10.364 2.15 9.756 2.15 8.12c0-1.215.889-2.548 2.642-2.548 1.519 0 2.57.234 3.903 1.029l.117-1.847c-1.239-.514-2.127-.748-4.137-.748C1.8 4.006.047 5.876.047 8.26c0 2.384 2.103 3.413 4.02 4.581 1.426.865 2.922 1.45 2.922 2.992 0 1.496-1.333 2.571-2.922 2.571-1.566 0-2.594-.35-3.786-1.075L0 19.176c1.215.56 2.454.818 4.16.818 2.385 0 4.885-1.473 4.885-4.395z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="scholar.google.de"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 24a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm0-24L0 9.5l4.838 3.94A8 8 0 0 1 12 9a8 8 0 0 1 7.162 4.44L24 9.5z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="scholar.google.de"]:focus:before,.svg-socialmedia a[href*="scholar.google.de"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M12 24a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm0-24L0 9.5l4.838 3.94A8 8 0 0 1 12 9a8 8 0 0 1 7.162 4.44L24 9.5z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="orcid.org"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zM7.369 4.378c.525 0 .947.431.947.947s-.422.947-.947.947a.95.95 0 0 1-.947-.947c0-.525.422-.947.947-.947zm-.722 3.038h1.444v10.041H6.647V7.416zm3.562 0h3.9c3.712 0 5.344 2.653 5.344 5.025 0 2.578-2.016 5.025-5.325 5.025h-3.919V7.416zm1.444 1.303v7.444h2.297c3.272 0 4.022-2.484 4.022-3.722 0-2.016-1.284-3.722-4.097-3.722h-2.222z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="orcid.org"]:focus:before,.svg-socialmedia a[href*="orcid.org"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zM7.369 4.378c.525 0 .947.431.947.947s-.422.947-.947.947a.95.95 0 0 1-.947-.947c0-.525.422-.947.947-.947zm-.722 3.038h1.444v10.041H6.647V7.416zm3.562 0h3.9c3.712 0 5.344 2.653 5.344 5.025 0 2.578-2.016 5.025-5.325 5.025h-3.919V7.416zm1.444 1.303v7.444h2.297c3.272 0 4.022-2.484 4.022-3.722 0-2.016-1.284-3.722-4.097-3.722h-2.222z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="researchgate.net"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 94'%3E%3Cpath d='M89 0H5a5 5 0 0 0-5 5v84a5 5 0 0 0 5 5h84a5 5 0 0 0 5-5V5a5 5 0 0 0-5-5zM45.064 73.975H33.082a5.764 5.764 0 0 1-1.074-2.605 29.154 29.154 0 0 1-.309-3.059L31.4 57.959c-.102-2.117-.625-3.775-1.576-4.986-.948-1.211-2.551-1.814-4.799-1.814h-5.777v22.816H8.313V20.028H28.51c4.557 0 8.101 1.146 10.632 3.438 2.529 2.293 3.796 5.78 3.796 10.465 0 3.626-.734 6.586-2.203 8.878-1.467 2.292-3.744 3.765-6.832 4.421v.15c1.872.252 3.363.717 4.479 1.396 1.112.683 1.975 1.662 2.581 2.945.607 1.285 1.025 2.91 1.253 4.875s.366 4.381.417 7.254c.05 2.868.217 5.06.495 6.572.277 1.51.923 2.542 1.937 3.098l-.001.455zm40.624 0h-8.051V68.99h-.15c-1.317 2.111-2.897 3.652-4.746 4.604-1.85.96-4.061 1.438-6.643 1.438-3.342 0-6.063-.616-8.164-1.851-2.103-1.232-3.746-3.06-4.935-5.479-1.188-2.416-1.989-5.402-2.392-8.95-.407-3.555-.609-7.671-.609-12.354 0-4.536.291-8.515.875-11.939.581-3.425 1.58-6.284 2.999-8.574 1.416-2.29 3.291-4.018 5.618-5.177 2.326-1.159 5.24-1.739 8.732-1.739 5.971 0 10.274 1.475 12.907 4.422 2.631 2.947 3.948 7.166 3.948 12.655H74.6c0-.956-.113-1.975-.342-3.062a9.969 9.969 0 0 0-1.102-2.944 7.033 7.033 0 0 0-1.936-2.193c-.783-.577-1.734-.868-2.848-.868-2.633 0-4.53 1.463-5.693 4.383-1.166 2.921-1.746 7.758-1.746 14.509 0 3.271.101 6.207.301 8.8.201 2.596.574 4.812 1.104 6.651.531 1.836 1.291 3.245 2.277 4.229.988.979 2.264 1.473 3.836 1.473.656 0 1.377-.178 2.162-.53.785-.351 1.52-.879 2.201-1.584.684-.706 1.254-1.599 1.709-2.685.455-1.084.686-2.353.686-3.814v-5.516h-7.215v-8.011h17.691v29.089h.003zM24.41 28.038h-5.162v15.561h4.556c2.631 0 4.655-.615 6.074-1.851 1.416-1.231 2.124-3.311 2.124-6.231 0-4.985-2.528-7.479-7.592-7.479z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="researchgate.net"]:focus:before,.svg-socialmedia a[href*="researchgate.net"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 94'%3E%3Cpath fill='%238C9FB1' d='M89 0H5a5 5 0 0 0-5 5v84a5 5 0 0 0 5 5h84a5 5 0 0 0 5-5V5a5 5 0 0 0-5-5zM45.064 73.975H33.082a5.764 5.764 0 0 1-1.074-2.605 29.154 29.154 0 0 1-.309-3.059L31.4 57.959c-.102-2.117-.625-3.775-1.576-4.986-.948-1.211-2.551-1.814-4.799-1.814h-5.777v22.816H8.313V20.028H28.51c4.557 0 8.101 1.146 10.632 3.438 2.529 2.293 3.796 5.78 3.796 10.465 0 3.626-.734 6.586-2.203 8.878-1.467 2.292-3.744 3.765-6.832 4.421v.15c1.872.252 3.363.717 4.479 1.396 1.112.683 1.975 1.662 2.581 2.945.607 1.285 1.025 2.91 1.253 4.875s.366 4.381.417 7.254c.05 2.868.217 5.06.495 6.572.277 1.51.923 2.542 1.937 3.098l-.001.455zm40.624 0h-8.051V68.99h-.15c-1.317 2.111-2.897 3.652-4.746 4.604-1.85.96-4.061 1.438-6.643 1.438-3.342 0-6.063-.616-8.164-1.851-2.103-1.232-3.746-3.06-4.935-5.479-1.188-2.416-1.989-5.402-2.392-8.95-.407-3.555-.609-7.671-.609-12.354 0-4.536.291-8.515.875-11.939.581-3.425 1.58-6.284 2.999-8.574 1.416-2.29 3.291-4.018 5.618-5.177 2.326-1.159 5.24-1.739 8.732-1.739 5.971 0 10.274 1.475 12.907 4.422 2.631 2.947 3.948 7.166 3.948 12.655H74.6c0-.956-.113-1.975-.342-3.062a9.969 9.969 0 0 0-1.102-2.944 7.033 7.033 0 0 0-1.936-2.193c-.783-.577-1.734-.868-2.848-.868-2.633 0-4.53 1.463-5.693 4.383-1.166 2.921-1.746 7.758-1.746 14.509 0 3.271.101 6.207.301 8.8.201 2.596.574 4.812 1.104 6.651.531 1.836 1.291 3.245 2.277 4.229.988.979 2.264 1.473 3.836 1.473.656 0 1.377-.178 2.162-.53.785-.351 1.52-.879 2.201-1.584.684-.706 1.254-1.599 1.709-2.685.455-1.084.686-2.353.686-3.814v-5.516h-7.215v-8.011h17.691v29.089h.003zM24.41 28.038h-5.162v15.561h4.556c2.631 0 4.655-.615 6.074-1.851 1.416-1.231 2.124-3.311 2.124-6.231 0-4.985-2.528-7.479-7.592-7.479z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="pinterest."]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 97.672 97.672'%3E%3Cpath d='M51.125 0C24.469 0 11.029 19.11 11.029 35.047c0 9.649 3.653 18.232 11.487 21.432 1.286.525 2.438.019 2.812-1.403.258-.985.871-3.468 1.144-4.503.376-1.407.229-1.9-.807-3.126-2.259-2.665-3.703-6.115-3.703-11.002 0-14.178 10.608-26.87 27.624-26.87 15.064 0 23.342 9.206 23.342 21.5 0 16.176-7.159 29.828-17.786 29.828-5.87 0-10.262-4.854-8.854-10.807 1.686-7.107 4.951-14.778 4.951-19.907 0-4.592-2.463-8.423-7.565-8.423-6 0-10.819 6.207-10.819 14.521 0 5.296 1.789 8.878 1.789 8.878s-6.141 26.015-7.215 30.571c-2.145 9.072-.322 20.195-.168 21.318.089.666.944.824 1.332.322.555-.723 7.7-9.544 10.129-18.359.687-2.496 3.944-15.42 3.944-15.42 1.95 3.717 7.647 6.992 13.706 6.992 18.034 0 30.271-16.441 30.271-38.45C86.644 15.498 72.547 0 51.125 0z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="pinterest."]:focus:before,.svg-socialmedia a[href*="pinterest."]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 97.672 97.672'%3E%3Cpath fill='%238C9FB1' d='M51.125 0C24.469 0 11.029 19.11 11.029 35.047c0 9.649 3.653 18.232 11.487 21.432 1.286.525 2.438.019 2.812-1.403.258-.985.871-3.468 1.144-4.503.376-1.407.229-1.9-.807-3.126-2.259-2.665-3.703-6.115-3.703-11.002 0-14.178 10.608-26.87 27.624-26.87 15.064 0 23.342 9.206 23.342 21.5 0 16.176-7.159 29.828-17.786 29.828-5.87 0-10.262-4.854-8.854-10.807 1.686-7.107 4.951-14.778 4.951-19.907 0-4.592-2.463-8.423-7.565-8.423-6 0-10.819 6.207-10.819 14.521 0 5.296 1.789 8.878 1.789 8.878s-6.141 26.015-7.215 30.571c-2.145 9.072-.322 20.195-.168 21.318.089.666.944.824 1.332.322.555-.723 7.7-9.544 10.129-18.359.687-2.496 3.944-15.42 3.944-15.42 1.95 3.717 7.647 6.992 13.706 6.992 18.034 0 30.271-16.441 30.271-38.45C86.644 15.498 72.547 0 51.125 0z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="mailto:"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 474 474'%3E%3Cpath d='M437.5 59.3h-401C16.4 59.3 0 75.7 0 95.8v282.4c0 20.1 16.4 36.5 36.5 36.5h401c20.1 0 36.5-16.4 36.5-36.5V95.8c0-20.1-16.4-36.5-36.5-36.5zm-5.3 27L239.5 251.1 46.8 86.3h385.4zM447 378.2c0 5.2-4.3 9.5-9.5 9.5h-401c-5.2 0-9.5-4.3-9.5-9.5V104.9l203.7 174.2c.1.1.3.2.4.3.1.1.3.2.4.3.3.2.5.4.8.5.1.1.2.1.3.2l1.2.6c.1 0 .2.1.3.1.3.1.6.3 1 .4.1 0 .3.1.4.1.3.1.6.2.9.2.1 0 .3.1.4.1.3.1.7.1 1 .2h.3c.4 0 .9.1 1.3.1s.9 0 1.3-.1h.3c.3 0 .7-.1 1-.2.1 0 .3-.1.4-.1.3-.1.6-.2.9-.2.1 0 .3-.1.4-.1.3-.1.6-.2 1-.4.1 0 .2-.1.3-.1l1.2-.6c.1-.1.2-.1.3-.2.3-.2.5-.3.8-.5.1-.1.3-.2.4-.3.1-.1.3-.2.4-.3L447 109.2v269z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="mailto:"]:focus:before,.svg-socialmedia a[href*="mailto:"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 474 474'%3E%3Cpath fill='%238C9FB1' d='M437.5 59.3h-401C16.4 59.3 0 75.7 0 95.8v282.4c0 20.1 16.4 36.5 36.5 36.5h401c20.1 0 36.5-16.4 36.5-36.5V95.8c0-20.1-16.4-36.5-36.5-36.5zm-5.3 27L239.5 251.1 46.8 86.3h385.4zM447 378.2c0 5.2-4.3 9.5-9.5 9.5h-401c-5.2 0-9.5-4.3-9.5-9.5V104.9l203.7 174.2c.1.1.3.2.4.3.1.1.3.2.4.3.3.2.5.4.8.5.1.1.2.1.3.2l1.2.6c.1 0 .2.1.3.1.3.1.6.3 1 .4.1 0 .3.1.4.1.3.1.6.2.9.2.1 0 .3.1.4.1.3.1.7.1 1 .2h.3c.4 0 .9.1 1.3.1s.9 0 1.3-.1h.3c.3 0 .7-.1 1-.2.1 0 .3-.1.4-.1.3-.1.6-.2.9-.2.1 0 .3-.1.4-.1.3-.1.6-.2 1-.4.1 0 .2-.1.3-.1l1.2-.6c.1-.1.2-.1.3-.2.3-.2.5-.3.8-.5.1-.1.3-.2.4-.3.1-.1.3-.2.4-.3L447 109.2v269z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*=feed]:before,.svg-socialmedia a[href*=rss]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M90.244 264.828C90.244 240.11 70.139 220 45.427 220 20.712 220 .605 240.11.605 264.828c0 24.714 20.107 44.82 44.822 44.82 24.712 0 44.817-20.106 44.817-44.82zM5.648 169.43c35.961 0 69.782 14.066 95.231 39.605 25.45 25.583 39.467 59.648 39.467 95.92a5 5 0 0 0 5 5h57.486a5 5 0 0 0 5-5c0-111.952-90.699-203.031-202.185-203.031a5 5 0 0 0-5 5v57.505a5.002 5.002 0 0 0 5.001 5.001zM5.726 0a5 5 0 0 0-5 5v57.495a5 5 0 0 0 5 5c130.24 0 236.199 106.544 236.199 237.505a5 5 0 0 0 5 5h57.471a5 5 0 0 0 5-5c0-168.178-136.226-305-303.67-305z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*=feed]:focus:before,.svg-socialmedia a[href*=feed]:hover:before,.svg-socialmedia a[href*=rss]:focus:before,.svg-socialmedia a[href*=rss]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M90.244 264.828C90.244 240.11 70.139 220 45.427 220 20.712 220 .605 240.11.605 264.828c0 24.714 20.107 44.82 44.822 44.82 24.712 0 44.817-20.106 44.817-44.82zM5.648 169.43c35.961 0 69.782 14.066 95.231 39.605 25.45 25.583 39.467 59.648 39.467 95.92a5 5 0 0 0 5 5h57.486a5 5 0 0 0 5-5c0-111.952-90.699-203.031-202.185-203.031a5 5 0 0 0-5 5v57.505a5.002 5.002 0 0 0 5.001 5.001zM5.726 0a5 5 0 0 0-5 5v57.495a5 5 0 0 0 5 5c130.24 0 236.199 106.544 236.199 237.505a5 5 0 0 0 5 5h57.471a5 5 0 0 0 5-5c0-168.178-136.226-305-303.67-305z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*=".ics"]:before,.svg-socialmedia a[href*=ical]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59 59'%3E%3Cpath d='M31.793 41.707a.997.997 0 0 0 1.414 0l3.293-3.293 3.293 3.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L37.914 37l3.293-3.293a.999.999 0 1 0-1.414-1.414L36.5 35.586l-3.293-3.293a.999.999 0 1 0-1.414 1.414L35.086 37l-3.293 3.293a.999.999 0 0 0 0 1.414zM26.5 0a1 1 0 1 0 0 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0 0 26.5 0zm6 0a1 1 0 1 0 0 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0 0 32.5 0zm6 0a1 1 0 1 0 0 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0 0 38.5 0zm4.899 4a5.006 5.006 0 0 1-4.899 6 1 1 0 1 1 0-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 0 1-4.899 6 1 1 0 1 1 0-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 0 1-4.899 6 1 1 0 1 1 0-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 0 1-4.899 6 1 1 0 1 1 0-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-5.632c.414-1.162 1.514-2 2.816-2s2.402.838 2.816 2h2.083c-.465-2.279-2.484-4-4.899-4s-4.434 1.721-4.899 4H.5v55h58V4H43.399zM14.5 57h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*=".ics"]:focus:before,.svg-socialmedia a[href*=".ics"]:hover:before,.svg-socialmedia a[href*=ical]:focus:before,.svg-socialmedia a[href*=ical]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59 59'%3E%3Cpath fill='%238C9FB1' d='M31.793 41.707a.997.997 0 0 0 1.414 0l3.293-3.293 3.293 3.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414L37.914 37l3.293-3.293a.999.999 0 1 0-1.414-1.414L36.5 35.586l-3.293-3.293a.999.999 0 1 0-1.414 1.414L35.086 37l-3.293 3.293a.999.999 0 0 0 0 1.414zM26.5 0a1 1 0 1 0 0 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0 0 26.5 0zm6 0a1 1 0 1 0 0 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0 0 32.5 0zm6 0a1 1 0 1 0 0 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0 0 38.5 0zm4.899 4a5.006 5.006 0 0 1-4.899 6 1 1 0 1 1 0-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 0 1-4.899 6 1 1 0 1 1 0-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 0 1-4.899 6 1 1 0 1 1 0-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 0 1-4.899 6 1 1 0 1 1 0-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-5.632c.414-1.162 1.514-2 2.816-2s2.402.838 2.816 2h2.083c-.465-2.279-2.484-4-4.899-4s-4.434 1.721-4.899 4H.5v55h58V4H43.399zM14.5 57h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12z'/%3E%3C/svg%3E")}.svg-socialmedia.round a:before{border:1px solid #000;border-radius:50%}.svg-socialmedia.hoverbg a:focus:before,.svg-socialmedia.hoverbg a:hover:before{background-color:#000}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{background-color:#337ab7;color:#fff}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.dl-horizontal dd:after,.dl-horizontal dd:before{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media (min-width:768px){.dl-horizontal dt{clear:left;float:left;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:160px}.dl-horizontal dd{margin-left:180px}}.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1200px}}.row{margin-left:-15px;margin-right:-15px}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{min-height:1px;padding-left:15px;padding-right:15px;position:relative}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}.alert{border:1px solid transparent;border-radius:4px}.alert h4{color:inherit;margin-top:0}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{color:inherit;position:relative;right:-21px;top:-2px}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.slick-slider{box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;font-size:0;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-slide .item{font-size:1rem}.slick-arrow.slick-hidden{display:none}html{-webkit-font-smooth:antialiased;-webkit-text-size-adjust:100%;font-size:90%}@media (min-width:360px){html{font-size:100%}}@media (min-width:1400px){html{font-size:110%}}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype")}#customize-theme-controls #accordion-panel-advanced .accordion-section-title:before,#customize-theme-controls #accordion-panel-allgemeines .accordion-section-title:before,#customize-theme-controls #accordion-panel-debugmode .accordion-section-title:before,#customize-theme-controls #accordion-panel-superadmin .accordion-section-title:before,#customize-theme-controls #accordion-panel-templates .accordion-section-title:before,#customize-theme-controls #accordion-panel-website .accordion-section-title:before,#customize-theme-controls #accordion-section-title_tagline .accordion-section-title:before,.fa{display:inline-block;font:normal normal normal 16px/1.5 FontAwesome;font-size:inherit}.fa-lg{font-size:1.33333em;line-height:.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{text-align:center;width:1.28571em}.fa-ul{list-style-type:none;margin-left:2.14286em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2.14286em;position:absolute;text-align:center;top:.14286em;width:2.14286em}.fa-li.fa-lg{left:-1.85714em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}#customize-theme-controls #accordion-panel-advanced .fa-pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-allgemeines .fa-pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-debugmode .fa-pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-superadmin .fa-pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-templates .fa-pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-website .fa-pull-left.accordion-section-title:before,#customize-theme-controls #accordion-section-title_tagline .fa-pull-left.accordion-section-title:before,.fa.fa-pull-left{margin-right:.3em}#customize-theme-controls #accordion-panel-advanced .fa-pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-allgemeines .fa-pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-debugmode .fa-pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-superadmin .fa-pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-templates .fa-pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-website .fa-pull-right.accordion-section-title:before,#customize-theme-controls #accordion-section-title_tagline .fa-pull-right.accordion-section-title:before,.fa.fa-pull-right{margin-left:.3em}#customize-theme-controls #accordion-panel-advanced .pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-allgemeines .pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-debugmode .pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-superadmin .pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-templates .pull-left.accordion-section-title:before,#customize-theme-controls #accordion-panel-website .pull-left.accordion-section-title:before,#customize-theme-controls #accordion-section-title_tagline .pull-left.accordion-section-title:before,.fa.pull-left{margin-right:.3em}#customize-theme-controls #accordion-panel-advanced .pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-allgemeines .pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-debugmode .pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-superadmin .pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-templates .pull-right.accordion-section-title:before,#customize-theme-controls #accordion-panel-website .pull-right.accordion-section-title:before,#customize-theme-controls #accordion-section-title_tagline .pull-right.accordion-section-title:before,.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.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-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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"}#customize-theme-controls #accordion-panel-advanced .accordion-section-title:before,#customize-theme-controls #accordion-panel-superadmin .accordion-section-title:before,.fa-cogs:before,.fa-gears: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"}#customize-theme-controls #accordion-panel-templates .accordion-section-title:before,.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder: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-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-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste: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"}#customize-theme-controls #accordion-panel-debugmode .accordion-section-title:before,.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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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"}#customize-theme-controls #accordion-panel-allgemeines .accordion-section-title:before,.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-ils:before,.fa-shekel:before,.fa-sheqel: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-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc: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,.fa-battery: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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv: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-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing: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-themeisle:before{content:"\f2b2"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}#customize-theme-controls #accordion-panel-website .accordion-section-title:before,#customize-theme-controls #accordion-section-title_tagline .accordion-section-title:before,.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(../fonts/roboto/Roboto-Bold.woff2) format("woff2"),url(../fonts/roboto/Roboto-Bold-webfont.woff) format("woff"),url(../fonts/roboto/Roboto-Bold-webfont.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:url(../fonts/roboto/Roboto-BoldItalic.woff2) format("woff2"),url(../fonts/roboto/Roboto-BoldItalic-webfont.woff) format("woff"),url(../fonts/roboto/Roboto-BoldItalic-webfont.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:url(../fonts/roboto/Roboto-Italic.woff2) format("woff2"),url(../fonts/roboto/Roboto-Italic-webfont.woff) format("woff"),url(../fonts/roboto/Roboto-Italic-webfont.ttf) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(../fonts/roboto/Roboto-Regular.woff2) format("woff2"),url(../fonts/roboto/Roboto-Regular-webfont.woff) format("woff"),url(../fonts/roboto/Roboto-Regular-webfont.ttf) format("truetype")}@font-face{font-family:FAU Chimera;font-style:normal;font-weight:400;src:url(fonts/fau-chimera/FAU-Chimera-Regular.woff2) format("woff2"),url(fonts/fau-chimera/FAU-Chimera-Regular.woff) format("woff"),url(fonts/fau-chimera/FAU-Chimera-Regular.ttf) format("truetype")}@font-face{font-family:FAU Chimera;font-style:normal;font-weight:medium;src:url(fonts/fau-chimera/FAU-Chimera-Medium.woff2) format("woff2"),url(fonts/fau-chimera/FAU-Chimera-Medium.woff) format("woff"),url(fonts/fau-chimera/FAU-Chimera-Medium.ttf) format("truetype")}.toggle-switch-control .customize-control-title{display:inline-block}.toggle-switch{float:right;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:64px}.toggle-switch .toggle-switch-checkbox{display:none}.toggle-switch .toggle-switch-label{border:2px solid #ddd;border-radius:20px;cursor:pointer;display:block;margin:0;overflow:hidden;padding:0}.toggle-switch-inner{display:block;margin-left:-100%;transition:margin .3s ease-in 0s;width:200%}.toggle-switch-inner:after,.toggle-switch-inner:before{box-sizing:border-box;color:var(--color-button-text);display:block;float:left;font-family:Trebuchet,Arial,sans-serif;font-size:14px;font-weight:700;height:22px;line-height:22px;padding:0;width:50%}.toggle-switch-inner:before{background-color:var(--color-button-bg);color:var(--color-button-text);content:"An";padding-left:8px}:lang(en) .toggle-switch-inner:before{content:"ON"}.toggle-switch-inner:after{background-color:#eee;color:#999;content:"Aus";padding-right:8px;text-align:right}:lang(en) .toggle-switch-inner:after{content:"OFF"}.toggle-switch-switch{background:var(--color-button-text);border:2px solid #ddd;border-radius:20px;bottom:0;display:block;margin:3px;position:absolute;right:38px;top:0;transition:all .3s ease-in 0s;width:16px}.toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-inner{margin-left:0}.toggle-switch-checkbox:checked+.toggle-switch-label .toggle-switch-switch{right:0}#headimg{background:no-repeat;border:0;height:120px;width:350px}#custom-background-image{background-position:0 100%!important;background-repeat:repeat-x,no-repeat;height:225px}p.submit{margin-top:10px;padding-left:20px}.wrap div.updated{margin-right:300px}#einstellungen{margin-top:20px}#einstellungen div{margin-left:10px}#einstellungen table tr:focus,#einstellungen table tr:hover{background-color:#eee;transition:all .1s ease-in-out}#einstellungen table th{min-width:200px;text-align:left}#einstellungen table td{padding-bottom:5px}#einstellungen table tr.mark-option{background-color:#f50;color:#fff}#einstellungen table tr.mark-option:focus,#einstellungen table tr.mark-option:hover{background-color:#a62911}#einstellungen table td table th{min-width:50px}#einstellungen input.regular-text{width:40em}#einstellungen select{min-width:4em}h2.nav-tab-wrapper,h3.nav-tab-wrapper{margin-top:30px}label.tile{border:3px solid transparent;float:left;height:auto;margin:5px;padding:0 2px;width:320px}label.tile:hover{background-color:#eee}label.tile img{margin:0;padding:0}label.checked,label.tile:focus,label.tile:hover{background:orange;border-color:orange}label.plakattile{border:1px solid #ccc;float:left;height:250px;margin:5px;padding:1px;width:160px}label.plakattile:hover{background-color:#eee}label.description{display:block}.wp-admin .fullsize{width:100%}img.imgurl{display:block}.previewimage.showimg_topevent_image img{height:auto;max-height:90px;max-width:140px;width:auto}.previewimage img{height:auto;max-width:900px}#adminmenu .menu-icon-person div.wp-menu-image:before{content:"\f337"}#adminmenu .menu-icon-linktipps div.wp-menu-image:before{content:"\f319"}#poststuff label{font-weight:700}#fau_metabox_page_sidebar .linkeingabe h2.label{font-size:13px;font-weight:700;line-height:1.5;margin-bottom:5px}#fau_metabox_page_sidebar .linkauswahl{padding-left:2em}#fau_metabox_page_sidebar .linkauswahl p{display:inline-block;margin:0;padding:0;width:38%}#fau_metabox_page_sidebar .linkauswahl p label{font-style:italic;font-weight:400}#fau_metabox_page_sidebar .linkauswahl p:last-child{min-width:5em;width:20%}textarea{max-width:100%}table.wp-list-table .column-revealid_id{text-align:right;width:4em}.edit-post-sidebar .toggle-switch,.postbox-container .toggle-switch{float:left;margin-right:10px}.edit-post-sidebar .toggle-switch .toggle-switch-label,.postbox-container .toggle-switch .toggle-switch-label{box-sizing:border-box}.edit-post-sidebar .customize-control-title,.postbox-container .customize-control-title{font-weight:700}#customize-controls #sub-accordion-section-header_image img{height:65px;max-height:65px;max-width:240px;width:auto}#customize-theme-controls #accordion-panel-advanced .accordion-section-title,#customize-theme-controls #accordion-panel-allgemeines .accordion-section-title,#customize-theme-controls #accordion-panel-socialmedia .accordion-section-title,#customize-theme-controls #accordion-panel-templates .accordion-section-title,#customize-theme-controls #accordion-panel-website .accordion-section-title,#customize-theme-controls #accordion-section-title_tagline .accordion-section-title{border-left-color:var(--color-Default)}#customize-theme-controls #accordion-panel-superadmin .accordion-section-title{border-left-color:red;color:red}#customize-theme-controls #accordion-panel-superadmin .accordion-section-title:before{color:red;width:18px}#customize-theme-controls #accordion-panel-advanced .accordion-section-title:before,#customize-theme-controls #accordion-panel-allgemeines .accordion-section-title:before,#customize-theme-controls #accordion-panel-templates .accordion-section-title:before,#customize-theme-controls #accordion-panel-website .accordion-section-title:before,#customize-theme-controls #accordion-section-title_tagline .accordion-section-title:before{width:18px}#customize-theme-controls #accordion-panel-debugmode .accordion-section-title{border-left-color:var(--color-Notice)}#customize-theme-controls #accordion-panel-debugmode .accordion-section-title:before{width:18px}#customize-theme-controls .customize-control-multiple-select option:checked,#customize-theme-controls .customize-control-multiple-select option[selected]{background:var(--color-StandardHellgrau)}#customize-theme-controls .customize-control-multiple-select select[multiple]:focus option:checked{background:var(--color-button-bg);color:var(--color-MainBackground)}#customize-theme-controls .customize-control-range-value .range-slider{width:100%}#customize-theme-controls .customize-control-range-value .range-slider__range{background:#d7dcdf;border-radius:5px;height:10px;margin:0;outline:none;padding:0;width:calc(100% - 95px)}#customize-theme-controls .customize-control-range-value .range-slider__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--color-button-bg);border-radius:50%;cursor:pointer;height:20px;-webkit-transition:background .15s ease-in-out;transition:background .15s ease-in-out;width:20px}#customize-theme-controls .customize-control-range-value .range-slider__range::-webkit-slider-thumb:hover,#customize-theme-controls .customize-control-range-value .range-slider__range:active::-webkit-slider-thumb{background:var(--color-button-bg)}#customize-theme-controls .customize-control-range-value .range-slider__range::-moz-range-thumb{background:var(--color-button-bg);border:0;border-radius:50%;cursor:pointer;height:20px;-moz-transition:background .15s ease-in-out;transition:background .15s ease-in-out;width:20px}#customize-theme-controls .customize-control-range-value .range-slider__range::-moz-range-thumb:hover,#customize-theme-controls .customize-control-range-value .range-slider__range:active::-moz-range-thumb{background:var(--color-button-bg)}#customize-theme-controls .customize-control-range-value .range-slider__value{background:var(--color-button-bg);border-radius:3px;color:var(--color-MainBackground);display:inline-block;line-height:20px;margin-left:8px;padding:2px 5px;position:relative;text-align:center;width:30px}#customize-theme-controls .customize-control-range-value ::-moz-range-track{background:#d7dcdf;border:0}#customize-theme-controls .customize-control-range-value input::-moz-focus-inner,#customize-theme-controls .customize-control-range-value input::-moz-focus-outer{border:0}#ui-datepicker-div{background-color:#fff;border:1px solid var(--color-ContentBorders);padding:5px 10px}.edit-post-visual-editor .editor-block-list__block h1.mce-content-body,.edit-post-visual-editor .editor-block-list__block h2.mce-content-body,.edit-post-visual-editor .editor-block-list__block h3.mce-content-body,.edit-post-visual-editor .editor-block-list__block h4.mce-content-body,.edit-post-visual-editor .editor-block-list__block h5.mce-content-body,.edit-post-visual-editor .editor-block-list__block h6.mce-content-body{color:var(--color-Text);font-weight:700}.edit-post-visual-editor .editor-block-list__block h1.mce-content-body em,.edit-post-visual-editor .editor-block-list__block h2.mce-content-body em,.edit-post-visual-editor .editor-block-list__block h3.mce-content-body em,.edit-post-visual-editor .editor-block-list__block h4.mce-content-body em,.edit-post-visual-editor .editor-block-list__block h5.mce-content-body em,.edit-post-visual-editor .editor-block-list__block h6.mce-content-body em{font-style:normal}.edit-post-visual-editor .editor-block-list__block h1.mce-content-body.widget-title,.edit-post-visual-editor .editor-block-list__block h2.mce-content-body.widget-title,.edit-post-visual-editor .editor-block-list__block h3.mce-content-body.widget-title,.edit-post-visual-editor .editor-block-list__block h4.mce-content-body.widget-title,.edit-post-visual-editor .editor-block-list__block h5.mce-content-body.widget-title,.edit-post-visual-editor .editor-block-list__block h6.mce-content-body.widget-title{padding-top:0}.edit-post-visual-editor .editor-block-list__block h1.mce-content-body,.edit-post-visual-editor .editor-block-list__block h2.mce-content-body{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.edit-post-visual-editor .editor-block-list__block h3.mce-content-body,.edit-post-visual-editor .editor-block-list__block h4.mce-content-body,.edit-post-visual-editor .editor-block-list__block h5.mce-content-body,.edit-post-visual-editor .editor-block-list__block h6.mce-content-body{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.edit-post-visual-editor .editor-block-list__block h1.mce-content-body{font-size:1.812rem;line-height:2.357rem}table .edit-post-visual-editor .editor-block-list__block h1.mce-content-body{font-size:1.687rem;line-height:2.532rem}.edit-post-visual-editor .editor-block-list__block h1.mce-content-body.small{font-size:1.687rem;line-height:2.194rem}.edit-post-visual-editor .editor-block-list__block h2.mce-content-body{font-size:1.5rem;line-height:1.951rem;margin:0;padding:22px 0}.sidebar-outline .edit-post-visual-editor .editor-block-list__block h2.mce-content-body,.widget .edit-post-visual-editor .editor-block-list__block h2.mce-content-body{padding-bottom:11px}.search-sidebar .edit-post-visual-editor .editor-block-list__block h2.mce-content-body{padding-top:8px}.edit-post-visual-editor .editor-block-list__block h2.mce-content-body.small,.edit-post-visual-editor .editor-block-list__block h2.mce-content-body.subtitle{font-size:1.375rem;line-height:2.063rem}.edit-post-visual-editor .editor-block-list__block h2.mce-content-body.subtitle{padding:0 0 1rem}table .edit-post-visual-editor .editor-block-list__block h2.mce-content-body{font-size:1.375rem;line-height:2.063rem}.edit-post-visual-editor .editor-block-list__block h3.mce-content-body{font-size:1.312rem;line-height:1.969rem;margin:0;padding:11px 0}.edit-post-visual-editor .editor-block-list__block h3.mce-content-body.abstract{padding:0 0 22px}table .edit-post-visual-editor .editor-block-list__block h3.mce-content-body{font-size:1.187rem;line-height:1.782rem}.edit-post-visual-editor .editor-block-list__block h4.mce-content-body{font-size:1.187rem;line-height:1.782rem;margin:0;padding:11px 0}table .edit-post-visual-editor .editor-block-list__block h4.mce-content-body{font-size:1.062rem;line-height:1.594rem}.edit-post-visual-editor .editor-block-list__block h5.mce-content-body{font-size:1.125rem;line-height:1.688rem;margin:0;padding:11px 0}table .edit-post-visual-editor .editor-block-list__block h5.mce-content-body{font-size:1rem;line-height:1.5rem}.edit-post-visual-editor .editor-block-list__block h6{font-size:1.062rem;line-height:1.594rem}table .edit-post-visual-editor .editor-block-list__block h6{font-size:.937rem;line-height:1.407rem}.edit-post-visual-editor .editor-block-list__block address,.edit-post-visual-editor .editor-block-list__block p{color:var(--color-Text);font-family:Roboto,FAU Chimera,sans-serif;font-size:1rem;line-height:1.5rem;margin:0;padding:0 0 11px}.edit-post-visual-editor .editor-block-list__block p{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.edit-post-visual-editor .editor-block-list__block p.lead-in{color:var(--color-Text);font-size:1.125rem;font-style:italic;font-weight:300;line-height:1.688rem;margin:0;padding:0}.edit-post-visual-editor .editor-block-list__block p.presentationtitle{font-size:1.812rem;font-weight:700;line-height:2.357rem;margin:20px 0}.edit-post-visual-editor .editor-block-list__block ol,.edit-post-visual-editor .editor-block-list__block ul{margin:0 15px 10px 25px}.edit-post-visual-editor .editor-block-list__block ol ol,.edit-post-visual-editor .editor-block-list__block ol ul,.edit-post-visual-editor .editor-block-list__block ul ol,.edit-post-visual-editor .editor-block-list__block ul ul{margin-bottom:0}.edit-post-visual-editor .editor-block-list__block li{color:var(--color-Text);font-size:1rem;line-height:1.5rem;padding:3px 0 4px 4px}.edit-post-visual-editor .editor-block-list__block ul li{list-style-type:circle}.edit-post-visual-editor .editor-block-list__block ul li ul li{list-style-type:disc}.edit-post-visual-editor .editor-block-list__block ul li ul li ul li{list-style-type:square}.edit-post-visual-editor .editor-block-list__block ul.nolist{margin-left:0}.edit-post-visual-editor .editor-block-list__block ul.nolist li{list-style-type:none}.edit-post-visual-editor .editor-block-list__block ul.nolist li li{list-style-type:circle;margin-left:25px}.edit-post-visual-editor .editor-block-list__block ul.nolist li ul.nolist li{list-style-type:none;margin-left:0}.edit-post-visual-editor .editor-block-list__block ol li{list-style:decimal;padding-left:0}.edit-post-visual-editor .editor-block-list__block ol li ol li{list-style:lower-latin}.edit-post-visual-editor .editor-block-list__block ol li ol li ol li{list-style:upper-roman}.edit-post-visual-editor .editor-block-list__block ol li ol li ol li ol li{list-style:lower-greek}.edit-post-visual-editor .editor-block-list__block ol li ol li ul li,.edit-post-visual-editor .editor-block-list__block ol li ul li{list-style-type:circle}.edit-post-visual-editor .editor-block-list__block .has-small-font-size{font-size:.875rem;line-height:1.313rem}.edit-post-visual-editor .editor-block-list__block .has-regular-font-size{font-size:1rem;line-height:1.5rem}.edit-post-visual-editor .editor-block-list__block .has-large-font-size{font-size:1.25rem;line-height:1.875rem}.edit-post-visual-editor .editor-block-list__block .has-huge-font-size,.edit-post-visual-editor .editor-block-list__block .has-larger-font-size{font-size:1.5rem;line-height:2.25rem}.edit-post-visual-editor .editor-block-list__block p.has-drop-cap:not(:focus):first-letter{float:left;font-size:4.5rem;font-style:normal;font-weight:100;line-height:4.5rem;margin:0 .1em 0 0;text-transform:uppercase}.block-editor .editor-styles-wrapper{margin:0 30px}.edit-post-sidebar h3{font-weight:700}.edit-post-sidebar select{width:100%}.edit-post-sidebar p.howto{font-style:inherit;margin:.5em .3em}.edit-post-sidebar .subsetting{margin-left:20px}.edit-post-sidebar .toggle-switch-control{margin:0 0 1.5em}.edit-post-sidebar .toggle-switch{float:left;margin-right:10px}.edit-post-sidebar .toggle-switch .toggle-switch-label{box-sizing:border-box}.edit-post-sidebar .toggle-switch .toggle-switch-inner:after,.edit-post-sidebar .toggle-switch .toggle-switch-inner:before{font-size:12px;height:14px;line-height:14px}.edit-post-sidebar .toggle-switch .toggle-switch-inner:after{background-color:inherit}.edit-post-sidebar .customize-control-title{font-weight:700}#tag-generator-list a[title~=reCAPTCHA]{display:none} \ No newline at end of file diff --git a/css/fau-theme-editor-style.css b/css/fau-theme-editor-style.css deleted file mode 100644 index d1f568d..0000000 --- a/css/fau-theme-editor-style.css +++ /dev/null @@ -1,7 +0,0 @@ -@charset "UTF-8"; -/*! -* Backend-CSS for Theme: -* Theme Name: FAU-Techfak -* Version: 2.0.28 -* GitHub Issue URL: https://github.com/RRZE-Webteam/FAU-Einrichtungen/issues -*/:root{--color-primary-heller:#d2d5d7;--color-primary-hellste:#ebecee;--color-primary-basis:#2f586e;--color-primary-basis-kontrast:#fff;--color-primary-ci-hell:#8c9fb1;--color-primary-ci-hell-kontrast:#000;--color-primary-ci-hell2:#d3dde6;--color-primary-ci-hell2-kontrast:#000;--color-primary-dunkler:#2f586e;--color-primary-dunkler-kontrast:#fff;--color-primary-dunkelste:#204251;--color-primary-dunkelste-kontrast:#fff;--color-zentral-basis:#04316a;--color-zentral-basis-kontrast:#fff;--color-zentral-ci-hell:#04316a;--color-zentral-ci-hell-kontrast:#fff;--color-zentral-ci-hell2:#ced9e7;--color-zentral-ci-hell2-kontrast:#000;--color-zentral-dunkler:#004a9f;--color-zentral-dunkler-kontrast:#fff;--color-zentral-dunkelste:#041e42;--color-zentral-dunkelste-kontrast:#fff;--color-phil-basis:#963b2f;--color-phil-basis-kontrast:#fff;--color-phil-ci-hell:#fdb735;--color-phil-ci-hell-kontrast:#000;--color-phil-ci-hell2:#f4e8cb;--color-phil-ci-hell2-kontrast:#000;--color-phil-dunkler:#e87722;--color-phil-dunkler-kontrast:#000;--color-phil-dunkelste:#963b2f;--color-phil-dunkelste-kontrast:#fff;--color-med-basis:#005287;--color-med-basis-kontrast:#fff;--color-med-ci-hell:#18b4f1;--color-med-ci-hell-kontrast:#000;--color-med-ci-hell2:#b9d9ec;--color-med-ci-hell2-kontrast:#000;--color-med-dunkler:#005287;--color-med-dunkler-kontrast:#fff;--color-med-dunkelste:#003e61;--color-med-dunkelste-kontrast:#fff;--color-nat-basis:#266141;--color-nat-basis-kontrast:#fff;--color-nat-ci-hell:#7bb725;--color-nat-ci-hell-kontrast:#000;--color-nat-ci-hell2:#cfe0d8;--color-nat-ci-hell2-kontrast:#000;--color-nat-dunkler:#266141;--color-nat-dunkler-kontrast:#fff;--color-nat-dunkelste:#14462d;--color-nat-dunkelste-kontrast:#fff;--color-rw-basis:#971b2f;--color-rw-basis-kontrast:#fff;--color-rw-ci-hell:#c50f3c;--color-rw-ci-hell-kontrast:#fff;--color-rw-ci-hell2:#f2ded1;--color-rw-ci-hell2-kontrast:#000;--color-rw-dunkler:#971b2f;--color-rw-dunkler-kontrast:#fff;--color-rw-dunkelste:#662938;--color-rw-dunkelste-kontrast:#fff;--color-tf-basis:#2f586e;--color-tf-basis-kontrast:#fff;--color-tf-ci-hell:#8c9fb1;--color-tf-ci-hell-kontrast:#000;--color-tf-ci-hell2:#d3dde6;--color-tf-ci-hell2-kontrast:#000;--color-tf-dunkler:#2f586e;--color-tf-dunkler-kontrast:#fff;--color-tf-dunkelste:#204251;--color-tf-dunkelste-kontrast:#fff;--color-Text:#222;--color-TextLight:#797676;--color-TextLightKontrast:#5b5858;--color-MetaTextDefault:#444;--color-Notice:#a71c18;--color-Alert:#c5ac94;--color-ZUV:#04316a;--color-Default:#04316a;--color-MainBackground:#fff;--color-StandardHellgrau:#e9edf2;--color-ContentBorders:#dfe6ec;--color-ContentRegions:#f5f7f9;--color-white:#fff;--color-black:#000;--color-PrintMain:#000;--color-KontrastHell:#fff;--color-KontrastDunkel:#333;--color-MetaHomeBackground:#d4d4d4;--color-MetaHover:#264c7b;--color-MetaText:#fff;--color-MetaBackgroundLight:#eff1f4;--color-FAU:#04316a;--color-content-headlines:#222;--color-links:#222;--color-content-links:#222;--color-content-links-underline:#8c9fb1;--color-content-links-hover:#000;--color-button-text:#fff;--color-button-bg:#2f586e;--color-button-hover-text:#fff;--color-button-hover-bg:#204251;--color-ghostbutton-hover-text:#000;--color-ghostbutton-hover-bg:#8c9fb1;--color-footer-bg:#8c9fb1;--color-footer-text:#000;--color-hero-bg:#8c9fb1;--color-hero-text:#000;--color-mainmenu-toplevel-bg:#fff;--color-mainmenu-toplevel-text:#222;--color-mainmenu-toplevel-hover-text:#000;--color-mainmenu-toplevel-hover-bg:#8c9fb1;--color-mainmenu-sublevel-bg:#8c9fb1;--color-mainmenu-sublevel-text:#000;--color-mainmenu-sublevel-hover-text:#fff;--color-mainmenu-sublevel-hover-bg:#2f586e;--color-mainmenu-sublevel-button-text:#fff;--color-mainmenu-sublevel-button-bg:#2f586e;--color-mainmenu-sublevel-button-hover-text:#fff;--color-mainmenu-sublevel-button-hover-bg:#204251;--color-submenu-toplevel-bg:#fff;--color-submenu-toplevel-text:#222;--color-submenu-toplevel-hover-text:#000;--color-submenu-toplevel-hover-bg:#8c9fb1;--color-submenu-active-bg:#8c9fb1;--color-submenu-active-text:#000;--color-submenu-hover-text:#fff;--color-submenu-hover-bg:#2f586e;--color-submenu-currentlevel-text:#000;--color-submenu-currentlevel-bg:#d3dde6;--color-submenu-sublevel-text:#000;--color-submenu-sublevel-bg:#8c9fb1;--color-submenu-currentpage-bg:#204251;--color-submenu-currentpage-text:#fff;--color-menulink-hover-text:#fff;--color-menulink-hover-bg:#2f586e}*,:after,:before{box-sizing:border-box}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.initialism,.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.dl-horizontal dd:after,.dl-horizontal dd:before{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}.initialism{font-size:90%}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.5;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"— "}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:" —"}kbd,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1200px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:after,.container-fluid:before{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}.alert{padding:15px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto;font-size:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-slide .item{font-size:1rem}.slick-arrow.slick-hidden{display:none}.svg-placeholder{width:1rem;height:1rem;line-height:1rem;font-size:.6rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.065 48.065'%3E%3Cpath d='M40.908 0H7.158a1 1 0 00-1 1v46.065a1 1 0 001.693.72l16.182-15.582 16.182 15.582a.996.996 0 001.085.2 1 1 0 00.608-.92V1a1 1 0 00-1-1zm-1 44.714L24.726 30.095c-.193-.187-.443-.28-.693-.28s-.5.093-.693.28L8.158 44.714V2h31.75v42.714z'/%3E%3C/svg%3E");margin-right:.5rem}.svg-icon,.svg-placeholder{background-repeat:no-repeat;display:inline-block;content:" ";background-size:100%;background-position:50%}.svg-icon{position:relative;vertical-align:middle;width:1.4rem;height:1.4rem;line-height:1.4rem;font-size:.93333rem;background-image:inherit}.fau-svg-definitions{display:none}.svg-socialmedia{margin:0}.svg-socialmedia li{display:inline-block;list-style:none;overflow:hidden;margin:5px;padding:0;width:1.8rem;height:1.8rem}.svg-socialmedia li:before{content:inherit;display:none}.svg-socialmedia span a:before{margin-top:5px}.svg-socialmedia a{overflow:hidden}.svg-socialmedia a,.svg-socialmedia a:before{width:1.8rem;height:1.8rem;display:inline-block}.svg-socialmedia a:before{line-height:1.8rem;font-size:1.2rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.065 48.065'%3E%3Cpath d='M40.908 0H7.158a1 1 0 00-1 1v46.065a1 1 0 001.693.72l16.182-15.582 16.182 15.582a.996.996 0 001.085.2 1 1 0 00.608-.92V1a1 1 0 00-1-1zm-1 44.714L24.726 30.095c-.193-.187-.443-.28-.693-.28s-.5.093-.693.28L8.158 44.714V2h31.75v42.714z'/%3E%3C/svg%3E");background-repeat:no-repeat;content:" ";background-size:60%;background-position:50%}.svg-socialmedia a:focus:before,.svg-socialmedia a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.065 48.065'%3E%3Cpath fill='%238C9FB1' d='M40.908 0H7.158a1 1 0 00-1 1v46.065a1 1 0 001.693.72l16.182-15.582 16.182 15.582a.996.996 0 001.085.2 1 1 0 00.608-.92V1a1 1 0 00-1-1zm-1 44.714L24.726 30.095c-.193-.187-.443-.28-.693-.28s-.5.093-.693.28L8.158 44.714V2h31.75v42.714z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="twitter.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M302.973 57.388a117.512 117.512 0 01-14.993 5.463 66.276 66.276 0 0013.494-23.73 5 5 0 00-7.313-5.824 117.994 117.994 0 01-34.878 13.783c-12.381-12.098-29.197-18.983-46.581-18.983-36.695 0-66.549 29.853-66.549 66.547 0 2.89.183 5.764.545 8.598C101.163 99.244 58.83 76.863 29.76 41.204a5.001 5.001 0 00-8.196.642c-5.896 10.117-9.013 21.688-9.013 33.461 0 16.035 5.725 31.249 15.838 43.137a56.37 56.37 0 01-8.907-3.977 5 5 0 00-7.427 4.257c-.007.295-.007.59-.007.889 0 23.935 12.882 45.484 32.577 57.229a57.372 57.372 0 01-5.063-.735 4.998 4.998 0 00-5.699 6.437c7.29 22.76 26.059 39.501 48.749 44.605-18.819 11.787-40.34 17.961-62.932 17.961a120.4 120.4 0 01-14.095-.826 5 5 0 00-3.286 9.174c29.023 18.609 62.582 28.445 97.047 28.445 67.754 0 110.139-31.95 133.764-58.753 29.46-33.421 46.356-77.658 46.356-121.367 0-1.826-.028-3.67-.084-5.508 11.623-8.757 21.63-19.355 29.773-31.536a5 5 0 00-6.182-7.351z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="twitter.com"]:focus:before,.svg-socialmedia a[href*="twitter.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M302.973 57.388a117.512 117.512 0 01-14.993 5.463 66.276 66.276 0 0013.494-23.73 5 5 0 00-7.313-5.824 117.994 117.994 0 01-34.878 13.783c-12.381-12.098-29.197-18.983-46.581-18.983-36.695 0-66.549 29.853-66.549 66.547 0 2.89.183 5.764.545 8.598C101.163 99.244 58.83 76.863 29.76 41.204a5.001 5.001 0 00-8.196.642c-5.896 10.117-9.013 21.688-9.013 33.461 0 16.035 5.725 31.249 15.838 43.137a56.37 56.37 0 01-8.907-3.977 5 5 0 00-7.427 4.257c-.007.295-.007.59-.007.889 0 23.935 12.882 45.484 32.577 57.229a57.372 57.372 0 01-5.063-.735 4.998 4.998 0 00-5.699 6.437c7.29 22.76 26.059 39.501 48.749 44.605-18.819 11.787-40.34 17.961-62.932 17.961a120.4 120.4 0 01-14.095-.826 5 5 0 00-3.286 9.174c29.023 18.609 62.582 28.445 97.047 28.445 67.754 0 110.139-31.95 133.764-58.753 29.46-33.421 46.356-77.658 46.356-121.367 0-1.826-.028-3.67-.084-5.508 11.623-8.757 21.63-19.355 29.773-31.536a5 5 0 00-6.182-7.351z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="facebook.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M81.703 165.106h33.981V305a5 5 0 005 5H178.3a5 5 0 005-5V165.765h39.064a5 5 0 004.967-4.429l5.933-51.502a5 5 0 00-4.966-5.572h-44.996V71.978c0-9.732 5.24-14.667 15.576-14.667h29.42a5 5 0 005-5V5.037a5 5 0 00-5-5h-40.545A39.746 39.746 0 00185.896 0c-7.035 0-31.488 1.381-50.804 19.151-21.402 19.692-18.427 43.27-17.716 47.358v37.752H81.703a5 5 0 00-5 5v50.844a5 5 0 005 5.001z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="facebook.com"]:focus:before,.svg-socialmedia a[href*="facebook.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M81.703 165.106h33.981V305a5 5 0 005 5H178.3a5 5 0 005-5V165.765h39.064a5 5 0 004.967-4.429l5.933-51.502a5 5 0 00-4.966-5.572h-44.996V71.978c0-9.732 5.24-14.667 15.576-14.667h29.42a5 5 0 005-5V5.037a5 5 0 00-5-5h-40.545A39.746 39.746 0 00185.896 0c-7.035 0-31.488 1.381-50.804 19.151-21.402 19.692-18.427 43.27-17.716 47.358v37.752H81.703a5 5 0 00-5 5v50.844a5 5 0 005 5.001z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="github.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="github.com"]:focus:before,.svg-socialmedia a[href*="github.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="instagram.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cpath d='M38.52.012h222.978C282.682.012 300 17.336 300 38.52v222.978c0 21.178-17.318 38.49-38.502 38.49H38.52c-21.184 0-38.52-17.313-38.52-38.49V38.52C0 17.336 17.336.012 38.52.012zm180.026 33.317c-7.438 0-13.505 6.091-13.505 13.525v32.314c0 7.437 6.067 13.514 13.505 13.514h33.903c7.426 0 13.506-6.077 13.506-13.514V46.854c0-7.434-6.08-13.525-13.506-13.525h-33.903zm47.538 93.539h-26.396a87.715 87.715 0 013.86 25.759c0 49.882-41.766 90.34-93.266 90.34-51.487 0-93.254-40.458-93.254-90.34 0-8.963 1.37-17.584 3.861-25.759H33.35V253.6c0 6.563 5.359 11.902 11.916 11.902h208.907c6.563 0 11.911-5.339 11.911-11.902V126.868zm-115.801-35.89c-33.26 0-60.24 26.128-60.24 58.388 0 32.227 26.98 58.375 60.24 58.375 33.278 0 60.259-26.148 60.259-58.375 0-32.261-26.981-58.388-60.259-58.388z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="instagram.com"]:focus:before,.svg-socialmedia a[href*="instagram.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cpath fill='%238C9FB1' d='M38.52.012h222.978C282.682.012 300 17.336 300 38.52v222.978c0 21.178-17.318 38.49-38.502 38.49H38.52c-21.184 0-38.52-17.313-38.52-38.49V38.52C0 17.336 17.336.012 38.52.012zm180.026 33.317c-7.438 0-13.505 6.091-13.505 13.525v32.314c0 7.437 6.067 13.514 13.505 13.514h33.903c7.426 0 13.506-6.077 13.506-13.514V46.854c0-7.434-6.08-13.525-13.506-13.525h-33.903zm47.538 93.539h-26.396a87.715 87.715 0 013.86 25.759c0 49.882-41.766 90.34-93.266 90.34-51.487 0-93.254-40.458-93.254-90.34 0-8.963 1.37-17.584 3.861-25.759H33.35V253.6c0 6.563 5.359 11.902 11.916 11.902h208.907c6.563 0 11.911-5.339 11.911-11.902V126.868zm-115.801-35.89c-33.26 0-60.24 26.128-60.24 58.388 0 32.227 26.98 58.375 60.24 58.375 33.278 0 60.259-26.148 60.259-58.375 0-32.261-26.981-58.388-60.259-58.388z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="publons.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0v24h24V0zm10.34 5.1c.083.014.114.096.156.158.054.354.1.71.154 1.065.157-.162.31-.328.49-.464.867-.666 2.05-.94 3.11-.63.72.21 1.315.72 1.756 1.316.187.263.348.547.45.855.198.582.225 1.206.198 1.815-.053 1.12-.433 2.244-1.169 3.103a4.029 4.029 0 01-2.616 1.41 4.418 4.418 0 01-2.188-.317c.019 1.01.032 2.018.038 3.028.021.465-.021.938.087 1.396.031.14.123.292.28.308.302.036.608.013.912.02.057 0 .13.037.126.101.004.186.009.373-.004.56-.046.092-.17.07-.255.072a44.358 44.358 0 00-4.437 0l-.07-.056c-.004-.22-.063-.467.034-.671.3-.035.606.02.904-.032.191-.048.268-.26.295-.434.04-.32.027-.642.042-.963V8.348c0-.156.006-.31-.008-.465a.888.888 0 00-.34-.656c-.203-.158-.438-.265-.662-.388-.082-.052-.181-.097-.229-.187a.985.985 0 01.008-.337c.056-.066.144-.086.219-.122.73-.315 1.456-.636 2.185-.952.17-.068.346-.144.533-.144zm1.99 1.146c-.053 0-.104 0-.156.013a2.12 2.12 0 00-1.493.86c.005 1.44 0 2.88.003 4.32.005.327.073.676.302.924.524.512 1.302.692 2.014.593.577-.096 1.037-.538 1.279-1.054.344-.736.395-1.571.335-2.371-.053-.655-.181-1.312-.449-1.915-.184-.407-.442-.793-.811-1.054a1.717 1.717 0 00-1.024-.313z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="publons.com"]:focus:before,.svg-socialmedia a[href*="publons.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M0 0v24h24V0zm10.34 5.1c.083.014.114.096.156.158.054.354.1.71.154 1.065.157-.162.31-.328.49-.464.867-.666 2.05-.94 3.11-.63.72.21 1.315.72 1.756 1.316.187.263.348.547.45.855.198.582.225 1.206.198 1.815-.053 1.12-.433 2.244-1.169 3.103a4.029 4.029 0 01-2.616 1.41 4.418 4.418 0 01-2.188-.317c.019 1.01.032 2.018.038 3.028.021.465-.021.938.087 1.396.031.14.123.292.28.308.302.036.608.013.912.02.057 0 .13.037.126.101.004.186.009.373-.004.56-.046.092-.17.07-.255.072a44.358 44.358 0 00-4.437 0l-.07-.056c-.004-.22-.063-.467.034-.671.3-.035.606.02.904-.032.191-.048.268-.26.295-.434.04-.32.027-.642.042-.963V8.348c0-.156.006-.31-.008-.465a.888.888 0 00-.34-.656c-.203-.158-.438-.265-.662-.388-.082-.052-.181-.097-.229-.187a.985.985 0 01.008-.337c.056-.066.144-.086.219-.122.73-.315 1.456-.636 2.185-.952.17-.068.346-.144.533-.144zm1.99 1.146c-.053 0-.104 0-.156.013a2.12 2.12 0 00-1.493.86c.005 1.44 0 2.88.003 4.32.005.327.073.676.302.924.524.512 1.302.692 2.014.593.577-.096 1.037-.538 1.279-1.054.344-.736.395-1.571.335-2.371-.053-.655-.181-1.312-.449-1.915-.184-.407-.442-.793-.811-1.054a1.717 1.717 0 00-1.024-.313z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="linkedin.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M72.16 99.73H9.927a5 5 0 00-5 5v199.928a5 5 0 005 5H72.16a5 5 0 005-5V104.73a5 5 0 00-5-5zM41.066.341C18.422.341 0 18.743 0 41.362 0 63.991 18.422 82.4 41.066 82.4c22.626 0 41.033-18.41 41.033-41.038C82.1 18.743 63.692.341 41.066.341zm189.388 94.42c-24.995 0-43.472 10.745-54.679 22.954V104.73a5 5 0 00-5-5h-59.599a5 5 0 00-5 5v199.928a5 5 0 005 5h62.097a5 5 0 005-5V205.74c0-33.333 9.054-46.319 32.29-46.319 25.306 0 27.317 20.818 27.317 48.034v97.204a5 5 0 005 5H305a5 5 0 005-5V194.995c0-49.565-9.451-100.234-79.546-100.234z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="linkedin.com"]:focus:before,.svg-socialmedia a[href*="linkedin.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M72.16 99.73H9.927a5 5 0 00-5 5v199.928a5 5 0 005 5H72.16a5 5 0 005-5V104.73a5 5 0 00-5-5zM41.066.341C18.422.341 0 18.743 0 41.362 0 63.991 18.422 82.4 41.066 82.4c22.626 0 41.033-18.41 41.033-41.038C82.1 18.743 63.692.341 41.066.341zm189.388 94.42c-24.995 0-43.472 10.745-54.679 22.954V104.73a5 5 0 00-5-5h-59.599a5 5 0 00-5 5v199.928a5 5 0 005 5h62.097a5 5 0 005-5V205.74c0-33.333 9.054-46.319 32.29-46.319 25.306 0 27.317 20.818 27.317 48.034v97.204a5 5 0 005 5H305a5 5 0 005-5V194.995c0-49.565-9.451-100.234-79.546-100.234z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="xing.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540.543 540.543'%3E%3Cpath d='M129.989 378.772c8.274 0 15.361-5.006 21.243-15.036 53.813-95.423 81.806-145.093 83.991-149.028L181.63 121.25c-5.667-9.804-12.858-14.707-21.567-14.707h-78.11c-5.019 0-8.495 1.634-10.459 4.902-2.399 3.268-2.289 7.301.325 12.087l52.613 91.176c.214.232.214.331 0 .331L41.75 361.453c-2.172 4.149-2.172 8.066 0 11.757 2.173 3.715 5.557 5.562 10.129 5.562h78.11zM488.492 0h-78.758c-8.495 0-15.472 4.902-20.912 14.707C277.053 212.97 219.206 315.596 215.283 322.555l110.784 203.282c5.227 9.804 12.418 14.706 21.567 14.706h78.104c4.791 0 8.28-1.634 10.459-4.902 2.172-3.715 2.068-7.748-.325-12.099L326.073 322.555v-.318L498.627 16.995c2.393-4.571 2.393-8.592 0-12.087C496.662 1.634 493.284 0 488.492 0z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="xing.com"]:focus:before,.svg-socialmedia a[href*="xing.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540.543 540.543'%3E%3Cpath fill='%238C9FB1' d='M129.989 378.772c8.274 0 15.361-5.006 21.243-15.036 53.813-95.423 81.806-145.093 83.991-149.028L181.63 121.25c-5.667-9.804-12.858-14.707-21.567-14.707h-78.11c-5.019 0-8.495 1.634-10.459 4.902-2.399 3.268-2.289 7.301.325 12.087l52.613 91.176c.214.232.214.331 0 .331L41.75 361.453c-2.172 4.149-2.172 8.066 0 11.757 2.173 3.715 5.557 5.562 10.129 5.562h78.11zM488.492 0h-78.758c-8.495 0-15.472 4.902-20.912 14.707C277.053 212.97 219.206 315.596 215.283 322.555l110.784 203.282c5.227 9.804 12.418 14.706 21.567 14.706h78.104c4.791 0 8.28-1.634 10.459-4.902 2.172-3.715 2.068-7.748-.325-12.099L326.073 322.555v-.318L498.627 16.995c2.393-4.571 2.393-8.592 0-12.087C496.662 1.634 493.284 0 488.492 0z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="tiktok.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.53.02C13.84 0 15.14.01 16.44 0c.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="tiktok.com"]:focus:before,.svg-socialmedia a[href*="tiktok.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M12.53.02C13.84 0 15.14.01 16.44 0c.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="youtube.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M297.917 64.645c-11.19-13.302-31.85-18.728-71.306-18.728H83.386c-40.359 0-61.369 5.776-72.517 19.938C0 79.663 0 100.008 0 128.166v53.669c0 54.551 12.896 82.248 83.386 82.248h143.226c34.216 0 53.176-4.788 65.442-16.527C304.633 235.518 310 215.863 310 181.835v-53.669c0-29.695-.841-50.16-12.083-63.521zm-98.896 97.765l-65.038 33.991a9.997 9.997 0 01-14.632-8.863v-67.764a10 10 0 0114.609-8.874l65.038 33.772a10 10 0 01.023 17.738z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="youtube.com"]:focus:before,.svg-socialmedia a[href*="youtube.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M297.917 64.645c-11.19-13.302-31.85-18.728-71.306-18.728H83.386c-40.359 0-61.369 5.776-72.517 19.938C0 79.663 0 100.008 0 128.166v53.669c0 54.551 12.896 82.248 83.386 82.248h143.226c34.216 0 53.176-4.788 65.442-16.527C304.633 235.518 310 215.863 310 181.835v-53.669c0-29.695-.841-50.16-12.083-63.521zm-98.896 97.765l-65.038 33.991a9.997 9.997 0 01-14.632-8.863v-67.764a10 10 0 0114.609-8.874l65.038 33.772a10 10 0 01.023 17.738z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="scopus.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M24 19.059l-.14-1.777c-1.426.772-2.945 1.076-4.465 1.076-3.319 0-5.96-2.782-5.96-6.475 0-3.903 2.595-6.31 5.633-6.31 1.917 0 3.39.303 4.792 1.075L24 4.895c-1.286-.608-2.337-.889-4.698-.889-4.534 0-7.97 3.53-7.97 8.017 0 5.12 4.09 7.924 7.9 7.924 1.916 0 3.506-.257 4.768-.888zm-14.954-3.46c0-2.22-1.964-3.225-3.857-4.347C3.716 10.364 2.15 9.756 2.15 8.12c0-1.215.889-2.548 2.642-2.548 1.519 0 2.57.234 3.903 1.029l.117-1.847c-1.239-.514-2.127-.748-4.137-.748C1.8 4.006.047 5.876.047 8.26c0 2.384 2.103 3.413 4.02 4.581 1.426.865 2.922 1.45 2.922 2.992 0 1.496-1.333 2.571-2.922 2.571-1.566 0-2.594-.35-3.786-1.075L0 19.176c1.215.56 2.454.818 4.16.818 2.385 0 4.885-1.473 4.885-4.395z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="scopus.com"]:focus:before,.svg-socialmedia a[href*="scopus.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M24 19.059l-.14-1.777c-1.426.772-2.945 1.076-4.465 1.076-3.319 0-5.96-2.782-5.96-6.475 0-3.903 2.595-6.31 5.633-6.31 1.917 0 3.39.303 4.792 1.075L24 4.895c-1.286-.608-2.337-.889-4.698-.889-4.534 0-7.97 3.53-7.97 8.017 0 5.12 4.09 7.924 7.9 7.924 1.916 0 3.506-.257 4.768-.888zm-14.954-3.46c0-2.22-1.964-3.225-3.857-4.347C3.716 10.364 2.15 9.756 2.15 8.12c0-1.215.889-2.548 2.642-2.548 1.519 0 2.57.234 3.903 1.029l.117-1.847c-1.239-.514-2.127-.748-4.137-.748C1.8 4.006.047 5.876.047 8.26c0 2.384 2.103 3.413 4.02 4.581 1.426.865 2.922 1.45 2.922 2.992 0 1.496-1.333 2.571-2.922 2.571-1.566 0-2.594-.35-3.786-1.075L0 19.176c1.215.56 2.454.818 4.16.818 2.385 0 4.885-1.473 4.885-4.395z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="scholar.google.de"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 24a7 7 0 110-14 7 7 0 010 14zm0-24L0 9.5l4.838 3.94A8 8 0 0112 9a8 8 0 017.162 4.44L24 9.5z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="scholar.google.de"]:focus:before,.svg-socialmedia a[href*="scholar.google.de"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M12 24a7 7 0 110-14 7 7 0 010 14zm0-24L0 9.5l4.838 3.94A8 8 0 0112 9a8 8 0 017.162 4.44L24 9.5z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="orcid.org"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zM7.369 4.378c.525 0 .947.431.947.947s-.422.947-.947.947a.95.95 0 01-.947-.947c0-.525.422-.947.947-.947zm-.722 3.038h1.444v10.041H6.647V7.416zm3.562 0h3.9c3.712 0 5.344 2.653 5.344 5.025 0 2.578-2.016 5.025-5.325 5.025h-3.919V7.416zm1.444 1.303v7.444h2.297c3.272 0 4.022-2.484 4.022-3.722 0-2.016-1.284-3.722-4.097-3.722h-2.222z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="orcid.org"]:focus:before,.svg-socialmedia a[href*="orcid.org"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zM7.369 4.378c.525 0 .947.431.947.947s-.422.947-.947.947a.95.95 0 01-.947-.947c0-.525.422-.947.947-.947zm-.722 3.038h1.444v10.041H6.647V7.416zm3.562 0h3.9c3.712 0 5.344 2.653 5.344 5.025 0 2.578-2.016 5.025-5.325 5.025h-3.919V7.416zm1.444 1.303v7.444h2.297c3.272 0 4.022-2.484 4.022-3.722 0-2.016-1.284-3.722-4.097-3.722h-2.222z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="researchgate.net"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 94'%3E%3Cpath d='M89 0H5a5 5 0 00-5 5v84a5 5 0 005 5h84a5 5 0 005-5V5a5 5 0 00-5-5zM45.064 73.975H33.082a5.764 5.764 0 01-1.074-2.605 29.154 29.154 0 01-.309-3.059L31.4 57.959c-.102-2.117-.625-3.775-1.576-4.986-.948-1.211-2.551-1.814-4.799-1.814h-5.777v22.816H8.313V20.028H28.51c4.557 0 8.101 1.146 10.632 3.438 2.529 2.293 3.796 5.78 3.796 10.465 0 3.626-.734 6.586-2.203 8.878-1.467 2.292-3.744 3.765-6.832 4.421v.15c1.872.252 3.363.717 4.479 1.396 1.112.683 1.975 1.662 2.581 2.945.607 1.285 1.025 2.91 1.253 4.875s.366 4.381.417 7.254c.05 2.868.217 5.06.495 6.572.277 1.51.923 2.542 1.937 3.098l-.001.455zm40.624 0h-8.051V68.99h-.15c-1.317 2.111-2.897 3.652-4.746 4.604-1.85.96-4.061 1.438-6.643 1.438-3.342 0-6.063-.616-8.164-1.851-2.103-1.232-3.746-3.06-4.935-5.479-1.188-2.416-1.989-5.402-2.392-8.95-.407-3.555-.609-7.671-.609-12.354 0-4.536.291-8.515.875-11.939.581-3.425 1.58-6.284 2.999-8.574 1.416-2.29 3.291-4.018 5.618-5.177 2.326-1.159 5.24-1.739 8.732-1.739 5.971 0 10.274 1.475 12.907 4.422 2.631 2.947 3.948 7.166 3.948 12.655H74.6c0-.956-.113-1.975-.342-3.062a9.969 9.969 0 00-1.102-2.944 7.033 7.033 0 00-1.936-2.193c-.783-.577-1.734-.868-2.848-.868-2.633 0-4.53 1.463-5.693 4.383-1.166 2.921-1.746 7.758-1.746 14.509 0 3.271.101 6.207.301 8.8.201 2.596.574 4.812 1.104 6.651.531 1.836 1.291 3.245 2.277 4.229.988.979 2.264 1.473 3.836 1.473.656 0 1.377-.178 2.162-.53.785-.351 1.52-.879 2.201-1.584.684-.706 1.254-1.599 1.709-2.685.455-1.084.686-2.353.686-3.814v-5.516h-7.215v-8.011h17.691v29.089h.003zM24.41 28.038h-5.162v15.561h4.556c2.631 0 4.655-.615 6.074-1.851 1.416-1.231 2.124-3.311 2.124-6.231 0-4.985-2.528-7.479-7.592-7.479z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="researchgate.net"]:focus:before,.svg-socialmedia a[href*="researchgate.net"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 94'%3E%3Cpath fill='%238C9FB1' d='M89 0H5a5 5 0 00-5 5v84a5 5 0 005 5h84a5 5 0 005-5V5a5 5 0 00-5-5zM45.064 73.975H33.082a5.764 5.764 0 01-1.074-2.605 29.154 29.154 0 01-.309-3.059L31.4 57.959c-.102-2.117-.625-3.775-1.576-4.986-.948-1.211-2.551-1.814-4.799-1.814h-5.777v22.816H8.313V20.028H28.51c4.557 0 8.101 1.146 10.632 3.438 2.529 2.293 3.796 5.78 3.796 10.465 0 3.626-.734 6.586-2.203 8.878-1.467 2.292-3.744 3.765-6.832 4.421v.15c1.872.252 3.363.717 4.479 1.396 1.112.683 1.975 1.662 2.581 2.945.607 1.285 1.025 2.91 1.253 4.875s.366 4.381.417 7.254c.05 2.868.217 5.06.495 6.572.277 1.51.923 2.542 1.937 3.098l-.001.455zm40.624 0h-8.051V68.99h-.15c-1.317 2.111-2.897 3.652-4.746 4.604-1.85.96-4.061 1.438-6.643 1.438-3.342 0-6.063-.616-8.164-1.851-2.103-1.232-3.746-3.06-4.935-5.479-1.188-2.416-1.989-5.402-2.392-8.95-.407-3.555-.609-7.671-.609-12.354 0-4.536.291-8.515.875-11.939.581-3.425 1.58-6.284 2.999-8.574 1.416-2.29 3.291-4.018 5.618-5.177 2.326-1.159 5.24-1.739 8.732-1.739 5.971 0 10.274 1.475 12.907 4.422 2.631 2.947 3.948 7.166 3.948 12.655H74.6c0-.956-.113-1.975-.342-3.062a9.969 9.969 0 00-1.102-2.944 7.033 7.033 0 00-1.936-2.193c-.783-.577-1.734-.868-2.848-.868-2.633 0-4.53 1.463-5.693 4.383-1.166 2.921-1.746 7.758-1.746 14.509 0 3.271.101 6.207.301 8.8.201 2.596.574 4.812 1.104 6.651.531 1.836 1.291 3.245 2.277 4.229.988.979 2.264 1.473 3.836 1.473.656 0 1.377-.178 2.162-.53.785-.351 1.52-.879 2.201-1.584.684-.706 1.254-1.599 1.709-2.685.455-1.084.686-2.353.686-3.814v-5.516h-7.215v-8.011h17.691v29.089h.003zM24.41 28.038h-5.162v15.561h4.556c2.631 0 4.655-.615 6.074-1.851 1.416-1.231 2.124-3.311 2.124-6.231 0-4.985-2.528-7.479-7.592-7.479z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="pinterest."]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 97.672 97.672'%3E%3Cpath d='M51.125 0C24.469 0 11.029 19.11 11.029 35.047c0 9.649 3.653 18.232 11.487 21.432 1.286.525 2.438.019 2.812-1.403.258-.985.871-3.468 1.144-4.503.376-1.407.229-1.9-.807-3.126-2.259-2.665-3.703-6.115-3.703-11.002 0-14.178 10.608-26.87 27.624-26.87 15.064 0 23.342 9.206 23.342 21.5 0 16.176-7.159 29.828-17.786 29.828-5.87 0-10.262-4.854-8.854-10.807 1.686-7.107 4.951-14.778 4.951-19.907 0-4.592-2.463-8.423-7.565-8.423-6 0-10.819 6.207-10.819 14.521 0 5.296 1.789 8.878 1.789 8.878s-6.141 26.015-7.215 30.571c-2.145 9.072-.322 20.195-.168 21.318.089.666.944.824 1.332.322.555-.723 7.7-9.544 10.129-18.359.687-2.496 3.944-15.42 3.944-15.42 1.95 3.717 7.647 6.992 13.706 6.992 18.034 0 30.271-16.441 30.271-38.45C86.644 15.498 72.547 0 51.125 0z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="pinterest."]:focus:before,.svg-socialmedia a[href*="pinterest."]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 97.672 97.672'%3E%3Cpath fill='%238C9FB1' d='M51.125 0C24.469 0 11.029 19.11 11.029 35.047c0 9.649 3.653 18.232 11.487 21.432 1.286.525 2.438.019 2.812-1.403.258-.985.871-3.468 1.144-4.503.376-1.407.229-1.9-.807-3.126-2.259-2.665-3.703-6.115-3.703-11.002 0-14.178 10.608-26.87 27.624-26.87 15.064 0 23.342 9.206 23.342 21.5 0 16.176-7.159 29.828-17.786 29.828-5.87 0-10.262-4.854-8.854-10.807 1.686-7.107 4.951-14.778 4.951-19.907 0-4.592-2.463-8.423-7.565-8.423-6 0-10.819 6.207-10.819 14.521 0 5.296 1.789 8.878 1.789 8.878s-6.141 26.015-7.215 30.571c-2.145 9.072-.322 20.195-.168 21.318.089.666.944.824 1.332.322.555-.723 7.7-9.544 10.129-18.359.687-2.496 3.944-15.42 3.944-15.42 1.95 3.717 7.647 6.992 13.706 6.992 18.034 0 30.271-16.441 30.271-38.45C86.644 15.498 72.547 0 51.125 0z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="mailto:"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 474 474'%3E%3Cpath d='M437.5 59.3h-401C16.4 59.3 0 75.7 0 95.8v282.4c0 20.1 16.4 36.5 36.5 36.5h401c20.1 0 36.5-16.4 36.5-36.5V95.8c0-20.1-16.4-36.5-36.5-36.5zm-5.3 27L239.5 251.1 46.8 86.3h385.4zM447 378.2c0 5.2-4.3 9.5-9.5 9.5h-401c-5.2 0-9.5-4.3-9.5-9.5V104.9l203.7 174.2c.1.1.3.2.4.3.1.1.3.2.4.3.3.2.5.4.8.5.1.1.2.1.3.2l1.2.6c.1 0 .2.1.3.1.3.1.6.3 1 .4.1 0 .3.1.4.1.3.1.6.2.9.2.1 0 .3.1.4.1.3.1.7.1 1 .2h.3c.4 0 .9.1 1.3.1s.9 0 1.3-.1h.3c.3 0 .7-.1 1-.2.1 0 .3-.1.4-.1.3-.1.6-.2.9-.2.1 0 .3-.1.4-.1.3-.1.6-.2 1-.4.1 0 .2-.1.3-.1l1.2-.6c.1-.1.2-.1.3-.2.3-.2.5-.3.8-.5.1-.1.3-.2.4-.3.1-.1.3-.2.4-.3L447 109.2v269z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="mailto:"]:focus:before,.svg-socialmedia a[href*="mailto:"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 474 474'%3E%3Cpath fill='%238C9FB1' d='M437.5 59.3h-401C16.4 59.3 0 75.7 0 95.8v282.4c0 20.1 16.4 36.5 36.5 36.5h401c20.1 0 36.5-16.4 36.5-36.5V95.8c0-20.1-16.4-36.5-36.5-36.5zm-5.3 27L239.5 251.1 46.8 86.3h385.4zM447 378.2c0 5.2-4.3 9.5-9.5 9.5h-401c-5.2 0-9.5-4.3-9.5-9.5V104.9l203.7 174.2c.1.1.3.2.4.3.1.1.3.2.4.3.3.2.5.4.8.5.1.1.2.1.3.2l1.2.6c.1 0 .2.1.3.1.3.1.6.3 1 .4.1 0 .3.1.4.1.3.1.6.2.9.2.1 0 .3.1.4.1.3.1.7.1 1 .2h.3c.4 0 .9.1 1.3.1s.9 0 1.3-.1h.3c.3 0 .7-.1 1-.2.1 0 .3-.1.4-.1.3-.1.6-.2.9-.2.1 0 .3-.1.4-.1.3-.1.6-.2 1-.4.1 0 .2-.1.3-.1l1.2-.6c.1-.1.2-.1.3-.2.3-.2.5-.3.8-.5.1-.1.3-.2.4-.3.1-.1.3-.2.4-.3L447 109.2v269z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*=feed]:before,.svg-socialmedia a[href*=rss]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M90.244 264.828C90.244 240.11 70.139 220 45.427 220 20.712 220 .605 240.11.605 264.828c0 24.714 20.107 44.82 44.822 44.82 24.712 0 44.817-20.106 44.817-44.82zM5.648 169.43c35.961 0 69.782 14.066 95.231 39.605 25.45 25.583 39.467 59.648 39.467 95.92a5 5 0 005 5h57.486a5 5 0 005-5c0-111.952-90.699-203.031-202.185-203.031a5 5 0 00-5 5v57.505a5.002 5.002 0 005.001 5.001zM5.726 0a5 5 0 00-5 5v57.495a5 5 0 005 5c130.24 0 236.199 106.544 236.199 237.505a5 5 0 005 5h57.471a5 5 0 005-5c0-168.178-136.226-305-303.67-305z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*=feed]:focus:before,.svg-socialmedia a[href*=feed]:hover:before,.svg-socialmedia a[href*=rss]:focus:before,.svg-socialmedia a[href*=rss]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M90.244 264.828C90.244 240.11 70.139 220 45.427 220 20.712 220 .605 240.11.605 264.828c0 24.714 20.107 44.82 44.822 44.82 24.712 0 44.817-20.106 44.817-44.82zM5.648 169.43c35.961 0 69.782 14.066 95.231 39.605 25.45 25.583 39.467 59.648 39.467 95.92a5 5 0 005 5h57.486a5 5 0 005-5c0-111.952-90.699-203.031-202.185-203.031a5 5 0 00-5 5v57.505a5.002 5.002 0 005.001 5.001zM5.726 0a5 5 0 00-5 5v57.495a5 5 0 005 5c130.24 0 236.199 106.544 236.199 237.505a5 5 0 005 5h57.471a5 5 0 005-5c0-168.178-136.226-305-303.67-305z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*=".ics"]:before,.svg-socialmedia a[href*=ical]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59 59'%3E%3Cpath d='M31.793 41.707a.997.997 0 001.414 0l3.293-3.293 3.293 3.293a.997.997 0 001.414 0 .999.999 0 000-1.414L37.914 37l3.293-3.293a.999.999 0 10-1.414-1.414L36.5 35.586l-3.293-3.293a.999.999 0 10-1.414 1.414L35.086 37l-3.293 3.293a.999.999 0 000 1.414zM26.5 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0026.5 0zm6 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0032.5 0zm6 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0038.5 0zm4.899 4a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-5.632c.414-1.162 1.514-2 2.816-2s2.402.838 2.816 2h2.083c-.465-2.279-2.484-4-4.899-4s-4.434 1.721-4.899 4H.5v55h58V4H43.399zM14.5 57h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*=".ics"]:focus:before,.svg-socialmedia a[href*=".ics"]:hover:before,.svg-socialmedia a[href*=ical]:focus:before,.svg-socialmedia a[href*=ical]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59 59'%3E%3Cpath fill='%238C9FB1' d='M31.793 41.707a.997.997 0 001.414 0l3.293-3.293 3.293 3.293a.997.997 0 001.414 0 .999.999 0 000-1.414L37.914 37l3.293-3.293a.999.999 0 10-1.414-1.414L36.5 35.586l-3.293-3.293a.999.999 0 10-1.414 1.414L35.086 37l-3.293 3.293a.999.999 0 000 1.414zM26.5 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0026.5 0zm6 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0032.5 0zm6 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0038.5 0zm4.899 4a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-5.632c.414-1.162 1.514-2 2.816-2s2.402.838 2.816 2h2.083c-.465-2.279-2.484-4-4.899-4s-4.434 1.721-4.899 4H.5v55h58V4H43.399zM14.5 57h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12z'/%3E%3C/svg%3E")}.svg-socialmedia.round a:before{border-radius:50%;border:1px solid #000}.svg-socialmedia.hoverbg a:focus:before,.svg-socialmedia.hoverbg a:hover:before{background-color:#000}html{font-size:90%}@media (min-width:360px){html{font-size:100%}}@media (min-width:1400px){html{font-size:110%}}@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype");font-weight:400;font-style:normal}.fa,.sorttable th:after,ul.social li.social-delicious a:before,ul.social li.social-diaspora a:before,ul.social li.social-facebook a:before,ul.social li.social-feed a:before,ul.social li.social-flickr a:before,ul.social li.social-github a:before,ul.social li.social-iconbyurl a:before,ul.social li.social-instagram a:before,ul.social li.social-itunes a:before,ul.social li.social-pinterest a:before,ul.social li.social-skype a:before,ul.social li.social-tumblr a:before,ul.social li.social-twitter a:before,ul.social li.social-vimeo a:before,ul.social li.social-wikipedia a:before,ul.social li.social-xing a:before,ul.social li.social-youtube a:before{display:inline-block;font:normal normal normal 16px/1.5 FontAwesome;font-size:inherit}.fa-lg{font-size:1.33333em;line-height:.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.28571em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.sorttable th.fa-pull-left:after,ul.social li.social-delicious a.fa-pull-left:before,ul.social li.social-diaspora a.fa-pull-left:before,ul.social li.social-facebook a.fa-pull-left:before,ul.social li.social-feed a.fa-pull-left:before,ul.social li.social-flickr a.fa-pull-left:before,ul.social li.social-github a.fa-pull-left:before,ul.social li.social-iconbyurl a.fa-pull-left:before,ul.social li.social-instagram a.fa-pull-left:before,ul.social li.social-itunes a.fa-pull-left:before,ul.social li.social-pinterest a.fa-pull-left:before,ul.social li.social-skype a.fa-pull-left:before,ul.social li.social-tumblr a.fa-pull-left:before,ul.social li.social-twitter a.fa-pull-left:before,ul.social li.social-vimeo a.fa-pull-left:before,ul.social li.social-wikipedia a.fa-pull-left:before,ul.social li.social-xing a.fa-pull-left:before,ul.social li.social-youtube a.fa-pull-left:before{margin-right:.3em}.fa.fa-pull-right,.sorttable th.fa-pull-right:after,ul.social li.social-delicious a.fa-pull-right:before,ul.social li.social-diaspora a.fa-pull-right:before,ul.social li.social-facebook a.fa-pull-right:before,ul.social li.social-feed a.fa-pull-right:before,ul.social li.social-flickr a.fa-pull-right:before,ul.social li.social-github a.fa-pull-right:before,ul.social li.social-iconbyurl a.fa-pull-right:before,ul.social li.social-instagram a.fa-pull-right:before,ul.social li.social-itunes a.fa-pull-right:before,ul.social li.social-pinterest a.fa-pull-right:before,ul.social li.social-skype a.fa-pull-right:before,ul.social li.social-tumblr a.fa-pull-right:before,ul.social li.social-twitter a.fa-pull-right:before,ul.social li.social-vimeo a.fa-pull-right:before,ul.social li.social-wikipedia a.fa-pull-right:before,ul.social li.social-xing a.fa-pull-right:before,ul.social li.social-youtube a.fa-pull-right:before{margin-left:.3em}.fa.pull-left,.sorttable th.pull-left:after,ul.social li.social-delicious a.pull-left:before,ul.social li.social-diaspora a.pull-left:before,ul.social li.social-facebook a.pull-left:before,ul.social li.social-feed a.pull-left:before,ul.social li.social-flickr a.pull-left:before,ul.social li.social-github a.pull-left:before,ul.social li.social-iconbyurl a.pull-left:before,ul.social li.social-instagram a.pull-left:before,ul.social li.social-itunes a.pull-left:before,ul.social li.social-pinterest a.pull-left:before,ul.social li.social-skype a.pull-left:before,ul.social li.social-tumblr a.pull-left:before,ul.social li.social-twitter a.pull-left:before,ul.social li.social-vimeo a.pull-left:before,ul.social li.social-wikipedia a.pull-left:before,ul.social li.social-xing a.pull-left:before,ul.social li.social-youtube a.pull-left:before{margin-right:.3em}.fa.pull-right,.sorttable th.pull-right:after,ul.social li.social-delicious a.pull-right:before,ul.social li.social-diaspora a.pull-right:before,ul.social li.social-facebook a.pull-right:before,ul.social li.social-feed a.pull-right:before,ul.social li.social-flickr a.pull-right:before,ul.social li.social-github a.pull-right:before,ul.social li.social-iconbyurl a.pull-right:before,ul.social li.social-instagram a.pull-right:before,ul.social li.social-itunes a.pull-right:before,ul.social li.social-pinterest a.pull-right:before,ul.social li.social-skype a.pull-right:before,ul.social li.social-tumblr a.pull-right:before,ul.social li.social-twitter a.pull-right:before,ul.social li.social-vimeo a.pull-right:before,ul.social li.social-wikipedia a.pull-right:before,ul.social li.social-xing a.pull-right:before,ul.social li.social-youtube a.pull-right:before{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{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,ul.social li.social-iconbyurl a[href^=mailto]:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before,ul.social li.social-iconbyurl a: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-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before,ul.social li.social-iconbyurl a[href$=".ics"]: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-cogs:before,.fa-gears: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,ul.social li.social-iconbyurl a[href*="twitter.com"]:before,ul.social li.social-twitter a:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before,ul.social li.social-facebook a:before,ul.social li.social-iconbyurl a[href*="facebook.com"]:before{content:"\f09a"}.fa-github:before,ul.social li.social-github a:before,ul.social li.social-iconbyurl a[href*="github.com"]:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before,ul.social li.social-iconbyurl a[href*=feed]: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-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder: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,ul.social li.social-iconbyurl a[href*="pinterest.com"]:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.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-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before,ul.social li.social-iconbyurl a[href$="@lists.fau.de"]:before{content:"\f0e0"}.fa-linkedin:before,ul.social li.social-iconbyurl a[href*="linkedin.com"]:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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,ul.social li.social-feed a: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-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won: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,ul.social li.social-youtube a:before{content:"\f166"}.fa-youtube:before,ul.social li.social-iconbyurl a[href*="youtube.com"]:before{content:"\f167"}.fa-xing:before,ul.social li.social-iconbyurl a[href*="xing.com"]:before,ul.social li.social-xing a: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,ul.social li.social-iconbyurl a[href*="instagram.com"]:before,ul.social li.social-instagram a:before{content:"\f16d"}.fa-flickr:before,ul.social li.social-flickr a:before,ul.social li.social-iconbyurl a[href*="flickr.com"]:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before,ul.social li.social-iconbyurl a[href*="tumblr.com"]:before,ul.social li.social-tumblr a: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,ul.social li.social-itunes a: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,ul.social li.social-iconbyurl a[href*="skype.com"]:before,ul.social li.social-iconbyurl a[href*="skype:"]:before,ul.social li.social-skype a: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-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before,ul.social li.social-vimeo a:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before,ul.social li.social-iconbyurl a[href*="slack.com"]:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before,ul.social li.social-iconbyurl a[href*="wordpress.com"]:before,ul.social li.social-iconbyurl a[href*="wordpress.org"]:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before,ul.social li.social-iconbyurl a[href*="google.com"]:before{content:"\f1a0"}.fa-reddit:before,ul.social li.social-iconbyurl a[href*="reddit.com"]:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before,ul.social li.social-iconbyurl a[href*="stumbleupon.com"]:before{content:"\f1a4"}.fa-delicious:before,ul.social li.social-delicious a:before,ul.social li.social-iconbyurl a[href*="delicious.com"]: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,ul.social li.social-iconbyurl a[href*="spotify.com"]: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before,ul.social li.social-iconbyurl a[href*="slideshare.com"]: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-ils:before,.fa-shekel:before,.fa-sheqel: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,ul.social li.social-pinterest a:before{content:"\f231"}.fa-whatsapp:before,ul.social li.social-iconbyurl a[href*="whatsapp.com"]:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc: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,.fa-battery: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-paper-o:before,.fa-hand-stop-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,ul.social li.social-wikipedia a: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-television:before,.fa-tv: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,ul.social li.social-iconbyurl a[href*="vimeo.com"]: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-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before,ul.social li.social-iconbyurl a[href*="snapchat.com"]: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-themeisle:before{content:"\f2b2"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}@font-face{font-family:Roboto;src:url(../fonts/roboto/Roboto-Bold.woff2) format("woff2"),url(../fonts/roboto/Roboto-Bold-webfont.woff) format("woff"),url(../fonts/roboto/Roboto-Bold-webfont.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:url(../fonts/roboto/Roboto-BoldItalic.woff2) format("woff2"),url(../fonts/roboto/Roboto-BoldItalic-webfont.woff) format("woff"),url(../fonts/roboto/Roboto-BoldItalic-webfont.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Roboto;src:url(../fonts/roboto/Roboto-Italic.woff2) format("woff2"),url(../fonts/roboto/Roboto-Italic-webfont.woff) format("woff"),url(../fonts/roboto/Roboto-Italic-webfont.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Roboto;src:url(../fonts/roboto/Roboto-Regular.woff2) format("woff2"),url(../fonts/roboto/Roboto-Regular-webfont.woff) format("woff"),url(../fonts/roboto/Roboto-Regular-webfont.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:FAU Chimera;src:url(fonts/fau-chimera/FAU-Chimera-Regular.woff2) format("woff2"),url(fonts/fau-chimera/FAU-Chimera-Regular.woff) format("woff"),url(fonts/fau-chimera/FAU-Chimera-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:FAU Chimera;src:url(fonts/fau-chimera/FAU-Chimera-Medium.woff2) format("woff2"),url(fonts/fau-chimera/FAU-Chimera-Medium.woff) format("woff"),url(fonts/fau-chimera/FAU-Chimera-Medium.ttf) format("truetype");font-weight:medium;font-style:normal}h1,h2,h3,h4,h5,h6{margin:1.5rem 0 1rem;font-family:inherit;color:var(--color-content-headlines);font-weight:700}h1 em,h2 em,h3 em,h4 em,h5 em,h6 em{font-style:normal}h1.widget-title,h2.widget-title,h3.widget-title,h4.widget-title,h5.widget-title,h6.widget-title{margin-top:0}main h1 a,main h2 a,main h3 a,main h4 a,main h5 a{color:var(--color-content-headlines)}h1,h2{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}h3,h4,h5,h6{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}h1{font-size:1.812rem;line-height:2.357rem}.sidebar-inline+h1{margin-top:0}.banner-text h1{font-size:1.812rem;line-height:2.719rem}.search-sidebar h1,.sidebar-inline h1,.sidebar-outline h1,.widget h1{font-size:1.5rem;line-height:2.25rem}table h1{line-height:2.532rem}h1.small,table h1{font-size:1.687rem}h1.small{line-height:2.194rem}h2{font-size:1.5rem;line-height:1.951rem}.sidebar-outline h2,.widget h2{margin-bottom:11px}.search-sidebar h2{margin-top:8px}h2.small,h2.subtitle{font-size:1.375rem;line-height:2.063rem}.search h2{margin-top:4px}.search-sidebar h2,.sidebar-inline h2,.sidebar-outline h2,.widget h2,h2.widget-title{font-size:1.312rem;line-height:1.969rem}table h2{font-size:1.375rem;line-height:2.063rem}h3{margin:0;padding:11px 0;font-size:1.312rem;line-height:1.969rem}h3.abstract{padding:0 0 22px}.subpages-menu h3{font-weight:400}#off-canvas h3{border-bottom:1px solid var(--color-StandardHellgrau);margin:20px 0 0;padding:0 10px}#off-canvas h3,.search-sidebar h3,.sidebar-inline h3,.sidebar-outline h3,.widget h3,h4,table h3{font-size:1.187rem;line-height:1.782rem}h4{margin:0;padding:11px 0}.person h4,.search-sidebar h4,.sidebar-inline h4,.sidebar-outline h4,.span3 h4,.widget h4,table h4{font-size:1.062rem;line-height:1.594rem}h5{margin:0;padding:11px 0;font-size:1.125rem;line-height:1.688rem}.search-sidebar h5,.sidebar-inline h5,.sidebar-outline h5,.widget h5{font-size:1.062rem;line-height:1.594rem}table h5{font-size:1rem;line-height:1.5rem}h6{font-size:1.062rem;line-height:1.594rem}.search-sidebar h6,.sidebar-inline h6,.sidebar-outline h6,.widget h6{font-size:1rem;line-height:1.5rem}table h6{font-size:.937rem;line-height:1.407rem}@media (max-width:480px){.page-template-page-subnav #hero.hero-small h1{padding-left:15px}#content .subpages-menu li h3{padding-bottom:0}}code,pre{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,Courier New,monospace;font-size:.875rem;line-height:1.313rem;color:var(--color-Text);background-color:var(--color-StandardHellgrau)}code{padding:2px 4px;white-space:pre-line;border-radius:3px;-webkit-box-decoration-break:clone;box-decoration-break:clone}code,pre{background-clip:padding-box}pre{display:block;padding:9.5px;margin:0 0 10px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;border:1px solid var(--color-ContentBorders);border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0}address,p{margin:0;padding:0 0 11px;font-size:1rem;line-height:1.5rem;color:var(--color-Text);font-family:Roboto,FAU Chimera,sans-serif;font-style:normal}#content p{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}#content .textwidget p{font-size:.875rem;line-height:1.313rem}p.searchnotice{font-size:24px;line-height:28px;padding:4px 0 22px}p.lead-in{margin:0;padding:0;font-weight:300;font-style:italic;font-size:1.125rem;line-height:1.688rem}#content .widget address,#content .widget p,aside address,aside p{font-size:.875rem;line-height:1.313rem}p.presentationtitle{font-weight:700;font-size:1.812rem;line-height:2.719rem;margin:20px 0}a{color:var(--color-links);text-decoration:none}.accordion-inner a,a:active,a:focus,a:hover,li a,p a,table a{text-decoration:underline}li.search-result a{text-decoration:none}li.search-result a:focus,li.search-result a:hover{text-decoration:underline}#hero a,a.tag-cloud-link,table a:focus,table a:hover{text-decoration:none}#hero a:focus,#hero a:hover,a.tag-cloud-link:focus,a.tag-cloud-link:hover{text-decoration:underline}#footer .ext-link,#hero .ext-link,#nav .ext-link{padding-right:0!important;background-image:none!important}.top-link{position:fixed;bottom:20px;right:20px;display:inline-block;border-radius:4px;background-clip:padding-box;font-size:.937rem;line-height:1.407rem;color:var(--color-button-text);background-color:var(--color-button-bg);border:none;padding:.5rem .7rem;text-decoration:none;display:none}.top-link:focus,.top-link:hover{color:var(--color-button-hover-text);background-color:var(--color-button-hover-bg);text-decoration:none}.continue{margin-top:.5rem;text-align:right}.continue .read-more-link{transition:initial;text-decoration:underline;color:currentcolor;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;box-shadow:none;display:inline-block;border-radius:3px;background-clip:padding-box;font-size:.937rem;line-height:1.407rem;color:var(--color-button-text);background-color:var(--color-button-bg);border:none;padding:.5rem .7rem;text-decoration:none;border:1px solid var(--color-ContentBorders);background:transparent;color:var(--color-Text)}.continue .read-more-link:focus,.continue .read-more-link:hover{text-decoration:underline;color:currentcolor;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;box-shadow:none;color:var(--color-button-hover-text);background-color:var(--color-button-hover-bg);text-decoration:none;color:var(--color-ghostbutton-hover-text);background:var(--color-ghostbutton-hover-bg)}.continue .read-more-link:after{display:inline-block;position:relative;vertical-align:middle;content:" ";width:1.4rem;height:1.4rem;line-height:1.4rem;font-size:.93333rem;background-image:inherit;background-repeat:no-repeat;background-size:100%;background-position:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23222' d='M14.83 11.29l-4.24-4.24a1 1 0 00-1.42 0 1 1 0 000 1.41L12.71 12l-3.54 3.54a1 1 0 000 1.41 1 1 0 00.71.29 1 1 0 00.71-.29l4.24-4.24a1 1 0 000-1.42z'/%3E%3C/svg%3E")}.continue .read-more-link:focus:after,.continue .read-more-link:hover:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14.83 11.29l-4.24-4.24a1 1 0 00-1.42 0 1 1 0 000 1.41L12.71 12l-3.54 3.54a1 1 0 000 1.41 1 1 0 00.71.29 1 1 0 00.71-.29l4.24-4.24a1 1 0 000-1.42z'/%3E%3C/svg%3E")}.content-inline a,.entry-content a,.portalpage-content a,main a{cursor:pointer;word-wrap:break-word;color:var(--color-content-links);box-shadow:inset 0 -.1rem 0 0 var(--color-primary-ci-hell);transition:all .3s ease-out;text-decoration:underline;-webkit-text-decoration-color:var(--color-primary-ci-hell);text-decoration-color:var(--color-primary-ci-hell);text-underline-offset:3px}.content-inline a:active,.content-inline a:focus,.content-inline a:hover,.entry-content a:active,.entry-content a:focus,.entry-content a:hover,.portalpage-content a:active,.portalpage-content a:focus,.portalpage-content a:hover,main a:active,main a:focus,main a:hover{text-decoration:underline;-webkit-text-decoration-color:var(--color-primary-ci-hell);text-decoration-color:var(--color-primary-ci-hell);color:var(--color-primary-ci-hell-kontrast);box-shadow:inset 0 -1.5rem 0 var(--color-primary-ci-hell)}.content-inline a.news-image,.content-inline a img,.content-inline a svg,.entry-content a.news-image,.entry-content a img,.entry-content a svg,.portalpage-content a.news-image,.portalpage-content a img,.portalpage-content a svg,main a.news-image,main a img,main a svg{transition:initial;padding:0;text-decoration:underline;color:currentcolor;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;box-shadow:none}.content-inline a.news-image:focus,.content-inline a.news-image:hover,.content-inline a img:focus,.content-inline a img:hover,.content-inline a svg:focus,.content-inline a svg:hover,.entry-content a.news-image:focus,.entry-content a.news-image:hover,.entry-content a img:focus,.entry-content a img:hover,.entry-content a svg:focus,.entry-content a svg:hover,.portalpage-content a.news-image:focus,.portalpage-content a.news-image:hover,.portalpage-content a img:focus,.portalpage-content a img:hover,.portalpage-content a svg:focus,.portalpage-content a svg:hover,main a.news-image:focus,main a.news-image:hover,main a img:focus,main a img:hover,main a svg:focus,main a svg:hover{text-decoration:underline;color:currentcolor;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;box-shadow:none}.content-inline .contactlist a,.content-inline .imagelink a,.content-inline .person-info a,.content-inline .widget a,.content-inline address a,.content-inline h1 a,.content-inline h2 a,.content-inline h3 a,.content-inline h4 a,.content-inline h5 a,.content-inline h6 a,.entry-content .contactlist a,.entry-content .imagelink a,.entry-content .person-info a,.entry-content .widget a,.entry-content address a,.entry-content h1 a,.entry-content h2 a,.entry-content h3 a,.entry-content h4 a,.entry-content h5 a,.entry-content h6 a,.portalpage-content .contactlist a,.portalpage-content .imagelink a,.portalpage-content .person-info a,.portalpage-content .widget a,.portalpage-content address a,.portalpage-content h1 a,.portalpage-content h2 a,.portalpage-content h3 a,.portalpage-content h4 a,.portalpage-content h5 a,.portalpage-content h6 a,main .contactlist a,main .imagelink a,main .person-info a,main .widget a,main address a,main h1 a,main h2 a,main h3 a,main h4 a,main h5 a,main h6 a{transition:initial;padding:0;text-decoration:underline;color:currentcolor;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;box-shadow:none;text-decoration:none}.content-inline .contactlist a:focus,.content-inline .contactlist a:hover,.content-inline .imagelink a:focus,.content-inline .imagelink a:hover,.content-inline .person-info a:focus,.content-inline .person-info a:hover,.content-inline .widget a:focus,.content-inline .widget a:hover,.content-inline address a:focus,.content-inline address a:hover,.content-inline h1 a:focus,.content-inline h1 a:hover,.content-inline h2 a:focus,.content-inline h2 a:hover,.content-inline h3 a:focus,.content-inline h3 a:hover,.content-inline h4 a:focus,.content-inline h4 a:hover,.content-inline h5 a:focus,.content-inline h5 a:hover,.content-inline h6 a:focus,.content-inline h6 a:hover,.entry-content .contactlist a:focus,.entry-content .contactlist a:hover,.entry-content .imagelink a:focus,.entry-content .imagelink a:hover,.entry-content .person-info a:focus,.entry-content .person-info a:hover,.entry-content .widget a:focus,.entry-content .widget a:hover,.entry-content address a:focus,.entry-content address a:hover,.entry-content h1 a:focus,.entry-content h1 a:hover,.entry-content h2 a:focus,.entry-content h2 a:hover,.entry-content h3 a:focus,.entry-content h3 a:hover,.entry-content h4 a:focus,.entry-content h4 a:hover,.entry-content h5 a:focus,.entry-content h5 a:hover,.entry-content h6 a:focus,.entry-content h6 a:hover,.portalpage-content .contactlist a:focus,.portalpage-content .contactlist a:hover,.portalpage-content .imagelink a:focus,.portalpage-content .imagelink a:hover,.portalpage-content .person-info a:focus,.portalpage-content .person-info a:hover,.portalpage-content .widget a:focus,.portalpage-content .widget a:hover,.portalpage-content address a:focus,.portalpage-content address a:hover,.portalpage-content h1 a:focus,.portalpage-content h1 a:hover,.portalpage-content h2 a:focus,.portalpage-content h2 a:hover,.portalpage-content h3 a:focus,.portalpage-content h3 a:hover,.portalpage-content h4 a:focus,.portalpage-content h4 a:hover,.portalpage-content h5 a:focus,.portalpage-content h5 a:hover,.portalpage-content h6 a:focus,.portalpage-content h6 a:hover,main .contactlist a:focus,main .contactlist a:hover,main .imagelink a:focus,main .imagelink a:hover,main .person-info a:focus,main .person-info a:hover,main .widget a:focus,main .widget a:hover,main address a:focus,main address a:hover,main h1 a:focus,main h1 a:hover,main h2 a:focus,main h2 a:hover,main h3 a:focus,main h3 a:hover,main h4 a:focus,main h4 a:hover,main h5 a:focus,main h5 a:hover,main h6 a:focus,main h6 a:hover{text-decoration:underline;color:currentcolor;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;box-shadow:none}.content-inline .contactlist a:active,.content-inline .contactlist a:focus,.content-inline .contactlist a:hover,.content-inline .imagelink a:active,.content-inline .imagelink a:focus,.content-inline .imagelink a:hover,.content-inline .person-info a:active,.content-inline .person-info a:focus,.content-inline .person-info a:hover,.content-inline .widget a:active,.content-inline .widget a:focus,.content-inline .widget a:hover,.content-inline address a:active,.content-inline address a:focus,.content-inline address a:hover,.content-inline h1 a:active,.content-inline h1 a:focus,.content-inline h1 a:hover,.content-inline h2 a:active,.content-inline h2 a:focus,.content-inline h2 a:hover,.content-inline h3 a:active,.content-inline h3 a:focus,.content-inline h3 a:hover,.content-inline h4 a:active,.content-inline h4 a:focus,.content-inline h4 a:hover,.content-inline h5 a:active,.content-inline h5 a:focus,.content-inline h5 a:hover,.content-inline h6 a:active,.content-inline h6 a:focus,.content-inline h6 a:hover,.entry-content .contactlist a:active,.entry-content .contactlist a:focus,.entry-content .contactlist a:hover,.entry-content .imagelink a:active,.entry-content .imagelink a:focus,.entry-content .imagelink a:hover,.entry-content .person-info a:active,.entry-content .person-info a:focus,.entry-content .person-info a:hover,.entry-content .widget a:active,.entry-content .widget a:focus,.entry-content .widget a:hover,.entry-content address a:active,.entry-content address a:focus,.entry-content address a:hover,.entry-content h1 a:active,.entry-content h1 a:focus,.entry-content h1 a:hover,.entry-content h2 a:active,.entry-content h2 a:focus,.entry-content h2 a:hover,.entry-content h3 a:active,.entry-content h3 a:focus,.entry-content h3 a:hover,.entry-content h4 a:active,.entry-content h4 a:focus,.entry-content h4 a:hover,.entry-content h5 a:active,.entry-content h5 a:focus,.entry-content h5 a:hover,.entry-content h6 a:active,.entry-content h6 a:focus,.entry-content h6 a:hover,.portalpage-content .contactlist a:active,.portalpage-content .contactlist a:focus,.portalpage-content .contactlist a:hover,.portalpage-content .imagelink a:active,.portalpage-content .imagelink a:focus,.portalpage-content .imagelink a:hover,.portalpage-content .person-info a:active,.portalpage-content .person-info a:focus,.portalpage-content .person-info a:hover,.portalpage-content .widget a:active,.portalpage-content .widget a:focus,.portalpage-content .widget a:hover,.portalpage-content address a:active,.portalpage-content address a:focus,.portalpage-content address a:hover,.portalpage-content h1 a:active,.portalpage-content h1 a:focus,.portalpage-content h1 a:hover,.portalpage-content h2 a:active,.portalpage-content h2 a:focus,.portalpage-content h2 a:hover,.portalpage-content h3 a:active,.portalpage-content h3 a:focus,.portalpage-content h3 a:hover,.portalpage-content h4 a:active,.portalpage-content h4 a:focus,.portalpage-content h4 a:hover,.portalpage-content h5 a:active,.portalpage-content h5 a:focus,.portalpage-content h5 a:hover,.portalpage-content h6 a:active,.portalpage-content h6 a:focus,.portalpage-content h6 a:hover,main .contactlist a:active,main .contactlist a:focus,main .contactlist a:hover,main .imagelink a:active,main .imagelink a:focus,main .imagelink a:hover,main .person-info a:active,main .person-info a:focus,main .person-info a:hover,main .widget a:active,main .widget a:focus,main .widget a:hover,main address a:active,main address a:focus,main address a:hover,main h1 a:active,main h1 a:focus,main h1 a:hover,main h2 a:active,main h2 a:focus,main h2 a:hover,main h3 a:active,main h3 a:focus,main h3 a:hover,main h4 a:active,main h4 a:focus,main h4 a:hover,main h5 a:active,main h5 a:focus,main h5 a:hover,main h6 a:active,main h6 a:focus,main h6 a:hover{text-decoration:underline}.content-inline a.media-img,.entry-content a.media-img,.portalpage-content a.media-img,main a.media-img{transition:initial;padding:0;text-decoration:underline;color:currentcolor;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;box-shadow:none;display:inline-block;overflow:hidden}.content-inline a.media-img:focus,.content-inline a.media-img:hover,.entry-content a.media-img:focus,.entry-content a.media-img:hover,.portalpage-content a.media-img:focus,.portalpage-content a.media-img:hover,main a.media-img:focus,main a.media-img:hover{text-decoration:underline;color:currentcolor;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;box-shadow:none}.content-inline a.media-img img,.entry-content a.media-img img,.portalpage-content a.media-img img,main a.media-img img{-o-object-fit:cover;object-fit:cover}@media (prefers-reduced-motion:no-preference){.content-inline a.media-img img,.entry-content a.media-img img,.portalpage-content a.media-img img,main a.media-img img{transition:transform 1s}}.content-inline a.media-img:focus img,.content-inline a.media-img:hover img,.entry-content a.media-img:focus img,.entry-content a.media-img:hover img,.portalpage-content a.media-img:focus img,.portalpage-content a.media-img:hover img,main a.media-img:focus img,main a.media-img:hover img{transform:scale(1.1);box-shadow:none}.content-inline a.media-img.alignleft,.entry-content a.media-img.alignleft,.portalpage-content a.media-img.alignleft,main a.media-img.alignleft{float:left;clear:both;margin-right:20px;margin-bottom:20px}.content-inline a.media-img.alignleft img,.entry-content a.media-img.alignleft img,.portalpage-content a.media-img.alignleft img,main a.media-img.alignleft img{float:none;margin:0}.content-inline a.media-img.alignright,.entry-content a.media-img.alignright,.portalpage-content a.media-img.alignright,main a.media-img.alignright{float:right;clear:both;margin-left:20px;margin-bottom:20px}.content-inline a.media-img.alignright img,.entry-content a.media-img.alignright img,.portalpage-content a.media-img.alignright img,main a.media-img.alignright img{float:none;margin:0}.content-inline a.media-img.aligncenter,.entry-content a.media-img.aligncenter,.portalpage-content a.media-img.aligncenter,main a.media-img.aligncenter{display:block;margin:0 auto 10px}.content-inline a.media-img.aligncenter img,.entry-content a.media-img.aligncenter img,.portalpage-content a.media-img.aligncenter img,main a.media-img.aligncenter img{display:inline-block;margin:0}ul.social{list-style:none;padding:0;background:none;margin:0 0 10px}ul.social:before{display:none}ul.social li{list-style:none;margin:0;padding:0;display:inline-block;max-width:220px;width:100%;background:none}ul.social li:before{display:none}ul.social li a{display:inline-block;text-decoration:none;padding:5px 0;background:none;font-size:1rem;line-height:1.5rem}ul.social li a:focus,ul.social li a:hover{text-decoration:underline}ul.social li a:focus:before,ul.social li a:hover:before{background:var(--color-button-hover-bg);color:var(--color-button-hover-text)}ul.social li a:before{background:var(--color-primary-ci-hell);color:var(--color-primary-ci-hell-kontrast);height:1.7rem;width:1.7rem;text-align:center;margin-right:1rem;border-radius:50%;background-clip:padding-box}ul.social li.social-diaspora a:before{content:"*";font-size:20px;font-weight:700}ul.social li.social-delicious a:before,ul.social li.social-facebook a:before,ul.social li.social-feed a:before,ul.social li.social-flickr a:before,ul.social li.social-github a:before,ul.social li.social-instagram a:before,ul.social li.social-itunes a:before,ul.social li.social-pinterest a:before,ul.social li.social-skype a:before,ul.social li.social-tumblr a:before,ul.social li.social-twitter a:before,ul.social li.social-vimeo a:before,ul.social li.social-wikipedia a:before,ul.social li.social-xing a:before,ul.social li.social-youtube a:before{font-size:1rem}ul.social li.social-iconbyurl a[href*="diaspora.com"]:before{content:"*";font-family:Roboto,sans-serif;font-weight:700}ol,ul{margin:0 15px 10px 25px;padding:0}@media (min-width:768px){ol,ul{margin-right:0}}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}li{padding:.2rem 0 .2rem .2rem;font-size:1rem;line-height:1.5rem}.portalpage-sidebar li,.sidebar-inline li,.widget.quicklinks li{padding:0;font-size:.875rem;line-height:1.313rem}ul li{list-style-type:circle}ul li ul li{list-style-type:disc}ul li ul li ul li{list-style-type:square}ul.letters{list-style:none;padding:0;background:none;margin:20px 0 10px}ul.letters:before{display:none}ul.letters li{list-style:none;padding:0;display:inline-block;background:none;margin:.2rem}ul.letters li:before{display:none}ul.letters li a{display:inline-block;text-decoration:none}ul.letters li a:focus,ul.letters li a:hover{text-decoration:underline}ul.files{list-style:none;margin:0;padding:0;background:none}ul.files:before{display:none}ul.files li{list-style:none;margin:0;padding:0;background:none;font-size:13px;line-height:18px}ul.files li:before{display:none}ul.searchresults{margin-left:0}ul.searchresults li{list-style:none;margin:0;padding:0;background:none}ul.searchresults li:before{display:none}ul.nolist{margin-left:0}ul.nolist li{list-style-type:none}ul.nolist li li{margin-left:25px;list-style-type:circle}ul.nolist li ul.nolist li{margin-left:0;list-style-type:none}ol li{padding-left:0;list-style:decimal}ol li ol li{list-style:lower-latin}ol li ol li ol li{list-style:upper-roman}ol li ol li ol li ol li{list-style:lower-greek}ol li ol li ul li,ol li ul li{list-style-type:circle}dl{margin:1.5rem 0}dt{font-weight:700;margin:.5rem 0 .2rem}dd,dd>dl{margin-left:2rem}dd>dl{margin-top:.5rem}.pagination{text-align:center;padding:20px 0 10px}.pagination.pagebreaks{text-align:left;margin:0}.pagination.pagebreaks p{display:inline-block}.pagination.pagebreaks .subpages{font-size:.875rem;line-height:1.313rem;margin:10px;display:inline-block}.pagination.pagebreaks .subpages a{transition:initial;padding:0;text-decoration:underline;color:currentcolor;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;box-shadow:none;text-decoration:none;color:var(--color-button-text);background-color:var(--color-button-bg);font-size:.875rem;line-height:1.313rem}.pagination.pagebreaks .subpages a:focus,.pagination.pagebreaks .subpages a:hover{text-decoration:underline;color:currentcolor;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;box-shadow:none;color:var(--color-button-hover-text);background-color:var(--color-button-hover-bg)}.pagination.pagebreaks .subpages a :focus,.pagination.pagebreaks .subpages a :hover{text-decoration:underline}.pagination.pagebreaks .subpages a .number{border:1px solid var(--color-button-bg)}.pagination.pagebreaks .subpages .number{color:var(--color-button-text);background-color:var(--color-button-bg);padding:.5rem .7rem;text-decoration:none;border-radius:3px;background-clip:padding-box}.pagination.pagebreaks .subpages .number:focus,.pagination.pagebreaks .subpages .number:hover{color:var(--color-button-hover-text);background-color:var(--color-button-hover-bg)}.pagination.pagebreaks .subpages .current .number{display:inline-block;border-radius:3px;background-clip:padding-box;font-size:.937rem;line-height:1.407rem;color:var(--color-button-text);background-color:var(--color-button-bg);border:none;padding:.5rem .7rem;text-decoration:none;border:1px solid var(--color-ContentBorders);background:transparent;color:var(--color-Text);font-size:.875rem;line-height:1.313rem}.pagination.pagebreaks .subpages .current .number:focus,.pagination.pagebreaks .subpages .current .number:hover{color:var(--color-button-hover-text);background-color:var(--color-button-hover-bg);text-decoration:none;color:var(--color-ghostbutton-hover-text);background:var(--color-ghostbutton-hover-bg)}input{margin:0;font-size:1rem;line-height:1.5rem}input[type=button],input[type=checkbox],input[type=radio],input[type=reset],input[type=submit]{cursor:pointer}input[type=search]{box-sizing:content-box}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{display:inline-block;margin-bottom:10px;color:var(--color-Text);border-radius:4px;border:1px solid var(--color-ContentBorders);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border .2s linear,box-shadow .2s linear;padding:5px 10px;font-size:1rem;line-height:1.5rem;height:auto}input[type=checkbox],input[type=radio]{margin:0 .5rem 0 0;width:1rem;height:1rem}input[type=color]{margin:0 .5rem 0 0;padding:.1rem;width:4rem;height:1.5rem}input[type=password],input[type=text]{width:25rem;margin:0 0 .5rem}input[type=date],input[type=datetime-local],input[type=datetime],input[type=month],input[type=number],input[type=time],input[type=week]{width:10rem}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted var(--color-ContentBorders);outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type=text]:focus{box-shadow:0 0 5px rgba(0,0,0,.075);border:1px solid var(--color-ContentBorders)}input[disabled],input[readonly]{cursor:not-allowed;background-color:var(--color-ContentRegions)}input[type=checkbox][disabled],input[type=checkbox][readonly],input[type=radio][disabled],input[type=radio][readonly]{background-color:transparent}input[type=file]{display:inline-block;border-radius:3px;background-clip:padding-box;font-size:.937rem;line-height:1.407rem;color:var(--color-button-text);background-color:var(--color-button-bg);border:none;padding:.5rem .7rem;text-decoration:none;border:1px solid var(--color-ContentBorders);background:transparent;color:var(--color-Text);margin:0 0 1rem}input[type=file]:focus,input[type=file]:hover{color:var(--color-button-hover-text);background-color:var(--color-button-hover-bg);text-decoration:none;color:var(--color-ghostbutton-hover-text);background:var(--color-ghostbutton-hover-bg)}input[type=reset],input[type=submit]{display:inline-block;border-radius:3px;background-clip:padding-box;font-size:.937rem;line-height:1.407rem;color:var(--color-button-text);background-color:var(--color-button-bg);border:none;padding:.5rem .7rem;text-decoration:none;margin:0 1rem 1rem 0}input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{color:var(--color-button-hover-text);background-color:var(--color-button-hover-bg);text-decoration:none}input:focus:invalid{color:var(--color-Notice);border-color:var(--color-Notice)}input:focus:invalid:focus{border-color:var(--color-Notice);box-shadow:0 0 6px rgba(0,0,0,.075)}input::-moz-placeholder{color:var(--color-TextLight)}input:-ms-input-placeholder{color:var(--color-TextLight)}input::placeholder{color:var(--color-TextLight)}textarea{font-size:1rem;line-height:1.5rem;display:inline-block;color:var(--color-Text,#555);border-radius:4px;overflow:auto;vertical-align:top;border:1px solid var(--color-ContentBorders);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);transition:border .2s linear,box-shadow .2s linear;width:25rem;height:auto;min-height:3rem;padding:.5rem;margin:.5rem 0}textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#eee}textarea:focus{box-shadow:0 0 5px rgba(0,0,0,.075);border:1px solid var(--color-primary-ci-hell)}textarea:focus:invalid{color:var(--color-Notice);border-color:var(--color-Notice)}textarea:focus:invalid:focus{border-color:var(--color-Notice);box-shadow:0 0 6px rgba(0,0,0,.075)}textarea::-moz-placeholder{color:var(--color-TextLight)}textarea:-ms-input-placeholder{color:var(--color-TextLight)}textarea::placeholder{color:var(--color-TextLight)}select{display:inline-block;cursor:pointer;border-radius:4px;font-size:1rem;line-height:1.5rem;color:var(--color-Text);background-color:var(--color-MainBackground);width:25rem;margin:0;border:1px solid var(--color-ContentBorders);padding:.5rem .7rem}select,select[multiple],select[size]{height:auto}select:focus{outline:thin dotted var(--color-ContentBorders);outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}select[disabled],select[readonly]{cursor:not-allowed;background-color:var(--color-ContentRegions)}select::-moz-placeholder{color:var(--color-TextLight)}select:-ms-input-placeholder{color:var(--color-TextLight)}select::placeholder{color:var(--color-TextLight)}select:focus:invalid{color:var(--color-Notice);border-color:var(--color-Notice)}select:focus:invalid:focus{border-color:var(--color-Notice);box-shadow:0 0 6px rgba(0,0,0,.075)}form{display:inline-block;border:none}fieldset,form{margin:1rem 0;padding:0}fieldset{border:0;border-radius:4px;background-clip:padding-box}legend{width:100%;padding:0;margin-bottom:0 0 1rem 0;font-weight:700;font-size:1.312rem;line-height:1.969rem}label,legend{display:block}label{padding-top:5px;font-size:1rem;line-height:1.5rem}label[type=password],label[type=text],label textarea{display:block}input+label,select+label{display:inline-block}label+br{display:none}.post-password-form label{float:none}table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}table td[class*=span],table th[class*=span]{display:table-cell;float:none;margin-left:0}.table-wrapper{position:relative;overflow:hidden;margin:0;border-right:1px solid var(--color-ContentBorders)}@media (min-width:768px){.table-wrapper{border-right:none}}.table-wrapper .scrollable{overflow-x:auto;overflow-y:hidden}table{border:0;background:transparent;border-top:1px solid var(--color-ContentBorders);border-bottom:1px solid var(--color-ContentBorders);margin:0;width:100%}@media (min-width:768px){table{margin:5px 0 20px}table td,table th{padding:7px 10px}}table tbody,table td,table th,table tr{border:0}table td,table th{padding-left:15px;padding-right:15px}table td,table td p,table th,table th p{font-size:.875rem;line-height:1.313rem}table th{color:var(--color-Text);background:var(--color-ContentBorders);font-weight:700;border-top:1px solid var(--color-ContentBorders);border-bottom:1px solid var(--color-ContentBorders);text-align:left}table.sorttable th.header{cursor:pointer}table td{color:var(--color-Text)}table td,table tr{border-right:1px solid var(--color-StandardHellgrau)}table tr{border-left:1px solid var(--color-StandardHellgrau)}table tr:nth-child(odd) td{background:var(--color-StandardHellgrau)}table ul li{font-size:.875rem;line-height:1.313rem;background-position:left 5px}table.nooddcolor tr:nth-child(odd) td{background:transparent}table.nobackground,table.nobackground th{border-top:none;border-bottom:none}table.nobackground th{background:transparent}table.nobackground tr{border-left:none;border-right:none}table.nobackground tr:nth-child(odd) td{background:transparent}table thead td{background:var(--color-ContentBorders)}table td.small,table th.small{font-size:.8rem}table td.center,table th.center,table tr.center td,table tr.center th{text-align:center}table td.right,table th.right,table tr.right td,table tr.right th{text-align:right}.sorttable th:after{margin-left:5px;content:"\f0dc"}.tablesorter-header-inner{display:inline-block}blockquote{padding:0;margin:0;border:none;position:relative}blockquote,blockquote p{font-family:Georgia,serif;font-size:1.125rem;line-height:1.688rem}blockquote p{margin-bottom:0;font-weight:400;letter-spacing:.3px}blockquote p strong{font-weight:bolder}#content blockquote,#tinymce blockquote{max-width:calc(100% - 40px);width:100%;margin:10px;padding:31px 20px 20px;min-height:50px;border-left:10px solid var(--color-primary-ci-hell);background:var(--color-ContentRegions);display:inline-block;overflow:hidden}@media (min-width:768px){#content blockquote,#tinymce blockquote{margin:10px 50px;padding:31px 40px 20px;max-width:calc(100% - 80px)}}#content blockquote h1,#content blockquote h2,#content blockquote h3,#content blockquote h4,#content blockquote h5,#content blockquote h6,#content blockquote p,#tinymce blockquote h1,#tinymce blockquote h2,#tinymce blockquote h3,#tinymce blockquote h4,#tinymce blockquote h5,#tinymce blockquote h6,#tinymce blockquote p{color:var(--color-Text)}#content .sidebar-inline blockquote{margin:10px;padding:10px}blockquote cite,blockquote small{display:block;text-align:right;font-size:1rem;line-height:1.5rem;color:var(--color-Text)}blockquote cite:before,blockquote small:before{content:"— "}blockquote cite{margin-top:10px}#content blockquote img{box-shadow:none;border:none}blockquote.pull-right{border-right:none;padding-right:40px;padding-left:15px}#content .sidebar-inline blockquote,#content blockquote.noquote,#tinymce blockquote.noquote{background:inherit;padding-left:0;padding-right:0;border:none}#content .sidebar-inline blockquote:after,#content .sidebar-inline blockquote:before,#content blockquote.noquote:after,#content blockquote.noquote:before,#tinymce blockquote.noquote:after,#tinymce blockquote.noquote:before{content:""}#content .sidebar-inline blockquote,#content .sidebar-inline blockquote p{font-size:.875rem;line-height:1.313rem}cite{color:var(--color-Text);font-weight:400;font-style:italic}cite.text{color:inherit}#content .sidebar-inline cite,#content .sidebar-inline cite p{font-size:.875rem;line-height:1.313rem}abbr[data-original-title],abbr[title],acronym[data-original-title],acronym[title]{cursor:help;text-decoration:none}abbr.initialism,acronym.initialism{font-size:90%;text-transform:uppercase}hr{position:relative;clear:both;background:var(--color-MainBackground);border:none;outline:none;display:none;height:1rem;margin:1rem 0;box-shadow:0 10px 10px -10px var(--color-StandardHellgrau) inset}@media (min-width:768px){hr{display:block;margin:1rem 3rem 2rem;height:1.5rem}}@media (min-width:768px){.home hr,.page-template-page-start hr,hr.big{height:60px;margin-bottom:10px}}hr.line{height:1px;background-color:transparent;background-image:linear-gradient(90deg,transparent,var(--color-StandardHellgrau) 50%,transparent)}hr.line.big{margin-bottom:60px}.home hr:after,.page-template-page-start hr:after{top:30px;box-shadow:0 0 30px var(--color-StandardHellgrau)}.img-rounded{border-radius:6px;background-clip:padding-box}.img-polaroid{padding:4px;background-color:var(--color-MainBackground);border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.1)}.img-circle{border-radius:500px;background-clip:padding-box}img{max-width:100%;height:auto;vertical-align:middle;border:0}.wp-caption img{overflow:hidden;max-width:100%}#map_canvas img,.google-maps img{max-width:none}img.alignleft{float:left;margin-right:20px}img.alignleft,img.alignright{clear:both;margin-bottom:20px}img.alignright{float:right;margin-left:20px}img.aligncenter{display:block;margin:0 auto 10px}svg{max-width:100%;max-height:100%;height:auto;fill:var(--color-FAU)}main img{box-shadow:none}@media (min-width:768px){main img{box-shadow:0 1px 2px rgba(0,0,0,.3)}}main img.shadow{filter:drop-shadow(2px 2px 7px rgba(0,0,0,.5));box-shadow:none}main img.thickborder{border:1px solid #000;border-radius:2px;background-clip:padding-box}main img.borderless{border:none}main img.noshadow{box-shadow:none}@media (max-width:480px){main img.aligncenter,main img.size-full{width:100%;max-width:100vw}}.portalpage-sidebar figure.aligncenter,.portalpage-sidebar figure.alignleft,.portalpage-sidebar figure.alignnone,.portalpage-sidebar figure.alignright,.widget figure.aligncenter,.widget figure.alignleft,.widget figure.alignnone,.widget figure.alignright,aside figure.aligncenter,aside figure.alignleft,aside figure.alignnone,aside figure.alignright,main figure.aligncenter,main figure.alignleft,main figure.alignnone,main figure.alignright{margin-left:-15px;margin-right:-15px;width:100vw;max-width:100vw}@media (min-width:480px){.portalpage-sidebar figure.aligncenter,.portalpage-sidebar figure.alignleft,.portalpage-sidebar figure.alignnone,.portalpage-sidebar figure.alignright,.widget figure.aligncenter,.widget figure.alignleft,.widget figure.alignnone,.widget figure.alignright,aside figure.aligncenter,aside figure.alignleft,aside figure.alignnone,aside figure.alignright,main figure.aligncenter,main figure.alignleft,main figure.alignnone,main figure.alignright{width:auto;max-width:100%;margin:1rem}}.portalpage-sidebar figure.aligncenter img,.portalpage-sidebar figure.alignleft img,.portalpage-sidebar figure.alignnone img,.portalpage-sidebar figure.alignright img,.widget figure.aligncenter img,.widget figure.alignleft img,.widget figure.alignnone img,.widget figure.alignright img,aside figure.aligncenter img,aside figure.alignleft img,aside figure.alignnone img,aside figure.alignright img,main figure.aligncenter img,main figure.alignleft img,main figure.alignnone img,main figure.alignright img{width:100vw;max-width:100vw}@media (min-width:480px){.portalpage-sidebar figure.aligncenter img,.portalpage-sidebar figure.alignleft img,.portalpage-sidebar figure.alignnone img,.portalpage-sidebar figure.alignright img,.widget figure.aligncenter img,.widget figure.alignleft img,.widget figure.alignnone img,.widget figure.alignright img,aside figure.aligncenter img,aside figure.alignleft img,aside figure.alignnone img,aside figure.alignright img,main figure.aligncenter img,main figure.alignleft img,main figure.alignnone img,main figure.alignright img{max-width:100%}}@media (min-width:480px){.portalpage-sidebar figure.alignleft,.widget figure.alignleft,aside figure.alignleft,main figure.alignleft{float:left}}@media (min-width:480px){.portalpage-sidebar figure.alignright,.widget figure.alignright,aside figure.alignright,main figure.alignright{float:right}}.portalpage-sidebar figure.alignnone,.widget figure.alignnone,aside figure.alignnone,main figure.alignnone{text-align:left;float:none}.portalpage-sidebar figure.aligncenter,.widget figure.aligncenter,aside figure.aligncenter,main figure.aligncenter{text-align:center;float:none}@media (min-width:480px){.portalpage-sidebar figure.aligncenter,.widget figure.aligncenter,aside figure.aligncenter,main figure.aligncenter{margin:1rem auto}}figcaption{font-size:.875rem;line-height:1.313rem;padding:.3rem}@media (min-width:480px){figcaption{padding:.3rem 0}}@media (max-width:480px){img.alignleft,img.alignright{float:none;padding:0;display:block;margin:5px auto;max-width:480px}}#meta h3,.screen-reader-text,.sr-only{position:absolute;width:1px;height:1px;min-width:1px;min-height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}#skiplinks{position:absolute;width:100%;top:50%}#skiplinks .jumplinks{margin:0}#skiplinks .jumplinks li{list-style:none;margin:0;padding:0;background:none}#skiplinks .jumplinks li:before{display:none}#skiplinks .jumplinks li a{position:absolute;width:1px;height:1px;min-width:1px;min-height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#skiplinks .jumplinks li a:active,#skiplinks .jumplinks li a:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}#skiplinks .jumplinks li a:active,#skiplinks .jumplinks li a:focus,#skiplinks .jumplinks li a:hover{position:absolute;z-index:110;color:var(--color-button-text);background-color:var(--color-button-bg);box-shadow:0 10px 20px rgba(0,0,0,.5);padding:1.5em;top:0;left:0;right:0;margin:0 auto;text-align:center;width:100%;text-decoration:none;font-size:1.25rem;line-height:1.875rem}#skiplinks .jumplinks li a:active:focus,#skiplinks .jumplinks li a:active:hover,#skiplinks .jumplinks li a:focus:focus,#skiplinks .jumplinks li a:focus:hover,#skiplinks .jumplinks li a:hover:focus,#skiplinks .jumplinks li a:hover:hover{color:var(--color-button-hover-text);background-color:var(--color-button-hover-bg)}.textcol-default,.textcol-fau{color:var(--color-Default)}.textcol-white{color:var(--color-white)}.bgcol-white{background-color:var(--color-white)}.bgcol-default,.bgcol-fau{background-color:var(--color-Default)}.bgcol-grau{background-color:var(--color-StandardHellgrau)}.textcol-primary{color:var(--color-primary-ci-hell);background-color:var(--color-primary-ci-hell-kontrast)}.bgcol-primary,.nav a.bgcol-primary{color:var(--color-primary-ci-hell-kontrast);background-color:var(--color-primary-ci-hell)}.textcolor-primary-basis{color:var(--color-primary-basis)}.bgcolor-primary-basis{background-color:var(--color-primary-basis)}.textcolor-primary-basis-kontrast{color:var(--color-primary-basis-kontrast)}.bgcolor-primary-basis-kontrast{background-color:var(--color-primary-basis-kontrast)}.textcolor-primary-heller{color:var(--color-primary-heller)}.bgcolor-primary-heller{background-color:var(--color-primary-heller)}.textcolor-primary-hellste{color:var(--color-primary-hellste)}.bgcolor-primary-hellste{background-color:var(--color-primary-hellste)}.textcolor-primary-dunkler{color:var(--color-primary-dunkler)}.bgcolor-primary-dunkler{background-color:var(--color-primary-dunkler)}.textcolor-primary-dunkler-kontrast{color:var(--color-primary-dunkler-kontrast)}.bgcolor-primary-dunkler-kontrast{background-color:var(--color-primary-dunkler-kontrast)}.textcolor-primary-dunkelste{color:var(--color-primary-dunkelste)}.bgcolor-primary-dunkelste{background-color:var(--color-primary-dunkelste)}.textcolor-primary-dunkelste-kontrast{color:var(--color-primary-dunkelste-kontrast)}.bgcolor-primary-dunkelste-kontrast{background-color:var(--color-primary-dunkelste-kontrast)}.textcolor-primary-ci-hell{color:var(--color-primary-ci-hell)}.bgcolor-primary-ci-hell{background-color:var(--color-primary-ci-hell)}.textcolor-primary-ci-hell-kontrast{color:var(--color-primary-ci-hell-kontrast)}.bgcolor-primary-ci-hell-kontrast{background-color:var(--color-primary-ci-hell-kontrast)}.textcolor-primary-ci-hell2{color:var(--color-primary-ci-hell2)}.bgcolor-primary-ci-hell2{background-color:var(--color-primary-ci-hell2)}.textcolor-primary-ci-hell2-kontrast{color:var(--color-primary-ci-hell2-kontrast)}.bgcolor-primary-ci-hell2-kontrast{background-color:var(--color-primary-ci-hell2-kontrast)}.textcol-zentral{color:var(--color-zentral-ci-hell);background-color:var(--color-zentral-ci-hell-kontrast)}.bgcol-zentral,.nav a.bgcol-zentral{color:var(--color-zentral-ci-hell-kontrast);background-color:var(--color-zentral-ci-hell)}.textcolor-zentral-basis{color:var(--color-zentral-basis)}.bgcolor-zentral-basis{background-color:var(--color-zentral-basis)}.textcolor-zentral-basis-kontrast{color:var(--color-zentral-basis-kontrast)}.bgcolor-zentral-basis-kontrast{background-color:var(--color-zentral-basis-kontrast)}.textcolor-zentral-heller{color:var(--color-zentral-heller)}.bgcolor-zentral-heller{background-color:var(--color-zentral-heller)}.textcolor-zentral-hellste{color:var(--color-zentral-hellste)}.bgcolor-zentral-hellste{background-color:var(--color-zentral-hellste)}.textcolor-zentral-dunkler{color:var(--color-zentral-dunkler)}.bgcolor-zentral-dunkler{background-color:var(--color-zentral-dunkler)}.textcolor-zentral-dunkler-kontrast{color:var(--color-zentral-dunkler-kontrast)}.bgcolor-zentral-dunkler-kontrast{background-color:var(--color-zentral-dunkler-kontrast)}.textcolor-zentral-dunkelste{color:var(--color-zentral-dunkelste)}.bgcolor-zentral-dunkelste{background-color:var(--color-zentral-dunkelste)}.textcolor-zentral-dunkelste-kontrast{color:var(--color-zentral-dunkelste-kontrast)}.bgcolor-zentral-dunkelste-kontrast{background-color:var(--color-zentral-dunkelste-kontrast)}.textcolor-zentral-ci-hell{color:var(--color-zentral-ci-hell)}.bgcolor-zentral-ci-hell{background-color:var(--color-zentral-ci-hell)}.textcolor-zentral-ci-hell-kontrast{color:var(--color-zentral-ci-hell-kontrast)}.bgcolor-zentral-ci-hell-kontrast{background-color:var(--color-zentral-ci-hell-kontrast)}.textcolor-zentral-ci-hell2{color:var(--color-zentral-ci-hell2)}.bgcolor-zentral-ci-hell2{background-color:var(--color-zentral-ci-hell2)}.textcolor-zentral-ci-hell2-kontrast{color:var(--color-zentral-ci-hell2-kontrast)}.bgcolor-zentral-ci-hell2-kontrast{background-color:var(--color-zentral-ci-hell2-kontrast)}.textcol-phil{color:var(--color-phil-ci-hell);background-color:var(--color-phil-ci-hell-kontrast)}.bgcol-phil,.nav a.bgcol-phil{color:var(--color-phil-ci-hell-kontrast);background-color:var(--color-phil-ci-hell)}.textcolor-phil-basis{color:var(--color-phil-basis)}.bgcolor-phil-basis{background-color:var(--color-phil-basis)}.textcolor-phil-basis-kontrast{color:var(--color-phil-basis-kontrast)}.bgcolor-phil-basis-kontrast{background-color:var(--color-phil-basis-kontrast)}.textcolor-phil-heller{color:var(--color-phil-heller)}.bgcolor-phil-heller{background-color:var(--color-phil-heller)}.textcolor-phil-hellste{color:var(--color-phil-hellste)}.bgcolor-phil-hellste{background-color:var(--color-phil-hellste)}.textcolor-phil-dunkler{color:var(--color-phil-dunkler)}.bgcolor-phil-dunkler{background-color:var(--color-phil-dunkler)}.textcolor-phil-dunkler-kontrast{color:var(--color-phil-dunkler-kontrast)}.bgcolor-phil-dunkler-kontrast{background-color:var(--color-phil-dunkler-kontrast)}.textcolor-phil-dunkelste{color:var(--color-phil-dunkelste)}.bgcolor-phil-dunkelste{background-color:var(--color-phil-dunkelste)}.textcolor-phil-dunkelste-kontrast{color:var(--color-phil-dunkelste-kontrast)}.bgcolor-phil-dunkelste-kontrast{background-color:var(--color-phil-dunkelste-kontrast)}.textcolor-phil-ci-hell{color:var(--color-phil-ci-hell)}.bgcolor-phil-ci-hell{background-color:var(--color-phil-ci-hell)}.textcolor-phil-ci-hell-kontrast{color:var(--color-phil-ci-hell-kontrast)}.bgcolor-phil-ci-hell-kontrast{background-color:var(--color-phil-ci-hell-kontrast)}.textcolor-phil-ci-hell2{color:var(--color-phil-ci-hell2)}.bgcolor-phil-ci-hell2{background-color:var(--color-phil-ci-hell2)}.textcolor-phil-ci-hell2-kontrast{color:var(--color-phil-ci-hell2-kontrast)}.bgcolor-phil-ci-hell2-kontrast{background-color:var(--color-phil-ci-hell2-kontrast)}.textcol-med{color:var(--color-med-ci-hell);background-color:var(--color-med-ci-hell-kontrast)}.bgcol-med,.nav a.bgcol-med{color:var(--color-med-ci-hell-kontrast);background-color:var(--color-med-ci-hell)}.textcolor-med-basis{color:var(--color-med-basis)}.bgcolor-med-basis{background-color:var(--color-med-basis)}.textcolor-med-basis-kontrast{color:var(--color-med-basis-kontrast)}.bgcolor-med-basis-kontrast{background-color:var(--color-med-basis-kontrast)}.textcolor-med-heller{color:var(--color-med-heller)}.bgcolor-med-heller{background-color:var(--color-med-heller)}.textcolor-med-hellste{color:var(--color-med-hellste)}.bgcolor-med-hellste{background-color:var(--color-med-hellste)}.textcolor-med-dunkler{color:var(--color-med-dunkler)}.bgcolor-med-dunkler{background-color:var(--color-med-dunkler)}.textcolor-med-dunkler-kontrast{color:var(--color-med-dunkler-kontrast)}.bgcolor-med-dunkler-kontrast{background-color:var(--color-med-dunkler-kontrast)}.textcolor-med-dunkelste{color:var(--color-med-dunkelste)}.bgcolor-med-dunkelste{background-color:var(--color-med-dunkelste)}.textcolor-med-dunkelste-kontrast{color:var(--color-med-dunkelste-kontrast)}.bgcolor-med-dunkelste-kontrast{background-color:var(--color-med-dunkelste-kontrast)}.textcolor-med-ci-hell{color:var(--color-med-ci-hell)}.bgcolor-med-ci-hell{background-color:var(--color-med-ci-hell)}.textcolor-med-ci-hell-kontrast{color:var(--color-med-ci-hell-kontrast)}.bgcolor-med-ci-hell-kontrast{background-color:var(--color-med-ci-hell-kontrast)}.textcolor-med-ci-hell2{color:var(--color-med-ci-hell2)}.bgcolor-med-ci-hell2{background-color:var(--color-med-ci-hell2)}.textcolor-med-ci-hell2-kontrast{color:var(--color-med-ci-hell2-kontrast)}.bgcolor-med-ci-hell2-kontrast{background-color:var(--color-med-ci-hell2-kontrast)}.textcol-nat{color:var(--color-nat-ci-hell);background-color:var(--color-nat-ci-hell-kontrast)}.bgcol-nat,.nav a.bgcol-nat{color:var(--color-nat-ci-hell-kontrast);background-color:var(--color-nat-ci-hell)}.textcolor-nat-basis{color:var(--color-nat-basis)}.bgcolor-nat-basis{background-color:var(--color-nat-basis)}.textcolor-nat-basis-kontrast{color:var(--color-nat-basis-kontrast)}.bgcolor-nat-basis-kontrast{background-color:var(--color-nat-basis-kontrast)}.textcolor-nat-heller{color:var(--color-nat-heller)}.bgcolor-nat-heller{background-color:var(--color-nat-heller)}.textcolor-nat-hellste{color:var(--color-nat-hellste)}.bgcolor-nat-hellste{background-color:var(--color-nat-hellste)}.textcolor-nat-dunkler{color:var(--color-nat-dunkler)}.bgcolor-nat-dunkler{background-color:var(--color-nat-dunkler)}.textcolor-nat-dunkler-kontrast{color:var(--color-nat-dunkler-kontrast)}.bgcolor-nat-dunkler-kontrast{background-color:var(--color-nat-dunkler-kontrast)}.textcolor-nat-dunkelste{color:var(--color-nat-dunkelste)}.bgcolor-nat-dunkelste{background-color:var(--color-nat-dunkelste)}.textcolor-nat-dunkelste-kontrast{color:var(--color-nat-dunkelste-kontrast)}.bgcolor-nat-dunkelste-kontrast{background-color:var(--color-nat-dunkelste-kontrast)}.textcolor-nat-ci-hell{color:var(--color-nat-ci-hell)}.bgcolor-nat-ci-hell{background-color:var(--color-nat-ci-hell)}.textcolor-nat-ci-hell-kontrast{color:var(--color-nat-ci-hell-kontrast)}.bgcolor-nat-ci-hell-kontrast{background-color:var(--color-nat-ci-hell-kontrast)}.textcolor-nat-ci-hell2{color:var(--color-nat-ci-hell2)}.bgcolor-nat-ci-hell2{background-color:var(--color-nat-ci-hell2)}.textcolor-nat-ci-hell2-kontrast{color:var(--color-nat-ci-hell2-kontrast)}.bgcolor-nat-ci-hell2-kontrast{background-color:var(--color-nat-ci-hell2-kontrast)}.textcol-rw{color:var(--color-rw-ci-hell);background-color:var(--color-rw-ci-hell-kontrast)}.bgcol-rw,.nav a.bgcol-rw{color:var(--color-rw-ci-hell-kontrast);background-color:var(--color-rw-ci-hell)}.textcolor-rw-basis{color:var(--color-rw-basis)}.bgcolor-rw-basis{background-color:var(--color-rw-basis)}.textcolor-rw-basis-kontrast{color:var(--color-rw-basis-kontrast)}.bgcolor-rw-basis-kontrast{background-color:var(--color-rw-basis-kontrast)}.textcolor-rw-heller{color:var(--color-rw-heller)}.bgcolor-rw-heller{background-color:var(--color-rw-heller)}.textcolor-rw-hellste{color:var(--color-rw-hellste)}.bgcolor-rw-hellste{background-color:var(--color-rw-hellste)}.textcolor-rw-dunkler{color:var(--color-rw-dunkler)}.bgcolor-rw-dunkler{background-color:var(--color-rw-dunkler)}.textcolor-rw-dunkler-kontrast{color:var(--color-rw-dunkler-kontrast)}.bgcolor-rw-dunkler-kontrast{background-color:var(--color-rw-dunkler-kontrast)}.textcolor-rw-dunkelste{color:var(--color-rw-dunkelste)}.bgcolor-rw-dunkelste{background-color:var(--color-rw-dunkelste)}.textcolor-rw-dunkelste-kontrast{color:var(--color-rw-dunkelste-kontrast)}.bgcolor-rw-dunkelste-kontrast{background-color:var(--color-rw-dunkelste-kontrast)}.textcolor-rw-ci-hell{color:var(--color-rw-ci-hell)}.bgcolor-rw-ci-hell{background-color:var(--color-rw-ci-hell)}.textcolor-rw-ci-hell-kontrast{color:var(--color-rw-ci-hell-kontrast)}.bgcolor-rw-ci-hell-kontrast{background-color:var(--color-rw-ci-hell-kontrast)}.textcolor-rw-ci-hell2{color:var(--color-rw-ci-hell2)}.bgcolor-rw-ci-hell2{background-color:var(--color-rw-ci-hell2)}.textcolor-rw-ci-hell2-kontrast{color:var(--color-rw-ci-hell2-kontrast)}.bgcolor-rw-ci-hell2-kontrast{background-color:var(--color-rw-ci-hell2-kontrast)}.textcol-tf{color:var(--color-tf-ci-hell);background-color:var(--color-tf-ci-hell-kontrast)}.bgcol-tf,.nav a.bgcol-tf{color:var(--color-tf-ci-hell-kontrast);background-color:var(--color-tf-ci-hell)}.textcolor-tf-basis{color:var(--color-tf-basis)}.bgcolor-tf-basis{background-color:var(--color-tf-basis)}.textcolor-tf-basis-kontrast{color:var(--color-tf-basis-kontrast)}.bgcolor-tf-basis-kontrast{background-color:var(--color-tf-basis-kontrast)}.textcolor-tf-heller{color:var(--color-tf-heller)}.bgcolor-tf-heller{background-color:var(--color-tf-heller)}.textcolor-tf-hellste{color:var(--color-tf-hellste)}.bgcolor-tf-hellste{background-color:var(--color-tf-hellste)}.textcolor-tf-dunkler{color:var(--color-tf-dunkler)}.bgcolor-tf-dunkler{background-color:var(--color-tf-dunkler)}.textcolor-tf-dunkler-kontrast{color:var(--color-tf-dunkler-kontrast)}.bgcolor-tf-dunkler-kontrast{background-color:var(--color-tf-dunkler-kontrast)}.textcolor-tf-dunkelste{color:var(--color-tf-dunkelste)}.bgcolor-tf-dunkelste{background-color:var(--color-tf-dunkelste)}.textcolor-tf-dunkelste-kontrast{color:var(--color-tf-dunkelste-kontrast)}.bgcolor-tf-dunkelste-kontrast{background-color:var(--color-tf-dunkelste-kontrast)}.textcolor-tf-ci-hell{color:var(--color-tf-ci-hell)}.bgcolor-tf-ci-hell{background-color:var(--color-tf-ci-hell)}.textcolor-tf-ci-hell-kontrast{color:var(--color-tf-ci-hell-kontrast)}.bgcolor-tf-ci-hell-kontrast{background-color:var(--color-tf-ci-hell-kontrast)}.textcolor-tf-ci-hell2{color:var(--color-tf-ci-hell2)}.bgcolor-tf-ci-hell2{background-color:var(--color-tf-ci-hell2)}.textcolor-tf-ci-hell2-kontrast{color:var(--color-tf-ci-hell2-kontrast)}.bgcolor-tf-ci-hell2-kontrast{background-color:var(--color-tf-ci-hell2-kontrast)}.clear{clear:both}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;line-height:0;content:""}.clearfix:after{clear:both}.input-block-level{display:block;width:100%;min-height:30px;box-sizing:border-box}.pull-right{float:right}.pull-left{float:left}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.uppercase{text-transform:uppercase}.alignright{text-align:right}.aligncenter{text-align:center;margin-left:auto;margin-right:auto;max-width:100%}.alignleft{text-align:left}div.alignleft{float:left;margin-right:20px}div.alignleft,div.alignright{clear:both;margin-bottom:20px}div.alignright{float:right;margin-left:20px}div.aligncenter{margin-bottom:10px;margin-left:auto;margin-right:auto;max-width:100%}@media (max-width:479px){.alignleft,.alignright,div.alignleft,div.alignright{float:none;padding:0;display:block;margin:5px auto}}.hidden,.hide-desktop{display:none}.span-small{width:90px}.content-image-cols{margin-bottom:20px}.mejs-container{width:auto!important;background:transparent!important}.mtli_attachment{background-position:0!important;display:inline!important}@media (max-width:768px -1){.hide-mobile{display:none}.hide-desktop{display:block}}.example{padding:20px 10px 5px;position:relative;margin:40px 20px;border-radius:2px}.example:before{content:"";position:absolute;top:-.8rem;left:-10px;right:-10px;bottom:-10px;border:1px dashed var(--color-StandardHellgrau);border-radius:3px}.example:after{content:"Beispiel";font-family:sans-serif;text-transform:uppercase;color:var(--color-Text);font-weight:700;top:-1.7rem;right:10px;padding:3px 10px;font-size:.8rem;position:absolute;z-index:1;background:#fff;border:1px dashed var(--color-StandardHellgrau)}:lang(en) .example:after{content:"Example"}.example[title]:after{content:attr(title)}.success{color:green;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 122.88 102.97'%3E%3Cpath d='M4.82 69.68c-14.89-16 8-39.87 24.52-24.76 5.83 5.32 12.22 11 18.11 16.27L92.81 5.46c15.79-16.33 40.72 7.65 25.13 24.07l-57 68A17.49 17.49 0 0148.26 103a16.94 16.94 0 01-11.58-4.39c-9.74-9.1-21.74-20.32-31.86-28.9z' fill='%2310a64a'/%3E%3C/svg%3E")}.fail,.success{width:16px;max-width:16px;display:inline-block;height:16px;padding-left:16px;overflow:hidden;background-repeat:no-repeat}.fail{color:red;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 122.88 122.88'%3E%3Cpath fill='%23FF4141' d='M1.63 97.99l36.55-36.55L1.63 24.89c-2.17-2.17-2.17-5.73 0-7.9L16.99 1.63c2.17-2.17 5.73-2.17 7.9 0l36.55 36.55L97.99 1.63c2.17-2.17 5.73-2.17 7.9 0l15.36 15.36c2.17 2.17 2.17 5.73 0 7.9L84.7 61.44l36.55 36.55c2.17 2.17 2.17 5.73 0 7.9l-15.36 15.36c-2.17 2.17-5.73 2.17-7.9 0L61.44 84.7l-36.55 36.55c-2.17 2.17-5.73 2.17-7.9 0L1.63 105.89c-2.17-2.17-2.17-5.73 0-7.9z' fill-rule='evenodd' clip-rule='evenodd'/%3E%3C/svg%3E")}button,input[type=button]{display:inline-block;border-radius:3px;background-clip:padding-box;font-size:.937rem;line-height:1.407rem;color:var(--color-button-text);background-color:var(--color-button-bg);border:none;padding:.5rem .7rem;text-decoration:none}button:focus,button:hover,input[type=button]:focus,input[type=button]:hover{color:var(--color-button-hover-text);background-color:var(--color-button-hover-bg);text-decoration:none}a.btn,a.standard-btn,a.standard-btn.primary-btn,a[role=button],button.standard-btn{transition:initial;text-decoration:underline;color:currentcolor;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;box-shadow:none;display:inline-block;border-radius:3px;background-clip:padding-box;font-size:.937rem;line-height:1.407rem;color:var(--color-button-text);background-color:var(--color-button-bg);border:none;padding:.5rem .7rem;text-decoration:none}a.btn:focus,a.btn:hover,a.standard-btn.primary-btn:focus,a.standard-btn.primary-btn:hover,a.standard-btn:focus,a.standard-btn:hover,a[role=button]:focus,a[role=button]:hover,button.standard-btn:focus,button.standard-btn:hover{text-decoration:underline;color:currentcolor;-webkit-text-decoration-color:currentcolor;text-decoration-color:currentcolor;box-shadow:none;color:var(--color-button-hover-text);background-color:var(--color-button-hover-bg);text-decoration:none}::-moz-selection{color:var(--color-primary-ci-hell-kontrast);background:var(--color-primary-ci-hell)}::selection{color:var(--color-primary-ci-hell-kontrast);background:var(--color-primary-ci-hell)}#hero ::-moz-selection, footer ::-moz-selection{color:var(--color-primary-ci-hell2-kontrast);background:var(--color-primary-ci-hell2)}#hero ::selection,footer ::selection{color:var(--color-primary-ci-hell2-kontrast);background:var(--color-primary-ci-hell2)}p[style*=font-family],span[style*=font-family]{font-family:inherit!important}.wp-caption{max-width:100%}.bypostauthor,.gallery-caption,.sticky{font-size:1rem;line-height:1.5rem}.wp-caption-text{font-size:.875rem;line-height:1.313rem;padding:5px 0}.wp-video{width:auto;max-width:100%}@media (max-width:768px){#wpadminbar{position:fixed}}@media (max-width:479px){.js-enabled body.admin-bar #wpadminbar{position:fixed;top:0}}@media (max-width:768px){.wp-caption-text{padding:0}}.has-small-font-size{font-size:.875rem;line-height:1.313rem}.has-regular-font-size{font-size:1rem;line-height:1.5rem}.has-large-font-size{font-size:1.25rem;line-height:1.875rem}.has-huge-font-size,.has-larger-font-size{font-size:1.5rem;line-height:2.25rem}p.has-drop-cap:not(:focus):first-letter{float:left;font-size:4.5rem;line-height:4.5rem;font-weight:100;margin:0 .1em 0 0;text-transform:uppercase;font-style:normal} \ No newline at end of file diff --git a/css/fau-theme-gutenberg.css b/css/fau-theme-gutenberg.css deleted file mode 100644 index b5353d0..0000000 --- a/css/fau-theme-gutenberg.css +++ /dev/null @@ -1,7 +0,0 @@ -@charset "UTF-8"; -/*! -* Backend-CSS for Theme: -* Theme Name: FAU-Techfak -* Version: 2.0.28 -* GitHub Issue URL: https://github.com/RRZE-Webteam/FAU-Einrichtungen/issues -*/*,:after,:before{box-sizing:border-box}.mark,mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.initialism,.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.dl-horizontal dd:after,.dl-horizontal dd:before{content:" ";display:table}.dl-horizontal dd:after{clear:both}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}.initialism{font-size:90%}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.5;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"— "}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:" —"}kbd,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;box-shadow:none}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1200px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:after,.container-fluid:before{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}.alert{padding:15px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.svg-placeholder{width:1rem;height:1rem;line-height:1rem;font-size:.6rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.065 48.065'%3E%3Cpath d='M40.908 0H7.158a1 1 0 00-1 1v46.065a1 1 0 001.693.72l16.182-15.582 16.182 15.582a.996.996 0 001.085.2 1 1 0 00.608-.92V1a1 1 0 00-1-1zm-1 44.714L24.726 30.095c-.193-.187-.443-.28-.693-.28s-.5.093-.693.28L8.158 44.714V2h31.75v42.714z'/%3E%3C/svg%3E");margin-right:.5rem}.svg-icon,.svg-placeholder{background-repeat:no-repeat;display:inline-block;content:" ";background-size:100%;background-position:50%}.svg-icon{position:relative;vertical-align:middle;width:1.4rem;height:1.4rem;line-height:1.4rem;font-size:.93333rem;background-image:inherit}.fau-svg-definitions{display:none}.svg-socialmedia{margin:0}.svg-socialmedia li{display:inline-block;list-style:none;overflow:hidden;margin:5px;padding:0;width:1.8rem;height:1.8rem}.svg-socialmedia li:before{content:inherit;display:none}.svg-socialmedia span a:before{margin-top:5px}.svg-socialmedia a{overflow:hidden}.svg-socialmedia a,.svg-socialmedia a:before{width:1.8rem;height:1.8rem;display:inline-block}.svg-socialmedia a:before{line-height:1.8rem;font-size:1.2rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.065 48.065'%3E%3Cpath d='M40.908 0H7.158a1 1 0 00-1 1v46.065a1 1 0 001.693.72l16.182-15.582 16.182 15.582a.996.996 0 001.085.2 1 1 0 00.608-.92V1a1 1 0 00-1-1zm-1 44.714L24.726 30.095c-.193-.187-.443-.28-.693-.28s-.5.093-.693.28L8.158 44.714V2h31.75v42.714z'/%3E%3C/svg%3E");background-repeat:no-repeat;content:" ";background-size:60%;background-position:50%}.svg-socialmedia a:focus:before,.svg-socialmedia a:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.065 48.065'%3E%3Cpath fill='%238C9FB1' d='M40.908 0H7.158a1 1 0 00-1 1v46.065a1 1 0 001.693.72l16.182-15.582 16.182 15.582a.996.996 0 001.085.2 1 1 0 00.608-.92V1a1 1 0 00-1-1zm-1 44.714L24.726 30.095c-.193-.187-.443-.28-.693-.28s-.5.093-.693.28L8.158 44.714V2h31.75v42.714z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="twitter.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M302.973 57.388a117.512 117.512 0 01-14.993 5.463 66.276 66.276 0 0013.494-23.73 5 5 0 00-7.313-5.824 117.994 117.994 0 01-34.878 13.783c-12.381-12.098-29.197-18.983-46.581-18.983-36.695 0-66.549 29.853-66.549 66.547 0 2.89.183 5.764.545 8.598C101.163 99.244 58.83 76.863 29.76 41.204a5.001 5.001 0 00-8.196.642c-5.896 10.117-9.013 21.688-9.013 33.461 0 16.035 5.725 31.249 15.838 43.137a56.37 56.37 0 01-8.907-3.977 5 5 0 00-7.427 4.257c-.007.295-.007.59-.007.889 0 23.935 12.882 45.484 32.577 57.229a57.372 57.372 0 01-5.063-.735 4.998 4.998 0 00-5.699 6.437c7.29 22.76 26.059 39.501 48.749 44.605-18.819 11.787-40.34 17.961-62.932 17.961a120.4 120.4 0 01-14.095-.826 5 5 0 00-3.286 9.174c29.023 18.609 62.582 28.445 97.047 28.445 67.754 0 110.139-31.95 133.764-58.753 29.46-33.421 46.356-77.658 46.356-121.367 0-1.826-.028-3.67-.084-5.508 11.623-8.757 21.63-19.355 29.773-31.536a5 5 0 00-6.182-7.351z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="twitter.com"]:focus:before,.svg-socialmedia a[href*="twitter.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M302.973 57.388a117.512 117.512 0 01-14.993 5.463 66.276 66.276 0 0013.494-23.73 5 5 0 00-7.313-5.824 117.994 117.994 0 01-34.878 13.783c-12.381-12.098-29.197-18.983-46.581-18.983-36.695 0-66.549 29.853-66.549 66.547 0 2.89.183 5.764.545 8.598C101.163 99.244 58.83 76.863 29.76 41.204a5.001 5.001 0 00-8.196.642c-5.896 10.117-9.013 21.688-9.013 33.461 0 16.035 5.725 31.249 15.838 43.137a56.37 56.37 0 01-8.907-3.977 5 5 0 00-7.427 4.257c-.007.295-.007.59-.007.889 0 23.935 12.882 45.484 32.577 57.229a57.372 57.372 0 01-5.063-.735 4.998 4.998 0 00-5.699 6.437c7.29 22.76 26.059 39.501 48.749 44.605-18.819 11.787-40.34 17.961-62.932 17.961a120.4 120.4 0 01-14.095-.826 5 5 0 00-3.286 9.174c29.023 18.609 62.582 28.445 97.047 28.445 67.754 0 110.139-31.95 133.764-58.753 29.46-33.421 46.356-77.658 46.356-121.367 0-1.826-.028-3.67-.084-5.508 11.623-8.757 21.63-19.355 29.773-31.536a5 5 0 00-6.182-7.351z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="facebook.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M81.703 165.106h33.981V305a5 5 0 005 5H178.3a5 5 0 005-5V165.765h39.064a5 5 0 004.967-4.429l5.933-51.502a5 5 0 00-4.966-5.572h-44.996V71.978c0-9.732 5.24-14.667 15.576-14.667h29.42a5 5 0 005-5V5.037a5 5 0 00-5-5h-40.545A39.746 39.746 0 00185.896 0c-7.035 0-31.488 1.381-50.804 19.151-21.402 19.692-18.427 43.27-17.716 47.358v37.752H81.703a5 5 0 00-5 5v50.844a5 5 0 005 5.001z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="facebook.com"]:focus:before,.svg-socialmedia a[href*="facebook.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M81.703 165.106h33.981V305a5 5 0 005 5H178.3a5 5 0 005-5V165.765h39.064a5 5 0 004.967-4.429l5.933-51.502a5 5 0 00-4.966-5.572h-44.996V71.978c0-9.732 5.24-14.667 15.576-14.667h29.42a5 5 0 005-5V5.037a5 5 0 00-5-5h-40.545A39.746 39.746 0 00185.896 0c-7.035 0-31.488 1.381-50.804 19.151-21.402 19.692-18.427 43.27-17.716 47.358v37.752H81.703a5 5 0 00-5 5v50.844a5 5 0 005 5.001z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="github.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="github.com"]:focus:before,.svg-socialmedia a[href*="github.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="instagram.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cpath d='M38.52.012h222.978C282.682.012 300 17.336 300 38.52v222.978c0 21.178-17.318 38.49-38.502 38.49H38.52c-21.184 0-38.52-17.313-38.52-38.49V38.52C0 17.336 17.336.012 38.52.012zm180.026 33.317c-7.438 0-13.505 6.091-13.505 13.525v32.314c0 7.437 6.067 13.514 13.505 13.514h33.903c7.426 0 13.506-6.077 13.506-13.514V46.854c0-7.434-6.08-13.525-13.506-13.525h-33.903zm47.538 93.539h-26.396a87.715 87.715 0 013.86 25.759c0 49.882-41.766 90.34-93.266 90.34-51.487 0-93.254-40.458-93.254-90.34 0-8.963 1.37-17.584 3.861-25.759H33.35V253.6c0 6.563 5.359 11.902 11.916 11.902h208.907c6.563 0 11.911-5.339 11.911-11.902V126.868zm-115.801-35.89c-33.26 0-60.24 26.128-60.24 58.388 0 32.227 26.98 58.375 60.24 58.375 33.278 0 60.259-26.148 60.259-58.375 0-32.261-26.981-58.388-60.259-58.388z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="instagram.com"]:focus:before,.svg-socialmedia a[href*="instagram.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cpath fill='%238C9FB1' d='M38.52.012h222.978C282.682.012 300 17.336 300 38.52v222.978c0 21.178-17.318 38.49-38.502 38.49H38.52c-21.184 0-38.52-17.313-38.52-38.49V38.52C0 17.336 17.336.012 38.52.012zm180.026 33.317c-7.438 0-13.505 6.091-13.505 13.525v32.314c0 7.437 6.067 13.514 13.505 13.514h33.903c7.426 0 13.506-6.077 13.506-13.514V46.854c0-7.434-6.08-13.525-13.506-13.525h-33.903zm47.538 93.539h-26.396a87.715 87.715 0 013.86 25.759c0 49.882-41.766 90.34-93.266 90.34-51.487 0-93.254-40.458-93.254-90.34 0-8.963 1.37-17.584 3.861-25.759H33.35V253.6c0 6.563 5.359 11.902 11.916 11.902h208.907c6.563 0 11.911-5.339 11.911-11.902V126.868zm-115.801-35.89c-33.26 0-60.24 26.128-60.24 58.388 0 32.227 26.98 58.375 60.24 58.375 33.278 0 60.259-26.148 60.259-58.375 0-32.261-26.981-58.388-60.259-58.388z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="publons.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 0v24h24V0zm10.34 5.1c.083.014.114.096.156.158.054.354.1.71.154 1.065.157-.162.31-.328.49-.464.867-.666 2.05-.94 3.11-.63.72.21 1.315.72 1.756 1.316.187.263.348.547.45.855.198.582.225 1.206.198 1.815-.053 1.12-.433 2.244-1.169 3.103a4.029 4.029 0 01-2.616 1.41 4.418 4.418 0 01-2.188-.317c.019 1.01.032 2.018.038 3.028.021.465-.021.938.087 1.396.031.14.123.292.28.308.302.036.608.013.912.02.057 0 .13.037.126.101.004.186.009.373-.004.56-.046.092-.17.07-.255.072a44.358 44.358 0 00-4.437 0l-.07-.056c-.004-.22-.063-.467.034-.671.3-.035.606.02.904-.032.191-.048.268-.26.295-.434.04-.32.027-.642.042-.963V8.348c0-.156.006-.31-.008-.465a.888.888 0 00-.34-.656c-.203-.158-.438-.265-.662-.388-.082-.052-.181-.097-.229-.187a.985.985 0 01.008-.337c.056-.066.144-.086.219-.122.73-.315 1.456-.636 2.185-.952.17-.068.346-.144.533-.144zm1.99 1.146c-.053 0-.104 0-.156.013a2.12 2.12 0 00-1.493.86c.005 1.44 0 2.88.003 4.32.005.327.073.676.302.924.524.512 1.302.692 2.014.593.577-.096 1.037-.538 1.279-1.054.344-.736.395-1.571.335-2.371-.053-.655-.181-1.312-.449-1.915-.184-.407-.442-.793-.811-1.054a1.717 1.717 0 00-1.024-.313z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="publons.com"]:focus:before,.svg-socialmedia a[href*="publons.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M0 0v24h24V0zm10.34 5.1c.083.014.114.096.156.158.054.354.1.71.154 1.065.157-.162.31-.328.49-.464.867-.666 2.05-.94 3.11-.63.72.21 1.315.72 1.756 1.316.187.263.348.547.45.855.198.582.225 1.206.198 1.815-.053 1.12-.433 2.244-1.169 3.103a4.029 4.029 0 01-2.616 1.41 4.418 4.418 0 01-2.188-.317c.019 1.01.032 2.018.038 3.028.021.465-.021.938.087 1.396.031.14.123.292.28.308.302.036.608.013.912.02.057 0 .13.037.126.101.004.186.009.373-.004.56-.046.092-.17.07-.255.072a44.358 44.358 0 00-4.437 0l-.07-.056c-.004-.22-.063-.467.034-.671.3-.035.606.02.904-.032.191-.048.268-.26.295-.434.04-.32.027-.642.042-.963V8.348c0-.156.006-.31-.008-.465a.888.888 0 00-.34-.656c-.203-.158-.438-.265-.662-.388-.082-.052-.181-.097-.229-.187a.985.985 0 01.008-.337c.056-.066.144-.086.219-.122.73-.315 1.456-.636 2.185-.952.17-.068.346-.144.533-.144zm1.99 1.146c-.053 0-.104 0-.156.013a2.12 2.12 0 00-1.493.86c.005 1.44 0 2.88.003 4.32.005.327.073.676.302.924.524.512 1.302.692 2.014.593.577-.096 1.037-.538 1.279-1.054.344-.736.395-1.571.335-2.371-.053-.655-.181-1.312-.449-1.915-.184-.407-.442-.793-.811-1.054a1.717 1.717 0 00-1.024-.313z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="linkedin.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M72.16 99.73H9.927a5 5 0 00-5 5v199.928a5 5 0 005 5H72.16a5 5 0 005-5V104.73a5 5 0 00-5-5zM41.066.341C18.422.341 0 18.743 0 41.362 0 63.991 18.422 82.4 41.066 82.4c22.626 0 41.033-18.41 41.033-41.038C82.1 18.743 63.692.341 41.066.341zm189.388 94.42c-24.995 0-43.472 10.745-54.679 22.954V104.73a5 5 0 00-5-5h-59.599a5 5 0 00-5 5v199.928a5 5 0 005 5h62.097a5 5 0 005-5V205.74c0-33.333 9.054-46.319 32.29-46.319 25.306 0 27.317 20.818 27.317 48.034v97.204a5 5 0 005 5H305a5 5 0 005-5V194.995c0-49.565-9.451-100.234-79.546-100.234z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="linkedin.com"]:focus:before,.svg-socialmedia a[href*="linkedin.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M72.16 99.73H9.927a5 5 0 00-5 5v199.928a5 5 0 005 5H72.16a5 5 0 005-5V104.73a5 5 0 00-5-5zM41.066.341C18.422.341 0 18.743 0 41.362 0 63.991 18.422 82.4 41.066 82.4c22.626 0 41.033-18.41 41.033-41.038C82.1 18.743 63.692.341 41.066.341zm189.388 94.42c-24.995 0-43.472 10.745-54.679 22.954V104.73a5 5 0 00-5-5h-59.599a5 5 0 00-5 5v199.928a5 5 0 005 5h62.097a5 5 0 005-5V205.74c0-33.333 9.054-46.319 32.29-46.319 25.306 0 27.317 20.818 27.317 48.034v97.204a5 5 0 005 5H305a5 5 0 005-5V194.995c0-49.565-9.451-100.234-79.546-100.234z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="xing.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540.543 540.543'%3E%3Cpath d='M129.989 378.772c8.274 0 15.361-5.006 21.243-15.036 53.813-95.423 81.806-145.093 83.991-149.028L181.63 121.25c-5.667-9.804-12.858-14.707-21.567-14.707h-78.11c-5.019 0-8.495 1.634-10.459 4.902-2.399 3.268-2.289 7.301.325 12.087l52.613 91.176c.214.232.214.331 0 .331L41.75 361.453c-2.172 4.149-2.172 8.066 0 11.757 2.173 3.715 5.557 5.562 10.129 5.562h78.11zM488.492 0h-78.758c-8.495 0-15.472 4.902-20.912 14.707C277.053 212.97 219.206 315.596 215.283 322.555l110.784 203.282c5.227 9.804 12.418 14.706 21.567 14.706h78.104c4.791 0 8.28-1.634 10.459-4.902 2.172-3.715 2.068-7.748-.325-12.099L326.073 322.555v-.318L498.627 16.995c2.393-4.571 2.393-8.592 0-12.087C496.662 1.634 493.284 0 488.492 0z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="xing.com"]:focus:before,.svg-socialmedia a[href*="xing.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540.543 540.543'%3E%3Cpath fill='%238C9FB1' d='M129.989 378.772c8.274 0 15.361-5.006 21.243-15.036 53.813-95.423 81.806-145.093 83.991-149.028L181.63 121.25c-5.667-9.804-12.858-14.707-21.567-14.707h-78.11c-5.019 0-8.495 1.634-10.459 4.902-2.399 3.268-2.289 7.301.325 12.087l52.613 91.176c.214.232.214.331 0 .331L41.75 361.453c-2.172 4.149-2.172 8.066 0 11.757 2.173 3.715 5.557 5.562 10.129 5.562h78.11zM488.492 0h-78.758c-8.495 0-15.472 4.902-20.912 14.707C277.053 212.97 219.206 315.596 215.283 322.555l110.784 203.282c5.227 9.804 12.418 14.706 21.567 14.706h78.104c4.791 0 8.28-1.634 10.459-4.902 2.172-3.715 2.068-7.748-.325-12.099L326.073 322.555v-.318L498.627 16.995c2.393-4.571 2.393-8.592 0-12.087C496.662 1.634 493.284 0 488.492 0z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="tiktok.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.53.02C13.84 0 15.14.01 16.44 0c.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="tiktok.com"]:focus:before,.svg-socialmedia a[href*="tiktok.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M12.53.02C13.84 0 15.14.01 16.44 0c.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="youtube.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M297.917 64.645c-11.19-13.302-31.85-18.728-71.306-18.728H83.386c-40.359 0-61.369 5.776-72.517 19.938C0 79.663 0 100.008 0 128.166v53.669c0 54.551 12.896 82.248 83.386 82.248h143.226c34.216 0 53.176-4.788 65.442-16.527C304.633 235.518 310 215.863 310 181.835v-53.669c0-29.695-.841-50.16-12.083-63.521zm-98.896 97.765l-65.038 33.991a9.997 9.997 0 01-14.632-8.863v-67.764a10 10 0 0114.609-8.874l65.038 33.772a10 10 0 01.023 17.738z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="youtube.com"]:focus:before,.svg-socialmedia a[href*="youtube.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M297.917 64.645c-11.19-13.302-31.85-18.728-71.306-18.728H83.386c-40.359 0-61.369 5.776-72.517 19.938C0 79.663 0 100.008 0 128.166v53.669c0 54.551 12.896 82.248 83.386 82.248h143.226c34.216 0 53.176-4.788 65.442-16.527C304.633 235.518 310 215.863 310 181.835v-53.669c0-29.695-.841-50.16-12.083-63.521zm-98.896 97.765l-65.038 33.991a9.997 9.997 0 01-14.632-8.863v-67.764a10 10 0 0114.609-8.874l65.038 33.772a10 10 0 01.023 17.738z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="scopus.com"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M24 19.059l-.14-1.777c-1.426.772-2.945 1.076-4.465 1.076-3.319 0-5.96-2.782-5.96-6.475 0-3.903 2.595-6.31 5.633-6.31 1.917 0 3.39.303 4.792 1.075L24 4.895c-1.286-.608-2.337-.889-4.698-.889-4.534 0-7.97 3.53-7.97 8.017 0 5.12 4.09 7.924 7.9 7.924 1.916 0 3.506-.257 4.768-.888zm-14.954-3.46c0-2.22-1.964-3.225-3.857-4.347C3.716 10.364 2.15 9.756 2.15 8.12c0-1.215.889-2.548 2.642-2.548 1.519 0 2.57.234 3.903 1.029l.117-1.847c-1.239-.514-2.127-.748-4.137-.748C1.8 4.006.047 5.876.047 8.26c0 2.384 2.103 3.413 4.02 4.581 1.426.865 2.922 1.45 2.922 2.992 0 1.496-1.333 2.571-2.922 2.571-1.566 0-2.594-.35-3.786-1.075L0 19.176c1.215.56 2.454.818 4.16.818 2.385 0 4.885-1.473 4.885-4.395z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="scopus.com"]:focus:before,.svg-socialmedia a[href*="scopus.com"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M24 19.059l-.14-1.777c-1.426.772-2.945 1.076-4.465 1.076-3.319 0-5.96-2.782-5.96-6.475 0-3.903 2.595-6.31 5.633-6.31 1.917 0 3.39.303 4.792 1.075L24 4.895c-1.286-.608-2.337-.889-4.698-.889-4.534 0-7.97 3.53-7.97 8.017 0 5.12 4.09 7.924 7.9 7.924 1.916 0 3.506-.257 4.768-.888zm-14.954-3.46c0-2.22-1.964-3.225-3.857-4.347C3.716 10.364 2.15 9.756 2.15 8.12c0-1.215.889-2.548 2.642-2.548 1.519 0 2.57.234 3.903 1.029l.117-1.847c-1.239-.514-2.127-.748-4.137-.748C1.8 4.006.047 5.876.047 8.26c0 2.384 2.103 3.413 4.02 4.581 1.426.865 2.922 1.45 2.922 2.992 0 1.496-1.333 2.571-2.922 2.571-1.566 0-2.594-.35-3.786-1.075L0 19.176c1.215.56 2.454.818 4.16.818 2.385 0 4.885-1.473 4.885-4.395z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="scholar.google.de"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 24a7 7 0 110-14 7 7 0 010 14zm0-24L0 9.5l4.838 3.94A8 8 0 0112 9a8 8 0 017.162 4.44L24 9.5z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="scholar.google.de"]:focus:before,.svg-socialmedia a[href*="scholar.google.de"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M12 24a7 7 0 110-14 7 7 0 010 14zm0-24L0 9.5l4.838 3.94A8 8 0 0112 9a8 8 0 017.162 4.44L24 9.5z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="orcid.org"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zM7.369 4.378c.525 0 .947.431.947.947s-.422.947-.947.947a.95.95 0 01-.947-.947c0-.525.422-.947.947-.947zm-.722 3.038h1.444v10.041H6.647V7.416zm3.562 0h3.9c3.712 0 5.344 2.653 5.344 5.025 0 2.578-2.016 5.025-5.325 5.025h-3.919V7.416zm1.444 1.303v7.444h2.297c3.272 0 4.022-2.484 4.022-3.722 0-2.016-1.284-3.722-4.097-3.722h-2.222z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="orcid.org"]:focus:before,.svg-socialmedia a[href*="orcid.org"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238C9FB1' d='M12 0C5.372 0 0 5.372 0 12s5.372 12 12 12 12-5.372 12-12S18.628 0 12 0zM7.369 4.378c.525 0 .947.431.947.947s-.422.947-.947.947a.95.95 0 01-.947-.947c0-.525.422-.947.947-.947zm-.722 3.038h1.444v10.041H6.647V7.416zm3.562 0h3.9c3.712 0 5.344 2.653 5.344 5.025 0 2.578-2.016 5.025-5.325 5.025h-3.919V7.416zm1.444 1.303v7.444h2.297c3.272 0 4.022-2.484 4.022-3.722 0-2.016-1.284-3.722-4.097-3.722h-2.222z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="researchgate.net"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 94'%3E%3Cpath d='M89 0H5a5 5 0 00-5 5v84a5 5 0 005 5h84a5 5 0 005-5V5a5 5 0 00-5-5zM45.064 73.975H33.082a5.764 5.764 0 01-1.074-2.605 29.154 29.154 0 01-.309-3.059L31.4 57.959c-.102-2.117-.625-3.775-1.576-4.986-.948-1.211-2.551-1.814-4.799-1.814h-5.777v22.816H8.313V20.028H28.51c4.557 0 8.101 1.146 10.632 3.438 2.529 2.293 3.796 5.78 3.796 10.465 0 3.626-.734 6.586-2.203 8.878-1.467 2.292-3.744 3.765-6.832 4.421v.15c1.872.252 3.363.717 4.479 1.396 1.112.683 1.975 1.662 2.581 2.945.607 1.285 1.025 2.91 1.253 4.875s.366 4.381.417 7.254c.05 2.868.217 5.06.495 6.572.277 1.51.923 2.542 1.937 3.098l-.001.455zm40.624 0h-8.051V68.99h-.15c-1.317 2.111-2.897 3.652-4.746 4.604-1.85.96-4.061 1.438-6.643 1.438-3.342 0-6.063-.616-8.164-1.851-2.103-1.232-3.746-3.06-4.935-5.479-1.188-2.416-1.989-5.402-2.392-8.95-.407-3.555-.609-7.671-.609-12.354 0-4.536.291-8.515.875-11.939.581-3.425 1.58-6.284 2.999-8.574 1.416-2.29 3.291-4.018 5.618-5.177 2.326-1.159 5.24-1.739 8.732-1.739 5.971 0 10.274 1.475 12.907 4.422 2.631 2.947 3.948 7.166 3.948 12.655H74.6c0-.956-.113-1.975-.342-3.062a9.969 9.969 0 00-1.102-2.944 7.033 7.033 0 00-1.936-2.193c-.783-.577-1.734-.868-2.848-.868-2.633 0-4.53 1.463-5.693 4.383-1.166 2.921-1.746 7.758-1.746 14.509 0 3.271.101 6.207.301 8.8.201 2.596.574 4.812 1.104 6.651.531 1.836 1.291 3.245 2.277 4.229.988.979 2.264 1.473 3.836 1.473.656 0 1.377-.178 2.162-.53.785-.351 1.52-.879 2.201-1.584.684-.706 1.254-1.599 1.709-2.685.455-1.084.686-2.353.686-3.814v-5.516h-7.215v-8.011h17.691v29.089h.003zM24.41 28.038h-5.162v15.561h4.556c2.631 0 4.655-.615 6.074-1.851 1.416-1.231 2.124-3.311 2.124-6.231 0-4.985-2.528-7.479-7.592-7.479z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="researchgate.net"]:focus:before,.svg-socialmedia a[href*="researchgate.net"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 94'%3E%3Cpath fill='%238C9FB1' d='M89 0H5a5 5 0 00-5 5v84a5 5 0 005 5h84a5 5 0 005-5V5a5 5 0 00-5-5zM45.064 73.975H33.082a5.764 5.764 0 01-1.074-2.605 29.154 29.154 0 01-.309-3.059L31.4 57.959c-.102-2.117-.625-3.775-1.576-4.986-.948-1.211-2.551-1.814-4.799-1.814h-5.777v22.816H8.313V20.028H28.51c4.557 0 8.101 1.146 10.632 3.438 2.529 2.293 3.796 5.78 3.796 10.465 0 3.626-.734 6.586-2.203 8.878-1.467 2.292-3.744 3.765-6.832 4.421v.15c1.872.252 3.363.717 4.479 1.396 1.112.683 1.975 1.662 2.581 2.945.607 1.285 1.025 2.91 1.253 4.875s.366 4.381.417 7.254c.05 2.868.217 5.06.495 6.572.277 1.51.923 2.542 1.937 3.098l-.001.455zm40.624 0h-8.051V68.99h-.15c-1.317 2.111-2.897 3.652-4.746 4.604-1.85.96-4.061 1.438-6.643 1.438-3.342 0-6.063-.616-8.164-1.851-2.103-1.232-3.746-3.06-4.935-5.479-1.188-2.416-1.989-5.402-2.392-8.95-.407-3.555-.609-7.671-.609-12.354 0-4.536.291-8.515.875-11.939.581-3.425 1.58-6.284 2.999-8.574 1.416-2.29 3.291-4.018 5.618-5.177 2.326-1.159 5.24-1.739 8.732-1.739 5.971 0 10.274 1.475 12.907 4.422 2.631 2.947 3.948 7.166 3.948 12.655H74.6c0-.956-.113-1.975-.342-3.062a9.969 9.969 0 00-1.102-2.944 7.033 7.033 0 00-1.936-2.193c-.783-.577-1.734-.868-2.848-.868-2.633 0-4.53 1.463-5.693 4.383-1.166 2.921-1.746 7.758-1.746 14.509 0 3.271.101 6.207.301 8.8.201 2.596.574 4.812 1.104 6.651.531 1.836 1.291 3.245 2.277 4.229.988.979 2.264 1.473 3.836 1.473.656 0 1.377-.178 2.162-.53.785-.351 1.52-.879 2.201-1.584.684-.706 1.254-1.599 1.709-2.685.455-1.084.686-2.353.686-3.814v-5.516h-7.215v-8.011h17.691v29.089h.003zM24.41 28.038h-5.162v15.561h4.556c2.631 0 4.655-.615 6.074-1.851 1.416-1.231 2.124-3.311 2.124-6.231 0-4.985-2.528-7.479-7.592-7.479z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="pinterest."]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 97.672 97.672'%3E%3Cpath d='M51.125 0C24.469 0 11.029 19.11 11.029 35.047c0 9.649 3.653 18.232 11.487 21.432 1.286.525 2.438.019 2.812-1.403.258-.985.871-3.468 1.144-4.503.376-1.407.229-1.9-.807-3.126-2.259-2.665-3.703-6.115-3.703-11.002 0-14.178 10.608-26.87 27.624-26.87 15.064 0 23.342 9.206 23.342 21.5 0 16.176-7.159 29.828-17.786 29.828-5.87 0-10.262-4.854-8.854-10.807 1.686-7.107 4.951-14.778 4.951-19.907 0-4.592-2.463-8.423-7.565-8.423-6 0-10.819 6.207-10.819 14.521 0 5.296 1.789 8.878 1.789 8.878s-6.141 26.015-7.215 30.571c-2.145 9.072-.322 20.195-.168 21.318.089.666.944.824 1.332.322.555-.723 7.7-9.544 10.129-18.359.687-2.496 3.944-15.42 3.944-15.42 1.95 3.717 7.647 6.992 13.706 6.992 18.034 0 30.271-16.441 30.271-38.45C86.644 15.498 72.547 0 51.125 0z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="pinterest."]:focus:before,.svg-socialmedia a[href*="pinterest."]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 97.672 97.672'%3E%3Cpath fill='%238C9FB1' d='M51.125 0C24.469 0 11.029 19.11 11.029 35.047c0 9.649 3.653 18.232 11.487 21.432 1.286.525 2.438.019 2.812-1.403.258-.985.871-3.468 1.144-4.503.376-1.407.229-1.9-.807-3.126-2.259-2.665-3.703-6.115-3.703-11.002 0-14.178 10.608-26.87 27.624-26.87 15.064 0 23.342 9.206 23.342 21.5 0 16.176-7.159 29.828-17.786 29.828-5.87 0-10.262-4.854-8.854-10.807 1.686-7.107 4.951-14.778 4.951-19.907 0-4.592-2.463-8.423-7.565-8.423-6 0-10.819 6.207-10.819 14.521 0 5.296 1.789 8.878 1.789 8.878s-6.141 26.015-7.215 30.571c-2.145 9.072-.322 20.195-.168 21.318.089.666.944.824 1.332.322.555-.723 7.7-9.544 10.129-18.359.687-2.496 3.944-15.42 3.944-15.42 1.95 3.717 7.647 6.992 13.706 6.992 18.034 0 30.271-16.441 30.271-38.45C86.644 15.498 72.547 0 51.125 0z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="mailto:"]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 474 474'%3E%3Cpath d='M437.5 59.3h-401C16.4 59.3 0 75.7 0 95.8v282.4c0 20.1 16.4 36.5 36.5 36.5h401c20.1 0 36.5-16.4 36.5-36.5V95.8c0-20.1-16.4-36.5-36.5-36.5zm-5.3 27L239.5 251.1 46.8 86.3h385.4zM447 378.2c0 5.2-4.3 9.5-9.5 9.5h-401c-5.2 0-9.5-4.3-9.5-9.5V104.9l203.7 174.2c.1.1.3.2.4.3.1.1.3.2.4.3.3.2.5.4.8.5.1.1.2.1.3.2l1.2.6c.1 0 .2.1.3.1.3.1.6.3 1 .4.1 0 .3.1.4.1.3.1.6.2.9.2.1 0 .3.1.4.1.3.1.7.1 1 .2h.3c.4 0 .9.1 1.3.1s.9 0 1.3-.1h.3c.3 0 .7-.1 1-.2.1 0 .3-.1.4-.1.3-.1.6-.2.9-.2.1 0 .3-.1.4-.1.3-.1.6-.2 1-.4.1 0 .2-.1.3-.1l1.2-.6c.1-.1.2-.1.3-.2.3-.2.5-.3.8-.5.1-.1.3-.2.4-.3.1-.1.3-.2.4-.3L447 109.2v269z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*="mailto:"]:focus:before,.svg-socialmedia a[href*="mailto:"]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 474 474'%3E%3Cpath fill='%238C9FB1' d='M437.5 59.3h-401C16.4 59.3 0 75.7 0 95.8v282.4c0 20.1 16.4 36.5 36.5 36.5h401c20.1 0 36.5-16.4 36.5-36.5V95.8c0-20.1-16.4-36.5-36.5-36.5zm-5.3 27L239.5 251.1 46.8 86.3h385.4zM447 378.2c0 5.2-4.3 9.5-9.5 9.5h-401c-5.2 0-9.5-4.3-9.5-9.5V104.9l203.7 174.2c.1.1.3.2.4.3.1.1.3.2.4.3.3.2.5.4.8.5.1.1.2.1.3.2l1.2.6c.1 0 .2.1.3.1.3.1.6.3 1 .4.1 0 .3.1.4.1.3.1.6.2.9.2.1 0 .3.1.4.1.3.1.7.1 1 .2h.3c.4 0 .9.1 1.3.1s.9 0 1.3-.1h.3c.3 0 .7-.1 1-.2.1 0 .3-.1.4-.1.3-.1.6-.2.9-.2.1 0 .3-.1.4-.1.3-.1.6-.2 1-.4.1 0 .2-.1.3-.1l1.2-.6c.1-.1.2-.1.3-.2.3-.2.5-.3.8-.5.1-.1.3-.2.4-.3.1-.1.3-.2.4-.3L447 109.2v269z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*=feed]:before,.svg-socialmedia a[href*=rss]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath d='M90.244 264.828C90.244 240.11 70.139 220 45.427 220 20.712 220 .605 240.11.605 264.828c0 24.714 20.107 44.82 44.822 44.82 24.712 0 44.817-20.106 44.817-44.82zM5.648 169.43c35.961 0 69.782 14.066 95.231 39.605 25.45 25.583 39.467 59.648 39.467 95.92a5 5 0 005 5h57.486a5 5 0 005-5c0-111.952-90.699-203.031-202.185-203.031a5 5 0 00-5 5v57.505a5.002 5.002 0 005.001 5.001zM5.726 0a5 5 0 00-5 5v57.495a5 5 0 005 5c130.24 0 236.199 106.544 236.199 237.505a5 5 0 005 5h57.471a5 5 0 005-5c0-168.178-136.226-305-303.67-305z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*=feed]:focus:before,.svg-socialmedia a[href*=feed]:hover:before,.svg-socialmedia a[href*=rss]:focus:before,.svg-socialmedia a[href*=rss]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 310 310'%3E%3Cpath fill='%238C9FB1' d='M90.244 264.828C90.244 240.11 70.139 220 45.427 220 20.712 220 .605 240.11.605 264.828c0 24.714 20.107 44.82 44.822 44.82 24.712 0 44.817-20.106 44.817-44.82zM5.648 169.43c35.961 0 69.782 14.066 95.231 39.605 25.45 25.583 39.467 59.648 39.467 95.92a5 5 0 005 5h57.486a5 5 0 005-5c0-111.952-90.699-203.031-202.185-203.031a5 5 0 00-5 5v57.505a5.002 5.002 0 005.001 5.001zM5.726 0a5 5 0 00-5 5v57.495a5 5 0 005 5c130.24 0 236.199 106.544 236.199 237.505a5 5 0 005 5h57.471a5 5 0 005-5c0-168.178-136.226-305-303.67-305z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*=".ics"]:before,.svg-socialmedia a[href*=ical]:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59 59'%3E%3Cpath d='M31.793 41.707a.997.997 0 001.414 0l3.293-3.293 3.293 3.293a.997.997 0 001.414 0 .999.999 0 000-1.414L37.914 37l3.293-3.293a.999.999 0 10-1.414-1.414L36.5 35.586l-3.293-3.293a.999.999 0 10-1.414 1.414L35.086 37l-3.293 3.293a.999.999 0 000 1.414zM26.5 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0026.5 0zm6 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0032.5 0zm6 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0038.5 0zm4.899 4a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-5.632c.414-1.162 1.514-2 2.816-2s2.402.838 2.816 2h2.083c-.465-2.279-2.484-4-4.899-4s-4.434 1.721-4.899 4H.5v55h58V4H43.399zM14.5 57h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12z'/%3E%3C/svg%3E")}.svg-socialmedia a[href*=".ics"]:focus:before,.svg-socialmedia a[href*=".ics"]:hover:before,.svg-socialmedia a[href*=ical]:focus:before,.svg-socialmedia a[href*=ical]:hover:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59 59'%3E%3Cpath fill='%238C9FB1' d='M31.793 41.707a.997.997 0 001.414 0l3.293-3.293 3.293 3.293a.997.997 0 001.414 0 .999.999 0 000-1.414L37.914 37l3.293-3.293a.999.999 0 10-1.414-1.414L36.5 35.586l-3.293-3.293a.999.999 0 10-1.414 1.414L35.086 37l-3.293 3.293a.999.999 0 000 1.414zM26.5 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0026.5 0zm6 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0032.5 0zm6 0a1 1 0 100 2c1.302 0 2.402.838 2.816 2h2.083A5.01 5.01 0 0038.5 0zm4.899 4a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-3.917a5.006 5.006 0 01-4.899 6 1 1 0 110-2c1.654 0 3-1.346 3-3 0-.353-.072-.686-.184-1h-5.632c.414-1.162 1.514-2 2.816-2s2.402.838 2.816 2h2.083c-.465-2.279-2.484-4-4.899-4s-4.434 1.721-4.899 4H.5v55h58V4H43.399zM14.5 57h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12zm14 28h-12V45h12v12zm0-14h-12V31h12v12zm0-14h-12V17h12v12z'/%3E%3C/svg%3E")}.svg-socialmedia.round a:before{border-radius:50%;border:1px solid #000}.svg-socialmedia.hoverbg a:focus:before,.svg-socialmedia.hoverbg a:hover:before{background-color:#000}html{font-size:90%}@media (min-width:360px){html{font-size:100%}}@media (min-width:1400px){html{font-size:110%}}@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 16px/1.5 FontAwesome;font-size:inherit}.fa-lg{font-size:1.33333em;line-height:.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.28571em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{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-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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-cogs:before,.fa-gears: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-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder: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-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-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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-ils:before,.fa-shekel:before,.fa-sheqel: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-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc: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,.fa-battery: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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv: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-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing: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-themeisle:before{content:"\f2b2"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}@font-face{font-family:Roboto;src:url(../fonts/roboto/Roboto-Bold.woff2) format("woff2"),url(../fonts/roboto/Roboto-Bold-webfont.woff) format("woff"),url(../fonts/roboto/Roboto-Bold-webfont.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:url(../fonts/roboto/Roboto-BoldItalic.woff2) format("woff2"),url(../fonts/roboto/Roboto-BoldItalic-webfont.woff) format("woff"),url(../fonts/roboto/Roboto-BoldItalic-webfont.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Roboto;src:url(../fonts/roboto/Roboto-Italic.woff2) format("woff2"),url(../fonts/roboto/Roboto-Italic-webfont.woff) format("woff"),url(../fonts/roboto/Roboto-Italic-webfont.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Roboto;src:url(../fonts/roboto/Roboto-Regular.woff2) format("woff2"),url(../fonts/roboto/Roboto-Regular-webfont.woff) format("woff"),url(../fonts/roboto/Roboto-Regular-webfont.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:FAU Chimera;src:url(fonts/fau-chimera/FAU-Chimera-Regular.woff2) format("woff2"),url(fonts/fau-chimera/FAU-Chimera-Regular.woff) format("woff"),url(fonts/fau-chimera/FAU-Chimera-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:FAU Chimera;src:url(fonts/fau-chimera/FAU-Chimera-Medium.woff2) format("woff2"),url(fonts/fau-chimera/FAU-Chimera-Medium.woff) format("woff"),url(fonts/fau-chimera/FAU-Chimera-Medium.ttf) format("truetype");font-weight:medium;font-style:normal}.edit-post-visual-editor .editor-block-list__block h1.mce-content-body,.edit-post-visual-editor .editor-block-list__block h2.mce-content-body,.edit-post-visual-editor .editor-block-list__block h3.mce-content-body,.edit-post-visual-editor .editor-block-list__block h4.mce-content-body,.edit-post-visual-editor .editor-block-list__block h5.mce-content-body,.edit-post-visual-editor .editor-block-list__block h6.mce-content-body{color:var(--color-Text);font-weight:700}.edit-post-visual-editor .editor-block-list__block h1.mce-content-body em,.edit-post-visual-editor .editor-block-list__block h2.mce-content-body em,.edit-post-visual-editor .editor-block-list__block h3.mce-content-body em,.edit-post-visual-editor .editor-block-list__block h4.mce-content-body em,.edit-post-visual-editor .editor-block-list__block h5.mce-content-body em,.edit-post-visual-editor .editor-block-list__block h6.mce-content-body em{font-style:normal}.edit-post-visual-editor .editor-block-list__block h1.mce-content-body.widget-title,.edit-post-visual-editor .editor-block-list__block h2.mce-content-body.widget-title,.edit-post-visual-editor .editor-block-list__block h3.mce-content-body.widget-title,.edit-post-visual-editor .editor-block-list__block h4.mce-content-body.widget-title,.edit-post-visual-editor .editor-block-list__block h5.mce-content-body.widget-title,.edit-post-visual-editor .editor-block-list__block h6.mce-content-body.widget-title{padding-top:0}.edit-post-visual-editor .editor-block-list__block h1.mce-content-body,.edit-post-visual-editor .editor-block-list__block h2.mce-content-body{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.edit-post-visual-editor .editor-block-list__block h3.mce-content-body,.edit-post-visual-editor .editor-block-list__block h4.mce-content-body,.edit-post-visual-editor .editor-block-list__block h5.mce-content-body,.edit-post-visual-editor .editor-block-list__block h6.mce-content-body{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.edit-post-visual-editor .editor-block-list__block h1.mce-content-body{font-size:1.812rem;line-height:2.357rem}table .edit-post-visual-editor .editor-block-list__block h1.mce-content-body{font-size:1.687rem;line-height:2.532rem}.edit-post-visual-editor .editor-block-list__block h1.mce-content-body.small{font-size:1.687rem;line-height:2.194rem}.edit-post-visual-editor .editor-block-list__block h2.mce-content-body{font-size:1.5rem;line-height:1.951rem;margin:0;padding:22px 0}.sidebar-outline .edit-post-visual-editor .editor-block-list__block h2.mce-content-body,.widget .edit-post-visual-editor .editor-block-list__block h2.mce-content-body{padding-bottom:11px}.search-sidebar .edit-post-visual-editor .editor-block-list__block h2.mce-content-body{padding-top:8px}.edit-post-visual-editor .editor-block-list__block h2.mce-content-body.small,.edit-post-visual-editor .editor-block-list__block h2.mce-content-body.subtitle{font-size:1.375rem;line-height:2.063rem}.edit-post-visual-editor .editor-block-list__block h2.mce-content-body.subtitle{padding:0 0 1rem}table .edit-post-visual-editor .editor-block-list__block h2.mce-content-body{font-size:1.375rem;line-height:2.063rem}.edit-post-visual-editor .editor-block-list__block h3.mce-content-body{margin:0;padding:11px 0;font-size:1.312rem;line-height:1.969rem}.edit-post-visual-editor .editor-block-list__block h3.mce-content-body.abstract{padding:0 0 22px}table .edit-post-visual-editor .editor-block-list__block h3.mce-content-body{font-size:1.187rem;line-height:1.782rem}.edit-post-visual-editor .editor-block-list__block h4.mce-content-body{margin:0;padding:11px 0;font-size:1.187rem;line-height:1.782rem}table .edit-post-visual-editor .editor-block-list__block h4.mce-content-body{font-size:1.062rem;line-height:1.594rem}.edit-post-visual-editor .editor-block-list__block h5.mce-content-body{margin:0;padding:11px 0;font-size:1.125rem;line-height:1.688rem}table .edit-post-visual-editor .editor-block-list__block h5.mce-content-body{font-size:1rem;line-height:1.5rem}.edit-post-visual-editor .editor-block-list__block h6{font-size:1.062rem;line-height:1.594rem}table .edit-post-visual-editor .editor-block-list__block h6{font-size:.937rem;line-height:1.407rem}.edit-post-visual-editor .editor-block-list__block address,.edit-post-visual-editor .editor-block-list__block p{margin:0;padding:0 0 11px;font-size:1rem;line-height:1.5rem;color:var(--color-Text);font-family:Roboto,FAU Chimera,sans-serif}.edit-post-visual-editor .editor-block-list__block p{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.edit-post-visual-editor .editor-block-list__block p.lead-in{margin:0;padding:0;color:var(--color-Text);font-weight:300;font-style:italic;font-size:1.125rem;line-height:1.688rem}.edit-post-visual-editor .editor-block-list__block p.presentationtitle{font-weight:700;font-size:1.812rem;line-height:2.357rem;margin:20px 0}.edit-post-visual-editor .editor-block-list__block ol,.edit-post-visual-editor .editor-block-list__block ul{margin:0 15px 10px 25px}.edit-post-visual-editor .editor-block-list__block ol ol,.edit-post-visual-editor .editor-block-list__block ol ul,.edit-post-visual-editor .editor-block-list__block ul ol,.edit-post-visual-editor .editor-block-list__block ul ul{margin-bottom:0}.edit-post-visual-editor .editor-block-list__block li{padding:3px 0 4px 4px;font-size:1rem;line-height:1.5rem;color:var(--color-Text)}.edit-post-visual-editor .editor-block-list__block ul li{list-style-type:circle}.edit-post-visual-editor .editor-block-list__block ul li ul li{list-style-type:disc}.edit-post-visual-editor .editor-block-list__block ul li ul li ul li{list-style-type:square}.edit-post-visual-editor .editor-block-list__block ul.nolist{margin-left:0}.edit-post-visual-editor .editor-block-list__block ul.nolist li{list-style-type:none}.edit-post-visual-editor .editor-block-list__block ul.nolist li li{margin-left:25px;list-style-type:circle}.edit-post-visual-editor .editor-block-list__block ul.nolist li ul.nolist li{margin-left:0;list-style-type:none}.edit-post-visual-editor .editor-block-list__block ol li{padding-left:0;list-style:decimal}.edit-post-visual-editor .editor-block-list__block ol li ol li{list-style:lower-latin}.edit-post-visual-editor .editor-block-list__block ol li ol li ol li{list-style:upper-roman}.edit-post-visual-editor .editor-block-list__block ol li ol li ol li ol li{list-style:lower-greek}.edit-post-visual-editor .editor-block-list__block ol li ol li ul li,.edit-post-visual-editor .editor-block-list__block ol li ul li{list-style-type:circle}.edit-post-visual-editor .editor-block-list__block .has-small-font-size{font-size:.875rem;line-height:1.313rem}.edit-post-visual-editor .editor-block-list__block .has-regular-font-size{font-size:1rem;line-height:1.5rem}.edit-post-visual-editor .editor-block-list__block .has-large-font-size{font-size:1.25rem;line-height:1.875rem}.edit-post-visual-editor .editor-block-list__block .has-huge-font-size,.edit-post-visual-editor .editor-block-list__block .has-larger-font-size{font-size:1.5rem;line-height:2.25rem}.edit-post-visual-editor .editor-block-list__block p.has-drop-cap:not(:focus):first-letter{float:left;font-size:4.5rem;line-height:4.5rem;font-weight:100;margin:0 .1em 0 0;text-transform:uppercase;font-style:normal}.edit-post-sidebar h3{font-weight:700}.edit-post-sidebar select{width:100%}.edit-post-sidebar p.howto{margin:.5em .3em;font-style:inherit}.edit-post-sidebar .subsetting{margin-left:20px}.edit-post-sidebar .toggle-switch-control{margin:0 0 1.5em}.edit-post-sidebar .toggle-switch{float:left;margin-right:10px}.edit-post-sidebar .toggle-switch .toggle-switch-label{box-sizing:border-box}.edit-post-sidebar .toggle-switch .toggle-switch-inner:after,.edit-post-sidebar .toggle-switch .toggle-switch-inner:before{height:14px;line-height:14px;font-size:12px}.edit-post-sidebar .toggle-switch .toggle-switch-inner:after{background-color:inherit}.edit-post-sidebar .customize-control-title{font-weight:700} \ No newline at end of file diff --git a/footer.php b/footer.php index d0e6504..bde8eaa 100644 --- a/footer.php +++ b/footer.php @@ -9,55 +9,45 @@ * @subpackage FAU * @since FAU 1.0 */ + + $website_type = get_theme_mod('website_type'); + if (($website_type ==3 ) && ( is_active_sidebar( 'footer-block1' ) )) { + $logoclass = "other"; + } else { + $logoclass = "fau"; + } + $display_address = get_theme_mod("advanced_footer_display_address"); + $contact_address_name = get_theme_mod("contact_address_name"); + $contact_address_name2 = get_theme_mod("contact_address_name2"); + $contact_address_street = get_theme_mod("contact_address_street"); + $contact_address_plz = get_theme_mod("contact_address_plz"); + $contact_address_ort = get_theme_mod("contact_address_ort"); + $contact_address_country = get_theme_mod("contact_address_country"); + $schemaname = $contact_address_name." ".$contact_address_name2; ?>
-
-
- - + + \ No newline at end of file diff --git a/functions.php b/functions.php index b15abd1..b6c2c49 100644 --- a/functions.php +++ b/functions.php @@ -6,6 +6,7 @@ */ global $defaultoptions, $default_fau_orga_data, $fau_used_svgs; +global $is_gutenberg_enabled; load_theme_textdomain( 'fau', get_template_directory() . '/languages' ); require_once( get_template_directory() . '/functions/template-functions.php' ); @@ -31,9 +32,7 @@ require_once( get_template_directory() . '/functions/widgets.php' ); require_once( get_template_directory() . '/functions/gallery.php' ); -// require_once( get_template_directory() . '/functions/gutenberg.php'); -// deaktiviert wegen Newsletter-Plugin -// brauchen noch ein andere Lösung + require_once( get_template_directory() . '/functions/svglib.php'); @@ -45,53 +44,68 @@ function fau_setup() { global $defaultoptions; - - if ( ! isset( $content_width ) ) $content_width = $defaultoptions['content-width']; - - - add_editor_style( array( 'css/fau-theme-editor-style.css' ) ); - add_theme_support('html5'); + + if (!isset( $content_width ) ) { + $content_width = $defaultoptions['content-width']; + } + + + add_theme_support('html5', array( 'comment-list', 'comment-form', 'search-form' )); add_theme_support('caption'); add_theme_support('title-tag'); add_theme_support('automatic-feed-links'); - + fau_register_menus(); // Register Menus fau_create_socialmedia_menu(); // Checkup Social Media Menu - - + + /* * This theme uses a custom image size for featured images, displayed on * "standard" posts and pages. */ - - + + /* Image Sizes for Slider, Name: hero - 1260:350, true */ - add_image_size( 'hero', $defaultoptions['slider-image-width'], $defaultoptions['slider-image-height'], $defaultoptions['slider-image-crop']); - + add_image_size( 'hero', $defaultoptions['slider-image-width'], $defaultoptions['slider-image-height'], $defaultoptions['slider-image-crop']); + /* Banner fuer Startseiten, Name: herobanner - 1260:182, true */ - add_image_size( 'herobanner', $defaultoptions['default_startseite-bannerbild-image_width'], $defaultoptions['default_startseite-bannerbild-image_height'], $defaultoptions['default_startseite-bannerbild-image_crop']); + add_image_size( 'herobanner', $defaultoptions['default_startseite-bannerbild-image_width'], $defaultoptions['default_startseite-bannerbild-image_height'], $defaultoptions['default_startseite-bannerbild-image_crop']); + + /* Small 2:1 size for image + 'default_rwdimage_2-1_typname' => 'rwd-480-2-1', + 'default_rwdimage_2-1_width' => 480, + 'default_rwdimage_2-1_height' => 240, + 'default_rwdimage_2-1_crop' => false, + */ + add_image_size( $defaultoptions[ 'default_rwdimage_2-1_typname'], $defaultoptions[ 'default_rwdimage_2-1_width'], $defaultoptions['default_rwdimage_2-1_height'], $defaultoptions['default_rwdimage_2-1_crop']); - /* RWD-Bildauflösung: 480x240. , 2:1 Proportion. No Crop */ - add_image_size( 'rwd-480-2-1', $defaultoptions[ 'default_rwdimage_2-1_width'], $defaultoptions['default_rwdimage_2-1_height'], $defaultoptions['default_rwdimage_2-1_crop']); - add_theme_support( 'post-thumbnails' ); - set_post_thumbnail_size($defaultoptions[ 'default_rwdimage_2-1_width'], $defaultoptions['default_rwdimage_2-1_height'], $defaultoptions['default_rwdimage_2-1_crop'] ); + set_post_thumbnail_size($defaultoptions[ 'default_rwdimage_2-1_width'], $defaultoptions['default_rwdimage_2-1_height'], $defaultoptions['default_rwdimage_2-1_crop'] ); /* RWD-Bildauflösung: 480x320. , 3:2 Proportion. No Crop */ add_image_size( $defaultoptions['default_rwdimage_typname'], $defaultoptions['default_rwdimage_width'], $defaultoptions['default_rwdimage_height'], $defaultoptions['default_rwdimage_crop']); - - - /* - * Größen für Bildergalerien: + + + /* + * Größen für Bildergalerien: */ /* Images for gallerys - Name: gallery-full */ add_image_size( 'gallery-full', $defaultoptions['default_gallery_full_width'], $defaultoptions['default_gallery_full_height'], $defaultoptions['default_gallery_full_crop']); // 940, 470, false - + + global $is_gutenberg_enabled; + + + + if (has_filter('is_gutenberg_enabled')) { + $is_gutenberg_enabled = apply_filters('is_gutenberg_enabled', false); + } else { + $is_gutenberg_enabled = fau_is_newsletter_plugin_active(); + } } @@ -105,7 +119,7 @@ function fau_custom_init() { /* Keine verwirrende Abfrage nach Kommentaren im Page-Editor */ remove_post_type_support( 'page', 'comments' ); - /* + /* * ToDO: Remove this, once the Settings Plugin is capable to do this */ remove_action( 'wp_head', 'print_emoji_detection_script', 7 ); @@ -115,15 +129,17 @@ function fau_custom_init() { remove_filter( 'the_content_feed', 'wp_staticize_emoji' ); remove_filter( 'comment_text_rss', 'wp_staticize_emoji' ); remove_filter( 'wp_mail', 'wp_staticize_emoji_for_email' ); - - remove_filter( 'the_content', 'wpautop' ); + + + remove_filter( 'the_content', 'wpautop' ); + // add_filter( 'the_content', 'wpautop' , 99); // Declare Default Symbols from the start - fau_register_svg_symbol("fau-logo-text", false); + // fau_register_svg_symbol("fau-logo-text", false); // fau_register_svg_symbol("fau-siegel", false); - fau_register_svg_symbol("fau-logo", false); + //fau_register_svg_symbol("fau-logo", false); + - } add_action( 'init', 'fau_custom_init' ); @@ -133,17 +149,22 @@ function fau_custom_init() { /*-----------------------------------------------------------------------------------*/ function fau_register_scripts() { global $defaultoptions; - + $theme_data = wp_get_theme(); $theme_version = $theme_data->Version; wp_register_style('fau-style', get_stylesheet_uri(), array(), $theme_version); - // Base Style + // wp_register_style('fau-style', get_stylesheet_uri(), array(), $theme_version, 'screen' ); + // Global Style. Notice: Its used also for print, so dont limit it to screen output! + wp_register_style('fau-style-print', get_stylesheet_directory_uri() . '/print.css', array(), $theme_version, 'print' ); + // Base style for print wp_register_script('fau-scripts', $defaultoptions['src-scriptjs'], array('jquery'), $theme_version, true ); - // Base FAU Scripts + // Base FAU scripts wp_register_script('fau-js-heroslider', $defaultoptions['src-sliderjs'], array('jquery'), $theme_version, true ); // Slider JS - + wp_register_script('fau-js-printlinks', $defaultoptions['src-printlinks'], [], $theme_version, true ); + // Print links js + } add_action('init', 'fau_register_scripts'); @@ -151,7 +172,9 @@ function fau_register_scripts() { /* Activate base scripts /*-----------------------------------------------------------------------------------*/ function fau_basescripts_styles() { - wp_enqueue_style( 'fau-style'); + wp_enqueue_style( 'fau-style'); + wp_enqueue_style( 'fau-style-print' ); + wp_enqueue_script( 'fau-js-printlinks' ); wp_enqueue_script( 'fau-scripts'); } @@ -162,11 +185,11 @@ function fau_basescripts_styles() { /*-----------------------------------------------------------------------------------*/ function fau_enqueuefootercripts() { global $usejslibs; - + if ((isset($usejslibs['heroslider']) && ($usejslibs['heroslider'] == true))) { - // wird bei Startseite Slider und auch bei gallerien verwendet - wp_enqueue_script('fau-js-heroslider'); - } + // wird bei Startseite Slider und auch bei gallerien verwendet + wp_enqueue_script('fau-js-heroslider'); + } } add_action( 'wp_footer', 'fau_enqueuefootercripts' ); @@ -175,29 +198,51 @@ function fau_enqueuefootercripts() { /*-----------------------------------------------------------------------------------*/ function fau_admin_header_style() { global $defaultoptions; - wp_register_style( 'themeadminstyle', get_fau_template_uri().'/css/fau-theme-admin.css' ); - wp_enqueue_style( 'themeadminstyle' ); + wp_register_style( 'themeadminstyle', get_fau_template_uri().'/css/fau-theme-admin.css' ); + wp_enqueue_style( 'themeadminstyle' ); wp_enqueue_style( 'dashicons' ); wp_enqueue_media(); wp_enqueue_script('jquery-ui-datepicker'); - + $theme_data = wp_get_theme(); $theme_version = $theme_data->Version; - wp_register_script('themeadminscripts', $defaultoptions['src-adminjs'], array('jquery'),$theme_version); - wp_enqueue_script('themeadminscripts'); + wp_register_script('themeadminscripts', $defaultoptions['src-adminjs'], array('jquery'),$theme_version); + wp_enqueue_script('themeadminscripts'); } add_action( 'admin_enqueue_scripts', 'fau_admin_header_style' ); - /*-----------------------------------------------------------------------------------*/ -/* Remove type-String from link-reference to follow W3C Validator +/* Change default DNS prefetch /*-----------------------------------------------------------------------------------*/ -function fau_remove_type_attr($tag, $handle) { - return preg_replace( "/type=['\"]text\/(javascript|css)['\"]/", '', $tag ); +function fau_remove_default_dns_prefetch( $hints, $relation_type ) { + if ( 'dns-prefetch' === $relation_type ) { + return array_diff( wp_dependencies_unique_hosts(), $hints ); + } + + return $hints; +} +add_filter( 'wp_resource_hints', 'fau_remove_default_dns_prefetch', 10, 2 ); + +function fau_dns_prefetch() { + // List of domains to set prefetching for + $prefetchDomains = [ 'https://www.fau.de' ]; + $mydomain = parse_url(get_home_url()); + $prefetchDomains[] = $mydomain['host']; + + $prefetchDomains = array_unique($prefetchDomains); + $result = ''; + + foreach ($prefetchDomains as $domain) { + $domain = esc_url($domain); + $result .= ''."\n"; + $result .= ''."\n"; + } + + echo $result; } -add_filter('style_loader_tag', 'fau_remove_type_attr', 10, 2); -add_filter('script_loader_tag', 'fau_remove_type_attr', 10, 2); +add_action('wp_head', 'fau_dns_prefetch', 10); + /*-----------------------------------------------------------------------------------*/ /* Change default header @@ -206,99 +251,92 @@ function fau_addmetatags() { global $defaultoptions; $output = ''; // $output .= ''."\n"; - // $output .= ''."\n"; + // $output .= ''."\n"; $output .= fau_get_rel_alternate(); + // get alternate urls for the website if avaible $googleverification = get_theme_mod('google-site-verification'); if ((isset( $googleverification )) && ( !fau_empty($googleverification) )) { - $output .= ' '."\n"; + $output .= ''."\n"; + // if we set the Google Site Verification in the customizer, we add the html meta tag here } - if ( ! function_exists( 'has_site_icon' ) || ! has_site_icon() ) { - $output .= ' '."\n"; - $output .= ' '."\n"; - // $output .= ' '."\n"; - $output .= ' '."\n"; - $output .= ' '."\n"; - $output .= ' '."\n"; - $output .= ' '."\n"; - $output .= ' '."\n"; - $output .= ' '."\n"; - - } - - // Adds RSS feed links to for posts and comments. + + + $title = sanitize_text_field(get_bloginfo( 'name' )); + $output .= ''."\n"; + // Adds RSS feed links to for posts and comments. // add_theme_support( 'automatic-feed-links' ); // Will post both: feed and comment feed; To use only main rss feed, i have to add it manually in head - $title = sanitize_text_field(get_bloginfo( 'name' )); - $output .= ' '."\n"; - - if ($defaultoptions['default-sourcecode-notice']) { - $output .= ' '."\n"; - } echo $output; + + + } add_action('wp_head', 'fau_addmetatags',1); - /*-----------------------------------------------------------------------------------*/ -/* Change default DNS prefetch +/* create favicon metas /*-----------------------------------------------------------------------------------*/ -function fau_remove_default_dns_prefetch( $hints, $relation_type ) { - if ( 'dns-prefetch' === $relation_type ) { - return array_diff( wp_dependencies_unique_hosts(), $hints ); - } +function fau_create_meta_favicon() { + global $defaultoptions; + $output = ''; + if ( ! function_exists( 'has_site_icon' ) || ! has_site_icon() ) { - return $hints; -} -add_filter( 'wp_resource_hints', 'fau_remove_default_dns_prefetch', 10, 2 ); + $output .= ''."\n"; + $output .= ''."\n"; + $output .= ''."\n"; + $output .= ''."\n"; + $output .= ''."\n"; + $output .= ''."\n"; + $output .= ''."\n"; -function fau_dns_prefetch() { - // List of domains to set prefetching for - $prefetchDomains = [ 'https://www.fau.de' ]; - $mydomain = parse_url(get_home_url()); - $prefetchDomains[] = $mydomain['host']; - - - $prefetchDomains = array_unique($prefetchDomains); - $result = ''; - - foreach ($prefetchDomains as $domain) { - $domain = esc_url($domain); - $result .= ' '."\n"; - $result .= ' '."\n"; + $output .= ''."\n"; } - - echo $result; + echo $output; + } -add_action('wp_head', 'fau_dns_prefetch', 10); +add_action('wp_head', 'fau_create_meta_favicon'); + // add favicon for frontend +add_action('admin_head', 'fau_create_meta_favicon'); + // add favicon for backend +/*-----------------------------------------------------------------------------------*/ +/* Add FAU Jobs advertisement +/*-----------------------------------------------------------------------------------*/ +function fau_addmjobsad() { + global $defaultoptions; + if ($defaultoptions['default-sourcecode-notice']) { + echo ''."\n"; + } +} +add_action('wp_head', 'fau_addmjobsad',10); /*-----------------------------------------------------------------------------------*/ /* Remove something out of the head /*-----------------------------------------------------------------------------------*/ function fau_remove_unwanted_head_actions() { - remove_action( 'wp_head', 'post_comments_feed_link ', 2 ); + remove_action( 'wp_head', 'post_comments_feed_link ', 2 ); // Display the links to the general feeds: Post and Comment Feed - remove_action( 'wp_head', 'wlwmanifest_link' ); + remove_action( 'wp_head', 'wlwmanifest_link' ); // Display the link to the Windows Live Writer manifest file. - remove_action( 'wp_head', 'parent_post_rel_link', 10, 0 ); + remove_action( 'wp_head', 'parent_post_rel_link', 10, 0 ); // remove prev link remove_action( 'wp_head', 'rest_output_link_wp_head'); - // removes link - - remove_action( 'wp_head', 'rsd_link' ); + // removes link + + remove_action( 'wp_head', 'rsd_link' ); // Display the link to the Really Simple Discovery service endpoint, EditURI link - remove_action( 'wp_head', 'adjacent_posts_rel_link', 10, 0 ); + remove_action( 'wp_head', 'adjacent_posts_rel_link', 10, 0 ); // remove Display relational links for the posts adjacent to the current post. - remove_action( 'wp_head', 'wp_oembed_add_discovery_links' ); - // remove oEmbed discovery links in the website + remove_action( 'wp_head', 'wp_oembed_add_discovery_links' ); + // remove oEmbed discovery links in the website if (!is_user_logged_in()) { @@ -321,9 +359,9 @@ function fau_custom_logo_setup() { 'width' => $defaultoptions['default_logo_width'], 'flex-height' => true, 'flex-width' => true, - 'unlink-homepage-logo' => true, + 'unlink-homepage-logo' => true, ); - + add_theme_support( 'custom-logo', $defaults ); } add_action( 'after_setup_theme', 'fau_custom_logo_setup' ); @@ -338,33 +376,27 @@ function fau_get_language_main () { /*-----------------------------------------------------------------------------------*/ -/* Change WordPress default language attributes function to +/* Change WordPress default language attributes function to * strip of region code parts. Not used yet /anymore /*-----------------------------------------------------------------------------------*/ function fau_get_language_attributes ($doctype = 'html' ) { $attributes = array(); - + if ( function_exists( 'is_rtl' ) && is_rtl() ) $attributes[] = 'dir="rtl"'; - + if ( $langcode = fau_get_language_main() ) { if ( get_option('html_type') == 'text/html' || $doctype == 'html' ) $attributes[] = "lang=\"$langcode\""; if ( get_option('html_type') != 'text/html' || $doctype == 'xhtml' ) $attributes[] = "xml:lang=\"$langcode\""; - } + } $output = implode(' ', $attributes); return $output; } - -/*-----------------------------------------------------------------------------------*/ -/* Load Comment Functions -/*-----------------------------------------------------------------------------------*/ -require get_template_directory() . '/functions/comments.php'; - /*-----------------------------------------------------------------------------------*/ /* Limit Number of Posts for embedded format /*-----------------------------------------------------------------------------------*/ @@ -376,9 +408,23 @@ function fau_embedded_posts( $query ) { } } +/*-----------------------------------------------------------------------------------*/ +/* Load Comment Functions +/*-----------------------------------------------------------------------------------*/ + +// Comment handling +require get_template_directory() . '/functions/comments.php'; + +// Block Editor handling +require_once( get_template_directory() . '/functions/gutenberg.php'); + + /*-----------------------------------------------------------------------------------*/ /* This is the end of the code as we know it /*-----------------------------------------------------------------------------------*/ + + + diff --git a/functions/constants.php b/functions/constants.php index cbfaad7..6cba937 100644 --- a/functions/constants.php +++ b/functions/constants.php @@ -1,1325 +1,1368 @@ - 76, - // zaehlt jedesmal hoch, wenn neue Optionen eingefuegt werden - // oder Default Optionen geaendert werden. Vorhandene Defaultoptions - // in der Options-Table werden nur dann geändert, wenn der Wert erhöht - // wurde oder die Theme Options von Hand aufgerufen und gespeichert wurden. - 'debugmode' => true, - // Der Debugmode erlaubt die Einschaltung von Debug- und Demowerten über den Customizer. - // Bei der Compilierung des Themes mit Gulp wird der Debugmode bei - // 'gulp build' auf false gesetzt - // Ansonsten kann er manuell über 'gulp nodebug' auf false und - // mit 'gulp debugmode' auf true gesetzt werden - // Oder hier von Hand :) - 'js-version' => '2.01', - // Theme-Versionslinie, wird überschrieben durch Style.css Version - - 'website_type' => 1, - // website_type: - // 0 = Fakultaetsportal; - // 1 = Lehrstuehle, Departents - // 2 = Zentrale Einrichtungen, - // 3 = Kooperationen - // -1 = fau.de Portal (4 Spalter in Bühne, kein Link zur FAU. - - 'website_usefaculty' => 'tf', - // phil, med, nat, rw, tf - // Setzt fest die Fakultät bei Wahl des Website-Types - - 'default_home_orga' => 'fau', - // Muss in $default_fau_orga_data auf erster Ebene vorhanden sein. - 'default-social-media-color' => '#04316a', - 'default-sourcecode-notice' => true, - 'default-sourcecode-notice-text' => __("Wenn Sie dies lesen, sind wir vielleicht was für Sie! \n Die FAU sucht immer vielversprechende Talente in allen universitären Bereichen, die bereit sind, sich mit Leidenschaft, Kreativität und Engagement für die FAU einzusetzen: \n https://jobs.fau.de",'fau'), - 'optionpage-tab-default' => 'website', - 'content-width' => 620, - 'content-width-fullpage' => 940, - 'src-fallback-slider-image' => get_fau_template_uri().'/img/slider-fallback.jpg', - 'slider-catid' => 0, - 'src-scriptjs' => get_fau_template_uri() . '/js/fau-theme.min.js', - 'src-sliderjs' => get_fau_template_uri() . '/js/fau-theme-slick.min.js', - 'src-adminjs' => get_fau_template_uri() . '/js/fau-theme-admin.min.js', - 'src-admin-customizer-js' => get_fau_template_uri() . '/js/fau-theme-customizer-range-value-control.min.js', - 'src-admin-wplinkjs' => get_fau_template_uri() . '/js/fau-theme-wplink.min.js', - - 'src-svglib_dir' => get_template_directory(). '/src/svglib/', - - 'default_slider_excerpt_length' => 240, - 'slider-autoplay' => true, - 'slider-animation' => 'fade', - 'slider-stoptext' => __('Animation stoppen','fau'), - 'slider-starttext' => __('Animation starten','fau'), - - - - 'start_header_count' => 5, - 'start_max_newscontent' => 5, - 'start_max_newspertag' => 1, - 'start_prefix_tag_newscontent' => 'startseite', - 'start_link_news_cat' => 0, - 'start_link_news_show' => 1, - 'start_link_news_linktitle' => __('Mehr Meldungen','fau'), - - - 'default_postthumb_always' => 1, - 'default_postthumb_image' => 0, - 'default_submenu_spalten' => 4, - 'default_submenu_entries' => 5, - 'menu_fallbackquote_show_excerpt' => 1, - 'menu_fallbackquote_excerpt_length' => 240, - 'start_topevents_max' => 1, - 'start_topevents_active' => true, - 'topevent_hideimage' => false, - 'topevents_templates' => array(1), - 'fallback_topevent_image' => 0, - 'fallback_submenu_image' => 0, - 'default_topevent_excerpt_length' => 100, - - 'default_startseite-bannerbild-image_src' => get_fau_template_uri().'/img/bannerbild-tafel-1260x182.jpg', - 'startseite_banner_usedefault' => false, - - - /* Image Sizes */ - - /* Default Thumb Size */ - 'default_thumb_width' => 300, - 'default_thumb_height' => 150, - 'default_thumb_crop' => false, - - /* Image Sizes for Slider, Name: hero */ - 'slider-image-width' => 1260, - 'slider-image-height' => 350, - 'slider-image-crop' => true, - - /* Hero Banner - Name: herobanner */ - 'default_startseite-bannerbild-image_width' => 1260, - 'default_startseite-bannerbild-image_height' => 182, - 'default_startseite-bannerbild-image_crop' => true, - - /* Small 2:1 size for image */ - 'default_rwdimage_2-1_typname' => 'rwd-480-2-1', - 'default_rwdimage_2-1_width' => 480, - 'default_rwdimage_2-1_height' => 240, - 'default_rwdimage_2-1_crop' => false, - - /* Small 3:2 size for images - Name: rwd-480-3-2 */ - 'default_rwdimage_typname' => 'rwd-480-3-2', - 'default_rwdimage_width' => 480, - 'default_rwdimage_height' => 320, - 'default_rwdimage_crop' => false, - - /* Images for gallerys - Name: gallery-full */ - 'default_gallery_full_width' => 940, - 'default_gallery_full_height' => 470, - 'default_gallery_full_crop' => false, - - - 'breadcrumb_root' => __('Startseite', 'fau'), - 'breadcrumb_withtitle' => false, - 'breadcrumb_showcurrent' => true, - 'default_logo_height' => 152, - 'default_logo_width' => 400, - - 'socialmedia' => 0, - 'active_socialmedia_footer' => array(0), - 'socialmedia_buttons_title' => __('Social Media','fau'), - - 'socialmedia_menu_name' => __( 'Social Media Menu', 'fau' ), - 'socialmedia_menu_position' => 'FAU_SocialMedia_Menu_Footer', - 'socialmedia_menu_position_title' => __( 'Social Media Bereich im Footer', 'fau' ), - - 'menu_pretitle_portal' => __('Portal', 'fau'), - 'menu_aftertitle_portal' => '', - - 'contact_address_name' => __('Friedrich-Alexander-Universität', 'fau'), - 'contact_address_name2' => __('Erlangen-Nürnberg', 'fau'), - 'contact_address_street' => __('Schlossplatz 4', 'fau'), - 'contact_address_plz' => __('91054', 'fau'), - 'contact_address_ort' => __('Erlangen', 'fau'), - - 'contact_address_country' => '', - 'google-site-verification' => '', - 'default_mainmenu_number' => 4, - - - 'default_excerpt_morestring' => '...', - 'default_excerpt_length' => 50, - 'default_anleser_excerpt_length' => 300, - 'default_search_excerpt_length' => 300, - 'default_display_continue_link' => true, - - 'custom_excerpt_allowtags' => 'br', - 'title_hero_search' => __( 'Webauftritt durchsuchen', 'fau' ), - - 'advanced_footer_display_address' => true, - 'advanced_footer_display_socialmedia' => false, - - - 'advanced_beitragsoptionen' => true, - 'advanced_topevent' => true, - 'default_display_thumbnail_3_2' => true, - 'galery_link_original' => true, - 'galery_force_caption_onslick' => true, - - 'advanced_post_active_subtitle' => true, - - 'advanced_page_sidebar_titleabove' => true, - 'advanced_page_sidebar_titlebelow' => true, - 'advanced_page_sidebar_useeditor_textabove' => false, - 'advanced_page_sidebar_useeditor_textbelow' => false, - - 'advanced_page_sidebar_wpsidebar' => false, - // wenn true, wird die Siderbar fuer Pages aktiviert - 'advanced_page_sidebar_wpsidebar_id' => 'page-sidebar', - // Sidebar Id - - - 'advanced_page_sidebar_personen_title' => __('Kontakt','fau'), - 'advanced_page_sidebar_linkblock1_number' => 3, - 'advanced_page_sidebar_linkblock2_number' => 3, - 'advanced_page_sidebar_linkblock1_title' => __('Weitere Informationen','fau'), - 'advanced_page_sidebar_linkblock2_title' => __('Sonstiges','fau'), - 'advanced_page_sidebar_order_personlinks' => 0, - // 0 = Kontakte, Links - // 1 = Links, Kontakte - 'advanced_activate_post_comments' => false, - 'advanced_comments_notes_before' => __('Ihre E-Mail-Adresse wird nicht angezeigt. Verpflichtende Felder werden mit dem folgenden Zeichen markiert: *', 'fau' ), - 'advanced_comments_disclaimer' => __('Hinweis: Die Kommentare wurden von Lesern geschrieben und spiegeln deren persönliche Meinung wieder. Sie müssen nicht die Meinung der Universität oder der Fakultät repräsentieren.', 'fau' ), - 'advanced_comments_avatar' => false, - - - 'post_display_category_below' => true, - 'post_display_tags_below' => true, - - 'search_display_post_thumbnails' => true, - 'search_display_post_cats' => true, - 'search_display_continue_arrow' => true, - 'search_display_excerpt_morestring' => '...', - 'search_display_typenote' => true, - 'advanced_display_postthumb_alt-from-desc' => false, - 'search_post_types' => array("page", "post", "attachment"), - 'search_post_types_checked' => array("page", "post"), - 'search_allowfilter' => true, - 'search_notice_searchregion' => __('Es wird nur in diesem Webauftritt gesucht. Um Dokumente und Seiten aus anderen Webauftritten zu finden, nutzen Sie bitte die jeweils dort zu findende Suchmaschine oder verwenden eine Internet-Suchmaschine.','fau'), - - - 'advanced_reveal_pages_id' => false, - // Zeigt Page-ID im Backend der Seitebearbeitung - 'advanced_images_info_credits' => 0, - 'advanced_display_hero_credits' => true, - 'advanced_display_postthumb_credits' => true, - // Zeigt das Copyright-Feld as der EXIF-Meta von Bildern an - - 'advanced_activate_page_langcode' => false, - // Option zur Deklarierung einer anderen Sprache für eine Seite - 'advanced_blogroll_thumblink_alt_pretitle' => __('Zum Artikel "','fau'), - // Alternativer Tag wird mit dem Tiotel des verlinkten Beitrags gefüllt. - // Hier kann davor noch ein Vortitel stehen. - 'advanced_blogroll_thumblink_alt_posttitle' => '"', - // Alternativer Tag wird mit dem Tiotel des verlinkten Beitrags gefüllt. - // Hier kann davor noch ein teil dahinter stehen. - - 'advanced_topevent_thumblink_alt_pretitle' => __('Zum Artikel "','fau'), - // Alternativer Tag wird mit dem Tiotel des verlinkten Beitrags gefüllt. - // Hier kann davor noch ein Vortitel stehen. - 'advanced_topevent_thumblink_alt_posttitle' => '"', - // Alternativer Tag wird mit dem Tiotel des verlinkten Beitrags gefüllt. - // Hier kann davor noch ein teil dahinter stehen. - - 'advanced_display_portalmenu_forceclick' => false, - // Hauptmenü öffnet sich nur bei einem Klick - // 'advanced_display_header_md-showsitelogo' => false, - // Zeigt bei der mobilen Ansicht statt dem Logo der Website das - // CI Logo der FAU anstelle des Logos der Website - 'advanced_header_template' => '', - // Anzeigeform des Heros bei Index- und Kategorieseiten - ]; - - $content_width =$defaultoptions['content-width']; - -/*--------------------------------------------------------------------*/ -/* Initialisiere Options und Theme Mods -/* (unter besonderer Berücksichtung der Abwärtskompatibilität alter Options) -/*--------------------------------------------------------------------*/ -function fau_initoptions() { - global $defaultoptions; - global $setoptions; - global $OPTIONS_NAME; - - - $themeopt = get_theme_mods(); - $theme = get_option( 'stylesheet' ); - $newoptions = $defaultoptions; - - - $theme_data = wp_get_theme(); - $newoptions['version'] = $theme_data->Version; - - - $update_thememods = false; - // Fuer Abwaertscompatibilitaet zu alten Images aus dem Option Settings: - foreach($setoptions[$OPTIONS_NAME] as $tab => $f) { - foreach($setoptions[$OPTIONS_NAME][$tab]['fields'] as $i => $value) { - if ($value['type'] == "image") { - if (isset($newoptions[$i."_id"])) { - if (!isset($themeopt[$i])) { - $themeopt[$i] = $newoptions[$i."_id"]; - $update_thememods = true; - } - } - } elseif ($value['type'] == 'section') { - // this not - } elseif ((!isset($themeopt[$i])) && (isset($newoptions[$i]))) { - $themeopt[$i] = $newoptions[$i]; - $update_thememods = true; - } - } - } - if ($update_thememods==true) { - - update_option( "theme_mods_$theme", $themeopt ); - } - - $theme_opt_version = get_theme_mod('optiontable-version'); - - if ((!isset($theme_opt_version)) || ($theme_opt_version < $defaultoptions['optiontable-version'])) { - // Optiontable ist neuer. Prüefe noch die Optionen, die nicht - // in der Settable stehen und fülle diese ebenfalls in theme_mods: - - $ignoreoptions = array(); - $update_thememods = false; - foreach($setoptions[$OPTIONS_NAME] as $tab => $f) { - foreach($setoptions[$OPTIONS_NAME][$tab]['fields'] as $i => $value) { - $ignoreoptions[$i] = $value; - } - } - $defaultlist = ''; - foreach($defaultoptions as $i => $value) { - if (!isset($ignoreoptions[$i])) { - if (isset($themeopt[$i]) && ($themeopt[$i] != $defaultoptions[$i])) { - $themeopt[$i] = $defaultoptions[$i]; - $update_thememods = true; - } elseif (!isset($themeopt[$i])) { - $themeopt[$i] = $defaultoptions[$i]; - $update_thememods = true; - } - } - } - if ($update_thememods==true) { - update_option( "theme_mods_$theme", $themeopt ); - } else { - // only version number - set_theme_mod( 'optiontable-version', $defaultoptions['optiontable-version'] ); - } - - - fau_compatible_header_logo(); - // Prüfe: Header-Image zu Custom Logo - } - - - - - - return $newoptions; -} - -/*--------------------------------------------------------------------*/ -/* Ab Version 2.0 wurde die Verwaltung des Logos von Header-Image auf Custom Logo umgestellt. -/* Für Installationen, bei der das Logo jedoch mit Header Ikmage hochgeladen wurden, -/* soll das Logo dennoch weiterhin angezeigt werden. -/*--------------------------------------------------------------------*/ -function fau_compatible_header_logo() { - $data = get_theme_mod( 'header_image_data' ); - if ( $data) { - // Es existiert ein Custom Header - - if (is_object($data) && ($data->attachment_id)) { - - // ok, there is an id - // now check if we already have an id of a custom logo - $custom_logo_id = get_theme_mod( 'custom_logo' ); - - if ($custom_logo_id) { - // We already have an id - } else { - // Set the image as custom logo and remove it from header mods - set_theme_mod( 'custom_logo', $data->attachment_id ); - remove_theme_mod('header_image_data'); - remove_theme_mod('header_image'); - // now remove the 'header_image_data' mod. - } - - - } - - } - -} -/*--------------------------------------------------------------------*/ -/* Suchfelder -/*--------------------------------------------------------------------*/ -function fau_get_searchable_fields() { - $search_post_types = array("page", "post", "attachment"); - - if (class_exists('FAU_Studienangebot')) { - $search_post_types[] ='studienangebot'; - } - if (class_exists('FAU_Person')) { - $search_post_types[] ='person'; - } - return $search_post_types; -} -/*--------------------------------------------------------------------*/ -/* Erstelle globale Kategorieliste - * (für Version unter 1.9.4 benötigt - */ -/*--------------------------------------------------------------------*/ - $categories=get_categories(array('orderby' => 'name','order' => 'ASC')); - $currentcatliste = array(); - foreach($categories as $category) { - if (!is_wp_error( $category )) { - $currentcatliste[$category->cat_ID] = $category->name.' ('.$category->count.' '.__('Einträge','fau').')'; - } - } -/*--------------------------------------------------------------------*/ -/* Durch User änderbare Konfigurationen - * Ab 1.9.5 über Customizer, davor über Theme Options -/*--------------------------------------------------------------------*/ -$setoptions = array( - 'fau_theme_options' => array( - - 'title_tagline' => array( - // Default Section - 'fields' => array( - - 'website_shorttitle' => array( - 'type' => 'text', - 'title' => __( 'Abkürzung', 'fau' ), - 'label' => __( 'Abkürzung für den offiziellen Titel der Website', 'fau' ), - 'default' => '', - 'input_attrs' => array( - 'maxlength' => 10, - 'size' => 8, - 'style' => 'width: auto;', - ), - 'parent' => 'title_tagline' - ), - 'website_logotitle' => array( - 'type' => 'text', - 'title' => __( 'Titel im Logo', 'fau' ), - 'label' => __( 'Bei Einrichtungen der FAU wird der Titel neben dem FAU-Logo gezeigt. Ist der Titel zu lang um ihn optisch korrekt darzustellen, kann hiermmit ein kürzerer Titel angegeben werden. Wird dieser EIntrag leer gelassen, wird der Titel der Website verwendet.', 'fau' ), - 'default' => '', - 'input_attrs' => array( - 'maxlength' => 80, - 'size' => 15, - 'style' => 'width: auto;', - ), - 'parent' => 'title_tagline' - ), - - 'website_type'=> array( - 'type' => 'select', - 'title' => __( 'Typ', 'fau' ), - 'label' => __( 'Bitte wählen Sie hier aus, um welcherart Webauftritt es sich handelt.', 'fau' ), - 'liste' => array( - - 0 => __('Fakultätsportal','fau'), - 1 => __('Department, Lehrstuhl, Einrichtung','fau'), - 2 => __('Zentrale Einrichtung','fau') , - 3 => __('Website für uniübergreifende Kooperationen mit Externen','fau') , - -1 => __('Zentrales FAU-Portal www.fau.de','fau') - ), - 'default' => $defaultoptions['website_type'], - 'parent' => 'title_tagline' - - ), - - - - 'startseite_banner_image' => array( - 'type' => 'image', - 'maxwidth' => 1260, - 'maxheight' => 182, - 'title' => __( 'Banner Startseite', 'fau' ), - 'label' => __( 'Festes Banner für die Startseite (Template für Lehrstühle und Einrichtungen)', 'fau' ), - 'parent' => 'title_tagline', - 'default' => '', - ), - - - - - ) - ), - - - 'allgemeines' => array( - 'tabtitle' => __('Anzeigeoptionen', 'fau'), - 'user_level' => 1, - 'fields' => array( - - 'postoptions' => array( - 'type' => 'section', - 'title' => __( 'Beiträge', 'fau' ), - ), - - 'post_display_category_below' => array( - 'type' => 'toggle', - 'title' => __( 'Zeige Kategorien', 'fau' ), - 'label' => __( 'Liste der Kategorien unter dem Beitrag anzeigen', 'fau' ), - 'default' => $defaultoptions['post_display_category_below'], - 'parent' => 'postoptions' - ), - - 'post_display_tags_below' => array( - 'type' => 'toggle', - 'title' => __( 'Zeige Schlagworte', 'fau' ), - 'label' => __( 'Zeige die Schlagworte eines Beitrags unterhalb des Artikels', 'fau' ), - 'default' => $defaultoptions['post_display_tags_below'], - 'parent' => 'postoptions' - ), - 'advanced_display_postthumb_credits' => array( - 'type' => 'toggle', - 'title' => __( 'Copyright-Hinweis', 'fau' ), - 'label' => __( 'In Beiträgen wird das Artikelbild mit einem Copyright-Hinweis des Bildes versehen, wenn ein solcher Hinweis vorhanden ist.', 'fau' ), - 'default' => $defaultoptions['advanced_display_postthumb_credits'], - 'parent' => 'postoptions' - ), - - 'advanced_activate_post_comments' => array( - 'type' => 'toggle', - 'title' => __( 'Kommentarfunktion', 'fau' ), - 'label' => __( 'Schaltet die Kommentarfunktion für Beiträge ein. Die Kommentare erscheinen unterhalb des Artikels. Bitte beachten Sie, daß diese Darstellung von Kommentarfunktionen ebenfalls von den Diskussions-Einstellungen abhängig sind.', 'fau' ), - 'default' => $defaultoptions['advanced_activate_post_comments'], - 'parent' => 'postoptions' - ), - - - 'advanced_comments_notes_before' => array( - 'type' => 'text', - 'title' => __( 'Hinweistext Eingabeformular', 'fau' ), - 'label' => __( 'Informationen über den Eingabefeldern für neue Kommentare.', 'fau' ), - 'default' => $defaultoptions['advanced_comments_notes_before'], - 'parent' => 'postoptions' - ), - 'advanced_comments_disclaimer' => array( - 'type' => 'text', - 'title' => __( 'Kommentar-Disclaimer', 'fau' ), - 'label' => __( 'Hinweistext zur Abgrenzung zum Inhalt der Kommentare.', 'fau' ), - 'default' => $defaultoptions['advanced_comments_disclaimer'], - 'parent' => 'postoptions' - ), - 'advanced_display_postthumb_alt-from-desc' => array( - 'type' => 'toggle', - 'title' => __( 'Alternativtext Artikelbild', 'fau' ), - 'label' => __( 'Bei der Darstellung des Artikelbildes wird das ALT-Attribut vom Inhalt der Bildbeschreibung gefüllt, wenn das ALT-Attribut leer ist.', 'fau' ), - 'default' => $defaultoptions['advanced_display_postthumb_alt-from-desc'], - 'parent' => 'postoptions' - ), - - - - - - - - - - 'slider' => array( - 'type' => 'section', - 'title' => __( 'Slider', 'fau' ), - 'desc' => __( 'Einstellungen für die wechselnden Bilder auf Startseiten.', 'fau' ), - ), - - 'start_header_count'=> array( - 'type' => 'range-value', - 'title' => __( 'Zahl der Slides', 'fau' ), - 'label' => __( 'Anzahl der Slides von verlinkten Top-Artikeln', 'fau' ), - 'min' => 2, - 'max' => 10, - 'default' => $defaultoptions['start_header_count'], - 'parent' => 'slider' - ), - - 'slider-catid' => array( - 'type' => 'category', - 'title' => __( 'Kategorie', 'fau' ), - 'label' => __( 'Bitte wählen Sie die Kategorie der Artikel aus, die im Slider erscheinen sollen.', 'fau' ), - 'default' => $defaultoptions['slider-catid'], - 'parent' => 'slider' - ), - - 'fallback-slider-image' => array( - 'type' => 'image', - 'maxwidth' => $defaultoptions['slider-image-width'], - 'maxheight' => $defaultoptions['slider-image-height'], - 'title' => __( 'Slider Ersatzbild', 'fau' ), - 'label' => __( 'Ersatzbild für den Slider, für den Fall, daß ein Artikel kein eigenes Artikel- oder Bühnenbild definiert hat.', 'fau' ), - 'parent' => 'slider' - ), - 'fallback-slider-image-title' => array( - 'type' => 'text', - 'title' => __( 'Copyright/Titel Ersatzbild', 'fau' ), - 'label' => __( 'Optionaler Titel bzw. Copyright-Info für das Ersatzbild für den Fall, daß es sich um ein geschnittenes Originalbild handelt.', 'fau' ), - 'default' => '', - 'parent' => 'slider' - ), - - 'default_slider_excerpt_length' => array( - 'type' => 'range-value', - 'title' => __( 'Textauszug', 'fau' ), - 'label' => __( 'Maximale Länge des Teasers des verlinkten Beitrags.', 'fau' ), - 'min' => 0, - 'max' => 350, - 'step' => 10, - 'default' => $defaultoptions['default_slider_excerpt_length'], - 'parent' => 'slider' - ), - - - 'slider-autoplay' => array( - 'type' => 'toggle', - 'title' => __( 'Autoplay', 'fau' ), - 'label' => __( 'Slider automatisch starten', 'fau' ), - 'default' => $defaultoptions['slider-autoplay'], - 'parent' => 'slider' - ), - - 'slider-animation' => array( - 'type' => 'select', - 'title' => esc_html__( 'Slider Animation', 'fau'), - 'label' => esc_html__( 'Art der Animation einzelner Slides', 'fau'), - 'liste' => array( - 'slide' => esc_html__( 'Verschieben', 'fau'), - 'fade' => esc_html__( 'Erscheinen', 'fau'), - ), - 'default' => $defaultoptions['slider-animation'], - 'parent' => 'slider' - ), - - - 'breadcrumb' => array( - 'type' => 'section', - 'title' => __( 'Bühne und Breadcrumb', 'fau' ), - 'desc' => __( 'Einstellungen für den Kopfteil der Startseite und die Breadcrumb.', 'fau' ), - ), - - - - 'breadcrumb_withtitle' => array( - 'type' => 'toggle', - 'title' => __( 'Website-Titel', 'fau' ), - 'label' => __( 'Zeige den Website-Titel oberhalb der Breadcrumb', 'fau' ), - 'default' => $defaultoptions['breadcrumb_withtitle'], - 'parent' => 'breadcrumb' - ), - - - - - - - - - - 'galery' => array( - 'type' => 'section', - 'title' => __( 'Galerien', 'fau' ), - 'desc' => __( 'Einstellungen für Bildergalerien', 'fau' ), - ), - - 'galery_link_original' => array( - 'type' => 'toggle', - 'title' => __( 'Verlinke Galeriebilder', 'fau' ), - 'label' => __( 'Bei der Anzeige einer Defaultgalerie unter der Bildunterschrift eine Verlinkung auf das Originalbild einschalten', 'fau' ), - 'default' => $defaultoptions['galery_link_original'], - 'parent' => 'galery' - ), - 'galery_force_caption_onslick' => array( - 'type' => 'toggle', - 'title' => __( 'Bildbeschriftung bei Galerien erzwingen', 'fau' ), - 'label' => __( 'Bei der Darstellung von Bildergalerien mit dem Slider werden die Bildbeschriftungen immer unterhalb des aktiven Bildes angezeigt.', 'fau' ), - 'default' => $defaultoptions['galery_force_caption_onslick'], - 'parent' => 'galery' - ), - - - - - 'header' => array( - 'type' => 'section', - 'title' => __( 'Header', 'fau' ), - 'desc' => __( 'Einstellungen für den Kopfteil des Webauftritts.', 'fau' ), - ), - // 'advanced_display_header_md-showsitelogo' => array( - // 'type' => 'toggle', - // 'title' => __( 'Website Logo (Mobil)', 'fau' ), - // 'label' => __( 'Zeigt bei der mobilen Ansicht (Darstellung auf kleinen Bildschirmen) das Logo des Webauftritts. Ist dieser Schalter nicht eingeschaltet, wird stattdessen das CI-Logo angezeigt.', 'fau' ), - // 'default' => $defaultoptions['advanced_display_header_md-showsitelogo'], - // 'ifsuperadmin' => true, - // 'parent' => 'header' - // ), - - - - - 'advanced_header_template' => array( - 'type' => 'select', - 'title' => __( 'Kopfteil auf Index- und Kategorieseiten', 'fau' ), - 'label' => __( 'Auf Index- und Kategorieseite wird üblicherweise ein Kopfteil wie bei normalen Seiten mit einer Breadcrumb gezeigt. Stattdessen kann man jedoch auch die Darstellung des Banners von Startseiten auswählen.', 'fau' ), - 'liste' => array( - '' => __('Index in der Standard-Seitenanzeige', 'fau'), - 'banner' => __( 'Banner', 'fau'), - 'slider' => __( 'Slider', 'fau'), - ), - 'default' => $defaultoptions['advanced_header_template'], - 'parent' => 'header' - ), - - - 'footer' => array( - 'type' => 'section', - 'title' => __( 'Footer', 'fau' ), - 'desc' => __( 'Einstellungen für den Fußteil des Webauftritts.', 'fau' ), - ), - - 'advanced_footer_display_socialmedia' => array( - 'type' => 'toggle', - 'title' => __( 'Social Media', 'fau' ), - 'label' => __( 'Zeigt die Social Media Icons im Footerbereich unterhalb des technischen Menüs an', 'fau' ), - 'default' => $defaultoptions['advanced_footer_display_socialmedia'], - 'parent' => 'footer' - ), - 'active_socialmedia_footer' => array( - 'type' => 'multiselectlist', - 'title' => __( 'Widget aktivieren', 'fau' ), - 'label' => __( 'Auf welchen Seiten soll das Widget angezeigt werden.', 'fau' ), - 'liste' => array( - 1 => __('Startseite','fau'), - 2 => __('Portalseiten','fau'), - 3 => __('Suche und Fehlerseiten','fau'), - 4 => __('Inhaltsseite mit Navi','fau'), - 5 => __('Standard Seiten','fau'), - 6 => __('Beiträge','fau'), - -1 => __('Auf allen Seiten','fau'), - ), - 'default' => $defaultoptions['active_socialmedia_footer'], - 'parent' => 'footer', - ), - 'socialmedia' => array( - 'type' => 'toggle', - 'title' => __( 'Social Media Buttons in der ersten Widgetspalte anzeigen', 'fau' ), - 'label' => __( 'Schaltet die Social Media Buttons in der Widgetspalte an oder aus. Bitte beachten Sie, daß die anzuzeigenden Icons selbst als Menü verwaltet werden. Rufen Sie hierzu die Menüeinstellungen auf und bearbeiten dort das Social Media Menü.', 'fau' ), - 'parent' => 'footer', - 'default' => $defaultoptions['socialmedia'], - ), - - 'socialmedia_buttons_title' => array( - 'type' => 'text', - 'title' => __( 'Titel', 'fau' ), - 'label' => __( 'Titel über den Social Media Icons in der ersten Spalte.', 'fau' ), - 'default' => $defaultoptions['socialmedia_buttons_title'], - 'parent' => 'footer', - ), - - 'advanced_footer_display_address' => array( - 'type' => 'toggle', - 'title' => __( 'Adresse', 'fau' ), - 'label' => __( 'Zeigt die Postadresse an, wie sie bei den Inhaltsdaten des Webauftritts angegeben wurde.', 'fau' ), - 'default' => $defaultoptions['advanced_footer_display_address'], - 'parent' => 'footer' - ), - - 'contact_address_name' => array( - 'type' => 'text', - 'title' => __( 'Adressat', 'fau' ), - 'label' => __( 'Erste Zeile der Adresse', 'fau' ), - 'default' => $defaultoptions['contact_address_name'], - 'parent' => 'footer' - ), - 'contact_address_name2' => array( - 'type' => 'text', - 'title' => __( 'Adressat (Zusatz)', 'fau' ), - 'label' => __( 'Zweite Zeile der Adresse', 'fau' ), - 'default' => $defaultoptions['contact_address_name2'], - 'parent' => 'footer' - ), - 'contact_address_street' => array( - 'type' => 'text', - 'title' => __( 'Strasse', 'fau' ), - 'label' => __( 'Strasse inkl. Hausnummer', 'fau' ), - 'default' => $defaultoptions['contact_address_street'], - 'parent' => 'footer' - ), - 'contact_address_plz' => array( - 'type' => 'text', - 'title' => __( 'PLZ', 'fau' ), - 'label' => __( 'Postleitzahl', 'fau' ), - 'default' => $defaultoptions['contact_address_plz'], - 'parent' => 'footer' - ), - 'contact_address_ort' => array( - 'type' => 'text', - 'title' => __( 'Ort', 'fau' ), - 'label' => __( 'Ortsname', 'fau' ), - 'default' => $defaultoptions['contact_address_ort'], - 'parent' => 'footer' - ), - 'contact_address_country' => array( - 'type' => 'text', - 'title' => __( 'Land', 'fau' ), - 'label' => __( 'Optionale Landesangabe', 'fau' ), - 'default' => $defaultoptions['contact_address_country'], - 'parent' => 'footer' - ), - - 'newsbereich' => array( - 'type' => 'section', - 'title' => __( 'Artikelliste (Blogroll)', 'fau' ), - ), - - 'start_max_newscontent'=> array( - 'type' => 'range-value', - 'title' => __( 'Zahl der Artikel (Gesamt)', 'fau' ), - 'label' => __( 'Anzahl der News auf der Startseite unterhalb des Sliders', 'fau' ), - 'default' => $defaultoptions['start_max_newscontent'], - 'parent' => 'newsbereich', - 'min' => 0, - 'max' => 7, - ), - 'start_prefix_tag_newscontent' => array( - 'type' => 'text', - 'title' => __( 'Positionierungs-Tag', 'fau' ), - 'label' => __( 'Angabe des Tag-Prefixes, mit der die Position von definierten Artikel auf der Startseite gesteuert werden kann. Im Artikel wird dann dieser Tag plus eine Nummer von 1 bis 3 vergeben um die Position festzusetzen.
Beispiel bei einem gewählten Tag-Prefix "Startseite": Erster Artikel mit Tag "Startseite1", Zweiter Artikel mit Tag "Startseite2". Wenn mehrere Artikel den Tag "Startseite1" haben und nur eines davon gezeigt werden soll, wird der jüngste Artikel mit dem Tag angezeigt.', 'fau' ), - 'default' => $defaultoptions['start_prefix_tag_newscontent'], - 'parent' => 'newsbereich' - ), - - - 'start_max_newspertag'=> array( - 'type' => 'range-value', - 'title' => __( 'Artikel mit gleichem Positionierungs-Tag', 'fau' ), - 'label' => __( 'Anzahl der Artikel mit dem gleichen Prefix-Tag (Positionierung), die angezeigt werden sollen. Normalerweise sollte hier nur 1 Artikel auf der ersten Position sein.', 'fau' ), - 'min' => 1, - 'max' => 5, - 'default' => $defaultoptions['start_max_newspertag'], - 'parent' => 'newsbereich' - ), - 'start_link_news_show' => array( - 'type' => 'toggle', - 'title' => __( 'Kategorie verlinken', 'fau' ), - 'label' => __( 'Weitere Meldungen verlinken.', 'fau' ), - 'default' => $defaultoptions['start_link_news_show'], - 'parent' => 'newsbereich' - ), - 'start_link_news_cat' => array( - 'type' => 'category', - 'title' => __( 'Kategorie auswählen', 'fau' ), - 'label' => __( 'Unter den News erscheint ein Link auf eine Übersicht der Artikel. Hier wird die Kategorie dafür ausgewählt. Für den Fall, dass keine Artikel mit einem Prefix-Tag ausgestattet sind, wird diese Kategorie auch bei der Anzeige der ersten News verwendet.', 'fau' ), - 'default' => $defaultoptions['start_link_news_cat'], - 'parent' => 'newsbereich' - ), - 'start_link_news_linktitle' => array( - 'type' => 'text', - 'title' => __( 'Linktitel', 'fau' ), - 'label' => __( 'Verlinkungstitel für weitere Meldungen.', 'fau' ), - 'default' => $defaultoptions['start_link_news_linktitle'], - 'parent' => 'newsbereich' - ), - - 'default_postthumb_always' => array( - 'type' => 'toggle', - 'title' => __( 'Artikelbild erzwingen', 'fau' ), - 'label' => __( 'Immer ein Artikelbild zu einer Nachricht zeigen. Wenn kein Artikelbild definiert wurde, nehme stattdessen ein Ersatzbild.', 'fau' ), - 'default' => $defaultoptions['default_postthumb_always'], - 'parent' => 'newsbereich' - ), - - 'default_postthumb_image' => array( - 'type' => 'image', - 'maxwidth' => $defaultoptions['default_rwdimage_width'], - 'maxheight' => $defaultoptions['default_rwdimage_height'], - 'title' => __( 'Thumbnail Ersatzbild', 'fau' ), - 'label' => __( 'Ersatzbild für den Fall, daß ein Artikel kein eigenes Artikelbild definiert hat.', 'fau' ), - 'parent' => 'newsbereich' - ), - - 'default_display_thumbnail_3_2' => array( - 'type' => 'toggle', - 'title' => __( 'Artikelbilder im 3:2 Format', 'fau' ), - 'label' => __( 'Artikelbilder der Artikelliste werden in ein festes 3:2 Format angezeigt. Sollten die Bilder höher oder Breiter sein, werden sie entsprechend proportional verkleinert.', 'fau' ), - 'default' => $defaultoptions['default_display_thumbnail_3_2'], - 'parent' => 'newsbereich' - ), - - 'default_display_continue_link' => array( - 'type' => 'toggle', - 'title' => __( 'Weiterlesen Button', 'fau' ), - 'label' => __( 'Zeige den Weiterlesen-Button hinter jeder Nachricht.', 'fau' ), - 'default' => $defaultoptions['default_display_continue_link'], - 'parent' => 'newsbereich' - ), - - - 'topevents' => array( - 'type' => 'section', - 'title' => __( 'Top Events', 'fau' ), - ), - - 'start_topevents_active' => array( - 'type' => 'toggle', - 'title' => __( 'Aktivieren', 'fau' ), - 'label' => __( 'Anzeige der Top-Events aktivieren', 'fau' ), - 'default' => $defaultoptions['start_topevents_active'], - 'parent' => 'topevents' - ), - - 'topevents_templates' => array( - 'type' => 'multiselectlist', - 'title' => __( 'Seitentypen', 'fau' ), - 'label' => __( 'Auf welchen Seiten sollen Top Events in der Sidebar angezeigt werden.', 'fau' ), - 'liste' => array( - 1 => __('Startseite','fau'), - 2 => __('Portalseiten','fau'), - 3 => __('Suche und Fehlerseiten','fau'), - ), - 'default' => $defaultoptions['topevents_templates'], - 'parent' => 'topevents' - ), - 'start_topevents_max'=> array( - 'type' => 'range-value', - 'title' => __( 'Anzahl Top-Events', 'fau' ), - 'label' => __( 'Wieviele Top-Events sollen maximal angezeigt werden.', 'fau' ), - 'default' => $defaultoptions['start_topevents_max'], - 'min' => 1, - 'max' => 6, - 'parent' => 'topevents' - ), - - 'fallback_topevent_image' => array( - 'type' => 'image', - 'maxwidth' => $defaultoptions['default_rwdimage_width'], - 'maxheight' => $defaultoptions['default_rwdimage_height'], - 'title' => __( 'Thumbnail Ersatzbild', 'fau' ), - 'default' => $defaultoptions['fallback_topevent_image'], - 'label' => __( 'Ersatzbild für den Fall, daß für den Eventeintrag kein eigenes Bild definiert wurde.', 'fau' ), - 'parent' => 'topevents' - ), - - - - - 'suchergebnisse' => array( - 'type' => 'section', - 'title' => __( 'Suchergebnisse', 'fau' ), - ), - - 'search_display_post_thumbnails' => array( - 'type' => 'toggle', - 'title' => __( 'Thumbnails', 'fau' ), - 'label' => __( 'Bei den Suchergebnisse Thumbnails anzeigen, wenn diese vorhanden sind', 'fau' ), - 'default' => $defaultoptions['search_display_post_thumbnails'], - 'parent' => 'suchergebnisse' - ), - 'search_display_post_cats' => array( - 'type' => 'toggle', - 'title' => __( 'Kategorien', 'fau' ), - 'label' => __( 'Bei den Suchergebnisse Kategorien der Beiträge anzeigen', 'fau' ), - 'default' => $defaultoptions['search_display_post_cats'], - 'parent' => 'suchergebnisse' - ), - 'search_display_continue_arrow' => array( - 'type' => 'toggle', - 'title' => __( 'Weiterlesen Button', 'fau' ), - 'label' => __( 'Zeige den Weiterlesen-Button hinter jeder Nachricht.', 'fau' ), - 'default' => $defaultoptions['search_display_continue_arrow'], - 'parent' => 'suchergebnisse' - ), - 'default_search_excerpt_length' => array( - 'type' => 'range-value', - 'title' => __( 'Länge Textauszug', 'fau' ), - 'label' => __( 'Anzahl der maximalen Zeichen für den Textauszug bei der Ergebnisliste.', 'fau' ), - 'default' => $defaultoptions['default_search_excerpt_length'], - 'min' => 80, - 'max' => 500, - 'step' => 10, - 'parent' => 'suchergebnisse' - ), - 'search_display_excerpt_morestring'=> array( - 'type' => 'text', - 'title' => __( 'Textabbruch', 'fau' ), - 'label' => __( 'Falls der Textauszug nach der vorgegebenen Länge abgeschnitten werden muss, können hier Trennzeichen angegeben werden.', 'fau' ), - 'default' => $defaultoptions['search_display_excerpt_morestring'], - 'parent' => 'suchergebnisse' - ), - 'search_display_typenote' => array( - 'type' => 'toggle', - 'title' => __( 'Typ anzeigen', 'fau' ), - 'label' => __( 'Zeige Inhaltstyp des Treffers an.', 'fau' ), - 'default' => $defaultoptions['search_display_typenote'], - 'parent' => 'suchergebnisse' - ), - - - 'search_allowfilter' => array( - 'type' => 'toggle', - 'title' => __( 'Suche filterbar', 'fau' ), - 'label' => __( 'Erlaubt es, Suchergebnisse nach der Art des Dokumenttypes (Seiten, Beiträge, etc.) zu filtern.', 'fau' ), - 'default' => $defaultoptions['search_allowfilter'], - 'parent' => 'suchergebnisse' - ), - 'search_post_types_checked' => array( - 'type' => 'multiselectlist', - 'title' => __( 'Filter', 'fau' ), - 'label' => __( 'Vorab aktivierte Suchbereiche des Filters. In diesen wird gesucht, wenn der Nutzer der Seite keine Auswahl trifft oder diese nicht zur Verfügung gestellt wird.', 'fau' ), - 'liste' => array( - "page" => __('Seiten','fau'), - "post" => __('Artikel','fau'), - "attachment" => __('Dokumente und Bilder','fau'), - ), - 'default' => $defaultoptions['search_post_types_checked'], - 'parent' => 'suchergebnisse' - ), - 'search_notice_searchregion' => array( - 'type' => 'text', - 'title' => __( 'Hinweis zum Suchbereich', 'fau' ), - 'label' => __( 'Für Besucher der Website ist oft nicht klar, daß die Suchmaschine nur den einzelnen Webauftritt durchsucht und nicht beispielsweise alle Seiten der FAU. Dieser Texthinweis macht darauf aufmerksam.', 'fau' ), - 'default' => $defaultoptions['search_notice_searchregion'], - 'parent' => 'suchergebnisse' - ), - - - - ) - ), - - - - 'advanced' => array( - 'tabtitle' => __('Erweitert', 'fau'), - 'user_level' => 1, - 'capability' => 'customize', - 'fields' => array( - 'bedienung' => array( - 'type' => 'section', - 'title' => __( 'Backend', 'fau' ), - ), - 'advanced_beitragsoptionen' => array( - 'type' => 'toggle', - 'title' => __( 'Erweiterte Beitragsoptionen', 'fau' ), - 'label' => __( 'Bei der Bearbeitung von Beiträgen die erweiterten Optionen anzeigen.', 'fau' ), - 'default' => $defaultoptions['advanced_beitragsoptionen'], - 'parent' => 'bedienung' - ), - 'advanced_topevent' => array( - 'type' => 'toggle', - 'title' => __( 'Top-Events', 'fau' ), - 'label' => __( 'Ermöglicht es Beiträge als Top-Event zu deklarieren und entsprechende Optionen freizuschalten.', 'fau' ), - 'default' => $defaultoptions['advanced_topevent'], - 'parent' => 'bedienung' - ), - - 'advanced_post_active_subtitle' => array( - 'type' => 'toggle', - 'title' => __( 'Untertitel (Beiträge)', 'fau' ), - 'label' => __( 'Erlaube die Eingabe von Untertitel bei Beiträgen.', 'fau' ), - 'default' => $defaultoptions['advanced_post_active_subtitle'], - 'parent' => 'bedienung' - ), - - 'advanced_reveal_pages_id' => array( - 'type' => 'toggle', - 'title' => __( 'Zeige Seiten-Ids', 'fau' ), - 'label' => __( 'In der Übersicht der Seiten werden die Ids angezeigt.', 'fau' ), - 'default' => $defaultoptions['advanced_reveal_pages_id'], - 'parent' => 'bedienung' - ), - - 'advanced_activate_page_langcode' => array( - 'type' => 'toggle', - 'title' => __( 'Seitensprache', 'fau' ), - 'label' => __( 'Aktiviert die Möglichkeit, pro Seite eine eigene Inhaltssprache zu deklarieren, die von dem Rest des Webauftritts abweicht. Deklariert wird dabei die Überschrift der Seite und dessen Inhaltsbereich. Die restlichen Bestandteile, inkl. der Sidebar bleiben in der Sprache, mit der die gesamte Website gekennzeichnet wurde. Achtung: Diese Option arbeitet nicht mit dem Workflow-Plugin für mehrsprachigen Webauftritten zusammen. Diese Option sollte nur dann verwendet werden, wenn anderssprachige Seiten eine Ausnahme auf dem Webauftritt darstellen. Für umfangreiche Webauftritte in verschiedenen Sprachen sind eigene sprachspezifische Webauftritte vorzuziehen. Webauftritte, die unterhalb einer Domain mehrmals die Sprachen wechseln und eine Mischung im Navigationsmenu haben, haben zudem ein schlechteres Suchmaschinen-Ranking.', 'fau' ), - 'default' => $defaultoptions['advanced_activate_page_langcode'], - 'parent' => 'bedienung' - ), - - - - - - - 'topmenulinks' => array( - 'type' => 'section', - 'title' => __( 'Hauptmenü', 'fau' ), - ), - - - 'menu_pretitle_portal' => array( - 'type' => 'text', - 'title' => __( 'Menü Portal-Button (Vortitel)', 'fau' ), - 'label' => __( 'Begriff vor dem Titel des gewählten Menüs', 'fau' ), - 'default' => $defaultoptions['menu_pretitle_portal'], - 'parent' => 'topmenulinks' - ), - 'menu_aftertitle_portal' => array( - 'type' => 'text', - 'title' => __( 'Menü Portal-Button (Nachtitel)', 'fau' ), - 'label' => __( 'Begriff nach dem Titel des gewählten Menüs', 'fau' ), - 'default' => $defaultoptions['menu_aftertitle_portal'], - 'parent' => 'topmenulinks' - ), - - - 'advanced_display_portalmenu_forceclick' => array( - 'type' => 'toggle', - 'title' => __( 'Menü erfordert Klick', 'fau' ), - 'label' => __( 'Die Unterpunkte des Menüs öffnen sich nur bei einem Klick auf den jeweiligen Menüpunkt.', 'fau' ), - 'default' => $defaultoptions['advanced_display_portalmenu_forceclick'], - // 'ifmodvalue' => -1, - // 'ifmodname' => 'website_type', - // 'ifsuperadmin' => true, - 'parent' => 'topmenulinks' - ), - - - - 'contentmenus' => array( - 'type' => 'section', - 'title' => __( 'Inhaltsmenüs', 'fau' ), - ), - 'default_submenu_entries' => array( - 'type' => 'range-value', - 'title' => __( 'Untermenüpunkte', 'fau' ), - 'label' => __( 'Anzahl der anzuzeigenden Untermenüpunkte (Zweite Ebene).', 'fau' ), - 'default' => $defaultoptions['default_submenu_entries'], - 'min' => 0, - 'max' => 10, - 'step' => 1, - 'parent' => 'contentmenus' - ), - - 'fallback_submenu_image' => array( - 'type' => 'image', - 'maxwidth' => $defaultoptions['default_rwdimage_2-1_width'], - 'maxheight' => $defaultoptions['default_rwdimage_2-1_height'], - 'title' => __( 'Thumbnail Ersatzbild', 'fau' ), - 'label' => __( 'Ersatzbild für den Fall, daß eine verlinkte Seite kein eigenes Artikelbild definiert hat.', 'fau' ), - 'parent' => 'contentmenus', - 'default' => $defaultoptions['fallback_submenu_image'], - ), - - - - - 'sidebaropt' => array( - 'type' => 'section', - 'title' => __( 'Sidebar', 'fau' ), - 'desc' => __('Konfigurationen der Sidebar auf Seiten', 'fau'), - 'user_level' => 2, - ), - 'advanced_page_sidebar_titleabove' => array( - 'type' => 'toggle', - 'title' => __( 'Feld Titel oben', 'fau' ), - 'label' => __( 'Fragt ein eigenes Titelfeld über den Texteditor zum Text oben ab (Titel können allerdings auch im Editorfeld eingegeben werden)', 'fau' ), - 'default' => $defaultoptions['advanced_page_sidebar_titleabove'], - 'parent' => 'sidebaropt' - ), - 'advanced_page_sidebar_titlebelow' => array( - 'type' => 'toggle', - 'title' => __( 'Feld Titel unten', 'fau' ), - 'label' => __( 'Fragt ein eigenes Titelfeld über den Texteditor zum Text unten ab (Titel können allerdings auch im Editorfeld eingegeben werden)', 'fau' ), - 'default' => $defaultoptions['advanced_page_sidebar_titlebelow'], - 'parent' => 'sidebaropt' - ), - - 'advanced_page_sidebar_useeditor_textabove' => array( - 'type' => 'toggle', - 'title' => __( 'WYSIWYG-Editor Text oben', 'fau' ), - 'label' => __( 'Erlaubt die Nutzung des WYSWYG-Editors für die Eingabe von Text in der Sidebar. Dies schließt auch HTML-Tags mit Bildern und Links ein. Andernfalls ist nur ein Text mit Absätzen möglich.', 'fau' ), - 'default' => $defaultoptions['advanced_page_sidebar_useeditor_textabove'], - 'parent' => 'sidebaropt' - ), - 'advanced_page_sidebar_useeditor_textbelow' => array( - 'type' => 'toggle', - 'title' => __( 'WYSIWYG-Editor Text unten', 'fau' ), - 'label' => __('Erlaubt die Nutzung des WYSWYG-Editors für die Eingabe von Text in der Sidebar. Dies schließt auch HTML-Tags mit Bildern und Links ein. Andernfalls ist nur ein Text mit Absätzen möglich.', 'fau' ), - 'default' => $defaultoptions['advanced_page_sidebar_useeditor_textbelow'], - 'parent' => 'sidebaropt' - ), - - - - 'advanced_page_sidebar_personen_title' => array( - 'type' => 'text', - 'title' => __( 'Default Titel über Kontakte', 'fau' ), - 'label' => __( 'Optionaler Titel über einem ausgewählten Kontakt.', 'fau' ), - 'default' => $defaultoptions['advanced_page_sidebar_personen_title'], - 'parent' => 'sidebaropt' - ), - 'advanced_page_sidebar_linkblock1_title' => array( - 'type' => 'text', - 'title' => __( 'Default Titel erster Linkblock', 'fau' ), - 'label' => __( 'Optionaler Titel über den ersten Linkblock, wenn dieser belegt ist.', 'fau' ), - 'default' => $defaultoptions['advanced_page_sidebar_linkblock1_title'], - 'parent' => 'sidebaropt' - ), - - 'advanced_page_sidebar_linkblock2_title' => array( - 'type' => 'text', - 'title' => __( 'Default Titel zweiter Linkblock', 'fau' ), - 'label' => __( 'Optionaler Titel über den zweiten Linkblock, wenn dieser belegt ist.', 'fau' ), - 'default' => $defaultoptions['advanced_page_sidebar_linkblock2_title'], - 'parent' => 'sidebaropt' - ), - 'advanced_page_sidebar_linkblock1_number' => array( - 'type' => 'range-value', - 'title' => __( 'Links im ersten Linkblock', 'fau' ), - 'label' => __( 'Wieviele Links können maximal im ersten Linkblock angegeben werden.', 'fau' ), - 'default' => $defaultoptions['advanced_page_sidebar_linkblock1_number'], - 'min' => 1, - 'max' => 10, - 'parent' => 'sidebaropt' - ), - 'advanced_page_sidebar_linkblock2_number' => array( - 'type' => 'range-value', - 'title' => __( 'Links im zweiten Linkblock', 'fau' ), - 'label' => __( 'Wieviele Links können maximal im zweiten Linkblock angegeben werden.', 'fau' ), - 'default' => $defaultoptions['advanced_page_sidebar_linkblock2_number'], - 'min' => 1, - 'max' => 10, - 'parent' => 'sidebaropt' - ), - 'advanced_page_sidebar_wpsidebar' => array( - 'type' => 'toggle', - 'title' => __( 'Aktiviere Widget-Funktion', 'fau' ), - 'label' => __( 'Widgets die auf allen Seiten angezeigt werden sollen. Sollten Seitenspezifische Inhalte in der Sidebar angegeben worden sein, wird diese Sidebar darunter folgen. Diese Sidebar-Inhalte werden nicht auf Beiträgen gezeigt.', 'fau' ), - 'default' => $defaultoptions['advanced_page_sidebar_wpsidebar'], - 'parent' => 'sidebaropt' - ), - - - - - 'inhalte' => array( - 'type' => 'section', - 'title' => __( 'Metadaten und Inhalte', 'fau' ), - ), - 'advanced_images_info_credits' => array( - 'type' => 'select', - 'title' => __( 'Copyright-Info ermitteln', 'fau' ), - 'label' => __( 'Definiert, ob die Copyright-Info eines Bildes sich aus dessen IPTC-Infos ermittelt oder durch die Texteingabe Beschreibung überschrieben werden kann.
Reihenfolge via IPTC: 1. IPTC-Copyright, 2. IPTC-Credit, 3. IPTC-Author, 4. Beschreibung, 5. IPTC-Caption, 6. Bildunterschrift.
Durch diese Auswahl kann die Beschreibung priorisiert werden.', 'fau' ), - 'liste' => array('0' => __('IPTC-Feld Copyright hat Priorität', 'fau'), - '1' => __('Eingabefeld Beschreibung überschreibt IPTC und andere vorangige Felder.', 'fau')), - 'default' => $defaultoptions['advanced_images_info_credits'], - 'parent' => 'inhalte' - ), - 'advanced_display_hero_credits' => array( - 'type' => 'toggle', - 'title' => __( 'Copyright-Hinweis', 'fau' ), - 'label' => __( 'Auf der Startseite wird im Slider bzw. im Banner der Copyright-Hinweis des Bildes angezeigt, wenn vorhanden', 'fau' ), - 'default' => $defaultoptions['advanced_display_hero_credits'], - 'parent' => 'inhalte' - ), - - 'google-site-verification' => array( - 'type' => 'text', - 'title' => __( 'Google Site Verification', 'fau' ), - 'label' => __( 'Zur Verifikation der Website als Property in den Google Webmaster Tools wird die Methode über den HTML-Tag ausgewählt. Google erstellt dann auf der Einrichtungsseite eine HTML-Anweisung. Von dieser Anweisung kopiert man den Bestandteil, der im Attribut "content" angegeben ist.
Beispiel:
Google gibt den HTML-Code:    <meta name="google-site-verification" content="BBssyCpddd8" />
Dann geben Sie dies ein: BBssyCpddd8 .', 'fau' ), - 'default' => $defaultoptions['google-site-verification'], - 'parent' => 'inhalte' - ), - - - - - - ), - ), - - - - 'debugmode' => array( - 'tabtitle' => __('Einstellungen im Debugmode', 'fau'), - 'user_level' => 1, - 'capability' => 'customize', - 'fields' => array( - - - - 'debugorgs' => array( - 'type' => 'section', - 'title' => __( 'Organisatorisches', 'fau' ), - ), - - - 'debug_website_fakultaet'=> array( - 'type' => 'select', - 'title' => __( 'Fakultät setzen', 'fau' ), - 'label' => __( 'Das Logo kann im Titel eine Farbe bekommen. Diese wird üblicherweise aus dem Theme-Child bestimmt, kann aber mit dieser Variante zu Testzwecken auch überschrieben werden. Diese Funktion wird im produktiven Betrieb nicht zur Verfügung stehen.', 'fau' ), - 'liste' => array( - - '' => __('Themefarbe (Default)','fau'), - 'zentral' => __('Zentral','fau'), - 'phil' => __('Phil','fau'), - 'med' => __('Med','fau'), - 'nat' => __('Nat','fau'), - 'rw' => __('RW','fau'), - 'tf' => __('TF','fau'), - - ), - 'default' => '', - 'parent' => 'debugorgs', - 'ifmodvalue' => true, - 'ifmodname' => 'debugmode', - - ), - 'debug_orgabreadcrumb'=> array( - 'type' => 'toggle', - 'title' => __( 'Orga Breadcrumb simulieren', 'fau' ), - 'label' => __( 'Es wird eine organisatorische Breadcrumb simuliert und ausgegeben. Diese wird im produktiven Betrieb durch ein Plugin bereit gestellt werden. Mit dieser Option kann man ohne Installation und Konfiguration des Plugins die Ausgabe mit Pseudodaten simulieren.', 'fau' ), - 'default' => false, - 'parent' => 'debugorgs', - 'ifmodvalue' => true, - 'ifmodname' => 'debugmode', - - ), - - 'debugcontent' => array( - 'type' => 'section', - 'title' => __( 'Plugins und Content', 'fau' ), - ), - - - 'debug_sprachschalter'=> array( - 'type' => 'toggle', - 'title' => __( 'Sprachschalter simulieren', 'fau' ), - 'label' => __( 'Der Sprachschalter wird im produktiven Betrieb durch eines der Plugins CMS Workflow oder Language Switcher aktiviert. Mit dieser Option kann man ohne Installation und Konfiguration der Plugins den Sprachschalter simulieren - sprich den HTML-Code im Header erzeugen lassen. Falls einer der Plugins vorhanden und aktiv ist, wird diese Debug-Einstellung vorrang haben. ', 'fau' ), - 'default' => false, - 'parent' => 'debugcontent', - 'ifmodvalue' => true, - 'ifmodname' => 'debugmode', - - ), - - - - - ), - ), - - - ) -); - + 81, + // zaehlt jedesmal hoch, wenn neue Optionen eingefuegt werden + // oder Default Optionen geaendert werden. Vorhandene Defaultoptions + // in der Options-Table werden nur dann geändert, wenn der Wert erhöht + // wurde oder die Theme Options von Hand aufgerufen und gespeichert wurden. + 'debugmode' => true, + // Der Debugmode erlaubt die Einschaltung von Debug- und Demowerten über den Customizer. + // Bei der Compilierung des Themes mit Gulp wird der Debugmode bei + // 'gulp build' auf false gesetzt + // Ansonsten kann er manuell über 'gulp nodebug' auf false und + // mit 'gulp debugmode' auf true gesetzt werden + // Oder hier von Hand :) + 'js-version' => '2.10', + // Theme-Versionslinie, wird überschrieben durch Style.css Version + + 'website_type' => 1, + // website_type: + // 0 = Fakultaetsportal; + // 1 = Lehrstuehle, Departments + // 2 = Zentrale Einrichtungen, + // 3 = Kooperationen + // -1 = fau.de Portal (4 Spalter in Bühne, kein Link zur FAU. + + 'website_usefaculty' => 'tf', + // phil, med, nat, rw, tf + // Setzt fest die Fakultät bei Wahl des Website-Types + + 'default_home_orga' => 'fau', + // Muss in $default_fau_orga_data auf erster Ebene vorhanden sein. + 'default-social-media-color' => '#04316a', + 'default-sourcecode-notice' => true, + 'default-sourcecode-notice-text' => __("Wenn Sie dies lesen, sind wir vielleicht was für Sie! \n Die FAU sucht immer vielversprechende Talente in allen universitären Bereichen, die bereit sind, sich mit Leidenschaft, Kreativität und Engagement für die FAU einzusetzen: \n https://jobs.fau.de",'fau'), + 'optionpage-tab-default' => 'website', + 'content-width' => 620, + 'content-width-fullpage' => 940, + 'src-fallback-slider-image' => get_fau_template_uri().'/img/slider-fallback.jpg', + 'slider-catid' => 0, + 'src-scriptjs' => get_fau_template_uri() . '/js/fau-theme.min.js', + 'src-sliderjs' => get_fau_template_uri() . '/js/fau-theme-slick.min.js', + 'src-printlinks' => get_fau_template_uri() . '/js/printlinks.min.js', + 'src-adminjs' => get_fau_template_uri() . '/js/fau-theme-admin.min.js', + 'src-admin-customizer-js' => get_fau_template_uri() . '/js/fau-theme-customizer-range-value-control.min.js', + 'src-admin-wplinkjs' => get_fau_template_uri() . '/js/fau-theme-wplink.min.js', + + 'src-svglib_dir' => get_template_directory(). '/src/svglib/', + + 'default_slider_excerpt_length' => 240, + 'slider-autoplay' => true, + 'slider-animation' => 'fade', + 'slider-stoptext' => __('Animation stoppen','fau'), + 'slider-starttext' => __('Animation starten','fau'), + + + + 'start_header_count' => 5, + 'start_max_newscontent' => 5, + 'start_max_newspertag' => 1, + 'start_prefix_tag_newscontent' => 'startseite', + 'start_link_news_cat' => 0, + 'start_link_news_show' => 1, + 'start_link_news_linktitle' => __('Mehr Meldungen','fau'), + + + 'default_postthumb_always' => 1, + 'default_postthumb_image' => 0, + 'default_submenu_spalten' => 4, + 'default_submenu_entries' => 5, + 'menu_fallbackquote_show_excerpt' => 1, + 'menu_fallbackquote_excerpt_length' => 240, + 'start_topevents_max' => 1, + 'start_topevents_active' => true, + 'topevent_hideimage' => false, + 'topevents_templates' => array(1), + 'fallback_topevent_image' => 0, + 'fallback_submenu_image' => 0, + 'default_topevent_excerpt_length' => 100, + + 'default_startseite-bannerbild-image_src' => get_fau_template_uri().'/img/bannerbild-tafel-1260x182.jpg', + 'startseite_banner_usedefault' => false, + + + /* Image Sizes */ + + /* Default Thumb Size */ + 'default_thumb_width' => 300, + 'default_thumb_height' => 150, + 'default_thumb_crop' => false, + + /* Image Sizes for Slider, Name: hero */ + 'slider-image-width' => 1260, + 'slider-image-height' => 350, + 'slider-image-crop' => true, + + /* Hero Banner - Name: herobanner */ + 'default_startseite-bannerbild-image_width' => 1260, + 'default_startseite-bannerbild-image_height' => 182, + 'default_startseite-bannerbild-image_crop' => true, + + /* Small 2:1 size for image */ + 'default_rwdimage_2-1_typname' => 'rwd-480-2-1', + 'default_rwdimage_2-1_width' => 480, + 'default_rwdimage_2-1_height' => 240, + 'default_rwdimage_2-1_crop' => false, + + /* Small 3:2 size for images - Name: rwd-480-3-2 */ + 'default_rwdimage_typname' => 'rwd-480-3-2', + 'default_rwdimage_width' => 480, + 'default_rwdimage_height' => 320, + 'default_rwdimage_crop' => false, + + /* Images for gallerys - Name: gallery-full */ + 'default_gallery_full_width' => 940, + 'default_gallery_full_height' => 470, + 'default_gallery_full_crop' => false, + + + 'breadcrumb_root' => __('Startseite', 'fau'), + 'breadcrumb_withtitle' => false, + 'breadcrumb_showcurrent' => true, + 'default_logo_height' => 152, + 'default_logo_width' => 400, + + 'socialmedia' => 0, + 'active_socialmedia_footer' => array(0), + 'socialmedia_buttons_title' => __('Social Media','fau'), + + 'socialmedia_menu_name' => __( 'Social Media Menu', 'fau' ), + 'socialmedia_menu_position' => 'FAU_SocialMedia_Menu_Footer', + 'socialmedia_menu_position_title' => __( 'Social Media Bereich im Footer', 'fau' ), + + 'menu_pretitle_portal' => __('Portal', 'fau'), + 'menu_aftertitle_portal' => '', + + 'contact_address_name' => __('Friedrich-Alexander-Universität', 'fau'), + 'contact_address_name2' => __('Erlangen-Nürnberg', 'fau'), + 'contact_address_street' => __('Schlossplatz 4', 'fau'), + 'contact_address_plz' => __('91054', 'fau'), + 'contact_address_ort' => __('Erlangen', 'fau'), + + 'contact_address_country' => '', + 'google-site-verification' => '', + 'default_mainmenu_number' => 4, + + + 'default_excerpt_morestring' => '...', + 'default_excerpt_length' => 50, + 'default_anleser_excerpt_length' => 300, + 'default_search_excerpt_length' => 300, + 'default_display_continue_link' => true, + + 'custom_excerpt_allowtags' => 'br', + 'title_hero_search' => __( 'Webauftritt durchsuchen', 'fau' ), + + 'advanced_footer_display_address' => true, + 'advanced_footer_display_socialmedia' => false, + + + 'advanced_beitragsoptionen' => true, + 'advanced_topevent' => true, + 'default_display_thumbnail_3_2' => true, + 'galery_link_original' => true, + 'galery_force_caption_onslick' => true, + + 'advanced_post_active_subtitle' => true, + + 'advanced_page_sidebar_titleabove' => true, + 'advanced_page_sidebar_titlebelow' => true, + 'advanced_page_sidebar_useeditor_textabove' => false, + 'advanced_page_sidebar_useeditor_textbelow' => false, + + + 'advanced_header_banner_display_title' => true, + // Anzeige des Website-Titels bei der Startseite (mit Banner) + 'advanced_header_banner_display_slogan' => true, + // Anzeige des Slogans bei der Startseite (mit Banner) + + 'advanced_page_sidebar_wpsidebar' => false, + // wenn true, wird die Siderbar fuer Pages aktiviert + 'advanced_page_sidebar_wpsidebar_id' => 'page-sidebar', + // Sidebar Id + + + 'advanced_page_sidebar_personen_title' => __('Kontakt','fau'), + 'advanced_page_sidebar_linkblock1_number' => 3, + 'advanced_page_sidebar_linkblock2_number' => 3, + 'advanced_page_sidebar_linkblock1_title' => __('Weitere Informationen','fau'), + 'advanced_page_sidebar_linkblock2_title' => __('Sonstiges','fau'), + 'advanced_page_sidebar_order_personlinks' => 0, + // 0 = Kontakte, Links + // 1 = Links, Kontakte + 'advanced_activate_post_comments' => false, + 'advanced_comments_notes_before' => __('Ihre E-Mail-Adresse wird nicht angezeigt. Verpflichtende Felder werden mit dem folgenden Zeichen markiert: *', 'fau' ), + 'advanced_comments_disclaimer' => __('Hinweis: Die Kommentare wurden von Lesern geschrieben und spiegeln deren persönliche Meinung wieder. Sie müssen nicht die Meinung der Universität oder der Fakultät repräsentieren.', 'fau' ), + 'advanced_comments_avatar' => false, + + + 'post_display_category_below' => true, + 'post_display_tags_below' => true, + + 'search_display_post_thumbnails' => true, + 'search_display_post_cats' => true, + 'search_display_continue_arrow' => true, + 'search_display_excerpt_morestring' => '...', + 'search_display_typenote' => true, + 'advanced_display_postthumb_alt-from-desc' => false, + 'search_post_types' => array("page", "post", "attachment"), + 'search_post_types_checked' => array("page", "post"), + 'search_allowfilter' => true, + 'search_notice_searchregion' => __('Es wird nur in diesem Webauftritt gesucht. Um Dokumente und Seiten aus anderen Webauftritten zu finden, nutzen Sie bitte die jeweils dort zu findende Suchmaschine oder verwenden eine Internet-Suchmaschine.','fau'), + + + 'advanced_reveal_pages_id' => false, + // Zeigt Page-ID im Backend der Seitebearbeitung + 'advanced_images_info_credits' => 0, + 'advanced_display_hero_credits' => true, + 'advanced_display_postthumb_credits' => true, + // Zeigt das Copyright-Feld as der EXIF-Meta von Bildern an + 'advanced_activate_page_langcode' => false, + // Option zur Deklarierung einer anderen Sprache für eine Seite + 'advanced_blogroll_thumblink_alt_pretitle' => __('Zum Artikel "','fau'), + // Alternativer Tag wird mit dem Tiotel des verlinkten Beitrags gefüllt. + // Hier kann davor noch ein Vortitel stehen. + 'advanced_blogroll_thumblink_alt_posttitle' => '"', + // Alternativer Tag wird mit dem Tiotel des verlinkten Beitrags gefüllt. + // Hier kann davor noch ein teil dahinter stehen. + + 'advanced_topevent_thumblink_alt_pretitle' => __('Zum Artikel "','fau'), + // Alternativer Tag wird mit dem Tiotel des verlinkten Beitrags gefüllt. + // Hier kann davor noch ein Vortitel stehen. + 'advanced_topevent_thumblink_alt_posttitle' => '"', + // Alternativer Tag wird mit dem Tiotel des verlinkten Beitrags gefüllt. + // Hier kann davor noch ein teil dahinter stehen. + + 'advanced_display_portalmenu_forceclick' => false, + // Hauptmenü öffnet sich nur bei einem Klick + // 'advanced_display_header_md-showsitelogo' => false, + // Zeigt bei der mobilen Ansicht statt dem Logo der Website das + // CI Logo der FAU anstelle des Logos der Website + 'advanced_display_portalmenu_button' => true, + // Per Default wird ein Button zur Verlinkung der jeweiligen + // Menüoberseite im Flyout angezeigt. + // Wenn das Flyout jedoch auf Hover/Focus öffnet, kann der Button + // weggelassen werden, da dann auch der Klick auf den Hauptmenüpunkt + // wirksam ist. + // Diese Option wirkt nicht, wenn das Menü einen Klick + // erfordert um zu öffnen. + + 'advanced_header_template' => '', + // Anzeigeform des Heros bei Index- und Kategorieseiten + 'advanced_template_page_start_display_content' => false, + // Auf dem Template "Page Start" (Startseite) wird der Content + // per Default nicht gezeigt (false). Über die Customizer-Option + // kann dieser Eintrag geändert werden. + ]; + + $content_width =$defaultoptions['content-width']; + +/*--------------------------------------------------------------------*/ +/* Initialisiere Options und Theme Mods +/* (unter besonderer Berücksichtung der Abwärtskompatibilität alter Options) +/*--------------------------------------------------------------------*/ +function fau_initoptions() { + global $defaultoptions; + global $setoptions; + global $OPTIONS_NAME; + + + $themeopt = get_theme_mods(); + $theme = get_option( 'stylesheet' ); + $newoptions = $defaultoptions; + + + $theme_data = wp_get_theme(); + $newoptions['version'] = $theme_data->Version; + + + $update_thememods = false; + // Fuer Abwaertscompatibilitaet zu alten Images aus dem Option Settings: + foreach($setoptions[$OPTIONS_NAME] as $tab => $f) { + foreach($setoptions[$OPTIONS_NAME][$tab]['fields'] as $i => $value) { + if ($value['type'] == "image") { + if (isset($newoptions[$i."_id"])) { + if (!isset($themeopt[$i])) { + $themeopt[$i] = $newoptions[$i."_id"]; + $update_thememods = true; + } + } + } elseif ($value['type'] == 'section') { + // this not + } elseif ((!isset($themeopt[$i])) && (isset($newoptions[$i]))) { + $themeopt[$i] = $newoptions[$i]; + $update_thememods = true; + } + } + } + if ($update_thememods==true) { + + update_option( "theme_mods_$theme", $themeopt ); + } + + $theme_opt_version = get_theme_mod('optiontable-version'); + + if ((!isset($theme_opt_version)) || ($theme_opt_version < $defaultoptions['optiontable-version'])) { + // Optiontable ist neuer. Prüefe noch die Optionen, die nicht + // in der Settable stehen und fülle diese ebenfalls in theme_mods: + + $ignoreoptions = array(); + $update_thememods = false; + foreach($setoptions[$OPTIONS_NAME] as $tab => $f) { + foreach($setoptions[$OPTIONS_NAME][$tab]['fields'] as $i => $value) { + $ignoreoptions[$i] = $value; + } + } + $defaultlist = ''; + foreach($defaultoptions as $i => $value) { + if (!isset($ignoreoptions[$i])) { + if (isset($themeopt[$i]) && ($themeopt[$i] != $defaultoptions[$i])) { + $themeopt[$i] = $defaultoptions[$i]; + $update_thememods = true; + } elseif (!isset($themeopt[$i])) { + $themeopt[$i] = $defaultoptions[$i]; + $update_thememods = true; + } + } + } + if ($update_thememods==true) { + update_option( "theme_mods_$theme", $themeopt ); + } else { + // only version number + set_theme_mod( 'optiontable-version', $defaultoptions['optiontable-version'] ); + } + + + fau_compatible_header_logo(); + // Prüfe: Header-Image zu Custom Logo + } + + + return $newoptions; +} + +/*--------------------------------------------------------------------*/ +/* Ab Version 2.0 wurde die Verwaltung des Logos von Header-Image auf Custom Logo umgestellt. +/* Für Installationen, bei der das Logo jedoch mit Header Ikmage hochgeladen wurden, +/* soll das Logo dennoch weiterhin angezeigt werden. +/*--------------------------------------------------------------------*/ +function fau_compatible_header_logo() { + $data = get_theme_mod( 'header_image_data' ); + if ( $data) { + // Es existiert ein Custom Header + + if (is_object($data) && ($data->attachment_id)) { + + // ok, there is an id + // now check if we already have an id of a custom logo + $custom_logo_id = get_theme_mod( 'custom_logo' ); + + if ($custom_logo_id) { + // We already have an id + } else { + // Set the image as custom logo and remove it from header mods + set_theme_mod( 'custom_logo', $data->attachment_id ); + remove_theme_mod('header_image_data'); + remove_theme_mod('header_image'); + // now remove the 'header_image_data' mod. + } + + + } + + } + +} +/*--------------------------------------------------------------------*/ +/* Suchfelder +/*--------------------------------------------------------------------*/ +function fau_get_searchable_fields($format = 'array') { + // $search_post_types = array("page", "post", "attachment"); + $search_post_typelist = array( + "page" => __('Seiten','fau'), + "post" => __('Artikel','fau'), + "attachment" => __('Dokumente und Bilder','fau'), + ); + + if (class_exists('FAU_Studienangebot')) { +// $search_post_types[] ='studienangebot'; + $addsearch= array('studienangebot' => __('Studienangebot','fau')); + $search_post_typelist = array_merge($search_post_typelist, $addsearch); + } + if (class_exists('FAU_Person')) { +// $search_post_types[] ='person'; + $addsearch = array('person' => __('Kontakte','fau')); + $search_post_typelist = array_merge($search_post_typelist, $addsearch); + } + if (class_exists('RRZE\FAQ\CPT')) { + // $search_post_types[] = 'faq'; + $addsearch= array('faq' => __('Fragen und Antworten','fau')); + $search_post_typelist = array_merge($search_post_typelist, $addsearch); + } + + if ($format === 'list') { + return $search_post_typelist; + } else { + return array_keys($search_post_typelist); + } + + return $search_post_types; + + + + +} +/*--------------------------------------------------------------------*/ +/* Erstelle globale Kategorieliste + * (für Version unter 1.9.4 benötigt + */ +/*--------------------------------------------------------------------*/ + $categories=get_categories(array('orderby' => 'name','order' => 'ASC')); + $currentcatliste = array(); + foreach($categories as $category) { + if (!is_wp_error( $category )) { + $currentcatliste[$category->cat_ID] = $category->name.' ('.$category->count.' '.__('Einträge','fau').')'; + } + } +/*--------------------------------------------------------------------*/ +/* Durch User änderbare Konfigurationen + * Ab 1.9.5 über Customizer, davor über Theme Options +/*--------------------------------------------------------------------*/ +$setoptions = array( + 'fau_theme_options' => array( + + 'title_tagline' => array( + // Default Section + 'fields' => array( + + 'website_shorttitle' => array( + 'type' => 'text', + 'title' => __( 'Abkürzung', 'fau' ), + 'label' => __( 'Abkürzung für den offiziellen Titel der Website', 'fau' ), + 'default' => '', + 'input_attrs' => array( + 'maxlength' => 10, + 'size' => 8, + 'style' => 'width: auto;', + ), + 'parent' => 'title_tagline' + ), + 'website_logotitle' => array( + 'type' => 'text', + 'title' => __( 'Titel im Logo', 'fau' ), + 'label' => __( 'Bei Einrichtungen der FAU wird der Titel neben dem FAU-Logo gezeigt. Ist der Titel zu lang um ihn optisch korrekt darzustellen, kann hiermmit ein kürzerer Titel angegeben werden. Wird dieser EIntrag leer gelassen, wird der Titel der Website verwendet.', 'fau' ), + 'default' => '', + 'input_attrs' => array( + 'maxlength' => 80, + 'size' => 15, + 'style' => 'width: auto;', + ), + 'parent' => 'title_tagline' + ), + + 'website_type'=> array( + 'type' => 'select', + 'title' => __( 'Typ', 'fau' ), + 'label' => __( 'Bitte wählen Sie hier aus, um welcherart Webauftritt es sich handelt.', 'fau' ), + 'liste' => array( + + 0 => __('Fakultätsportal','fau'), + 1 => __('Department, Lehrstuhl, Einrichtung','fau'), + 2 => __('Zentrale Einrichtung','fau') , + 3 => __('Website für uniübergreifende Kooperationen mit Externen','fau') , + -1 => __('Zentrales FAU-Portal www.fau.de','fau') + ), + 'default' => $defaultoptions['website_type'], + 'parent' => 'title_tagline' + + ), + + + + 'startseite_banner_image' => array( + 'type' => 'image', + 'maxwidth' => 1260, + 'maxheight' => 182, + 'title' => __( 'Banner Startseite', 'fau' ), + 'label' => __( 'Festes Banner für die Startseite (Template für Lehrstühle und Einrichtungen)', 'fau' ), + 'parent' => 'title_tagline', + 'default' => '', + ), + + + + + ) + ), + + + 'allgemeines' => array( + 'tabtitle' => __('Anzeigeoptionen', 'fau'), + 'user_level' => 1, + 'fields' => array( + + 'postoptions' => array( + 'type' => 'section', + 'title' => __( 'Beiträge', 'fau' ), + ), + + 'post_display_category_below' => array( + 'type' => 'toggle', + 'title' => __( 'Zeige Kategorien', 'fau' ), + 'label' => __( 'Liste der Kategorien unter dem Beitrag anzeigen', 'fau' ), + 'default' => $defaultoptions['post_display_category_below'], + 'parent' => 'postoptions' + ), + + 'post_display_tags_below' => array( + 'type' => 'toggle', + 'title' => __( 'Zeige Schlagworte', 'fau' ), + 'label' => __( 'Zeige die Schlagworte eines Beitrags unterhalb des Artikels', 'fau' ), + 'default' => $defaultoptions['post_display_tags_below'], + 'parent' => 'postoptions' + ), + 'advanced_display_postthumb_credits' => array( + 'type' => 'toggle', + 'title' => __( 'Copyright-Hinweis', 'fau' ), + 'label' => __( 'In Beiträgen wird das Artikelbild mit einem Copyright-Hinweis des Bildes versehen, wenn ein solcher Hinweis vorhanden ist.', 'fau' ), + 'default' => $defaultoptions['advanced_display_postthumb_credits'], + 'parent' => 'postoptions' + ), + + 'advanced_activate_post_comments' => array( + 'type' => 'toggle', + 'title' => __( 'Kommentarfunktion', 'fau' ), + 'label' => __( 'Schaltet die Kommentarfunktion für Beiträge ein. Die Kommentare erscheinen unterhalb des Artikels. Bitte beachten Sie, daß diese Darstellung von Kommentarfunktionen ebenfalls von den Diskussions-Einstellungen abhängig sind.', 'fau' ), + 'default' => $defaultoptions['advanced_activate_post_comments'], + 'parent' => 'postoptions' + ), + + 'advanced_comments_notes_before' => array( + 'type' => 'text', + 'title' => __( 'Hinweistext Eingabeformular', 'fau' ), + 'label' => __( 'Informationen über den Eingabefeldern für neue Kommentare.', 'fau' ), + 'default' => $defaultoptions['advanced_comments_notes_before'], + 'parent' => 'postoptions' + ), + 'advanced_comments_disclaimer' => array( + 'type' => 'text', + 'title' => __( 'Kommentar-Disclaimer', 'fau' ), + 'label' => __( 'Hinweistext zur Abgrenzung zum Inhalt der Kommentare.', 'fau' ), + 'default' => $defaultoptions['advanced_comments_disclaimer'], + 'parent' => 'postoptions' + ), + 'advanced_display_postthumb_alt-from-desc' => array( + 'type' => 'toggle', + 'title' => __( 'Alternativtext Artikelbild', 'fau' ), + 'label' => __( 'Bei der Darstellung des Artikelbildes wird das ALT-Attribut vom Inhalt der Bildbeschreibung gefüllt, wenn das ALT-Attribut leer ist.', 'fau' ), + 'default' => $defaultoptions['advanced_display_postthumb_alt-from-desc'], + 'parent' => 'postoptions' + ), + + + + + + + + + + 'slider' => array( + 'type' => 'section', + 'title' => __( 'Slider', 'fau' ), + 'desc' => __( 'Einstellungen für die wechselnden Bilder auf Startseiten.', 'fau' ), + ), + + 'start_header_count'=> array( + 'type' => 'range-value', + 'title' => __( 'Zahl der Slides', 'fau' ), + 'label' => __( 'Anzahl der Slides von verlinkten Top-Artikeln', 'fau' ), + 'min' => 2, + 'max' => 10, + 'default' => $defaultoptions['start_header_count'], + 'parent' => 'slider' + ), + + 'slider-catid' => array( + 'type' => 'category', + 'title' => __( 'Kategorie', 'fau' ), + 'label' => __( 'Bitte wählen Sie die Kategorie der Artikel aus, die im Slider erscheinen sollen.', 'fau' ), + 'default' => $defaultoptions['slider-catid'], + 'parent' => 'slider' + ), + + 'fallback-slider-image' => array( + 'type' => 'image', + 'maxwidth' => $defaultoptions['slider-image-width'], + 'maxheight' => $defaultoptions['slider-image-height'], + 'title' => __( 'Slider Ersatzbild', 'fau' ), + 'label' => __( 'Ersatzbild für den Slider, für den Fall, daß ein Artikel kein eigenes Artikel- oder Bühnenbild definiert hat.', 'fau' ), + 'parent' => 'slider' + ), + 'fallback-slider-image-title' => array( + 'type' => 'text', + 'title' => __( 'Copyright/Titel Ersatzbild', 'fau' ), + 'label' => __( 'Optionaler Titel bzw. Copyright-Info für das Ersatzbild für den Fall, daß es sich um ein geschnittenes Originalbild handelt.', 'fau' ), + 'default' => '', + 'parent' => 'slider' + ), + + 'default_slider_excerpt_length' => array( + 'type' => 'range-value', + 'title' => __( 'Textauszug', 'fau' ), + 'label' => __( 'Maximale Länge des Teasers des verlinkten Beitrags.', 'fau' ), + 'min' => 0, + 'max' => 350, + 'step' => 10, + 'default' => $defaultoptions['default_slider_excerpt_length'], + 'parent' => 'slider' + ), + + + 'slider-autoplay' => array( + 'type' => 'toggle', + 'title' => __( 'Autoplay', 'fau' ), + 'label' => __( 'Slider automatisch starten', 'fau' ), + 'default' => $defaultoptions['slider-autoplay'], + 'parent' => 'slider' + ), + + 'slider-animation' => array( + 'type' => 'select', + 'title' => esc_html__( 'Slider Animation', 'fau'), + 'label' => esc_html__( 'Art der Animation einzelner Slides', 'fau'), + 'liste' => array( + 'slide' => esc_html__( 'Verschieben', 'fau'), + 'fade' => esc_html__( 'Erscheinen', 'fau'), + ), + 'default' => $defaultoptions['slider-animation'], + 'parent' => 'slider' + ), + + + 'galery' => array( + 'type' => 'section', + 'title' => __( 'Galerien', 'fau' ), + 'desc' => __( 'Einstellungen für Bildergalerien', 'fau' ), + ), + + 'galery_link_original' => array( + 'type' => 'toggle', + 'title' => __( 'Verlinke Galeriebilder', 'fau' ), + 'label' => __( 'Bei der Anzeige einer Defaultgalerie unter der Bildunterschrift eine Verlinkung auf das Originalbild einschalten', 'fau' ), + 'default' => $defaultoptions['galery_link_original'], + 'parent' => 'galery' + ), + 'galery_force_caption_onslick' => array( + 'type' => 'toggle', + 'title' => __( 'Bildbeschriftung bei Galerien erzwingen', 'fau' ), + 'label' => __( 'Bei der Darstellung von Bildergalerien mit dem Slider werden die Bildbeschriftungen immer unterhalb des aktiven Bildes angezeigt.', 'fau' ), + 'default' => $defaultoptions['galery_force_caption_onslick'], + 'parent' => 'galery' + ), + + + + + 'header' => array( + 'type' => 'section', + 'title' => __( 'Header', 'fau' ), + 'desc' => __( 'Einstellungen für den Kopfteil des Webauftritts.', 'fau' ), + ), + 'advanced_header_template' => array( + 'type' => 'select', + 'title' => __( 'Kopfteil auf Index- und Kategorieseiten', 'fau' ), + 'label' => __( 'Auf Index- und Kategorieseite wird üblicherweise ein Kopfteil wie bei normalen Seiten mit einer Breadcrumb gezeigt. Stattdessen kann man jedoch auch die Darstellung des Banners von Startseiten auswählen.', 'fau' ), + 'liste' => array( + '' => __('Index in der Standard-Seitenanzeige', 'fau'), + 'banner' => __( 'Banner', 'fau'), + 'slider' => __( 'Slider', 'fau'), + ), + 'default' => $defaultoptions['advanced_header_template'], + 'parent' => 'header' + ), + + + 'advanced_header_banner_display_title' => array( + 'type' => 'toggle', + 'title' => __( 'Seitentitel im Banner', 'fau' ), + 'label' => __( 'Zeigt den Seitentitel im Banner an', 'fau' ), + 'default' => $defaultoptions['advanced_header_banner_display_title'], + 'parent' => 'header' + ), + 'advanced_header_banner_display_slogan' => array( + 'type' => 'toggle', + 'title' => __( 'Slogan im Banner', 'fau' ), + 'label' => __( 'Zeigt den Slogan im Banner an', 'fau' ), + 'default' => $defaultoptions['advanced_header_banner_display_slogan'], + 'parent' => 'header' + ), + 'breadcrumb_withtitle' => array( + 'type' => 'toggle', + 'title' => __( 'Website-Titel', 'fau' ), + 'label' => __( 'Zeige den Website-Titel oberhalb der Breadcrumb', 'fau' ), + 'default' => $defaultoptions['breadcrumb_withtitle'], + 'parent' => 'header' + ), + + 'footer' => array( + 'type' => 'section', + 'title' => __( 'Footer', 'fau' ), + 'desc' => __( 'Einstellungen für den Fußteil des Webauftritts.', 'fau' ), + ), + + 'advanced_footer_display_socialmedia' => array( + 'type' => 'toggle', + 'title' => __( 'Social Media', 'fau' ), + 'label' => __( 'Zeigt die Social Media Icons im Footerbereich unterhalb des technischen Menüs an', 'fau' ), + 'default' => $defaultoptions['advanced_footer_display_socialmedia'], + 'parent' => 'footer' + ), + 'active_socialmedia_footer' => array( + 'type' => 'multiselectlist', + 'title' => __( 'Widget aktivieren', 'fau' ), + 'label' => __( 'Auf welchen Seiten soll das Widget angezeigt werden.', 'fau' ), + 'liste' => array( + 1 => __('Startseite','fau'), + 2 => __('Portalseiten','fau'), + 3 => __('Suche und Fehlerseiten','fau'), + 4 => __('Inhaltsseite mit Navi','fau'), + 5 => __('Standard Seiten','fau'), + 6 => __('Beiträge','fau'), + -1 => __('Auf allen Seiten','fau'), + ), + 'default' => $defaultoptions['active_socialmedia_footer'], + 'parent' => 'footer', + ), + 'socialmedia' => array( + 'type' => 'toggle', + 'title' => __( 'Social Media Buttons in der ersten Widgetspalte anzeigen', 'fau' ), + 'label' => __( 'Schaltet die Social Media Buttons in der Widgetspalte an oder aus. Bitte beachten Sie, daß die anzuzeigenden Icons selbst als Menü verwaltet werden. Rufen Sie hierzu die Menüeinstellungen auf und bearbeiten dort das Social Media Menü.', 'fau' ), + 'parent' => 'footer', + 'default' => $defaultoptions['socialmedia'], + ), + + 'socialmedia_buttons_title' => array( + 'type' => 'text', + 'title' => __( 'Titel', 'fau' ), + 'label' => __( 'Titel über den Social Media Icons in der ersten Spalte.', 'fau' ), + 'default' => $defaultoptions['socialmedia_buttons_title'], + 'parent' => 'footer', + ), + + 'advanced_footer_display_address' => array( + 'type' => 'toggle', + 'title' => __( 'Adresse', 'fau' ), + 'label' => __( 'Zeigt die Postadresse an, wie sie bei den Inhaltsdaten des Webauftritts angegeben wurde.', 'fau' ), + 'default' => $defaultoptions['advanced_footer_display_address'], + 'parent' => 'footer' + ), + 'contact_address_name' => array( + 'type' => 'text', + 'title' => __( 'Adressat', 'fau' ), + 'label' => __( 'Erste Zeile der Adresse', 'fau' ), + 'default' => $defaultoptions['contact_address_name'], + 'parent' => 'footer' + ), + 'contact_address_name2' => array( + 'type' => 'text', + 'title' => __( 'Adressat (Zusatz)', 'fau' ), + 'label' => __( 'Zweite Zeile der Adresse', 'fau' ), + 'default' => $defaultoptions['contact_address_name2'], + 'parent' => 'footer' + ), + 'contact_address_street' => array( + 'type' => 'text', + 'title' => __( 'Strasse', 'fau' ), + 'label' => __( 'Strasse inkl. Hausnummer', 'fau' ), + 'default' => $defaultoptions['contact_address_street'], + 'parent' => 'footer' + ), + 'contact_address_plz' => array( + 'type' => 'text', + 'title' => __( 'PLZ', 'fau' ), + 'label' => __( 'Postleitzahl', 'fau' ), + 'default' => $defaultoptions['contact_address_plz'], + 'parent' => 'footer' + ), + 'contact_address_ort' => array( + 'type' => 'text', + 'title' => __( 'Ort', 'fau' ), + 'label' => __( 'Ortsname', 'fau' ), + 'default' => $defaultoptions['contact_address_ort'], + 'parent' => 'footer' + ), + 'contact_address_country' => array( + 'type' => 'text', + 'title' => __( 'Land', 'fau' ), + 'label' => __( 'Optionale Landesangabe', 'fau' ), + 'default' => $defaultoptions['contact_address_country'], + 'parent' => 'footer' + ), + + 'newsbereich' => array( + 'type' => 'section', + 'title' => __( 'Artikelliste (Blogroll)', 'fau' ), + ), + + 'start_max_newscontent'=> array( + 'type' => 'range-value', + 'title' => __( 'Zahl der Artikel (Gesamt)', 'fau' ), + 'label' => __( 'Anzahl der News auf der Startseite unterhalb des Sliders', 'fau' ), + 'default' => $defaultoptions['start_max_newscontent'], + 'parent' => 'newsbereich', + 'min' => 0, + 'max' => 7, + ), + 'start_prefix_tag_newscontent' => array( + 'type' => 'text', + 'title' => __( 'Positionierungs-Tag', 'fau' ), + 'label' => __( 'Angabe des Tag-Prefixes, mit der die Position von definierten Artikel auf der Startseite gesteuert werden kann. Im Artikel wird dann dieser Tag plus eine Nummer von 1 bis 3 vergeben um die Position festzusetzen.
Beispiel bei einem gewählten Tag-Prefix "Startseite": Erster Artikel mit Tag "Startseite1", Zweiter Artikel mit Tag "Startseite2". Wenn mehrere Artikel den Tag "Startseite1" haben und nur eines davon gezeigt werden soll, wird der jüngste Artikel mit dem Tag angezeigt.', 'fau' ), + 'default' => $defaultoptions['start_prefix_tag_newscontent'], + 'parent' => 'newsbereich' + ), + + + 'start_max_newspertag'=> array( + 'type' => 'range-value', + 'title' => __( 'Artikel mit gleichem Positionierungs-Tag', 'fau' ), + 'label' => __( 'Anzahl der Artikel mit dem gleichen Prefix-Tag (Positionierung), die angezeigt werden sollen. Normalerweise sollte hier nur 1 Artikel auf der ersten Position sein.', 'fau' ), + 'min' => 1, + 'max' => 5, + 'default' => $defaultoptions['start_max_newspertag'], + 'parent' => 'newsbereich' + ), + 'start_link_news_show' => array( + 'type' => 'toggle', + 'title' => __( 'Kategorie verlinken', 'fau' ), + 'label' => __( 'Weitere Meldungen verlinken.', 'fau' ), + 'default' => $defaultoptions['start_link_news_show'], + 'parent' => 'newsbereich' + ), + 'start_link_news_cat' => array( + 'type' => 'category', + 'title' => __( 'Kategorie auswählen', 'fau' ), + 'label' => __( 'Unter den News erscheint ein Link auf eine Übersicht der Artikel. Hier wird die Kategorie dafür ausgewählt. Für den Fall, dass keine Artikel mit einem Prefix-Tag ausgestattet sind, wird diese Kategorie auch bei der Anzeige der ersten News verwendet.', 'fau' ), + 'default' => $defaultoptions['start_link_news_cat'], + 'parent' => 'newsbereich' + ), + 'start_link_news_linktitle' => array( + 'type' => 'text', + 'title' => __( 'Linktitel', 'fau' ), + 'label' => __( 'Verlinkungstitel für weitere Meldungen.', 'fau' ), + 'default' => $defaultoptions['start_link_news_linktitle'], + 'parent' => 'newsbereich' + ), + + 'default_postthumb_always' => array( + 'type' => 'toggle', + 'title' => __( 'Artikelbild erzwingen', 'fau' ), + 'label' => __( 'Immer ein Artikelbild zu einer Nachricht zeigen. Wenn kein Artikelbild definiert wurde, nehme stattdessen ein Ersatzbild.', 'fau' ), + 'default' => $defaultoptions['default_postthumb_always'], + 'parent' => 'newsbereich' + ), + + 'default_postthumb_image' => array( + 'type' => 'image', + 'maxwidth' => $defaultoptions['default_rwdimage_width'], + 'maxheight' => $defaultoptions['default_rwdimage_height'], + 'title' => __( 'Thumbnail Ersatzbild', 'fau' ), + 'label' => __( 'Ersatzbild für den Fall, daß ein Artikel kein eigenes Artikelbild definiert hat.', 'fau' ), + 'parent' => 'newsbereich' + ), + + 'default_display_thumbnail_3_2' => array( + 'type' => 'toggle', + 'title' => __( 'Artikelbilder im 3:2 Format', 'fau' ), + 'label' => __( 'Artikelbilder der Artikelliste werden in ein festes 3:2 Format angezeigt. Sollten die Bilder höher oder Breiter sein, werden sie entsprechend proportional verkleinert.', 'fau' ), + 'default' => $defaultoptions['default_display_thumbnail_3_2'], + 'parent' => 'newsbereich' + ), + + 'default_display_continue_link' => array( + 'type' => 'toggle', + 'title' => __( 'Weiterlesen Button', 'fau' ), + 'label' => __( 'Zeige den Weiterlesen-Button hinter jeder Nachricht.', 'fau' ), + 'default' => $defaultoptions['default_display_continue_link'], + 'parent' => 'newsbereich' + ), + + + 'topevents' => array( + 'type' => 'section', + 'title' => __( 'Top Events', 'fau' ), + ), + + 'start_topevents_active' => array( + 'type' => 'toggle', + 'title' => __( 'Aktivieren', 'fau' ), + 'label' => __( 'Anzeige der Top-Events aktivieren', 'fau' ), + 'default' => $defaultoptions['start_topevents_active'], + 'parent' => 'topevents' + ), + + 'topevents_templates' => array( + 'type' => 'multiselectlist', + 'title' => __( 'Seitentypen', 'fau' ), + 'label' => __( 'Auf welchen Seiten sollen Top Events in der Sidebar angezeigt werden.', 'fau' ), + 'liste' => array( + 1 => __('Startseite','fau'), + 2 => __('Portalseiten','fau'), + 3 => __('Suche und Fehlerseiten','fau'), + ), + 'default' => $defaultoptions['topevents_templates'], + 'parent' => 'topevents' + ), + 'start_topevents_max'=> array( + 'type' => 'range-value', + 'title' => __( 'Anzahl Top-Events', 'fau' ), + 'label' => __( 'Wieviele Top-Events sollen maximal angezeigt werden.', 'fau' ), + 'default' => $defaultoptions['start_topevents_max'], + 'min' => 1, + 'max' => 6, + 'parent' => 'topevents' + ), + + 'fallback_topevent_image' => array( + 'type' => 'image', + 'maxwidth' => $defaultoptions['default_rwdimage_width'], + 'maxheight' => $defaultoptions['default_rwdimage_height'], + 'title' => __( 'Thumbnail Ersatzbild', 'fau' ), + 'default' => $defaultoptions['fallback_topevent_image'], + 'label' => __( 'Ersatzbild für den Fall, daß für den Eventeintrag kein eigenes Bild definiert wurde.', 'fau' ), + 'parent' => 'topevents' + ), + + + + + 'suchergebnisse' => array( + 'type' => 'section', + 'title' => __( 'Suchergebnisse', 'fau' ), + ), + + 'search_display_post_thumbnails' => array( + 'type' => 'toggle', + 'title' => __( 'Thumbnails', 'fau' ), + 'label' => __( 'Bei den Suchergebnisse Thumbnails anzeigen, wenn diese vorhanden sind', 'fau' ), + 'default' => $defaultoptions['search_display_post_thumbnails'], + 'parent' => 'suchergebnisse' + ), + 'search_display_post_cats' => array( + 'type' => 'toggle', + 'title' => __( 'Kategorien', 'fau' ), + 'label' => __( 'Bei den Suchergebnisse Kategorien der Beiträge anzeigen', 'fau' ), + 'default' => $defaultoptions['search_display_post_cats'], + 'parent' => 'suchergebnisse' + ), + 'search_display_continue_arrow' => array( + 'type' => 'toggle', + 'title' => __( 'Weiterlesen Button', 'fau' ), + 'label' => __( 'Zeige den Weiterlesen-Button hinter jeder Nachricht.', 'fau' ), + 'default' => $defaultoptions['search_display_continue_arrow'], + 'parent' => 'suchergebnisse' + ), + 'default_search_excerpt_length' => array( + 'type' => 'range-value', + 'title' => __( 'Länge Textauszug', 'fau' ), + 'label' => __( 'Anzahl der maximalen Zeichen für den Textauszug bei der Ergebnisliste.', 'fau' ), + 'default' => $defaultoptions['default_search_excerpt_length'], + 'min' => 80, + 'max' => 500, + 'step' => 10, + 'parent' => 'suchergebnisse' + ), + 'search_display_excerpt_morestring'=> array( + 'type' => 'text', + 'title' => __( 'Textabbruch', 'fau' ), + 'label' => __( 'Falls der Textauszug nach der vorgegebenen Länge abgeschnitten werden muss, können hier Trennzeichen angegeben werden.', 'fau' ), + 'default' => $defaultoptions['search_display_excerpt_morestring'], + 'parent' => 'suchergebnisse' + ), + 'search_display_typenote' => array( + 'type' => 'toggle', + 'title' => __( 'Typ anzeigen', 'fau' ), + 'label' => __( 'Zeige Inhaltstyp des Treffers an.', 'fau' ), + 'default' => $defaultoptions['search_display_typenote'], + 'parent' => 'suchergebnisse' + ), + + + 'search_allowfilter' => array( + 'type' => 'toggle', + 'title' => __( 'Suche filterbar', 'fau' ), + 'label' => __( 'Erlaubt es, Suchergebnisse nach der Art des Dokumenttypes (Seiten, Beiträge, etc.) zu filtern.', 'fau' ), + 'default' => $defaultoptions['search_allowfilter'], + 'parent' => 'suchergebnisse' + ), + 'search_post_types_checked' => array( + 'type' => 'multiselectlist', + 'title' => __( 'Filter', 'fau' ), + 'label' => __( 'Vorab aktivierte Suchbereiche des Filters. In diesen wird gesucht, wenn der Nutzer der Seite keine Auswahl trifft oder diese nicht zur Verfügung gestellt wird.', 'fau' ), + 'listeold' => array( + "page" => __('Seiten','fau'), + "post" => __('Artikel','fau'), + "attachment" => __('Dokumente und Bilder','fau'), + ), + 'liste' => fau_get_searchable_fields('list'), + 'default' => $defaultoptions['search_post_types_checked'], + 'parent' => 'suchergebnisse' + ), + 'search_notice_searchregion' => array( + 'type' => 'text', + 'title' => __( 'Hinweis zum Suchbereich', 'fau' ), + 'label' => __( 'Für Besucher der Website ist oft nicht klar, daß die Suchmaschine nur den einzelnen Webauftritt durchsucht und nicht beispielsweise alle Seiten der FAU. Dieser Texthinweis macht darauf aufmerksam.', 'fau' ), + 'default' => $defaultoptions['search_notice_searchregion'], + 'parent' => 'suchergebnisse' + ), + + + + ) + ), + + + + 'advanced' => array( + 'tabtitle' => __('Erweitert', 'fau'), + 'user_level' => 1, + 'capability' => 'customize', + 'fields' => array( + 'bedienung' => array( + 'type' => 'section', + 'title' => __( 'Backend', 'fau' ), + ), + 'advanced_beitragsoptionen' => array( + 'type' => 'toggle', + 'title' => __( 'Erweiterte Beitragsoptionen', 'fau' ), + 'label' => __( 'Bei der Bearbeitung von Beiträgen die erweiterten Optionen anzeigen.', 'fau' ), + 'default' => $defaultoptions['advanced_beitragsoptionen'], + 'parent' => 'bedienung' + ), + 'advanced_topevent' => array( + 'type' => 'toggle', + 'title' => __( 'Top-Events', 'fau' ), + 'label' => __( 'Ermöglicht es Beiträge als Top-Event zu deklarieren und entsprechende Optionen freizuschalten.', 'fau' ), + 'default' => $defaultoptions['advanced_topevent'], + 'parent' => 'bedienung' + ), + + 'advanced_post_active_subtitle' => array( + 'type' => 'toggle', + 'title' => __( 'Untertitel (Beiträge)', 'fau' ), + 'label' => __( 'Erlaube die Eingabe von Untertitel bei Beiträgen.', 'fau' ), + 'default' => $defaultoptions['advanced_post_active_subtitle'], + 'parent' => 'bedienung' + ), + + 'advanced_reveal_pages_id' => array( + 'type' => 'toggle', + 'title' => __( 'Zeige Seiten-Ids', 'fau' ), + 'label' => __( 'In der Übersicht der Seiten werden die Ids angezeigt.', 'fau' ), + 'default' => $defaultoptions['advanced_reveal_pages_id'], + 'parent' => 'bedienung' + ), + + 'advanced_activate_page_langcode' => array( + 'type' => 'toggle', + 'title' => __( 'Seitensprache', 'fau' ), + 'label' => __( 'Aktiviert die Möglichkeit, pro Seite eine eigene Inhaltssprache zu deklarieren, die von dem Rest des Webauftritts abweicht. Deklariert wird dabei die Überschrift der Seite und dessen Inhaltsbereich. Die restlichen Bestandteile, inkl. der Sidebar bleiben in der Sprache, mit der die gesamte Website gekennzeichnet wurde. Achtung: Diese Option arbeitet nicht mit dem Workflow-Plugin für mehrsprachigen Webauftritten zusammen. Diese Option sollte nur dann verwendet werden, wenn anderssprachige Seiten eine Ausnahme auf dem Webauftritt darstellen. Für umfangreiche Webauftritte in verschiedenen Sprachen sind eigene sprachspezifische Webauftritte vorzuziehen. Webauftritte, die unterhalb einer Domain mehrmals die Sprachen wechseln und eine Mischung im Navigationsmenu haben, haben zudem ein schlechteres Suchmaschinen-Ranking.', 'fau' ), + 'default' => $defaultoptions['advanced_activate_page_langcode'], + 'parent' => 'bedienung' + ), + + + + + + + 'topmenulinks' => array( + 'type' => 'section', + 'title' => __( 'Hauptmenü', 'fau' ), + ), + + 'advanced_display_portalmenu_button' => array( + 'type' => 'toggle', + 'title' => __( 'Menü Portal-Button anzeigen', 'fau' ), + 'label' => __( 'Der Button im Aufklappmenü verlinkt zur Seite des gewählten Oberpunktes. Mit dieser Option kann das Button bei Menüs, die nicht auf Klick, sondern auf Maushover öffnen, deaktiviert werden. Diese Option wirkt nicht, wenn das Menü einen Klick erfordert um zu öffnen.', 'fau' ), + 'default' => $defaultoptions['advanced_display_portalmenu_button'], + 'parent' => 'topmenulinks' + ), + 'menu_pretitle_portal' => array( + 'type' => 'text', + 'title' => __( 'Menü Portal-Button (Vortitel)', 'fau' ), + 'label' => __( 'Begriff vor dem Titel des gewählten Menüs', 'fau' ), + 'default' => $defaultoptions['menu_pretitle_portal'], + 'parent' => 'topmenulinks' + ), + 'menu_aftertitle_portal' => array( + 'type' => 'text', + 'title' => __( 'Menü Portal-Button (Nachtitel)', 'fau' ), + 'label' => __( 'Begriff nach dem Titel des gewählten Menüs', 'fau' ), + 'default' => $defaultoptions['menu_aftertitle_portal'], + 'parent' => 'topmenulinks' + ), + + + 'advanced_display_portalmenu_forceclick' => array( + 'type' => 'toggle', + 'title' => __( 'Menü erfordert Klick', 'fau' ), + 'label' => __( 'Die Unterpunkte des Menüs öffnen sich nur bei einem Klick auf den jeweiligen Menüpunkt.', 'fau' ), + 'default' => $defaultoptions['advanced_display_portalmenu_forceclick'], + // 'ifmodvalue' => -1, + // 'ifmodname' => 'website_type', + // 'ifsuperadmin' => true, + 'parent' => 'topmenulinks' + ), + + + + 'contentmenus' => array( + 'type' => 'section', + 'title' => __( 'Inhaltsmenüs', 'fau' ), + ), + 'default_submenu_entries' => array( + 'type' => 'range-value', + 'title' => __( 'Untermenüpunkte', 'fau' ), + 'label' => __( 'Anzahl der anzuzeigenden Untermenüpunkte (Zweite Ebene).', 'fau' ), + 'default' => $defaultoptions['default_submenu_entries'], + 'min' => 0, + 'max' => 10, + 'step' => 1, + 'parent' => 'contentmenus' + ), + + 'fallback_submenu_image' => array( + 'type' => 'image', + 'maxwidth' => $defaultoptions['default_rwdimage_2-1_width'], + 'maxheight' => $defaultoptions['default_rwdimage_2-1_height'], + 'title' => __( 'Thumbnail Ersatzbild', 'fau' ), + 'label' => __( 'Ersatzbild für den Fall, daß eine verlinkte Seite kein eigenes Artikelbild definiert hat.', 'fau' ), + 'parent' => 'contentmenus', + 'default' => $defaultoptions['fallback_submenu_image'], + ), + + + + + 'sidebaropt' => array( + 'type' => 'section', + 'title' => __( 'Sidebar', 'fau' ), + 'desc' => __('Konfigurationen der Sidebar auf Seiten', 'fau'), + 'user_level' => 2, + ), + 'advanced_page_sidebar_titleabove' => array( + 'type' => 'toggle', + 'title' => __( 'Feld Titel oben', 'fau' ), + 'label' => __( 'Fragt ein eigenes Titelfeld über den Texteditor zum Text oben ab (Titel können allerdings auch im Editorfeld eingegeben werden)', 'fau' ), + 'default' => $defaultoptions['advanced_page_sidebar_titleabove'], + 'parent' => 'sidebaropt' + ), + 'advanced_page_sidebar_titlebelow' => array( + 'type' => 'toggle', + 'title' => __( 'Feld Titel unten', 'fau' ), + 'label' => __( 'Fragt ein eigenes Titelfeld über den Texteditor zum Text unten ab (Titel können allerdings auch im Editorfeld eingegeben werden)', 'fau' ), + 'default' => $defaultoptions['advanced_page_sidebar_titlebelow'], + 'parent' => 'sidebaropt' + ), + + 'advanced_page_sidebar_useeditor_textabove' => array( + 'type' => 'toggle', + 'title' => __( 'WYSIWYG-Editor Text oben', 'fau' ), + 'label' => __( 'Erlaubt die Nutzung des WYSWYG-Editors für die Eingabe von Text in der Sidebar. Dies schließt auch HTML-Tags mit Bildern und Links ein. Andernfalls ist nur ein Text mit Absätzen möglich.', 'fau' ), + 'default' => $defaultoptions['advanced_page_sidebar_useeditor_textabove'], + 'parent' => 'sidebaropt' + ), + 'advanced_page_sidebar_useeditor_textbelow' => array( + 'type' => 'toggle', + 'title' => __( 'WYSIWYG-Editor Text unten', 'fau' ), + 'label' => __('Erlaubt die Nutzung des WYSWYG-Editors für die Eingabe von Text in der Sidebar. Dies schließt auch HTML-Tags mit Bildern und Links ein. Andernfalls ist nur ein Text mit Absätzen möglich.', 'fau' ), + 'default' => $defaultoptions['advanced_page_sidebar_useeditor_textbelow'], + 'parent' => 'sidebaropt' + ), + + + + 'advanced_page_sidebar_personen_title' => array( + 'type' => 'text', + 'title' => __( 'Default Titel über Kontakte', 'fau' ), + 'label' => __( 'Optionaler Titel über einem ausgewählten Kontakt.', 'fau' ), + 'default' => $defaultoptions['advanced_page_sidebar_personen_title'], + 'parent' => 'sidebaropt' + ), + 'advanced_page_sidebar_linkblock1_title' => array( + 'type' => 'text', + 'title' => __( 'Default Titel erster Linkblock', 'fau' ), + 'label' => __( 'Optionaler Titel über den ersten Linkblock, wenn dieser belegt ist.', 'fau' ), + 'default' => $defaultoptions['advanced_page_sidebar_linkblock1_title'], + 'parent' => 'sidebaropt' + ), + + 'advanced_page_sidebar_linkblock2_title' => array( + 'type' => 'text', + 'title' => __( 'Default Titel zweiter Linkblock', 'fau' ), + 'label' => __( 'Optionaler Titel über den zweiten Linkblock, wenn dieser belegt ist.', 'fau' ), + 'default' => $defaultoptions['advanced_page_sidebar_linkblock2_title'], + 'parent' => 'sidebaropt' + ), + 'advanced_page_sidebar_linkblock1_number' => array( + 'type' => 'range-value', + 'title' => __( 'Links im ersten Linkblock', 'fau' ), + 'label' => __( 'Wieviele Links können maximal im ersten Linkblock angegeben werden.', 'fau' ), + 'default' => $defaultoptions['advanced_page_sidebar_linkblock1_number'], + 'min' => 1, + 'max' => 10, + 'parent' => 'sidebaropt' + ), + 'advanced_page_sidebar_linkblock2_number' => array( + 'type' => 'range-value', + 'title' => __( 'Links im zweiten Linkblock', 'fau' ), + 'label' => __( 'Wieviele Links können maximal im zweiten Linkblock angegeben werden.', 'fau' ), + 'default' => $defaultoptions['advanced_page_sidebar_linkblock2_number'], + 'min' => 1, + 'max' => 10, + 'parent' => 'sidebaropt' + ), + 'advanced_page_sidebar_wpsidebar' => array( + 'type' => 'toggle', + 'title' => __( 'Aktiviere Widget-Funktion', 'fau' ), + 'label' => __( 'Widgets die auf allen Seiten angezeigt werden sollen. Sollten Seitenspezifische Inhalte in der Sidebar angegeben worden sein, wird diese Sidebar darunter folgen. Diese Sidebar-Inhalte werden nicht auf Beiträgen gezeigt.', 'fau' ), + 'default' => $defaultoptions['advanced_page_sidebar_wpsidebar'], + 'parent' => 'sidebaropt' + ), + + + + + 'inhalte' => array( + 'type' => 'section', + 'title' => __( 'Metadaten und Inhalte', 'fau' ), + ), + 'advanced_images_info_credits' => array( + 'type' => 'select', + 'title' => __( 'Copyright-Info ermitteln', 'fau' ), + 'label' => __( 'Definiert, ob die Copyright-Info eines Bildes sich aus dessen IPTC-Infos ermittelt oder durch die Texteingabe Beschreibung überschrieben werden kann.
Reihenfolge via IPTC: 1. IPTC-Copyright, 2. IPTC-Credit, 3. IPTC-Author, 4. Beschreibung, 5. IPTC-Caption, 6. Bildunterschrift.
Durch diese Auswahl kann die Beschreibung priorisiert werden.', 'fau' ), + 'liste' => array('0' => __('IPTC-Feld Copyright hat Priorität', 'fau'), + '1' => __('Eingabefeld Beschreibung überschreibt IPTC und andere vorangige Felder.', 'fau')), + 'default' => $defaultoptions['advanced_images_info_credits'], + 'parent' => 'inhalte' + ), + 'advanced_display_hero_credits' => array( + 'type' => 'toggle', + 'title' => __( 'Copyright-Hinweis', 'fau' ), + 'label' => __( 'Auf der Startseite wird im Slider bzw. im Banner der Copyright-Hinweis des Bildes angezeigt, wenn vorhanden', 'fau' ), + 'default' => $defaultoptions['advanced_display_hero_credits'], + 'parent' => 'inhalte' + ), + + 'google-site-verification' => array( + 'type' => 'text', + 'title' => __( 'Google Site Verification', 'fau' ), + 'label' => __( 'Zur Verifikation der Website als Property in den Google Webmaster Tools wird die Methode über den HTML-Tag ausgewählt. Google erstellt dann auf der Einrichtungsseite eine HTML-Anweisung. Von dieser Anweisung kopiert man den Bestandteil, der im Attribut "content" angegeben ist.
Beispiel:
Google gibt den HTML-Code:    <meta name="google-site-verification" content="BBssyCpddd8" />
Dann geben Sie dies ein: BBssyCpddd8 .', 'fau' ), + 'default' => $defaultoptions['google-site-verification'], + 'parent' => 'inhalte' + ), + + + 'templates' => array( + 'type' => 'section', + 'title' => __( 'Templates', 'fau' ), + ), + 'advanced_template_page_start_display_content' => array( + 'type' => 'toggle', + 'title' => __( 'Startseite: Inhalt zeigen', 'fau' ), + 'label' => __( 'Auf der Startseite wird per Default nur die Artikelliste gezeigt. Mit diesen Schalter kann oberhalb der Artikelliste auch eigenen Inhalt eingeblendet werden.', 'fau' ), + 'default' => $defaultoptions['advanced_template_page_start_display_content'], + 'parent' => 'templates' + ), + + + + ), + ), + + + + 'debugmode' => array( + 'tabtitle' => __('Einstellungen im Debugmode', 'fau'), + 'user_level' => 1, + 'capability' => 'customize', + 'fields' => array( + + + + 'debugorgs' => array( + 'type' => 'section', + 'title' => __( 'Organisatorisches', 'fau' ), + ), + + + 'debug_website_fakultaet'=> array( + 'type' => 'select', + 'title' => __( 'Fakultät setzen', 'fau' ), + 'label' => __( 'Das Logo kann im Titel eine Farbe bekommen. Diese wird üblicherweise aus dem Theme-Child bestimmt, kann aber mit dieser Variante zu Testzwecken auch überschrieben werden. Diese Funktion wird im produktiven Betrieb nicht zur Verfügung stehen.', 'fau' ), + 'liste' => array( + + '' => __('Themefarbe (Default)','fau'), + 'zentral' => __('Zentral','fau'), + 'phil' => __('Phil','fau'), + 'med' => __('Med','fau'), + 'nat' => __('Nat','fau'), + 'rw' => __('RW','fau'), + 'tf' => __('TF','fau'), + + ), + 'default' => '', + 'parent' => 'debugorgs', + 'ifmodvalue' => true, + 'ifmodname' => 'debugmode', + + ), + 'debug_orgabreadcrumb'=> array( + 'type' => 'toggle', + 'title' => __( 'Orga Breadcrumb simulieren', 'fau' ), + 'label' => __( 'Es wird eine organisatorische Breadcrumb simuliert und ausgegeben. Diese wird im produktiven Betrieb durch ein Plugin bereit gestellt werden. Mit dieser Option kann man ohne Installation und Konfiguration des Plugins die Ausgabe mit Pseudodaten simulieren.', 'fau' ), + 'default' => false, + 'parent' => 'debugorgs', + 'ifmodvalue' => true, + 'ifmodname' => 'debugmode', + + ), + + 'debugcontent' => array( + 'type' => 'section', + 'title' => __( 'Plugins und Content', 'fau' ), + ), + + + 'debug_sprachschalter'=> array( + 'type' => 'toggle', + 'title' => __( 'Sprachschalter simulieren', 'fau' ), + 'label' => __( 'Der Sprachschalter wird im produktiven Betrieb durch eines der Plugins CMS Workflow oder Language Switcher aktiviert. Mit dieser Option kann man ohne Installation und Konfiguration der Plugins den Sprachschalter simulieren - sprich den HTML-Code im Header erzeugen lassen. Falls einer der Plugins vorhanden und aktiv ist, wird diese Debug-Einstellung vorrang haben. ', 'fau' ), + 'default' => false, + 'parent' => 'debugcontent', + 'ifmodvalue' => true, + 'ifmodname' => 'debugmode', + + ), + + + + + ), + ), + + + ) +); + diff --git a/functions/custom-fields.php b/functions/custom-fields.php index 521ab6b..192a3bf 100644 --- a/functions/custom-fields.php +++ b/functions/custom-fields.php @@ -51,9 +51,7 @@ function fau_add_metabox_page() { add_meta_box( 'fau_metabox_page_untertitel', - esc_html__( 'Untertitel', 'fau' ), - 'fau_do_metabox_page_untertitel', - 'page','normal','low', + esc_html__( 'Untertitel', 'fau' ), 'fau_do_metabox_page_untertitel', 'page','normal','low', array( '__block_editor_compatible_meta_box' => true, ) @@ -403,17 +401,10 @@ function fau_save_metabox_post_untertitel($post_id, $post) { if (!current_user_can('edit_post', $post_id)) { return; } - + $newval = isset($_POST['fau_metabox_post_untertitel']) ? sanitize_text_field($_POST['fau_metabox_post_untertitel']) : ''; - $oldval = get_post_meta($post_id, 'fauval_untertitel', true); + fau_save_standard('fauval_untertitel', $newval, $post_id, 'post', 'text'); - if (!empty($newval) && !empty($oldval)) { - update_post_meta($post_id, 'fauval_untertitel', $newval); - } elseif (!empty($newval) && empty($oldval)) { - add_post_meta($post_id, 'fauval_untertitel', $newval, true); - } else { - delete_post_meta($post_id, 'fauval_untertitel'); - } } /* Display Options for menuquotes on pages */ @@ -444,15 +435,9 @@ function fau_save_metabox_page_untertitel( $post_id, $post ) { } $newval = isset($_POST['fau_metabox_page_untertitel']) ? sanitize_text_field($_POST['fau_metabox_page_untertitel']) : ''; - $oldval = get_post_meta( $post_id, 'headline', true ); + fau_save_standard('headline', $newval, $post_id, 'post', 'text'); + - if (!empty($newval) && !empty($oldval)) { - update_post_meta($post_id, 'headline', $newval); - } elseif (!empty($newval) && empty($oldval)) { - add_post_meta($post_id, 'headline', $newval, true); - } else { - delete_post_meta($post_id, 'headline'); - } } /* Display Options for portalmenu unten on portal pages */ @@ -1039,16 +1024,20 @@ function fau_do_metabox_page_additional_attributes($object, $box) { fau_form_select('fau_metabox_page_title_langcode', $liste, $prevalue, $labeltext, $howtotext); } + echo '
'; + + + $ignoresubnavi = get_post_meta($object->ID, 'fauval_hide-in-subnav', true); + $labeltext = __('Seite verbergen','fau'); + $howtotext = __('Diese Seite wird nicht im Navigationsmenü im Inhaltsbereich gezeigt.','fau').' '.$only_subnavi; + fau_form_toggle('fau_metabox_page_hide-in-subnav', $ignoresubnavi, $labeltext, $howtotext); - $ignoresubnavi = get_post_meta($object->ID, 'fauval_hide-in-subnav', true); - $labeltext = __('Seite verbergen','fau'); - $howtotext = __('Diese Seite wird nicht im Navigationsmenü im Inhaltsbereich gezeigt.','fau').' '.$only_subnavi; - echo '
'; - fau_form_toggle('fau_metabox_page_hide-in-subnav', $ignoresubnavi, $labeltext, $howtotext); - echo '
'; + echo '
'; - - + $arialabel_subnav = get_post_meta($object->ID, 'fauval_aria-label', true); + $labeltext = __('ARIA Label','fau'); + $howtotext = __('Wird der Seitentitel auch von einer oder mehreren anderen Seiten verwendet, ist es notwendig, diesen über ein ARIA-Label von den anderen Seiten zu unterscheiden. In diesem Label kann der Titel ergänzt werden um ein Kontext, der die Seite von anderen Seiten mit gleichen Namen unterscheidet.','fau'); + fau_form_text('fau_metabox_page_aria-label', $arialabel_subnav, $labeltext, $howtotext); if (get_theme_mod('website_type')==-1) { $menuebene = get_post_meta($object->ID, 'menu-level', true); @@ -1141,6 +1130,9 @@ function fau_save_metabox_page_additional_attributes( $post_id, $post ) { $newval = isset($_POST['fau_metabox_page_imagelinks_size']) ? esc_attr($_POST['fau_metabox_page_imagelinks_size']) : ''; fau_save_standard('fauval_imagelink_size', $newval, $post_id, 'post', 'text'); + $newval = isset($_POST['fau_metabox_page_aria-label']) ? sanitize_text_field($_POST['fau_metabox_page_aria-label']) : ''; + fau_save_standard('fauval_aria-label', $newval, $post_id, 'post', 'text'); + } /*-----------------------------------------------------------------------------------*/ diff --git a/functions/defaults.php b/functions/defaults.php index 493686a..01d7e76 100644 --- a/functions/defaults.php +++ b/functions/defaults.php @@ -100,8 +100,8 @@ 'meta' => array( 'link1' => array( - 'name' => __('Mein Campus', 'fau' ), - 'content' => 'https://campus.fau.de/', + 'name' => __('Campo', 'fau' ), + 'content' => 'https://campo.fau.de/', ), 'link2' => array( 'name' => __('UnivIS', 'fau' ), diff --git a/functions/filters.php b/functions/filters.php index 09819ad..94c4ca6 100644 --- a/functions/filters.php +++ b/functions/filters.php @@ -59,6 +59,10 @@ function filter_media_comment_status( $open, $post_id ) { return $open; } add_filter( 'comments_open', 'filter_media_comment_status', 10 , 2 ); +/*-----------------------------------------------------------------------------------*/ +/* Remove Inline Style for recent comments +/*-----------------------------------------------------------------------------------*/ +add_filter( 'show_recent_comments_widget_style', '__return_false' ); /*-----------------------------------------------------------------------------------*/ @@ -172,7 +176,7 @@ function fau_add_classes_to_linked_images($content) { $classes = 'media-img'; // can do multiple classes, separate with space if (preg_match('/' . $caption . ''; } add_filter('img_caption_shortcode', 'fau_img_caption_shortcode_filter',10,3); + /*-----------------------------------------------------------------------------------*/ -/* Defined allowed core block types if theme is used in Gutenberg Block Editor -/*-----------------------------------------------------------------------------------*/ -function fau_allowed_block_types( $allowed_block_types, $post ) { - if ( ($post->post_type === 'post' ) || ( $post->post_type === 'page' )) { - return array( - 'core/paragraph', - 'core/image', - 'core/list', - 'core/file', - 'core/gallery', - 'core/heading', - 'core/html', - 'core/quote', - 'core/shortcode', - 'core/table' - ); - } - return $allowed_block_types; +/* Remove type-String from link-reference to follow W3C Validator +/*-----------------------------------------------------------------------------------*/ +function fau_remove_type_attr($tag, $handle) { + return preg_replace( "/ type=['\"]text\/(javascript|css)['\"]/", '', $tag ); } +add_filter('style_loader_tag', 'fau_remove_type_attr', 10, 2); +add_filter('script_loader_tag', 'fau_remove_type_attr', 10, 2); + -// add_filter( 'allowed_block_types', 'fau_allowed_block_types', 10, 2 ); - -/* - * TODO: - * Wir mussen das andersrum machen, da wir die Liste der erlaubten Typen nicht alle kennen: - * Es können durch Plugins andere hinzukommen, die wir bearbeitbar lassen wollen. - * Daher andersUm - * Array eingeben der Typen, die wir verbieten wollen. - * Diese gegen eine Liste matchen, die alle Typen enthält. - * Und von der Gesamatliste eben die verbotenenen Typen abziehen - */ \ No newline at end of file +/*-----------------------------------------------------------------------------------*/ +/* Add additional aria-label-attribut for special pages +/*-----------------------------------------------------------------------------------*/ +function fau_add_aria_label_pages( $atts, $item, $args ) { + $arialabel_subnav = get_post_meta($item->object_id, 'fauval_aria-label', true); + + if (!fau_empty($arialabel_subnav)) { + $atts['aria-label'] = $arialabel_subnav; + } + return $atts; +} +add_filter( 'nav_menu_link_attributes', 'fau_add_aria_label_pages', 10, 3 ); \ No newline at end of file diff --git a/functions/gutenberg.php b/functions/gutenberg.php index 7cd7204..2540708 100644 --- a/functions/gutenberg.php +++ b/functions/gutenberg.php @@ -12,23 +12,23 @@ * https://themecoder.de/2018/09/20/gutenberg-farbpalette/ * https://www.elmastudio.de/wordpress-themes-fuer-gutenberg-vorbereiten/ * https://www.billerickson.net/getting-your-theme-ready-for-gutenberg/ + * https://wordpress.stackexchange.com/questions/320653/how-to-detect-the-usage-of-gutenberg */ -/* - * Note: Maybe test if gutenberg is enabled first. - * $is_gutenberg_enabled = false; - * if(has_filter('is_gutenberg_enabled') { - * $is_gutenberg_enabled = apply_filters('is_gutenberg_enabled', false); - * } - * with plugin https://gitlab.rrze.fau.de/rrze-webteam/rrze-writing/blob/master/RRZE/Writing/Editor/Editor.php - */ /*-----------------------------------------------------------------------------------*/ /* We use our own color set in this theme and dont want autors to change text colors /*-----------------------------------------------------------------------------------*/ function fau_gutenberg_settings() { - + global $is_gutenberg_enabled; + + $is_gutenberg_enabled = fau_blockeditor_is_active(); + + if ($is_gutenberg_enabled) { + return; + } + // Disable color palette. add_theme_support( 'editor-color-palette' ); @@ -39,12 +39,13 @@ function fau_gutenberg_settings() { // https://wordpress.org/gutenberg/handbook/extensibility/theme-support/#block-font-sizes add_theme_support('disable-custom-font-sizes'); - // allow responsive embedded content add_theme_support( 'responsive-embeds' ); - - + // Remove Gutenbergs Userstyle and SVGs Duotone injections from 5.9.2 + remove_action( 'wp_enqueue_scripts', 'wp_enqueue_global_styles' ); + remove_action( 'wp_body_open', 'wp_global_styles_render_svg_filters' ); + } add_action( 'after_setup_theme', 'fau_gutenberg_settings' ); @@ -53,6 +54,133 @@ function fau_gutenberg_settings() { /*-----------------------------------------------------------------------------------*/ function fau_add_gutenberg_assets() { // Load the theme styles within Gutenberg. - wp_enqueue_style( 'fau-gutenberg', get_theme_file_uri( '/css/fau-theme-gutenberg.css' ), false ); + global $is_gutenberg_enabled; + + if ($is_gutenberg_enabled) { + wp_enqueue_style( 'fau-gutenberg', get_theme_file_uri( '/css/fau-theme-gutenberg.css' ), false ); + } +} +// add_action( 'enqueue_block_editor_assets', 'fau_add_gutenberg_assets' ); + +/*-----------------------------------------------------------------------------------*/ +/* Remove Block Style from frontend as long wie dont use it +/*-----------------------------------------------------------------------------------*/ +function fau_deregister_blocklibrary_styles() { + global $is_gutenberg_enabled; + + if (!$is_gutenberg_enabled) { + wp_dequeue_style( 'wp-block-library'); + wp_dequeue_style( 'wp-block-library-theme' ); + wp_dequeue_style( 'wp-blocks-style' ); + } +} +add_action( 'wp_enqueue_scripts', 'fau_deregister_blocklibrary_styles', 100 ); + + +/* + * Note: Maybe test if gutenberg is enabled first. + * $is_gutenberg_enabled = false; + * if(has_filter('is_gutenberg_enabled') { + * $is_gutenberg_enabled = apply_filters('is_gutenberg_enabled', false); + * } + * with plugin https://gitlab.rrze.fau.de/rrze-webteam/rrze-writing/blob/master/RRZE/Writing/Editor/Editor.php + */ + +/** + * Check if Block Editor is active. + * Must only be used after plugins_loaded action is fired. + * + * @return bool + */ +function fau_blockeditor_is_active() { + // Gutenberg plugin is installed and activated. + $gutenberg = ! ( false === has_filter( 'replace_editor', 'gutenberg_init' ) ); + + // Block editor since 5.0. + $block_editor = version_compare( $GLOBALS['wp_version'], '5.0.0', '>' ); + + if ( ! $gutenberg && ! $block_editor ) { + return false; + } + + if ( fau_is_classic_editor_plugin_active() ) { + $editor_option = get_option( 'classic-editor-replace' ); + $block_editor_active = array( 'no-replace', 'block' ); + return in_array( $editor_option, $block_editor_active, true ); + } + if (fau_is_newsletter_plugin_active()) { + return true; + } + return false; +} + +/** + * Check if Classic Editor plugin is active. + * + * @return bool + */ +function fau_is_classic_editor_plugin_active() { + + if ( ! function_exists( 'is_plugin_active' ) ) { + include_once ABSPATH . 'wp-admin/includes/plugin.php'; + } + + if ( is_plugin_active( 'classic-editor/classic-editor.php' ) ) { + return true; + } + + return false; } -add_action( 'enqueue_block_editor_assets', 'fau_add_gutenberg_assets' ); \ No newline at end of file + +/* + * Check if our Block Editor based Newsletter Plugin is active + */ +function fau_is_newsletter_plugin_active() { + if ( ! function_exists( 'is_plugin_active' ) ) { + include_once ABSPATH . 'wp-admin/includes/plugin.php'; + } + + if ( is_plugin_active( 'rrze-newsletter/rrze-newsletter.php' ) ) { + return true; + } + + return false; +} + +/*-----------------------------------------------------------------------------------*/ +/* Defined allowed core block types if theme is used in Gutenberg Block Editor +/*-----------------------------------------------------------------------------------*/ +/* + * TODO: + * Wir mussen das andersrum machen, da wir die Liste der erlaubten Typen nicht alle kennen: + * Es können durch Plugins andere hinzukommen, die wir bearbeitbar lassen wollen. + * Daher andersUm + * Array eingeben der Typen, die wir verbieten wollen. + * Diese gegen eine Liste matchen, die alle Typen enthält. + * Und von der Gesamatliste eben die verbotenenen Typen abziehen + +function fau_allowed_block_types( $allowed_block_types, $post ) { + global $is_gutenberg_enabled; + + if ($is_gutenberg_enabled) { + if ( ($post->post_type === 'post' ) || ( $post->post_type === 'page' )) { + return array( + 'core/paragraph', + 'core/image', + 'core/list', + 'core/file', + 'core/gallery', + 'core/heading', + 'core/html', + 'core/quote', + 'core/shortcode', + 'core/table' + ); + } + return $allowed_block_types; + } +} + +// add_filter( 'allowed_block_types', 'fau_allowed_block_types', 10, 2 ); + + */ \ No newline at end of file diff --git a/functions/menu.php b/functions/menu.php index d7ece61..7f51c4f 100644 --- a/functions/menu.php +++ b/functions/menu.php @@ -43,13 +43,6 @@ function fau_register_menus() // Fehler und Suchseite // Mit V2. nur noch ein Menü, welches als Portalmenu angezeigt wird. - -// register_nav_menu('error-2', __('Fehler- und Suchseite: Vorschlagmenu Spalte 2', 'fau')); - // Fehler und Suchseite: Vorschlagmenu Spalte 2 -// register_nav_menu('error-3', __('Fehler- und Suchseite: Vorschlagmenu Spalte 3', 'fau')); - // Fehler und Suchseite: Vorschlagmenu Spalte 3 -// register_nav_menu('error-4', __('Fehler- und Suchseite: Vorschlagmenu Spalte 4', 'fau')); - // Fehler und Suchseite: Vorschlagmenu Spalte 4 } @@ -133,8 +126,7 @@ function fau_create_socialmedia_menu() /*-----------------------------------------------------------------------------------*/ /* returns child items by parent /*-----------------------------------------------------------------------------------*/ -function add_has_children_to_nav_items($items) -{ +function add_has_children_to_nav_items($items) { $parents = wp_list_pluck($items, 'menu_item_parent'); $out = array(); @@ -151,8 +143,7 @@ function add_has_children_to_nav_items($items) /*-----------------------------------------------------------------------------------*/ /* get menu title /*-----------------------------------------------------------------------------------*/ -function fau_get_menu_name($location) -{ +function fau_get_menu_name($location) { if (!has_nav_menu($location)) { return false; } @@ -165,17 +156,15 @@ function fau_get_menu_name($location) /*-----------------------------------------------------------------------------------*/ /*remove Menu Item IDs /*-----------------------------------------------------------------------------------*/ -add_filter('nav_menu_item_id', 'clear_nav_menu_item_id', 10, 3); -function clear_nav_menu_item_id($id, $item, $args) -{ +function clear_nav_menu_item_id($id, $item, $args) { return ""; } +add_filter('nav_menu_item_id', 'clear_nav_menu_item_id', 10, 3); /*-----------------------------------------------------------------------------------*/ /* returns top parent id /*-----------------------------------------------------------------------------------*/ -function get_top_parent_page_id($id, $offset = false) -{ +function get_top_parent_page_id($id, $offset = false) { $parents = get_post_ancestors($id); if (!$offset) { @@ -217,17 +206,22 @@ function end_lvl(&$output, $depth = 0, $args = array()) { $output .= ''; $currenttitle = fau_get_the_title($this->currentID); if (!empty($currenttitle)) { - $output .= ''; - $pretitle = get_theme_mod('menu_pretitle_portal'); - if (!fau_empty($pretitle)) { - $output .= $pretitle.' '; - } - $output .= $currenttitle; - $posttitle = get_theme_mod('menu_aftertitle_portal'); - if (!fau_empty($posttitle)) { - $output .= ' '.$posttitle; - } - $output .= ''; + $display_button = get_theme_mod('advanced_display_portalmenu_button'); + $display_forceclick = get_theme_mod('advanced_display_portalmenu_forceclick'); + + if (((isset($display_button)) && ($display_button==true)) || ($display_forceclick==true)) { + $output .= ''; + $pretitle = get_theme_mod('menu_pretitle_portal'); + if (!fau_empty($pretitle)) { + $output .= $pretitle.' '; + } + $output .= $currenttitle; + $posttitle = get_theme_mod('menu_aftertitle_portal'); + if (!fau_empty($posttitle)) { + $output .= ' '.$posttitle; + } + $output .= ''; + } } $output .= '
'; @@ -380,14 +374,7 @@ class Walker_Content_Menu extends Walker_Nav_Menu { private $element; private $showsub = true; - function __construct( - $menu, - $showsub = true, - $maxsecondlevel = 6, - $noshowthumb = false, - $nothumbnailfallback = false, - $thumbnail = 'rwd-480-2-1' - ) { + function __construct( $menu, $showsub = true, $maxsecondlevel = 6, $noshowthumb = false,$nothumbnailfallback = false, $thumbnail = 'rwd-480-2-1' ) { $this->showsub = $showsub; $this->maxsecondlevel = $maxsecondlevel; $this->nothumbnail = $noshowthumb; @@ -581,8 +568,7 @@ function start_el(&$output, $item, $depth = 0, $args = array(), $id = 0) { $output .= apply_filters('walker_nav_menu_start_el', $item_output, $item, $depth, $args); } - function end_el(&$output, $item, $depth = 0, $args = array()) - { + function end_el(&$output, $item, $depth = 0, $args = array()) { if ($this->level == 1 || ($this->level == 2 && $this->count[$this->level] <= $this->maxsecondlevel && $this->showsub)) { diff --git a/functions/posttype_imagelink.php b/functions/posttype_imagelink.php index 2aaf57a..bf9a0c2 100644 --- a/functions/posttype_imagelink.php +++ b/functions/posttype_imagelink.php @@ -7,7 +7,22 @@ * TODO/ISSUE: Als eigenen Plugin auslagern oder in Plugin RRZE Elements übernehmen */ - +global $imagelink_defaults; +$imagelink_defaults = array( + 'echo' => false, + 'order' => 'ASC', + 'dots' => true, + 'autoplay' => true, + 'adaptiveHeight' => true, + 'slides' => 4, + 'class' => '', + 'type' => 'slide', + 'size' => 'logo-thumb', + 'navtitle' => __('Partnerlogos', 'fau') +); + +global $imagelink_allowedsizes; +$imagelink_allowedsizes = array("logo-thumb", "post-thumbnails", "thumbnail", "page-thumb", "x120", "x240", "x360", "x480"); /*-----------------------------------------------------------------------------------*/ /* Register Imagelink Taxonomy /*-----------------------------------------------------------------------------------*/ @@ -92,25 +107,21 @@ function fau_imagelink_metabox() { } if ( ! function_exists( 'fau_imagelink_metabox_content' ) ) { function fau_imagelink_metabox_content( $object, $box ) { - global $post; - + global $post; - wp_nonce_field( basename( __FILE__ ), 'fau_imagelink_metabox_content_nonce' ); - if ( !current_user_can( 'edit_page', $object->ID) ) - // Oder sollten wir nach publish_pages fragen? - // oder nach der Rolle? vgl. http://docs.appthemes.com/tutorials/wordpress-check-user-role-function/ - return; + wp_nonce_field( basename( __FILE__ ), 'fau_imagelink_metabox_content_nonce' ); + if ( !current_user_can( 'edit_page', $object->ID) ) + return; - $targeturl = get_post_meta( $object->ID, 'fauval_imagelink_url', true ); - $desc = get_post_meta( $object->ID, 'portal_description', true ); + $targeturl = get_post_meta( $object->ID, 'fauval_imagelink_url', true ); + $desc = get_post_meta( $object->ID, 'portal_description', true ); - - fau_form_url('fau_imagelink_url', $targeturl, __('Webadresse','fau'), '', $placeholder='https://'); - fau_form_text('fau_imagelink_desc', $desc, __('Kurzbeschreibung','fau')); + fau_form_url('fau_imagelink_url', $targeturl, __('Webadresse','fau'), '', $placeholder='https://'); + fau_form_text('fau_imagelink_desc', $desc, __('Kurzbeschreibung','fau')); - return; + return; } } @@ -148,176 +159,218 @@ function fau_imagelink_metabox_content_save( $post_id ) { /* Display imagelink slider /*-----------------------------------------------------------------------------------*/ if ( ! function_exists( 'fau_imagelink_get' ) ) { - function fau_imagelink_get( $atts = array()) { - global $defaultoptions; - - $allowedsizes = array("logo-thumb", "post-thumbnails", "thumbnail", "page-thumb", "x120", "x240", "x360", "x480"); - $dots = (( isset($atts['dots']) && ($atts['dots']===true)) ? 'true' : 'false' ); - $echo = (( isset($atts['echo']) && ($atts['echo']===true)) ? 'true' : 'false' ); - $autoplay = (( isset($atts['autoplay']) && ($atts['autoplay']==true)) ? 'true' : 'false' ); - $slidesToShow = ( isset($atts['slidesToShow'] ) ? intval( $atts['slidesToShow'] ) : 4 ); - $catid = ( isset($atts['catid'] ) ? intval( $atts['catid'] ) : 0 ); - $cat = ( isset($atts['cat'] ) ? esc_attr( $atts['cat'] ) : '' ); - $order = ( isset($atts['order'] ) ? esc_attr( $atts['order'] ) : 'ASC' ); - $size = ( isset($atts['size'] ) ? esc_attr( $atts['size'] ) : 'logo-thumb' ); - - $navtitle = ( isset($atts['navtitle'] ) ? sanitize_text_field( $atts['navtitle'] ) : '' ); - $class = ( isset($atts['class'] ) ? sanitize_text_field( $atts['class'] ) : '' ); - - $type = ( isset($atts['type'] ) ? esc_attr( $atts['type'] ) : 'slide' ); - - if (!in_array($size, $allowedsizes)) { - $size = 'thumbnail'; - } - - - if ( isset($catid) && $catid >0) { - $args = array( - 'post_type' => 'imagelink', - 'nopaging' => 1, - 'orderby' => 'name', - 'order' => $order, - 'tax_query' => array( - array( - 'taxonomy' => 'imagelinks_category', - 'field' => 'id', // can be slug or id - a CPT-onomy term's ID is the same as its post ID - 'terms' => $catid, - - ) - ) - ); - } elseif (!empty($cat)) { - $args = array( - 'post_type' => 'imagelink', - 'nopaging' => 1, - 'orderby' => 'name', - 'order' => $order, - 'tax_query' => array( - array( - 'taxonomy' => 'imagelinks_category', - 'field' => 'slug', // can be slug or id - a CPT-onomy term's ID is the same as its post ID - 'terms' => $cat, - - ) - ) - ); - } else { - $args = array( - 'post_type' => 'imagelink', - 'nopaging' => 1, - 'orderby' => 'name', - 'order' => $order - ); - } - - - - $imagelist = get_posts($args); - $number =0; - $item_output = $output = $mainclass = ''; - $rand = rand(); - - - foreach($imagelist as $item) { - $number++; - $currenturl = get_post_meta( $item->ID, 'fauval_imagelink_url', true ); - - $item_output .= ''; - } - - if ($number>0) { - $output .= '
'; - $output .= ""; - if (isset($type) && ($type == 'slide')) { - $output .= ""; - - wp_enqueue_script('fau-js-heroslider'); - } - if ($echo === true) { - echo $output; - return; - } else { - return $output; - } - } + function fau_imagelink_get( $atts = array()) { + global $imagelink_defaults; + global $imagelink_allowedsizes; + $imagelink_option = array_merge($imagelink_defaults, $atts); + + + if (isset($atts['slides']) && intval($atts['slides']) && $atts['slides']>0) { + $imagelink_option['slides'] = $atts['slides']; + } + + + $imagelink_option['echo'] = ( isset($atts['echo'] ) ? filter_var( $atts['echo'], FILTER_VALIDATE_BOOLEAN ) : $imagelink_option['echo'] ); + $imagelink_option['dots'] = ( isset($atts['dots'] ) ? filter_var( $atts['dots'], FILTER_VALIDATE_BOOLEAN ) : $imagelink_option['dots'] ); + $imagelink_option['autoplay'] = ( isset($atts['autoplay'] ) ? filter_var( $atts['autoplay'], FILTER_VALIDATE_BOOLEAN ) : $imagelink_option['autoplay'] ); + + $imagelink_option['navtitle'] = ( isset($atts['navtitle'] ) ? sanitize_text_field( $atts['navtitle'] ) : $imagelink_option['navtitle'] ); + $imagelink_option['class'] = ( isset($atts['class'] ) ? sanitize_text_field( $atts['class'] ) : '' ); + $imagelink_option['order'] = ( isset($atts['order'] ) ? sanitize_text_field( $atts['order'] ) : $imagelink_defaults['order'] ); + + if (isset($atts['size'] ) && (in_array(sanitize_text_field( $atts['size'] ), $imagelink_allowedsizes))) { + $imagelink_option['size'] = sanitize_text_field( $atts['size'] ); + } + + if (isset($atts['type'] ) && (in_array(sanitize_text_field( $atts['type'] ), array('slide', 'list')))) { + $imagelink_option['type'] = sanitize_text_field( $atts['type'] ); + } + + $imagelink_option['catid'] = ( isset($atts['catid'] ) ? intval( $atts['catid'] ) : 0 ); + $imagelink_option['cat'] = ( isset($atts['cat'] ) ? esc_attr( $atts['cat'] ) : '' ); + + + + if ( isset($imagelink_option['catid']) && $imagelink_option['catid'] >0) { + $args = array( + 'post_type' => 'imagelink', + 'nopaging' => 1, + 'orderby' => 'name', + 'order' => $imagelink_option['order'], + 'tax_query' => array( + array( + 'taxonomy' => 'imagelinks_category', + 'field' => 'id', + 'terms' => $imagelink_option['catid'], + ) + ) + ); + } elseif (!empty($imagelink_option['cat'])) { + $args = array( + 'post_type' => 'imagelink', + 'nopaging' => 1, + 'orderby' => 'name', + 'order' => $imagelink_option['order'], + 'tax_query' => array( + array( + 'taxonomy' => 'imagelinks_category', + 'field' => 'slug', + 'terms' => $imagelink_option['cat'], + ) + ) + ); + } else { + $args = array( + 'post_type' => 'imagelink', + 'nopaging' => 1, + 'orderby' => 'name', + 'order' => $imagelink_option['order'] + ); + } + + + + $imagelist = get_posts($args); + $number =0; + $item_output = $output = $mainclass = ''; + $rand = rand(); + + + foreach($imagelist as $item) { + + $currenturl = get_post_meta( $item->ID, 'fauval_imagelink_url', true ); + $imageid = get_post_thumbnail_id( $item->ID ); + + if ($imageid > 0) { + $number++; + $item_output .= ''; + } + } + + if ($number>0) { + $output .= '
'; + $output .= ""; + + if ($imagelink_option['type'] == 'slide') { + global $slickfunc; + + $str_autoplay = 'true'; + if (!$imagelink_option['autoplay']) { + $str_autoplay = 'false'; + } + $str_dots = 'true'; + if (!$imagelink_option['dots']) { + $str_dots = 'false'; + } + + $slidesToShow = $imagelink_option['slides']; + + $slickfunc .= "$('.slider-for-$rand').slick({ slidesToScroll: 1, focusOnSelect: true"; + + if ($imagelink_option['adaptiveHeight']) { + $slickfunc .= ", adaptiveHeight: true"; + } + + $slickfunc .= ", slidesToShow: $slidesToShow, dots: $str_dots, autoplay: $str_autoplay"; + $slickfunc .= ", responsive: [{ breakpoint: 768, settings: {arrows: false,slidesToShow: 3 }},{breakpoint: 480,settings: {arrows: false,slidesToShow: 1 }}]"; + $slickfunc .= "});\n"; + + wp_enqueue_script('fau-js-heroslider'); + } + if ($imagelink_option['echo'] ) { + echo $output; + return; + } else { + return $output; + } + } } } +/*-----------------------------------------------------------------------------------*/ +/* Add slider script into footer +/*-----------------------------------------------------------------------------------*/ +if ( ! function_exists( 'fau_imagelink_addfooter_scripts' ) ) { + function fau_imagelink_addfooter_scripts() { + global $slickfunc; + if (!empty($slickfunc)) { + echo ""; + } + } +} +add_action( 'wp_footer', 'fau_imagelink_addfooter_scripts'); + + /*-----------------------------------------------------------------------------------*/ /* Shortcode for image slider /*-----------------------------------------------------------------------------------*/ if ( ! function_exists( 'fau_imagelink_shortcode' ) ) { function fau_imagelink_shortcode( $atts ) { - - $args = shortcode_atts( array( - 'catid' => 0, - 'cat' => '', - 'echo' => false, - 'order' => 'ASC', - 'dots' => true, - 'autoplay' => true, - 'slidesToShow' => 4, - 'class' => '', - 'type' => 'slide', - 'size' => 'thumbnail', - 'navtitle' => __('Partnerlogos', 'fau') - ), $atts, 'imagelink' ); - - $args['autoplay'] = filter_var( $args['autoplay'], FILTER_VALIDATE_BOOLEAN ); - $args['echo'] = filter_var( $args['echo'], FILTER_VALIDATE_BOOLEAN ); - $args['dots'] = filter_var( $args['dots'], FILTER_VALIDATE_BOOLEAN ); - - return fau_imagelink_get($args); + global $imagelink_defaults; + $args = shortcode_atts( $imagelink_defaults, $atts, 'imagelink' ); + + if (isset($atts['slides']) && intval($atts['slides']) && $atts['slides']>0) { + $args['slides'] = $atts['slides']; + } + $args['autoplay'] = filter_var( $args['autoplay'], FILTER_VALIDATE_BOOLEAN ); + $args['echo'] = filter_var( $args['echo'], FILTER_VALIDATE_BOOLEAN ); + $args['dots'] = filter_var( $args['dots'], FILTER_VALIDATE_BOOLEAN ); + + $args['navtitle'] = ( isset($atts['navtitle'] ) ? sanitize_text_field( $atts['navtitle'] ) : $imagelink_defaults['navtitle'] ); + $args['class'] = ( isset($atts['class'] ) ? sanitize_text_field( $atts['class'] ) : '' ); + $args['order'] = ( isset($atts['order'] ) ? sanitize_text_field( $atts['order'] ) : $imagelink_defaults['order'] ); + $args['size'] = ( isset($atts['size'] ) ? sanitize_text_field( $atts['size'] ) : $imagelink_defaults['size'] ); + $args['catid'] = ( isset($atts['catid'] ) ? intval( $atts['catid'] ) : 0 ); + $args['cat'] = ( isset($atts['cat'] ) ? esc_attr( $atts['cat'] ) : '' ); + + return fau_imagelink_get($args); } } add_shortcode('imagelink', 'fau_imagelink_shortcode' ); @@ -327,7 +380,7 @@ function fau_imagelink_shortcode( $atts ) { /*-----------------------------------------------------------------------------------*/ if ( ! function_exists( 'fau_get_imagelinks' ) ) { function fau_get_imagelinks ( $catid, $echo = true ) { - return fau_imagelink_get(array('size' => "logo-thumb", 'catid' => $catid, "autoplay" => true, "dots" => true, 'echo' => $echo)); + return fau_imagelink_get(array('size' => "logo-thumb", 'catid' => $catid, "autoplay" => true, "dots" => true, 'echo' => $echo)); } } /*-----------------------------------------------------------------------------------*/ diff --git a/functions/shortcodes.php b/functions/shortcodes.php index 59700d7..eaaa532 100644 --- a/functions/shortcodes.php +++ b/functions/shortcodes.php @@ -8,7 +8,6 @@ class FAUShortcodes { function __construct() { remove_filter( 'the_content', 'wpautop' ); -// add_filter( 'the_content', 'wpautop' , 10); add_action( 'init', array( $this, 'add_shortcodes' ) ); } @@ -26,10 +25,8 @@ function add_shortcodes() { // Portalmenu add_shortcode( 'portalmenu', array( $this, 'fau_portalmenu')); - } - /*-----------------------------------------------------------------------------------*/ /* Portalmenus als Shortcode /*-----------------------------------------------------------------------------------*/ @@ -69,29 +66,29 @@ function fau_portalmenu( $atts, $content = null) { if ($showsubs===false) { $subentries = 0; } - // $spalte = get_theme_mod('default_submenu_spalten'); + // $spalte = get_theme_mod('default_submenu_spalten'); $a_contentmenuclasses[] = 'contentmenu'; $thumbnail = 'rwd-480-2-1'; $type = intval($type); - + switch ($type) { - case 1: - $thumbnail = 'rwd-480-2-1'; - $a_contentmenuclasses[] = 'size_2-1'; - break; - case 2: - $a_contentmenuclasses[] = 'size_3-2'; - $thumbnail = 'full'; - break; - case 3: - $a_contentmenuclasses[] = 'size_3-4'; - $thumbnail = 'full'; - break; - default: - $thumbnail = 'rwd-480-2-1'; - $type = 1; - break; + case 1: + $thumbnail = 'rwd-480-2-1'; + $a_contentmenuclasses[] = 'size_2-1'; + break; + case 2: + $a_contentmenuclasses[] = 'size_3-2'; + $thumbnail = 'full'; + break; + case 3: + $a_contentmenuclasses[] = 'size_3-4'; + $thumbnail = 'full'; + break; + default: + $thumbnail = 'rwd-480-2-1'; + $type = 1; + break; } @@ -103,11 +100,11 @@ function fau_portalmenu( $atts, $content = null) { $a_contentmenuclasses[] = 'no-sub'; } if ($nofallback === true) { - $a_contentmenuclasses[] = 'no-fallback'; - } + $a_contentmenuclasses[] = 'no-fallback'; + } if ($nothumbs === true) { - $a_contentmenuclasses[] = 'no-thumb'; - } + $a_contentmenuclasses[] = 'no-thumb'; + } $out .= ''."\n"; @@ -1719,8 +1734,7 @@ function fau_get_image_figcaption($atts = array(), $type = 'post-image', $class /*-----------------------------------------------------------------------------------*/ /* create HTML for image with srcset-codes /*-----------------------------------------------------------------------------------*/ -function fau_get_image_htmlcode($id = 0, $size = 'rwd-480-3-2', $alttext = '', $classes = '', $atts = array()) -{ +function fau_get_image_htmlcode($id = 0, $size = 'rwd-480-3-2', $alttext = '', $classes = '', $atts = array()) { if ($id == 0) { return; } @@ -1750,6 +1764,8 @@ function fau_get_image_htmlcode($id = 0, $size = 'rwd-480-3-2', $alttext = '', $ $imgsrcset = wp_get_attachment_image_srcset($id, $size); $imgsrcsizes = wp_get_attachment_image_sizes($id, $size); $alttext = esc_html($alttext); + + if (!isset($alttext)) { $imgmeta = fau_get_image_attributs($id); $alttext = $imgmeta['alt']; @@ -1768,7 +1784,7 @@ function fau_get_image_htmlcode($id = 0, $size = 'rwd-480-3-2', $alttext = '', $ if ($attributes) { $item_output .= $attributes; } - $item_output .= '>'; + $item_output .= ' loading="lazy">'; return $item_output; } @@ -1876,7 +1892,7 @@ function fau_get_image_fallback_htmlcode($size = 'rwd-480-3-2', $alttext = '', $ if ($attributes) { $item_output .= $attributes; } - $item_output .= '>'; + $item_output .= ' loading="lazy">'; return $item_output; @@ -1944,6 +1960,24 @@ function fau_get_the_taglist($before = '', $sep = '', $after = '') { } return $res; } +/*-----------------------------------------------------------------------------------*/ +/* Add tabs / intendens to default output functions + * Source/credits to: https://wordpress.stackexchange.com/questions/70901/indenting-tabbing-wp-head + */ +/*-----------------------------------------------------------------------------------*/ +if (! function_exists("print_indented")) { + function print_indented($fn, $num_tabs=1, $params=null){ + ob_start(); + call_user_func($fn, $params); + $html = ob_get_contents(); + ob_end_clean(); + $tabs=""; + for ($i=0 ; $i<$num_tabs ; $i++) $tabs.="\t"; + echo preg_replace("/\n/", "\n" . $tabs, substr($html, 0, - 1)); + echo "\n"; + } +} + /*-----------------------------------------------------------------------------------*/ /* This is the end :) /*-----------------------------------------------------------------------------------*/ \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index 05fca62..e74b795 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,5 +1,5 @@ 'use strict'; -/* +/* * Gulp Builder for WordPress Theme FAU-Einrichtungen */ const @@ -65,30 +65,30 @@ function cloneTheme(cb) { if (builddir===undefined) { builddir = '../build/'; } - - + + switch(theme) { - case 'zuv': + case 'zuv': targetdir = builddir + 'FAU-ZUV/'; farbfamilie = 'zuv'; break; - case 'phil': + case 'phil': targetdir = builddir + 'FAU-Philfak/'; farbfamilie = 'phil'; break; - case 'med': + case 'med': targetdir = builddir + 'FAU-Medfak/'; farbfamilie = 'med'; break; - case 'rw': + case 'rw': targetdir = builddir + 'FAU-RWFak/'; farbfamilie = 'rw'; break; - case 'tf': + case 'tf': targetdir = builddir + 'FAU-Techfak/'; farbfamilie = 'tf'; break; - case 'nat': + case 'nat': targetdir = builddir + 'FAU-Natfak/'; farbfamilie = 'nat'; break; @@ -96,15 +96,15 @@ function cloneTheme(cb) { console.log(`No valid theme defined. Please use argument: gulp clone --theme=name , with name=(phil|rw|tf|nat|med)`); break; } - - if (targetdir === '') { + + if (targetdir === '') { cb(); return; } console.log(`Building theme for: ${theme}`); console.log(` Target directory: ${targetdir}`); console.log(` Color: ${farbfamilie}`); - + var sassdir = targetdir + info.source.sass; var variablesfile = sassdir + '_variables.scss'; var constfile = targetdir + 'functions/constants.php'; @@ -137,10 +137,10 @@ function cloneTheme(cb) { '*/'].join('\n'); - // Copy files + // Copy files function copyprocess() { console.log(`Starting copy files to ${targetdir}`); - return src(['**/*', + return src(['**/*', "!.git{,/**}", "!node_modules{,/**}", "!.babelrc", @@ -153,53 +153,51 @@ function cloneTheme(cb) { ]) .pipe(dest(targetdir)); }; - - // Update color family in variables.scss + + // Update color family in variables.scss function setcolorfamily() { - console.log(` - Update color family in ${variablesfile} to ${farbfamilie}`); + console.log(` - Update color family in ${variablesfile} to ${farbfamilie}`); return src([variablesfile]) .pipe(replace(/farbfamilie: '(.*)'/g, 'farbfamilie: \''+farbfamilie+'\'')) - .pipe(dest(sassdir)); + .pipe(dest(sassdir)); } - + // Update theme config to the theme type function setwebsite_usefaculty() { // find this entry and change it: // 'website_usefaculty' => '', // phil, med, nat, rw, tf - console.log(` - Update constfile family ${constfile} to ${farbfamilie}`); + console.log(` - Update constfile family ${constfile} to ${farbfamilie}`); return src([constfile]) .pipe(replace(/'website_usefaculty'\s*=>\s*'(.*)'/g, '\'website_usefaculty\' => \''+farbfamilie+'\'')) .pipe(dest(targetdir + 'functions/')); } - + // Copy theme screenshot in the new base directory function copyscreenshot() { var screenshot = targetdir + 'img/screenshots/screenshot-' + farbfamilie + '.png'; - console.log(` - Copy screenshot ${screenshot} to ${targetdir}`); - + console.log(` - Copy screenshot ${screenshot} to ${targetdir}`); + return src([screenshot]) .pipe(rename("screenshot.png")) .pipe(dest(targetdir)); - + } // Copy social media icons in the new base directory function copysocialmedia() { var srcsocialmedia = targetdir + 'src/favicons/' + farbfamilie + '/**'; - var targetsocialmedia = targetdir + 'img/socialmedia/'; - console.log(` - Copy Social Media Icons ${srcsocialmedia} to ${targetsocialmedia}`); + var targetsocialmedia = targetdir + 'img/socialmedia/'; + console.log(` - Copy Social Media Icons ${srcsocialmedia} to ${targetsocialmedia}`); return src([srcsocialmedia]) .pipe(dest(targetsocialmedia)); } - + // compile sass, use autoprefixer and minify results function buildbackendstyles() { - return src([targetdir + info.source.sass + 'fau-theme-admin.scss', - targetdir + info.source.sass + 'fau-theme-editor-style.scss', - targetdir + info.source.sass + 'fau-theme-gutenberg.scss']) + return src([targetdir + info.source.sass + 'fau-theme-admin.scss']) .pipe(header(helpercssbanner, { info : info })) .pipe(sass().on('error', sass.logError)) .pipe(postcss([ @@ -209,16 +207,16 @@ function cloneTheme(cb) { .pipe(dest(targetdir + 'css/' )) .pipe(touch()); - console.log(` - Backend styles created in ${targetdir}css`); + console.log(` - Backend styles created in ${targetdir}css`); } - - + + // compile sass, use autoprefixer and minify results function buildproductivestyle() { - + var inputscss = targetdir + info.source.sass + 'fau-theme-style.scss'; - console.log(` - Creating new CSS from SCSS-File ${inputscss} in ${targetdir}style.css`); + console.log(` - Creating new CSS from SCSS-File ${inputscss} in ${targetdir}style.css`); return src([inputscss]) .pipe(header(themebanner, { info : info })) .pipe(sass().on('error', sass.logError)) @@ -231,9 +229,9 @@ function cloneTheme(cb) { .pipe(touch()); } - - - const dothis = series(copyprocess,parallel(setcolorfamily,setwebsite_usefaculty,copyscreenshot,copysocialmedia),buildbackendstyles,buildproductivestyle); + + + const dothis = series(copyprocess,parallel(setcolorfamily,setwebsite_usefaculty,copyscreenshot,copysocialmedia),buildbackendstyles,buildproductivestyle); dothis(); cb(); return; @@ -243,37 +241,32 @@ function cloneTheme(cb) { -/* +/* * SASS and Autoprefix CSS Files, without clean */ -function sassautoprefixhelperfiles() { +function devbuildbackendstyles() { var plugins = [ autoprefixer() ]; - return src([info.source.sass + 'fau-theme-admin.scss', - info.source.sass + 'fau-theme-editor-style.scss', - info.source.sass + 'fau-theme-gutenberg.scss']) + return src([info.source.sass + 'fau-theme-admin.scss']) .pipe(sass().on('error', sass.logError)) .pipe(postcss(plugins)) .pipe(dest('./css')) .pipe(touch()); - - -} +} -/* - * Compile all styles with SASS and clean them up +/* + * Compile all styles with SASS and clean them up */ -function buildhelperstyles() { +function buildbackendstyles() { var plugins = [ autoprefixer(), cssnano() ]; - return src([info.source.sass + 'fau-theme-admin.scss', - info.source.sass + 'fau-theme-editor-style.scss', - info.source.sass + 'fau-theme-gutenberg.scss']) + + return src([info.source.sass + 'fau-theme-admin.scss']) .pipe(sass().on('error', sass.logError)) .pipe(postcss(plugins)) .pipe(dest('./css')) @@ -281,8 +274,8 @@ function buildhelperstyles() { } -/* - * Compile all styles with SASS and clean them up +/* + * Compile all styles with SASS and clean them up */ function buildmainstyle() { var plugins = [ @@ -298,7 +291,7 @@ function buildmainstyle() { .pipe(touch()); } -/* +/* * Compile main style for dev without minifying */ function devbuildmainstyle() { @@ -315,6 +308,23 @@ function devbuildmainstyle() { .pipe(touch()); } +/* + * Compile all print styles with SASS and clean them up + */ +function buildprintstyle() { + var plugins = [ + autoprefixer(), + cssnano() + ]; + return src([info.source.sass + 'fau-theme-print.scss']) + .pipe(header(banner, { info : info })) + .pipe(sass().on('error', sass.logError)) + .pipe(postcss(plugins)) + .pipe(rename(info.printcss)) + .pipe(dest('./')) + .pipe(touch()); +} + function bundleadminjs() { return src([info.source.js + 'admin/admin.js']) .pipe(concat(info.adminjs)) @@ -340,13 +350,13 @@ function makewplinkjs() { .pipe(touch()); } function bundlemainjs() { - return src([info.source.js + 'main/jquery.fancybox.js', - // info.source.js + 'main/jquery.hoverIntent.min.js', + return src([info.source.js + 'main/jquery.fancybox.js', + // info.source.js + 'main/jquery.hoverIntent.min.js', // we remove hoverIntent, cause its already provider from wordpress info.source.js + 'main/jquery.tablesorter.min.js', // info.source.js + 'main/slick.js', // we remove slick from the main js to reduce the data transfered - // in default situations. slick we only use on special pages, where we + // in default situations. slick we only use on special pages, where we // can call it additional info.source.js + 'main/console-errors.js', info.source.js + 'main/main.js']) @@ -385,7 +395,7 @@ function set_debugmode() { // 'website_usefaculty' => '', // phil, med, nat, rw, tf var constfile = './functions/constants.php'; - console.log(` - Set Debugmode true in constfile ${constfile}`); + console.log(` - Set Debugmode true in constfile ${constfile}`); return src([constfile]) .pipe(replace(/'debugmode'\s*=>\s*(.*),/g, '\'debugmode\' => true,')) .pipe(dest('./functions/')); @@ -397,7 +407,7 @@ function unset_debugmode() { // 'website_usefaculty' => '', // phil, med, nat, rw, tf var constfile = './functions/constants.php'; - console.log(` - Set Debugmode false in constfile ${constfile}`); + console.log(` - Set Debugmode false in constfile ${constfile}`); return src([constfile]) .pipe(replace(/'debugmode'\s*=>\s*(.*),/g, '\'debugmode\' => false,')) .pipe(dest('./functions/')); @@ -410,7 +420,7 @@ function unset_debugmode() { */ function upversionpatch() { var newVer = semver.inc(info.version, 'patch'); - return src(['./package.json', './' + info.maincss]) + return src(['./package.json','./' + info.maincss]) .pipe(bump({ version: newVer })) @@ -421,10 +431,10 @@ function upversionpatch() { /* * Update DEV Version on prerelease level. - * Reason: in the Theme function, we will recognise the prerelease version by its syntax. + * Reason: in the Theme function, we will recognise the prerelease version by its syntax. * This will allow the theme automatically switch to the non-minified-files instead of * the minified versions. - * In other words: If we use dev, the theme wil load script files without ".min.". + * In other words: If we use dev, the theme wil load script files without ".min.". */ function devversion() { var newVer = semver.inc(info.version, 'prerelease'); @@ -438,12 +448,10 @@ function devversion() { -/* +/* * CSS Validator */ - - -function validatecss() { +function validatecss() { return src(['./'+info.maincss]) .pipe(cssvalidate({ profile: "css3svg"})) .pipe(map(function(file, done) { @@ -457,7 +465,7 @@ function validatecss() { console.log(' Kontext: ' + error.context); console.log(' ' + error.message); }); - + } done(null, file); })); @@ -474,17 +482,23 @@ exports.makecustomizerjs = makecustomizerjs; exports.makewplinkjs = makewplinkjs; exports.clone = cloneTheme; exports.buildmainstyle = buildmainstyle; +exports.buildprintstyle = buildprintstyle; exports.debugmode = set_debugmode; exports.nodebug = unset_debugmode; var js = series(bundlemainjs, makeslickjs, bundleadminjs, makecustomizerjs, makewplinkjs); -var dev = series(sassautoprefixhelperfiles, devbuildmainstyle, js, devversion); +var dev = series(devbuildbackendstyles, devbuildmainstyle, buildprintstyle, js, devversion); -exports.cssdev = devbuildmainstyle; -exports.css = devbuildmainstyle; +exports.cssdev = series(devbuildbackendstyles, devbuildmainstyle, buildprintstyle); +exports.css = series(devbuildbackendstyles, devbuildmainstyle, buildprintstyle); exports.js = js; exports.dev = dev; -exports.build = series(buildhelperstyles, buildmainstyle, js, upversionpatch); +exports.build = series(buildbackendstyles, buildmainstyle, buildprintstyle, js, upversionpatch); + +/* Temporary */ +exports.watch = function () { + watch(info.source.sass + '**/*.scss', { ignoreInitial: false }, buildprintstyle); +}; exports.default = dev; diff --git a/header.php b/header.php index dd1afdb..a7180c9 100644 --- a/header.php +++ b/header.php @@ -30,18 +30,17 @@ ?> > - - - - - - - > - -
-
- -
+ + + + + + > + +
+
+ +
',image:'',iframe:'",error:'

The requested content cannot be loaded.
Please try again later.

',closeBtn:'
',next:'',prev:''},openEffect:"fade",openSpeed:250,openEasing:"swing",openOpacity:!0,openMethod:"zoomIn",closeEffect:"fade",closeSpeed:250,closeEasing:"swing",closeOpacity:!0,closeMethod:"zoomOut",nextEffect:"elastic",nextSpeed:250,nextEasing:"swing",nextMethod:"changeIn",prevEffect:"elastic",prevSpeed:250,prevEasing:"swing",prevMethod:"changeOut",helpers:{overlay:!0,title:!0},onCancel:I.noop,beforeLoad:I.noop,afterLoad:I.noop,beforeShow:I.noop,afterShow:I.noop,beforeChange:I.noop,beforeClose:I.noop,afterClose:I.noop},group:{},opts:{},previous:null,coming:null,current:null,isActive:!1,isOpen:!1,isOpened:!1,wrap:null,skin:null,outer:null,inner:null,player:{timer:null,isActive:!1},ajaxLoad:null,imgPreload:null,transitions:{},helpers:{},open:function(l,d){if(l&&(I.isPlainObject(d)||(d={}),!1!==A.close(!0)))return I.isArray(l)||(l=p(l)?I(l).get():[l]),I.each(l,function(e,t){var a,r,o,n,s,i={};"object"===I.type(t)&&(t.nodeType&&(t=I(t)),p(t)?(i={href:t.data("fancybox-href")||t.attr("href"),title:t.data("fancybox-title")||t.attr("title"),isDom:!0,element:t},I.metadata&&I.extend(!0,i,t.metadata())):i=t),a=d.href||i.href||(g(t)?t:null),r=d.title!==c?d.title:i.title||"",!(n=(o=d.content||i.content)?"html":d.type||i.type)&&i.isDom&&(n=(n=t.data("fancybox-type"))||((n=t.prop("class").match(/fancybox\.(\w+)/))?n[1]:null)),g(a)&&(n||(A.isImage(a)?n="image":A.isSWF(a)?n="swf":"#"===a.charAt(0)?n="inline":g(t)&&(n="html",o=t)),"ajax"===n&&(a=(s=a.split(/\s+/,2)).shift(),s=s.shift())),o||("inline"===n?a?o=I(g(a)?a.replace(/.*(?=#[^\s]+$)/,""):a):i.isDom&&(o=t):"html"===n?o=a:n||a||!i.isDom||(n="inline",o=t)),I.extend(i,{href:a,type:n,content:o,title:r,selector:s}),l[e]=i}),A.opts=I.extend(!0,{},A.defaults,d),d.keys!==c&&(A.opts.keys=!!d.keys&&I.extend({},A.defaults.keys,d.keys)),A.group=l,A._start(A.opts.index)},cancel:function(){var e=A.coming;e&&!1!==A.trigger("onCancel")&&(A.hideLoading(),A.ajaxLoad&&A.ajaxLoad.abort(),A.ajaxLoad=null,A.imgPreload&&(A.imgPreload.onload=A.imgPreload.onerror=null),e.wrap&&e.wrap.stop(!0,!0).trigger("onReset").remove(),A.coming=null,A.current||A._afterZoomOut(e))},close:function(e){A.cancel(),!1!==A.trigger("beforeClose")&&(A.unbindEvents(),A.isActive&&(A.isOpen&&!0!==e?(A.isOpen=A.isOpened=!1,A.isClosing=!0,I(".fancybox-item, .fancybox-nav").remove(),A.wrap.stop(!0,!0).removeClass("fancybox-opened"),A.transitions[A.current.closeMethod]()):(I(".fancybox-wrap").stop(!0).trigger("onReset").remove(),A._afterZoomOut())))},play:function(e){function t(){clearTimeout(A.player.timer)}function a(){t(),A.current&&A.player.isActive&&(A.player.timer=setTimeout(A.next,A.current.playSpeed))}function r(){t(),d.unbind(".player"),A.player.isActive=!1,A.trigger("onPlayEnd")}!0===e||!A.player.isActive&&!1!==e?A.current&&(A.current.loop||A.current.index=r.index?"next":"prev"],A.router=a||"jumpto",r.loop&&(e<0&&(e=r.group.length+e%r.group.length),e%=r.group.length),r.group[e]!==c&&(A.cancel(),A._start(e)))},reposition:function(e,t){var a=A.current,r=a?a.wrap:null;r&&(t=A._getPosition(t),e&&"scroll"===e.type?(delete t.position,r.stop(!0,!0).animate(t,200)):(r.css(t),a.pos=I.extend({},a.dim,t)))},update:function(t){var a=t&&t.type,r=!a||"orientationchange"===a;r&&(clearTimeout(i),i=null),A.isOpen&&!i&&(i=setTimeout(function(){var e=A.current;e&&!A.isClosing&&(A.wrap.removeClass("fancybox-tmp"),(r||"load"===a||"resize"===a&&e.autoResize)&&A._setDimension(),"scroll"===a&&e.canShrink||A.reposition(t),A.trigger("onUpdate"),i=null)},r&&!l?0:300))},toggle:function(e){A.isOpen&&(A.current.fitToView="boolean"===I.type(e)?e:!A.current.fitToView,l&&(A.wrap.removeAttr("style").addClass("fancybox-tmp"),A.trigger("onUpdate")),A.update())},hideLoading:function(){d.unbind(".loading"),I("#fancybox-loading").remove()},showLoading:function(){var e,t;A.hideLoading(),e=I('
').click(A.cancel).appendTo("body"),d.bind("keydown.loading",function(e){27===(e.which||e.keyCode)&&(e.preventDefault(),A.cancel())}),A.defaults.fixed||(t=A.getViewport(),e.css({position:"absolute",top:.5*t.h+t.y,left:.5*t.w+t.x}))},getViewport:function(){var e=A.current&&A.current.locked||!1,t={x:n.scrollLeft(),y:n.scrollTop()};return e?(t.w=e[0].clientWidth,t.h=e[0].clientHeight):(t.w=l&&r.innerWidth?r.innerWidth:n.width(),t.h=l&&r.innerHeight?r.innerHeight:n.height()),t},unbindEvents:function(){A.wrap&&p(A.wrap)&&A.wrap.unbind(".fb"),d.unbind(".fb"),n.unbind(".fb")},bindEvents:function(){var t,s=A.current;s&&(n.bind("orientationchange.fb"+(l?"":" resize.fb")+(s.autoCenter&&!s.locked?" scroll.fb":""),A.update),(t=s.keys)&&d.bind("keydown.fb",function(a){var r=a.which||a.keyCode,e=a.target||a.srcElement;if(27===r&&A.coming)return!1;a.ctrlKey||a.altKey||a.shiftKey||a.metaKey||e&&(e.type||I(e).is("[contenteditable]"))||I.each(t,function(e,t){return 1o[0].clientWidth||o[0].clientHeight&&o[0].scrollHeight>o[0].clientHeight),o=I(o).parent();0!==t&&!n&&1").html(a).find(n.selector):p(a)&&(a.data("fancybox-placeholder")||a.data("fancybox-placeholder",I('
').insertAfter(a).hide()),a=a.show().detach(),n.wrap.bind("onReset",function(){I(this).find(a).length&&a.hide().replaceAll(a.data("fancybox-placeholder")).data("fancybox-placeholder",!1)}));break;case"image":a=n.tpl.image.replace("{href}",r);break;case"swf":a='',o="",I.each(n.swf,function(e,t){a+='',o+=" "+e+'="'+t+'"'}),a+='"}p(a)&&a.parent().is(n.inner)||n.inner.append(a),A.trigger("beforeShow"),n.inner.css("overflow","yes"===t?"scroll":"no"===t?"hidden":t),A._setDimension(),A.reposition(),A.isOpen=!1,A.coming=null,A.bindEvents(),A.isOpened?s.prevMethod&&A.transitions[s.prevMethod]():I(".fancybox-wrap").not(n.wrap).stop(!0).trigger("onReset").remove(),A.transitions[A.isOpened?n.nextMethod:n.openMethod](),A._preloadImages()}},_setDimension:function(){var e,t,a,r,o,n,s,i,l,d=A.getViewport(),c=0,p=!1,g=!1,p=A.wrap,u=A.skin,h=A.inner,f=A.current,g=f.width,m=f.height,b=f.minWidth,y=f.minHeight,x=f.maxWidth,v=f.maxHeight,w=f.scrolling,C=f.scrollOutside?f.scrollbarWidth:0,k=f.margin,$=D(k[1]+k[3]),T=D(k[0]+k[2]);if(p.add(u).add(h).width("auto").height("auto").removeClass("fancybox-tmp"),t=$+(k=D(u.outerWidth(!0)-u.width())),a=T+(e=D(u.outerHeight(!0)-u.height())),r=R(g)?(d.w-t)*D(g)/100:g,o=R(m)?(d.h-a)*D(m)/100:m,"iframe"===f.type){if(l=f.content,f.autoHeight&&1===l.data("ready"))try{l[0].contentWindow.document.location&&(h.width(r).height(9999),n=l.contents().find("body"),C&&n.css("overflow-x","hidden"),o=n.outerHeight(!0))}catch(e){}}else(f.autoWidth||f.autoHeight)&&(h.addClass("fancybox-tmp"),f.autoWidth||h.width(r),f.autoHeight||h.height(o),f.autoWidth&&(r=h.width()),f.autoHeight&&(o=h.height()),h.removeClass("fancybox-tmp"));if(g=D(r),m=D(o),i=r/o,b=D(R(b)?D(b,"w")-t:b),x=D(R(x)?D(x,"w")-t:x),y=D(R(y)?D(y,"h")-a:y),n=x,s=v=D(R(v)?D(v,"h")-a:v),f.fitToView&&(x=Math.min(d.w-t,x),v=Math.min(d.h-a,v)),t=d.w-$,T=d.h-T,f.aspectRatio?(m=(g=v<(m=x
').appendTo((A.coming||e).parent),this.fixed=!1,e.fixed&&A.defaults.fixed&&(this.overlay.addClass("fancybox-overlay-fixed"),this.fixed=!0)},open:function(e){var t=this;e=I.extend({},this.defaults,e),this.overlay?this.overlay.unbind(".overlay").width("auto").height("auto"):this.create(e),this.fixed||(n.bind("resize.overlay",I.proxy(this.update,this)),this.update()),e.closeClick&&this.overlay.bind("click.overlay",function(e){if(I(e.target).hasClass("fancybox-overlay"))return(A.isActive?A:t).close(),!1}),this.overlay.css(e.css).show()},close:function(){var e,t;n.unbind("resize.overlay"),this.el.hasClass("fancybox-lock")&&(I(".fancybox-margin").removeClass("fancybox-margin"),e=n.scrollTop(),t=n.scrollLeft(),this.el.removeClass("fancybox-lock"),n.scrollTop(e).scrollLeft(t)),I(".fancybox-overlay").remove().hide(),I.extend(this,{overlay:null,fixed:!1})},update:function(){var e,t="100%";this.overlay.width(t).height("100%"),s?(e=Math.max(a.documentElement.offsetWidth,a.body.offsetWidth),d.width()>e&&(t=d.width())):d.width()>n.width()&&(t=d.width()),this.overlay.width(t).height(d.height())},onReady:function(e,t){var a=this.overlay;I(".fancybox-overlay").stop(!0,!0),a||this.create(e),e.locked&&this.fixed&&t.fixed&&(a||(this.margin=d.height()>n.height()&&I("html").css("margin-right").replace("px","")),t.locked=this.overlay.append(t.wrap),t.fixed=!1),!0===e.showEarly&&this.beforeShow.apply(this,arguments)},beforeShow:function(e,t){var a;t.locked&&(!1!==this.margin&&(I("*").filter(function(){return"fixed"===I(this).css("position")&&!I(this).hasClass("fancybox-overlay")&&!I(this).hasClass("fancybox-wrap")}).addClass("fancybox-margin"),this.el.addClass("fancybox-margin")),a=n.scrollTop(),t=n.scrollLeft(),this.el.addClass("fancybox-lock"),n.scrollTop(a).scrollLeft(t)),this.open(e)},onUpdate:function(){this.fixed||this.update()},afterClose:function(e){this.overlay&&!A.coming&&this.overlay.fadeOut(e.speedOut,I.proxy(this.close,this))}},A.helpers.title={defaults:{type:"float",position:"bottom"},beforeShow:function(e){var t=A.current,a=t.title,r=e.type;if(I.isFunction(a)&&(a=a.call(t.element,t)),g(a)&&""!==I.trim(a)){switch(t=I('
'+a+"
"),r){case"inside":r=A.skin;break;case"outside":r=A.wrap;break;case"over":r=A.inner;break;default:r=A.skin,t.appendTo("body"),s&&t.width(t.width()),t.wrapInner(''),A.current.margin[2]+=Math.abs(D(t.css("margin-bottom")))}t["top"===e.position?"prependTo":"appendTo"](r)}}},I.fn.fancybox=function(n){function e(e){var t,a,r=I(this).blur(),o=l;e.ctrlKey||e.altKey||e.shiftKey||e.metaKey||r.is(".fancybox-wrap")||(t=n.groupAttr||"data-fancybox-group",(a=r.attr(t))||(t="rel",a=r.get(0)[t]),a&&""!==a&&"nofollow"!==a&&(o=(r=(r=i.length?I(i):s).filter("["+t+'="'+a+'"]')).index(this)),n.index=o,!1!==A.open(r,n)&&e.preventDefault())}var s=I(this),i=this.selector||"",l=(n=n||{}).index||0;return i&&!1!==n.live?d.undelegate(i,"click.fb-start").delegate(i+":not('.fancybox-item, .fancybox-nav')","click.fb-start",e):s.unbind("click.fb-start").bind("click.fb-start",e),this.filter("[data-fancybox-start=1]").trigger("click"),this},d.ready(function(){var e,t,a;I.scrollbarWidth===c&&(I.scrollbarWidth=function(){var e=I('
').appendTo("body"),t=(t=e.children()).innerWidth()-t.height(99).innerWidth();return e.remove(),t}),I.support.fixedPosition===c&&(e=I.support,a=20===(t=I('
').appendTo("body"))[0].offsetTop||15===t[0].offsetTop,t.remove(),e.fixedPosition=a),I.extend(A.defaults,{scrollbarWidth:I.scrollbarWidth(),fixed:I.support.fixedPosition,parent:I("body")}),e=I(r).width(),o.addClass("fancybox-lock-test"),t=I(r).width(),o.removeClass("fancybox-lock-test"),I("").appendTo("head")})}(window,document,jQuery),function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof module&&"object"==typeof module.exports?module.exports=e(require("jquery")):e(jQuery)}(function(e){return function(D){"use strict";var E=D.tablesorter={version:"2.31.3",parsers:[],widgets:[],defaults:{theme:"default",widthFixed:!1,showProcessing:!1,headerTemplate:"{content}",onRenderTemplate:null,onRenderHeader:null,cancelSelection:!0,tabIndex:!0,dateFormat:"mmddyyyy",sortMultiSortKey:"shiftKey",sortResetKey:"ctrlKey",usNumberFormat:!0,delayInit:!1,serverSideSorting:!1,resort:!0,headers:{},ignoreCase:!0,sortForce:null,sortList:[],sortAppend:null,sortStable:!1,sortInitialOrder:"asc",sortLocaleCompare:!1,sortReset:!1,sortRestart:!1,emptyTo:"bottom",stringTo:"max",duplicateSpan:!0,textExtraction:"basic",textAttribute:"data-text",textSorter:null,numberSorter:null,initWidgets:!0,widgetClass:"widget-{name}",widgets:[],widgetOptions:{zebra:["even","odd"]},initialized:null,tableClass:"",cssAsc:"",cssDesc:"",cssNone:"",cssHeader:"",cssHeaderRow:"",cssProcessing:"",cssChildRow:"tablesorter-childRow",cssInfoBlock:"tablesorter-infoOnly",cssNoSort:"tablesorter-noSort",cssIgnoreRow:"tablesorter-ignoreRow",cssIcon:"tablesorter-icon",cssIconNone:"",cssIconAsc:"",cssIconDesc:"",cssIconDisabled:"",pointerClick:"click",pointerDown:"mousedown",pointerUp:"mouseup",selectorHeaders:"> thead th, > thead td",selectorSort:"th, td",selectorRemove:".remove-me",debug:!1,headerList:[],empties:{},strings:{},parsers:[],globalize:0,imgAttr:0},css:{table:"tablesorter",cssHasChild:"tablesorter-hasChildRow",childRow:"tablesorter-childRow",colgroup:"tablesorter-colgroup",header:"tablesorter-header",headerRow:"tablesorter-headerRow",headerIn:"tablesorter-header-inner",icon:"tablesorter-icon",processing:"tablesorter-processing",sortAsc:"tablesorter-headerAsc",sortDesc:"tablesorter-headerDesc",sortNone:"tablesorter-headerUnSorted"},language:{sortAsc:"Ascending sort applied, ",sortDesc:"Descending sort applied, ",sortNone:"No sort applied, ",sortDisabled:"sorting is disabled",nextAsc:"activate to apply an ascending sort",nextDesc:"activate to apply a descending sort",nextNone:"activate to remove the sort"},regex:{templateContent:/\{content\}/g,templateIcon:/\{icon\}/g,templateName:/\{name\}/i,spaces:/\s+/g,nonWord:/\W/g,formElements:/(input|select|button|textarea)/i,chunk:/(^([+\-]?(?:\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?)?$|^0x[0-9a-f]+$|\d+)/gi,chunks:/(^\\0|\\0$)/,hex:/^0x[0-9a-f]+$/i,comma:/,/g,digitNonUS:/[\s|\.]/g,digitNegativeTest:/^\s*\([.\d]+\)/,digitNegativeReplace:/^\s*\(([.\d]+)\)/,digitTest:/^[\-+(]?\d+[)]?$/,digitReplace:/[,.'"\s]/g},string:{max:1,min:-1,emptymin:1,emptymax:-1,zero:0,none:0,null:0,top:!0,bottom:!1},keyCodes:{enter:13},dates:{},instanceMethods:{},setup:function(t,a){var e,r,o,n;t&&t.tHead&&0!==t.tBodies.length&&!0!==t.hasInitialized?(r="",o=D(t),n=D.metadata,t.hasInitialized=!1,t.isProcessing=!0,t.config=a,D.data(t,"tablesorter",a),E.debug(a,"core")&&(console[console.group?"group":"log"]("Initializing tablesorter v"+E.version),D.data(t,"startoveralltimer",new Date)),a.supportsDataObject=((e=D.fn.jquery.split("."))[0]=parseInt(e[0],10),1
':"",i.$headers=D(D.map(i.$table.find(i.selectorHeaders),function(e,t){var a,r,o,n,s=D(e);if(!E.getClosest(s,"tr").hasClass(i.cssIgnoreRow))return/(th|td)/i.test(e.nodeName)||(n=E.getClosest(s,"th, td"),s.attr("data-column",n.attr("data-column"))),a=E.getColumnData(i.table,i.headers,t,!0),i.headerContent[t]=s.html(),""===i.headerTemplate||s.find("."+E.css.headerIn).length||(o=i.headerTemplate.replace(E.regex.templateContent,s.html()).replace(E.regex.templateIcon,s.find("."+E.css.icon).length?"":l),i.onRenderTemplate&&(r=i.onRenderTemplate.apply(s,[t,o]))&&"string"==typeof r&&(o=r),s.html('
'+o+"
")),i.onRenderHeader&&i.onRenderHeader.apply(s,[t,i,i.$table]),o=parseInt(s.attr("data-column"),10),e.column=o,n=E.getOrder(E.getData(s,a,"sortInitialOrder")||i.sortInitialOrder),!(i.sortVars[o]={count:-1,order:n?i.sortReset?[1,0,2]:[1,0]:i.sortReset?[0,1,2]:[0,1],lockedOrder:!1,sortedBy:""})!==(n=E.getData(s,a,"lockedOrder")||!1)&&(i.sortVars[o].lockedOrder=!0,i.sortVars[o].order=E.getOrder(n)?[1,1]:[0,0]),i.headerList[t]=e,s.addClass(E.css.header+" "+i.cssHeader),E.getClosest(s,"tr").addClass(E.css.headerRow+" "+i.cssHeaderRow).attr("role","row"),i.tabIndex&&s.attr("tabindex",0),e})),i.$headerIndexed=[],a=0;a'),t=e.$table.width(),o=(r=e.$tbodies.find("tr:first").children(":visible")).length,n=0;n").css("width",a));e.$table.prepend(s)}},getData:function(e,t,a){var r,o="",n=D(e);return n.length?(r=!!D.metadata&&n.metadata(),e=" "+(n.attr("class")||""),void 0!==n.data(a)||void 0!==n.data(a.toLowerCase())?o+=n.data(a)||n.data(a.toLowerCase()):r&&void 0!==r[a]?o+=r[a]:t&&void 0!==t[a]?o+=t[a]:" "!==e&&e.match(" "+a+"-")&&(o=e.match(new RegExp("\\s"+a+"-([\\w-]+)"))[1]||""),D.trim(o)):""},getColumnData:function(e,t,a,r,o){if("object"!=typeof t||null===t)return t;var n,e=(e=D(e)[0]).config,o=o||e.$headers,s=e.$headerIndexed&&e.$headerIndexed[a]||o.find('[data-column="'+a+'"]:last');if(void 0!==t[a])return r?t[a]:t[o.index(s)];for(n in t)if("string"==typeof n&&s.filter(n).add(s.find(n)).length)return t[n]},isProcessing:function(e,t,a){var r=(e=D(e))[0].config,o=a||e.find("."+E.css.header);t?(void 0!==a&&0'),D.fn.detach?t.detach():t.remove();a=D(e).find("colgroup.tablesorter-savemyplace");t.insertAfter(a),a.remove(),e.isProcessing=!1},clearTableBody:function(e){D(e)[0].config.$tbodies.children().detach()},characterEquivalents:{a:"áàâãäąå",A:"ÁÀÂÃÄĄÅ",c:"çćč",C:"ÇĆČ",e:"éèêëěę",E:"ÉÈÊËĚĘ",i:"íìİîïı",I:"ÍÌİÎÏ",o:"óòôõöō",O:"ÓÒÔÕÖŌ",ss:"ß",SS:"ẞ",u:"úùûüů",U:"ÚÙÛÜŮ"},replaceAccents:function(e){var t,a="[",r=E.characterEquivalents;if(!E.characterRegex){for(t in E.characterRegexArray={},r)"string"==typeof t&&(a+=r[t],E.characterRegexArray[t]=new RegExp("["+r[t]+"]","g"));E.characterRegex=new RegExp(a+"]")}if(E.characterRegex.test(e))for(t in r)"string"==typeof t&&(e=e.replace(E.characterRegexArray[t],t));return e},validateOptions:function(e){var t,a,r,o,n="headers sortForce sortList sortAppend widgets".split(" "),s=e.originalSettings;if(s){for(t in E.debug(e,"core")&&(o=new Date),s)if("undefined"==(r=typeof E.defaults[t]))console.warn('Tablesorter Warning! "table.config.'+t+'" option not recognized');else if("object"===r)for(a in s[t])r=E.defaults[t]&&typeof E.defaults[t][a],D.inArray(t,n)<0&&"undefined"===r&&console.warn('Tablesorter Warning! "table.config.'+t+"."+a+'" option not recognized');E.debug(e,"core")&&console.log("validate options time:"+E.benchmark(o))}},restoreHeaders:function(e){for(var t,a=D(e)[0].config,r=a.$table.find(a.selectorHeaders),o=r.length,n=0;n tr").children("th, td"),!1===t&&0<=D.inArray("uitheme",o.widgets)&&(r.triggerHandler("applyWidgetId",["uitheme"]),r.triggerHandler("applyWidgetId",["zebra"])),n.find("tr").not(s).remove(),n="sortReset update updateRows updateAll updateHeaders updateCell addRows updateComplete sorton appendCache updateCache applyWidgetId applyWidgets refreshWidgets removeWidget destroy mouseup mouseleave "+"keypress sortBegin sortEnd resetToLoadState ".split(" ").join(o.namespace+" "),r.removeData("tablesorter").unbind(n.replace(E.regex.spaces," ")),o.$headers.add(i).removeClass([E.css.header,o.cssHeader,o.cssAsc,o.cssDesc,E.css.sortAsc,E.css.sortDesc,E.css.sortNone].join(" ")).removeAttr("data-column").removeAttr("aria-label").attr("aria-disabled","true"),s.find(o.selectorSort).unbind("mousedown mouseup keypress ".split(" ").join(o.namespace+" ").replace(E.regex.spaces," ")),E.restoreHeaders(e),r.toggleClass(E.css.table+" "+o.tableClass+" tablesorter-"+o.theme,!1===t),r.removeClass(o.namespace.slice(1)),e.hasInitialized=!1,delete e.config.cache,"function"==typeof a&&a(e),E.debug(o,"core")&&console.log("tablesorter has been removed"))}};D.fn.tablesorter=function(t){return this.each(function(){var e=D.extend(!0,{},E.defaults,t,E.instanceMethods);e.originalSettings=t,!this.hasInitialized&&E.buildTable&&"TABLE"!==this.nodeName?E.buildTable(this,e):E.setup(this,e)})},window.console&&window.console.log||(E.logs=[],console={},console.log=console.warn=console.error=console.table=function(){var e=1Next',n='',g="Stop Animation",u="Start Animation";"de-DE"==o("html").attr("lang")&&(t='',n='',g="Animation stoppen",u="Animation starten"),o.fn.slick&&(o(".featured-slider").slick({dots:!1,slidesToShow:1,autoplay:d,cssEase:"ease",draggable:!0,pauseOnHover:c,pauseOnFocus:c,infinite:!0,adaptiveHeight:a,fade:p,autoplaySpeed:7e3,nextArrow:t,prevArrow:n,appendArrows:".slider-controls"}),o(".slick-startstop").on("click",function(){o(".slick-startstop").hasClass("stopped")?(o(".featured-slider").slick("slickPlay"),o(".slick-startstop").removeClass("stopped"),o(".slick-startstop").html(g)):(o(".featured-slider").slick("slickPause"),o(".slick-startstop").addClass("stopped"),o(".slick-startstop").html(u))})),o("a.lightbox").fancybox({helpers:{title:{type:"outside"}}}),o(".assistant-tabs-nav a").bind("click",function(e){e.preventDefault();e=o(this).attr("href");o(this).parents("ul").find("a").removeClass("active"),o(this).addClass("active"),o(this).parents(".assistant-tabs").find(".assistant-tab-pane").removeClass("assistant-tab-pane-active"),o(e).addClass("assistant-tab-pane-active")}),o(".assistant-tabs-nav a").keydown("click",function(e){32==e.keyCode&&(e=o(this).attr("href"),o(this).parents("ul").find("a").removeClass("active"),o(this).addClass("active"),o(this).parents(".assistant-tabs").find(".assistant-tab-pane").removeClass("assistant-tab-pane-active"),o(e).addClass("assistant-tab-pane-active"))});window.screen.width').wrap('
');t=function(){1'),o(this).children("ul").hide()}),o(".organigram .has-sub .toggle-icon").bind("click",function(e){e.preventDefault(),o(this).closest(".has-sub").toggleClass("active"),o(this).closest(".has-sub").children("ul").slideToggle()}),o("#nav > .nav > li > a").on("touchstart ontouchstart",function(e){return!o(this).parent().hasClass("has-sub")||(o(this).hasClass("clicked-once")?!!1:(o("#nav > .nav > li > a").removeClass("clicked-once"),o("#nav > .nav > li").removeClass("focus"),o(this).addClass("clicked-once"),o(this).parent("li").addClass("focus"),e.preventDefault(),!!0))}),o("#mainnav-toggle").each(function(){var e=o('
',image:'',iframe:'",error:'

The requested content cannot be loaded.
Please try again later.

',closeBtn:'',next:'',prev:''},openEffect:"fade",openSpeed:250,openEasing:"swing",openOpacity:!0,openMethod:"zoomIn",closeEffect:"fade",closeSpeed:250,closeEasing:"swing",closeOpacity:!0,closeMethod:"zoomOut",nextEffect:"elastic",nextSpeed:250,nextEasing:"swing",nextMethod:"changeIn",prevEffect:"elastic",prevSpeed:250,prevEasing:"swing",prevMethod:"changeOut",helpers:{overlay:!0,title:!0},onCancel:I.noop,beforeLoad:I.noop,afterLoad:I.noop,beforeShow:I.noop,afterShow:I.noop,beforeChange:I.noop,beforeClose:I.noop,afterClose:I.noop},group:{},opts:{},previous:null,coming:null,current:null,isActive:!1,isOpen:!1,isOpened:!1,wrap:null,skin:null,outer:null,inner:null,player:{timer:null,isActive:!1},ajaxLoad:null,imgPreload:null,transitions:{},helpers:{},open:function(l,d){if(l&&(I.isPlainObject(d)||(d={}),!1!==D.close(!0)))return I.isArray(l)||(l=p(l)?I(l).get():[l]),I.each(l,function(e,t){var r,a,o,n,s,i={};"object"===I.type(t)&&(t.nodeType&&(t=I(t)),p(t)?(i={href:t.data("fancybox-href")||t.attr("href"),title:t.data("fancybox-title")||t.attr("title"),isDom:!0,element:t},I.metadata&&I.extend(!0,i,t.metadata())):i=t),r=d.href||i.href||(g(t)?t:null),a=d.title!==c?d.title:i.title||"",!(n=(o=d.content||i.content)?"html":d.type||i.type)&&i.isDom&&(n=(n=t.data("fancybox-type"))||((n=t.prop("class").match(/fancybox\.(\w+)/))?n[1]:null)),g(r)&&(n||(D.isImage(r)?n="image":D.isSWF(r)?n="swf":"#"===r.charAt(0)?n="inline":g(t)&&(n="html",o=t)),"ajax"===n&&(r=(s=r.split(/\s+/,2)).shift(),s=s.shift())),o||("inline"===n?r?o=I(g(r)?r.replace(/.*(?=#[^\s]+$)/,""):r):i.isDom&&(o=t):"html"===n?o=r:n||r||!i.isDom||(n="inline",o=t)),I.extend(i,{href:r,type:n,content:o,title:a,selector:s}),l[e]=i}),D.opts=I.extend(!0,{},D.defaults,d),d.keys!==c&&(D.opts.keys=!!d.keys&&I.extend({},D.defaults.keys,d.keys)),D.group=l,D._start(D.opts.index)},cancel:function(){var e=D.coming;e&&!1!==D.trigger("onCancel")&&(D.hideLoading(),D.ajaxLoad&&D.ajaxLoad.abort(),D.ajaxLoad=null,D.imgPreload&&(D.imgPreload.onload=D.imgPreload.onerror=null),e.wrap&&e.wrap.stop(!0,!0).trigger("onReset").remove(),D.coming=null,D.current||D._afterZoomOut(e))},close:function(e){D.cancel(),!1!==D.trigger("beforeClose")&&(D.unbindEvents(),D.isActive&&(D.isOpen&&!0!==e?(D.isOpen=D.isOpened=!1,D.isClosing=!0,I(".fancybox-item, .fancybox-nav").remove(),D.wrap.stop(!0,!0).removeClass("fancybox-opened"),D.transitions[D.current.closeMethod]()):(I(".fancybox-wrap").stop(!0).trigger("onReset").remove(),D._afterZoomOut())))},play:function(e){function t(){clearTimeout(D.player.timer)}function r(){t(),D.current&&D.player.isActive&&(D.player.timer=setTimeout(D.next,D.current.playSpeed))}function a(){t(),d.unbind(".player"),D.player.isActive=!1,D.trigger("onPlayEnd")}!0===e||!D.player.isActive&&!1!==e?D.current&&(D.current.loop||D.current.index=a.index?"next":"prev"],D.router=r||"jumpto",a.loop&&(e<0&&(e=a.group.length+e%a.group.length),e%=a.group.length),a.group[e]!==c&&(D.cancel(),D._start(e)))},reposition:function(e,t){var r=D.current,a=r?r.wrap:null;a&&(t=D._getPosition(t),e&&"scroll"===e.type?(delete t.position,a.stop(!0,!0).animate(t,200)):(a.css(t),r.pos=I.extend({},r.dim,t)))},update:function(t){var r=t&&t.type,a=!r||"orientationchange"===r;a&&(clearTimeout(i),i=null),D.isOpen&&!i&&(i=setTimeout(function(){var e=D.current;e&&!D.isClosing&&(D.wrap.removeClass("fancybox-tmp"),(a||"load"===r||"resize"===r&&e.autoResize)&&D._setDimension(),"scroll"===r&&e.canShrink||D.reposition(t),D.trigger("onUpdate"),i=null)},a&&!l?0:300))},toggle:function(e){D.isOpen&&(D.current.fitToView="boolean"===I.type(e)?e:!D.current.fitToView,l&&(D.wrap.removeAttr("style").addClass("fancybox-tmp"),D.trigger("onUpdate")),D.update())},hideLoading:function(){d.unbind(".loading"),I("#fancybox-loading").remove()},showLoading:function(){var e,t;D.hideLoading(),e=I('
').click(D.cancel).appendTo("body"),d.bind("keydown.loading",function(e){27===(e.which||e.keyCode)&&(e.preventDefault(),D.cancel())}),D.defaults.fixed||(t=D.getViewport(),e.css({position:"absolute",top:.5*t.h+t.y,left:.5*t.w+t.x}))},getViewport:function(){var e=D.current&&D.current.locked||!1,t={x:n.scrollLeft(),y:n.scrollTop()};return e?(t.w=e[0].clientWidth,t.h=e[0].clientHeight):(t.w=l&&a.innerWidth?a.innerWidth:n.width(),t.h=l&&a.innerHeight?a.innerHeight:n.height()),t},unbindEvents:function(){D.wrap&&p(D.wrap)&&D.wrap.unbind(".fb"),d.unbind(".fb"),n.unbind(".fb")},bindEvents:function(){var t,s=D.current;s&&(n.bind("orientationchange.fb"+(l?"":" resize.fb")+(s.autoCenter&&!s.locked?" scroll.fb":""),D.update),(t=s.keys)&&d.bind("keydown.fb",function(r){var a=r.which||r.keyCode,e=r.target||r.srcElement;if(27===a&&D.coming)return!1;r.ctrlKey||r.altKey||r.shiftKey||r.metaKey||e&&(e.type||I(e).is("[contenteditable]"))||I.each(t,function(e,t){return 1o[0].clientWidth||o[0].clientHeight&&o[0].scrollHeight>o[0].clientHeight),o=I(o).parent();0!==t&&!n&&1").html(r).find(n.selector):p(r)&&(r.data("fancybox-placeholder")||r.data("fancybox-placeholder",I('
').insertAfter(r).hide()),r=r.show().detach(),n.wrap.bind("onReset",function(){I(this).find(r).length&&r.hide().replaceAll(r.data("fancybox-placeholder")).data("fancybox-placeholder",!1)}));break;case"image":r=n.tpl.image.replace("{href}",a);break;case"swf":r='',o="",I.each(n.swf,function(e,t){r+='',o+=" "+e+'="'+t+'"'}),r+='"}p(r)&&r.parent().is(n.inner)||n.inner.append(r),D.trigger("beforeShow"),n.inner.css("overflow","yes"===t?"scroll":"no"===t?"hidden":t),D._setDimension(),D.reposition(),D.isOpen=!1,D.coming=null,D.bindEvents(),D.isOpened?s.prevMethod&&D.transitions[s.prevMethod]():I(".fancybox-wrap").not(n.wrap).stop(!0).trigger("onReset").remove(),D.transitions[D.isOpened?n.nextMethod:n.openMethod](),D._preloadImages()}},_setDimension:function(){var e,t,r,a,o,n,s,i,l,d=D.getViewport(),c=0,p=!1,g=!1,p=D.wrap,u=D.skin,h=D.inner,f=D.current,g=f.width,m=f.height,b=f.minWidth,y=f.minHeight,x=f.maxWidth,v=f.maxHeight,w=f.scrolling,C=f.scrollOutside?f.scrollbarWidth:0,k=f.margin,$=A(k[1]+k[3]),T=A(k[0]+k[2]);if(p.add(u).add(h).width("auto").height("auto").removeClass("fancybox-tmp"),t=$+(k=A(u.outerWidth(!0)-u.width())),r=T+(e=A(u.outerHeight(!0)-u.height())),a=E(g)?(d.w-t)*A(g)/100:g,o=E(m)?(d.h-r)*A(m)/100:m,"iframe"===f.type){if(l=f.content,f.autoHeight&&1===l.data("ready"))try{l[0].contentWindow.document.location&&(h.width(a).height(9999),n=l.contents().find("body"),C&&n.css("overflow-x","hidden"),o=n.outerHeight(!0))}catch(e){}}else(f.autoWidth||f.autoHeight)&&(h.addClass("fancybox-tmp"),f.autoWidth||h.width(a),f.autoHeight||h.height(o),f.autoWidth&&(a=h.width()),f.autoHeight&&(o=h.height()),h.removeClass("fancybox-tmp"));if(g=A(a),m=A(o),i=a/o,b=A(E(b)?A(b,"w")-t:b),x=A(E(x)?A(x,"w")-t:x),y=A(E(y)?A(y,"h")-r:y),n=x,s=v=A(E(v)?A(v,"h")-r:v),f.fitToView&&(x=Math.min(d.w-t,x),v=Math.min(d.h-r,v)),t=d.w-$,T=d.h-T,f.aspectRatio?(m=(g=v<(m=x
').appendTo((D.coming||e).parent),this.fixed=!1,e.fixed&&D.defaults.fixed&&(this.overlay.addClass("fancybox-overlay-fixed"),this.fixed=!0)},open:function(e){var t=this;e=I.extend({},this.defaults,e),this.overlay?this.overlay.unbind(".overlay").width("auto").height("auto"):this.create(e),this.fixed||(n.bind("resize.overlay",I.proxy(this.update,this)),this.update()),e.closeClick&&this.overlay.bind("click.overlay",function(e){if(I(e.target).hasClass("fancybox-overlay"))return(D.isActive?D:t).close(),!1}),this.overlay.css(e.css).show()},close:function(){var e,t;n.unbind("resize.overlay"),this.el.hasClass("fancybox-lock")&&(I(".fancybox-margin").removeClass("fancybox-margin"),e=n.scrollTop(),t=n.scrollLeft(),this.el.removeClass("fancybox-lock"),n.scrollTop(e).scrollLeft(t)),I(".fancybox-overlay").remove().hide(),I.extend(this,{overlay:null,fixed:!1})},update:function(){var e,t="100%";this.overlay.width(t).height("100%"),s?(e=Math.max(r.documentElement.offsetWidth,r.body.offsetWidth),d.width()>e&&(t=d.width())):d.width()>n.width()&&(t=d.width()),this.overlay.width(t).height(d.height())},onReady:function(e,t){var r=this.overlay;I(".fancybox-overlay").stop(!0,!0),r||this.create(e),e.locked&&this.fixed&&t.fixed&&(r||(this.margin=d.height()>n.height()&&I("html").css("margin-right").replace("px","")),t.locked=this.overlay.append(t.wrap),t.fixed=!1),!0===e.showEarly&&this.beforeShow.apply(this,arguments)},beforeShow:function(e,t){var r;t.locked&&(!1!==this.margin&&(I("*").filter(function(){return"fixed"===I(this).css("position")&&!I(this).hasClass("fancybox-overlay")&&!I(this).hasClass("fancybox-wrap")}).addClass("fancybox-margin"),this.el.addClass("fancybox-margin")),r=n.scrollTop(),t=n.scrollLeft(),this.el.addClass("fancybox-lock"),n.scrollTop(r).scrollLeft(t)),this.open(e)},onUpdate:function(){this.fixed||this.update()},afterClose:function(e){this.overlay&&!D.coming&&this.overlay.fadeOut(e.speedOut,I.proxy(this.close,this))}},D.helpers.title={defaults:{type:"float",position:"bottom"},beforeShow:function(e){var t=D.current,r=t.title,a=e.type;if(I.isFunction(r)&&(r=r.call(t.element,t)),g(r)&&""!==I.trim(r)){switch(t=I('
'+r+"
"),a){case"inside":a=D.skin;break;case"outside":a=D.wrap;break;case"over":a=D.inner;break;default:a=D.skin,t.appendTo("body"),s&&t.width(t.width()),t.wrapInner(''),D.current.margin[2]+=Math.abs(A(t.css("margin-bottom")))}t["top"===e.position?"prependTo":"appendTo"](a)}}},I.fn.fancybox=function(n){function e(e){var t,r,a=I(this).blur(),o=l;e.ctrlKey||e.altKey||e.shiftKey||e.metaKey||a.is(".fancybox-wrap")||(t=n.groupAttr||"data-fancybox-group",(r=a.attr(t))||(t="rel",r=a.get(0)[t]),r&&""!==r&&"nofollow"!==r&&(o=(a=(a=i.length?I(i):s).filter("["+t+'="'+r+'"]')).index(this)),n.index=o,!1!==D.open(a,n)&&e.preventDefault())}var s=I(this),i=this.selector||"",l=(n=n||{}).index||0;return i&&!1!==n.live?d.undelegate(i,"click.fb-start").delegate(i+":not('.fancybox-item, .fancybox-nav')","click.fb-start",e):s.unbind("click.fb-start").bind("click.fb-start",e),this.filter("[data-fancybox-start=1]").trigger("click"),this},d.ready(function(){var e,t,r;I.scrollbarWidth===c&&(I.scrollbarWidth=function(){var e=I('
').appendTo("body"),t=(t=e.children()).innerWidth()-t.height(99).innerWidth();return e.remove(),t}),I.support.fixedPosition===c&&(e=I.support,r=20===(t=I('
').appendTo("body"))[0].offsetTop||15===t[0].offsetTop,t.remove(),e.fixedPosition=r),I.extend(D.defaults,{scrollbarWidth:I.scrollbarWidth(),fixed:I.support.fixedPosition,parent:I("body")}),e=I(a).width(),o.addClass("fancybox-lock-test"),t=I(a).width(),o.removeClass("fancybox-lock-test"),I("").appendTo("head")})}(window,document,jQuery),function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof module&&"object"==typeof module.exports?module.exports=e(require("jquery")):e(jQuery)}(function(e){return function(A){"use strict";var R=A.tablesorter={version:"2.31.3",parsers:[],widgets:[],defaults:{theme:"default",widthFixed:!1,showProcessing:!1,headerTemplate:"{content}",onRenderTemplate:null,onRenderHeader:null,cancelSelection:!0,tabIndex:!0,dateFormat:"mmddyyyy",sortMultiSortKey:"shiftKey",sortResetKey:"ctrlKey",usNumberFormat:!0,delayInit:!1,serverSideSorting:!1,resort:!0,headers:{},ignoreCase:!0,sortForce:null,sortList:[],sortAppend:null,sortStable:!1,sortInitialOrder:"asc",sortLocaleCompare:!1,sortReset:!1,sortRestart:!1,emptyTo:"bottom",stringTo:"max",duplicateSpan:!0,textExtraction:"basic",textAttribute:"data-text",textSorter:null,numberSorter:null,initWidgets:!0,widgetClass:"widget-{name}",widgets:[],widgetOptions:{zebra:["even","odd"]},initialized:null,tableClass:"",cssAsc:"",cssDesc:"",cssNone:"",cssHeader:"",cssHeaderRow:"",cssProcessing:"",cssChildRow:"tablesorter-childRow",cssInfoBlock:"tablesorter-infoOnly",cssNoSort:"tablesorter-noSort",cssIgnoreRow:"tablesorter-ignoreRow",cssIcon:"tablesorter-icon",cssIconNone:"",cssIconAsc:"",cssIconDesc:"",cssIconDisabled:"",pointerClick:"click",pointerDown:"mousedown",pointerUp:"mouseup",selectorHeaders:"> thead th, > thead td",selectorSort:"th, td",selectorRemove:".remove-me",debug:!1,headerList:[],empties:{},strings:{},parsers:[],globalize:0,imgAttr:0},css:{table:"tablesorter",cssHasChild:"tablesorter-hasChildRow",childRow:"tablesorter-childRow",colgroup:"tablesorter-colgroup",header:"tablesorter-header",headerRow:"tablesorter-headerRow",headerIn:"tablesorter-header-inner",icon:"tablesorter-icon",processing:"tablesorter-processing",sortAsc:"tablesorter-headerAsc",sortDesc:"tablesorter-headerDesc",sortNone:"tablesorter-headerUnSorted"},language:{sortAsc:"Ascending sort applied, ",sortDesc:"Descending sort applied, ",sortNone:"No sort applied, ",sortDisabled:"sorting is disabled",nextAsc:"activate to apply an ascending sort",nextDesc:"activate to apply a descending sort",nextNone:"activate to remove the sort"},regex:{templateContent:/\{content\}/g,templateIcon:/\{icon\}/g,templateName:/\{name\}/i,spaces:/\s+/g,nonWord:/\W/g,formElements:/(input|select|button|textarea)/i,chunk:/(^([+\-]?(?:\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?)?$|^0x[0-9a-f]+$|\d+)/gi,chunks:/(^\\0|\\0$)/,hex:/^0x[0-9a-f]+$/i,comma:/,/g,digitNonUS:/[\s|\.]/g,digitNegativeTest:/^\s*\([.\d]+\)/,digitNegativeReplace:/^\s*\(([.\d]+)\)/,digitTest:/^[\-+(]?\d+[)]?$/,digitReplace:/[,.'"\s]/g},string:{max:1,min:-1,emptymin:1,emptymax:-1,zero:0,none:0,null:0,top:!0,bottom:!1},keyCodes:{enter:13},dates:{},instanceMethods:{},setup:function(t,r){var e,a,o,n;t&&t.tHead&&0!==t.tBodies.length&&!0!==t.hasInitialized?(a="",o=A(t),n=A.metadata,t.hasInitialized=!1,t.isProcessing=!0,t.config=r,A.data(t,"tablesorter",r),R.debug(r,"core")&&(console[console.group?"group":"log"]("Initializing tablesorter v"+R.version),A.data(t,"startoveralltimer",new Date)),r.supportsDataObject=((e=A.fn.jquery.split("."))[0]=parseInt(e[0],10),1
':"",i.$headers=A(A.map(i.$table.find(i.selectorHeaders),function(e,t){var r,a,o,n,s=A(e);if(!R.getClosest(s,"tr").hasClass(i.cssIgnoreRow))return/(th|td)/i.test(e.nodeName)||(n=R.getClosest(s,"th, td"),s.attr("data-column",n.attr("data-column"))),r=R.getColumnData(i.table,i.headers,t,!0),i.headerContent[t]=s.html(),""===i.headerTemplate||s.find("."+R.css.headerIn).length||(o=i.headerTemplate.replace(R.regex.templateContent,s.html()).replace(R.regex.templateIcon,s.find("."+R.css.icon).length?"":l),i.onRenderTemplate&&(a=i.onRenderTemplate.apply(s,[t,o]))&&"string"==typeof a&&(o=a),s.html('
'+o+"
")),i.onRenderHeader&&i.onRenderHeader.apply(s,[t,i,i.$table]),o=parseInt(s.attr("data-column"),10),e.column=o,n=R.getOrder(R.getData(s,r,"sortInitialOrder")||i.sortInitialOrder),!(i.sortVars[o]={count:-1,order:n?i.sortReset?[1,0,2]:[1,0]:i.sortReset?[0,1,2]:[0,1],lockedOrder:!1,sortedBy:""})!==(n=R.getData(s,r,"lockedOrder")||!1)&&(i.sortVars[o].lockedOrder=!0,i.sortVars[o].order=R.getOrder(n)?[1,1]:[0,0]),i.headerList[t]=e,s.addClass(R.css.header+" "+i.cssHeader),R.getClosest(s,"tr").addClass(R.css.headerRow+" "+i.cssHeaderRow).attr("role","row"),i.tabIndex&&s.attr("tabindex",0),e})),i.$headerIndexed=[],r=0;r'),t=e.$table.width(),o=(a=e.$tbodies.find("tr:first").children(":visible")).length,n=0;n").css("width",r));e.$table.prepend(s)}},getData:function(e,t,r){var a,o="",n=A(e);return n.length?(a=!!A.metadata&&n.metadata(),e=" "+(n.attr("class")||""),void 0!==n.data(r)||void 0!==n.data(r.toLowerCase())?o+=n.data(r)||n.data(r.toLowerCase()):a&&void 0!==a[r]?o+=a[r]:t&&void 0!==t[r]?o+=t[r]:" "!==e&&e.match(" "+r+"-")&&(o=e.match(new RegExp("\\s"+r+"-([\\w-]+)"))[1]||""),A.trim(o)):""},getColumnData:function(e,t,r,a,o){if("object"!=typeof t||null===t)return t;var n,e=(e=A(e)[0]).config,o=o||e.$headers,s=e.$headerIndexed&&e.$headerIndexed[r]||o.find('[data-column="'+r+'"]:last');if(void 0!==t[r])return a?t[r]:t[o.index(s)];for(n in t)if("string"==typeof n&&s.filter(n).add(s.find(n)).length)return t[n]},isProcessing:function(e,t,r){var a=(e=A(e))[0].config,o=r||e.find("."+R.css.header);t?(void 0!==r&&0'),A.fn.detach?t.detach():t.remove();r=A(e).find("colgroup.tablesorter-savemyplace");t.insertAfter(r),r.remove(),e.isProcessing=!1},clearTableBody:function(e){A(e)[0].config.$tbodies.children().detach()},characterEquivalents:{a:"áàâãäąå",A:"ÁÀÂÃÄĄÅ",c:"çćč",C:"ÇĆČ",e:"éèêëěę",E:"ÉÈÊËĚĘ",i:"íìİîïı",I:"ÍÌİÎÏ",o:"óòôõöō",O:"ÓÒÔÕÖŌ",ss:"ß",SS:"ẞ",u:"úùûüů",U:"ÚÙÛÜŮ"},replaceAccents:function(e){var t,r="[",a=R.characterEquivalents;if(!R.characterRegex){for(t in R.characterRegexArray={},a)"string"==typeof t&&(r+=a[t],R.characterRegexArray[t]=new RegExp("["+a[t]+"]","g"));R.characterRegex=new RegExp(r+"]")}if(R.characterRegex.test(e))for(t in a)"string"==typeof t&&(e=e.replace(R.characterRegexArray[t],t));return e},validateOptions:function(e){var t,r,a,o,n="headers sortForce sortList sortAppend widgets".split(" "),s=e.originalSettings;if(s){for(t in R.debug(e,"core")&&(o=new Date),s)if("undefined"==(a=typeof R.defaults[t]))console.warn('Tablesorter Warning! "table.config.'+t+'" option not recognized');else if("object"===a)for(r in s[t])a=R.defaults[t]&&typeof R.defaults[t][r],A.inArray(t,n)<0&&"undefined"===a&&console.warn('Tablesorter Warning! "table.config.'+t+"."+r+'" option not recognized');R.debug(e,"core")&&console.log("validate options time:"+R.benchmark(o))}},restoreHeaders:function(e){for(var t,r=A(e)[0].config,a=r.$table.find(r.selectorHeaders),o=a.length,n=0;n tr").children("th, td"),!1===t&&0<=A.inArray("uitheme",o.widgets)&&(a.triggerHandler("applyWidgetId",["uitheme"]),a.triggerHandler("applyWidgetId",["zebra"])),n.find("tr").not(s).remove(),n="sortReset update updateRows updateAll updateHeaders updateCell addRows updateComplete sorton appendCache updateCache applyWidgetId applyWidgets refreshWidgets removeWidget destroy mouseup mouseleave "+"keypress sortBegin sortEnd resetToLoadState ".split(" ").join(o.namespace+" "),a.removeData("tablesorter").unbind(n.replace(R.regex.spaces," ")),o.$headers.add(i).removeClass([R.css.header,o.cssHeader,o.cssAsc,o.cssDesc,R.css.sortAsc,R.css.sortDesc,R.css.sortNone].join(" ")).removeAttr("data-column").removeAttr("aria-label").attr("aria-disabled","true"),s.find(o.selectorSort).unbind("mousedown mouseup keypress ".split(" ").join(o.namespace+" ").replace(R.regex.spaces," ")),R.restoreHeaders(e),a.toggleClass(R.css.table+" "+o.tableClass+" tablesorter-"+o.theme,!1===t),a.removeClass(o.namespace.slice(1)),e.hasInitialized=!1,delete e.config.cache,"function"==typeof r&&r(e),R.debug(o,"core")&&console.log("tablesorter has been removed"))}};A.fn.tablesorter=function(t){return this.each(function(){var e=A.extend(!0,{},R.defaults,t,R.instanceMethods);e.originalSettings=t,!this.hasInitialized&&R.buildTable&&"TABLE"!==this.nodeName?R.buildTable(this,e):R.setup(this,e)})},window.console&&window.console.log||(R.logs=[],console={},console.log=console.warn=console.error=console.table=function(){var e=1Next',n='',g="Stop Animation",u="Start Animation";"de-DE"==o("html").attr("lang")&&(t='',n='',g="Animation stoppen",u="Animation starten"),o.fn.slick&&(o(".featured-slider").slick({dots:!1,slidesToShow:1,autoplay:d,cssEase:"ease",draggable:!0,pauseOnHover:c,pauseOnFocus:c,infinite:!0,adaptiveHeight:r,fade:p,autoplaySpeed:7e3,nextArrow:t,prevArrow:n,appendArrows:".slider-controls"}),o(".slick-startstop").on("click",function(){o(".slick-startstop").hasClass("stopped")?(o(".featured-slider").slick("slickPlay"),o(".slick-startstop").removeClass("stopped"),o(".slick-startstop").html(g)):(o(".featured-slider").slick("slickPause"),o(".slick-startstop").addClass("stopped"),o(".slick-startstop").html(u))})),o("a.lightbox").fancybox({helpers:{title:{type:"outside"}}}),o(".assistant-tabs-nav a").bind("click",function(e){e.preventDefault();e=o(this).attr("href");o(this).parents("ul").find("a").removeClass("active"),o(this).addClass("active"),o(this).parents(".assistant-tabs").find(".assistant-tab-pane").removeClass("assistant-tab-pane-active"),o(e).addClass("assistant-tab-pane-active")}),o(".assistant-tabs-nav a").keydown("click",function(e){32==e.keyCode&&(e=o(this).attr("href"),o(this).parents("ul").find("a").removeClass("active"),o(this).addClass("active"),o(this).parents(".assistant-tabs").find(".assistant-tab-pane").removeClass("assistant-tab-pane-active"),o(e).addClass("assistant-tab-pane-active"))});window.screen.width').wrap('
');t=function(){1'),o(this).children("ul").hide()}),o(".organigram .has-sub .toggle-icon").bind("click",function(e){e.preventDefault(),o(this).closest(".has-sub").toggleClass("active"),o(this).closest(".has-sub").children("ul").slideToggle()}),o("#nav > .nav > li > a").on("touchstart ontouchstart",function(e){return!o(this).parent().hasClass("has-sub")||(o(this).hasClass("clicked-once")?!!1:(o("#nav > .nav > li > a").removeClass("clicked-once"),o("#nav > .nav > li").removeClass("focus"),o(this).addClass("clicked-once"),o(this).parent("li").addClass("focus"),e.preventDefault(),!!0))}),o("#mainnav-toggle").each(function(){var e=o('