@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face {
font-family: 'Nucleo Outline';
src: url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/fonts/nucleo-outline.eot);
src: url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/fonts/nucleo-outline.eot) format('embedded-opentype'), url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/fonts/nucleo-outline.woff2) format('woff2'), url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/fonts/nucleo-outline.woff) format('woff'), url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/fonts/nucleo-outline.ttf) format('truetype'), url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/fonts/nucleo-outline.svg) format('svg');
font-weight: normal;
font-style: normal;
} .nc-icon-outline {
display: inline-block;
font: normal normal normal 14px/1 'Nucleo Outline';
font-size: inherit;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .nc-icon-outline.lg {
font-size: 1.33333333em;
vertical-align: -16%;
}
.nc-icon-outline.x2 {
font-size: 2em;
}
.nc-icon-outline.x3 {
font-size: 3em;
} .nc-icon-outline.square,
.nc-icon-outline.circle {
padding: 0.33333333em;
vertical-align: -16%;
background-color: #eee;
}
.nc-icon-outline.circle {
border-radius: 50%;
} .nc-icon-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.nc-icon-ul > li {
position: relative;
}
.nc-icon-ul > li > .nc-icon-outline {
position: absolute;
left: -1.57142857em;
top: 0.14285714em;
text-align: center;
}
.nc-icon-ul > li > .nc-icon-outline.lg {
top: 0;
left: -1.35714286em;
}
.nc-icon-ul > li > .nc-icon-outline.circle,
.nc-icon-ul > li > .nc-icon-outline.square {
top: -0.19047619em;
left: -1.9047619em;
} .nc-icon-outline.spin {
-webkit-animation: nc-icon-spin 2s infinite linear;
-moz-animation: nc-icon-spin 2s infinite linear;
animation: nc-icon-spin 2s infinite linear;
}
@-webkit-keyframes nc-icon-spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes nc-icon-spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
}
}
@keyframes nc-icon-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
} .nc-icon-outline.rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.nc-icon-outline.rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.nc-icon-outline.rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.nc-icon-outline.flip-y {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.nc-icon-outline.flip-x {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
} .nc-icon-outline.files_add:before {
content: "\e900";
}
.nc-icon-outline.files_archive-3d-check:before {
content: "\e901";
}
.nc-icon-outline.files_archive-3d-content:before {
content: "\e902";
}
.nc-icon-outline.files_archive-check:before {
content: "\e903";
}
.nc-icon-outline.files_archive-content:before {
content: "\e904";
}
.nc-icon-outline.files_archive-paper-check:before {
content: "\e905";
}
.nc-icon-outline.files_archive-paper:before {
content: "\e906";
}
.nc-icon-outline.files_archive:before {
content: "\e907";
}
.nc-icon-outline.files_audio:before {
content: "\e908";
}
.nc-icon-outline.files_book-07:before {
content: "\e909";
}
.nc-icon-outline.files_book-08:before {
content: "\e90a";
}
.nc-icon-outline.files_bookmark:before {
content: "\e90b";
}
.nc-icon-outline.files_box:before {
content: "\e90c";
}
.nc-icon-outline.files_chart-bar:before {
content: "\e90d";
}
.nc-icon-outline.files_chart-pie:before {
content: "\e90e";
}
.nc-icon-outline.files_check:before {
content: "\e90f";
}
.nc-icon-outline.files_cloud:before {
content: "\e910";
}
.nc-icon-outline.files_copy:before {
content: "\e911";
}
.nc-icon-outline.files_dev:before {
content: "\e912";
}
.nc-icon-outline.files_download:before {
content: "\e913";
}
.nc-icon-outline.files_drawer:before {
content: "\e914";
}
.nc-icon-outline.files_edit:before {
content: "\e915";
}
.nc-icon-outline.files_exclamation:before {
content: "\e916";
}
.nc-icon-outline.files_folder-13:before {
content: "\e917";
}
.nc-icon-outline.files_folder-14:before {
content: "\e918";
}
.nc-icon-outline.files_folder-15:before {
content: "\e919";
}
.nc-icon-outline.files_folder-16:before {
content: "\e91a";
}
.nc-icon-outline.files_folder-17:before {
content: "\e91b";
}
.nc-icon-outline.files_folder-18:before {
content: "\e91c";
}
.nc-icon-outline.files_folder-19:before {
content: "\e91d";
}
.nc-icon-outline.files_folder-add:before {
content: "\e91e";
}
.nc-icon-outline.files_folder-audio:before {
content: "\e91f";
}
.nc-icon-outline.files_folder-bookmark:before {
content: "\e920";
}
.nc-icon-outline.files_folder-chart-bar:before {
content: "\e921";
}
.nc-icon-outline.files_folder-chart-pie:before {
content: "\e922";
}
.nc-icon-outline.files_folder-check:before {
content: "\e923";
}
.nc-icon-outline.files_folder-cloud:before {
content: "\e924";
}
.nc-icon-outline.files_folder-dev:before {
content: "\e925";
}
.nc-icon-outline.files_folder-download:before {
content: "\e926";
}
.nc-icon-outline.files_folder-edit:before {
content: "\e927";
}
.nc-icon-outline.files_folder-exclamation:before {
content: "\e928";
}
.nc-icon-outline.files_folder-gallery:before {
content: "\e929";
}
.nc-icon-outline.files_folder-heart:before {
content: "\e92a";
}
.nc-icon-outline.files_folder-image:before {
content: "\e92b";
}
.nc-icon-outline.files_folder-info:before {
content: "\e92c";
}
.nc-icon-outline.files_folder-link:before {
content: "\e92d";
}
.nc-icon-outline.files_folder-locked:before {
content: "\e92e";
}
.nc-icon-outline.files_folder-money:before {
content: "\e92f";
}
.nc-icon-outline.files_folder-music:before {
content: "\e930";
}
.nc-icon-outline.files_folder-no-access:before {
content: "\e931";
}
.nc-icon-outline.files_folder-play:before {
content: "\e932";
}
.nc-icon-outline.files_folder-question:before {
content: "\e933";
}
.nc-icon-outline.files_folder-refresh:before {
content: "\e934";
}
.nc-icon-outline.files_folder-remove:before {
content: "\e935";
}
.nc-icon-outline.files_folder-search:before {
content: "\e936";
}
.nc-icon-outline.files_folder-settings-81:before {
content: "\e937";
}
.nc-icon-outline.files_folder-settings-97:before {
content: "\e938";
}
.nc-icon-outline.files_folder-shared:before {
content: "\e939";
}
.nc-icon-outline.files_folder-star:before {
content: "\e93a";
}
.nc-icon-outline.files_folder-time:before {
content: "\e93b";
}
.nc-icon-outline.files_folder-upload:before {
content: "\e93c";
}
.nc-icon-outline.files_folder-user:before {
content: "\e93d";
}
.nc-icon-outline.files_folder-vector:before {
content: "\e93e";
}
.nc-icon-outline.files_gallery:before {
content: "\e93f";
}
.nc-icon-outline.files_heart:before {
content: "\e940";
}
.nc-icon-outline.files_image:before {
content: "\e941";
}
.nc-icon-outline.files_info:before {
content: "\e942";
}
.nc-icon-outline.files_link:before {
content: "\e943";
}
.nc-icon-outline.files_locked:before {
content: "\e944";
}
.nc-icon-outline.files_money:before {
content: "\e945";
}
.nc-icon-outline.files_music:before {
content: "\e946";
}
.nc-icon-outline.files_no-access:before {
content: "\ee8c";
}
.nc-icon-outline.files_notebook:before {
content: "\ee8d";
}
.nc-icon-outline.files_paper:before {
content: "\ee8e";
}
.nc-icon-outline.files_play:before {
content: "\ee8f";
}
.nc-icon-outline.files_question:before {
content: "\ee90";
}
.nc-icon-outline.files_refresh:before {
content: "\ee91";
}
.nc-icon-outline.files_remove:before {
content: "\ee92";
}
.nc-icon-outline.files_replace-folder:before {
content: "\ee93";
}
.nc-icon-outline.files_replace:before {
content: "\ee94";
}
.nc-icon-outline.files_search:before {
content: "\ee95";
}
.nc-icon-outline.files_settings-46:before {
content: "\ee96";
}
.nc-icon-outline.files_settings-99:before {
content: "\ee97";
}
.nc-icon-outline.files_shared:before {
content: "\ee98";
}
.nc-icon-outline.files_single-content-02:before {
content: "\ee99";
}
.nc-icon-outline.files_single-content-03:before {
content: "\ee9a";
}
.nc-icon-outline.files_single-copies:before {
content: "\ee9b";
}
.nc-icon-outline.files_single-copy-04:before {
content: "\ee9c";
}
.nc-icon-outline.files_single-copy-06:before {
content: "\ee9d";
}
.nc-icon-outline.files_single-folded-content:before {
content: "\ee9e";
}
.nc-icon-outline.files_single-folded:before {
content: "\ee9f";
}
.nc-icon-outline.files_single-paragraph:before {
content: "\eea0";
}
.nc-icon-outline.files_single:before {
content: "\eea1";
}
.nc-icon-outline.files_star:before {
content: "\eea2";
}
.nc-icon-outline.files_time:before {
content: "\eea3";
}
.nc-icon-outline.files_upload:before {
content: "\eea4";
}
.nc-icon-outline.files_user:before {
content: "\eea5";
}
.nc-icon-outline.files_vector:before {
content: "\eea6";
}
.nc-icon-outline.files_zip-54:before {
content: "\eea7";
}
.nc-icon-outline.files_zip-55:before {
content: "\eea8";
}
.nc-icon-outline.tech_cable-49:before {
content: "\eea9";
}
.nc-icon-outline.tech_cable-50:before {
content: "\eeaa";
}
.nc-icon-outline.tech_cd-reader:before {
content: "\eeab";
}
.nc-icon-outline.tech_computer-monitor:before {
content: "\eeac";
}
.nc-icon-outline.tech_computer-old:before {
content: "\eead";
}
.nc-icon-outline.tech_computer:before {
content: "\eeae";
}
.nc-icon-outline.tech_controller-modern:before {
content: "\eeaf";
}
.nc-icon-outline.tech_controller:before {
content: "\eeb0";
}
.nc-icon-outline.tech_desktop-screen:before {
content: "\eeb1";
}
.nc-icon-outline.tech_desktop:before {
content: "\eeb2";
}
.nc-icon-outline.tech_disk-reader:before {
content: "\eeb3";
}
.nc-icon-outline.tech_disk:before {
content: "\eeb4";
}
.nc-icon-outline.tech_gopro:before {
content: "\eeb5";
}
.nc-icon-outline.tech_headphones:before {
content: "\eeb6";
}
.nc-icon-outline.tech_keyboard-mouse:before {
content: "\eeb7";
}
.nc-icon-outline.tech_keyboard-wifi:before {
content: "\eeb8";
}
.nc-icon-outline.tech_keyboard:before {
content: "\eeb9";
}
.nc-icon-outline.tech_laptop-1:before {
content: "\eeba";
}
.nc-icon-outline.tech_laptop-2:before {
content: "\eebb";
}
.nc-icon-outline.tech_laptop:before {
content: "\eebc";
}
.nc-icon-outline.tech_mobile-button:before {
content: "\eebd";
}
.nc-icon-outline.tech_mobile-camera:before {
content: "\eebe";
}
.nc-icon-outline.tech_mobile-recharger-08:before {
content: "\eebf";
}
.nc-icon-outline.tech_mobile-recharger-09:before {
content: "\eec0";
}
.nc-icon-outline.tech_mobile-toolbar:before {
content: "\eec1";
}
.nc-icon-outline.tech_mobile:before {
content: "\eec2";
}
.nc-icon-outline.tech_music:before {
content: "\eec3";
}
.nc-icon-outline.tech_navigation:before {
content: "\eec4";
}
.nc-icon-outline.tech_player-19:before {
content: "\eec5";
}
.nc-icon-outline.tech_player-48:before {
content: "\eec6";
}
.nc-icon-outline.tech_print-fold:before {
content: "\eec7";
}
.nc-icon-outline.tech_print-round-fold:before {
content: "\eec8";
}
.nc-icon-outline.tech_print-round:before {
content: "\eec9";
}
.nc-icon-outline.tech_print:before {
content: "\eeca";
}
.nc-icon-outline.tech_ram:before {
content: "\eecb";
}
.nc-icon-outline.tech_remote:before {
content: "\eecc";
}
.nc-icon-outline.tech_signal:before {
content: "\eecd";
}
.nc-icon-outline.tech_socket:before {
content: "\eece";
}
.nc-icon-outline.tech_sync:before {
content: "\eecf";
}
.nc-icon-outline.tech_tablet-button:before {
content: "\eed0";
}
.nc-icon-outline.tech_tablet-reader-31:before {
content: "\eed1";
}
.nc-icon-outline.tech_tablet-reader-42:before {
content: "\eed2";
}
.nc-icon-outline.tech_tablet-toolbar:before {
content: "\eed3";
}
.nc-icon-outline.tech_tablet:before {
content: "\eed4";
}
.nc-icon-outline.tech_tv-old:before {
content: "\eed5";
}
.nc-icon-outline.tech_tv:before {
content: "\eed6";
}
.nc-icon-outline.tech_watch-circle:before {
content: "\eed7";
}
.nc-icon-outline.tech_watch-time:before {
content: "\eed8";
}
.nc-icon-outline.tech_watch:before {
content: "\eed9";
}
.nc-icon-outline.tech_webcam-38:before {
content: "\eeda";
}
.nc-icon-outline.tech_webcam-39:before {
content: "\eedb";
}
.nc-icon-outline.tech_wifi-router:before {
content: "\eedc";
}
.nc-icon-outline.tech_wifi:before {
content: "\eedd";
}
.nc-icon-outline.tech-2_cctv:before {
content: "\eede";
}
.nc-icon-outline.tech-2_connection:before {
content: "\eedf";
}
.nc-icon-outline.tech-2_device-connection:before {
content: "\eee0";
}
.nc-icon-outline.tech-2_dock:before {
content: "\eee1";
}
.nc-icon-outline.tech-2_firewall:before {
content: "\eee2";
}
.nc-icon-outline.tech-2_hdmi:before {
content: "\eee3";
}
.nc-icon-outline.tech-2_headphone:before {
content: "\eee4";
}
.nc-icon-outline.tech-2_headset:before {
content: "\eee5";
}
.nc-icon-outline.tech-2_keyboard-hide:before {
content: "\eee6";
}
.nc-icon-outline.tech-2_keyboard-wireless:before {
content: "\eee7";
}
.nc-icon-outline.tech-2_l-add:before {
content: "\eee8";
}
.nc-icon-outline.tech-2_l-check:before {
content: "\eee9";
}
.nc-icon-outline.tech-2_l-location:before {
content: "\eeea";
}
.nc-icon-outline.tech-2_l-remove:before {
content: "\eeeb";
}
.nc-icon-outline.tech-2_l-search:before {
content: "\eeec";
}
.nc-icon-outline.tech-2_l-security:before {
content: "\eeed";
}
.nc-icon-outline.tech-2_l-settings:before {
content: "\eeee";
}
.nc-icon-outline.tech-2_l-sync:before {
content: "\eeef";
}
.nc-icon-outline.tech-2_l-system-update:before {
content: "\eef0";
}
.nc-icon-outline.tech-2_lock-landscape:before {
content: "\eef1";
}
.nc-icon-outline.tech-2_lock-portrait:before {
content: "\eef2";
}
.nc-icon-outline.tech-2_mic:before {
content: "\eef3";
}
.nc-icon-outline.tech-2_mobile-landscape:before {
content: "\eef4";
}
.nc-icon-outline.tech-2_p-add:before {
content: "\eef5";
}
.nc-icon-outline.tech-2_p-check:before {
content: "\eef6";
}
.nc-icon-outline.tech-2_p-edit:before {
content: "\eef7";
}
.nc-icon-outline.tech-2_p-heart:before {
content: "\eef8";
}
.nc-icon-outline.tech-2_p-location:before {
content: "\eef9";
}
.nc-icon-outline.tech-2_p-remove:before {
content: "\eefa";
}
.nc-icon-outline.tech-2_p-search:before {
content: "\eefb";
}
.nc-icon-outline.tech-2_p-settings:before {
content: "\eefc";
}
.nc-icon-outline.tech-2_p-share:before {
content: "\eefd";
}
.nc-icon-outline.tech-2_p-sync:before {
content: "\eefe";
}
.nc-icon-outline.tech-2_p-system-update:before {
content: "\eeff";
}
.nc-icon-outline.tech-2_p-time:before {
content: "\ef00";
}
.nc-icon-outline.tech-2_pci-card:before {
content: "\ef01";
}
.nc-icon-outline.tech-2_rotate-lock:before {
content: "\ef02";
}
.nc-icon-outline.tech-2_rotate:before {
content: "\ef03";
}
.nc-icon-outline.tech-2_sim-card:before {
content: "\ef04";
}
.nc-icon-outline.tech-2_socket-europe-1:before {
content: "\ef05";
}
.nc-icon-outline.tech-2_socket-europe-2:before {
content: "\ef06";
}
.nc-icon-outline.tech-2_socket-uk:before {
content: "\ef07";
}
.nc-icon-outline.tech-2_vpn:before {
content: "\ef08";
}
.nc-icon-outline.tech-2_wifi-off:before {
content: "\ef09";
}
.nc-icon-outline.tech-2_wifi-protected:before {
content: "\ef0a";
}
.nc-icon-outline.tech-2_wifi:before {
content: "\ef0b";
}
.nc-icon-outline.users_add-27:before {
content: "\ef0c";
}
.nc-icon-outline.users_add-29:before {
content: "\ef0d";
}
.nc-icon-outline.users_badge-13:before {
content: "\ef0e";
}
.nc-icon-outline.users_badge-14:before {
content: "\ef0f";
}
.nc-icon-outline.users_badge-15:before {
content: "\ef10";
}
.nc-icon-outline.users_circle-08:before {
content: "\ef11";
}
.nc-icon-outline.users_circle-09:before {
content: "\ef12";
}
.nc-icon-outline.users_circle-10:before {
content: "\ef13";
}
.nc-icon-outline.users_contacts:before {
content: "\ef14";
}
.nc-icon-outline.users_delete-28:before {
content: "\ef15";
}
.nc-icon-outline.users_delete-30:before {
content: "\ef16";
}
.nc-icon-outline.users_man-20:before {
content: "\ef17";
}
.nc-icon-outline.users_man-23:before {
content: "\ef18";
}
.nc-icon-outline.users_man-glasses:before {
content: "\ef19";
}
.nc-icon-outline.users_mobile-contact:before {
content: "\ef1a";
}
.nc-icon-outline.users_multiple-11:before {
content: "\ef1b";
}
.nc-icon-outline.users_multiple-19:before {
content: "\ef1c";
}
.nc-icon-outline.users_network:before {
content: "\ef1d";
}
.nc-icon-outline.users_parent:before {
content: "\ef1e";
}
.nc-icon-outline.users_single-01:before {
content: "\ef1f";
}
.nc-icon-outline.users_single-02:before {
content: "\ef20";
}
.nc-icon-outline.users_single-03:before {
content: "\ef21";
}
.nc-icon-outline.users_single-04:before {
content: "\ef22";
}
.nc-icon-outline.users_single-05:before {
content: "\ef23";
}
.nc-icon-outline.users_single-body:before {
content: "\ef24";
}
.nc-icon-outline.users_single-position:before {
content: "\ef25";
}
.nc-icon-outline.users_square-31:before {
content: "\ef26";
}
.nc-icon-outline.users_square-32:before {
content: "\ef27";
}
.nc-icon-outline.users_square-33:before {
content: "\ef28";
}
.nc-icon-outline.users_woman-21:before {
content: "\ef29";
}
.nc-icon-outline.users_woman-24:before {
content: "\ef2a";
}
.nc-icon-outline.users_woman-25:before {
content: "\ef2b";
}
.nc-icon-outline.users_woman-man:before {
content: "\ef2c";
}
.nc-icon-outline.users-2_a-add:before {
content: "\ef2d";
}
.nc-icon-outline.users-2_a-check:before {
content: "\ef2e";
}
.nc-icon-outline.users-2_a-delete:before {
content: "\ef2f";
}
.nc-icon-outline.users-2_a-edit:before {
content: "\ef30";
}
.nc-icon-outline.users-2_a-heart:before {
content: "\ef31";
}
.nc-icon-outline.users-2_a-location:before {
content: "\ef32";
}
.nc-icon-outline.users-2_a-remove:before {
content: "\ef33";
}
.nc-icon-outline.users-2_a-search:before {
content: "\ef34";
}
.nc-icon-outline.users-2_a-security:before {
content: "\ef35";
}
.nc-icon-outline.users-2_a-share:before {
content: "\ef36";
}
.nc-icon-outline.users-2_a-star:before {
content: "\ef37";
}
.nc-icon-outline.users-2_a-sync:before {
content: "\ef38";
}
.nc-icon-outline.users-2_a-time:before {
content: "\ef39";
}
.nc-icon-outline.users-2_accessibility:before {
content: "\ef3a";
}
.nc-icon-outline.users-2_b-add:before {
content: "\ef3b";
}
.nc-icon-outline.users-2_b-check:before {
content: "\ef3c";
}
.nc-icon-outline.users-2_b-location:before {
content: "\ef3d";
}
.nc-icon-outline.users-2_b-love:before {
content: "\ef3e";
}
.nc-icon-outline.users-2_b-meeting:before {
content: "\ef3f";
}
.nc-icon-outline.users-2_b-remove:before {
content: "\ef40";
}
.nc-icon-outline.users-2_b-security:before {
content: "\ef41";
}
.nc-icon-outline.users-2_child:before {
content: "\ef42";
}
.nc-icon-outline.users-2_contacts-44:before {
content: "\ef43";
}
.nc-icon-outline.users-2_contacts-45:before {
content: "\ef44";
}
.nc-icon-outline.users-2_couple-gay:before {
content: "\ef45";
}
.nc-icon-outline.users-2_couple-lesbian:before {
content: "\ef46";
}
.nc-icon-outline.users-2_disabled:before {
content: "\ef47";
}
.nc-icon-outline.users-2_exchange:before {
content: "\ef48";
}
.nc-icon-outline.users-2_family:before {
content: "\ef49";
}
.nc-icon-outline.users-2_focus:before {
content: "\ef4a";
}
.nc-icon-outline.users-2_home:before {
content: "\ef4b";
}
.nc-icon-outline.users-2_man-down:before {
content: "\ef4c";
}
.nc-icon-outline.users-2_man-up:before {
content: "\ef4d";
}
.nc-icon-outline.users-2_man:before {
content: "\ef4e";
}
.nc-icon-outline.users-2_meeting:before {
content: "\ef4f";
}
.nc-icon-outline.users-2_mickey-mouse:before {
content: "\ef50";
}
.nc-icon-outline.users-2_multiple:before {
content: "\ef51";
}
.nc-icon-outline.users-2_pin:before {
content: "\ef52";
}
.nc-icon-outline.users-2_police:before {
content: "\ef53";
}
.nc-icon-outline.users-2_search:before {
content: "\ef54";
}
.nc-icon-outline.users-2_standing-man:before {
content: "\ef55";
}
.nc-icon-outline.users-2_standing-woman:before {
content: "\ef56";
}
.nc-icon-outline.users-2_voice-record:before {
content: "\ef57";
}
.nc-icon-outline.users-2_wc:before {
content: "\ef58";
}
.nc-icon-outline.users-2_woman-down:before {
content: "\ef59";
}
.nc-icon-outline.users-2_woman-up:before {
content: "\ef5a";
}
.nc-icon-outline.users-2_woman:before {
content: "\ef5b";
}
.nc-icon-outline.shopping_award:before {
content: "\ea3e";
}
.nc-icon-outline.shopping_bag-09:before {
content: "\ea3f";
}
.nc-icon-outline.shopping_bag-16:before {
content: "\ea40";
}
.nc-icon-outline.shopping_bag-17:before {
content: "\ea41";
}
.nc-icon-outline.shopping_bag-20:before {
content: "\ea42";
}
.nc-icon-outline.shopping_bag-add-18:before {
content: "\ea43";
}
.nc-icon-outline.shopping_bag-add-21:before {
content: "\ea44";
}
.nc-icon-outline.shopping_bag-edit:before {
content: "\ea45";
}
.nc-icon-outline.shopping_bag-remove-19:before {
content: "\ea46";
}
.nc-icon-outline.shopping_bag-remove-22:before {
content: "\ea47";
}
.nc-icon-outline.shopping_barcode-scan:before {
content: "\ea48";
}
.nc-icon-outline.shopping_barcode:before {
content: "\ea49";
}
.nc-icon-outline.shopping_bardcode-qr:before {
content: "\ea4a";
}
.nc-icon-outline.shopping_basket-add:before {
content: "\ea4b";
}
.nc-icon-outline.shopping_basket-edit:before {
content: "\ea4c";
}
.nc-icon-outline.shopping_basket-remove:before {
content: "\ea4d";
}
.nc-icon-outline.shopping_basket-simple-add:before {
content: "\ea4e";
}
.nc-icon-outline.shopping_basket-simple-remove:before {
content: "\ea4f";
}
.nc-icon-outline.shopping_basket-simple:before {
content: "\ea50";
}
.nc-icon-outline.shopping_basket:before {
content: "\ea51";
}
.nc-icon-outline.shopping_bitcoin:before {
content: "\ea52";
}
.nc-icon-outline.shopping_board:before {
content: "\ea53";
}
.nc-icon-outline.shopping_box-3d-50:before {
content: "\ea54";
}
.nc-icon-outline.shopping_box-3d-67:before {
content: "\ea55";
}
.nc-icon-outline.shopping_box-ribbon:before {
content: "\ea56";
}
.nc-icon-outline.shopping_box:before {
content: "\ea57";
}
.nc-icon-outline.shopping_cart-add:before {
content: "\ea58";
}
.nc-icon-outline.shopping_cart-modern-add:before {
content: "\ea59";
}
.nc-icon-outline.shopping_cart-modern-in:before {
content: "\ea5a";
}
.nc-icon-outline.shopping_cart-modern-remove:before {
content: "\ea5b";
}
.nc-icon-outline.shopping_cart-modern:before {
content: "\ea5c";
}
.nc-icon-outline.shopping_cart-remove:before {
content: "\ea5d";
}
.nc-icon-outline.shopping_cart-simple-add:before {
content: "\ea5e";
}
.nc-icon-outline.shopping_cart-simple-in:before {
content: "\ea5f";
}
.nc-icon-outline.shopping_cart-simple-remove:before {
content: "\ea60";
}
.nc-icon-outline.shopping_cart-simple:before {
content: "\ea61";
}
.nc-icon-outline.shopping_cart:before {
content: "\ea62";
}
.nc-icon-outline.shopping_cash-register:before {
content: "\ea63";
}
.nc-icon-outline.shopping_chart:before {
content: "\ea64";
}
.nc-icon-outline.shopping_credit-card-in:before {
content: "\ea65";
}
.nc-icon-outline.shopping_credit-card:before {
content: "\ea66";
}
.nc-icon-outline.shopping_credit-locked:before {
content: "\ea67";
}
.nc-icon-outline.shopping_delivery-fast:before {
content: "\ea68";
}
.nc-icon-outline.shopping_delivery-time:before {
content: "\ea69";
}
.nc-icon-outline.shopping_delivery-track:before {
content: "\ea6a";
}
.nc-icon-outline.shopping_delivery:before {
content: "\ea6b";
}
.nc-icon-outline.shopping_discount:before {
content: "\ea6c";
}
.nc-icon-outline.shopping_gift:before {
content: "\ea6d";
}
.nc-icon-outline.shopping_hand-card:before {
content: "\ea6e";
}
.nc-icon-outline.shopping_list:before {
content: "\ea6f";
}
.nc-icon-outline.shopping_mobile-card:before {
content: "\ea70";
}
.nc-icon-outline.shopping_mobile-cart:before {
content: "\ea71";
}
.nc-icon-outline.shopping_mobile-touch:before {
content: "\ea72";
}
.nc-icon-outline.shopping_newsletter:before {
content: "\ea73";
}
.nc-icon-outline.shopping_pos:before {
content: "\ea74";
}
.nc-icon-outline.shopping_receipt-list-42:before {
content: "\ea75";
}
.nc-icon-outline.shopping_receipt-list-43:before {
content: "\ea76";
}
.nc-icon-outline.shopping_receipt:before {
content: "\ea77";
}
.nc-icon-outline.shopping_shop-location:before {
content: "\ea78";
}
.nc-icon-outline.shopping_shop:before {
content: "\ea79";
}
.nc-icon-outline.shopping_stock:before {
content: "\ea7a";
}
.nc-icon-outline.shopping_tag-content:before {
content: "\ea7b";
}
.nc-icon-outline.shopping_tag-cut:before {
content: "\ea7c";
}
.nc-icon-outline.shopping_tag-line:before {
content: "\ea7d";
}
.nc-icon-outline.shopping_tag-sale:before {
content: "\ea7e";
}
.nc-icon-outline.shopping_tag:before {
content: "\ea7f";
}
.nc-icon-outline.shopping_wallet:before {
content: "\ea80";
}
.nc-icon-outline.arrows-1_back-78:before {
content: "\ea81";
}
.nc-icon-outline.arrows-1_back-80:before {
content: "\ea82";
}
.nc-icon-outline.arrows-1_bold-direction:before {
content: "\ea83";
}
.nc-icon-outline.arrows-1_bold-down:before {
content: "\ea84";
}
.nc-icon-outline.arrows-1_bold-left:before {
content: "\ea85";
}
.nc-icon-outline.arrows-1_bold-right:before {
content: "\ea86";
}
.nc-icon-outline.arrows-1_bold-up:before {
content: "\ea87";
}
.nc-icon-outline.arrows-1_circle-down-12:before {
content: "\ea88";
}
.nc-icon-outline.arrows-1_circle-down-40:before {
content: "\ea89";
}
.nc-icon-outline.arrows-1_circle-left-10:before {
content: "\ea8a";
}
.nc-icon-outline.arrows-1_circle-left-38:before {
content: "\ea8b";
}
.nc-icon-outline.arrows-1_circle-right-09:before {
content: "\ea8c";
}
.nc-icon-outline.arrows-1_circle-right-37:before {
content: "\ea8d";
}
.nc-icon-outline.arrows-1_circle-up-11:before {
content: "\ea8e";
}
.nc-icon-outline.arrows-1_circle-up-39:before {
content: "\ea8f";
}
.nc-icon-outline.arrows-1_cloud-download-93:before {
content: "\ea90";
}
.nc-icon-outline.arrows-1_cloud-download-95:before {
content: "\ea91";
}
.nc-icon-outline.arrows-1_cloud-upload-94:before {
content: "\ea92";
}
.nc-icon-outline.arrows-1_cloud-upload-96:before {
content: "\ea93";
}
.nc-icon-outline.arrows-1_curved-next:before {
content: "\ea94";
}
.nc-icon-outline.arrows-1_curved-previous:before {
content: "\ea95";
}
.nc-icon-outline.arrows-1_direction-53:before {
content: "\ea96";
}
.nc-icon-outline.arrows-1_direction-56:before {
content: "\ea97";
}
.nc-icon-outline.arrows-1_double-left:before {
content: "\ea98";
}
.nc-icon-outline.arrows-1_double-right:before {
content: "\ea99";
}
.nc-icon-outline.arrows-1_download:before {
content: "\ea9a";
}
.nc-icon-outline.arrows-1_enlarge-diagonal-43:before {
content: "\ea9b";
}
.nc-icon-outline.arrows-1_enlarge-diagonal-44:before {
content: "\ea9c";
}
.nc-icon-outline.arrows-1_enlarge-horizontal:before {
content: "\ea9d";
}
.nc-icon-outline.arrows-1_enlarge-vertical:before {
content: "\ea9e";
}
.nc-icon-outline.arrows-1_fit-horizontal:before {
content: "\ea9f";
}
.nc-icon-outline.arrows-1_fit-vertical:before {
content: "\eaa0";
}
.nc-icon-outline.arrows-1_fullscreen-70:before {
content: "\eaa1";
}
.nc-icon-outline.arrows-1_fullscreen-71:before {
content: "\eaa2";
}
.nc-icon-outline.arrows-1_fullscreen-76:before {
content: "\eaa3";
}
.nc-icon-outline.arrows-1_fullscreen-77:before {
content: "\eaa4";
}
.nc-icon-outline.arrows-1_fullscreen-double-74:before {
content: "\eaa5";
}
.nc-icon-outline.arrows-1_fullscreen-double-75:before {
content: "\eaa6";
}
.nc-icon-outline.arrows-1_fullscreen-split-72:before {
content: "\eaa7";
}
.nc-icon-outline.arrows-1_fullscreen-split-73:before {
content: "\eaa8";
}
.nc-icon-outline.arrows-1_log-in:before {
content: "\eaa9";
}
.nc-icon-outline.arrows-1_log-out:before {
content: "\eaaa";
}
.nc-icon-outline.arrows-1_loop-82:before {
content: "\eaab";
}
.nc-icon-outline.arrows-1_loop-83:before {
content: "\eaac";
}
.nc-icon-outline.arrows-1_minimal-down:before {
content: "\eaad";
}
.nc-icon-outline.arrows-1_minimal-left:before {
content: "\eaae";
}
.nc-icon-outline.arrows-1_minimal-right:before {
content: "\eaaf";
}
.nc-icon-outline.arrows-1_minimal-up:before {
content: "\eab0";
}
.nc-icon-outline.arrows-1_redo-79:before {
content: "\eab1";
}
.nc-icon-outline.arrows-1_redo-81:before {
content: "\eab2";
}
.nc-icon-outline.arrows-1_refresh-68:before {
content: "\eab3";
}
.nc-icon-outline.arrows-1_refresh-69:before {
content: "\eab4";
}
.nc-icon-outline.arrows-1_round-down:before {
content: "\eab5";
}
.nc-icon-outline.arrows-1_round-left:before {
content: "\eab6";
}
.nc-icon-outline.arrows-1_round-right:before {
content: "\eab7";
}
.nc-icon-outline.arrows-1_round-up:before {
content: "\eab8";
}
.nc-icon-outline.arrows-1_share-66:before {
content: "\eab9";
}
.nc-icon-outline.arrows-1_share-91:before {
content: "\eaba";
}
.nc-icon-outline.arrows-1_share-92:before {
content: "\eabb";
}
.nc-icon-outline.arrows-1_shuffle-97:before {
content: "\eabc";
}
.nc-icon-outline.arrows-1_shuffle-98:before {
content: "\eabd";
}
.nc-icon-outline.arrows-1_simple-down:before {
content: "\eabe";
}
.nc-icon-outline.arrows-1_simple-left:before {
content: "\eabf";
}
.nc-icon-outline.arrows-1_simple-right:before {
content: "\eac0";
}
.nc-icon-outline.arrows-1_simple-up:before {
content: "\eac1";
}
.nc-icon-outline.arrows-1_small-triangle-down:before {
content: "\eac2";
}
.nc-icon-outline.arrows-1_small-triangle-left:before {
content: "\eac3";
}
.nc-icon-outline.arrows-1_small-triangle-right:before {
content: "\eac4";
}
.nc-icon-outline.arrows-1_small-triangle-up:before {
content: "\eac5";
}
.nc-icon-outline.arrows-1_square-down:before {
content: "\eac6";
}
.nc-icon-outline.arrows-1_square-left:before {
content: "\eac7";
}
.nc-icon-outline.arrows-1_square-right:before {
content: "\eac8";
}
.nc-icon-outline.arrows-1_square-up:before {
content: "\eac9";
}
.nc-icon-outline.arrows-1_strong-down:before {
content: "\eaca";
}
.nc-icon-outline.arrows-1_strong-left:before {
content: "\eacb";
}
.nc-icon-outline.arrows-1_strong-right:before {
content: "\eacc";
}
.nc-icon-outline.arrows-1_strong-up:before {
content: "\eacd";
}
.nc-icon-outline.arrows-1_tail-down:before {
content: "\eace";
}
.nc-icon-outline.arrows-1_tail-left:before {
content: "\eacf";
}
.nc-icon-outline.arrows-1_tail-right:before {
content: "\ead0";
}
.nc-icon-outline.arrows-1_tail-triangle-down:before {
content: "\ead1";
}
.nc-icon-outline.arrows-1_tail-triangle-left:before {
content: "\ead2";
}
.nc-icon-outline.arrows-1_tail-triangle-right:before {
content: "\ead3";
}
.nc-icon-outline.arrows-1_tail-triangle-up:before {
content: "\ead4";
}
.nc-icon-outline.arrows-1_tail-up:before {
content: "\ead5";
}
.nc-icon-outline.arrows-1_trend-down:before {
content: "\ead6";
}
.nc-icon-outline.arrows-1_trend-up:before {
content: "\ead7";
}
.nc-icon-outline.arrows-1_triangle-down-20:before {
content: "\ead8";
}
.nc-icon-outline.arrows-1_triangle-down-65:before {
content: "\ead9";
}
.nc-icon-outline.arrows-1_triangle-left-18:before {
content: "\eada";
}
.nc-icon-outline.arrows-1_triangle-left-63:before {
content: "\eadb";
}
.nc-icon-outline.arrows-1_triangle-right-17:before {
content: "\eadc";
}
.nc-icon-outline.arrows-1_triangle-right-62:before {
content: "\eadd";
}
.nc-icon-outline.arrows-1_triangle-up-19:before {
content: "\eade";
}
.nc-icon-outline.arrows-1_triangle-up-64:before {
content: "\eadf";
}
.nc-icon-outline.arrows-1_window-zoom-in:before {
content: "\eae0";
}
.nc-icon-outline.arrows-1_window-zoom-out:before {
content: "\eae1";
}
.nc-icon-outline.arrows-1_zoom-88:before {
content: "\eae2";
}
.nc-icon-outline.arrows-1_zoom-99:before {
content: "\eae3";
}
.nc-icon-outline.arrows-1_zoom-100:before {
content: "\eae4";
}
.nc-icon-outline.arrows-2_block-down:before {
content: "\eae5";
}
.nc-icon-outline.arrows-2_block-left:before {
content: "\eae6";
}
.nc-icon-outline.arrows-2_block-right:before {
content: "\eae7";
}
.nc-icon-outline.arrows-2_block-up:before {
content: "\eae8";
}
.nc-icon-outline.arrows-2_circle-in:before {
content: "\eae9";
}
.nc-icon-outline.arrows-2_circle-out:before {
content: "\eaea";
}
.nc-icon-outline.arrows-2_circuit-round:before {
content: "\eaeb";
}
.nc-icon-outline.arrows-2_circuit:before {
content: "\eaec";
}
.nc-icon-outline.arrows-2_computer-upload:before {
content: "\eaed";
}
.nc-icon-outline.arrows-2_conversion:before {
content: "\eaee";
}
.nc-icon-outline.arrows-2_corner-down-round:before {
content: "\eaef";
}
.nc-icon-outline.arrows-2_corner-down:before {
content: "\eaf0";
}
.nc-icon-outline.arrows-2_corner-left-down:before {
content: "\eaf1";
}
.nc-icon-outline.arrows-2_corner-left-round:before {
content: "\eaf2";
}
.nc-icon-outline.arrows-2_corner-left:before {
content: "\eaf3";
}
.nc-icon-outline.arrows-2_corner-right-down:before {
content: "\eaf4";
}
.nc-icon-outline.arrows-2_corner-right-round:before {
content: "\eaf5";
}
.nc-icon-outline.arrows-2_corner-right:before {
content: "\eaf6";
}
.nc-icon-outline.arrows-2_corner-up-left:before {
content: "\eaf7";
}
.nc-icon-outline.arrows-2_corner-up-right:before {
content: "\eaf8";
}
.nc-icon-outline.arrows-2_corner-up-round:before {
content: "\eaf9";
}
.nc-icon-outline.arrows-2_corner-up:before {
content: "\eafa";
}
.nc-icon-outline.arrows-2_cross-down:before {
content: "\eafb";
}
.nc-icon-outline.arrows-2_cross-horizontal:before {
content: "\eafc";
}
.nc-icon-outline.arrows-2_cross-left:before {
content: "\eafd";
}
.nc-icon-outline.arrows-2_cross-right:before {
content: "\eafe";
}
.nc-icon-outline.arrows-2_cross-up:before {
content: "\eaff";
}
.nc-icon-outline.arrows-2_cross-vertical:before {
content: "\eb00";
}
.nc-icon-outline.arrows-2_curve-circuit:before {
content: "\eb01";
}
.nc-icon-outline.arrows-2_curve-directions:before {
content: "\eb02";
}
.nc-icon-outline.arrows-2_curve-split:before {
content: "\eb03";
}
.nc-icon-outline.arrows-2_delete-49:before {
content: "\eb04";
}
.nc-icon-outline.arrows-2_delete-50:before {
content: "\eb05";
}
.nc-icon-outline.arrows-2_direction:before {
content: "\eb06";
}
.nc-icon-outline.arrows-2_dots-download:before {
content: "\eb07";
}
.nc-icon-outline.arrows-2_dots-upload:before {
content: "\eb08";
}
.nc-icon-outline.arrows-2_eject:before {
content: "\eb09";
}
.nc-icon-outline.arrows-2_enlarge-circle:before {
content: "\eb0a";
}
.nc-icon-outline.arrows-2_file-download-87:before {
content: "\eb0b";
}
.nc-icon-outline.arrows-2_file-download-89:before {
content: "\eb0c";
}
.nc-icon-outline.arrows-2_file-download-94:before {
content: "\eb0d";
}
.nc-icon-outline.arrows-2_file-upload-86:before {
content: "\eb0e";
}
.nc-icon-outline.arrows-2_file-upload-88:before {
content: "\eb0f";
}
.nc-icon-outline.arrows-2_file-upload-93:before {
content: "\eb10";
}
.nc-icon-outline.arrows-2_fork-round:before {
content: "\eb11";
}
.nc-icon-outline.arrows-2_fork:before {
content: "\eb12";
}
.nc-icon-outline.arrows-2_hit-down:before {
content: "\eb13";
}
.nc-icon-outline.arrows-2_hit-left:before {
content: "\eb14";
}
.nc-icon-outline.arrows-2_hit-right:before {
content: "\eb15";
}
.nc-icon-outline.arrows-2_hit-up:before {
content: "\eb16";
}
.nc-icon-outline.arrows-2_lines:before {
content: "\eb17";
}
.nc-icon-outline.arrows-2_log-out:before {
content: "\eb18";
}
.nc-icon-outline.arrows-2_loop:before {
content: "\eb19";
}
.nc-icon-outline.arrows-2_merge-round:before {
content: "\eb1a";
}
.nc-icon-outline.arrows-2_merge:before {
content: "\eb1b";
}
.nc-icon-outline.arrows-2_move-05:before {
content: "\eb1c";
}
.nc-icon-outline.arrows-2_move-06:before {
content: "\eb1d";
}
.nc-icon-outline.arrows-2_move-92:before {
content: "\eb1e";
}
.nc-icon-outline.arrows-2_move-down-right:before {
content: "\eb1f";
}
.nc-icon-outline.arrows-2_move-down:before {
content: "\eb20";
}
.nc-icon-outline.arrows-2_move-left:before {
content: "\eb21";
}
.nc-icon-outline.arrows-2_move-right:before {
content: "\eb22";
}
.nc-icon-outline.arrows-2_move-up-left:before {
content: "\eb23";
}
.nc-icon-outline.arrows-2_move-up:before {
content: "\eb24";
}
.nc-icon-outline.arrows-2_push-next:before {
content: "\eb25";
}
.nc-icon-outline.arrows-2_push-previous:before {
content: "\eb26";
}
.nc-icon-outline.arrows-2_reload:before {
content: "\eb27";
}
.nc-icon-outline.arrows-2_replay:before {
content: "\ee16";
}
.nc-icon-outline.arrows-2_rotate-left:before {
content: "\ee17";
}
.nc-icon-outline.arrows-2_rotate-right:before {
content: "\ee18";
}
.nc-icon-outline.arrows-2_round-left-down:before {
content: "\ee19";
}
.nc-icon-outline.arrows-2_round-right-down:before {
content: "\ee1a";
}
.nc-icon-outline.arrows-2_round-up-left:before {
content: "\ee1b";
}
.nc-icon-outline.arrows-2_round-up-right:before {
content: "\ee1c";
}
.nc-icon-outline.arrows-2_select-83:before {
content: "\ee1d";
}
.nc-icon-outline.arrows-2_select-84:before {
content: "\ee1e";
}
.nc-icon-outline.arrows-2_separate-round:before {
content: "\ee1f";
}
.nc-icon-outline.arrows-2_separate:before {
content: "\ee20";
}
.nc-icon-outline.arrows-2_share-left:before {
content: "\ee21";
}
.nc-icon-outline.arrows-2_share-right:before {
content: "\ee22";
}
.nc-icon-outline.arrows-2_skew-down:before {
content: "\ee23";
}
.nc-icon-outline.arrows-2_skew-left:before {
content: "\ee24";
}
.nc-icon-outline.arrows-2_skew-right:before {
content: "\ee25";
}
.nc-icon-outline.arrows-2_skew-up:before {
content: "\ee26";
}
.nc-icon-outline.arrows-2_small-left:before {
content: "\ee27";
}
.nc-icon-outline.arrows-2_small-right:before {
content: "\ee28";
}
.nc-icon-outline.arrows-2_split-horizontal:before {
content: "\ee29";
}
.nc-icon-outline.arrows-2_split-round:before {
content: "\ee2a";
}
.nc-icon-outline.arrows-2_split-vertical:before {
content: "\ee2b";
}
.nc-icon-outline.arrows-2_split:before {
content: "\ee2c";
}
.nc-icon-outline.arrows-2_square-download:before {
content: "\ee2d";
}
.nc-icon-outline.arrows-2_square-upload:before {
content: "\ee2e";
}
.nc-icon-outline.arrows-2_time:before {
content: "\ee2f";
}
.nc-icon-outline.arrows-2_triangle-down:before {
content: "\ee30";
}
.nc-icon-outline.arrows-2_triangle-left:before {
content: "\ee31";
}
.nc-icon-outline.arrows-2_triangle-right:before {
content: "\ee32";
}
.nc-icon-outline.arrows-2_triangle-up:before {
content: "\ee33";
}
.nc-icon-outline.arrows-2_unite-round:before {
content: "\ee34";
}
.nc-icon-outline.arrows-2_unite:before {
content: "\ee35";
}
.nc-icon-outline.arrows-2_zoom:before {
content: "\ee36";
}
.nc-icon-outline.arrows-3_circle-down:before {
content: "\ee37";
}
.nc-icon-outline.arrows-3_circle-left:before {
content: "\ee38";
}
.nc-icon-outline.arrows-3_circle-right:before {
content: "\ee39";
}
.nc-icon-outline.arrows-3_circle-simple-down:before {
content: "\ee3a";
}
.nc-icon-outline.arrows-3_circle-simple-left:before {
content: "\ee3b";
}
.nc-icon-outline.arrows-3_circle-simple-right:before {
content: "\ee3c";
}
.nc-icon-outline.arrows-3_circle-simple-up:before {
content: "\ee3d";
}
.nc-icon-outline.arrows-3_circle-up:before {
content: "\ee3e";
}
.nc-icon-outline.arrows-3_cloud-refresh:before {
content: "\ee3f";
}
.nc-icon-outline.arrows-3_separate:before {
content: "\ee40";
}
.nc-icon-outline.arrows-3_small-down:before {
content: "\ee41";
}
.nc-icon-outline.arrows-3_small-up:before {
content: "\ee42";
}
.nc-icon-outline.arrows-3_square-corner-down-left:before {
content: "\ee43";
}
.nc-icon-outline.arrows-3_square-corner-down-right:before {
content: "\ee44";
}
.nc-icon-outline.arrows-3_square-corner-up-left:before {
content: "\ee45";
}
.nc-icon-outline.arrows-3_square-corner-up-right:before {
content: "\ee46";
}
.nc-icon-outline.arrows-3_square-down-06:before {
content: "\ee47";
}
.nc-icon-outline.arrows-3_square-down-22:before {
content: "\ee48";
}
.nc-icon-outline.arrows-3_square-enlarge:before {
content: "\ee49";
}
.nc-icon-outline.arrows-3_square-left-04:before {
content: "\ee4a";
}
.nc-icon-outline.arrows-3_square-left-20:before {
content: "\ee4b";
}
.nc-icon-outline.arrows-3_square-right-03:before {
content: "\ee4c";
}
.nc-icon-outline.arrows-3_square-right-19:before {
content: "\ee4d";
}
.nc-icon-outline.arrows-3_square-simple-down:before {
content: "\ee4e";
}
.nc-icon-outline.arrows-3_square-simple-left:before {
content: "\ee4f";
}
.nc-icon-outline.arrows-3_square-simple-right:before {
content: "\ee50";
}
.nc-icon-outline.arrows-3_square-simple-up:before {
content: "\ee51";
}
.nc-icon-outline.arrows-3_square-up-05:before {
content: "\ee52";
}
.nc-icon-outline.arrows-3_square-up-21:before {
content: "\ee53";
}
.nc-icon-outline.arrows-3_square-zoom:before {
content: "\ee54";
}
.nc-icon-outline.arrows-3_super-bold-down:before {
content: "\ee55";
}
.nc-icon-outline.arrows-3_super-bold-left:before {
content: "\ee56";
}
.nc-icon-outline.arrows-3_super-bold-right:before {
content: "\ee57";
}
.nc-icon-outline.arrows-3_super-bold-up:before {
content: "\ee58";
}
.nc-icon-outline.arrows-4_block-bottom-left:before {
content: "\ee59";
}
.nc-icon-outline.arrows-4_block-bottom-right:before {
content: "\ee5a";
}
.nc-icon-outline.arrows-4_block-top-left:before {
content: "\ee5b";
}
.nc-icon-outline.arrows-4_block-top-right:before {
content: "\ee5c";
}
.nc-icon-outline.arrows-4_centralize:before {
content: "\ee5d";
}
.nc-icon-outline.arrows-4_compare:before {
content: "\ee5e";
}
.nc-icon-outline.arrows-4_contrast:before {
content: "\ee5f";
}
.nc-icon-outline.arrows-4_cross:before {
content: "\ee60";
}
.nc-icon-outline.arrows-4_diag-bottom-left:before {
content: "\ee61";
}
.nc-icon-outline.arrows-4_diag-bottom-right:before {
content: "\ee62";
}
.nc-icon-outline.arrows-4_diag-top-left:before {
content: "\ee63";
}
.nc-icon-outline.arrows-4_diag-top-right:before {
content: "\ee64";
}
.nc-icon-outline.arrows-4_disperse:before {
content: "\ee65";
}
.nc-icon-outline.arrows-4_download:before {
content: "\ee66";
}
.nc-icon-outline.arrows-4_enlarge-45:before {
content: "\ee67";
}
.nc-icon-outline.arrows-4_enlarge-46:before {
content: "\ee68";
}
.nc-icon-outline.arrows-4_export:before {
content: "\ee69";
}
.nc-icon-outline.arrows-4_format-left:before {
content: "\ee6a";
}
.nc-icon-outline.arrows-4_format-right:before {
content: "\ee6b";
}
.nc-icon-outline.arrows-4_input-12:before {
content: "\ee6c";
}
.nc-icon-outline.arrows-4_input-21:before {
content: "\ee6d";
}
.nc-icon-outline.arrows-4_invert:before {
content: "\ee6e";
}
.nc-icon-outline.arrows-4_launch-11:before {
content: "\ee6f";
}
.nc-icon-outline.arrows-4_launch-47:before {
content: "\ee70";
}
.nc-icon-outline.arrows-4_logout:before {
content: "\ee71";
}
.nc-icon-outline.arrows-4_loop-30:before {
content: "\ee72";
}
.nc-icon-outline.arrows-4_loop-34:before {
content: "\ee73";
}
.nc-icon-outline.arrows-4_merge:before {
content: "\ee74";
}
.nc-icon-outline.arrows-4_open-in-browser:before {
content: "\ee75";
}
.nc-icon-outline.arrows-4_priority-high:before {
content: "\ee76";
}
.nc-icon-outline.arrows-4_priority-low:before {
content: "\ee77";
}
.nc-icon-outline.arrows-4_redo-10:before {
content: "\ee78";
}
.nc-icon-outline.arrows-4_redo-26:before {
content: "\ee79";
}
.nc-icon-outline.arrows-4_reply-all:before {
content: "\ee7a";
}
.nc-icon-outline.arrows-4_reply:before {
content: "\ee7b";
}
.nc-icon-outline.arrows-4_restore:before {
content: "\ee7c";
}
.nc-icon-outline.arrows-4_share:before {
content: "\ee7d";
}
.nc-icon-outline.arrows-4_shuffle-01:before {
content: "\ee7e";
}
.nc-icon-outline.arrows-4_shuffle-35:before {
content: "\ee7f";
}
.nc-icon-outline.arrows-4_split-33:before {
content: "\ee80";
}
.nc-icon-outline.arrows-4_split-37:before {
content: "\ee81";
}
.nc-icon-outline.arrows-4_stre-down:before {
content: "\ee82";
}
.nc-icon-outline.arrows-4_stre-left:before {
content: "\ee83";
}
.nc-icon-outline.arrows-4_stre-right:before {
content: "\ee84";
}
.nc-icon-outline.arrows-4_stre-up:before {
content: "\ee85";
}
.nc-icon-outline.arrows-4_swap-horizontal:before {
content: "\ee86";
}
.nc-icon-outline.arrows-4_swap-vertical:before {
content: "\ee87";
}
.nc-icon-outline.arrows-4_system-update:before {
content: "\ee88";
}
.nc-icon-outline.arrows-4_undo-25:before {
content: "\ee89";
}
.nc-icon-outline.arrows-4_undo-29:before {
content: "\ee8a";
}
.nc-icon-outline.arrows-4_upload:before {
content: "\ee8b";
}
.nc-icon-outline.files-2_ai-illustrator:before {
content: "\e947";
}
.nc-icon-outline.files-2_avi:before {
content: "\e948";
}
.nc-icon-outline.files-2_css:before {
content: "\e949";
}
.nc-icon-outline.files-2_csv:before {
content: "\e94a";
}
.nc-icon-outline.files-2_doc:before {
content: "\e94b";
}
.nc-icon-outline.files-2_docx:before {
content: "\e94c";
}
.nc-icon-outline.files-2_epub:before {
content: "\e94d";
}
.nc-icon-outline.files-2_exe:before {
content: "\e94e";
}
.nc-icon-outline.files-2_font:before {
content: "\e94f";
}
.nc-icon-outline.files-2_gif:before {
content: "\e950";
}
.nc-icon-outline.files-2_html:before {
content: "\e951";
}
.nc-icon-outline.files-2_jpg-jpeg:before {
content: "\e952";
}
.nc-icon-outline.files-2_js-javascript-jquery:before {
content: "\e953";
}
.nc-icon-outline.files-3_mov:before {
content: "\e954";
}
.nc-icon-outline.files-3_mp3:before {
content: "\e955";
}
.nc-icon-outline.files-3_mp4:before {
content: "\e956";
}
.nc-icon-outline.files-3_pdf:before {
content: "\e957";
}
.nc-icon-outline.files-3_png:before {
content: "\e958";
}
.nc-icon-outline.files-3_psd-photoshop:before {
content: "\e959";
}
.nc-icon-outline.files-3_rar:before {
content: "\e95a";
}
.nc-icon-outline.files-3_sketch:before {
content: "\e95b";
}
.nc-icon-outline.files-3_svg:before {
content: "\e95c";
}
.nc-icon-outline.files-3_txt:before {
content: "\e95d";
}
.nc-icon-outline.files-3_wav:before {
content: "\e95e";
}
.nc-icon-outline.files-3_zip:before {
content: "\e95f";
}
.nc-icon-outline.design_album:before {
content: "\e960";
}
.nc-icon-outline.design_align-bottom:before {
content: "\e961";
}
.nc-icon-outline.design_align-center-horizontal:before {
content: "\e962";
}
.nc-icon-outline.design_align-center-vertical:before {
content: "\e963";
}
.nc-icon-outline.design_align-left:before {
content: "\e964";
}
.nc-icon-outline.design_align-right:before {
content: "\e965";
}
.nc-icon-outline.design_align-top:before {
content: "\e966";
}
.nc-icon-outline.design_app:before {
content: "\e967";
}
.nc-icon-outline.design_artboard:before {
content: "\e968";
}
.nc-icon-outline.design_blend:before {
content: "\e969";
}
.nc-icon-outline.design_book-bookmark:before {
content: "\e96a";
}
.nc-icon-outline.design_book-open:before {
content: "\e96b";
}
.nc-icon-outline.design_brush:before {
content: "\e96c";
}
.nc-icon-outline.design_bug:before {
content: "\e96d";
}
.nc-icon-outline.design_bullet-list-67:before {
content: "\e96e";
}
.nc-icon-outline.design_bullet-list-68:before {
content: "\e96f";
}
.nc-icon-outline.design_bullet-list-69:before {
content: "\e970";
}
.nc-icon-outline.design_bullet-list-70:before {
content: "\e971";
}
.nc-icon-outline.design_clone:before {
content: "\e972";
}
.nc-icon-outline.design_code-editor:before {
content: "\e973";
}
.nc-icon-outline.design_code:before {
content: "\e974";
}
.nc-icon-outline.design_collection:before {
content: "\e975";
}
.nc-icon-outline.design_command:before {
content: "\e976";
}
.nc-icon-outline.design_compass:before {
content: "\e977";
}
.nc-icon-outline.design_contrast:before {
content: "\e978";
}
.nc-icon-outline.design_copy:before {
content: "\e979";
}
.nc-icon-outline.design_crop:before {
content: "\e97a";
}
.nc-icon-outline.design_cursor-48:before {
content: "\e97b";
}
.nc-icon-outline.design_cursor-49:before {
content: "\e97c";
}
.nc-icon-outline.design_design-dev:before {
content: "\e97d";
}
.nc-icon-outline.design_design:before {
content: "\e97e";
}
.nc-icon-outline.design_distribute-horizontal:before {
content: "\e97f";
}
.nc-icon-outline.design_distribute-vertical:before {
content: "\e980";
}
.nc-icon-outline.design_drag:before {
content: "\e981";
}
.nc-icon-outline.design_eraser-32:before {
content: "\e982";
}
.nc-icon-outline.design_eraser-33:before {
content: "\e983";
}
.nc-icon-outline.design_eraser-46:before {
content: "\e984";
}
.nc-icon-outline.design_flip-horizontal:before {
content: "\e985";
}
.nc-icon-outline.design_flip-vertical:before {
content: "\e986";
}
.nc-icon-outline.design_image:before {
content: "\e987";
}
.nc-icon-outline.design_magnet:before {
content: "\e988";
}
.nc-icon-outline.design_marker:before {
content: "\e989";
}
.nc-icon-outline.design_measure-02:before {
content: "\e98a";
}
.nc-icon-outline.design_measure-17:before {
content: "\e98b";
}
.nc-icon-outline.design_measure-big:before {
content: "\e98c";
}
.nc-icon-outline.design_mobile-design:before {
content: "\e98d";
}
.nc-icon-outline.design_mobile-dev:before {
content: "\e98e";
}
.nc-icon-outline.design_mouse-08:before {
content: "\e98f";
}
.nc-icon-outline.design_mouse-09:before {
content: "\e990";
}
.nc-icon-outline.design_mouse-10:before {
content: "\e991";
}
.nc-icon-outline.design_newsletter-dev:before {
content: "\e992";
}
.nc-icon-outline.design_note-code:before {
content: "\e993";
}
.nc-icon-outline.design_paint-16:before {
content: "\e994";
}
.nc-icon-outline.design_paint-37:before {
content: "\e995";
}
.nc-icon-outline.design_paint-38:before {
content: "\e996";
}
.nc-icon-outline.design_paint-bucket-39:before {
content: "\e997";
}
.nc-icon-outline.design_paint-bucket-40:before {
content: "\e998";
}
.nc-icon-outline.design_palette:before {
content: "\e999";
}
.nc-icon-outline.design_pantone:before {
content: "\e99a";
}
.nc-icon-outline.design_paper-design:before {
content: "\e99b";
}
.nc-icon-outline.design_paper-dev:before {
content: "\e99c";
}
.nc-icon-outline.design_patch-19:before {
content: "\e99d";
}
.nc-icon-outline.design_patch-34:before {
content: "\e99e";
}
.nc-icon-outline.design_path-exclude:before {
content: "\e99f";
}
.nc-icon-outline.design_path-intersect:before {
content: "\e9a0";
}
.nc-icon-outline.design_path-minus:before {
content: "\e9a1";
}
.nc-icon-outline.design_path-unite:before {
content: "\e9a2";
}
.nc-icon-outline.design_pen-01:before {
content: "\e9a3";
}
.nc-icon-outline.design_pen-23:before {
content: "\e9a4";
}
.nc-icon-outline.design_pen-tool:before {
content: "\e9a5";
}
.nc-icon-outline.design_phone:before {
content: "\e9a6";
}
.nc-icon-outline.design_photo-editor:before {
content: "\e9a7";
}
.nc-icon-outline.design_responsive:before {
content: "\e9a8";
}
.nc-icon-outline.design_scissors-dashed:before {
content: "\e9a9";
}
.nc-icon-outline.design_scissors:before {
content: "\e9aa";
}
.nc-icon-outline.design_shape-adjust:before {
content: "\edcb";
}
.nc-icon-outline.design_shape-circle:before {
content: "\edcc";
}
.nc-icon-outline.design_shape-polygon:before {
content: "\edcd";
}
.nc-icon-outline.design_shape-square:before {
content: "\edce";
}
.nc-icon-outline.design_shape-triangle:before {
content: "\edcf";
}
.nc-icon-outline.design_shapes:before {
content: "\edd0";
}
.nc-icon-outline.design_sharpener:before {
content: "\edd1";
}
.nc-icon-outline.design_slice:before {
content: "\edd2";
}
.nc-icon-outline.design_spray:before {
content: "\edd3";
}
.nc-icon-outline.design_stamp:before {
content: "\edd4";
}
.nc-icon-outline.design_tablet-mobile:before {
content: "\edd5";
}
.nc-icon-outline.design_tablet:before {
content: "\edd6";
}
.nc-icon-outline.design_text:before {
content: "\edd7";
}
.nc-icon-outline.design_todo:before {
content: "\edd8";
}
.nc-icon-outline.design_usb:before {
content: "\edd9";
}
.nc-icon-outline.design_vector:before {
content: "\edda";
}
.nc-icon-outline.design_wand-11:before {
content: "\eddb";
}
.nc-icon-outline.design_wand-99:before {
content: "\eddc";
}
.nc-icon-outline.design_watch-dev:before {
content: "\eddd";
}
.nc-icon-outline.design_web-design:before {
content: "\edde";
}
.nc-icon-outline.design_webpage:before {
content: "\eddf";
}
.nc-icon-outline.design_window-code:before {
content: "\ede0";
}
.nc-icon-outline.design_window-dev:before {
content: "\ede1";
}
.nc-icon-outline.design_window-paragraph:before {
content: "\ede2";
}
.nc-icon-outline.design_window-responsive:before {
content: "\ede3";
}
.nc-icon-outline.design-2_3d-28:before {
content: "\ede4";
}
.nc-icon-outline.design-2_3d-29:before {
content: "\ede5";
}
.nc-icon-outline.design-2_android:before {
content: "\ede6";
}
.nc-icon-outline.design-2_angle:before {
content: "\ede7";
}
.nc-icon-outline.design-2_animation-14:before {
content: "\ede8";
}
.nc-icon-outline.design-2_animation-31:before {
content: "\ede9";
}
.nc-icon-outline.design-2_animation-32:before {
content: "\edea";
}
.nc-icon-outline.design-2_apple:before {
content: "\edeb";
}
.nc-icon-outline.design-2_browser-chrome:before {
content: "\edec";
}
.nc-icon-outline.design-2_browser-edge:before {
content: "\eded";
}
.nc-icon-outline.design-2_browser-firefox:before {
content: "\edee";
}
.nc-icon-outline.design-2_browser-ie:before {
content: "\edef";
}
.nc-icon-outline.design-2_browser-opera:before {
content: "\edf0";
}
.nc-icon-outline.design-2_browser-safari:before {
content: "\edf1";
}
.nc-icon-outline.design-2_bucket:before {
content: "\edf2";
}
.nc-icon-outline.design-2_button:before {
content: "\edf3";
}
.nc-icon-outline.design-2_canvas:before {
content: "\edf4";
}
.nc-icon-outline.design-2_css3:before {
content: "\edf5";
}
.nc-icon-outline.design-2_cursor-add:before {
content: "\edf6";
}
.nc-icon-outline.design-2_cursor-grab:before {
content: "\edf7";
}
.nc-icon-outline.design-2_cursor-load:before {
content: "\edf8";
}
.nc-icon-outline.design-2_cursor-menu:before {
content: "\edf9";
}
.nc-icon-outline.design-2_cursor-not-allowed:before {
content: "\edfa";
}
.nc-icon-outline.design-2_cursor-pointer:before {
content: "\edfb";
}
.nc-icon-outline.design-2_cursor-text:before {
content: "\edfc";
}
.nc-icon-outline.design-2_divider:before {
content: "\edfd";
}
.nc-icon-outline.design-2_filter-organization:before {
content: "\edfe";
}
.nc-icon-outline.design-2_form:before {
content: "\edff";
}
.nc-icon-outline.design-2_frame:before {
content: "\ee00";
}
.nc-icon-outline.design-2_group:before {
content: "\ee01";
}
.nc-icon-outline.design-2_html5:before {
content: "\ee02";
}
.nc-icon-outline.design-2_image:before {
content: "\ee03";
}
.nc-icon-outline.design-2_layers:before {
content: "\ee04";
}
.nc-icon-outline.design-2_layout-11:before {
content: "\ee05";
}
.nc-icon-outline.design-2_layout-25:before {
content: "\ee06";
}
.nc-icon-outline.design-2_microsoft:before {
content: "\ee07";
}
.nc-icon-outline.design-2_mirror:before {
content: "\ee08";
}
.nc-icon-outline.design-2_move-down:before {
content: "\ee09";
}
.nc-icon-outline.design-2_move-up:before {
content: "\ee0a";
}
.nc-icon-outline.design-2_paint-brush:before {
content: "\ee0b";
}
.nc-icon-outline.design-2_ruler-pencil:before {
content: "\ee0c";
}
.nc-icon-outline.design-2_scale-down:before {
content: "\ee0d";
}
.nc-icon-outline.design-2_scale-up:before {
content: "\ee0e";
}
.nc-icon-outline.design-2_scale:before {
content: "\ee0f";
}
.nc-icon-outline.design-2_selection:before {
content: "\ee10";
}
.nc-icon-outline.design-2_slider:before {
content: "\ee11";
}
.nc-icon-outline.design-2_text:before {
content: "\ee12";
}
.nc-icon-outline.design-2_transform-origin:before {
content: "\ee13";
}
.nc-icon-outline.design-2_transform:before {
content: "\ee14";
}
.nc-icon-outline.design-2_ungroup:before {
content: "\ee15";
}
.nc-icon-outline.loader_circle-04:before {
content: "\edc7";
}
.nc-icon-outline.loader_dots-06:before {
content: "\edc8";
}
.nc-icon-outline.loader_gear:before {
content: "\edc9";
}
.nc-icon-outline.loader_refresh:before {
content: "\edca";
}
.nc-icon-outline.ui-1_analytics-88:before {
content: "\ecd6";
}
.nc-icon-outline.ui-1_analytics-89:before {
content: "\ecd7";
}
.nc-icon-outline.ui-1_attach-86:before {
content: "\ecd8";
}
.nc-icon-outline.ui-1_attach-87:before {
content: "\ecd9";
}
.nc-icon-outline.ui-1_bell-53:before {
content: "\ecda";
}
.nc-icon-outline.ui-1_bell-54:before {
content: "\ecdb";
}
.nc-icon-outline.ui-1_bell-55:before {
content: "\ecdc";
}
.nc-icon-outline.ui-1_bold-add:before {
content: "\ecdd";
}
.nc-icon-outline.ui-1_bold-delete:before {
content: "\ecde";
}
.nc-icon-outline.ui-1_bold-remove:before {
content: "\ecdf";
}
.nc-icon-outline.ui-1_bookmark-add:before {
content: "\ece0";
}
.nc-icon-outline.ui-1_bookmark-remove:before {
content: "\ece1";
}
.nc-icon-outline.ui-1_calendar-57:before {
content: "\ece2";
}
.nc-icon-outline.ui-1_calendar-60:before {
content: "\ece3";
}
.nc-icon-outline.ui-1_calendar-check-59:before {
content: "\ece4";
}
.nc-icon-outline.ui-1_calendar-check-62:before {
content: "\ece5";
}
.nc-icon-outline.ui-1_calendar-grid-58:before {
content: "\ece6";
}
.nc-icon-outline.ui-1_calendar-grid-61:before {
content: "\ece7";
}
.nc-icon-outline.ui-1_check-bold:before {
content: "\ece8";
}
.nc-icon-outline.ui-1_check-circle-07:before {
content: "\ece9";
}
.nc-icon-outline.ui-1_check-circle-08:before {
content: "\ecea";
}
.nc-icon-outline.ui-1_check-curve:before {
content: "\eceb";
}
.nc-icon-outline.ui-1_check-simple:before {
content: "\ecec";
}
.nc-icon-outline.ui-1_check-small:before {
content: "\eced";
}
.nc-icon-outline.ui-1_check-square-09:before {
content: "\ecee";
}
.nc-icon-outline.ui-1_check-square-11:before {
content: "\ecef";
}
.nc-icon-outline.ui-1_check:before {
content: "\ecf0";
}
.nc-icon-outline.ui-1_circle-add:before {
content: "\ecf1";
}
.nc-icon-outline.ui-1_circle-bold-add:before {
content: "\ecf2";
}
.nc-icon-outline.ui-1_circle-bold-remove:before {
content: "\ecf3";
}
.nc-icon-outline.ui-1_circle-delete:before {
content: "\ecf4";
}
.nc-icon-outline.ui-1_circle-remove:before {
content: "\ecf5";
}
.nc-icon-outline.ui-1_dashboard-29:before {
content: "\ecf6";
}
.nc-icon-outline.ui-1_dashboard-30:before {
content: "\ecf7";
}
.nc-icon-outline.ui-1_dashboard-half:before {
content: "\ecf8";
}
.nc-icon-outline.ui-1_dashboard-level:before {
content: "\ecf9";
}
.nc-icon-outline.ui-1_database:before {
content: "\ecfa";
}
.nc-icon-outline.ui-1_drop:before {
content: "\ecfb";
}
.nc-icon-outline.ui-1_edit-71:before {
content: "\ecfc";
}
.nc-icon-outline.ui-1_edit-72:before {
content: "\ecfd";
}
.nc-icon-outline.ui-1_edit-73:before {
content: "\ecfe";
}
.nc-icon-outline.ui-1_edit-74:before {
content: "\ecff";
}
.nc-icon-outline.ui-1_edit-75:before {
content: "\ed00";
}
.nc-icon-outline.ui-1_edit-76:before {
content: "\ed01";
}
.nc-icon-outline.ui-1_edit-77:before {
content: "\ed02";
}
.nc-icon-outline.ui-1_edit-78:before {
content: "\ed03";
}
.nc-icon-outline.ui-1_email-83:before {
content: "\ed04";
}
.nc-icon-outline.ui-1_email-84:before {
content: "\ed05";
}
.nc-icon-outline.ui-1_email-85:before {
content: "\ed06";
}
.nc-icon-outline.ui-1_eye-17:before {
content: "\ed07";
}
.nc-icon-outline.ui-1_eye-19:before {
content: "\ed08";
}
.nc-icon-outline.ui-1_eye-ban-18:before {
content: "\ed09";
}
.nc-icon-outline.ui-1_eye-ban-20:before {
content: "\ed0a";
}
.nc-icon-outline.ui-1_flame:before {
content: "\ed0b";
}
.nc-icon-outline.ui-1_home-51:before {
content: "\ed0c";
}
.nc-icon-outline.ui-1_home-52:before {
content: "\ed0d";
}
.nc-icon-outline.ui-1_home-minimal:before {
content: "\ed0e";
}
.nc-icon-outline.ui-1_home-simple:before {
content: "\ed0f";
}
.nc-icon-outline.ui-1_leaf-80:before {
content: "\ed10";
}
.nc-icon-outline.ui-1_leaf-81:before {
content: "\ed11";
}
.nc-icon-outline.ui-1_leaf-edit:before {
content: "\ed12";
}
.nc-icon-outline.ui-1_lock-circle-open:before {
content: "\ed13";
}
.nc-icon-outline.ui-1_lock-circle:before {
content: "\ed14";
}
.nc-icon-outline.ui-1_lock-open:before {
content: "\ed15";
}
.nc-icon-outline.ui-1_lock:before {
content: "\ed16";
}
.nc-icon-outline.ui-1_notification-69:before {
content: "\ed17";
}
.nc-icon-outline.ui-1_notification-70:before {
content: "\ed18";
}
.nc-icon-outline.ui-1_pencil:before {
content: "\ed19";
}
.nc-icon-outline.ui-1_preferences-circle-rotate:before {
content: "\ed1a";
}
.nc-icon-outline.ui-1_preferences-circle:before {
content: "\ed1b";
}
.nc-icon-outline.ui-1_preferences-container-circle-rotate:before {
content: "\ed1c";
}
.nc-icon-outline.ui-1_preferences-container-circle:before {
content: "\ed1d";
}
.nc-icon-outline.ui-1_preferences-container-rotate:before {
content: "\ed1e";
}
.nc-icon-outline.ui-1_preferences-container:before {
content: "\ed1f";
}
.nc-icon-outline.ui-1_preferences-rotate:before {
content: "\ed20";
}
.nc-icon-outline.ui-1_preferences:before {
content: "\ed21";
}
.nc-icon-outline.ui-1_send:before {
content: "\ed22";
}
.nc-icon-outline.ui-1_settings-gear-63:before {
content: "\ed23";
}
.nc-icon-outline.ui-1_settings-gear-64:before {
content: "\ed24";
}
.nc-icon-outline.ui-1_settings-gear-65:before {
content: "\ed25";
}
.nc-icon-outline.ui-1_settings-tool-66:before {
content: "\ed26";
}
.nc-icon-outline.ui-1_settings-tool-67:before {
content: "\ed27";
}
.nc-icon-outline.ui-1_settings:before {
content: "\ed28";
}
.nc-icon-outline.ui-1_simple-add:before {
content: "\ed29";
}
.nc-icon-outline.ui-1_simple-delete:before {
content: "\ed2a";
}
.nc-icon-outline.ui-1_simple-remove:before {
content: "\ed2b";
}
.nc-icon-outline.ui-1_trash-round:before {
content: "\ed2c";
}
.nc-icon-outline.ui-1_trash-simple:before {
content: "\ed2d";
}
.nc-icon-outline.ui-1_trash:before {
content: "\ed2e";
}
.nc-icon-outline.ui-1_ui-03:before {
content: "\ed2f";
}
.nc-icon-outline.ui-1_ui-04:before {
content: "\ed30";
}
.nc-icon-outline.ui-1_zoom-bold-in:before {
content: "\ed31";
}
.nc-icon-outline.ui-1_zoom-bold-out:before {
content: "\ed32";
}
.nc-icon-outline.ui-1_zoom-bold:before {
content: "\ed33";
}
.nc-icon-outline.ui-1_zoom-in:before {
content: "\ed34";
}
.nc-icon-outline.ui-1_zoom-out:before {
content: "\ed35";
}
.nc-icon-outline.ui-1_zoom-split-in:before {
content: "\ed36";
}
.nc-icon-outline.ui-1_zoom-split-out:before {
content: "\ed37";
}
.nc-icon-outline.ui-1_zoom-split:before {
content: "\ed38";
}
.nc-icon-outline.ui-1_zoom:before {
content: "\ed39";
}
.nc-icon-outline.ui-2_alert:before {
content: "\ed3a";
}
.nc-icon-outline.ui-2_alert-:before {
content: "\ed3b";
}
.nc-icon-outline.ui-2_alert-circle:before {
content: "\ed3c";
}
.nc-icon-outline.ui-2_alert-circle-:before {
content: "\ed3d";
}
.nc-icon-outline.ui-2_alert-circle-i:before {
content: "\ed3e";
}
.nc-icon-outline.ui-2_alert-i:before {
content: "\ed3f";
}
.nc-icon-outline.ui-2_alert-square:before {
content: "\ed40";
}
.nc-icon-outline.ui-2_alert-square-:before {
content: "\ed41";
}
.nc-icon-outline.ui-2_alert-square-i:before {
content: "\ed42";
}
.nc-icon-outline.ui-2_archive:before {
content: "\ed43";
}
.nc-icon-outline.ui-2_ban-bold:before {
content: "\ed44";
}
.nc-icon-outline.ui-2_ban:before {
content: "\ed45";
}
.nc-icon-outline.ui-2_battery-81:before {
content: "\ed46";
}
.nc-icon-outline.ui-2_battery-83:before {
content: "\ed47";
}
.nc-icon-outline.ui-2_battery-half:before {
content: "\ed48";
}
.nc-icon-outline.ui-2_battery-low:before {
content: "\ed49";
}
.nc-icon-outline.ui-2_bluetooth:before {
content: "\ed4a";
}
.nc-icon-outline.ui-2_book:before {
content: "\ed4b";
}
.nc-icon-outline.ui-2_chart-bar-52:before {
content: "\ed4c";
}
.nc-icon-outline.ui-2_chart-bar-53:before {
content: "\ed4d";
}
.nc-icon-outline.ui-2_chat-content:before {
content: "\ed4e";
}
.nc-icon-outline.ui-2_chat-round-content:before {
content: "\ed4f";
}
.nc-icon-outline.ui-2_chat-round:before {
content: "\ed50";
}
.nc-icon-outline.ui-2_chat:before {
content: "\ed51";
}
.nc-icon-outline.ui-2_circle-bold-delete:before {
content: "\ed52";
}
.nc-icon-outline.ui-2_cloud-25:before {
content: "\ed53";
}
.nc-icon-outline.ui-2_cloud-26:before {
content: "\ed54";
}
.nc-icon-outline.ui-2_disk:before {
content: "\ed55";
}
.nc-icon-outline.ui-2_enlarge-57:before {
content: "\ed56";
}
.nc-icon-outline.ui-2_enlarge-58:before {
content: "\ed57";
}
.nc-icon-outline.ui-2_enlarge-59:before {
content: "\ed58";
}
.nc-icon-outline.ui-2_fat-add:before {
content: "\ed59";
}
.nc-icon-outline.ui-2_fat-delete:before {
content: "\ed5a";
}
.nc-icon-outline.ui-2_fat-remove:before {
content: "\ed5b";
}
.nc-icon-outline.ui-2_favourite-28:before {
content: "\ed5c";
}
.nc-icon-outline.ui-2_favourite-31:before {
content: "\ed5d";
}
.nc-icon-outline.ui-2_favourite-add-29:before {
content: "\ed5e";
}
.nc-icon-outline.ui-2_favourite-add-32:before {
content: "\ed5f";
}
.nc-icon-outline.ui-2_favourite-remove-30:before {
content: "\ed60";
}
.nc-icon-outline.ui-2_favourite-remove-33:before {
content: "\ed61";
}
.nc-icon-outline.ui-2_filter:before {
content: "\ed62";
}
.nc-icon-outline.ui-2_fullsize:before {
content: "\ed63";
}
.nc-icon-outline.ui-2_grid-45:before {
content: "\ed64";
}
.nc-icon-outline.ui-2_grid-46:before {
content: "\ed65";
}
.nc-icon-outline.ui-2_grid-48:before {
content: "\ed66";
}
.nc-icon-outline.ui-2_grid-49:before {
content: "\ed67";
}
.nc-icon-outline.ui-2_grid-50:before {
content: "\ed68";
}
.nc-icon-outline.ui-2_grid-square:before {
content: "\ed69";
}
.nc-icon-outline.ui-2_hourglass:before {
content: "\ed6a";
}
.nc-icon-outline.ui-2_lab:before {
content: "\ed6b";
}
.nc-icon-outline.ui-2_layers:before {
content: "\ed6c";
}
.nc-icon-outline.ui-2_like:before {
content: "\ed6d";
}
.nc-icon-outline.ui-2_link-66:before {
content: "\ed6e";
}
.nc-icon-outline.ui-2_link-67:before {
content: "\ed6f";
}
.nc-icon-outline.ui-2_link-68:before {
content: "\ed70";
}
.nc-icon-outline.ui-2_link-69:before {
content: "\ed71";
}
.nc-icon-outline.ui-2_link-71:before {
content: "\ed72";
}
.nc-icon-outline.ui-2_link-72:before {
content: "\ed73";
}
.nc-icon-outline.ui-2_link-broken-70:before {
content: "\ed74";
}
.nc-icon-outline.ui-2_link-broken-73:before {
content: "\ed75";
}
.nc-icon-outline.ui-2_menu-34:before {
content: "\ed76";
}
.nc-icon-outline.ui-2_menu-35:before {
content: "\ed77";
}
.nc-icon-outline.ui-2_menu-bold:before {
content: "\ed78";
}
.nc-icon-outline.ui-2_menu-dots:before {
content: "\ed79";
}
.nc-icon-outline.ui-2_menu-square:before {
content: "\ed7a";
}
.nc-icon-outline.ui-2_node:before {
content: "\ed7b";
}
.nc-icon-outline.ui-2_paragraph:before {
content: "\ed7c";
}
.nc-icon-outline.ui-2_phone:before {
content: "\ed7d";
}
.nc-icon-outline.ui-2_settings-90:before {
content: "\ed7e";
}
.nc-icon-outline.ui-2_settings-91:before {
content: "\ed7f";
}
.nc-icon-outline.ui-2_share-bold:before {
content: "\ed80";
}
.nc-icon-outline.ui-2_share:before {
content: "\ed81";
}
.nc-icon-outline.ui-2_small-add:before {
content: "\ed82";
}
.nc-icon-outline.ui-2_small-delete:before {
content: "\ed83";
}
.nc-icon-outline.ui-2_small-remove:before {
content: "\ed84";
}
.nc-icon-outline.ui-2_square-add-08:before {
content: "\ed85";
}
.nc-icon-outline.ui-2_square-add-11:before {
content: "\ed86";
}
.nc-icon-outline.ui-2_square-delete-10:before {
content: "\ed87";
}
.nc-icon-outline.ui-2_square-delete-13:before {
content: "\ed88";
}
.nc-icon-outline.ui-2_square-remove-09:before {
content: "\ed89";
}
.nc-icon-outline.ui-2_square-remove-12:before {
content: "\ed8a";
}
.nc-icon-outline.ui-2_target:before {
content: "\ed8b";
}
.nc-icon-outline.ui-2_tile-55:before {
content: "\ed8c";
}
.nc-icon-outline.ui-2_tile-56:before {
content: "\ed8d";
}
.nc-icon-outline.ui-2_time-alarm:before {
content: "\ed8e";
}
.nc-icon-outline.ui-2_time-clock:before {
content: "\ed8f";
}
.nc-icon-outline.ui-2_time-countdown:before {
content: "\ed90";
}
.nc-icon-outline.ui-2_time:before {
content: "\ed91";
}
.nc-icon-outline.ui-2_webpage:before {
content: "\ed92";
}
.nc-icon-outline.ui-2_window-add:before {
content: "\ed93";
}
.nc-icon-outline.ui-2_window-delete:before {
content: "\ed94";
}
.nc-icon-outline.ui-3_alert:before {
content: "\ed95";
}
.nc-icon-outline.ui-3_backward:before {
content: "\ed96";
}
.nc-icon-outline.ui-3_bolt:before {
content: "\ed97";
}
.nc-icon-outline.ui-3_bullet-list:before {
content: "\ed98";
}
.nc-icon-outline.ui-3_calendar-add:before {
content: "\ed99";
}
.nc-icon-outline.ui-3_card-add:before {
content: "\ed9a";
}
.nc-icon-outline.ui-3_card-alert:before {
content: "\ed9b";
}
.nc-icon-outline.ui-3_chart-bars:before {
content: "\ed9c";
}
.nc-icon-outline.ui-3_chart:before {
content: "\ed9d";
}
.nc-icon-outline.ui-3_chat-33:before {
content: "\ed9e";
}
.nc-icon-outline.ui-3_chat-45:before {
content: "\ed9f";
}
.nc-icon-outline.ui-3_chat-46:before {
content: "\eda0";
}
.nc-icon-outline.ui-3_chat-reply:before {
content: "\eda1";
}
.nc-icon-outline.ui-3_check-in:before {
content: "\eda2";
}
.nc-icon-outline.ui-3_check-out:before {
content: "\eda3";
}
.nc-icon-outline.ui-3_dock-bottom:before {
content: "\eda4";
}
.nc-icon-outline.ui-3_dock-left:before {
content: "\eda5";
}
.nc-icon-outline.ui-3_dock-right:before {
content: "\eda6";
}
.nc-icon-outline.ui-3_dock-top:before {
content: "\eda7";
}
.nc-icon-outline.ui-3_filter-check:before {
content: "\eda8";
}
.nc-icon-outline.ui-3_filter-remove:before {
content: "\eda9";
}
.nc-icon-outline.ui-3_forward:before {
content: "\edaa";
}
.nc-icon-outline.ui-3_funnel-39:before {
content: "\edab";
}
.nc-icon-outline.ui-3_funnel-40:before {
content: "\edac";
}
.nc-icon-outline.ui-3_funnel-41:before {
content: "\edad";
}
.nc-icon-outline.ui-3_heart-add:before {
content: "\edae";
}
.nc-icon-outline.ui-3_heart-remove:before {
content: "\edaf";
}
.nc-icon-outline.ui-3_heart:before {
content: "\edb0";
}
.nc-icon-outline.ui-3_infinite:before {
content: "\edb1";
}
.nc-icon-outline.ui-3_link:before {
content: "\edb2";
}
.nc-icon-outline.ui-3_menu-left:before {
content: "\edb3";
}
.nc-icon-outline.ui-3_menu-right:before {
content: "\edb4";
}
.nc-icon-outline.ui-3_menu:before {
content: "\edb5";
}
.nc-icon-outline.ui-3_metrics:before {
content: "\edb6";
}
.nc-icon-outline.ui-3_phone-call-end:before {
content: "\edb7";
}
.nc-icon-outline.ui-3_phone-call:before {
content: "\edb8";
}
.nc-icon-outline.ui-3_phone:before {
content: "\edb9";
}
.nc-icon-outline.ui-3_playlist:before {
content: "\edba";
}
.nc-icon-outline.ui-3_search:before {
content: "\edbb";
}
.nc-icon-outline.ui-3_security:before {
content: "\edbc";
}
.nc-icon-outline.ui-3_segmentation:before {
content: "\edbd";
}
.nc-icon-outline.ui-3_select:before {
content: "\edbe";
}
.nc-icon-outline.ui-3_send:before {
content: "\edbf";
}
.nc-icon-outline.ui-3_signal:before {
content: "\edc0";
}
.nc-icon-outline.ui-3_slide-left:before {
content: "\edc1";
}
.nc-icon-outline.ui-3_slide-right:before {
content: "\edc2";
}
.nc-icon-outline.ui-3_table-left:before {
content: "\edc3";
}
.nc-icon-outline.ui-3_table-right:before {
content: "\edc4";
}
.nc-icon-outline.ui-3_tag:before {
content: "\edc5";
}
.nc-icon-outline.ui-3_widget:before {
content: "\edc6";
}
.nc-icon-outline.envir_bulb-saver:before {
content: "\ecc4";
}
.nc-icon-outline.envir_bulb:before {
content: "\ecc5";
}
.nc-icon-outline.envir_car:before {
content: "\ecc6";
}
.nc-icon-outline.envir_fuel-electric:before {
content: "\ecc7";
}
.nc-icon-outline.envir_fuel:before {
content: "\ecc8";
}
.nc-icon-outline.envir_home:before {
content: "\ecc9";
}
.nc-icon-outline.envir_level:before {
content: "\ecca";
}
.nc-icon-outline.envir_panel:before {
content: "\eccb";
}
.nc-icon-outline.envir_radiation:before {
content: "\eccc";
}
.nc-icon-outline.envir_recycling:before {
content: "\eccd";
}
.nc-icon-outline.envir_save-planet:before {
content: "\ecce";
}
.nc-icon-outline.envir_waste-danger:before {
content: "\eccf";
}
.nc-icon-outline.envir_waste-recycling:before {
content: "\ecd0";
}
.nc-icon-outline.envir_waste:before {
content: "\ecd1";
}
.nc-icon-outline.envir_water-hand:before {
content: "\ecd2";
}
.nc-icon-outline.envir_water-sink:before {
content: "\ecd3";
}
.nc-icon-outline.envir_water:before {
content: "\ecd4";
}
.nc-icon-outline.envir_wind:before {
content: "\ecd5";
}
.nc-icon-outline.text_align-center:before {
content: "\ecaa";
}
.nc-icon-outline.text_align-justify:before {
content: "\ecab";
}
.nc-icon-outline.text_align-left:before {
content: "\ecac";
}
.nc-icon-outline.text_align-right:before {
content: "\ecad";
}
.nc-icon-outline.text_background:before {
content: "\ecae";
}
.nc-icon-outline.text_bold:before {
content: "\ecaf";
}
.nc-icon-outline.text_capitalize:before {
content: "\ecb0";
}
.nc-icon-outline.text_caps-all:before {
content: "\ecb1";
}
.nc-icon-outline.text_caps-small:before {
content: "\ecb2";
}
.nc-icon-outline.text_color:before {
content: "\ecb3";
}
.nc-icon-outline.text_edit:before {
content: "\ecb4";
}
.nc-icon-outline.text_italic:before {
content: "\ecb5";
}
.nc-icon-outline.text_line-height:before {
content: "\ecb6";
}
.nc-icon-outline.text_list-bullet:before {
content: "\ecb7";
}
.nc-icon-outline.text_list-numbers:before {
content: "\ecb8";
}
.nc-icon-outline.text_margin-left:before {
content: "\ecb9";
}
.nc-icon-outline.text_margin-right:before {
content: "\ecba";
}
.nc-icon-outline.text_quote:before {
content: "\ecbb";
}
.nc-icon-outline.text_scale-horizontal:before {
content: "\ecbc";
}
.nc-icon-outline.text_scale-vertical:before {
content: "\ecbd";
}
.nc-icon-outline.text_size:before {
content: "\ecbe";
}
.nc-icon-outline.text_strikethrough:before {
content: "\ecbf";
}
.nc-icon-outline.text_subscript:before {
content: "\ecc0";
}
.nc-icon-outline.text_superscript:before {
content: "\ecc1";
}
.nc-icon-outline.text_tracking:before {
content: "\ecc2";
}
.nc-icon-outline.text_underline:before {
content: "\ecc3";
}
.nc-icon-outline.gestures_2x-drag-down:before {
content: "\ec09";
}
.nc-icon-outline.gestures_2x-drag-up:before {
content: "\ec0a";
}
.nc-icon-outline.gestures_2x-swipe-down:before {
content: "\ec0b";
}
.nc-icon-outline.gestures_2x-swipe-left:before {
content: "\ec0c";
}
.nc-icon-outline.gestures_2x-swipe-right:before {
content: "\ec0d";
}
.nc-icon-outline.gestures_2x-swipe-up:before {
content: "\ec0e";
}
.nc-icon-outline.gestures_2x-tap:before {
content: "\ec0f";
}
.nc-icon-outline.gestures_3x-swipe-left:before {
content: "\ec10";
}
.nc-icon-outline.gestures_3x-swipe-right:before {
content: "\ec11";
}
.nc-icon-outline.gestures_3x-swipe-up:before {
content: "\ec12";
}
.nc-icon-outline.gestures_3x-tap:before {
content: "\ec13";
}
.nc-icon-outline.gestures_4x-swipe-left:before {
content: "\ec14";
}
.nc-icon-outline.gestures_4x-swipe-right:before {
content: "\ec15";
}
.nc-icon-outline.gestures_4x-swipe-up:before {
content: "\ec16";
}
.nc-icon-outline.gestures_active-38:before {
content: "\ec17";
}
.nc-icon-outline.gestures_active-40:before {
content: "\ec18";
}
.nc-icon-outline.gestures_camera:before {
content: "\ec19";
}
.nc-icon-outline.gestures_double-tap:before {
content: "\ec1a";
}
.nc-icon-outline.gestures_drag-21:before {
content: "\ec1b";
}
.nc-icon-outline.gestures_drag-31:before {
content: "\ec1c";
}
.nc-icon-outline.gestures_drag-down:before {
content: "\ec1d";
}
.nc-icon-outline.gestures_drag-left:before {
content: "\ec1e";
}
.nc-icon-outline.gestures_drag-right:before {
content: "\ec1f";
}
.nc-icon-outline.gestures_drag-up:before {
content: "\ec20";
}
.nc-icon-outline.gestures_flick-down:before {
content: "\ec21";
}
.nc-icon-outline.gestures_flick-left:before {
content: "\ec22";
}
.nc-icon-outline.gestures_flick-right:before {
content: "\ec23";
}
.nc-icon-outline.gestures_flick-up:before {
content: "\ec24";
}
.nc-icon-outline.gestures_grab:before {
content: "\ec25";
}
.nc-icon-outline.gestures_hold:before {
content: "\ec26";
}
.nc-icon-outline.gestures_pin:before {
content: "\ec27";
}
.nc-icon-outline.gestures_pinch:before {
content: "\ec28";
}
.nc-icon-outline.gestures_rotate-22:before {
content: "\ec29";
}
.nc-icon-outline.gestures_rotate-23:before {
content: "\ec2a";
}
.nc-icon-outline.gestures_scan:before {
content: "\ec2b";
}
.nc-icon-outline.gestures_scroll-horitontal:before {
content: "\ec2c";
}
.nc-icon-outline.gestures_scroll-vertical:before {
content: "\ec2d";
}
.nc-icon-outline.gestures_stretch:before {
content: "\ec2e";
}
.nc-icon-outline.gestures_swipe-bottom:before {
content: "\ec2f";
}
.nc-icon-outline.gestures_swipe-left:before {
content: "\ec30";
}
.nc-icon-outline.gestures_swipe-right:before {
content: "\ec31";
}
.nc-icon-outline.gestures_swipe-up:before {
content: "\ec32";
}
.nc-icon-outline.gestures_tap-01:before {
content: "\ec33";
}
.nc-icon-outline.gestures_tap-02:before {
content: "\ec34";
}
.nc-icon-outline.sport_badminton:before {
content: "\ec35";
}
.nc-icon-outline.sport_baseball-ball:before {
content: "\ec36";
}
.nc-icon-outline.sport_baseball-bat:before {
content: "\ec37";
}
.nc-icon-outline.sport_baseball:before {
content: "\ec38";
}
.nc-icon-outline.sport_basketball-12:before {
content: "\ec39";
}
.nc-icon-outline.sport_basketball-13:before {
content: "\ec3a";
}
.nc-icon-outline.sport_boxing:before {
content: "\ec3b";
}
.nc-icon-outline.sport_cardio:before {
content: "\ec3c";
}
.nc-icon-outline.sport_cricket:before {
content: "\ec3d";
}
.nc-icon-outline.sport_crown:before {
content: "\ec3e";
}
.nc-icon-outline.sport_dart:before {
content: "\ec3f";
}
.nc-icon-outline.sport_dumbbells:before {
content: "\ec40";
}
.nc-icon-outline.sport_energy-drink:before {
content: "\ec41";
}
.nc-icon-outline.sport_energy-supplement:before {
content: "\ec42";
}
.nc-icon-outline.sport_fencing:before {
content: "\ec43";
}
.nc-icon-outline.sport_fishing:before {
content: "\ec44";
}
.nc-icon-outline.sport_flag-finish:before {
content: "\ec45";
}
.nc-icon-outline.sport_football-headguard:before {
content: "\ec46";
}
.nc-icon-outline.sport_golf:before {
content: "\ec47";
}
.nc-icon-outline.sport_helmet:before {
content: "\ec48";
}
.nc-icon-outline.sport_hockey:before {
content: "\ec49";
}
.nc-icon-outline.sport_kettlebell:before {
content: "\ec4a";
}
.nc-icon-outline.sport_ping-pong:before {
content: "\ec4b";
}
.nc-icon-outline.sport_podium-trophy:before {
content: "\ec4c";
}
.nc-icon-outline.sport_podium:before {
content: "\ec4d";
}
.nc-icon-outline.sport_rope:before {
content: "\ec4e";
}
.nc-icon-outline.sport_rugby:before {
content: "\ec4f";
}
.nc-icon-outline.sport_shaker:before {
content: "\ec50";
}
.nc-icon-outline.sport_shoe-run:before {
content: "\ec51";
}
.nc-icon-outline.sport_skateboard:before {
content: "\ec52";
}
.nc-icon-outline.sport_snowboard:before {
content: "\ec53";
}
.nc-icon-outline.sport_soccer-field:before {
content: "\ec54";
}
.nc-icon-outline.sport_steering-wheel:before {
content: "\ec55";
}
.nc-icon-outline.sport_supplement:before {
content: "\ec56";
}
.nc-icon-outline.sport_surf:before {
content: "\ec57";
}
.nc-icon-outline.sport_tactic:before {
content: "\ec58";
}
.nc-icon-outline.sport_tennis-ball:before {
content: "\ec59";
}
.nc-icon-outline.sport_tennis:before {
content: "\ec5a";
}
.nc-icon-outline.sport_trophy:before {
content: "\ec5b";
}
.nc-icon-outline.sport_user-balance:before {
content: "\ec5c";
}
.nc-icon-outline.sport_user-climb:before {
content: "\ec5d";
}
.nc-icon-outline.sport_user-meditation:before {
content: "\ec5e";
}
.nc-icon-outline.sport_user-run:before {
content: "\ec5f";
}
.nc-icon-outline.sport_user-snowboard:before {
content: "\ec60";
}
.nc-icon-outline.sport_user-swim:before {
content: "\ec61";
}
.nc-icon-outline.sport_volleyball:before {
content: "\ec62";
}
.nc-icon-outline.sport_whistle:before {
content: "\ec63";
}
.nc-icon-outline.holidays_bat:before {
content: "\ec64";
}
.nc-icon-outline.holidays_biscuit:before {
content: "\ec65";
}
.nc-icon-outline.holidays_bones:before {
content: "\ec66";
}
.nc-icon-outline.holidays_boot:before {
content: "\ec67";
}
.nc-icon-outline.holidays_candy:before {
content: "\ec68";
}
.nc-icon-outline.holidays_cat:before {
content: "\ec69";
}
.nc-icon-outline.holidays_cauldron:before {
content: "\ec6a";
}
.nc-icon-outline.holidays_chimney:before {
content: "\ec6b";
}
.nc-icon-outline.holidays_cockade:before {
content: "\ec6c";
}
.nc-icon-outline.holidays_coffin:before {
content: "\ec6d";
}
.nc-icon-outline.holidays_dead-hand:before {
content: "\ec6e";
}
.nc-icon-outline.holidays_decoration:before {
content: "\ec6f";
}
.nc-icon-outline.holidays_deer:before {
content: "\ec70";
}
.nc-icon-outline.holidays_egg-38:before {
content: "\ec71";
}
.nc-icon-outline.holidays_egg-39:before {
content: "\ec72";
}
.nc-icon-outline.holidays_frankenstein:before {
content: "\ec73";
}
.nc-icon-outline.holidays_ghost:before {
content: "\ec74";
}
.nc-icon-outline.holidays_gift-exchange:before {
content: "\ec75";
}
.nc-icon-outline.holidays_gift:before {
content: "\ec76";
}
.nc-icon-outline.holidays_glove:before {
content: "\ec77";
}
.nc-icon-outline.holidays_grave:before {
content: "\ec78";
}
.nc-icon-outline.holidays_light:before {
content: "\ec79";
}
.nc-icon-outline.holidays_message:before {
content: "\ec7a";
}
.nc-icon-outline.holidays_mistletoe:before {
content: "\ec7b";
}
.nc-icon-outline.holidays_owl:before {
content: "\ec7c";
}
.nc-icon-outline.holidays_pumpkin:before {
content: "\ec7d";
}
.nc-icon-outline.holidays_rabbit:before {
content: "\ec7e";
}
.nc-icon-outline.holidays_santa-hat:before {
content: "\ec7f";
}
.nc-icon-outline.holidays_sickle:before {
content: "\ec80";
}
.nc-icon-outline.holidays_snow-ball:before {
content: "\ec81";
}
.nc-icon-outline.holidays_snowman-head:before {
content: "\ec82";
}
.nc-icon-outline.holidays_snowman:before {
content: "\ec83";
}
.nc-icon-outline.holidays_soak:before {
content: "\ec84";
}
.nc-icon-outline.holidays_spider:before {
content: "\ec85";
}
.nc-icon-outline.holidays_tree-ball:before {
content: "\ec86";
}
.nc-icon-outline.holidays_tree:before {
content: "\ec87";
}
.nc-icon-outline.holidays_vampire:before {
content: "\ec88";
}
.nc-icon-outline.holidays_witch-hat:before {
content: "\ec89";
}
.nc-icon-outline.holidays_wolf:before {
content: "\ec8a";
}
.nc-icon-outline.holidays_zombie:before {
content: "\ec8b";
}
.nc-icon-outline.nature_bear:before {
content: "\ec8c";
}
.nc-icon-outline.nature_bee:before {
content: "\ec8d";
}
.nc-icon-outline.nature_butterfly:before {
content: "\ec8e";
}
.nc-icon-outline.nature_chicken:before {
content: "\ec8f";
}
.nc-icon-outline.nature_clover:before {
content: "\ec90";
}
.nc-icon-outline.nature_collar:before {
content: "\ec91";
}
.nc-icon-outline.nature_cow:before {
content: "\ec92";
}
.nc-icon-outline.nature_dog-house:before {
content: "\ec93";
}
.nc-icon-outline.nature_dog:before {
content: "\ec94";
}
.nc-icon-outline.nature_flower-05:before {
content: "\ec95";
}
.nc-icon-outline.nature_flower-06:before {
content: "\ec96";
}
.nc-icon-outline.nature_flower-07:before {
content: "\ec97";
}
.nc-icon-outline.nature_food-dog:before {
content: "\ec98";
}
.nc-icon-outline.nature_food:before {
content: "\ec99";
}
.nc-icon-outline.nature_forest:before {
content: "\ec9a";
}
.nc-icon-outline.nature_mountain:before {
content: "\ec9b";
}
.nc-icon-outline.nature_mushroom:before {
content: "\ec9c";
}
.nc-icon-outline.nature_panda:before {
content: "\ec9d";
}
.nc-icon-outline.nature_paw:before {
content: "\ec9e";
}
.nc-icon-outline.nature_pig:before {
content: "\ec9f";
}
.nc-icon-outline.nature_plant-ground:before {
content: "\eca0";
}
.nc-icon-outline.nature_plant-vase:before {
content: "\eca1";
}
.nc-icon-outline.nature_rat:before {
content: "\eca2";
}
.nc-icon-outline.nature_sheep:before {
content: "\eca3";
}
.nc-icon-outline.nature_snake:before {
content: "\eca4";
}
.nc-icon-outline.nature_tree-01:before {
content: "\eca5";
}
.nc-icon-outline.nature_tree-02:before {
content: "\eca6";
}
.nc-icon-outline.nature_tree-03:before {
content: "\eca7";
}
.nc-icon-outline.nature_turtle:before {
content: "\eca8";
}
.nc-icon-outline.nature_wood:before {
content: "\eca9";
}
.nc-icon-outline.travel_axe:before {
content: "\eb28";
}
.nc-icon-outline.travel_backpack:before {
content: "\eb29";
}
.nc-icon-outline.travel_bag:before {
content: "\eb2a";
}
.nc-icon-outline.travel_barbecue:before {
content: "\eb2b";
}
.nc-icon-outline.travel_beach-umbrella:before {
content: "\eb2c";
}
.nc-icon-outline.travel_berlin:before {
content: "\eb2d";
}
.nc-icon-outline.travel_binocular:before {
content: "\eb2e";
}
.nc-icon-outline.travel_camper:before {
content: "\eb2f";
}
.nc-icon-outline.travel_camping:before {
content: "\eb30";
}
.nc-icon-outline.travel_castle:before {
content: "\eb31";
}
.nc-icon-outline.travel_china:before {
content: "\eb32";
}
.nc-icon-outline.travel_church:before {
content: "\eb33";
}
.nc-icon-outline.travel_drink:before {
content: "\eb34";
}
.nc-icon-outline.travel_explore:before {
content: "\eb35";
}
.nc-icon-outline.travel_fire:before {
content: "\eb36";
}
.nc-icon-outline.travel_hotel-bell:before {
content: "\eb37";
}
.nc-icon-outline.travel_hotel-symbol:before {
content: "\eb38";
}
.nc-icon-outline.travel_hotel:before {
content: "\eb39";
}
.nc-icon-outline.travel_hut:before {
content: "\eb3a";
}
.nc-icon-outline.travel_igloo:before {
content: "\eb3b";
}
.nc-icon-outline.travel_info:before {
content: "\eb3c";
}
.nc-icon-outline.travel_istanbul:before {
content: "\eb3d";
}
.nc-icon-outline.travel_jellyfish:before {
content: "\eb3e";
}
.nc-icon-outline.travel_lamp:before {
content: "\eb3f";
}
.nc-icon-outline.travel_lighthouse:before {
content: "\eb40";
}
.nc-icon-outline.travel_london:before {
content: "\eb41";
}
.nc-icon-outline.travel_luggage:before {
content: "\eb42";
}
.nc-icon-outline.travel_mosque:before {
content: "\eb43";
}
.nc-icon-outline.travel_ny:before {
content: "\eb44";
}
.nc-icon-outline.travel_octopus:before {
content: "\eb45";
}
.nc-icon-outline.travel_paris-tower:before {
content: "\eb46";
}
.nc-icon-outline.travel_passport:before {
content: "\eb47";
}
.nc-icon-outline.travel_pickaxe:before {
content: "\eb48";
}
.nc-icon-outline.travel_pool:before {
content: "\eb49";
}
.nc-icon-outline.travel_pyramid:before {
content: "\eb4a";
}
.nc-icon-outline.travel_rackets:before {
content: "\eb4b";
}
.nc-icon-outline.travel_rio:before {
content: "\eb4c";
}
.nc-icon-outline.travel_road-sign-left:before {
content: "\eb4d";
}
.nc-icon-outline.travel_road-sign-right:before {
content: "\eb4e";
}
.nc-icon-outline.travel_rome:before {
content: "\eb4f";
}
.nc-icon-outline.travel_rowing:before {
content: "\eb50";
}
.nc-icon-outline.travel_sea-mask:before {
content: "\eb51";
}
.nc-icon-outline.travel_sf-bridge:before {
content: "\eb52";
}
.nc-icon-outline.travel_shark:before {
content: "\eb53";
}
.nc-icon-outline.travel_spa:before {
content: "\eb54";
}
.nc-icon-outline.travel_sunglasses:before {
content: "\eb55";
}
.nc-icon-outline.travel_surf:before {
content: "\eb56";
}
.nc-icon-outline.travel_swimsuit:before {
content: "\eb57";
}
.nc-icon-outline.travel_swimwear:before {
content: "\eb58";
}
.nc-icon-outline.travel_swiss-knife:before {
content: "\eb59";
}
.nc-icon-outline.travel_temple-02:before {
content: "\eb5a";
}
.nc-icon-outline.travel_temple-25:before {
content: "\eb5b";
}
.nc-icon-outline.travel_trolley:before {
content: "\eb5c";
}
.nc-icon-outline.travel_white-house:before {
content: "\eb5d";
}
.nc-icon-outline.travel_world:before {
content: "\eb5e";
}
.nc-icon-outline.travel_worldmap:before {
content: "\eb5f";
}
.nc-icon-outline.food_alcohol:before {
content: "\eb60";
}
.nc-icon-outline.food_apple:before {
content: "\eb61";
}
.nc-icon-outline.food_baby:before {
content: "\eb62";
}
.nc-icon-outline.food_bacon:before {
content: "\eb63";
}
.nc-icon-outline.food_baguette:before {
content: "\eb64";
}
.nc-icon-outline.food_banana:before {
content: "\eb65";
}
.nc-icon-outline.food_barbecue-02:before {
content: "\eb66";
}
.nc-icon-outline.food_barbecue-15:before {
content: "\eb67";
}
.nc-icon-outline.food_barbecue-tools:before {
content: "\eb68";
}
.nc-icon-outline.food_beer-95:before {
content: "\eb69";
}
.nc-icon-outline.food_beer-96:before {
content: "\eb6a";
}
.nc-icon-outline.food_beverage:before {
content: "\eb6b";
}
.nc-icon-outline.food_bottle-wine:before {
content: "\eb6c";
}
.nc-icon-outline.food_bottle:before {
content: "\eb6d";
}
.nc-icon-outline.food_bowl:before {
content: "\eb6e";
}
.nc-icon-outline.food_bread:before {
content: "\eb6f";
}
.nc-icon-outline.food_broccoli:before {
content: "\eb70";
}
.nc-icon-outline.food_cake-13:before {
content: "\eb71";
}
.nc-icon-outline.food_cake-100:before {
content: "\eb72";
}
.nc-icon-outline.food_cake-slice:before {
content: "\eb73";
}
.nc-icon-outline.food_candle:before {
content: "\eb74";
}
.nc-icon-outline.food_candy:before {
content: "\eb75";
}
.nc-icon-outline.food_carrot:before {
content: "\eb76";
}
.nc-icon-outline.food_champagne:before {
content: "\eb77";
}
.nc-icon-outline.food_cheese-24:before {
content: "\eb78";
}
.nc-icon-outline.food_cheese-87:before {
content: "\eb79";
}
.nc-icon-outline.food_cheeseburger:before {
content: "\eb7a";
}
.nc-icon-outline.food_chef-hat:before {
content: "\eb7b";
}
.nc-icon-outline.food_cherry:before {
content: "\eb7c";
}
.nc-icon-outline.food_chicken:before {
content: "\eb7d";
}
.nc-icon-outline.food_chili:before {
content: "\eb7e";
}
.nc-icon-outline.food_chinese:before {
content: "\eb7f";
}
.nc-icon-outline.food_chips:before {
content: "\eb80";
}
.nc-icon-outline.food_chocolate:before {
content: "\eb81";
}
.nc-icon-outline.food_cocktail:before {
content: "\eb82";
}
.nc-icon-outline.food_coffe-long:before {
content: "\eb83";
}
.nc-icon-outline.food_coffee-long:before {
content: "\eb84";
}
.nc-icon-outline.food_coffee:before {
content: "\eb85";
}
.nc-icon-outline.food_cookies:before {
content: "\eb86";
}
.nc-icon-outline.food_course:before {
content: "\eb87";
}
.nc-icon-outline.food_crab:before {
content: "\eb88";
}
.nc-icon-outline.food_croissant:before {
content: "\eb89";
}
.nc-icon-outline.food_cutlery-75:before {
content: "\eb8a";
}
.nc-icon-outline.food_cutlery-76:before {
content: "\eb8b";
}
.nc-icon-outline.food_cutlery-77:before {
content: "\eb8c";
}
.nc-icon-outline.food_dishwasher:before {
content: "\eb8d";
}
.nc-icon-outline.food_donut:before {
content: "\eb8e";
}
.nc-icon-outline.food_drink:before {
content: "\eb8f";
}
.nc-icon-outline.food_egg:before {
content: "\eb90";
}
.nc-icon-outline.food_energy-drink:before {
content: "\eb91";
}
.nc-icon-outline.food_fish:before {
content: "\eb92";
}
.nc-icon-outline.food_fishbone:before {
content: "\eb93";
}
.nc-icon-outline.food_fridge:before {
content: "\eb94";
}
.nc-icon-outline.food_glass:before {
content: "\eb95";
}
.nc-icon-outline.food_grape:before {
content: "\eb96";
}
.nc-icon-outline.food_hob:before {
content: "\eb97";
}
.nc-icon-outline.food_hot-dog:before {
content: "\eb98";
}
.nc-icon-outline.food_ice-cream-22:before {
content: "\eb99";
}
.nc-icon-outline.food_ice-cream-72:before {
content: "\eb9a";
}
.nc-icon-outline.food_jam:before {
content: "\eb9b";
}
.nc-icon-outline.food_kettle:before {
content: "\eb9c";
}
.nc-icon-outline.food_kitchen-fan:before {
content: "\eb9d";
}
.nc-icon-outline.food_knife:before {
content: "\eb9e";
}
.nc-icon-outline.food_lemon-slice:before {
content: "\eb9f";
}
.nc-icon-outline.food_lighter:before {
content: "\eba0";
}
.nc-icon-outline.food_lobster:before {
content: "\eba1";
}
.nc-icon-outline.food_matches:before {
content: "\eba2";
}
.nc-icon-outline.food_measuring-cup:before {
content: "\eba3";
}
.nc-icon-outline.food_meat-spit:before {
content: "\eba4";
}
.nc-icon-outline.food_microwave:before {
content: "\eba5";
}
.nc-icon-outline.food_milk:before {
content: "\eba6";
}
.nc-icon-outline.food_moka:before {
content: "\eba7";
}
.nc-icon-outline.food_muffin:before {
content: "\eba8";
}
.nc-icon-outline.food_mug:before {
content: "\eba9";
}
.nc-icon-outline.food_oven:before {
content: "\ebaa";
}
.nc-icon-outline.food_pan:before {
content: "\ebab";
}
.nc-icon-outline.food_pizza-slice:before {
content: "\ebac";
}
.nc-icon-outline.food_pizza:before {
content: "\ebad";
}
.nc-icon-outline.food_plate:before {
content: "\ebae";
}
.nc-icon-outline.food_pot:before {
content: "\ebaf";
}
.nc-icon-outline.food_prosciutto:before {
content: "\ebb0";
}
.nc-icon-outline.food_recipe-book-46:before {
content: "\ebb1";
}
.nc-icon-outline.food_recipe-book-47:before {
content: "\ebb2";
}
.nc-icon-outline.food_rolling-pin:before {
content: "\ebb3";
}
.nc-icon-outline.food_salt:before {
content: "\ebb4";
}
.nc-icon-outline.food_sausage:before {
content: "\ebb5";
}
.nc-icon-outline.food_scale:before {
content: "\ebb6";
}
.nc-icon-outline.food_scotch:before {
content: "\ebb7";
}
.nc-icon-outline.food_shrimp:before {
content: "\ebb8";
}
.nc-icon-outline.food_steak:before {
content: "\ebb9";
}
.nc-icon-outline.food_store:before {
content: "\ebba";
}
.nc-icon-outline.food_strawberry:before {
content: "\ebbb";
}
.nc-icon-outline.food_sushi:before {
content: "\ebbc";
}
.nc-icon-outline.food_tacos:before {
content: "\ebbd";
}
.nc-icon-outline.food_tea:before {
content: "\ebbe";
}
.nc-icon-outline.food_temperature:before {
content: "\ebbf";
}
.nc-icon-outline.food_vest-07:before {
content: "\ebc0";
}
.nc-icon-outline.food_vest-31:before {
content: "\ebc1";
}
.nc-icon-outline.food_watermelon:before {
content: "\ebc2";
}
.nc-icon-outline.food_whisk:before {
content: "\ebc3";
}
.nc-icon-outline.emoticons_alien:before {
content: "\ebc4";
}
.nc-icon-outline.emoticons_angry-10:before {
content: "\ebc5";
}
.nc-icon-outline.emoticons_angry-44:before {
content: "\ebc6";
}
.nc-icon-outline.emoticons_big-eyes:before {
content: "\ebc7";
}
.nc-icon-outline.emoticons_big-smile:before {
content: "\ebc8";
}
.nc-icon-outline.emoticons_bigmouth:before {
content: "\ebc9";
}
.nc-icon-outline.emoticons_bleah:before {
content: "\ebca";
}
.nc-icon-outline.emoticons_blind:before {
content: "\ebcb";
}
.nc-icon-outline.emoticons_bomb:before {
content: "\ebcc";
}
.nc-icon-outline.emoticons_bored:before {
content: "\ebcd";
}
.nc-icon-outline.emoticons_cake:before {
content: "\ebce";
}
.nc-icon-outline.emoticons_cry-15:before {
content: "\ebcf";
}
.nc-icon-outline.emoticons_cry-57:before {
content: "\ebd0";
}
.nc-icon-outline.emoticons_cute:before {
content: "\ebd1";
}
.nc-icon-outline.emoticons_devil:before {
content: "\ebd2";
}
.nc-icon-outline.emoticons_disgusted:before {
content: "\ebd3";
}
.nc-icon-outline.emoticons_fist:before {
content: "\ebd4";
}
.nc-icon-outline.emoticons_ghost:before {
content: "\ebd5";
}
.nc-icon-outline.emoticons_hannibal:before {
content: "\ebd6";
}
.nc-icon-outline.emoticons_happy-sun:before {
content: "\ebd7";
}
.nc-icon-outline.emoticons_kid:before {
content: "\ebd8";
}
.nc-icon-outline.emoticons_kiss:before {
content: "\ebd9";
}
.nc-icon-outline.emoticons_laugh-17:before {
content: "\ebda";
}
.nc-icon-outline.emoticons_laugh-35:before {
content: "\ebdb";
}
.nc-icon-outline.emoticons_like-no:before {
content: "\ebdc";
}
.nc-icon-outline.emoticons_like:before {
content: "\ebdd";
}
.nc-icon-outline.emoticons_mad-12:before {
content: "\ebde";
}
.nc-icon-outline.emoticons_mad-58:before {
content: "\ebdf";
}
.nc-icon-outline.emoticons_malicious:before {
content: "\ebe0";
}
.nc-icon-outline.emoticons_manga-62:before {
content: "\ebe1";
}
.nc-icon-outline.emoticons_manga-63:before {
content: "\ebe2";
}
.nc-icon-outline.emoticons_monster:before {
content: "\ebe3";
}
.nc-icon-outline.emoticons_nerd-22:before {
content: "\ebe4";
}
.nc-icon-outline.emoticons_nerd-23:before {
content: "\ebe5";
}
.nc-icon-outline.emoticons_ninja:before {
content: "\ebe6";
}
.nc-icon-outline.emoticons_no-words:before {
content: "\ebe7";
}
.nc-icon-outline.emoticons_parrot:before {
content: "\ebe8";
}
.nc-icon-outline.emoticons_penguin:before {
content: "\ebe9";
}
.nc-icon-outline.emoticons_pirate:before {
content: "\ebea";
}
.nc-icon-outline.emoticons_poop:before {
content: "\ebeb";
}
.nc-icon-outline.emoticons_puzzled:before {
content: "\ebec";
}
.nc-icon-outline.emoticons_quite-happy:before {
content: "\ebed";
}
.nc-icon-outline.emoticons_robot:before {
content: "\ebee";
}
.nc-icon-outline.emoticons_rock:before {
content: "\ebef";
}
.nc-icon-outline.emoticons_sad:before {
content: "\ebf0";
}
.nc-icon-outline.emoticons_satisfied:before {
content: "\ebf1";
}
.nc-icon-outline.emoticons_shark:before {
content: "\ebf2";
}
.nc-icon-outline.emoticons_shy:before {
content: "\ebf3";
}
.nc-icon-outline.emoticons_sick:before {
content: "\ebf4";
}
.nc-icon-outline.emoticons_silly:before {
content: "\ebf5";
}
.nc-icon-outline.emoticons_skull:before {
content: "\ebf6";
}
.nc-icon-outline.emoticons_sleep:before {
content: "\ebf7";
}
.nc-icon-outline.emoticons_sloth:before {
content: "\ebf8";
}
.nc-icon-outline.emoticons_smart:before {
content: "\ebf9";
}
.nc-icon-outline.emoticons_smile:before {
content: "\ebfa";
}
.nc-icon-outline.emoticons_soldier:before {
content: "\ebfb";
}
.nc-icon-outline.emoticons_speechless:before {
content: "\ebfc";
}
.nc-icon-outline.emoticons_spiteful:before {
content: "\ebfd";
}
.nc-icon-outline.emoticons_sunglasses-48:before {
content: "\ebfe";
}
.nc-icon-outline.emoticons_sunglasses-49:before {
content: "\ebff";
}
.nc-icon-outline.emoticons_surprise:before {
content: "\ec00";
}
.nc-icon-outline.emoticons_upset-13:before {
content: "\ec01";
}
.nc-icon-outline.emoticons_upset-14:before {
content: "\ec02";
}
.nc-icon-outline.emoticons_virus:before {
content: "\ec03";
}
.nc-icon-outline.emoticons_what:before {
content: "\ec04";
}
.nc-icon-outline.emoticons_whiskers:before {
content: "\ec05";
}
.nc-icon-outline.emoticons_wink-06:before {
content: "\ec06";
}
.nc-icon-outline.emoticons_wink-11:before {
content: "\ec07";
}
.nc-icon-outline.emoticons_wink-69:before {
content: "\ec08";
}
.nc-icon-outline.weather_celsius:before {
content: "\e600";
}
.nc-icon-outline.weather_cloud-13:before {
content: "\e601";
}
.nc-icon-outline.weather_cloud-14:before {
content: "\e602";
}
.nc-icon-outline.weather_cloud-drop:before {
content: "\e603";
}
.nc-icon-outline.weather_cloud-fog-31:before {
content: "\e604";
}
.nc-icon-outline.weather_cloud-fog-32:before {
content: "\e605";
}
.nc-icon-outline.weather_cloud-hail:before {
content: "\e606";
}
.nc-icon-outline.weather_cloud-light:before {
content: "\e607";
}
.nc-icon-outline.weather_cloud-moon:before {
content: "\e608";
}
.nc-icon-outline.weather_cloud-rain:before {
content: "\e609";
}
.nc-icon-outline.weather_cloud-rainbow:before {
content: "\e60a";
}
.nc-icon-outline.weather_cloud-snow-34:before {
content: "\e60b";
}
.nc-icon-outline.weather_cloud-snow-42:before {
content: "\e60c";
}
.nc-icon-outline.weather_cloud-sun-17:before {
content: "\e60d";
}
.nc-icon-outline.weather_cloud-sun-19:before {
content: "\e60e";
}
.nc-icon-outline.weather_compass:before {
content: "\e60f";
}
.nc-icon-outline.weather_drop-12:before {
content: "\e610";
}
.nc-icon-outline.weather_drop-15:before {
content: "\e611";
}
.nc-icon-outline.weather_drops:before {
content: "\e612";
}
.nc-icon-outline.weather_eclipse:before {
content: "\e613";
}
.nc-icon-outline.weather_fahrenheit:before {
content: "\e614";
}
.nc-icon-outline.weather_fog:before {
content: "\e615";
}
.nc-icon-outline.weather_forecast:before {
content: "\e616";
}
.nc-icon-outline.weather_hurricane-44:before {
content: "\e617";
}
.nc-icon-outline.weather_hurricane-45:before {
content: "\e618";
}
.nc-icon-outline.weather_moon-cloud-drop:before {
content: "\e619";
}
.nc-icon-outline.weather_moon-cloud-fog:before {
content: "\e61a";
}
.nc-icon-outline.weather_moon-cloud-hail:before {
content: "\e61b";
}
.nc-icon-outline.weather_moon-cloud-light:before {
content: "\e61c";
}
.nc-icon-outline.weather_moon-cloud-rain:before {
content: "\e61d";
}
.nc-icon-outline.weather_moon-cloud-snow-61:before {
content: "\e61e";
}
.nc-icon-outline.weather_moon-cloud-snow-62:before {
content: "\e61f";
}
.nc-icon-outline.weather_moon-fog:before {
content: "\e620";
}
.nc-icon-outline.weather_moon-full:before {
content: "\e621";
}
.nc-icon-outline.weather_moon-stars:before {
content: "\e622";
}
.nc-icon-outline.weather_moon:before {
content: "\e623";
}
.nc-icon-outline.weather_rain-hail:before {
content: "\e624";
}
.nc-icon-outline.weather_rain:before {
content: "\e625";
}
.nc-icon-outline.weather_rainbow:before {
content: "\e626";
}
.nc-icon-outline.weather_snow:before {
content: "\e627";
}
.nc-icon-outline.weather_sun-cloud-drop:before {
content: "\e628";
}
.nc-icon-outline.weather_sun-cloud-fog:before {
content: "\e629";
}
.nc-icon-outline.weather_sun-cloud-hail:before {
content: "\e62a";
}
.nc-icon-outline.weather_sun-cloud-light:before {
content: "\e62b";
}
.nc-icon-outline.weather_sun-cloud-rain:before {
content: "\e62c";
}
.nc-icon-outline.weather_sun-cloud-snow-54:before {
content: "\e62d";
}
.nc-icon-outline.weather_sun-cloud-snow-55:before {
content: "\e62e";
}
.nc-icon-outline.weather_sun-cloud:before {
content: "\e62f";
}
.nc-icon-outline.weather_sun-fog-29:before {
content: "\e630";
}
.nc-icon-outline.weather_sun-fog-30:before {
content: "\e631";
}
.nc-icon-outline.weather_sun-fog-43:before {
content: "\e632";
}
.nc-icon-outline.weather_sun:before {
content: "\e633";
}
.nc-icon-outline.weather_wind:before {
content: "\e634";
}
.nc-icon-outline.transportation_air-baloon:before {
content: "\e717";
}
.nc-icon-outline.transportation_bike-sport:before {
content: "\e718";
}
.nc-icon-outline.transportation_bike:before {
content: "\e719";
}
.nc-icon-outline.transportation_boat-front:before {
content: "\e71a";
}
.nc-icon-outline.transportation_boat-small-02:before {
content: "\e71b";
}
.nc-icon-outline.transportation_boat-small-03:before {
content: "\e71c";
}
.nc-icon-outline.transportation_boat:before {
content: "\e71d";
}
.nc-icon-outline.transportation_bus-front-10:before {
content: "\e71e";
}
.nc-icon-outline.transportation_bus-front-12:before {
content: "\e71f";
}
.nc-icon-outline.transportation_bus:before {
content: "\e720";
}
.nc-icon-outline.transportation_car-front:before {
content: "\e721";
}
.nc-icon-outline.transportation_car-simple:before {
content: "\e722";
}
.nc-icon-outline.transportation_car-sport:before {
content: "\e723";
}
.nc-icon-outline.transportation_car-taxi:before {
content: "\e724";
}
.nc-icon-outline.transportation_car:before {
content: "\e725";
}
.nc-icon-outline.transportation_helicopter:before {
content: "\e726";
}
.nc-icon-outline.transportation_helmet:before {
content: "\e727";
}
.nc-icon-outline.transportation_light-traffic:before {
content: "\e728";
}
.nc-icon-outline.transportation_moto:before {
content: "\e729";
}
.nc-icon-outline.transportation_plane-17:before {
content: "\e72a";
}
.nc-icon-outline.transportation_plane-18:before {
content: "\e72b";
}
.nc-icon-outline.transportation_road:before {
content: "\e72c";
}
.nc-icon-outline.transportation_skateboard:before {
content: "\e72d";
}
.nc-icon-outline.transportation_tractor:before {
content: "\e72e";
}
.nc-icon-outline.transportation_train-speed:before {
content: "\e72f";
}
.nc-icon-outline.transportation_train:before {
content: "\e730";
}
.nc-icon-outline.transportation_tram:before {
content: "\e731";
}
.nc-icon-outline.transportation_truck-front:before {
content: "\e732";
}
.nc-icon-outline.transportation_vespa-front:before {
content: "\e733";
}
.nc-icon-outline.transportation_vespa:before {
content: "\e734";
}
.nc-icon-outline.education_abc:before {
content: "\e7ad";
}
.nc-icon-outline.education_agenda-bookmark:before {
content: "\e7ae";
}
.nc-icon-outline.education_atom:before {
content: "\e7af";
}
.nc-icon-outline.education_award-55:before {
content: "\e7b0";
}
.nc-icon-outline.education_backpack-57:before {
content: "\e7b1";
}
.nc-icon-outline.education_backpack-58:before {
content: "\e7b2";
}
.nc-icon-outline.education_ball-basket:before {
content: "\e7b3";
}
.nc-icon-outline.education_ball-soccer:before {
content: "\e7b4";
}
.nc-icon-outline.education_board-51:before {
content: "\e7b5";
}
.nc-icon-outline.education_book-39:before {
content: "\e7b6";
}
.nc-icon-outline.education_book-bookmark:before {
content: "\e7b7";
}
.nc-icon-outline.education_book-open:before {
content: "\e7b8";
}
.nc-icon-outline.education_books-46:before {
content: "\e7b9";
}
.nc-icon-outline.education_chalkboard:before {
content: "\e7ba";
}
.nc-icon-outline.education_flask:before {
content: "\e7bb";
}
.nc-icon-outline.education_glasses:before {
content: "\e7bc";
}
.nc-icon-outline.education_grammar-check:before {
content: "\e7bd";
}
.nc-icon-outline.education_hat:before {
content: "\e7be";
}
.nc-icon-outline.education_language:before {
content: "\e7bf";
}
.nc-icon-outline.education_microscope:before {
content: "\e7c0";
}
.nc-icon-outline.education_molecule:before {
content: "\e7c1";
}
.nc-icon-outline.education_notepad:before {
content: "\e7c2";
}
.nc-icon-outline.education_paper-diploma:before {
content: "\e7c3";
}
.nc-icon-outline.education_paper:before {
content: "\e7c4";
}
.nc-icon-outline.education_pencil-47:before {
content: "\e7c5";
}
.nc-icon-outline.education_school:before {
content: "\e7c6";
}
.nc-icon-outline.objects_alien-29:before {
content: "\e7c7";
}
.nc-icon-outline.objects_alien-33:before {
content: "\e7c8";
}
.nc-icon-outline.objects_anchor:before {
content: "\e7c9";
}
.nc-icon-outline.objects_astronaut:before {
content: "\e7ca";
}
.nc-icon-outline.objects_axe:before {
content: "\e7cb";
}
.nc-icon-outline.objects_baby-bottle:before {
content: "\e7cc";
}
.nc-icon-outline.objects_baby:before {
content: "\e7cd";
}
.nc-icon-outline.objects_baloon:before {
content: "\e7ce";
}
.nc-icon-outline.objects_battery:before {
content: "\e7cf";
}
.nc-icon-outline.objects_bear:before {
content: "\e7d0";
}
.nc-icon-outline.objects_billiard:before {
content: "\e7d1";
}
.nc-icon-outline.objects_binocular:before {
content: "\e7d2";
}
.nc-icon-outline.objects_bow:before {
content: "\e7d3";
}
.nc-icon-outline.objects_bowling:before {
content: "\e7d4";
}
.nc-icon-outline.objects_broom:before {
content: "\e7d5";
}
.nc-icon-outline.objects_cone:before {
content: "\e7d6";
}
.nc-icon-outline.objects_controller:before {
content: "\e7d7";
}
.nc-icon-outline.objects_diamond:before {
content: "\e7d8";
}
.nc-icon-outline.objects_dice:before {
content: "\e7d9";
}
.nc-icon-outline.objects_globe:before {
content: "\e7da";
}
.nc-icon-outline.objects_hut:before {
content: "\e7db";
}
.nc-icon-outline.objects_key-25:before {
content: "\e7dc";
}
.nc-icon-outline.objects_key-26:before {
content: "\e7dd";
}
.nc-icon-outline.objects_lamp:before {
content: "\e7de";
}
.nc-icon-outline.objects_leaf-36:before {
content: "\e7df";
}
.nc-icon-outline.objects_leaf-38:before {
content: "\e7e0";
}
.nc-icon-outline.objects_light:before {
content: "\e7e1";
}
.nc-icon-outline.objects_pipe:before {
content: "\e7e2";
}
.nc-icon-outline.objects_planet:before {
content: "\e7e3";
}
.nc-icon-outline.objects_puzzle-09:before {
content: "\e7e4";
}
.nc-icon-outline.objects_puzzle-10:before {
content: "\e7e5";
}
.nc-icon-outline.objects_shovel:before {
content: "\e7e6";
}
.nc-icon-outline.objects_skull:before {
content: "\e7e7";
}
.nc-icon-outline.objects_spaceship:before {
content: "\e7e8";
}
.nc-icon-outline.objects_spray:before {
content: "\e7e9";
}
.nc-icon-outline.objects_support-16:before {
content: "\e7ea";
}
.nc-icon-outline.objects_support-17:before {
content: "\e7eb";
}
.nc-icon-outline.objects_umbrella-13:before {
content: "\e7ec";
}
.nc-icon-outline.objects_umbrella-14:before {
content: "\e7ed";
}
.nc-icon-outline.objects_wool-ball:before {
content: "\e7ee";
}
.nc-icon-outline.media-1_3d:before {
content: "\e7ef";
}
.nc-icon-outline.media-1_action-73:before {
content: "\e7f0";
}
.nc-icon-outline.media-1_action-74:before {
content: "\e7f1";
}
.nc-icon-outline.media-1_album:before {
content: "\e7f2";
}
.nc-icon-outline.media-1_audio-91:before {
content: "\e7f3";
}
.nc-icon-outline.media-1_audio-92:before {
content: "\e7f4";
}
.nc-icon-outline.media-1_balance:before {
content: "\e7f5";
}
.nc-icon-outline.media-1_brightness-46:before {
content: "\e7f6";
}
.nc-icon-outline.media-1_brightness-47:before {
content: "\e7f7";
}
.nc-icon-outline.media-1_button-circle-pause:before {
content: "\e7f8";
}
.nc-icon-outline.media-1_button-circle-play:before {
content: "\e7f9";
}
.nc-icon-outline.media-1_button-circle-stop:before {
content: "\e7fa";
}
.nc-icon-outline.media-1_button-eject:before {
content: "\e7fb";
}
.nc-icon-outline.media-1_button-next:before {
content: "\e7fc";
}
.nc-icon-outline.media-1_button-pause:before {
content: "\e7fd";
}
.nc-icon-outline.media-1_button-play:before {
content: "\e7fe";
}
.nc-icon-outline.media-1_button-power:before {
content: "\e7ff";
}
.nc-icon-outline.media-1_button-previous:before {
content: "\e800";
}
.nc-icon-outline.media-1_button-record:before {
content: "\e801";
}
.nc-icon-outline.media-1_button-rewind:before {
content: "\e802";
}
.nc-icon-outline.media-1_button-skip:before {
content: "\e803";
}
.nc-icon-outline.media-1_button-stop:before {
content: "\e804";
}
.nc-icon-outline.media-1_camera-18:before {
content: "\e805";
}
.nc-icon-outline.media-1_camera-19:before {
content: "\e806";
}
.nc-icon-outline.media-1_camera-20:before {
content: "\e807";
}
.nc-icon-outline.media-1_camera-ban-36:before {
content: "\e808";
}
.nc-icon-outline.media-1_camera-ban-37:before {
content: "\e809";
}
.nc-icon-outline.media-1_camera-compact:before {
content: "\e80a";
}
.nc-icon-outline.media-1_camera-screen:before {
content: "\e80b";
}
.nc-icon-outline.media-1_camera-square-57:before {
content: "\e80c";
}
.nc-icon-outline.media-1_camera-square-58:before {
content: "\e80d";
}
.nc-icon-outline.media-1_camera-time:before {
content: "\e80e";
}
.nc-icon-outline.media-1_countdown-34:before {
content: "\e80f";
}
.nc-icon-outline.media-1_countdown-35:before {
content: "\e810";
}
.nc-icon-outline.media-1_edit-color:before {
content: "\e811";
}
.nc-icon-outline.media-1_edit-contrast-42:before {
content: "\e812";
}
.nc-icon-outline.media-1_edit-contrast-43:before {
content: "\e813";
}
.nc-icon-outline.media-1_edit-saturation:before {
content: "\e814";
}
.nc-icon-outline.media-1_flash-21:before {
content: "\e815";
}
.nc-icon-outline.media-1_flash-24:before {
content: "\e816";
}
.nc-icon-outline.media-1_flash-29:before {
content: "\e817";
}
.nc-icon-outline.media-1_flash-auto-22:before {
content: "\e818";
}
.nc-icon-outline.media-1_flash-auto-25:before {
content: "\e819";
}
.nc-icon-outline.media-1_flash-off-23:before {
content: "\e81a";
}
.nc-icon-outline.media-1_flash-off-26:before {
content: "\e81b";
}
.nc-icon-outline.media-1_focus-32:before {
content: "\e81c";
}
.nc-icon-outline.media-1_focus-38:before {
content: "\e81d";
}
.nc-icon-outline.media-1_focus-40:before {
content: "\e81e";
}
.nc-icon-outline.media-1_focus-circle:before {
content: "\e81f";
}
.nc-icon-outline.media-1_frame-12:before {
content: "\e820";
}
.nc-icon-outline.media-1_frame-41:before {
content: "\e821";
}
.nc-icon-outline.media-1_grid:before {
content: "\e822";
}
.nc-icon-outline.media-1_image-01:before {
content: "\e823";
}
.nc-icon-outline.media-1_image-02:before {
content: "\e824";
}
.nc-icon-outline.media-1_image-05:before {
content: "\e825";
}
.nc-icon-outline.media-1_image-add:before {
content: "\e826";
}
.nc-icon-outline.media-1_image-delete:before {
content: "\e827";
}
.nc-icon-outline.media-1_image-location:before {
content: "\e828";
}
.nc-icon-outline.media-1_kid:before {
content: "\e829";
}
.nc-icon-outline.media-1_layers:before {
content: "\e82a";
}
.nc-icon-outline.media-1_lens-31:before {
content: "\e82b";
}
.nc-icon-outline.media-1_lens-56:before {
content: "\e82c";
}
.nc-icon-outline.media-1_macro:before {
content: "\e82d";
}
.nc-icon-outline.media-1_movie-61:before {
content: "\e82e";
}
.nc-icon-outline.media-1_movie-62:before {
content: "\e82f";
}
.nc-icon-outline.media-1_night:before {
content: "\e830";
}
.nc-icon-outline.media-1_picture:before {
content: "\e831";
}
.nc-icon-outline.media-1_play-68:before {
content: "\e832";
}
.nc-icon-outline.media-1_play-69:before {
content: "\e833";
}
.nc-icon-outline.media-1_player:before {
content: "\e834";
}
.nc-icon-outline.media-1_polaroid-add:before {
content: "\e835";
}
.nc-icon-outline.media-1_polaroid-delete:before {
content: "\e836";
}
.nc-icon-outline.media-1_polaroid-multiple:before {
content: "\e837";
}
.nc-icon-outline.media-1_polaroid-user:before {
content: "\e838";
}
.nc-icon-outline.media-1_polaroid:before {
content: "\e839";
}
.nc-icon-outline.media-1_roll:before {
content: "\e83a";
}
.nc-icon-outline.media-1_rotate-left:before {
content: "\e83b";
}
.nc-icon-outline.media-1_rotate-right:before {
content: "\e83c";
}
.nc-icon-outline.media-1_sd:before {
content: "\e83d";
}
.nc-icon-outline.media-1_selfie:before {
content: "\e83e";
}
.nc-icon-outline.media-1_shake:before {
content: "\e83f";
}
.nc-icon-outline.media-1_speaker:before {
content: "\e840";
}
.nc-icon-outline.media-1_sport:before {
content: "\e841";
}
.nc-icon-outline.media-1_ticket-75:before {
content: "\e842";
}
.nc-icon-outline.media-1_ticket-76:before {
content: "\e843";
}
.nc-icon-outline.media-1_touch:before {
content: "\e844";
}
.nc-icon-outline.media-1_tripod:before {
content: "\e845";
}
.nc-icon-outline.media-1_video-64:before {
content: "\e846";
}
.nc-icon-outline.media-1_video-65:before {
content: "\e847";
}
.nc-icon-outline.media-1_video-66:before {
content: "\e848";
}
.nc-icon-outline.media-1_video-67:before {
content: "\e849";
}
.nc-icon-outline.media-1_videocamera-71:before {
content: "\e84a";
}
.nc-icon-outline.media-1_videocamera-72:before {
content: "\e84b";
}
.nc-icon-outline.media-1_volume-93:before {
content: "\e84c";
}
.nc-icon-outline.media-1_volume-97:before {
content: "\e84d";
}
.nc-icon-outline.media-1_volume-98:before {
content: "\e84e";
}
.nc-icon-outline.media-1_volume-ban:before {
content: "\e84f";
}
.nc-icon-outline.media-1_volume-down:before {
content: "\e850";
}
.nc-icon-outline.media-1_volume-off:before {
content: "\e851";
}
.nc-icon-outline.media-1_volume-up:before {
content: "\e852";
}
.nc-icon-outline.media-2_guitar:before {
content: "\e853";
}
.nc-icon-outline.media-2_headphones-mic:before {
content: "\e854";
}
.nc-icon-outline.media-2_headphones:before {
content: "\e855";
}
.nc-icon-outline.media-2_knob:before {
content: "\e856";
}
.nc-icon-outline.media-2_mic:before {
content: "\e857";
}
.nc-icon-outline.media-2_music-album:before {
content: "\e858";
}
.nc-icon-outline.media-2_music-cloud:before {
content: "\e859";
}
.nc-icon-outline.media-2_note-03:before {
content: "\e85a";
}
.nc-icon-outline.media-2_note-04:before {
content: "\e85b";
}
.nc-icon-outline.media-2_piano:before {
content: "\e85c";
}
.nc-icon-outline.media-2_radio:before {
content: "\e85d";
}
.nc-icon-outline.media-2_remix:before {
content: "\e85e";
}
.nc-icon-outline.media-2_sound-wave:before {
content: "\e85f";
}
.nc-icon-outline.media-2_speaker-01:before {
content: "\e860";
}
.nc-icon-outline.media-2_speaker-05:before {
content: "\e861";
}
.nc-icon-outline.media-2_tape:before {
content: "\e862";
}
.nc-icon-outline.location_appointment:before {
content: "\e863";
}
.nc-icon-outline.location_bookmark-add:before {
content: "\e864";
}
.nc-icon-outline.location_bookmark-remove:before {
content: "\e865";
}
.nc-icon-outline.location_bookmark:before {
content: "\e866";
}
.nc-icon-outline.location_compass-04:before {
content: "\e867";
}
.nc-icon-outline.location_compass-05:before {
content: "\e868";
}
.nc-icon-outline.location_compass-06:before {
content: "\e869";
}
.nc-icon-outline.location_crosshair:before {
content: "\e86a";
}
.nc-icon-outline.location_explore-user:before {
content: "\e86b";
}
.nc-icon-outline.location_explore:before {
content: "\e86c";
}
.nc-icon-outline.location_flag-complex:before {
content: "\e86d";
}
.nc-icon-outline.location_flag-diagonal-33:before {
content: "\e86e";
}
.nc-icon-outline.location_flag-diagonal-34:before {
content: "\e86f";
}
.nc-icon-outline.location_flag-points-31:before {
content: "\e870";
}
.nc-icon-outline.location_flag-points-32:before {
content: "\e871";
}
.nc-icon-outline.location_flag-simple:before {
content: "\e872";
}
.nc-icon-outline.location_flag-triangle:before {
content: "\e873";
}
.nc-icon-outline.location_flag:before {
content: "\e874";
}
.nc-icon-outline.location_gps:before {
content: "\e875";
}
.nc-icon-outline.location_map-big:before {
content: "\e876";
}
.nc-icon-outline.location_map-compass:before {
content: "\e877";
}
.nc-icon-outline.location_map-gps:before {
content: "\e878";
}
.nc-icon-outline.location_map-marker:before {
content: "\e879";
}
.nc-icon-outline.location_map-pin:before {
content: "\e87a";
}
.nc-icon-outline.location_map:before {
content: "\e87b";
}
.nc-icon-outline.location_marker:before {
content: "\e87c";
}
.nc-icon-outline.location_pin-add:before {
content: "\e87d";
}
.nc-icon-outline.location_pin-copy:before {
content: "\e87e";
}
.nc-icon-outline.location_pin-remove:before {
content: "\e87f";
}
.nc-icon-outline.location_pin:before {
content: "\e880";
}
.nc-icon-outline.location_pins:before {
content: "\e881";
}
.nc-icon-outline.location_position-marker:before {
content: "\e882";
}
.nc-icon-outline.location_position-pin:before {
content: "\e883";
}
.nc-icon-outline.location_position-user:before {
content: "\e884";
}
.nc-icon-outline.location_radar:before {
content: "\e885";
}
.nc-icon-outline.location_road:before {
content: "\e886";
}
.nc-icon-outline.location_route-alert:before {
content: "\e887";
}
.nc-icon-outline.location_route-close:before {
content: "\e888";
}
.nc-icon-outline.location_route-open:before {
content: "\e889";
}
.nc-icon-outline.location_square-marker:before {
content: "\e88a";
}
.nc-icon-outline.location_square-pin:before {
content: "\e88b";
}
.nc-icon-outline.location_treasure-map-21:before {
content: "\e88c";
}
.nc-icon-outline.location_treasure-map-40:before {
content: "\e88d";
}
.nc-icon-outline.location_worl-marker:before {
content: "\e88e";
}
.nc-icon-outline.location_world-pin:before {
content: "\e88f";
}
.nc-icon-outline.location_world:before {
content: "\e890";
}
.nc-icon-outline.health_ambulance:before {
content: "\e891";
}
.nc-icon-outline.health_apple:before {
content: "\e892";
}
.nc-icon-outline.health_bag-49:before {
content: "\e893";
}
.nc-icon-outline.health_bag-50:before {
content: "\e894";
}
.nc-icon-outline.health_brain:before {
content: "\e895";
}
.nc-icon-outline.health_dna-27:before {
content: "\e896";
}
.nc-icon-outline.health_dna-38:before {
content: "\e897";
}
.nc-icon-outline.health_doctor:before {
content: "\e898";
}
.nc-icon-outline.health_flask:before {
content: "\e899";
}
.nc-icon-outline.health_heartbeat-16:before {
content: "\e89a";
}
.nc-icon-outline.health_height:before {
content: "\e89b";
}
.nc-icon-outline.health_hospital-32:before {
content: "\e89c";
}
.nc-icon-outline.health_hospital-33:before {
content: "\e89d";
}
.nc-icon-outline.health_hospital-34:before {
content: "\e89e";
}
.nc-icon-outline.health_humidity-26:before {
content: "\e89f";
}
.nc-icon-outline.health_humidity-52:before {
content: "\e8a0";
}
.nc-icon-outline.health_intestine:before {
content: "\e8a1";
}
.nc-icon-outline.health_lungs:before {
content: "\e8a2";
}
.nc-icon-outline.health_molecule-39:before {
content: "\e8a3";
}
.nc-icon-outline.health_molecule-40:before {
content: "\e8a4";
}
.nc-icon-outline.health_notebook:before {
content: "\e8a5";
}
.nc-icon-outline.health_nurse:before {
content: "\e8a6";
}
.nc-icon-outline.health_patch-46:before {
content: "\e8a7";
}
.nc-icon-outline.health_pill-42:before {
content: "\e8a8";
}
.nc-icon-outline.health_pill-43:before {
content: "\e8a9";
}
.nc-icon-outline.health_pill-container-44:before {
content: "\e8aa";
}
.nc-icon-outline.health_pill-container-47:before {
content: "\e8ab";
}
.nc-icon-outline.health_pulse-chart:before {
content: "\e8ac";
}
.nc-icon-outline.health_pulse-phone:before {
content: "\e8ad";
}
.nc-icon-outline.health_pulse-sleep:before {
content: "\e8ae";
}
.nc-icon-outline.health_pulse-watch:before {
content: "\e8af";
}
.nc-icon-outline.health_pulse:before {
content: "\e8b0";
}
.nc-icon-outline.health_sleep:before {
content: "\e8b1";
}
.nc-icon-outline.health_steps:before {
content: "\e8b2";
}
.nc-icon-outline.health_syringe:before {
content: "\e8b3";
}
.nc-icon-outline.health_temperature-23:before {
content: "\e8b4";
}
.nc-icon-outline.health_temperature-24:before {
content: "\e8b5";
}
.nc-icon-outline.health_tooth:before {
content: "\e8b6";
}
.nc-icon-outline.health_weed:before {
content: "\e8b7";
}
.nc-icon-outline.health_weight:before {
content: "\e8b8";
}
.nc-icon-outline.health_wheelchair:before {
content: "\e8b9";
}
.nc-icon-outline.health_woman:before {
content: "\e8ba";
}
.nc-icon-outline.furniture_air-conditioner:before {
content: "\e8bb";
}
.nc-icon-outline.furniture_armchair:before {
content: "\e8bc";
}
.nc-icon-outline.furniture_bath-tub:before {
content: "\e8bd";
}
.nc-icon-outline.furniture_bed-09:before {
content: "\e8be";
}
.nc-icon-outline.furniture_bed-23:before {
content: "\e8bf";
}
.nc-icon-outline.furniture_bed-side:before {
content: "\e8c0";
}
.nc-icon-outline.furniture_cabinet:before {
content: "\e8c1";
}
.nc-icon-outline.furniture_cactus:before {
content: "\e8c2";
}
.nc-icon-outline.furniture_chair:before {
content: "\e8c3";
}
.nc-icon-outline.furniture_coat-hanger:before {
content: "\e8c4";
}
.nc-icon-outline.furniture_coffee:before {
content: "\e8c5";
}
.nc-icon-outline.furniture_cradle:before {
content: "\e8c6";
}
.nc-icon-outline.furniture_curtain:before {
content: "\e8c7";
}
.nc-icon-outline.furniture_desk-drawer:before {
content: "\e8c8";
}
.nc-icon-outline.furniture_desk:before {
content: "\e8c9";
}
.nc-icon-outline.furniture_door:before {
content: "\e8ca";
}
.nc-icon-outline.furniture_drawer:before {
content: "\e8cb";
}
.nc-icon-outline.furniture_fridge:before {
content: "\e8cc";
}
.nc-icon-outline.furniture_hanger-clothes:before {
content: "\e8cd";
}
.nc-icon-outline.furniture_hanger:before {
content: "\e8ce";
}
.nc-icon-outline.furniture_heater:before {
content: "\e8cf";
}
.nc-icon-outline.furniture_iron:before {
content: "\e8d0";
}
.nc-icon-outline.furniture_lamp-floor:before {
content: "\e8d1";
}
.nc-icon-outline.furniture_lamp:before {
content: "\e8d2";
}
.nc-icon-outline.furniture_library:before {
content: "\e8d3";
}
.nc-icon-outline.furniture_light:before {
content: "\e8d4";
}
.nc-icon-outline.furniture_mixer:before {
content: "\e8d5";
}
.nc-icon-outline.furniture_oven:before {
content: "\e8d6";
}
.nc-icon-outline.furniture_shower:before {
content: "\e8d7";
}
.nc-icon-outline.furniture_sink-wash:before {
content: "\e8d8";
}
.nc-icon-outline.furniture_sink:before {
content: "\e8d9";
}
.nc-icon-outline.furniture_sofa:before {
content: "\e8da";
}
.nc-icon-outline.furniture_storage-hanger:before {
content: "\e8db";
}
.nc-icon-outline.furniture_storage:before {
content: "\e8dc";
}
.nc-icon-outline.furniture_table:before {
content: "\e8dd";
}
.nc-icon-outline.furniture_toilet-paper:before {
content: "\e8de";
}
.nc-icon-outline.furniture_toilet:before {
content: "\e8df";
}
.nc-icon-outline.furniture_tv:before {
content: "\e8e0";
}
.nc-icon-outline.furniture_wardrobe:before {
content: "\e8e1";
}
.nc-icon-outline.furniture_wash:before {
content: "\e8e2";
}
.nc-icon-outline.clothes_baby:before {
content: "\e9ab";
}
.nc-icon-outline.clothes_backpack:before {
content: "\e9ac";
}
.nc-icon-outline.clothes_bag-21:before {
content: "\e9ad";
}
.nc-icon-outline.clothes_bag-22:before {
content: "\e9ae";
}
.nc-icon-outline.clothes_belt:before {
content: "\e9af";
}
.nc-icon-outline.clothes_boot-woman:before {
content: "\e9b0";
}
.nc-icon-outline.clothes_boot:before {
content: "\e9b1";
}
.nc-icon-outline.clothes_bra:before {
content: "\e9b2";
}
.nc-icon-outline.clothes_button:before {
content: "\e9b3";
}
.nc-icon-outline.clothes_cap:before {
content: "\e9b4";
}
.nc-icon-outline.clothes_coat:before {
content: "\e9b5";
}
.nc-icon-outline.clothes_corset:before {
content: "\e9b6";
}
.nc-icon-outline.clothes_dress-man:before {
content: "\e9b7";
}
.nc-icon-outline.clothes_dress-woman:before {
content: "\e9b8";
}
.nc-icon-outline.clothes_flip:before {
content: "\e9b9";
}
.nc-icon-outline.clothes_glasses:before {
content: "\e9ba";
}
.nc-icon-outline.clothes_gloves:before {
content: "\e9bb";
}
.nc-icon-outline.clothes_hat-top:before {
content: "\e9bc";
}
.nc-icon-outline.clothes_hat:before {
content: "\e9bd";
}
.nc-icon-outline.clothes_hoodie:before {
content: "\e9be";
}
.nc-icon-outline.clothes_iron-dont:before {
content: "\e9bf";
}
.nc-icon-outline.clothes_iron:before {
content: "\e9c0";
}
.nc-icon-outline.clothes_jeans-41:before {
content: "\e9c1";
}
.nc-icon-outline.clothes_jeans-43:before {
content: "\e9c2";
}
.nc-icon-outline.clothes_jeans-pocket:before {
content: "\e9c3";
}
.nc-icon-outline.clothes_kitchen:before {
content: "\e9c4";
}
.nc-icon-outline.clothes_long-sleeve:before {
content: "\e9c5";
}
.nc-icon-outline.clothes_makeup:before {
content: "\e9c6";
}
.nc-icon-outline.clothes_needle:before {
content: "\e9c7";
}
.nc-icon-outline.clothes_pajamas:before {
content: "\e9c8";
}
.nc-icon-outline.clothes_ring:before {
content: "\e9c9";
}
.nc-icon-outline.clothes_scarf:before {
content: "\e9ca";
}
.nc-icon-outline.clothes_shirt-business:before {
content: "\e9cb";
}
.nc-icon-outline.clothes_shirt-buttons:before {
content: "\e9cc";
}
.nc-icon-outline.clothes_shirt-neck:before {
content: "\e9cd";
}
.nc-icon-outline.clothes_shirt:before {
content: "\e9ce";
}
.nc-icon-outline.clothes_shoe-man:before {
content: "\e9cf";
}
.nc-icon-outline.clothes_shoe-sport:before {
content: "\e9d0";
}
.nc-icon-outline.clothes_shoe-woman:before {
content: "\e9d1";
}
.nc-icon-outline.clothes_skirt:before {
content: "\e9d2";
}
.nc-icon-outline.clothes_slacks-12:before {
content: "\e9d3";
}
.nc-icon-outline.clothes_slacks-13:before {
content: "\e9d4";
}
.nc-icon-outline.clothes_sock:before {
content: "\e9d5";
}
.nc-icon-outline.clothes_tie-bow:before {
content: "\e9d6";
}
.nc-icon-outline.clothes_tshirt-53:before {
content: "\e9d7";
}
.nc-icon-outline.clothes_tshirt-54:before {
content: "\e9d8";
}
.nc-icon-outline.clothes_tshirt-sport:before {
content: "\e9d9";
}
.nc-icon-outline.clothes_underwear-man:before {
content: "\e9da";
}
.nc-icon-outline.clothes_underwear:before {
content: "\e9db";
}
.nc-icon-outline.clothes_vest-sport:before {
content: "\e9dc";
}
.nc-icon-outline.clothes_vest:before {
content: "\e9dd";
}
.nc-icon-outline.clothes_wash-30:before {
content: "\e9de";
}
.nc-icon-outline.clothes_wash-60:before {
content: "\e9df";
}
.nc-icon-outline.clothes_wash-90:before {
content: "\e9e0";
}
.nc-icon-outline.clothes_wash-hand:before {
content: "\e9e1";
}
.nc-icon-outline.clothes_wash:before {
content: "\e9e2";
}
.nc-icon-outline.business_agenda:before {
content: "\e9e3";
}
.nc-icon-outline.business_atm:before {
content: "\e9e4";
}
.nc-icon-outline.business_award-48:before {
content: "\e9e5";
}
.nc-icon-outline.business_award-49:before {
content: "\e9e6";
}
.nc-icon-outline.business_award-74:before {
content: "\e9e7";
}
.nc-icon-outline.business_badge:before {
content: "\e9e8";
}
.nc-icon-outline.business_bank:before {
content: "\e9e9";
}
.nc-icon-outline.business_board-27:before {
content: "\e9ea";
}
.nc-icon-outline.business_board-28:before {
content: "\e9eb";
}
.nc-icon-outline.business_board-29:before {
content: "\e9ec";
}
.nc-icon-outline.business_board-30:before {
content: "\e9ed";
}
.nc-icon-outline.business_books:before {
content: "\e9ee";
}
.nc-icon-outline.business_briefcase-24:before {
content: "\e9ef";
}
.nc-icon-outline.business_briefcase-25:before {
content: "\e9f0";
}
.nc-icon-outline.business_briefcase-26:before {
content: "\e9f1";
}
.nc-icon-outline.business_building:before {
content: "\e9f2";
}
.nc-icon-outline.business_bulb-61:before {
content: "\e9f3";
}
.nc-icon-outline.business_bulb-62:before {
content: "\e9f4";
}
.nc-icon-outline.business_bulb-63:before {
content: "\e9f5";
}
.nc-icon-outline.business_business-contact-85:before {
content: "\e9f6";
}
.nc-icon-outline.business_business-contact-86:before {
content: "\e9f7";
}
.nc-icon-outline.business_business-contact-87:before {
content: "\e9f8";
}
.nc-icon-outline.business_business-contact-88:before {
content: "\e9f9";
}
.nc-icon-outline.business_business-contact-89:before {
content: "\e9fa";
}
.nc-icon-outline.business_businessman-03:before {
content: "\e9fb";
}
.nc-icon-outline.business_businessman-04:before {
content: "\e9fc";
}
.nc-icon-outline.business_calculator:before {
content: "\e9fd";
}
.nc-icon-outline.business_chair:before {
content: "\e9fe";
}
.nc-icon-outline.business_chart-bar-32:before {
content: "\e9ff";
}
.nc-icon-outline.business_chart-bar-33:before {
content: "\ea00";
}
.nc-icon-outline.business_chart-growth:before {
content: "\ea01";
}
.nc-icon-outline.business_chart-pie-35:before {
content: "\ea02";
}
.nc-icon-outline.business_chart-pie-36:before {
content: "\ea03";
}
.nc-icon-outline.business_chart:before {
content: "\ea04";
}
.nc-icon-outline.business_cheque:before {
content: "\ea05";
}
.nc-icon-outline.business_coins:before {
content: "\ea06";
}
.nc-icon-outline.business_connect:before {
content: "\ea07";
}
.nc-icon-outline.business_contacts:before {
content: "\ea08";
}
.nc-icon-outline.business_currency-dollar:before {
content: "\ea09";
}
.nc-icon-outline.business_currency-euro:before {
content: "\ea0a";
}
.nc-icon-outline.business_currency-pound:before {
content: "\ea0b";
}
.nc-icon-outline.business_currency-yen:before {
content: "\ea0c";
}
.nc-icon-outline.business_factory:before {
content: "\ea0d";
}
.nc-icon-outline.business_globe:before {
content: "\ea0e";
}
.nc-icon-outline.business_goal-64:before {
content: "\ea0f";
}
.nc-icon-outline.business_goal-65:before {
content: "\ea10";
}
.nc-icon-outline.business_gold:before {
content: "\ea11";
}
.nc-icon-outline.business_hammer:before {
content: "\ea12";
}
.nc-icon-outline.business_handout:before {
content: "\ea13";
}
.nc-icon-outline.business_handshake:before {
content: "\ea14";
}
.nc-icon-outline.business_hat:before {
content: "\ea15";
}
.nc-icon-outline.business_hierarchy-53:before {
content: "\ea16";
}
.nc-icon-outline.business_hierarchy-54:before {
content: "\ea17";
}
.nc-icon-outline.business_hierarchy-55:before {
content: "\ea18";
}
.nc-icon-outline.business_hierarchy-56:before {
content: "\ea19";
}
.nc-icon-outline.business_laptop-71:before {
content: "\ea1a";
}
.nc-icon-outline.business_laptop-72:before {
content: "\ea1b";
}
.nc-icon-outline.business_laptop-91:before {
content: "\ea1c";
}
.nc-icon-outline.business_law:before {
content: "\ea1d";
}
.nc-icon-outline.business_math:before {
content: "\ea1e";
}
.nc-icon-outline.business_money-11:before {
content: "\ea1f";
}
.nc-icon-outline.business_money-12:before {
content: "\ea20";
}
.nc-icon-outline.business_money-13:before {
content: "\ea21";
}
.nc-icon-outline.business_money-bag:before {
content: "\ea22";
}
.nc-icon-outline.business_money-coins:before {
content: "\ea23";
}
.nc-icon-outline.business_money-growth:before {
content: "\ea24";
}
.nc-icon-outline.business_money-time:before {
content: "\ea25";
}
.nc-icon-outline.business_net:before {
content: "\ea26";
}
.nc-icon-outline.business_notes:before {
content: "\ea27";
}
.nc-icon-outline.business_payment:before {
content: "\ea28";
}
.nc-icon-outline.business_percentage-38:before {
content: "\ea29";
}
.nc-icon-outline.business_percentage-39:before {
content: "\ea2a";
}
.nc-icon-outline.business_pig:before {
content: "\ea2b";
}
.nc-icon-outline.business_pin:before {
content: "\ea2c";
}
.nc-icon-outline.business_plug:before {
content: "\ea2d";
}
.nc-icon-outline.business_progress:before {
content: "\ea2e";
}
.nc-icon-outline.business_round-dollar:before {
content: "\ea2f";
}
.nc-icon-outline.business_round-euro:before {
content: "\ea30";
}
.nc-icon-outline.business_round-pound:before {
content: "\ea31";
}
.nc-icon-outline.business_round-yen:before {
content: "\ea32";
}
.nc-icon-outline.business_safe:before {
content: "\ea33";
}
.nc-icon-outline.business_scale:before {
content: "\ea34";
}
.nc-icon-outline.business_sign:before {
content: "\ea35";
}
.nc-icon-outline.business_signature:before {
content: "\ea36";
}
.nc-icon-outline.business_stock:before {
content: "\ea37";
}
.nc-icon-outline.business_strategy:before {
content: "\ea38";
}
.nc-icon-outline.business_tie-01:before {
content: "\ea39";
}
.nc-icon-outline.business_tie-02:before {
content: "\ea3a";
}
.nc-icon-outline.business_wallet-43:before {
content: "\ea3b";
}
.nc-icon-outline.business_wallet-44:before {
content: "\ea3c";
}
.nc-icon-outline.business_wallet-90:before {
content: "\ea3d";
}.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:none;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}.fancybox-skin{position:relative;background:#222;color:#444;text-shadow:none}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);box-shadow:0 10px 25px rgba(0,0,0,0.5)}.fancybox-outer,.fancybox-inner{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/js_vendor/fancybox/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/js_vendor/fancybox/fancybox_loading.gif) center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/js_vendor/fancybox/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:hidden!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/js_vendor/fancybox/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;left:0;margin-bottom:-28px;z-index:8050;text-align:left;}.fancybox-title-float-wrap .child{display:inline-block;padding:2px 12px;background:transparent;background:#222;text-shadow:0 1px 2px #222;color:#FFF;font-weight:700;line-height:24px}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/js_vendor/fancybox/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/js_vendor/fancybox/fancybox_loading@2x.gif);background-size:24px 24px}}@font-face{font-family:FontAwesome;src:url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/js_vendor/shariff/fontawesome-webfont.eot);src:url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/js_vendor/shariff/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/js_vendor/shariff/fontawesome-webfont.woff2) format("woff2"),url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/js_vendor/shariff/fontawesome-webfont.woff) format("woff"),url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/js_vendor/shariff/fontawesome-webfont.ttf) format("truetype"),url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/js_vendor/shariff/fontawesome-webfont.svg#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.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}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;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-google-plus-square:before{content:"\F0D4"}.fa-google-plus:before{content:"\F0D5"}.fa-money:before{content:"\F0D6"}.fa-caret-down:before{content:"\F0D7"}.fa-caret-up:before{content:"\F0D8"}.fa-caret-left:before{content:"\F0D9"}.fa-caret-right:before{content:"\F0DA"}.fa-columns:before{content:"\F0DB"}.fa-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-yoast:before{content:"\F2B1"}.fa-themeisle:before{content:"\F2B2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\F2B3"}.fa-fa:before,.fa-font-awesome:before{content:"\F2B4"}.fa-handshake-o:before{content:"\F2B5"}.fa-envelope-open:before{content:"\F2B6"}.fa-envelope-open-o:before{content:"\F2B7"}.fa-linode:before{content:"\F2B8"}.fa-address-book:before{content:"\F2B9"}.fa-address-book-o:before{content:"\F2BA"}.fa-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"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.shariff:after,.shariff:before{content:" ";display:table}.shariff:after{clear:both}.shariff ul{padding:0;margin:0;list-style:none}.shariff li{overflow:hidden}.shariff li,.shariff li a{height:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.shariff li a{color:#fff;position:relative;display:block;text-decoration:none}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:35px}.shariff li .fa{width:35px;line-height:35px;text-align:center;vertical-align:middle}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:1px;right:1px}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.shariff .orientation-horizontal li{float:left;-webkit-box-flex:0;-ms-flex:none;flex:none;width:35px;margin-right:3%;margin-bottom:10px}.shariff .orientation-horizontal li:last-child{margin-right:0}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0}.shariff .theme-grey .shariff-button .share_count{background-color:#ccc;color:#333}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-white .shariff-button .share_count{background-color:#fff;color:#999}.shariff .orientation-vertical{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%;min-width:80px;width:auto;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.shariff .orientation-horizontal li .share_count{display:block}.shariff .orientation-horizontal.col-1 li,.shariff .orientation-horizontal.col-2 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-1 li .share_text,.shariff .orientation-horizontal.col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-box-flex:0;-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.col-3 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal li{min-width:110px;max-width:160px}.shariff .orientation-horizontal li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.col-5 li,.shariff .orientation-horizontal.col-6 li{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}}@media only screen and (min-width:1024px){.shariff li,.shariff li a{height:30px}.shariff li .fa{width:30px}.shariff li .fa,.shariff li .share_count,.shariff li .share_text{line-height:30px}.shariff li .share_count{height:28px}}.shariff .addthis a{background-color:#f8694d}.shariff .addthis a:hover{background-color:#f75b44}.shariff .addthis .fa-plus{font-size:14px}.shariff .addthis .share_count{color:#f8694d;background-color:#f1b8b0}.shariff .theme-white .addthis a{color:#f8694d}@media only screen and (min-width:600px){.shariff .addthis .fa-plus{font-size:14px;position:relative;top:1px}}.shariff .diaspora a{background-color:#999}.shariff .diaspora a:hover{background-color:#b3b3b3}.shariff .diaspora .fa-times-circle{font-size:17px}.shariff .theme-white .diaspora a{color:#999}@media only screen and (min-width:600px){.shariff .diaspora .fa-times-circle{font-size:16px}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook{font-size:22px}.shariff .facebook .share_count{color:#183a75;background-color:#99adcf}.shariff .theme-white .facebook a{color:#3b5998}@media only screen and (min-width:600px){.shariff .facebook .fa-facebook{font-size:19px}}.shariff .flattr a{background-color:#7ea352}.shariff .flattr a:hover{background-color:#f67c1a}.shariff .flattr a:hover .share_count{color:#d56308;background-color:#fab47c}.shariff .flattr .fa-money{font-size:22px}.shariff .flattr .share_count{color:#648141;background-color:#b0c893}.shariff .theme-white .flattr a{color:#f67c1a}@media only screen and (min-width:600px){.shariff .flattr .fa-money{font-size:19px}}.shariff .googleplus a{background-color:#d34836}.shariff .googleplus a:hover{background-color:#f75b44}.shariff .googleplus .fa-google-plus{font-size:22px}.shariff .googleplus .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .googleplus a{color:#d34836}@media only screen and (min-width:600px){.shariff .googleplus .fa-google-plus{font-size:19px}}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666;background-color:#fff}.shariff .info a:hover{background-color:#efefef}.shariff .info .fa-info{font-size:20px;width:33px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important;width:35px;min-width:35px!important}}@media only screen and (min-width:1024px){.shariff .info .fa-info{font-size:16px;width:23px}.shariff .orientation-horizontal .info{width:25px;min-width:25px!important}.shariff .orientation-vertical .info{width:25px}}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#0369a0}.shariff .linkedin .fa-linkedin{font-size:22px}.shariff .linkedin .share_count{color:#004785;background-color:#33aae8}.shariff .theme-white .linkedin a{color:#0077b5}@media only screen and (min-width:600px){.shariff .linkedin .fa-linkedin{font-size:19px}}.shariff .mail a{background-color:#999}.shariff .mail a:hover{background-color:#a8a8a8}.shariff .mail .fa-envelope{font-size:21px}.shariff .theme-white .mail a{color:#999}@media only screen and (min-width:600px){.shariff .mail .fa-envelope{font-size:18px}}.shariff .print a{background-color:#999}.shariff .print a:hover{background-color:#a8a8a8}.shariff .print .fa-print{font-size:21px}.shariff .theme-white .print a{color:#999}@media only screen and (min-width:600px){.shariff .print .fa-print{font-size:18px}}.shariff .pinterest a{background-color:#bd081c}.shariff .pinterest a:hover{background-color:#d50920}.shariff .pinterest .fa-pinterest-p{font-size:22px}.shariff .pinterest .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .pinterest a{color:#bd081c}@media only screen and (min-width:600px){.shariff .pinterest .fa-pinterest-p{font-size:19px;position:relative;top:1px}}.shariff .reddit a{background-color:#ff4500}.shariff .reddit a:hover{background-color:#ff6a33}.shariff .reddit .fa-reddit{font-size:17px}.shariff .theme-white .reddit a{color:#ff4500}@media only screen and (min-width:600px){.shariff .reddit .fa-reddit{font-size:16px}}.shariff .stumbleupon a{background-color:#eb4924}.shariff .stumbleupon a:hover{background-color:#ef7053}.shariff .stumbleupon .fa-stumbleupon{font-size:17px}.shariff .theme-white .stumbleupon a{color:#eb4924}@media only screen and (min-width:600px){.shariff .stumbleupon .fa-stumbleupon{font-size:16px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .twitter .fa-twitter{font-size:28px}.shariff .twitter .share_count{color:#0174a4;background-color:#96d4ee}.shariff .theme-white .twitter a{color:#55acee}@media only screen and (min-width:600px){.shariff .twitter .fa-twitter{font-size:24px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .whatsapp .fa-whatsapp{font-size:28px}.shariff .theme-white .whatsapp a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .whatsapp .fa-whatsapp{font-size:22px}}.shariff .xing a{background-color:#126567}.shariff .xing a:hover{background-color:#29888a}.shariff .xing .fa-xing{font-size:22px}.shariff .xing .share_count{color:#15686a;background-color:#4fa5a7}.shariff .theme-white .xing a{color:#126567}@media only screen and (min-width:600px){.shariff .xing .fa-xing{font-size:19px}}.shariff .tumblr a{background-color:#36465d}.shariff .tumblr a:hover{background-color:#44546b}.shariff .tumblr .fa-tumblr{font-size:28px}.shariff .theme-white .tumblr a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .tumblr .fa-tumblr{font-size:22px}}.shariff .threema a{background-color:#333}.shariff .threema a:hover{background-color:#1f1f1f}.shariff .threema .fa-lock{font-size:28px}.shariff .theme-white .threema a{color:#333}@media only screen and (min-width:600px){.shariff .threema .fa-lock{font-size:22px}}.shariff .weibo a{background-color:#f56770}.shariff .weibo a:hover{background-color:#fa7f8a}.shariff .weibo .fa-weibo{font-size:28px}.shariff .weibo .share_count{color:#0174a4;background-color:#f56770}.shariff .theme-white .weibo a{color:#f56770}@media only screen and (min-width:600px){.shariff .weibo .fa-weibo{font-size:24px}}.shariff .tencent-weibo a{background-color:#26ace0}.shariff .tencent-weibo a:hover{background-color:#38bbeb}.shariff .tencent-weibo .fa-tencent-weibo{font-size:28px}.shariff .tencent-weibo .share_count{color:#0174a4;background-color:#26ace0}.shariff .theme-white .tencent-weibo a{color:#26ace0}@media only screen and (min-width:600px){.shariff .tencent-weibo .fa-tencent-weibo{font-size:24px}}.shariff .telegram a{background-color:#08c}.shariff .telegram a:hover{background-color:#007dbb}.shariff .telegram .fa-telegram{font-size:28px}.shariff .theme-white .telegram a{color:#08c}@media only screen and (min-width:600px){.shariff .telegram .fa-telegram{font-size:22px}}.shariff .qzone a{background-color:#2b82d9}.shariff .qzone a:hover{background-color:#398fe6}.shariff .qzone .fa-qq{font-size:28px}.shariff .qzone .share_count{color:#0174a4;background-color:#2b82d9}.shariff .theme-white .qzone a{color:#2b82d9}@media only screen and (min-width:600px){.shariff .qzone .fa-qq{font-size:24px}}.shariff .vk a{background-color:#5d7fa4}.shariff .vk a:hover{background-color:#678eb4}.shariff .vk .fa-vk{font-size:22px}.shariff .vk .share_count{color:#55677d;background-color:#fff}.shariff .theme-white .vk a{color:#3b5998}@media only screen and (min-width:600px){.shariff .vk .fa-vk{font-size:19px}}.stec-layout-event-inner,
.stec-layout-event-inner *,
.stec,
.stec * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.stec {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
display: none;
}
.stec table {
padding: 0;
border: none;
}
.stec td {
padding: 0 !important;
border: none;
}
.stec a {
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
border-color: rgba(0, 0, 0, 0.1);
}
.stec a:focus,
.stec a:hover {
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.stec li {
list-style: none;
}
.stec p {
margin-bottom: 0;
} .stec-style-flexbox {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-style-flexbox-no-media {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-style-title-3 {
color: #212121;
font-size: 18px;
font-weight: bold;
line-height: 1.5;
}
.stec-style-select,
.stec-style-input {
width: 100%;
background-color: #fff;
border: none;
border-radius: 3px;
font-size: 12px;
padding: 0 10px;
height: 50px;
line-height: 40px;
color: #686868;
}
.stec-style-clear {
clear: both;
}
.stec-style-space {
margin-top: 10px;
clear: both;
float: left;
width: 100%;
}
.stec-style-float-left {
float: left;
}
.stec-style-display-none {
display: none;
}
.stec-style-button {
line-height: inherit;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 3px;
border: none;
cursor: pointer;
padding: 12px 15px;
font-weight: normal;
font-size: 14px;
text-align: center;
background: #4d576c;
color: #fff;
text-transform: none;
text-decoration: none;
-webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-style-button:focus {
outline: none;
background: #4d576c;
}
.stec-style-button:hover {
background: #f15e6e;
}
.stec-style-button:active {
position: relative;
top: 1px;
left: 1px;
background: #f15e6e;
}
.stec-style-button * {
-webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-style-button-secondary {
border-radius: 3px;
cursor: pointer;
padding: 15px 20px;
border: none;
text-transform: none;
text-decoration: none !important;
line-height: 1;
background: none;
border-style: solid;
border-width: 1px;
}
.stec-style-button-secondary p {
text-transform: none;
line-height: 1.2;
color: inherit;
}
.stec-style-full-width {
width: 100%;
float: left;
clear: both;
}
.stec-toast {
position: fixed;
width: 250px;
left: calc(50% - 125px);
bottom: 10px;
background: #444;
text-align: center;
font-size: 12px;
color: #fff;
padding: 5px 10px;
border-radius: 3px;
}
.stec {
width: 100%;
min-width: 280px;
}
.stec-no-scroll {
overflow: hidden !important;
}
body.stec-modal-opened > :not(.stec-modal) {
filter: blur(7px) grayscale(1);
}
body.stec-modal-opened > .stec-reminder-popup-background.stec-modal + div:last-child {
filter: none !important;
}
.stec-layout {
width: inherit;
}
.mce-fullscreen .stec-top {
display: none;
} .stec-top-menu-date-small {
margin-bottom: 8px;
display: none;
font-family: Arial;
font-weight: 400;
font-size: 13px;
text-transform: capitalize;
}
.stec-mobile {
overflow: hidden;
}
.stec-mobile .stec-top-dropmenu-layouts > li.mobile-hover {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-color: #f15e6e;
}
.stec-mobile .stec-top-dropmenu-layouts > li.mobile-hover i {
color: #fff;
}
.stec-mobile .stec-top-dropmenu-layouts > li.mobile-hover > ul {
visibility: visible;
opacity: 1;
}
.stec-mobile .stec-top-dropmenu-layouts > li.mobile-hover > ul li {
background-color: #f15e6e;
}
.stec-mobile .stec-top-dropmenu-layouts > li.mobile-hover > ul li.active,
.stec-mobile .stec-top-dropmenu-layouts > li.mobile-hover > ul li:hover {
background-color: #e04d5d;
}
.stec-mobile .stec-top-dropmenu-layouts > li.mobile-hover > ul li p {
color: #fff;
}
.stec-mobile .stec-top-menu-date > li.mobile-hover {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.stec-mobile .stec-top-menu-date > li.mobile-hover .stec-top-menu-date-dropdown {
visibility: visible;
opacity: 1;
}
.stec:not(.stec-mobile) .stec-top-dropmenu-layouts > li:hover {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-color: #f15e6e;
}
.stec:not(.stec-mobile) .stec-top-dropmenu-layouts > li:hover i {
color: #fff;
}
.stec:not(.stec-mobile) .stec-top-dropmenu-layouts > li:hover > ul {
visibility: visible;
opacity: 1;
}
.stec:not(.stec-mobile) .stec-top-dropmenu-layouts > li:hover > ul li {
background-color: #f15e6e;
}
.stec:not(.stec-mobile) .stec-top-dropmenu-layouts > li:hover > ul li.active,
.stec:not(.stec-mobile) .stec-top-dropmenu-layouts > li:hover > ul li:hover {
background-color: #e04d5d;
}
.stec:not(.stec-mobile) .stec-top-dropmenu-layouts > li:hover > ul li p {
color: #fff;
}
.stec:not(.stec-mobile) .stec-top-menu-date {
position: relative;
z-index: 1;
}
.stec:not(.stec-mobile) .stec-top-menu-date > li:hover {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.stec:not(.stec-mobile) .stec-top-menu-date > li:hover .stec-top-menu-date-dropdown {
visibility: visible;
opacity: 1;
}
.stec-top {
width: inherit;
margin: 0 0 8px 0 !important;
position: relative;
z-index: 2;
float: left; }
.stec-top .stec-top-menu {
height: 45px;
display: block;
float: left;
padding: 0 !important;
margin: 0 5px 0 0 !important;
}
.stec-top .stec-top-menu > li {
color: #bdc1c8;
background: #fff;
height: inherit;
min-width: 45px;
padding: 0 15px !important;
margin: 0 1px 0 0 !important;
float: left;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
cursor: pointer;
position: relative;
}
.stec-top .stec-top-menu > li[data-action="today"] i {
display: none;
}
.stec-top .stec-top-menu > li:last-child {
margin-right: 0 !important;
}
.stec-top .stec-top-menu > li:first-child {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.stec-top .stec-top-menu > li:last-child {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.stec-top .stec-top-menu > li:hover,
.stec-top .stec-top-menu > li.active {
background-color: #f15e6e;
}
.stec-top .stec-top-menu > li:hover i,
.stec-top .stec-top-menu > li.active i,
.stec-top .stec-top-menu > li:hover p,
.stec-top .stec-top-menu > li.active p {
color: #fff;
}
.stec-top .stec-top-menu > li p {
padding: 0;
margin: 0;
line-height: 1.2 !important;
}
.stec-top .stec-top-menu .stec-top-menu-count {
padding: 5px 10px !important;
border-radius: 3px;
margin-left: 15px;
}
.stec-top .stec-top-menu[data-action="today"]:hover .stec-top-menu-count {
background-color: #fff;
color: #bdc1c8;
}
.stec-top .stec-top-menu .fa-search {
font-size: 16px;
}
.stec-top .stec-top-menu .fa-angle-right,
.stec-top .stec-top-menu .fa-angle-left {
font-size: 24px;
}
.stec-top .stec-top-menu.stec-top-menu-date .stec-top-menu-date-week {
border-radius: 3px;
}
.stec-top .stec-top-menu.stec-top-menu-date .stec-top-menu-date-week p {
min-width: 180px;
text-align: center;
text-transform: capitalize;
}
.stec-top .stec-top-menu.stec-top-menu-date .stec-top-menu-date-day p {
text-align: center;
min-width: 30px;
}
.stec-top .stec-top-menu.stec-top-menu-date .stec-top-menu-date-day {
border-radius: 3px 0 0 3px;
}
.stec-top .stec-top-menu.stec-top-menu-date .stec-top-menu-date-month p {
min-width: 90px;
text-align: center;
text-transform: capitalize;
}
.stec-top .stec-top-menu.stec-top-menu-date .stec-top-menu-date-year p {
min-width: 50px;
text-align: center;
}
.stec-top .stec-top-menu.stec-top-menu-layouts {
margin: 0;
margin-right: 0 !important;
float: right;
}
.stec-top .stec-top-dropmenu-layouts {
height: inherit;
float: right;
display: none;
}
.stec-top .stec-top-dropmenu-layouts > li {
background-color: #fff;
border-radius: 3px;
height: 45px;
line-height: 45px;
min-width: 45px;
padding: 0 15px;
margin-right: 1px;
float: left;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
cursor: pointer;
position: relative;
}
.stec-top .stec-top-dropmenu-layouts > li i {
color: #bdc1c8;
font-size: 16px;
}
.stec-top .stec-top-dropmenu-layouts > li p {
margin: 0;
}
.stec-top .stec-top-dropmenu-layouts ul {
margin: 0;
position: absolute;
right: 0;
top: 45px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
overflow: hidden;
visibility: hidden;
opacity: 0;
}
.stec-top .stec-top-dropmenu-layouts ul li {
min-width: 195px;
padding: 0 15px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
min-height: 45px;
}
.stec-top .stec-top-dropmenu-layouts ul p {
font-family: Arial;
font-weight: 400;
font-size: 13px;
text-transform: capitalize;
line-height: 45px;
}
.stec-top .stec-top-menu-date-dropdown {
background: inherit;
height: calc(45px * 7);
position: absolute;
top: 0;
left: 0;
width: 100%;
overflow: hidden;
visibility: hidden;
opacity: 0;
}
.stec-top .stec-top-menu-date-dropdown ul {
margin: 0 !important;
padding: 0 !important;
}
.stec-top .stec-top-menu-date-dropdown ul li {
margin: 0 !important;
padding: 0 !important;
}
.stec-top .stec-top-menu-date-week .stec-top-menu-date-dropdown {
border-radius: 3px;
}
.stec-top .stec-top-menu-date-day .stec-top-menu-date-dropdown {
border-radius: 3px 0 3px 3px;
}
.stec-top .stec-top-menu-date-month .stec-top-menu-date-dropdown {
border-radius: 3px 0 3px 3px;
}
.stec-top .stec-top-menu-date-year .stec-top-menu-date-dropdown {
border-radius: 0 3px 3px 3px;
}
.stec-top .stec-top-menu-date-control-up {
position: absolute;
width: 100%;
left: 0;
top: 0;
text-align: center;
height: 45px;
line-height: 45px;
z-index: 1;
background-color: #f15e6e;
}
.stec-top .stec-top-menu-date-control-down {
position: absolute;
width: 100%;
left: 0;
bottom: 0;
text-align: center;
height: 45px;
line-height: 45px;
z-index: 1;
background-color: #f15e6e;
}
.stec-top .stec-top-menu-date ul {
position: absolute;
left: 0;
top: 45px;
width: 100%;
overflow: hidden;
}
.stec-top .stec-top-menu-date ul li {
padding: 0 15px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
min-height: 45px;
}
.stec-top .stec-top-menu-date-control-up:hover,
.stec-top .stec-top-menu-date-control-down:hover,
.stec-top .stec-top-menu-date ul li.active,
.stec-top .stec-top-menu-date ul li:hover {
background-color: #e04d5d;
}
.stec-top .stec-top-menu-search.active .stec-top-search-dropdown {
visibility: visible;
opacity: 1;
}
.stec-top .stec-top-menu-search .stec-top-search-dropdown {
position: absolute;
top: 45px; left: 0;
width: 370px;
background-color: #f15e6e;
border-radius: 3px;
overflow: hidden;
opacity: 0;
visibility: hidden;
}
.stec-top .stec-top-menu-search .stec-top-search-dropdown .stec-top-search-dropdown-noresult {
padding: 15px;
float: left;
display: none;
}
.stec-top .stec-top-menu-search .stec-top-search-form {
background: #fff;
border-radius: 3px;
width: calc(100% - 30px);
margin: 15px;
float: left;
height: 40px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-top .stec-top-menu-search .stec-top-search-form input {
box-shadow: none;
background: inherit;
border: none;
width: 100%;
padding: 0 15px;
font-family: Arial;
font-weight: 400;
font-size: 13px;
text-transform: capitalize;
color: #bdc1c8;
}
.stec-top .stec-top-menu-search .stec-top-search-form a i {
padding: 12px 15px;
}
.stec-top .stec-top-menu-search .stec-top-search-results {
float: left;
width: 100%;
padding: 0 !important;
margin: 0 !important;
}
.stec-top .stec-top-menu-search .stec-top-search-results li {
min-height: 30px;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
padding: 15px !important;
margin: 0 !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-top .stec-top-menu-search .stec-top-search-results li i {
border-radius: 4px;
float: left;
margin-right: 10px;
text-align: center;
}
.stec-top .stec-top-menu-search .stec-top-search-results li:last-child {
border: none;
}
.stec-top .stec-top-menu-search .stec-top-search-results li.active,
.stec-top .stec-top-menu-search .stec-top-search-results li:hover {
background-color: #e04d5d;
}
.stec-top .stec-top-menu-search .stec-top-search-results li.active i,
.stec-top .stec-top-menu-search .stec-top-search-results li:hover i,
.stec-top .stec-top-menu-search .stec-top-search-results li.active p,
.stec-top .stec-top-menu-search .stec-top-search-results li:hover p {
color: #ffffff;
}
.stec-top .stec-top-menu-search .stec-top-search-results li[data-jumpsingle] {
padding: 0 !important;
}
.stec-top .stec-top-menu-search .stec-top-search-results li[data-jumpsingle] a {
padding: 15px !important;
width: 100%;
} .stec-scroll-bar {
opacity: 0;
border-radius: 3px;
position: absolute;
left: initial !important;
right: 1px;
top: 0;
width: 5px;
background-color: rgba(0, 0, 0, 0.1);
z-index: 1001;
-webkit-transition: width 0.1s ease-out, background-color 0.1s ease-out, transform 0.3s ease-out, opacity 0.3s ease-out;
transition: width 0.1s ease-out, background-color 0.1s ease-out, transform 0.3s ease-out, opacity 0.3s ease-out;
-webkit-transform: rotateX(90deg);
transform: rotateX(90deg);
overflow: visible;
}
.stec-scroll-bar:before {
content: "";
width: 30px;
height: 100%;
position: absolute;
right: 0;
top: 0;
}
.stec-scroll-container.active .stec-scroll-bar {
opacity: 1;
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.stec-scroll-container.active .stec-scroll-bar.ui-draggable-dragging,
.stec-scroll-container.active .stec-scroll-bar:hover {
cursor: default;
background-color: rgba(0, 0, 0, 0.3);
width: 20px;
}
.stec-top-menu-filter {
min-width: 45px;
}
.stec-top-menu-filter-dropdown {
display: none;
position: absolute;
top: 45px;
height: 70px;
left: 0 ;
width: 100%;
border-radius: 3px;
overflow: visible;
margin: 0;
padding: 15px !important;
background: #f15e6e;
}
.stec-top-menu-filter-dropdown.active {
display: block;
}
.stec-top-menu-filter-dropdown .stec-style-flexbox {
align-items: flex-start;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by {
width: 100%;
margin-right: 10px;
cursor: pointer;
position: relative;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by:last-child {
margin-right: 0;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-title {
height: 38px;
line-height: 38px;
padding: 0 10px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 3px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-title > i,
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-title span {
line-height: 38px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-title i:last-child {
float: right;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by span {
font-family: Arial;
font-size: 14px;
color: #fff;
display: inline-block;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by i {
color: #fff;
font-size: 14px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents {
display: none;
background: #f15e6e;
position: absolute;
top: 39px;
left: 0;
width: 100%;
border-radius: 0 0 3px 3px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents > li {
width: 100%;
float: left;
font-family: Arial;
font-size: 14px;
color: #fff;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents > li:last-child {
margin-bottom: 0;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents > li i,
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents > li span {
float: left;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents > li span {
text-indent: 5px;
display: inline-block;
width: 100%;
line-height: 1.6;
padding: 8px 10px;
margin-bottom: 1px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents > li i {
margin-top: 4px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents ul {
width: 100%;
float: left;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents ul li {
width: 100%;
float: left;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents ul li span {
padding-left: 20px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-top-menu-filter-contents ul li ul li span {
padding-left: 30px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-scroll-container,
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-scrollable {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by .stec-scroll-container {
width: 100%;
display: none;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by.active .stec-scroll-container {
display: block;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by.active .stec-scrollable {
overflow: hidden;
float: left;
width: 100%;
max-height: 350px;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by.active .stec-scrollable .stec-top-menu-filter-contents {
position: relative;
overflow: hidden;
top: 0;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by.active .stec-top-menu-filter-title {
background: #e04d5d;
border-color: #e04d5d;
border-radius: 3px 3px 0 0;
}
.stec-top-menu-filter-dropdown .stec-top-menu-filter-by.active .stec-top-menu-filter-contents {
display: block;
}
.stec-media-small .stec-top-menu-filter-dropdown {
top: 71px;
height: auto;
}
.stec-media-small .stec-style-flexbox {
display: block;
}
.stec-media-small .stec-style-flexbox > div {
float: left;
width: 100%;
height: auto;
}
.stec-media-small .stec-top-menu-filter-by-organizer,
.stec-media-small .stec-top-menu-filter-by-calendar,
.stec-media-small .stec-top-menu-filter-by-category,
.stec-media-small .stec-top-menu-filter-by-featured,
.stec-media-small .stec-top-menu-filter-by-location {
width: 100%;
}
.stec-media-small .stec-top-menu-filter-by-organizer ul,
.stec-media-small .stec-top-menu-filter-by-calendar ul,
.stec-media-small .stec-top-menu-filter-by-category ul,
.stec-media-small .stec-top-menu-filter-by-featured ul,
.stec-media-small .stec-top-menu-filter-by-location ul {
position: static;
width: 100%;
} .stec-layout-agenda .stec-layout-agenda-list-wrap {
width: 100%;
height: 90px;
border-radius: 3px;
overflow: hidden;
float: left;
position: relative;
cursor: default; cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
}
.stec-layout-agenda .stec-layout-agenda-list {
width: 100%;
height: 90px;
position: absolute;
left: 0;
top: 0;
padding: 0 !important;
margin: 0 !important;
}
.stec-layout-agenda .stec-layout-agenda-list li {
width: 80px;
height: 90px;
position: relative;
float: left;
padding: 0 !important;
margin: 0 !important;
}
.stec-layout-agenda .stec-layout-agenda-daycell p {
line-height: 1.2 !important;
}
.stec-layout-agenda .stec-layout-agenda-daycell-wrap {
height: 70px;
}
.stec-layout-agenda .stec-layout-agenda-daycell-label {
margin: 0;
padding: 0;
text-transform: uppercase;
width: 100%;
text-align: center;
margin-top: 15px;
float: left;
}
.stec-layout-agenda .stec-layout-agenda-daycell-num {
margin: 0;
padding: 0;
width: 100%;
text-align: center;
float: left;
}
.stec-layout-agenda .stec-layout-agenda-daycell-events {
width: 36px;
height: 10px;
position: absolute;
bottom: 10px;
left: calc(50% - 18px);
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-layout-agenda .stec-layout-agenda-daycell-event-expired {
opacity: 0.5;
}
.stec-layout-agenda .stec-layout-agenda-daycell-event {
width: 36px;
height: 10px;
border-radius: 3px;
cursor: pointer;
margin: 0 1px;
}
.stec-layout-agenda .stec-layout-agenda-monthstart {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-layout-agenda .stec-layout-agenda-monthstart-year {
width: 100%;
text-align: center;
}
.stec-layout-agenda .stec-layout-agenda-monthstart-month {
text-transform: uppercase;
width: 100%;
text-align: center;
}
.stec-layout-agenda .stec-layout-events-form > li:first-child .stec-layout-event-preview,
.stec-layout-agenda .stec-layout-events-form > li:first-child,
.stec-layout-agenda .stec-layout-agenda-eventholder .stec-layout-events > li:first-child .stec-layout-event-preview,
.stec-layout-agenda .stec-layout-agenda-eventholder .stec-layout-events > li:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.stec-layout-agenda .stec-layout-events-form > li:last-child .stec-layout-event-preview,
.stec-layout-agenda .stec-layout-events-form > li:last-child,
.stec-layout-agenda .stec-layout-agenda-eventholder .stec-layout-events > li:not(.active):last-child .stec-layout-event-preview,
.stec-layout-agenda .stec-layout-agenda-eventholder .stec-layout-events > li:not(.active):last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.stec-layout-agenda .stec-layout-events-form {
margin: 0 !important;
padding: 0 !important;
}
.stec-layout-agenda .stec-layout-events-form .stec-layout-event {
margin: 0 !important;
padding: 0 !important;
}
.stec-layout-agenda .stec-layout-events-form p {
text-align: left;
line-height: 1.2;
}
.stec-layout-agenda .stec-layout-agenda-eventholder {
float: left;
}
.stec-layout-agenda .stec-layout-agenda-eventholder .stec-layout-events-date {
height: 50px;
float: left;
}
.stec-layout-agenda .stec-layout-agenda-events-all {
float: left;
width: 100%;
}
.stec-layout-agenda .stec-layout-agenda-events-all-datetext {
text-transform: uppercase;
margin: 10px 0;
float: left;
}
.stec-layout-agenda .stec-layout-agenda-events-all-list {
width: 100%;
float: left;
position: static;
padding: 0 !important;
margin: 0 !important;
}
.stec-layout-agenda .stec-layout-agenda-events-all-list .stec-layout-event {
padding: 0 !important;
margin: 0 0 3px 0 !important;
}
.stec-layout-agenda .stec-layout-agenda-events-all-list > li {
float: left;
width: 100%;
}
.stec-layout-agenda .stec-layout-agenda-events-all-load-more {
border-radius: 3px;
cursor: pointer;
display: inline-block;
padding: 15px 20px;
text-align: center;
width: 100%;
-webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-agenda .stec-layout-agenda-events-all-load-more * {
-webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-agenda .stec-layout-agenda-events-all-load-more p {
line-height: 1.2 !important;
}
.stec-layout-agenda .stec-layout-agenda-events-all-control {
width: 100%;
float: left;
clear: both;
margin-top: 10px;
}
.stec-layout-agenda .stec-layout-agenda-events-all-list > li:first-of-type .stec-layout-event-preview,
.stec-layout-agenda .stec-layout-agenda-events-all-list > li:first-of-type {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.stec-layout-agenda .stec-layout-agenda-events-all-list > li:not(.active):last-of-type .stec-layout-event-preview,
.stec-layout-agenda .stec-layout-agenda-events-all-list > li:not(.active):last-of-type {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.stec-layout-agenda .stec-layout-agenda-events-all-list > li:last-of-type .stec-layout-event-inner {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.stec-layout-agenda .stec-layout-agenda-eventholder-form {
margin-top: 10px;
margin-bottom: 10px;
float: left;
width: 100%;
} .stec-layout-month {
width: calc(100% - 1px);
border-collapse: collapse;
table-layout: fixed;
}
.stec-layout-month td {
border: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-month td:first-child {
border-left: none;
}
.stec-layout-month td:last-child {
border-right: none;
}
.stec-layout-month-eventholder:last-child td {
border-bottom: none;
}
.stec-layout-month-eventholder:last-child .stec-layout-event:not(.active):last-child {
border-radius: 0 0 3px 3px;
}
.stec-layout-month-eventholder:last-child .stec-layout-event:not(.active):last-child .stec-layout-event-preview {
border-radius: 0 0 3px 3px;
}
.stec-layout-month-daylabel {
height: 45px;
}
.stec-layout-month-daylabel td {
border-top: none;
}
.stec-layout-month-daylabel td:first-child {
border-top-left-radius: 3px;
}
.stec-layout-month-daylabel td:last-child {
border-top-right-radius: 3px;
}
.stec-layout-month-daylabel p {
display: none;
text-align: center;
line-height: 45px;
}
.stec-layout-month-daylabel p:first-child {
display: block;
}
.stec-layout-month-weekrow-last td {
border-bottom: none;
}
.stec-layout-month-weekrow-last td:first-child {
border-bottom-left-radius: 3px;
}
.stec-layout-month-weekrow-last td:first-child .stec-layout-month-daycell-wrap {
border-bottom-left-radius: 3px;
}
.stec-layout-month-weekrow-last td:last-child {
border-bottom-left-radius: 3px;
}
.stec-layout-month-weekrow-last td:last-child .stec-layout-month-daycell-wrap {
border-bottom-right-radius: 3px;
}
.stec-layout-month-daycell {
height: 160px;
cursor: pointer;
}
.stec-layout-month-daycell .stec-layout-month-daycell-wrap {
width: 100%;
height: 100%;
float: left;
position: relative;
background: #fff;
}
.stec-layout-month-daycell .stec-layout-month-daycell-wrap .stec-layout-month-daycell-num {
color: #4d576c;
position: absolute;
top: 12px;
left: 12px;
text-align: left;
z-index: 0;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
}
.stec-layout-month-daycell.stec-layout-month-daycell-today .stec-layout-month-daycell-num {
text-align: center;
color: #ffffff;
}
.stec-layout-month-daycell.stec-layout-month-daycell-today .stec-layout-month-daycell-num:before {
background-color: #f15e6e;
content: "";
position: absolute;
z-index: -1;
border-radius: 3px;
top: 0;
left: calc(50% - 15px);
padding: 15px;
}
.stec-layout-month-daycell:hover .stec-layout-month-daycell-wrap {
background: #f0f1f2;
}
.stec-layout-month-daycell.active .stec-layout-month-daycell-eventmore-count {
color: #ffffff;
}
.stec-layout-month-daycell.active .stec-layout-month-daycell-wrap {
background: #4d576c;
}
.stec-layout-month-daycell.active:not(.stec-layout-month-daycell-today) .stec-layout-month-daycell-num {
color: #ffffff;
}
.stec-layout-month-daycell-events {
position: absolute;
bottom: 0;
left: 0;
height: 113px;
width: 100%;
margin: 0 !important;
padding: 0 !important;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event {
width: calc(100% - 2px);
margin: 0;
padding: 0;
margin-left: 1px;
height: 25px;
overflow: hidden;
position: absolute;
top: 0;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event.stec-layout-month-daycell-event-expired {
opacity: 0.5;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event[data-pos="2"] {
top: 29px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event[data-pos="3"] {
top: 58px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event.stec-layout-month-daycell-event-start {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
width: calc(100% - 9px);
margin-left: 8px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event.stec-layout-month-daycell-event-start.stec-layout-month-daycell-event-end {
width: calc(100% - 16px);
margin-left: 8px;
margin-right: 8px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event.stec-layout-month-daycell-event-end {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
width: calc(100% - 9px);
margin-right: 8px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event .stec-layout-month-daycell-event-name {
float: left;
text-align: left;
padding: 0 10px;
line-height: 25px;
text-transform: uppercase;
height: inherit;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-event.stec-event-cancelled .stec-layout-month-daycell-event-name {
text-decoration: line-through;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-eventmore {
width: calc(100% - 2px);
margin-left: 1px;
height: 25px;
overflow: hidden;
position: absolute;
bottom: 1px;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-eventmore .stec-layout-month-daycell-eventmore-count-dot {
display: none;
width: 4px;
height: 4px;
border-radius: 3px;
margin-left: 1px;
float: left;
}
.stec-layout-month-daycell-events .stec-layout-month-daycell-eventmore .stec-layout-month-daycell-eventmore-count {
float: left;
text-align: center;
text-indent: 15px;
line-height: 25px;
text-transform: uppercase;
} .stec-layout-week {
width: calc(100% - 1px);
border-collapse: collapse;
table-layout: fixed;
}
.stec-layout-week td {
border: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-week td:first-child {
border-left: none;
}
.stec-layout-week td:last-child {
border-right: none;
}
.stec-layout-week-eventholder:last-child td {
border-bottom: none;
}
.stec-layout-week-eventholder:last-child .stec-layout-event:not(.active):last-child {
border-radius: 0 0 3px 3px;
}
.stec-layout-week-eventholder:last-child .stec-layout-event:not(.active):last-child .stec-layout-event-preview {
border-radius: 0 0 3px 3px;
}
.stec-layout-week-daylabel {
height: 45px;
}
.stec-layout-week-daylabel td {
border-top: none;
}
.stec-layout-week-daylabel td:first-child {
border-top-left-radius: 3px;
}
.stec-layout-week-daylabel td:last-child {
border-top-right-radius: 3px;
}
.stec-layout-week-daylabel p {
display: none;
text-align: center;
line-height: 45px;
}
.stec-layout-week-daylabel p:first-child {
display: block;
}
.stec-layout-week-weekrow-last td {
border-bottom: none;
}
.stec-layout-week-weekrow-last td:first-child {
border-bottom-left-radius: 3px;
}
.stec-layout-week-weekrow-last td:first-child .stec-layout-week-daycell-wrap {
border-bottom-left-radius: 3px;
}
.stec-layout-week-weekrow-last td:last-child {
border-bottom-left-radius: 3px;
}
.stec-layout-week-weekrow-last td:last-child .stec-layout-week-daycell-wrap {
border-bottom-right-radius: 3px;
}
.stec-layout-week-daycell {
height: 160px;
cursor: pointer;
}
.stec-layout-week-daycell .stec-layout-week-daycell-wrap {
width: 100%;
height: 100%;
float: left;
position: relative;
background: #fff;
}
.stec-layout-week-daycell .stec-layout-week-daycell-wrap .stec-layout-week-daycell-num {
color: #4d576c;
position: absolute;
top: 12px;
left: 12px;
text-align: left;
z-index: 0;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
}
.stec-layout-week-daycell.stec-layout-week-daycell-today .stec-layout-week-daycell-num {
text-align: center;
color: #ffffff;
}
.stec-layout-week-daycell.stec-layout-week-daycell-today .stec-layout-week-daycell-num:before {
background-color: #f15e6e;
content: "";
position: absolute;
z-index: -1;
border-radius: 3px;
top: 0;
left: calc(50% - 15px);
padding: 15px;
}
.stec-layout-week-daycell:hover .stec-layout-week-daycell-wrap {
background: #f0f1f2;
}
.stec-layout-week-daycell.active .stec-layout-week-daycell-eventmore-count {
color: #ffffff;
}
.stec-layout-week-daycell.active .stec-layout-week-daycell-wrap {
background: #4d576c;
}
.stec-layout-week-daycell.active:not(.stec-layout-week-daycell-today) .stec-layout-week-daycell-num {
color: #ffffff;
}
.stec-layout-week-daycell-events {
position: absolute;
bottom: 0;
left: 0;
height: 113px;
width: 100%;
margin: 0 !important;
padding: 0 !important;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event {
margin: 0;
padding: 0;
width: calc(100% - 2px);
margin-left: 1px;
height: 25px;
overflow: hidden;
position: absolute;
top: 0;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event.stec-layout-week-daycell-event-expired {
opacity: 0.5;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event[data-pos="2"] {
top: 29px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event[data-pos="3"] {
top: 58px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event.stec-layout-week-daycell-event-start {
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
width: calc(100% - 9px);
margin-left: 8px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event.stec-layout-week-daycell-event-start.stec-layout-week-daycell-event-end {
width: calc(100% - 16px);
margin-left: 8px;
margin-right: 8px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event.stec-layout-week-daycell-event-end {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
width: calc(100% - 9px);
margin-right: 8px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event .stec-layout-week-daycell-event-name {
float: left;
text-align: left;
padding: 0 10px;
line-height: 25px;
text-transform: uppercase;
height: inherit;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-event.stec-event-cancelled .stec-layout-week-daycell-event-name {
text-decoration: line-through;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-eventmore {
width: calc(100% - 2px);
margin-left: 1px;
height: 25px;
overflow: hidden;
position: absolute;
bottom: 1px;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-eventmore .stec-layout-week-daycell-eventmore-count-dot {
display: none;
width: 4px;
height: 4px;
border-radius: 3px;
margin-left: 1px;
float: left;
}
.stec-layout-week-daycell-events .stec-layout-week-daycell-eventmore .stec-layout-week-daycell-eventmore-count {
float: left;
text-align: center;
text-indent: 15px;
line-height: 25px;
text-transform: uppercase;
} .stec-layout-day {
width: 100%;
}
.stec-layout-day .stec-layout-day-noevents {
display: none;
float: left;
margin: 10px 0;
}
.stec-layout-day-eventholder .stec-layout-events > li:first-child .stec-layout-event-preview,
.stec-layout-day-eventholder .stec-layout-events > li:first-child {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.stec-layout-day-eventholder .stec-layout-events > li:not(.active):last-child .stec-layout-event-preview,
.stec-layout-day-eventholder .stec-layout-events > li:not(.active):last-child {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.stec-layout-day-eventholder {
float: left;
} .stec-grid-event-template {
display: none !important;
}
.stec-layout-grid {
float: left;
width: 100%;
}
.stec-layout-grid .stec-layout-grid-noevents {
display: none;
float: left;
margin: 10px 0;
font-family: Arial;
font-weight: 700;
font-size: 14px;
color: #4d576c;
}
.stec-layout-grid .stec-layout-grid-event-status {
width: 100%;
margin: 0 auto;
text-align: center;
float: left;
}
.stec-layout-grid .stec-layout-grid-event-status-expired,
.stec-layout-grid .stec-layout-grid-event-status-progress {
display: none;
margin-top: 10px;
color: #fff;
padding: 10px 15px;
border-radius: 3px;
}
.stec-layout-grid .stec-layout-grid-event-status-expired {
background: #f15e6e;
}
.stec-layout-grid .stec-layout-grid-event-status-progress {
background: #80a733;
}
.stec-layout-grid .stec-layout-grid-event-ul {
width: 100%;
float: left;
}
.stec-layout-grid .stec-layout-grid-event-ul > span:not(.stec-layout-grid-date) {
display: none;
}
.stec-layout-grid .stec-layout-grid-event-ul > span {
width: 100%;
float: left;
padding: 15px 20px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-layout-grid .stec-layout-grid-event-ul > span i {
width: 30px;
text-align: center;
padding-right: 10px;
float: left;
font-size: 20px;
}
.stec-layout-grid .stec-layout-grid-events-all-control {
width: 100%;
float: left;
clear: both;
margin-top: 10px;
}
.stec-layout-grid .stec-layout-grid-events-all-load-more {
border-radius: 3px;
cursor: pointer;
display: inline-block;
padding: 15px 20px;
text-align: center;
width: 100%;
-webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-grid .stec-layout-grid-events-all-load-more * {
-webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-grid .stec-layout-grid-events-all-load-more p {
line-height: 1.2 !important;
}
.stec-layout-grid .stec-layout-grid-events {
width: calc(100% - 5px);
float: left;
position: relative;
}
.stec-layout-grid .stec-layout-grid-event {
border-radius: 3px;
border: 1px solid rgba(0, 0, 0, 0.1);
overflow: hidden;
position: absolute;
}
.stec-layout-grid .stec-layout-grid-event.stec-event-cancelled .stec-layout-grid-event-title {
text-decoration: line-through;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-event-wrap {
padding: 20px;
float: left;
width: 100%;
position: relative;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-event-image {
display: none;
width: 100%;
padding-top: calc(100% / 1.6180);
background-size: cover;
background-position: center center;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-icon i {
color: #fff;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-event-preview-left-icon-images {
position: relative;
width: 100%;
height: 100%;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-size: cover;
background-position: 50% 50%;
z-index: 0;
opacity: 0;
transition: opacity 1s ease;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image.active {
z-index: 1;
opacity: 1;
transition: none;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image.transition {
z-index: 2;
opacity: 1;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-event-preview-left-icon-date {
width: 100%;
margin-top: 8px;
float: left;
text-align: center;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-event-preview-left-icon-date .stec-layout-event-preview-left-icon-date-number {
font-size: 28px;
font-weight: bold;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-event-preview-left-icon-date .stec-layout-event-preview-left-icon-date-month {
font-size: 10px;
font-weight: normal;
text-transform: uppercase;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-event-preview-left-icon-date span {
width: 100%;
float: left;
line-height: 1;
color: #fff;
}
.stec-layout-grid .stec-layout-grid-event.stec-expired .stec-layout-grid-event-status-expired {
display: inline-block;
font-size: 10px;
text-transform: uppercase;
}
.stec-layout-grid .stec-layout-grid-event.stec-in-progress .stec-layout-grid-event-status-progress {
display: inline-block;
font-size: 10px;
text-transform: uppercase;
line-height: 1;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-image .stec-layout-grid-event-image {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-image .stec-layout-grid-icon {
border: 2px solid #fff;
position: absolute;
top: -27px;
left: calc(50% - 27px);
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-invited {
display: none;
}
.stec-layout-grid .stec-layout-grid-event.stec-user-invited .stec-layout-grid-invited {
position: absolute;
top: 20px;
right: 0;
display: block;
background: #ff9933;
color: #fff;
padding: 5px 10px;
border-radius: 3px 0 0 3px;
font-size: 10px;
text-transform: uppercase;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-products .stec-layout-grid-has-products {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-layout-grid .stec-layout-grid-event.stec-can-rsvp .stec-layout-grid-can-rsvp {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-layout-grid .stec-layout-grid-event.stec-can-rsvp .stec-layout-grid-can-rsvp .stec-layout-grid-rsvp {
margin: 0 auto;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-location .stec-layout-grid-has-location {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-location .stec-layout-grid-has-location i {
line-height: 1.2;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-guests .stec-layout-grid-has-guests {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-guests .stec-layout-grid-has-guests .stec-layout-grid-guest-name {
margin-left: 10px;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-has-guests {
float: left;
width: 100%;
padding: 10px 20px;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-has-guests .stec-layout-grid-guest {
width: 35px;
height: 35px;
float: left;
border-radius: 100%;
background-size: cover;
background-position: center center;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-icon {
width: 54px;
height: 54px;
border-radius: 3px;
margin: 0 auto;
overflow: hidden;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-icon i {
width: 100%;
line-height: 54px;
text-align: center;
font-size: 25px;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-event-title {
width: 100%;
text-align: center;
float: left;
margin-top: 30px;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-event-short-desc {
width: 100%;
text-align: center;
float: left;
margin-top: 10px;
}
.stec-layout-grid .stec-layout-grid-event .stec-layout-grid-event-tags {
float: left;
padding: 10px;
width: 100%;
display: none;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-tags .stec-layout-grid-event-tags {
display: block;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-tags .stec-layout-grid-event-tags span {
margin-right: 5px;
margin-bottom: 5px;
padding: 5px 10px;
display: inline-block;
border-radius: 3px;
color: #fff;
font-family: Arial;
font-size: 10px;
text-transform: uppercase;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-tags .stec-layout-grid-event-tags span.unapproved {
background: #ececec;
color: #333;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-tags .stec-layout-grid-event-tags span.cancelled {
background-color: #f15e6e;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-tags .stec-layout-grid-event-tags span.moved-online {
background-color: #32a852;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-tags .stec-layout-grid-event-tags span.rescheduled,
.stec-layout-grid .stec-layout-grid-event.stec-has-tags .stec-layout-grid-event-tags span.postponed {
background-color: #ff9933;
}
.stec-layout-grid .stec-layout-grid-event.stec-has-tags.stec-has-image .stec-layout-grid-event-tags {
padding: 5px;
position: absolute;
top: 5px;
left: 5px;
}
.stec-layout-grid .stec-layout-grid-event-placeholders-wrap {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 10px;
float: left;
width: 100%;
}
.stec-layout-grid .stec-layout-grid-event-placeholders-wrap .stec-layout-grid-event-placeholder {
border-radius: 3px;
border: 1px solid #e5e8ed;
position: relative;
width: 100%;
height: 350px;
background: #fff;
}
.stec-layout-grid .stec-layout-grid-event-placeholders-wrap .stec-layout-grid-event-placeholder:not(:last-child) {
margin-right: 10px;
}
.stec-layout-grid .stec-layout-grid-event-placeholders-wrap .stec-layout-grid-event-placeholder:before {
height: 175px;
width: 100%;
float: left;
content: '';
background: #e5e8ed;
}
.stec-layout-grid .stec-layout-grid-event-placeholders-wrap .stec-layout-grid-event-placeholder > span:first-of-type {
height: 54px;
width: 54px;
content: '';
position: absolute;
top: 148px;
left: calc(50% - 27px);
background: #e5e8ed;
border: 2px solid #fff;
border-radius: 3px;
z-index: 1;
}
.stec-layout-grid .stec-layout-grid-event-placeholders-wrap .stec-layout-grid-event-placeholder > span:last-of-type {
position: absolute;
width: 50%;
height: 25px;
background: #e5e8ed;
top: 225px;
left: 25%;
}
.stec-layout-grid .stec-layout-grid-event-placeholders-wrap .stec-layout-grid-event-placeholder > div:first-of-type {
position: absolute;
width: 90%;
height: 16px;
top: 270px;
left: 5%;
}
.stec-layout-grid .stec-layout-grid-event-placeholders-wrap .stec-layout-grid-event-placeholder > div:first-of-type span:first-child {
position: absolute;
left: 0;
top: 0;
height: 16px;
width: 75%;
background: #e5e8ed;
}
.stec-layout-grid .stec-layout-grid-event-placeholders-wrap .stec-layout-grid-event-placeholder > div:first-of-type span:last-child {
position: absolute;
right: 0;
top: 0;
height: 16px;
width: 20%;
background: #e5e8ed;
}
.stec-layout-grid .stec-layout-grid-event-placeholders-wrap .stec-layout-grid-event-placeholder > div:last-of-type {
position: absolute;
width: 90%;
height: 16px;
top: 300px;
left: 5%;
}
.stec-layout-grid .stec-layout-grid-event-placeholders-wrap .stec-layout-grid-event-placeholder > div:last-of-type span:first-child {
position: absolute;
left: 0;
top: 0;
height: 16px;
width: 35%;
background: #e5e8ed;
}
.stec-layout-grid .stec-layout-grid-event-placeholders-wrap .stec-layout-grid-event-placeholder > div:last-of-type span:last-child {
position: absolute;
right: 0;
top: 0;
height: 16px;
width: 60%;
background: #e5e8ed;
} .stec-boxgrid-event-template {
display: none !important;
}
.stec-layout-boxgrid {
float: left;
width: 100%;
position: relative;
z-index: 0;
}
.stec-layout-boxgrid .stec-layout-boxgrid-noevents {
display: none;
float: left;
margin: 10px 0;
font-family: Arial;
font-weight: 700;
font-size: 14px;
color: #4d576c;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-status {
width: 100%;
margin: 0 auto;
text-align: center;
float: left;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-status-expired,
.stec-layout-boxgrid .stec-layout-boxgrid-event-status-progress {
display: none;
margin-top: 10px;
color: #fff;
padding: 10px 15px;
border-radius: 3px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-status-expired {
background: #f15e6e;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-status-progress {
background: #80a733;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-ul {
width: 100%;
float: left;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-ul > span:not(.stec-layout-boxgrid-date) {
display: none;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-ul > span {
width: 100%;
float: left;
padding: 15px 20px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-ul > span i {
width: 30px;
text-align: center;
padding-right: 10px;
float: left;
font-size: 20px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-events-all-control {
width: 100%;
float: left;
clear: both;
margin-top: 10px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-events-all-load-more {
border-radius: 3px;
cursor: pointer;
display: inline-block;
padding: 15px 20px;
text-align: center;
width: 100%;
-webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-boxgrid .stec-layout-boxgrid-events-all-load-more * {
-webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-boxgrid .stec-layout-boxgrid-events-all-load-more p {
line-height: 1.2 !important;
}
.stec-layout-boxgrid .stec-layout-boxgrid-events {
width: 100%;
float: left;
position: relative;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event {
background: #fff;
overflow: hidden;
position: relative;
float: left;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event.stec-event-cancelled .stec-layout-boxgrid-event-title {
text-decoration: line-through;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-background {
height: 350px;
width: 100%;
float: left;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-wrap {
padding: 20px;
position: relative;
z-index: 3;
color: #fff;
height: 100%;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event.stec-has-image .stec-layout-boxgrid-images {
display: block;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-images {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-images > div {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-size: cover;
background-position: 50% 50%;
z-index: 0;
opacity: 0;
transition: opacity 1s ease;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-images > div.active {
z-index: 1;
opacity: 1;
transition: none;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-images > div.transition {
z-index: 2;
opacity: 1;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-images:after {
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.3);
width: 100%;
height: 100%;
content: '';
z-index: 3;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-hover-bg {
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0);
width: 100%;
height: 100%;
content: '';
z-index: 3;
transition: all 0.25s ease;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event:hover .stec-layout-boxgrid-hover-bg {
background: rgba(0, 0, 0, 0.7);
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-permalink {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 4;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event.stec-has-tags .stec-layout-boxgrid-event-tags {
display: block;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event.stec-has-tags .stec-layout-boxgrid-event-tags span {
margin-right: 5px;
margin-bottom: 5px;
padding: 5px 10px;
display: inline-block;
border-radius: 3px;
color: #fff;
font-family: Arial;
font-size: 10px;
text-transform: uppercase;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event.stec-has-tags .stec-layout-boxgrid-event-tags span.unapproved {
background: #ececec;
color: #333;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event.stec-has-tags .stec-layout-boxgrid-event-tags span.cancelled {
background-color: #f15e6e;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event.stec-has-tags .stec-layout-boxgrid-event-tags span.moved-online {
background-color: #32a852;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event.stec-has-tags .stec-layout-boxgrid-event-tags span.rescheduled,
.stec-layout-boxgrid .stec-layout-boxgrid-event.stec-has-tags .stec-layout-boxgrid-event-tags span.postponed {
background-color: #ff9933;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-icon {
float: left;
text-align: center;
line-height: 1;
font-size: 28px;
max-width: 45px;
margin-right: 10px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event.stec-no-icon .stec-layout-boxgrid-event-icon {
display: none !important;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-event-preview-left-icon-images {
position: relative;
width: 45px;
height: 45px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-size: cover;
background-position: 50% 50%;
z-index: 0;
opacity: 0;
transition: opacity 1s ease;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image.active {
z-index: 1;
opacity: 1;
transition: none;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image.transition {
z-index: 2;
opacity: 1;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-timespan-big {
font-size: 12px;
line-height: 28px;
text-transform: uppercase;
font-weight: bold;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-timespan-big span {
font-size: 28px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-timespan {
font-size: 12px;
line-height: 1;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-timespan-wrap {
width: calc(100% - 55px);
float: left;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-content-wrap {
overflow: hidden;
left: 0;
position: absolute;
width: 100%;
bottom: 0;
padding: 20px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-title {
font-size: 24px;
margin: 10px 0;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event .stec-layout-boxgrid-event-short-desc {
line-height: 1.6;
font-size: 14px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-placeholders-wrap {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 10px;
float: left;
width: 100%;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-placeholders-wrap .stec-layout-boxgrid-event-placeholder {
border-radius: 3px;
border: 1px solid #e5e8ed;
position: relative;
width: 100%;
height: 350px;
background: #fff;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-placeholders-wrap .stec-layout-boxgrid-event-placeholder:not(:last-child) {
margin-right: 10px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-placeholders-wrap .stec-layout-boxgrid-event-placeholder > span:nth-child(1) {
height: 54px;
width: 54px;
content: '';
position: absolute;
top: 15px;
left: 15px;
background: #e5e8ed;
border: 2px solid #fff;
border-radius: 3px;
z-index: 1;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-placeholders-wrap .stec-layout-boxgrid-event-placeholder > span:nth-child(2) {
position: absolute;
width: 25%;
height: 16px;
background: #e5e8ed;
top: 17px;
left: 77px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-placeholders-wrap .stec-layout-boxgrid-event-placeholder > span:nth-child(3) {
position: absolute;
width: 50%;
height: 16px;
background: #e5e8ed;
top: 40px;
left: 77px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-placeholders-wrap .stec-layout-boxgrid-event-placeholder > span:nth-child(4) {
position: absolute;
width: 35%;
height: 16px;
background: #e5e8ed;
left: 15px;
bottom: 92px;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-placeholders-wrap .stec-layout-boxgrid-event-placeholder > div:first-of-type {
position: absolute;
width: 90%;
height: 16px;
top: 270px;
left: 5%;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-placeholders-wrap .stec-layout-boxgrid-event-placeholder > div:first-of-type span:first-child {
position: absolute;
left: 0;
top: 0;
height: 25px;
width: 75%;
background: #e5e8ed;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-placeholders-wrap .stec-layout-boxgrid-event-placeholder > div:first-of-type span:last-child {
position: absolute;
right: 0;
top: 0;
height: 25px;
width: 20%;
background: #e5e8ed;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-placeholders-wrap .stec-layout-boxgrid-event-placeholder > div:last-of-type {
position: absolute;
width: 90%;
height: 16px;
top: 309px;
left: 5%;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-placeholders-wrap .stec-layout-boxgrid-event-placeholder > div:last-of-type span:first-child {
position: absolute;
left: 0;
top: 0;
height: 16px;
width: 35%;
background: #e5e8ed;
}
.stec-layout-boxgrid .stec-layout-boxgrid-event-placeholders-wrap .stec-layout-boxgrid-event-placeholder > div:last-of-type span:last-child {
position: absolute;
right: 0;
top: 0;
height: 16px;
width: 60%;
background: #e5e8ed;
} .stec-layout-map {
float: left;
width: 100%;
position: relative;
z-index: 0;
}
.stec-layout-map .stec-layout-map-noevents {
display: none;
float: left;
margin: 10px 0;
font-family: Arial;
font-weight: 700;
font-size: 14px;
color: #4d576c;
}
.stec-layout-map .stec-omap-marker-pin {
width: 52px;
height: 52px;
border-radius: 3px;
border: 2px solid #fff;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
overflow: hidden;
}
.stec-layout-map .stec-omap-marker-pin i {
color: #fff;
width: 52px;
line-height: 52px;
text-align: center;
font-size: 25px;
}
.stec-layout-map .stec-omap-marker-pin > div {
background-size: cover;
width: 100%;
height: 100%;
text-align: center;
float: left;
}
.stec-layout-map .stec-omap-marker-pin > div span {
color: #fff;
}
.stec-layout-map .stec-omap-marker-pin > div .icon-date {
font-size: 28px;
font-weight: bold;
line-height: 1;
display: block;
margin-top: 6px;
}
.stec-layout-map .stec-omap-marker-pin > div .icon-month {
font-size: 10px;
font-weight: normal;
text-transform: uppercase;
line-height: 1;
display: block;
}
.stec-layout-map .leaflet-popup-content p {
margin-bottom: 0;
} .stec-event-awaiting-approval-template,
.stec-event-create-form-template,
.stec-tooltip-template,
.stec-event-template,
.stec-event-inner-template {
display: none;
}
.stec-event-holder {
display: none;
width: 100%;
}
.stec-layout-events {
padding: 0 !important;
margin: 0 !important;
}
.stec-layout-event-no-reminder .stec-layout-event-preview-left-reminder-toggle,
.stec-layout-event-no-reminder .stec-layout-event-preview-right-menu {
display: none !important;
}
.stec-layout-event {
float: left;
width: 100%;
position: relative;
padding: 0 !important; }
.stec-layout-event:not(.stec-layout-event-animate-queue) {
margin: 0 0 3px 0 !important;
}
.stec-layout-event:not(.stec-layout-event-animate-queue):last-of-type {
margin: 0 !important;
}
.stec-layout-event.stec-no-icon .stec-layout-event-preview .stec-layout-event-preview-left-icon {
width: 10px;
min-width: 10px;
}
.stec-layout-event.stec-no-edit .stec-layout-event-preview-left-event-edit,
.stec-layout-event.stec-no-edit .stec-layout-event-preview-right-event-edit {
display: none !important;
}
.stec-layout-event:last-child {
border-bottom: none;
}
.stec-layout-event.active .stec-event-create-form-preview,
.stec-layout-event.active .stec-layout-event-preview {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.stec-layout-event .stec-layout-event-preview-left-text-title,
.stec-layout-event .stec-layout-event-preview-left-text-secondary {
line-height: 1.2 !important;
text-align: left !important;
}
.stec-layout-event.stec-event-featured-bg .stec-layout-event-preview::before {
width: 100%;
height: inherit;
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/img/featured_bg_big.png);
content: "";
position: absolute;
left: 0;
top: 0;
z-index: 0;
}
.stec-layout-event.stec-event-featured .stec-layout-event-preview-left .stec-layout-event-preview-left-text-featured {
display: block;
}
.stec-layout-event.stec-event-cancelled .stec-layout-event-preview-left .stec-layout-event-preview-left-text-title {
text-decoration: line-through;
}
.stec-layout-event-preview {
height: 85px;
width: 100%;
float: left;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
background: #fff;
cursor: pointer;
}
.stec-layout-event-preview .stec-layout-event-preview-separator {
width: 100%;
float: left;
clear: both;
}
.stec-layout-event-preview .stec-layout-event-preview-left {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
float: left;
margin-left: 15px;
width: 100%;
z-index: 1;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-event-status {
line-height: 1;
float: left;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-event-status span {
color: #fff;
padding: 3px 6px;
border-radius: 3px;
text-transform: uppercase;
margin-right: 5px;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-event-status span.unapproved {
background: #ececec;
color: #333;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-event-status span.cancelled {
background-color: #f15e6e;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-event-status span.moved-online {
background-color: #32a852;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-event-status span.rescheduled,
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-event-status span.postponed {
background-color: #ff9933;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-featured {
line-height: 1;
display: none;
float: left;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-featured i {
display: none;
float: left;
margin-right: 5px;
line-height: inherit;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-featured span {
padding: 3px 6px;
border-radius: 3px;
text-transform: uppercase;
margin-right: 5px;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon {
min-width: 54px;
width: 54px;
height: 54px;
border-radius: 3px;
overflow: hidden;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon-images {
position: relative;
width: 100%;
height: 100%;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-size: cover;
background-position: 50% 50%;
z-index: 0;
opacity: 0;
transition: opacity 1s ease;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image.active {
z-index: 1;
opacity: 1;
transition: none;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image.transition {
z-index: 2;
opacity: 1;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon-date {
width: 100%;
margin-top: 8px;
float: left;
text-align: center;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon-date .stec-layout-event-preview-left-icon-date-number {
font-size: 28px;
font-weight: bold;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon-date .stec-layout-event-preview-left-icon-date-month {
font-size: 10px;
font-weight: normal;
text-transform: uppercase;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon-date span {
width: 100%;
float: left;
line-height: 1;
color: #fff;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon i {
color: #fff;
font-size: 25px;
line-height: 54px;
text-align: center;
width: 100%;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text {
width: 100%;
margin-left: 15px;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-title a {
font-size: 12px;
position: relative;
top: -2px;
color: inherit;
text-decoration: none;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-sub,
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-secondary {
margin-top: 5px;
clear: both;
float: left;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-sub span:not(:last-child),
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-secondary span:not(:last-child) {
margin-right: 5px;
}
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-sub span i,
.stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-secondary span i {
margin-right: 5px;
}
.stec-layout-event-preview .stec-layout-event-preview-left-awaiting-approval-cancel,
.stec-layout-event-preview .stec-layout-event-preview-left-event-edit,
.stec-layout-event-preview .stec-layout-event-preview-left-reminder-toggle {
display: none;
margin-top: 10px;
border-radius: 3px;
padding: 0 10px;
text-decoration: none;
text-transform: capitalize;
float: left;
}
.stec-layout-event-preview .stec-layout-event-preview-right {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
margin-right: 15px;
z-index: 1;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu .stec-preloader {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: 3px;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-awaiting-approval-cancel {
min-width: 40px;
width: 40px;
height: 40px;
border-radius: 3px;
cursor: pointer;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-awaiting-approval-cancel i {
font-size: 20px;
line-height: 40px;
width: 100%;
text-align: center;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-edit {
min-width: 40px;
width: 40px;
height: 40px;
border-radius: 3px;
cursor: pointer;
margin-right: 10px;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-edit i {
font-size: 20px;
line-height: 40px;
width: 100%;
text-align: center;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu,
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle {
min-width: 40px;
width: 40px;
height: 40px;
border-radius: 3px;
cursor: pointer;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu i,
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle i {
font-size: 20px;
line-height: 40px;
width: 100%;
text-align: center;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle:not(.active) i:first-child {
display: block;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle i {
display: none;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-event-toggle.active i:last-child {
display: block;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu {
margin-right: 10px;
position: relative;
z-index: 0;
}
.stec-layout-event-preview .stec-layout-event-preview-right .stec-layout-event-preview-right-menu.active {
z-index: 1;
}
.stec-layout-week-daycell-event.stec-event-featured-bg,
.stec-layout-month-daycell-event.stec-event-featured-bg {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/img/featured_bg_small.png);
}
.stec-layout-week-daycell-event.stec-layout-month-daycell-event-start.stec-event-featured .stec-layout-week-daycell-event-name::before,
.stec-layout-month-daycell-event.stec-layout-month-daycell-event-start.stec-event-featured .stec-layout-week-daycell-event-name::before,
.stec-layout-week-daycell-event.stec-layout-week-daycell-event-start.stec-event-featured .stec-layout-week-daycell-event-name::before,
.stec-layout-month-daycell-event.stec-layout-week-daycell-event-start.stec-event-featured .stec-layout-week-daycell-event-name::before,
.stec-layout-week-daycell-event.stec-layout-month-daycell-event-start.stec-event-featured .stec-layout-month-daycell-event-name::before,
.stec-layout-month-daycell-event.stec-layout-month-daycell-event-start.stec-event-featured .stec-layout-month-daycell-event-name::before,
.stec-layout-week-daycell-event.stec-layout-week-daycell-event-start.stec-event-featured .stec-layout-month-daycell-event-name::before,
.stec-layout-month-daycell-event.stec-layout-week-daycell-event-start.stec-event-featured .stec-layout-month-daycell-event-name::before {
font-family: "Font Awesome 5 Free";
color: inherit;
font-size: inherit;
line-height: inherit;
content: "\f005"; margin-left: 4px;
position: relative;
left: -5px;
} .stec-layout-month-eventholder:last-child .stec-layout-events > li:last-child .stec-layout-event-inner,
.stec-layout-day-eventholder .stec-layout-events > li:last-child .stec-layout-event-inner,
.stec-layout-week-eventholder .stec-layout-events > li:last-child .stec-layout-event-inner,
.stec-layout-agenda-eventholder .stec-layout-events > li:last-child .stec-layout-event-inner {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
overflow: hidden;
}
.stec-layout-event.active .stec-layout-event-inner {
display: block;
}
.stec-layout-event-inner-out-wrapper {
position: fixed;
width: 100%;
height: 100%;
z-index: 99999;
overflow-y: auto;
left: 0;
top: 0;
}
.stec-layout-event-inner-out-wrapper .stec-layout-event-inner-close {
position: absolute;
top: -15px;
right: -15px;
background: #000;
color: #fff;
font-size: 14px;
border-radius: 100%;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
cursor: pointer;
}
.stec-layout-event-inner-out-wrapper .stec-layout-event-inner-close:hover {
background: #fff;
color: #000;
}
.stec-layout-event-inner {
float: left;
width: 100%;
display: none;
}
.stec-layout-event-inner ul,
.stec-layout-event-inner li {
list-style: none;
}
.stec-layout-event-inner a {
text-decoration: none;
}
.stec-layout-event-inner.stec-modal {
position: absolute;
z-index: 9999;
width: 750px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
top: 10%;
left: calc(50% - 375px);
}
.stec-layout-event-inner.stec-modal .stec-layout-event-inner-top-tabs {
border-top: none;
}
.stec-layout-event-inner.stec-modal .stec-layout-event-inner-location-left,
.stec-layout-event-inner.stec-modal .stec-layout-event-inner-location-right {
width: 100%;
float: left;
}
.stec-layout-event-inner.stec-modal .stec-layout-event-inner-location-right {
position: relative;
height: 275px;
}
.stec-layout-event-inner.stec-modal:after {
position: absolute;
content: "";
bottom: -10%;
height: 10%;
width: 1px;
}
.stec-layout-event-inner-top-tabs {
border-top: 1px solid rgba(0, 0, 0, 0.1);
width: 100%;
float: left;
margin: 0 !important;
padding: 0 !important;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-layout-event-inner-top-tabs li {
display: block;
float: left;
text-align: center;
width: 100%;
cursor: pointer;
padding: 20px 0 !important;
margin: 0 !important;
border: 1px solid rgba(0, 0, 0, 0);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-top: none;
}
.stec-layout-event-inner-top-tabs li i {
font-size: 20px;
display: none;
}
.stec-layout-event-inner-top-tabs li p { }
.stec-layout-event-inner-top-tabs li.active {
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.stec-layout-event-inner-top-tabs li.active:first-child {
border-left: 1px solid rgba(0, 0, 0, 0);
}
.stec-layout-event-inner-top-tabs li.active:last-child {
border-right: 1px solid rgba(0, 0, 0, 0);
}
.stec-layout-event-inner-top-tabs-content {
float: left;
width: 100%;
}
.stec-layout-event-inner-top-tabs-content > div {
background: inherit;
}
.stec-layout-event-inner-top-tabs-content > .active {
display: block;
} .stec-layout-event-inner-intro {
float: left;
width: 100%;
padding: 20px;
display: none; }
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-section {
margin-top: 30px;
float: left;
width: 100%;
clear: both;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-section .stec-layout-event-inner-intro-section-tickets-small {
display: none;
margin-bottom: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc {
width: 100%;
float: left;
clear: both;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc:first-child {
margin-top: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc ul {
display: block;
list-style-type: disc;
margin-left: 1em;
margin-right: 1em;
padding-left: 40px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc ul li {
list-style-type: inherit;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc ol {
display: block;
list-style-type: decimal;
margin-left: 1em;
margin-right: 1em;
padding-left: 40px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc ol li {
list-style-type: inherit;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc p {
padding-top: 10px;
padding-bottom: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-external-link {
display: none;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-external-link:not(:last-child) {
margin-right: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-title {
text-align: center;
float: left;
width: 100%;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social {
float: left;
width: 100%;
text-align: center;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social li {
display: inline-block;
cursor: pointer;
margin: 0 5px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social li i {
width: 45px;
height: 45px;
border-radius: 100%;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social li:hover .fa-facebook {
border-color: #3b5998;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social li:hover .fa-google-plus {
border-color: #dd4b39;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-social li:hover .fa-twitter {
border-color: #55acee;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media {
margin-top: 0;
width: 100%;
float: left;
display: block;
opacity: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-tags {
width: 100%;
float: left;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-tags .stec-layout-event-inner-intro-tag {
font-family: Arial;
font-weight: 400;
font-size: 10px;
text-transform: uppercase;
margin-right: 5px;
margin-top: 5px;
padding: 5px 10px;
border-radius: 3px;
display: inline-block;
color: #fff;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content {
overflow: hidden;
position: relative;
float: left;
width: 100%; }
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content > div {
-webkit-transition: opacity 0.25s linear;
transition: opacity 0.25s linear;
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
left: 0;
top: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content > div img {
display: none; width: 100%;
height: auto;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content > div div {
background: rgba(0, 0, 0, 0.7);
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 20px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content > div div span,
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content > div div p {
width: 100%;
float: left;
text-align: center;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content > div div p {
color: #fff;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content > div div span {
color: #999da2;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content > div div p + span {
margin-top: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content .fade-in {
opacity: 1;
z-index: 2;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content .active-image {
opacity: 1;
z-index: 1;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls {
width: 100%;
height: 100px;
float: left;
margin-top: 10px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-next,
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-prev {
min-width: 50px;
height: 100px;
cursor: pointer;
-webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-next i,
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-prev i {
font-size: 30px;
line-height: 95px;
text-align: center;
width: 100%;
-webkit-transition: color 0.2s ease;
transition: color 0.2s ease;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-next *,
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-prev * {
-webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-prev {
margin-right: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-next {
margin-left: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-list-wrap {
height: 100px;
width: 100%;
position: relative;
overflow: hidden;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-list {
position: absolute;
top: 0;
left: 0;
height: 100px;
width: 100%;
padding: 0;
margin: 0;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-list li {
cursor: pointer;
height: 100px;
width: calc( (100% - 2*10px) / 3 );
float: left;
overflow: hidden;
padding: 0;
margin: 0 5px;
background-size: cover;
position: relative;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-list li:first-child {
margin-left: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-list li:last-child {
margin-right: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-list li:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #202020;
z-index: 1;
opacity: 0.3;
-webkit-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-list li:hover:before {
opacity: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-list .active-thumb:before {
opacity: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls.no-side-controls .stec-layout-event-inner-intro-media-controls-next,
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls.no-side-controls .stec-layout-event-inner-intro-media-controls-prev {
display: none;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content-subs {
width: 100%;
float: left;
background: #000;
display: none;
height: 0;
overflow: hidden;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content-subs span,
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content-subs p {
width: 100%;
float: left;
text-align: center;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content-subs p {
color: #fff;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content-subs span {
color: #999da2;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc {
width: 100%;
float: left;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter {
padding: 0 !important;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
float: left;
width: 100%;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter li {
text-align: center;
width: 100px;
margin: 0 !important;
padding: 0 !important;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter li:not(:first-child) {
border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter .stec-layout-event-inner-intro-counter-label {
text-transform: uppercase;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-event-status {
display: none;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-event-status-text {
width: 100%;
clear: both;
float: left;
text-align: center;
display: none;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attendance {
height: 80px;
padding: 0;
margin: 0;
padding-top: 25px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
float: left;
width: 100%;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attendance .intro-attendance {
padding: 0;
margin: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attendance li {
margin-right: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attendance li:last-child {
margin-right: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 25px;
width: 100%;
float: left;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments .stec-layout-event-inner-intro-attachments-top {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
float: left;
width: 100%;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments .stec-layout-event-inner-intro-attachments-top p {
float: left;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments .stec-layout-event-inner-intro-attachments-top i {
margin-right: 10px;
font-size: 20px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments .stec-layout-event-inner-intro-attachments-toggle {
min-width: 40px;
width: 40px;
height: 40px;
border-radius: 3px;
cursor: pointer;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments .stec-layout-event-inner-intro-attachments-toggle i {
display: none;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments .stec-layout-event-inner-intro-attachments-toggle:not(.active) i:first-child {
display: block;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments .stec-layout-event-inner-intro-attachments-toggle.active i:last-child {
display: block;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments .stec-layout-event-inner-intro-attachments-toggle i {
font-size: 20px;
line-height: 40px;
width: 100%;
text-align: center;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments-list {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachments-list:not(.active) {
display: none;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachment {
margin: 0;
padding: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 25px;
margin-top: 25px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
float: left;
width: 100%;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachment:last-of-type {
padding-bottom: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachment .stec-layout-event-inner-intro-attachment-title {
text-align: left;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachment .stec-layout-event-inner-intro-attachment-desc {
margin-top: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-attachment .stec-layout-event-inner-intro-attachment-size {
margin-top: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 25px;
margin-top: 25px;
float: left;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share a {
margin-right: 5px;
float: left;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i {
border-radius: 3px;
width: 35px;
height: 35px;
float: left;
color: #fff;
text-align: center;
line-height: 35px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-facebook-messenger {
background: #00C6FF;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-facebook-messenger:hover {
background: #11d7ff;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-viber {
background: #665CAC;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-viber:hover {
background: #776dbd;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-whatsapp {
background: #25D366;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-whatsapp:hover {
background: #36e477;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-facebook {
background: #3b5998;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-facebook:hover {
background: #4368b5;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-twitter {
background: #55acee;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-twitter:hover {
background: #8acdff;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-google-plus {
background: #dd4b39;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-google-plus:hover {
background: #ff614e;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-link {
background: #4d4f53;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-link:hover {
background: #686a70;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-envelope {
background: #ff950b;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share i.fa-envelope:hover {
background: #ffb351;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export form,
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export a {
float: left;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export a {
margin-left: 10px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers {
float: left;
width: 100%;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-template {
display: none;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 30px;
width: 100%;
float: left;
margin-top: 25px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer:first-child {
margin-top: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-image {
float: left;
width: 100px;
height: 100px;
position: relative;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-image .stec-layout-event-inner-intro-organizers-organizer-image-default {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/img/default_avatar.png);
width: inherit;
height: inherit;
float: left;
position: absolute;
top: 0;
left: 0;
background-size: cover;
background-position: 50% 50%;
border-radius: 3px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-image .stec-layout-event-inner-intro-organizers-organizer-image-photo {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/img/default_avatar.png);
width: inherit;
height: inherit;
float: left;
position: absolute;
top: 0;
left: 0;
background-size: cover;
background-position: 50% 50%;
border-radius: 3px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-content {
width: calc(100% - 125px);
float: right;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-social,
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-description {
margin-top: 10px;
float: left;
width: 100%;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-social a {
float: left;
width: 30px;
height: 30px;
line-height: 30px;
background: #c9ccd3;
color: #fff;
text-align: center;
margin-right: 5px;
border-radius: 3px;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-social a:last-child {
margin-right: 0;
}
.stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-social a:hover {
background: #a0a3ab;
} .stec-layout-event-inner-location {
width: 100%;
float: left;
position: relative;
display: none;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-left {
width: 390px;
float: left;
padding: 20px;
clear: both;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-right {
width: calc(100% - 390px);
float: left;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-left > p {
text-align: left;
float: left;
}
.stec-layout-event-inner-location p.stec-layout-event-inner-location-left-title {
width: 100%;
float: left;
clear: both;
margin-bottom: 10px;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-left input {
border-radius: 3px;
box-shadow: none;
width: 100%;
height: 50px;
float: left;
margin-bottom: 15px;
border: none;
padding: 0 25px;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-left-button {
float: left;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-address {
margin-bottom: 65px;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-right {
height: 100%;
position: absolute;
top: 0;
right: 0;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-right-map {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-left:last-child {
margin-top: 25px;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-direction-error {
clear: both;
float: left;
font-size: 16px;
margin-top: 10px;
color: #f15e6e;
opacity: 0;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-directions-buttons {
width: 100%;
float: left;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-directions-buttons a {
width: 100%;
}
.stec-layout-event-inner-location .stec-layout-event-inner-location-directions-buttons a:nth-child(2) {
margin-left: 10px;
}
.stec-layout-event-inner-schedule-isempty {
float: left;
width: 100%;
text-align: center;
} .stec-layout-event-inner-schedule {
padding: 20px;
width: 100%;
float: left;
display: none;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab {
float: left;
width: 100%;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab.open .stec-layout-event-inner-schedule-tab-toggle i:first-child {
display: none;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab.open .stec-layout-event-inner-schedule-tab-toggle i:last-child {
display: block;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab.open .stec-layout-event-inner-schedule-tab-desc {
display: block;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab.stec-layout-event-inner-schedule-tab-no-desc .stec-layout-event-inner-schedule-tab-desc {
display: none;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab.stec-layout-event-inner-schedule-tab-no-desc .stec-layout-event-inner-schedule-tab-toggle {
display: none;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab.stec-layout-event-inner-schedule-tab-no-desc .stec-layout-event-inner-schedule-tab-preview {
cursor: default;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab.stec-layout-event-inner-schedule-tab-no-icon .stec-layout-event-inner-schedule-tab-right-title i {
display: none;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-toggle {
border-radius: 3px;
cursor: pointer;
height: 40px;
min-width: 40px;
width: 40px;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-toggle i {
font-size: 20px;
line-height: 40px;
width: 40px;
text-align: center;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-toggle i:first-child {
display: block;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-toggle i:last-child {
display: none;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-preview {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: start;
justify-content: start;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
cursor: pointer;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab {
padding: 20px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab:last-of-type {
border-bottom: none;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-right {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
min-height: 40px;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-right span {
padding: 0 20px 0 0;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-left {
margin-right: 15px;
width: 120px; }
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-right {
width: calc(100% - 115px);
min-width: 110px;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-right .stec-layout-event-inner-schedule-tab-right-title {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
line-height: 1.2;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-right .stec-layout-event-inner-schedule-tab-right-title i {
margin-right: 10px;
font-size: 25px;
float: left;
}
.stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-desc {
margin-top: 20px;
display: none;
} .stec-layout-event-inner-guests {
width: 100%;
float: left;
display: none;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest {
width: 100%;
float: left;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 20px;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest:last-child {
margin-bottom: 0;
border: none;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left {
width: 100px;
float: left;
margin-top: 14px;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-right {
width: calc(100% - 150px);
float: right;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar {
width: 100px;
height: 100px;
float: left;
position: relative;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar img {
width: 100px;
height: 100px;
float: left;
border-radius: 100%;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar-default {
width: 100px;
height: 100px;
float: left;
border-radius: 100%;
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/img/default_avatar.png);
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar ul {
width: 100px;
height: 100px;
position: absolute;
top: 0;
left: 0;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar li {
width: 28px;
height: 28px;
position: absolute;
top: 0;
left: 0;
}
.stec-layout-event-inner-guests li.stec-layout-event-inner-guests-guest-left-avatar-icon-position-1 {
top: calc(0% - 14px);
left: calc(50% - 14px);
}
.stec-layout-event-inner-guests li.stec-layout-event-inner-guests-guest-left-avatar-icon-position-2 {
left: calc(85% - 14px);
top: calc(15% - 14px);
}
.stec-layout-event-inner-guests li.stec-layout-event-inner-guests-guest-left-avatar-icon-position-3 {
left: calc(100% - 14px);
top: calc(50% - 14px);
}
.stec-layout-event-inner-guests li.stec-layout-event-inner-guests-guest-left-avatar-icon-position-4 {
left: calc(85% - 14px);
top: calc(85% - 14px);
}
.stec-layout-event-inner-guests li.stec-layout-event-inner-guests-guest-left-avatar-icon-position-5 {
left: calc(50% - 14px);
top: calc(100% - 14px);
}
.stec-layout-event-inner-guests li.stec-layout-event-inner-guests-guest-left-avatar-icon-position-6 {
left: calc(15% - 14px);
top: calc(85% - 14px);
}
.stec-layout-event-inner-guests li.stec-layout-event-inner-guests-guest-left-avatar-icon-position-7 {
left: calc(0% - 14px);
top: calc(50% - 14px);
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar li i {
width: 28px;
height: 28px;
border-radius: 100%;
float: left;
line-height: 28px;
color: #fff;
font-size: 12px;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar li a {
text-align: center;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar i:hover {
background: #fff;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-google-plus {
background: #dd4b39;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-google-plus:hover {
color: #dd4b39;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-facebook {
background: #3b5998;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-facebook:hover {
color: #3b5998;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-twitter {
background: #55acee;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-twitter:hover {
color: #55acee;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-behance {
background: #1769ff;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-behance:hover {
color: #1769ff;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-deviantart {
background: #5f716f;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-deviantart:hover {
color: #5f716f;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-github {
background: #000000;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-github:hover {
color: #000000;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-lastfm {
background: #d31f27;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-lastfm:hover {
color: #d31f27;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-linkedin {
background: #007bb5;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-linkedin:hover {
color: #007bb5;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-reddit {
background: #c51d1d;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-reddit:hover {
color: #c51d1d;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-soundcloud {
background: #ff5419;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-soundcloud:hover {
color: #ff5419;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-tumblr {
background: #32506d;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-tumblr:hover {
color: #32506d;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-vimeo {
background: #aad450;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-vimeo:hover {
color: #aad450;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-youtube {
background: #bb0000;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-youtube:hover {
color: #bb0000;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-twitch {
background: #6441a5;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-twitch:hover {
color: #6441a5;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-steam {
background: #000000;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-steam:hover {
color: #000000;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-phone {
background: #50b54e;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-phone:hover {
color: #50b54e;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-instagram {
background: #125688;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-instagram:hover {
color: #125688;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-pinterest {
background: #cb2027;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-pinterest:hover {
color: #cb2027;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-skype {
background: #55caf5;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-skype:hover {
color: #55caf5;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-envelope {
background: #ff950b;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-envelope:hover {
color: #ff950b;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-dribbble {
background: #ee6e9f;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-dribbble:hover {
color: #ee6e9f;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-flickr {
background: #ff0084;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar .fa-flickr:hover {
color: #ff0084;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-right-title {
float: left;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-right-desc {
float: left;
width: 100%;
margin-top: 20px;
}
.stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-right-desc p {
text-align: left;
float: left;
} .stec-layout-event-inner-attendance {
width: 100%;
float: left;
display: none;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-invited {
padding: 25px;
width: 100%;
float: left;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-invited .stec-preloader {
display: block;
float: right;
width: auto;
height: 45px;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-invited > p > span {
font-size: 12px;
color: #f15e6e;
display: block;
margin-bottom: 10px;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-invited-buttons {
margin: 0 !important;
padding: 0 !important;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-invited-buttons li {
height: 45px;
padding: 0 20px !important;
border-radius: 3px;
float: left;
cursor: pointer;
margin: 0 10px 0 0 !important;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-invited-buttons li:last-child {
margin-right: 0 !important;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendees {
float: left;
width: 100%;
padding: 20px !important;
margin: 0 !important;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee {
float: left;
width: calc(100% / 5);
height: 250px;
margin: 0 !important;
padding: 0 !important;
text-align: center;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee-persons {
width: auto;
display: inline-block;
color: #fff;
padding: 2px 5px;
font-size: 14px;
border-radius: 3px;
font-weight: bold;
margin-top: 5px;
background: #248ffb;
display: none;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee-persons i {
font-size: 10px;
margin-left: 5px;
position: relative;
top: -1px;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee-avatar {
height: 100px;
position: relative;
width: 100px;
margin: 14px auto 0;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee-avatar img {
border-radius: 100%;
float: left;
width: 100px;
height: 100px;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee-avatar ul {
height: 100px;
left: 0;
position: absolute;
top: 0;
width: 100px;
margin: 0 !important;
padding: 0 !important;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee-avatar li {
height: 30px;
position: absolute;
width: 30px;
left: calc(50% - 15px);
top: calc(0% - 15px);
margin: 0 !important;
padding: 0 !important;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee-avatar li i {
border-radius: 100%;
font-size: 12px;
float: left;
line-height: 25px;
width: 30px;
height: 30px;
left: calc(50% - 15px);
top: -15px;
text-align: center;
border: 2px solid #fff;
color: #ffffff;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee-avatar li .fa-question {
background: #bdc1c8;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee-avatar li .fa-times {
background: #f15e6e;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee-avatar li .fa-check {
background: #92bc00;
}
.stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee p {
width: 100%;
text-align: center;
float: left;
margin-top: 20px;
word-wrap: break-word;
} .stec-layout-event-inner-forecast {
padding: 20px;
width: 100%;
float: left;
display: none;
}
.stec-layout-event-inner-forecast p {
text-align: left;
line-height: 1.2;
}
.stec-layout-event-inner-forecast .errorna {
width: 100%;
float: left;
text-align: center;
display: none;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-credits {
text-align: center;
color: #bdc1c8;
font-family: Arial;
font-size: 12px;
font-weight: 400;
margin-top: 5px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-top {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 20px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-top p:last-child { }
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 25px 0;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today p {
text-align: left;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-left {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
margin-right: 20px;
min-width: 320px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-left > div:last-of-type {
float: left;
width: 100%;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-left .stec-layout-event-inner-forecast-today-left-icon {
width: 68px;
height: 68px;
padding: 10px;
background: #3e3e3e;
border-radius: 3px;
margin-right: 15px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-left .stec-layout-event-inner-forecast-today-left-icon > div {
width: 48px;
height: 48px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-right p {
line-height: 1.5;
width: 100%;
float: left;
text-align: left;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-right p span {
float: right;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details {
padding: 25px 0;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: flex-start;
-webkit-flex-align: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left {
min-width: 320px;
width: 30%;
margin-right: 25px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-forecast-details-left-forecast-top {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
padding: 20px 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
background: inherit;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-forecast-details-left-forecast-top p {
width: calc(100% / 3);
text-align: center;
text-transform: uppercase;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-forecast-details-left-forecast-day {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
padding: 15px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-forecast-details-left-forecast-day > div,
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-forecast-details-left-forecast-day p {
width: calc(100% / 3);
text-align: center;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast .stec-layout-event-inner-forecast-details-left-forecast-day > div {
width: 30px;
height: 30px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left > p {
margin-bottom: 25px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-right {
width: 70%;
max-width: calc(100% - 345px);
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-right .stec-layout-event-inner-forecast-details-chart {
float: left;
width: 100%;
height: 440px;
position: relative;
top: -11px;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-right .stec-layout-event-inner-forecast-details-chart canvas {
width: 100%;
height: 100%;
float: left;
}
.stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-right > p {
margin-bottom: 25px;
}
.stec-layout-event-inner-comments {
display: none;
padding: 20px;
width: 100%;
float: left;
height: auto;
} .stec-layout-event-inner-shop {
display: none;
width: 100%;
float: left;
height: auto;
padding: 20px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product-buy-addtocart {
white-space: nowrap;
display: inline-block;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product-buy-addtocart i {
width: 100%;
text-align: center;
font-size: 22px;
display: none;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:not(:first-child) {
margin-left: 50px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:first-child,
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:nth-child(3),
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:nth-child(4) {
width: 100px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:first-child {
min-width: 50px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:nth-child(2) {
width: 300px;
min-width: 150px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:nth-child(3) {
text-align: center;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:nth-child(5) {
width: 150px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:not(:first-child) {
margin-left: 50px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:first-child {
min-width: 50px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:first-child,
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:nth-child(3),
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:nth-child(4) {
width: 100px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:nth-child(5) {
width: 150px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:nth-child(5) p {
text-align: center;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:nth-child(2) {
width: 300px;
min-width: 150px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-quantity {
text-align: center;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-quantity > span:first-child {
display: none;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-price > span:first-child {
display: none;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-price a {
font-size: 10px;
clear: both;
text-transform: uppercase;
float: left;
margin-top: 5px;
width: 100%;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-old-price {
text-decoration: line-through;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-desc p:last-child {
margin-top: 5px;
line-height: 1.2;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-image img {
width: 100%;
height: auto;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-ajax-status .stec-preloader {
justify-content: flex-start;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-ajax-status i {
width: 100%;
height: 40px;
font-size: 25px;
line-height: 40px;
color: #53b32b;
text-align: left;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-ajax-status i.fa-check {
color: #53b32b;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-ajax-status i.fa-times {
color: #f15e6e;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product-status span {
display: none;
text-transform: uppercase;
font-size: 10px;
color: #fff;
padding: 4px 5px;
border-radius: 2px;
line-height: 1;
margin-bottom: 10px;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product-status span.stec-layout-event-inner-shop-product-about-featured {
background: #f9b418;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product-status span.stec-layout-event-inner-shop-product-about-sale {
background: #53b32b;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-product-status span.stec-layout-event-inner-shop-product-about-outofstock {
background: #bdc1c8;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-links {
width: 100%;
float: left;
text-align: right;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-links a {
float: right;
}
.stec-layout-event-inner-shop .stec-layout-event-inner-shop-links > a:first-child {
margin-left: 10px;
}
.stec-fixed-message {
z-index: 9999999;
padding: 20px;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #fff;
border-top: 4px solid #4d576c;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
box-sizing: border-box;
}
.stec-fixed-message > div {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-fixed-message > div i {
float: left;
margin: 0;
width: 50px;
height: 50px;
line-height: 50px;
background: #4d576c;
color: #fff;
font-size: 30px;
text-align: center;
border-radius: 3px;
}
.stec-fixed-message > div p {
color: #4d576c;
font-family: Arial;
font-weight: inherit;
font-size: 24px;
float: left;
margin: 0;
padding-left: 10px;
width: calc(100% - 200px);
text-transform: uppercase;
white-space: nowrap;
}
.stec-fixed-message > div span {
color: #5d5d5d;
font-family: Arial;
font-weight: inherit;
font-size: 14px;
float: left;
margin: 0;
padding-left: 10px;
width: calc(100% - 200px);
}
.stec-fixed-message > a i {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
font-size: 30px;
color: #c0c0c0;
}
.stec-fixed-message > a i:hover {
color: #f15e6e;
}
.stec-fixed-message-big {
z-index: 9999999;
padding: 20px;
position: fixed;
top: 50px;
left: calc(50% - 640px);
width: 1280px;
background: #fff;
border-top: 4px solid #4d576c;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
box-sizing: border-box;
}
.stec-fixed-message-big > div {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-fixed-message-big > div i {
float: left;
margin: 0;
width: 50px;
height: 50px;
line-height: 50px;
background: #4d576c;
color: #fff;
font-size: 30px;
text-align: center;
border-radius: 3px;
}
.stec-fixed-message-big > div p {
color: #4d576c;
font-family: Arial;
font-weight: inherit;
font-size: 24px;
float: left;
margin: 0;
padding-left: 10px;
width: calc(100% - 200px);
text-transform: uppercase;
white-space: nowrap;
}
.stec-fixed-message-big > div span {
color: #5d5d5d;
font-family: Arial;
font-weight: inherit;
font-size: 14px;
float: left;
margin: 0;
padding-left: 10px;
width: calc(100% - 200px);
}
.stec-fixed-message-big > a i {
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
font-size: 30px;
color: #c0c0c0;
}
.stec-fixed-message-big > a i:hover {
color: #f15e6e;
}
.stec-fixed-message-success {
border-color: #6db126;
}
.stec-fixed-message-success > div p {
color: #6db126;
}
.stec-fixed-message-success > div i {
background: #6db126;
}
.stec-fixed-message-error {
border-color: #f15e6e;
}
.stec-fixed-message-error > div p {
color: #f15e6e;
}
.stec-fixed-message-error > div i {
background: #f15e6e;
}
.stec-layout-event-awaiting-approval .stec-layout-event-preview-left-event-edit,
.stec-layout-event-awaiting-approval .stec-layout-event-preview-left-awaiting-approval-cancel {
display: none;
}
.stec-layout-event-awaiting-approval .stec-layout-event-preview-left-text {
margin-left: 0;
} .stec-layout-event-inner-intro-share a,
.stec-layout-event-btn-sec-fontandcolor,
.stec-layout-event-btn-fontandcolor {
-webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
}
.stec-layout-event-inner-intro-share a *,
.stec-layout-event-btn-sec-fontandcolor *,
.stec-layout-event-btn-fontandcolor * {
-webkit-transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
transition: background, 0.2s, ease-in-out color, 0.2s, ease-in-out linear;
} .stec-tooltip {
position: absolute;
top: 100px;
left: 0;
width: 320px;
z-index: 1000;
border-radius: 3px;
border: 1px solid rgba(0, 0, 0, 0.1);
text-align: center;
opacity: 0;
margin-left: 5px;
}
.stec-tooltip:before {
content: "";
position: absolute;
width: 15px;
height: 15px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
background: inherit;
left: -7px;
top: 20px;
z-index: -1;
}
.stec-tooltip .stec-tooltip-event-status span {
padding: 6px 10px;
border-radius: 3px;
font-size: 10px;
text-transform: uppercase;
color: #fff;
}
.stec-tooltip .stec-tooltip-event-status span.cancelled {
background-color: #f15e6e;
}
.stec-tooltip .stec-tooltip-event-status span.moved-online {
background-color: #32a852;
}
.stec-tooltip .stec-tooltip-event-status span.rescheduled,
.stec-tooltip .stec-tooltip-event-status span.postponed {
background-color: #ff9933;
}
.stec-tooltip .stec-layout-event-preview-left-icon-images {
position: relative;
width: 100%;
height: 100%;
}
.stec-tooltip .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-size: cover;
background-position: 50% 50%;
z-index: 0;
opacity: 0;
transition: opacity 1s ease;
}
.stec-tooltip .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image.active {
z-index: 1;
opacity: 1;
transition: none;
}
.stec-tooltip .stec-layout-event-preview-left-icon-images .stec-layout-event-preview-left-icon-image.transition {
z-index: 2;
opacity: 1;
}
.stec-tooltip .stec-layout-event-preview-left-icon-date {
width: 100%;
margin-top: 8px;
float: left;
text-align: center;
}
.stec-tooltip .stec-layout-event-preview-left-icon-date .stec-layout-event-preview-left-icon-date-number {
font-size: 28px;
font-weight: bold;
}
.stec-tooltip .stec-layout-event-preview-left-icon-date .stec-layout-event-preview-left-icon-date-month {
font-size: 10px;
font-weight: normal;
text-transform: uppercase;
}
.stec-tooltip .stec-layout-event-preview-left-icon-date span {
width: 100%;
float: left;
line-height: 1;
color: #fff;
}
.stec-tooltip .stec-tooltip-icon {
width: 60px;
height: 60px;
display: inline-block;
border-radius: 3px;
top: 115px;
left: calc(50% - 30px);
position: absolute;
border: 2px solid #fff;
}
.stec-tooltip .stec-tooltip-icon span {
line-height: 1 !important;
}
.stec-tooltip .stec-tooltip-icon i {
color: #fff;
line-height: 60px;
text-align: center;
width: 100%;
font-size: 30px;
}
.stec-tooltip .stec-tooltip-desc,
.stec-tooltip .stec-tooltip-title {
padding: 0 20px;
}
.stec-tooltip .stec-tooltip-image {
border-radius: 3px 3px 0 0;
overflow: hidden;
margin-bottom: 50px;
}
.stec-tooltip .stec-tooltip-image > div {
width: 100%;
height: 150px;
background-size: cover;
}
.stec-tooltip .stec-tooltip-desc {
margin: 10px 0;
}
.stec-tooltip .stec-tooltip-timespan,
.stec-tooltip .stec-tooltip-location {
text-align: left;
padding: 20px 20px;
margin: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-tooltip .stec-tooltip-timespan i,
.stec-tooltip .stec-tooltip-location i {
font-size: 20px;
margin-right: 10px;
width: 20px;
text-align: center;
}
.stec-tooltip .stec-tooltip-counter {
border-radius: 3px;
text-transform: uppercase;
padding: 10px 20px;
cursor: default;
display: inline-block;
margin: 10px 0;
}
.stec-tooltip .stec-tooltip-status {
border-radius: 3px;
text-transform: uppercase;
padding: 10px 20px;
cursor: default;
margin: 10px 0;
display: inline-block;
}
.stec-tooltip .stec-tooltip-counter,
.stec-tooltip .stec-tooltip-status {
display: none;
margin-bottom: 20px;
}
.stec-tooltip .stec-tooltip-counter:last-child,
.stec-tooltip .stec-tooltip-status:last-child {
margin-bottom: 0;
}
.stec-tooltip .stec-tooltip-title {
margin: 10px 0;
}
.stec-tooltip.stec-tooltip-pos-left {
margin-left: -5px;
}
.stec-tooltip.stec-tooltip-pos-left:before {
left: initial;
right: -7px;
}
.stec-tooltip.stec-tooltip-pos-top:before {
top: initial;
bottom: 20px;
z-index: -1;
}
.stec-tooltip.stec-tooltip-show {
margin-left: 0;
margin-right: 0;
opacity: 1;
} .stec-init-preloader {
height: 48px;
width: 200px;
margin: 0 auto;
position: relative;
display: none;
font-family: Arial;
}
.stec-init-preloader .stec-init-preloader-sprite {
background-position: 0 0;
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/img/stec-preloader.png);
width: 50px;
height: 48px;
overflow: hidden;
animation-name: stec-init-preloader-anim;
animation-duration: 3s;
animation-play-state: running;
animation-iteration-count: infinite;
animation-timing-function: steps(1, end);
}
.stec-init-preloader .stec-init-preloader-count {
position: absolute;
left: 55px;
top: 0;
font-size: 28px;
line-height: 1;
font-weight: bold;
color: #e64a0d;
}
.stec-init-preloader .stec-init-preloader-txt {
position: absolute;
left: 55px;
bottom: 0;
color: #454b54;
font-size: 14px;
font-weight: bold;
line-height: 1.6;
text-transform: uppercase;
}
@-webkit-keyframes stec-init-preloader-anim {
0% {
background-position: 0 0;
}
15% {
background-position: -50px 0;
}
30% {
background-position: -100px 0;
}
45% {
background-position: -150px 0;
}
60% {
background-position: -200px 0;
}
75% {
background-position: -250px 0;
}
90% {
background-position: -300px 0;
}
}
.stec-layout-event-inner-preload-wrap {
display: none;
}
.stec-preloader-template {
display: none;
}
.stec-preloader {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
width: 100%;
float: left;
}
.stec-preloader::before {
content: "";
float: left;
box-sizing: border-box;
height: 30px;
width: 30px;
-webkit-animation: stec-preloader-anim 0.8s infinite linear;
animation: stec-preloader-anim 0.8s infinite linear;
border: 4px solid #52617a;
border-right-color: transparent;
border-radius: 50%;
margin-left: 5px;
margin-top: 5px;
}
@-webkit-keyframes stec-preloader-anim {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes stec-preloader-anim {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .stec-reminder-popup-background {
position: fixed;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.7);
z-index: 9999;
left: 0;
top: 0;
font-family: Arial;
color: #a6a6a6;
}
.stec-reminder-popup-background * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.stec-reminder-popup-header {
height: 140px;
width: 100%;
float: left;
background-color: #133535;
text-align: center;
background-size: cover;
background-position: 50%;
}
.stec-reminder-popup-header i {
color: #fff;
font-size: 28px;
border: 3px solid #fff;
border-radius: 100%;
padding: 15px;
margin-top: 40px;
background-color: inherit;
}
.stec-reminder-popup {
position: fixed;
left: calc(50% - 175px);
top: calc(50% - 200px);
background: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
border-radius: 3px;
width: 350px;
overflow: hidden;
}
.stec-reminder-popup > button {
width: 50%;
float: left;
height: 60px;
border: none;
color: #a6a6a6;
border-top: 1px solid #ebebeb;
cursor: pointer;
font-size: 15px;
}
.stec-reminder-popup .stec-reminder-popup-button-cancel {
background: #fbfbfb;
border-right: 1px solid #ebebeb;
}
.stec-reminder-popup .stec-reminder-popup-button-cancel:hover {
background: #ee3322;
color: #fff;
}
.stec-reminder-popup .stec-reminder-popup-button-proceed {
background: #fbfbfb;
}
.stec-reminder-popup .stec-reminder-popup-button-proceed:hover {
background: #89ba16;
color: #fff;
}
.stec-reminder-popup .stec-reminder-popup-button-close {
background: #fbfbfb;
width: 100%;
border-right: none;
border-left: none;
display: none;
}
.stec-reminder-popup .stec-reminder-popup-button-close:hover {
background: #89ba16;
color: #fff;
}
.stec-reminder-popup input,
.stec-reminder-popup select {
height: 38px;
border: 1px solid #ebebeb;
background: #fbfbfb;
border-radius: 3px;
}
.stec-reminder-popup-wrapper {
float: left;
width: 100%;
}
.stec-reminder-popup-wrapper-status {
display: none;
width: 100%;
text-align: center;
margin: 25px auto;
float: left;
}
.stec-reminder-popup-wrapper-status > span:first-of-type {
width: 100%;
float: left;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #27282c;
}
.stec-reminder-popup-wrapper-captcha {
display: none;
width: 100%;
text-align: center;
margin: 25px auto;
}
.stec-reminder-popup-wrapper-captcha .stec-reminder-popup-wrapper-captcha-placeholder {
display: inline-block;
width: auto;
margin-top: 25px;
}
.stec-reminder-popup-wrapper-captcha > span:first-of-type {
width: 100%;
float: left;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #27282c;
}
.stec-reminder-popup-wrapper-captcha > span:last-of-type {
width: 100%;
float: left;
text-align: center;
font-size: 15px;
font-weight: normal;
color: #a6a6a6;
margin-top: 20px;
}
.stec-reminder-popup-wrapper-settings {
padding: 30px;
}
.stec-reminder-popup-wrapper-settings > span {
width: 100%;
float: left;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #27282c;
}
.stec-reminder-popup-wrapper-settings input[type="email"] {
margin-top: 20px;
width: 100%;
padding: 0 10px;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
margin-top: 10px;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex input,
.stec-reminder-popup-wrapper-settings .stec-reminder-flex select,
.stec-reminder-popup-wrapper-settings .stec-reminder-flex span {
font-size: 15px;
color: #a6a6a6;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex input:not(:first-child),
.stec-reminder-popup-wrapper-settings .stec-reminder-flex select:not(:first-child),
.stec-reminder-popup-wrapper-settings .stec-reminder-flex span:not(:first-child) {
margin-left: 10px;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex input {
width: 48px;
text-align: center;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex select {
width: 50%;
text-indent: 13px;
}
.stec-reminder-popup-wrapper-settings .stec-reminder-flex span {
width: 50%;
}
@media only screen and (max-width: 768px) {
.stec-reminder-popup {
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.stec-reminder-popup {
z-index: 99999;
overflow-y: auto;
}
.stec-reminder-popup button {
border-bottom: 1px solid #ebebeb;
}
}
.stec-rsvp-popup-background {
position: fixed;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.7);
z-index: 9999;
left: 0;
top: 0;
font-family: Arial;
color: #a6a6a6;
}
.stec-rsvp-popup-background * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.stec-rsvp-popup-header {
height: 140px;
width: 100%;
float: left;
background-color: #133535;
text-align: center;
background-size: cover;
background-position: 50%;
}
.stec-rsvp-popup-header i {
color: #fff;
font-size: 28px;
border: 3px solid #fff;
border-radius: 100%;
padding: 15px;
margin-top: 40px;
background-color: inherit;
height: 65px;
width: 65px;
}
.stec-rsvp-popup {
position: fixed;
left: calc(50% - 175px);
top: calc(50% - 200px);
background: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
border-radius: 3px;
width: 350px;
overflow: hidden;
}
.stec-rsvp-popup > button {
width: 50%;
float: left;
height: 60px;
border: none;
color: #a6a6a6;
border-top: 1px solid #ebebeb;
cursor: pointer;
font-size: 15px;
}
.stec-rsvp-popup .stec-rsvp-popup-button-cancel {
background: #fbfbfb;
border-right: 1px solid #ebebeb;
}
.stec-rsvp-popup .stec-rsvp-popup-button-cancel:hover {
background: #ee3322;
color: #fff;
}
.stec-rsvp-popup .stec-rsvp-popup-button-proceed {
background: #fbfbfb;
}
.stec-rsvp-popup .stec-rsvp-popup-button-proceed:hover {
background: #89ba16;
color: #fff;
}
.stec-rsvp-popup .stec-rsvp-popup-button-close {
background: #fbfbfb;
width: 100%;
border-right: none;
border-left: none;
display: none;
}
.stec-rsvp-popup .stec-rsvp-popup-button-close:hover {
background: #89ba16;
color: #fff;
}
.stec-rsvp-popup input,
.stec-rsvp-popup select {
height: 38px;
border: 1px solid #ebebeb;
background: #fbfbfb;
border-radius: 3px;
}
.stec-rsvp-popup-wrapper {
position: relative;
float: left;
width: 100%;
}
.stec-rsvp-popup-wrapper .stec-layout-single-preloader,
.stec-rsvp-popup-wrapper .stec-preloader {
position: absolute;
top: calc(50% - 15px);
left: 0;
}
.stec-rsvp-popup-wrapper-status {
display: none;
width: 100%;
text-align: center;
margin: 25px auto;
float: left;
}
.stec-rsvp-popup-wrapper-status > span:first-of-type {
width: 100%;
float: left;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #27282c;
}
.stec-rsvp-popup-wrapper-captcha {
display: none;
width: 100%;
text-align: center;
margin: 25px auto;
}
.stec-rsvp-popup-wrapper-captcha .stec-rsvp-popup-wrapper-captcha-placeholder {
display: inline-block;
width: auto;
margin-top: 25px;
}
.stec-rsvp-popup-wrapper-captcha > span:first-of-type {
width: 100%;
float: left;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #27282c;
}
.stec-rsvp-popup-wrapper-captcha > span:last-of-type {
width: 100%;
float: left;
text-align: center;
font-size: 15px;
font-weight: normal;
color: #a6a6a6;
margin-top: 20px;
}
.stec-rsvp-popup-wrapper-settings {
padding: 30px;
}
.stec-rsvp-popup-wrapper-settings > span {
width: 100%;
float: left;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #27282c;
}
.stec-rsvp-popup-wrapper-settings > span.stec-rsvp-popup-places-left {
font-size: 12px;
text-align: center;
color: #515151;
margin-top: 10px;
}
.stec-rsvp-popup-wrapper-settings select,
.stec-rsvp-popup-wrapper-settings input[type="number"],
.stec-rsvp-popup-wrapper-settings input[type="text"],
.stec-rsvp-popup-wrapper-settings input[type="email"] {
margin-top: 20px;
width: 100%;
padding: 0 10px;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
margin-top: 10px;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex input,
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex select,
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex span {
font-size: 15px;
color: #a6a6a6;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex input:not(:first-child),
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex select:not(:first-child),
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex span:not(:first-child) {
margin-left: 10px;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex input {
width: 48px;
text-align: center;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex select {
width: 50%;
text-indent: 13px;
}
.stec-rsvp-popup-wrapper-settings .stec-rsvp-flex span {
width: 50%;
}
@media only screen and (max-width: 768px) {
.stec-rsvp-popup {
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.stec-rsvp-popup {
z-index: 99999;
overflow-y: auto;
}
.stec-rsvp-popup button {
border-bottom: 1px solid #ebebeb;
}
} .stec-share-template {
display: none !important;
}
.stec-share {
position: fixed;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.7);
z-index: 999999;
left: 0;
top: 0;
font-family: Arial;
color: #4d4f53;
font-size: 15px;
}
.stec-share * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.stec-share-wrap {
padding: 20px;
}
.stec-share-block {
position: fixed;
left: calc(50% - 250px);
top: calc(50% - 150px);
background: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
border-radius: 3px;
width: 500px;
overflow: hidden;
}
.stec-share-block .stec-share-block-top {
background: #4d4f53;
padding: 15px 15px;
float: left;
width: 100%;
}
.stec-share-block .stec-share-block-top > div i {
color: #fff;
font-size: 14px;
}
.stec-share-block .stec-share-block-title {
font-weight: bold;
font-size: 18px;
margin-top: 0 !important;
color: #fff;
margin-left: 5px;
}
.stec-share-block .stec-share-close {
position: absolute;
right: 15px;
top: 14px;
cursor: pointer;
font-size: 18px;
color: #fff;
}
.stec-share-block .stec-share-close:hover {
color: #fc6e51;
}
.stec-share-block .stec-share-fw {
width: 100%;
float: left;
margin-top: 15px;
margin-bottom: 7px;
}
.stec-share-block .stec-share-flex {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: flex-start;
-webkit-flex-align: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
width: 100%;
float: left;
}
.stec-share-block .stec-share-flex button {
padding: 0;
}
.stec-share-block .stec-share-flex:last-child {
margin-bottom: 20px;
}
.stec-share-block .stec-share-text {
font-family: Arial;
font-weight: bold;
font-size: 14px;
}
.stec-share-block input,
.stec-share-block textarea {
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 3px;
padding: 5px;
background: #fff;
}
.stec-share-block input {
height: 35px;
}
.stec-share-block textarea {
height: 80px;
}
.stec-share-block button {
background: #fff;
color: #bdc1c8;
height: 35px;
width: 35px;
min-width: 35px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 3px;
margin-left: 10px;
cursor: pointer;
}
.stec-share-block button i {
font-size: 16px;
text-align: center;
line-height: 30px;
}
@media only screen and (max-width: 768px) {
.stec-share-block {
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.stec-share {
z-index: 99999;
}
}
.stec-email-event-template {
display: none !important;
}
.stec-email-event {
position: fixed;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.7);
z-index: 999999;
left: 0;
top: 0;
font-family: Arial;
color: #4d4f53;
font-size: 15px;
}
.stec-email-event * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.stec-email-event-wrap {
padding: 20px;
overflow: hidden;
}
.stec-email-event-block {
position: fixed;
left: calc(50% - 250px);
top: calc(50% - 150px);
background: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
border-radius: 3px;
width: 500px;
overflow: hidden;
}
.stec-email-event-block .stec-email-event-block-top {
background: #ff950b;
padding: 15px 15px;
float: left;
width: 100%;
}
.stec-email-event-block .stec-email-event-block-top > div i {
color: #fff;
font-size: 14px;
}
.stec-email-event-block .stec-email-event-block-title {
font-weight: bold;
font-size: 18px;
margin-top: 0 !important;
color: #fff;
margin-left: 5px;
}
.stec-email-event-block .stec-email-event-close {
position: absolute;
right: 15px;
top: 14px;
cursor: pointer;
font-size: 18px;
color: #fff;
}
.stec-email-event-block .stec-email-event-close:hover {
color: #fc6e51;
}
.stec-email-event-block .stec-email-event-fw {
width: 100%;
float: left;
margin-top: 15px;
margin-bottom: 7px;
}
.stec-email-event-block .stec-email-event-flex {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: flex-start;
-webkit-flex-align: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
width: 100%;
float: left;
}
.stec-email-event-block .stec-email-event-flex button {
padding: 0;
}
.stec-email-event-block .stec-email-event-text {
font-family: Arial;
font-weight: bold;
font-size: 14px;
}
.stec-email-event-block input,
.stec-email-event-block textarea {
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 3px;
padding: 5px;
background: #fff;
}
.stec-email-event-block input {
height: 35px;
}
.stec-email-event-block textarea {
height: 80px;
}
.stec-email-event-block a {
text-decoration: none;
margin-top: 10px;
}
@media only screen and (max-width: 768px) {
.stec-email-event-block {
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.stec-email-event {
z-index: 99999;
}
} .stec-booking-popup-background {
position: fixed;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.7);
z-index: 99999;
left: 0;
top: 0;
font-family: Arial;
color: #a6a6a6;
overflow-y: auto;
}
.stec-booking-popup-background * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.stec-booking-section {
width: 100%;
float: left;
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #ececec;
clear: both;
}
.stec-booking-popup-header {
height: 240px;
width: 100%;
float: left;
background-color: #133535;
text-align: center;
background-size: cover;
background-position: 50%;
}
.stec-booking-popup-header i {
color: #fff;
font-size: 28px;
border: 3px solid #fff;
border-radius: 100%;
padding: 15px;
margin-top: 40px;
background-color: inherit;
}
.stec-booking-popup {
position: absolute;
left: calc(50% - 400px);
top: 100px;
background: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
border-radius: 3px;
width: 800px;
margin-bottom: 100px;
}
.stec-booking-popup > button {
width: 50%;
float: left;
height: 60px;
border: none;
color: #a6a6a6;
border-top: 1px solid #ebebeb;
cursor: pointer;
font-size: 15px;
}
.stec-booking-popup .stec-booking-popup-error {
width: 100%;
float: left;
clear: both;
font-size: 16px;
color: #d31f27;
font-weight: bold;
text-align: center;
margin-top: 15px;
border-top: 1px solid #ececec;
padding-top: 15px;
}
.stec-booking-popup .stec-booking-popup-close {
position: absolute;
top: -15px;
right: -15px;
background: #000;
color: #fff;
font-size: 14px;
border-radius: 100%;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
cursor: pointer;
}
.stec-booking-popup .stec-booking-popup-close:hover {
background: #fff;
color: #000;
}
.stec-booking-popup-wrapper {
position: relative;
float: left;
width: 100%;
padding: 20px;
}
.stec-booking-popup-wrapper .stec-booking-popup-wrapper-block-action {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
z-index: 1;
opacity: 0.5;
display: none;
}
.stec-booking-popup-wrapper .stec-booking-event-date {
font-size: 14px;
margin: 0;
padding: 0;
line-height: 1;
width: 100%;
float: left;
}
.stec-booking-popup-wrapper input {
border-radius: 3px;
box-shadow: none;
height: 50px;
float: left;
border: none;
padding: 0 10px;
width: 100%;
}
.stec-booking-popup-wrapper input[name="discount"] {
margin-bottom: 15px;
}
.stec-booking-popup-wrapper .stec-scrollable {
overflow: hidden;
float: left;
width: 100%;
max-height: 350px;
}
.stec-booking-popup-wrapper .stec-scroll-container {
float: left;
clear: both;
width: 100%;
}
.stec-booking-popup-wrapper .stec-scroll-container .stec-scrollable {
width: 100%;
max-width: calc(100% - 30px);
}
.stec-booking-popup-wrapper .stec-booking-items {
width: 100%;
float: left;
overflow: hidden;
}
.stec-booking-popup-wrapper .stec-booking-item {
width: 100%;
float: left;
padding-bottom: 15px;
border-bottom: 1px solid #ececec;
}
.stec-booking-popup-wrapper .stec-booking-item:not(:first-child) {
margin-top: 15px;
}
.stec-booking-popup-wrapper .stec-booking-item:last-child {
border: none;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-additional-information,
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-price,
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-title {
font-weight: bold;
font-size: 16px;
width: 100%;
float: left;
clear: both;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-additional-information {
margin-top: 10px;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-price {
margin-top: 10px;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-until {
font-size: 12px;
width: 100%;
float: left;
clear: both;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-tickets-left {
font-size: 12px;
width: 100%;
float: left;
clear: both;
color: #e25261;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-quantity {
max-width: 80px;
float: right;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-out-of-stock {
white-space: nowrap;
font-size: 12px;
min-width: 80px;
display: block;
text-align: center;
}
.stec-booking-popup-wrapper .stec-booking-item .stec-booking-item-desc {
float: left;
width: 100%;
margin-top: 15px;
}
.stec-booking-popup-wrapper .stec-booking-popup-summary {
width: 100%;
float: left;
clear: both;
border-top: 1px solid #ececec;
margin-top: 15px;
padding-top: 15px;
}
.stec-booking-popup-wrapper .stec-booking-popup-summary .stec-booking-summary-total {
font-weight: bold;
font-size: 16px;
}
.stec-booking-popup-wrapper .stec-layout-single-preloader,
.stec-booking-popup-wrapper .stec-preloader {
position: absolute;
top: calc(50% - 15px);
left: 0;
z-index: 2;
}
@media only screen and (max-width: 768px) {
.stec-booking-popup {
width: 100%;
height: 100%;
top: 60px;
left: 0;
z-index: 99999;
overflow: visible;
margin-bottom: 60px;
}
.stec-booking-popup .stec-booking-popup-close {
top: -47px;
left: calc(50% - 15px);
}
} .stec-layout-agenda-eventholder-form,
.stec-event-holder {
position: relative;
z-index: 1;
}
.stec-layout-agenda-eventholder-form .stec-layout-event-perspective,
.stec-event-holder .stec-layout-event-perspective {
perspective: 2000px;
}
.stec-layout-agenda-eventholder-form .stec-layout-event-preview,
.stec-event-holder .stec-layout-event-preview {
transform-origin: top;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
height: 0;
-webkit-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
background: #999;
}
.stec-layout-agenda-eventholder-form .stec-layout-event-preview.stec-layout-event-preview-animate,
.stec-event-holder .stec-layout-event-preview.stec-layout-event-preview-animate {
-webkit-transform: rotateX(0);
transform: rotateX(0);
height: 85px;
overflow: hidden;
background: #fff;
}
.stec-layout-agenda-eventholder-form .stec-layout-event-preview.stec-layout-event-preview-animate-complete,
.stec-event-holder .stec-layout-event-preview.stec-layout-event-preview-animate-complete {
-webkit-transition: none 0.25s linear;
transition: none 0.25s linear;
-webkit-transform: none;
transform: none;
height: 85px;
background: #fff;
}
.stec-layout-month-daycell.active .stec-layout-month-daycell-wrap {
-webkit-transition: background 0.3s ease;
transition: background 0.3s ease;
}
.stec-layout-month-daycell.active p {
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.stec-layout-week-daycell.active .stec-layout-week-daycell-wrap {
-webkit-transition: background 0.3s ease;
transition: background 0.3s ease;
}
.stec-layout-week-daycell.active p {
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.stec-layout-agenda-daycell.active {
-webkit-transition: background 0.3s ease;
transition: background 0.3s ease;
}
.stec-layout-agenda-daycell.active .stec-layout-agenda-daycell-event {
-webkit-transition: background 0.3s ease;
transition: background 0.3s ease;
}
.stec-layout-agenda-daycell.active p {
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease;
}
.stec-layout-agenda-events-all-list {
position: relative;
z-index: 1;
}
.stec-layout-agenda-events-all-list .stec-layout-event-perspective {
perspective: 2000px;
}
.stec-layout-agenda-events-all-list .stec-layout-event-preview {
transform-origin: top;
-webkit-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
height: 0;
background: #999;
}
.stec-layout-agenda-events-all-list .stec-layout-event-preview.stec-layout-event-preview-animate {
overflow: hidden;
-webkit-transform: rotateX(0);
transform: rotateX(0);
height: 85px;
background: #fff;
}
.stec-layout-agenda-events-all-list .stec-layout-event-preview.stec-layout-event-preview-animate-complete {
-webkit-transition: none 0.25s linear;
transition: none 0.25s linear;
-webkit-transform: none;
transform: none;
height: 85px;
background: #fff;
}
.stec-layout-agenda-eventholder-form .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-event-holder .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-layout-agenda-events-all-list .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-layout-agenda-eventholder-form .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete,
.stec-event-holder .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete,
.stec-layout-agenda-events-all-list .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete {
height: 100px;
}
.stec-layout-agenda-eventholder-form .stec-layout-event.stec-layout-event-animate-queue,
.stec-event-holder .stec-layout-event.stec-layout-event-animate-queue,
.stec-layout-agenda-events-all-list .stec-layout-event.stec-layout-event-animate-queue {
height: 0 !important;
margin: 0 !important;
}
.stec-media-small .stec-layout-agenda-eventholder-form .stec-layout-event-perspective,
.stec-media-small .stec-event-holder .stec-layout-event-perspective,
.stec-media-small .stec-layout-agenda-events-all-list .stec-layout-event-perspective {
perspective: 1000px;
}
.stec-media-small .stec-layout-agenda-eventholder-form .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-media-small .stec-event-holder .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-media-small .stec-layout-agenda-events-all-list .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-media-small .stec-layout-agenda-eventholder-form .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete,
.stec-media-small .stec-event-holder .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete,
.stec-media-small .stec-layout-agenda-events-all-list .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete {
height: 100px;
}
.stec-media-small .stec-layout-agenda-eventholder-form .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-media-small .stec-event-holder .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-media-small .stec-layout-agenda-events-all-list .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate,
.stec-media-small .stec-layout-agenda-eventholder-form .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete,
.stec-media-small .stec-event-holder .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete,
.stec-media-small .stec-layout-agenda-events-all-list .stec-layout-event-preview-size-big .stec-layout-event-preview:not(.stec-event-create-form-preview).stec-layout-event-preview-animate-complete {
height: 150px;
}
.stec-tooltip {
-webkit-transition: opacity 0.35s ease, margin 0.35s ease;
transition: opacity 0.35s ease, margin 0.35s ease; }
.stec-layout-week-daycell-event:hover,
.stec-layout-month-daycell-event:hover {
-webkit-transition: filter 0.35s ease, -webkit-filter 0.35s ease;
transition: filter 0.35s ease, -webkit-filter 0.35s ease; -webkit-filter: saturate(200%);
filter: saturate(200%);
}
.stec.events-loading .stec-events-load-anim {
animation-name: stec-events-load-anim;
animation-duration: 2s;
animation-delay: 0.2s;
animation-play-state: running;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.stec.events-loading .stec-layout-month-daycell-num {
background: #e5e8ed;
font-size: 0 !important;
border-radius: 8px !important;
width: 50px !important;
height: 15px !important;
top: 15px !important;
overflow: hidden;
}
.stec.events-loading .stec-layout-month-daycell-num:before {
display: none !important;
}
.stec.events-loading .stec-layout-month-daycell-num:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(to left, #e5e8ed, #ffffff, #e5e8ed);
left: -100%;
top: 0;
animation-name: stec-events-load-anim;
animation-duration: 2s;
animation-delay: 0.2s;
animation-play-state: running;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.stec.events-loading .stec-layout-week-daycell-num {
background: #e5e8ed;
font-size: 0 !important;
border-radius: 8px !important;
width: 50px !important;
height: 15px !important;
top: 15px !important;
overflow: hidden;
}
.stec.events-loading .stec-layout-week-daycell-num:before {
display: none !important;
}
.stec.events-loading .stec-layout-week-daycell-num:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(to left, #e5e8ed, #ffffff, #e5e8ed);
left: -100%;
top: 0;
animation-name: stec-events-load-anim;
animation-duration: 2s;
animation-delay: 0.2s;
animation-play-state: running;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.stec.events-loading .stec-layout-agenda-daycell-events {
background: #e5e8ed;
font-size: 0 !important;
border-radius: 8px !important;
width: 40px !important;
height: 10px !important;
bottom: 10px !important;
overflow: hidden;
}
.stec.events-loading .stec-layout-agenda-daycell-events > div {
display: none !important;
}
.stec.events-loading .stec-layout-agenda-daycell-events:before {
display: none !important;
}
.stec.events-loading .stec-layout-agenda-daycell-events:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(to left, #e5e8ed, #ffffff, #e5e8ed);
left: -100%;
top: 0;
animation-name: stec-events-load-anim;
animation-duration: 2s;
animation-delay: 0.2s;
animation-play-state: running;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.stec.events-loading .stec-layout-grid-events {
height: auto !important;
}
.stec.events-loading .stec-layout-grid-events .stec-layout-grid-event-placeholder {
overflow: hidden;
}
.stec.events-loading .stec-layout-grid-events .stec-layout-grid-event-placeholder:after {
position: absolute;
height: 175px;
width: 100%;
float: left;
content: '';
background: linear-gradient(to left, #e5e8ed, #ffffff, #e5e8ed);
left: -100%;
top: 0;
animation-name: stec-events-load-anim;
animation-duration: 2s;
animation-delay: 0.2s;
animation-play-state: running;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
z-index: 0;
border: none;
}
.stec.events-loading .stec-layout-grid-events .stec-layout-grid-event-placeholder span:not(.noanim) {
overflow: hidden;
}
.stec.events-loading .stec-layout-grid-events .stec-layout-grid-event-placeholder span:not(.noanim):after {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: -100%;
top: 0;
background: linear-gradient(to left, #e5e8ed, #ffffff, #e5e8ed);
animation-name: stec-events-load-anim;
animation-duration: 2s;
animation-delay: 0.2s;
animation-play-state: running;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
z-index: 0;
}
.stec.events-loading .stec-layout-boxgrid-events {
height: auto !important;
}
.stec.events-loading .stec-layout-boxgrid-events .stec-layout-boxgrid-event-placeholder {
overflow: hidden;
}
.stec.events-loading .stec-layout-boxgrid-events .stec-layout-boxgrid-event-placeholder span:not(.noanim) {
overflow: hidden;
}
.stec.events-loading .stec-layout-boxgrid-events .stec-layout-boxgrid-event-placeholder span:not(.noanim):after {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: -100%;
top: 0;
background: linear-gradient(to left, #e5e8ed, #ffffff, #e5e8ed);
animation-name: stec-events-load-anim;
animation-duration: 2s;
animation-delay: 0.2s;
animation-play-state: running;
animation-iteration-count: infinite;
animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
z-index: 0;
}
.stec.events-loading.stec-media-small .stec-layout-week-daycell-num,
.stec.events-loading.stec-media-small .stec-layout-month-daycell-num {
top: 10px !important;
height: 5px !important;
width: 36px !important;
}
@keyframes stec-events-load-anim {
0% {
left: -100%;
}
50% {
left: 100%;
}
100% {
left: 100%;
}
} .stec-forecast-icon-clear-day {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/2.svg);
}
.stec-forecast-icon-clear-night {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/3.svg);
}
.stec-forecast-icon-cloudy-day {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/8.svg);
}
.stec-forecast-icon-cloudy-night {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/9.svg);
}
.stec-forecast-icon-cloudy {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/14.svg);
}
.stec-forecast-icon-overcast {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/25.svg);
}
.stec-forecast-icon-mist {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/13.svg);
}
.stec-forecast-icon-rain-patch {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/17.svg);
}
.stec-forecast-icon-snow-patch {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/21.svg);
}
.stec-forecast-icon-sleet {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/24.svg);
}
.stec-forecast-icon-drizzle {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/17.svg);
}
.stec-forecast-drizzle-light {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/17.svg);
}
.stec-forecast-icon-thunder {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/26.svg);
}
.stec-forecast-icon-snow-wind {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/23.svg);
}
.stec-forecast-icon-drizzle-light {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/17.svg);
}
.stec-forecast-icon-freezing-drizzle {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/22.svg);
}
.stec-forecast-icon-rain-light {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/17.svg);
}
.stec-forecast-icon-rain {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/18.svg);
}
.stec-forecast-icon-sleet {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/22.svg);
}
.stec-forecast-icon-snow-light {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/21.svg);
}
.stec-forecast-icon-snow {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/23.svg);
}
.stec-forecast-icon-ice-pellets {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/24.svg);
}
.stec-forecast-icon-rain-wind {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/20.svg);
}
.stec-forecast-icon-na {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/front/forecast/45.svg);
} .stec-media-med {         }
.stec-media-med .stec-top-menu li[data-action="today"] p:not(.stec-top-menu-count) {
display: none;
}
.stec-media-med .stec-top-menu li[data-action="today"] i {
display: block;
}
.stec-media-med .stec-top-menu-layouts {
display: none;
}
.stec-media-med .stec-top-dropmenu-layouts {
display: block;
}
.stec-media-med .stec-layout-month-daylabel p {
display: block;
}
.stec-media-med .stec-layout-month-daylabel p:first-child,
.stec-media-med .stec-layout-month-daylabel p:last-child {
display: none;
}
.stec-media-med .stec-layout-month-daycell {
height: 100px;
}
.stec-media-med .stec-layout-month-daycell .stec-layout-month-daycell-wrap .stec-layout-month-daycell-num {
font-size: 12px;
top: 7px;
left: 7px;
width: 16px;
height: 15px;
line-height: 15px;
}
.stec-media-med .stec-layout-month-daycell-today .stec-layout-month-daycell-num::before {
left: calc(50% - 10px);
padding: 10px;
top: -3px;
}
.stec-media-med .stec-layout-month-daycell-events {
position: absolute;
bottom: 0;
left: 0;
height: 70px;
width: 100%;
}
.stec-media-med .stec-layout-month-daycell-event {
height: 15px;
}
.stec-media-med .stec-layout-month-daycell-event[data-pos="2"] {
top: 18px;
}
.stec-media-med .stec-layout-month-daycell-event[data-pos="3"] {
top: 36px;
}
.stec-media-med .stec-layout-month-daycell-event-start {
width: calc(100% - 3px);
margin-left: 2px;
}
.stec-media-med .stec-layout-month-daycell-event-end {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
width: calc(100% - 3px);
margin-right: 2px;
}
.stec-media-med .stec-layout-month-daycell-event-start.stec-layout-month-daycell-event-end {
width: calc(100% - 5px);
margin-left: 2px;
margin-right: 2px;
}
.stec-media-med .stec-layout-month-daycell-events .stec-layout-month-daycell-event .stec-layout-month-daycell-event-name {
line-height: 15px ;
font-size: 10px ;
padding: 0 5px ;
text-transform: none;
}
.stec-media-med .stec-layout-month-daycell-eventmore {
height: 9px;
margin-left: 7px;
}
.stec-media-med .stec-layout-month-daycell-eventmore .stec-layout-month-daycell-eventmore-count-dot {
display: block;
}
.stec-media-med .stec-layout-month-daycell-eventmore .stec-layout-month-daycell-eventmore-count {
display: none;
}
.stec-media-med .stec-layout-week-daylabel p {
display: block;
}
.stec-media-med .stec-layout-week-daylabel p:first-child,
.stec-media-med .stec-layout-week-daylabel p:last-child {
display: none;
}
.stec-media-med .stec-layout-event-inner-top-tabs li p {
display: none;
}
.stec-media-med .stec-layout-event-inner-top-tabs li i {
display: block;
}
.stec-media-med .stec-layout-event-inner-intro-share-and-export {
display: block;
}
.stec-media-med .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share {
width: 100%;
text-align: center;
float: left;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-media-med .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export {
float: left;
width: 100%;
}
.stec-media-med .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export form {
width: 100%;
}
.stec-media-med .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export button,
.stec-media-med .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export a {
width: 100%;
margin: 0;
margin-top: 10px;
float: left;
text-align: center;
}
.stec-media-med .stec-layout-event-inner-location .stec-layout-event-inner-location-left {
width: 100%;
clear: both;
padding: 20px;
}
.stec-media-med .stec-layout-event-inner-location .stec-layout-event-inner-location-right {
position: relative;
width: 100%;
clear: both;
height: 275px;
}
.stec-media-med .stec-layout-event-inner-location .stec-layout-event-inner-location-address {
margin-bottom: 30px;
}
.stec-media-med .stec-layout-event-inner-location .stec-layout-event-inner-location-left:last-child {
margin-top: 10px;
}
.stec-media-med .stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee {
width: calc(100% / 3);
}
.stec-media-med .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details {
display: block;
}
.stec-media-med .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left {
width: 100%;
float: left;
}
.stec-media-med .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-right {
margin-top: 25px;
width: 100%;
max-width: 100%;
float: left;
}
.stec-media-med .stec-layout-event-inner-shop .stec-layout-event-inner-shop-top > p:not(:first-child) {
margin-left: 20px;
}
.stec-media-med .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-addtocart {
padding: 15px 16px;
}
.stec-media-med .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-addtocart p {
display: none;
}
.stec-media-med .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-addtocart i {
display: block;
}
.stec-media-med .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > *:not(:first-child) {
margin-left: 20px;
}
.stec-media-med .stec-layout-event.stec-event-featured .stec-layout-event-preview-left-text-featured span {
display: none;
}
.stec-media-med .stec-layout-event.stec-event-featured .stec-layout-event-preview-left-text-featured i {
display: block;
} .stec-media-small {     }
.stec-media-small .stec-top .stec-top-menu:first-of-type {
margin-right: 0;
}
.stec-media-small .stec-top .stec-top-menu li[data-action="today"] p:not(.stec-top-menu-count) {
display: none;
}
.stec-media-small .stec-top .stec-top-menu li[data-action="today"] i {
display: block;
}
.stec-media-small .stec-top .stec-top-menu-count {
position: absolute;
right: -12px;
top: -12px;
border-radius: 100%;
z-index: 1;
}
.stec-media-small .stec-top .stec-top-menu-date-small {
display: block;
margin-bottom: 10px;
}
.stec-media-small .stec-top .stec-top-menu-layouts {
display: none;
}
.stec-media-small .stec-top .stec-top-dropmenu-layouts {
display: block;
}
.stec-media-small .stec-top .stec-top-menu-date {
display: none;
}
.stec-media-small .stec-top .stec-top-search-dropdown {
max-width: 320px;
}
.stec-media-small .stec-top .stec-top-menu-filter-calendar-dropdown {
max-width: 320px;
}
.stec-media-small .stec-layout-month-daylabel p {
display: none;
}
.stec-media-small .stec-layout-month-daylabel p:last-child {
display: block;
}
.stec-media-small .stec-layout-month-daycell {
height: 50px;
}
.stec-media-small .stec-layout-month-daycell .stec-layout-month-daycell-wrap .stec-layout-month-daycell-num {
font-size: 12px;
top: 7px;
left: 7px;
width: 16px;
height: 15px;
line-height: 15px;
}
.stec-media-small .stec-layout-month-daycell-today .stec-layout-month-daycell-num::before {
left: calc(50% - 10px);
padding: 10px;
top: -3px;
}
.stec-media-small .stec-layout-month-daycell-events {
position: absolute;
bottom: 0;
left: 0;
height: 20px;
width: 100%;
}
.stec-media-small .stec-layout-month-daycell-event {
height: 4px;
}
.stec-media-small .stec-layout-month-daycell-event[data-pos="2"] {
top: 5px;
}
.stec-media-small .stec-layout-month-daycell-event[data-pos="3"] {
top: 10px;
}
.stec-media-small .stec-layout-month-daycell-event-start {
width: calc(100% - 3px);
margin-left: 2px;
}
.stec-media-small .stec-layout-month-daycell-event-end {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
width: calc(100% - 3px);
margin-right: 2px;
}
.stec-media-small .stec-layout-month-daycell-event-start.stec-layout-month-daycell-event-end {
width: calc(100% - 5px);
margin-left: 2px;
margin-right: 2px;
}
.stec-media-small .stec-layout-month-daycell-event-name {
display: none;
}
.stec-media-small .stec-layout-month-daycell-eventmore {
height: 4px;
}
.stec-media-small .stec-layout-month-daycell-eventmore .stec-layout-month-daycell-eventmore-count-dot {
display: block;
}
.stec-media-small .stec-layout-month-daycell-eventmore .stec-layout-month-daycell-eventmore-count {
display: none;
}
.stec-media-small .stec-layout-week-daylabel p {
display: none;
}
.stec-media-small .stec-layout-week-daylabel p:last-child {
display: block;
}
.stec-media-small .stec-layout-week-daycell {
height: 50px;
}
.stec-media-small .stec-layout-week-daycell {
height: 50px;
}
.stec-media-small .stec-layout-week-daycell .stec-layout-week-daycell-wrap .stec-layout-week-daycell-num {
font-size: 12px;
top: 7px;
left: 7px;
width: 15px;
height: 15px;
line-height: 15px;
}
.stec-media-small .stec-layout-week-daycell-today .stec-layout-week-daycell-num::before {
left: calc(50% - 10px);
padding: 10px;
top: -3px;
}
.stec-media-small .stec-layout-week-daycell-events {
position: absolute;
bottom: 0;
left: 0;
height: 20px;
width: 100%;
}
.stec-media-small .stec-layout-week-daycell-event {
height: 4px;
}
.stec-media-small .stec-layout-week-daycell-event[data-pos="2"] {
top: 5px;
}
.stec-media-small .stec-layout-week-daycell-event[data-pos="3"] {
top: 10px;
}
.stec-media-small .stec-layout-week-daycell-event-start {
width: calc(100% - 3px);
margin-left: 2px;
}
.stec-media-small .stec-layout-week-daycell-event-end {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
width: calc(100% - 3px);
margin-right: 2px;
}
.stec-media-small .stec-layout-week-daycell-event-start.stec-layout-week-daycell-event-end {
width: calc(100% - 5px);
margin-left: 2px;
margin-right: 2px;
}
.stec-media-small .stec-layout-week-daycell-event-name {
display: none;
}
.stec-media-small .stec-layout-week-daycell-eventmore {
height: 4px;
}
.stec-media-small .stec-layout-week-daycell-eventmore .stec-layout-week-daycell-eventmore-count-dot {
display: block;
}
.stec-media-small .stec-layout-week-daycell-eventmore .stec-layout-week-daycell-eventmore-count {
display: none;
}
.stec-media-small .stec-layout-event-preview {
padding: 10px 0;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left {
overflow: hidden;
margin-left: 10px;
-webkit-align-items: stretch;
align-items: stretch;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text {
margin-left: 0;
padding: 0 10px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-title {
font-size: 14px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon {
border-radius: 3px;
height: 38px;
min-width: 38px;
width: 38px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon > i {
line-height: 38px;
font-size: 20px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon .stec-layout-event-preview-left-icon-date {
margin-top: 6px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon .stec-layout-event-preview-left-icon-date-number {
font-size: 16px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-icon .stec-layout-event-preview-left-icon-date-month {
font-size: 10px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-secondary,
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-sub {
font-size: 11px;
margin-top: 5px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-separator a {
margin-top: 10px;
margin-left: -13px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-secondary {
margin-top: 0;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left .stec-layout-event-preview-left-text-secondary span {
width: 100%;
float: left;
margin-top: 10px;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-right {
display: none;
}
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left-awaiting-approval-cancel,
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left-event-edit,
.stec-media-small .stec-layout-event-preview .stec-layout-event-preview-left-reminder-toggle {
display: block;
margin-top: 0;
}
.stec-media-small .stec-layout-event-inner-button-style {
padding: 15px;
}
.stec-media-small .stec-layout-event-inner-button-style p {
font-size: 12px;
}
.stec-media-small .stec-layout-event-inner-top-tabs li p {
display: none;
}
.stec-media-small .stec-layout-event-inner-top-tabs li i {
display: block;
}
.stec-media-small .stec-layout-event-inner-top-tabs li {
padding: 8px 0 !important;
}
.stec-media-small .stec-layout-event-inner-intro {
padding: 20px; }
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-section {
margin-top: 35px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-section:first-child {
margin-top: 0;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-title {
font-size: 18px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-social li i {
height: 30px;
width: 30px;
line-height: 30px;
font-size: 14px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc p,
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-desc a {
font-size: 14px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media {
margin-top: 0 ;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-social {
margin-top: 30px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls {
height: 50px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-prev,
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-next {
height: 50px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-prev i,
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls .stec-layout-event-inner-intro-media-controls-next i {
line-height: 50px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls-list-wrap {
height: 50px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls-list {
height: 50px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-controls-list li {
height: 50px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content > div > div {
display: none;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content-subs {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content-subs p {
font-size: 14px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-media-content-subs span {
font-size: 12px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter li {
width: 70px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter-num {
font-size: 20px;
line-height: 1.6;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter-label {
font-size: 10px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers,
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-event-status-text,
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-counter {
margin-bottom: 0;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer:first-child {
padding-top: 35px;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-attendance {
padding-top: 0;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-section-tickets-default {
display: none;
}
.stec-media-small .stec-layout-event-inner-intro .stec-layout-event-inner-intro-section-tickets-small {
display: block;
}
.stec-media-small .stec-layout-event-inner-intro-share-and-export {
display: block;
}
.stec-media-small .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-share {
width: 100%;
text-align: center;
float: left;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-media-small .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export {
float: left;
width: 100%;
}
.stec-media-small .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export form {
width: 100%;
}
.stec-media-small .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export button,
.stec-media-small .stec-layout-event-inner-intro-share-and-export .stec-layout-event-inner-intro-export a {
width: 100%;
margin: 0;
margin-top: 10px;
float: left;
text-align: center;
}
.stec-media-small .stec-layout-event-inner-location .stec-layout-event-inner-location-left {
width: 100%;
clear: both;
}
.stec-media-small .stec-layout-event-inner-location .stec-layout-event-inner-location-right {
position: relative;
width: 100%;
clear: both;
height: 275px;
}
.stec-media-small .stec-layout-event-inner-location .stec-layout-event-inner-location-address {
margin-bottom: 20px;
}
.stec-media-small .stec-layout-event-inner-location .stec-layout-event-inner-location-left:last-child {
margin-top: 0px;
}
.stec-media-small .stec-layout-event-inner-location .stec-layout-event-inner-location-left p {
font-size: 13px;
}
.stec-media-small .stec-layout-event-inner-location p.stec-layout-event-inner-location-left-title {
font-size: 18px;
}
.stec-media-small .stec-layout-event-inner-location .stec-layout-event-inner-location-left {
padding: 20px;
}
.stec-media-small .stec-layout-event-inner-location .stec-layout-event-inner-location-left button {
padding: 0 10px;
height: 40px;
font-size: 12px;
}
.stec-media-small .stec-layout-event-inner-schedule {
padding: 20px;
}
.stec-media-small .stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-preview {
display: block;
}
.stec-media-small .stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-preview .stec-layout-event-inner-schedule-tab-left,
.stec-media-small .stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-preview .stec-layout-event-inner-schedule-tab-right {
width: 100%;
float: left;
}
.stec-media-small .stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-preview .stec-layout-event-inner-schedule-tab-left span {
font-size: 12px;
}
.stec-media-small .stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-preview .stec-layout-event-inner-schedule-tab-right-title span {
font-size: 16px;
}
.stec-media-small .stec-layout-event-inner-schedule .stec-layout-event-inner-schedule-tab-preview .stec-layout-event-inner-schedule-tab-right-title i {
font-size: 20px;
}
.stec-media-small .stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left {
width: 100%;
float: left;
}
.stec-media-small .stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-left-avatar {
float: none;
margin: 0 auto;
}
.stec-media-small .stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-right {
width: 100%;
margin-top: 20px;
}
.stec-media-small .stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-right-title {
text-align: center;
width: 100%;
font-size: 18px;
}
.stec-media-small .stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest-right-desc p {
font-size: 13px;
}
.stec-media-small .stec-layout-event-inner-guests .stec-layout-event-inner-guests-guest {
padding: 20px;
}
.stec-media-small .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-image {
float: none;
width: 150px;
height: 150px;
margin: 0 auto;
}
.stec-media-small .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-content {
width: 100%;
float: left;
text-align: center;
margin-top: 20px;
}
.stec-media-small .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-social {
text-align: center;
}
.stec-media-small .stec-layout-event-inner-intro-organizers .stec-layout-event-inner-intro-organizers-organizer-social > a {
float: none;
display: inline-block;
}
.stec-media-small .stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendees {
padding: 20px;
}
.stec-media-small .stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee {
width: calc(100% / 2);
height: 200px;
}
.stec-media-small .stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-invited {
display: block;
}
.stec-media-small .stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-invited .stec-preloader {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
float: none;
width: 100%;
height: 45px;
margin-top: 20px;
}
.stec-media-small .stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-invited-buttons {
width: 100%;
float: left;
margin-top: 20px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-media-small .stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-invited p {
text-align: center;
}
.stec-media-small .stec-layout-event-inner-attendance .stec-layout-event-inner-attendance-attendee p {
font-size: 14px;
max-width: 150px;
float: none;
margin: 20px auto 0;
}
.stec-media-small .stec-layout-event-inner-forecast {
padding: 20px;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today {
display: block;
width: 100%;
float: left;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-left {
width: 100%;
float: left;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-left .stec-layout-event-inner-forecast-today-left-current-text {
font-size: 16px;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-left .stec-layout-event-inner-forecast-today-left-current-temp {
font-size: 32px;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-right {
width: 100%;
float: left;
margin-top: 20px;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-today .stec-layout-event-inner-forecast-today-right p {
font-size: 16px;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details {
display: block;
width: 100%;
float: left;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left {
display: block;
width: 100%;
float: left;
min-width: 0;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast-top p {
font-size: 12px;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-left .stec-layout-event-inner-forecast-details-left-forecast-day p {
font-size: 16px;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details .stec-layout-event-inner-forecast-details-right {
display: block;
width: 100%;
float: left;
margin-top: 20px;
max-width: 100%;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-details > div > p {
font-size: 16px;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-top-title {
font-size: 16px;
}
.stec-media-small .stec-layout-event-inner-forecast .stec-layout-event-inner-forecast-top-date {
font-size: 12px;
margin-top: 3px;
}
.stec-media-small .stec-layout-event-inner-comments {
padding: 20px;
}
.stec-media-small .stec-layout-event-inner-shop {
padding: 20px;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-top {
display: none;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product-status span {
margin-top: 20px;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product {
position: relative;
float: left;
display: block;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-addtocart {
padding: 15px 16px;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-addtocart p {
display: none;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-addtocart i {
display: block;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > * {
margin-left: 0;
width: 100%;
float: left;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-quantity > span:first-child,
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-price > span:first-child {
display: inline-block;
margin-right: 10px;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-ajax-status i,
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-ajax-status .stec-preloader {
width: 52px;
height: 52px;
line-height: 52px;
text-align: center;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-buy-ajax-status .stec-preloader {
margin-left: 7px;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product .stec-layout-event-inner-shop-product-quantity {
width: 100%;
float: left;
text-align: left;
margin-top: 20px;
}
.stec-media-small .stec-layout-event-inner-shop .stec-layout-event-inner-shop-product > div:last-child {
float: right;
width: 52px;
position: absolute;
bottom: 30px;
right: 0;
}
.stec-media-small .stec-layout-event.stec-no-icon .stec-layout-event-preview-left-icon {
min-width: 10px;
width: 10px;
}
.stec-media-small .stec-layout-event.stec-event-featured .stec-layout-event-preview-left-text-featured span {
display: none;
}
.stec-media-small .stec-layout-event.stec-event-featured .stec-layout-event-preview-left-text-featured i {
display: block;
font-size: 14px;
}
.stec-media-small .stec-layout-event-create-form-inner {
padding: 20px;
}
.stec-media-small .stec-layout-event-create-form-inner p {
font-size: 14px;
}
.stec-media-small .stec-form-booking .stec-style-flexbox {
display: block;
}
.stec-media-small .stec-form-booking .stec-form-booking-cart-and-checkout {
float: left;
clear: both;
margin-top: 5px;
} .stec-layout-event-inner.stec-media-small.stec-modal {
max-width: 100%;
top: 60px;
left: 0;
position: absolute;
}
.stec-layout-event-inner.stec-media-small.stec-modal .stec-layout-event-inner-close {
left: calc(50% - 15px);
top: -47px;
}
@media all and (max-width: 750px) {
.stec-layout-event-inner-out-wrapper {
background: rgba(255, 255, 255, 0.7);
}
}
@media all and (max-width: 600px) {
.stec-fixed-message {
min-width: 300px;
padding: 10px;
}
.stec-fixed-message > div i {
font-size: 29px;
width: 40px;
min-width: 40px;
height: 40px;
line-height: 40px;
}
.stec-fixed-message > div p {
font-size: 14px;
width: 100%;
}
.stec-fixed-message > div span {
font-size: 12px;
width: 100%;
}
}body {  }
body .stec-builder-element-content-colorpicker-style {
border-radius: 3px;
float: left;
height: 40px;
width: 40px; border: none;
cursor: pointer;
font-size: 0;
}
body .stec-builder-element-content-full-width-style {
min-height: 50px;
width: 100%;
display: block;
float: left;
}
body .stec-builder-element-content-half-width-style {
min-height: 50px;
width: calc(50% - 5px);
display: block;
float: left;
}
body .stec-builder-element-content-half-width-style:last-child {
margin-left: 10px;
}
body .stec-builder-element-content-p-style,
body .stec-builder-element-content-header-style {
float: left;
width: 100%;
padding: 0;
margin: 0;
}
body .stec-builder-element-content-file-style {
display: none;
}
body .stec-builder-element-content-file-button-style {
cursor: pointer;
}
body .stec-builder-element-content-select-style,
body .stec-builder-element-content-input-style {
border-radius: 3px;
background-color: #ececec;
border: none;
padding: 0 10px;
height: 40px;
float: left;
width: 100%;
max-width: 100%;
box-shadow: none;
margin: 0;
}
body select[name^="rsvp"]:not(:last-child),
body input[name^="rsvp"]:not(:last-child) {
margin-bottom: 10px;
}
body .stec-builder-element-content-select-style {
padding: 0;
}
body .stec-builder-element-content-select-style[multiple] {
height: inherit;
}
body .stec-builder-element-content-select-style option {
padding: 10px;
}
body .stec-builder-element-content-datetime-style {
margin-right: 10px;
}
body .stec-builder-element-content-datetime-style[name="start_date"],
body .stec-builder-element-content-datetime-style[name="end_date"],
body .stec-builder-element-content-datetime-style[name^="schedule"] {
width: 50%;
}
body .stec-builder-element-content-datetime-style:not([name="start_date"]):not([name="end_date"]):not([name$="[schedule_date_from]"]) {
width: calc(25% - 10px);
}
body .stec-builder-element-content-datetime-style:last-child {
margin-right: 0;
}
body .stec-builder-element-content-textarea-style {
height: inherit;
width: 100%;
border-radius: 3px;
background-color: #ececec;
border: none;
padding: 10px;
float: left;
box-shadow: none;
resize: none;
}
body .stec-builder-element-content-checkbox-style label {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: left;
justify-content: left;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
cursor: pointer;
float: left;
}
body .stec-builder-element-content-checkbox-style label p {
float: left;
line-height: 1;
margin: 0;
margin-left: 5px;
padding: 10px 0;
}
body .stec-builder-element-content-button-style {
background: #52565e;
color: #fff;
cursor: pointer;
border-radius: 3px;
padding: 15px 20px;
border: none;
text-transform: none;
font-size: 16px;
float: left;
}
body .stec-builder-element-content-button-style:hover {
background: #ff6c5f;
}
body .stec-builder-element-content-submit-style {
width: 100%;
float: left;
}
body .stec-builder-element-content-submit-style input {
background: #52565e;
color: #fff;
cursor: pointer;
border-radius: 3px;
padding: 15px 20px;
border: none;
text-transform: none;
font-size: 16px;
}
body .stec-builder-element-content-submit-style input:hover {
background: #ff6c5f;
}
body .stec-builder-element-content-submit-style input:first-child {
margin-right: 10px;
}
body .stec-builder-element-content-privacy-style p {
margin: 1em 0;
}
body .stec-builder-element-content-media-attachments-style,
body .stec-builder-element-content-media-images-style,
body .stec-builder-element-content-schedules-style,
body .stec-builder-element-content-organizers-style,
body .stec-builder-element-content-attendance-style,
body .stec-builder-element-content-guests-style,
body .stec-builder-element-content-booking-style,
body .stec-builder-element-content-privacy-style,
body .stec-builder-element-content-captcha-style {
float: left;
width: 100%;
min-height: 100px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: start;
justify-content: start;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
body .stec-builder-form-element .stec-repeater-content {
display: none;
margin-top: 10px;
width: 100%;
float: left;
}
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-buttons button:first-child {
margin-right: 5px;
}
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-exdate-options > div {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-exdate-options .stec-repeater-content-add-exdate-button {
white-space: nowrap;
word-break: keep-all;
margin-left: 10px;
text-decoration: none;
color: #0073aa;
font-size: 14px;
}
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-exdate-datelist-submit-value {
display: none !important;
}
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-exdate-datelist-template {
display: none;
}
body .stec-builder-form-element .stec-repeater-content > div {
width: 100%;
float: left;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: flex-start;
-webkit-flex-align: flex-start;
-webkit-align-items: flex-start;
align-items: flex-start;
margin-bottom: 10px;
min-height: 40px;
}
body .stec-builder-form-element .stec-repeater-content > div > span {
font-weight: bold;
}
body .stec-builder-form-element .stec-repeater-content > div:not(.stec-repeater-content-weekdays) > span {
width: 100%;
}
body .stec-builder-form-element .stec-repeater-content > div:not(.stec-repeater-content-weekdays) > div {
width: 100%;
}
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-repeat-ends-on > span {
width: 100%;
}
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-repeat-ends-on .stec-repeater-content-endson-options {
width: 100%;
}
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-repeat-ends-on .stec-repeater-content-endson-options > div {
float: left;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-repeat-ends-on .stec-repeater-content-endson-options > div:not(:first-child) {
margin-top: 10px;
}
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-repeat-ends-on .stec-repeater-content-endson-options label[for="stec-repeater-content-repeat-endson-date"],
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-repeat-ends-on .stec-repeater-content-endson-options label[for="stec-repeater-content-repeat-endson-after-n"] {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-repeat-ends-on .stec-repeater-content-endson-options label[for="stec-repeater-content-repeat-endson-date"] input,
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-repeat-ends-on .stec-repeater-content-endson-options label[for="stec-repeater-content-repeat-endson-after-n"] input,
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-repeat-ends-on .stec-repeater-content-endson-options label[for="stec-repeater-content-repeat-endson-date"] span,
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-repeat-ends-on .stec-repeater-content-endson-options label[for="stec-repeater-content-repeat-endson-after-n"] span {
width: 100%;
}
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-repeat-ends-on .stec-repeater-content-endson-options label[for="stec-repeater-content-repeat-endson-date"] input,
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-repeat-ends-on .stec-repeater-content-endson-options label[for="stec-repeater-content-repeat-endson-after-n"] input {
margin-right: 10px;
}
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-exdate-datelist {
list-style: none;
margin: 0;
margin-top: 10px;
padding: 0;
}
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-exdate-datelist .stec-remove-exdate {
opacity: 0;
color: #f15e6e;
text-decoration: none;
font-size: 14px;
}
body .stec-builder-form-element .stec-repeater-content .stec-repeater-content-exdate-datelist li:hover .stec-remove-exdate {
opacity: 1;
}
body .stec-builder-submission-new-address,
body .stec-builder-submission-new-location {
display: none;
width: 100%;
padding-top: 15px;
margin-top: 30px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
float: left;
}
body .stec-builder-submission-new-address .stec-builder-element-content-p-style,
body .stec-builder-submission-new-location .stec-builder-element-content-p-style {
margin-bottom: 5px;
margin-top: 10px;
}
body .stec-builder-submission-new-address select:not(:last-child),
body .stec-builder-submission-new-location select:not(:last-child),
body .stec-builder-submission-new-address input:not(:last-child),
body .stec-builder-submission-new-location input:not(:last-child),
body .stec-builder-submission-new-address textarea:not(:last-child),
body .stec-builder-submission-new-location textarea:not(:last-child) {
margin-bottom: 15px;
}
body .stec-builder-form {
overflow: hidden;
font-size: 16px;
font-weight: normal;       }
body .stec-builder-form .stec-builder-element-content-media-attachments-style {
display: block;
}
body .stec-builder-form .stec-builder-element-content-media-attachments-style,
body .stec-builder-form .stec-builder-element-content-media-images-style,
body .stec-builder-form .stec-builder-element-content-schedules-style,
body .stec-builder-form .stec-builder-element-content-attendance-style,
body .stec-builder-form .stec-builder-element-content-organizers-style,
body .stec-builder-form .stec-builder-element-content-guests-style,
body .stec-builder-form .stec-bubooking-styleilder-element-content-,
body .stec-builder-form .stec-builder-element-content-privacy-style,
body .stec-builder-form .stec-builder-element-content-captcha-style {
min-height: auto;
}
body .stec-builder-form select[name^="rsvp"]:not(:last-child),
body .stec-builder-form input[name^="rsvp"]:not(:last-child) {
margin-bottom: 10px;
}
body .stec-builder-form .stec-builder-element-content-attendance-style {
display: block;
width: 100%;
float: left;
}
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-attendance-template {
display: none;
float: left;
clear: both;
}
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-attendance {
float: left;
width: 100%;
border-radius: 4px;
border: 1px solid #ececec;
margin-bottom: 10px;
}
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-attendance.collapsed .stec-builder-submission-attendee-head .collapse {
display: none;
}
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-attendance.collapsed .stec-builder-submission-attendee-head .expand {
display: block;
}
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-attendance.collapsed .stec-builder-submission-attendee-toggle-wrap {
display: none;
}
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-attendance .stec-builder-submission-attendee-head {
padding: 5px 5px 5px 20px;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-attendance .stec-builder-submission-attendee-head > div {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-attendance .stec-builder-submission-attendee-head > div button {
background: none;
border: 1px solid #ececec;
color: #202020;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
}
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-attendance .stec-builder-submission-attendee-head > div button:not(:last-child) {
margin-right: 5px;
}
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-attendance .stec-builder-submission-attendee-head > div button.expand:hover,
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-attendance .stec-builder-submission-attendee-head > div button.collapse:hover {
border-color: #7ac143;
color: #7ac143;
}
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-attendance .stec-builder-submission-attendee-head > div button.delete:hover {
border-color: #d64e07;
color: #d64e07;
}
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-attendance .stec-builder-submission-attendee-head > div button.expand {
display: none;
}
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-attendance .stec-builder-submission-attendee-toggle-wrap {
overflow: hidden;
border-top: 1px solid #ececec;
padding: 20px; }
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-attendance .stec-builder-submission-attendee-toggle-wrap > div {
width: 100%;
float: left;
}
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-attendance .stec-builder-submission-attendee-toggle-wrap input[type="number"] {
margin-top: 10px;
}
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-add-attendee {
float: left;
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
color: #fff;
background: #0096dd;
}
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-add-attendee i {
margin-right: 10px;
}
body .stec-builder-form .stec-builder-element-content-attendance-style .stec-builder-submission-add-attendee:hover {
background: #11a7ee;
}
body .stec-builder-form .stec-builder-element-content-guests-style {
display: block;
width: 100%;
float: left;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest-template {
display: none;
float: left;
clear: both;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest {
float: left;
width: 100%;
border-radius: 4px;
border: 1px solid #ececec;
margin-bottom: 10px;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest.collapsed .stec-builder-submission-guest-head .collapse {
display: none;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest.collapsed .stec-builder-submission-guest-head .expand {
display: block;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest.collapsed .stec-builder-submission-guest-toggle-wrap {
display: none;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest .stec-builder-submission-guest-head {
padding: 5px 5px 5px 20px;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest .stec-builder-submission-guest-head > div {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest .stec-builder-submission-guest-head > div button {
background: none;
border: 1px solid #ececec;
color: #202020;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest .stec-builder-submission-guest-head > div button:not(:last-child) {
margin-right: 5px;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest .stec-builder-submission-guest-head > div button.expand:hover,
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest .stec-builder-submission-guest-head > div button.collapse:hover {
border-color: #7ac143;
color: #7ac143;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest .stec-builder-submission-guest-head > div button.delete:hover {
border-color: #d64e07;
color: #d64e07;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest .stec-builder-submission-guest-head > div button.expand {
display: none;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest .stec-builder-submission-guest-toggle-wrap {
overflow: hidden;
border-top: 1px solid #ececec;
padding: 20px; }
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest .stec-builder-submission-guest-toggle-wrap > div {
margin-bottom: 10px;
width: 100%;
float: left;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest .stec-builder-submission-guest-toggle-wrap .add-guests-soclink {
background: none;
border: 1px solid #ececec;
color: #202020;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest .stec-builder-submission-guest-toggle-wrap .add-guests-soclink:hover {
border-color: #7ac143;
color: #7ac143;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest .stec-builder-submission-guest-toggle-wrap .stec-builder-submission-guest-social {
float: left;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest .stec-builder-submission-guest-toggle-wrap .stec-builder-submission-guest-social select {
width: 50%;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest .stec-builder-submission-guest-toggle-wrap .stec-builder-submission-guest-social input {
margin-left: 10px;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest .stec-builder-submission-guest-toggle-wrap .stec-builder-submission-guest-social i {
font-size: 24px;
margin-left: 10px;
cursor: pointer;
color: #c5c5c5;
max-width: 24px;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-guest .stec-builder-submission-guest-toggle-wrap .stec-builder-submission-guest-social i:hover {
color: #d64e07;
float: left;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-add-guest {
float: left;
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
color: #fff;
background: #0096dd;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-add-guest i {
margin-right: 10px;
}
body .stec-builder-form .stec-builder-element-content-guests-style .stec-builder-submission-add-guest:hover {
background: #11a7ee;
}
body .stec-builder-form .stec-builder-element-content-booking-style {
display: block;
width: 100%;
float: left;
min-height: 0;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket-stop-before p {
margin-left: 10px;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket-flex {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
width: 100%;
float: left;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket-flex > div {
width: 100%;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket-flex > div:first-child {
margin-right: 10px;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket-template {
display: none;
float: left;
clear: both;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket {
float: left;
width: 100%;
border-radius: 4px;
border: 1px solid #ececec;
margin-bottom: 10px;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket.collapsed .stec-builder-submission-ticket-head .collapse {
display: none;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket.collapsed .stec-builder-submission-ticket-head .expand {
display: block;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket.collapsed .stec-builder-submission-ticket-toggle-wrap {
display: none;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket .stec-builder-submission-ticket-head {
padding: 5px 5px 5px 20px;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket .stec-builder-submission-ticket-head > div {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket .stec-builder-submission-ticket-head > div button {
background: none;
border: 1px solid #ececec;
color: #202020;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket .stec-builder-submission-ticket-head > div button:not(:last-child) {
margin-right: 5px;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket .stec-builder-submission-ticket-head > div button.expand:hover,
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket .stec-builder-submission-ticket-head > div button.collapse:hover {
border-color: #7ac143;
color: #7ac143;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket .stec-builder-submission-ticket-head > div button.delete:hover {
border-color: #d64e07;
color: #d64e07;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket .stec-builder-submission-ticket-head > div button.expand {
display: none;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket .stec-builder-submission-ticket-toggle-wrap {
overflow: hidden;
border-top: 1px solid #ececec;
padding: 20px; }
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket .stec-builder-submission-ticket-toggle-wrap > div {
margin-bottom: 10px;
width: 100%;
float: left;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket .stec-builder-submission-ticket-toggle-wrap .add-ticket-attribute {
background: none;
border: 1px solid #ececec;
color: #202020;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket .stec-builder-submission-ticket-toggle-wrap .add-ticket-attribute:hover {
border-color: #7ac143;
color: #7ac143;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket .stec-builder-submission-ticket-toggle-wrap .stec-builder-submission-ticket-attributes {
float: left;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket .stec-builder-submission-ticket-toggle-wrap .stec-builder-submission-ticket-attributes input {
width: 50%;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket .stec-builder-submission-ticket-toggle-wrap .stec-builder-submission-ticket-attributes input:first-child {
margin-right: 10px;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket .stec-builder-submission-ticket-toggle-wrap .stec-builder-submission-ticket-attributes i {
font-size: 24px;
margin-left: 10px;
cursor: pointer;
color: #c5c5c5;
max-width: 24px;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-ticket .stec-builder-submission-ticket-toggle-wrap .stec-builder-submission-ticket-attributes i:hover {
color: #d64e07;
float: left;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-add-ticket {
float: left;
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
color: #fff;
background: #0096dd;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-add-ticket i {
margin-right: 10px;
}
body .stec-builder-form .stec-builder-element-content-booking-style .stec-builder-submission-add-ticket:hover {
background: #11a7ee;
}
body .stec-builder-form .status {
width: 100%;
float: left;
padding: 0 20px;
margin-bottom: 10px;
display: none;
}
body .stec-builder-form .stec-builder-submission-organizer-list {
margin-bottom: 10px;
width: 100%;
float: left;
}
body .stec-builder-form .stec-builder-submission-organizer-list > p {
margin-bottom: 10px;
}
body .stec-builder-form .stec-builder-element-content-organizers-style {
display: block;
width: 100%;
float: left;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer-template {
display: none;
float: left;
clear: both;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer {
float: left;
width: 100%;
border-radius: 4px;
border: 1px solid #ececec;
margin-bottom: 10px;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer .stec-builder-submission-organizer-head {
padding: 5px 5px 5px 20px;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer .stec-builder-submission-organizer-head > div {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer .stec-builder-submission-organizer-head > div button {
background: none;
border: 1px solid #ececec;
color: #202020;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer .stec-builder-submission-organizer-head > div button:not(:last-child) {
margin-right: 5px;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer .stec-builder-submission-organizer-head > div button.expand:hover,
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer .stec-builder-submission-organizer-head > div button.collapse:hover {
border-color: #7ac143;
color: #7ac143;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer .stec-builder-submission-organizer-head > div button.delete:hover {
border-color: #d64e07;
color: #d64e07;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer .stec-builder-submission-organizer-head > div button.expand {
display: none;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer .stec-builder-submission-organizer-toggle-wrap {
overflow: hidden;
border-top: 1px solid #ececec;
padding: 20px; }
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer .stec-builder-submission-organizer-toggle-wrap > div {
margin-bottom: 10px;
width: 100%;
float: left;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer .stec-builder-submission-organizer-toggle-wrap .add-organizers-soclink {
background: none;
border: 1px solid #ececec;
color: #202020;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer .stec-builder-submission-organizer-toggle-wrap .add-organizers-soclink:hover {
border-color: #7ac143;
color: #7ac143;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer .stec-builder-submission-organizer-toggle-wrap .stec-builder-submission-organizer-social {
float: left;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer .stec-builder-submission-organizer-toggle-wrap .stec-builder-submission-organizer-social select {
width: 50%;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer .stec-builder-submission-organizer-toggle-wrap .stec-builder-submission-organizer-social input {
margin-left: 10px;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer .stec-builder-submission-organizer-toggle-wrap .stec-builder-submission-organizer-social i {
font-size: 24px;
margin-left: 10px;
cursor: pointer;
color: #c5c5c5;
max-width: 24px;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer .stec-builder-submission-organizer-toggle-wrap .stec-builder-submission-organizer-social i:hover {
color: #d64e07;
float: left;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer button[data-action="insert-organizer"] {
background: #0096dd;
margin: 0 20px 20px;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-organizer button[data-action="insert-organizer"]:hover {
background: #11a7ee;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-add-organizer {
float: left;
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
color: #fff;
background: #0096dd;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-add-organizer i {
margin-right: 10px;
}
body .stec-builder-form .stec-builder-element-content-organizers-style .stec-builder-submission-add-organizer:hover {
background: #11a7ee;
}
body .stec-builder-form .stec-builder-element-content-media-images-style {
display: block;
width: 100%;
float: left;
min-height: 0;
}
body .stec-builder-form .stec-builder-element-content-schedules-style {
display: block;
width: 100%;
float: left;
}
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-schedule-template {
display: none;
float: left;
clear: both;
}
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-schedule {
float: left;
width: 100%;
border-radius: 4px;
border: 1px solid #ececec;
margin-bottom: 10px;
}
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-schedule.collapsed .stec-builder-submission-schedule-head .collapse {
display: none;
}
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-schedule.collapsed .stec-builder-submission-schedule-head .expand {
display: block;
}
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-schedule.collapsed .stec-builder-submission-schedule-toggle-wrap {
display: none;
}
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-schedule .stec-builder-submission-schedule-head {
padding: 5px 5px 5px 20px;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-schedule .stec-builder-submission-schedule-head > div {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-schedule .stec-builder-submission-schedule-head > div button {
background: none;
border: 1px solid #ececec;
color: #202020;
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
}
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-schedule .stec-builder-submission-schedule-head > div button:not(:last-child) {
margin-right: 5px;
}
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-schedule .stec-builder-submission-schedule-head > div button.expand:hover,
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-schedule .stec-builder-submission-schedule-head > div button.collapse:hover {
border-color: #7ac143;
color: #7ac143;
}
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-schedule .stec-builder-submission-schedule-head > div button.delete:hover {
border-color: #d64e07;
color: #d64e07;
}
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-schedule .stec-builder-submission-schedule-head > div button.expand {
display: none;
}
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-schedule .stec-builder-submission-schedule-toggle-wrap {
overflow: hidden;
border-top: 1px solid #ececec;
padding: 20px; }
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-schedule .stec-builder-submission-schedule-toggle-wrap > div {
margin-bottom: 10px;
width: 100%;
float: left;
}
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-add-schedule {
float: left;
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
color: #fff;
background: #0096dd;
}
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-add-schedule i {
margin-right: 10px;
}
body .stec-builder-form .stec-builder-element-content-schedules-style .stec-builder-submission-add-schedule:hover {
background: #11a7ee;
}
body .stec-builder-form .stec-builder-add-media-photo {
font-family: Arial;
font-weight: 700;
font-size: 12px;
line-height: 1.2;
padding: 18px 20px;
border-radius: 4px;
text-transform: uppercase;
cursor: pointer;
float: left;
width: 100px;
height: 100px;
clear: none;
background: none;
border: 1px solid #ececec;
color: #202020;
}
body .stec-builder-form .stec-builder-add-media-photo:hover {
border-color: #7ac143;
color: #7ac143;
}
body .stec-builder-form .stec-builder-hide-upload {
display: none !important;
}
body .stec-builder-form .stec-builder-media-photo {
width: 100px;
height: 100px;
border-radius: 4px;
overflow: hidden;
float: left;
position: relative;
margin-right: 10px;
margin-bottom: 10px;
}
body .stec-builder-form .stec-builder-media-photo img {
width: 100px;
height: 100px;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
body .stec-builder-form .stec-builder-media-photo i {
position: absolute;
width: 30px;
height: 30px;
top: 0;
right: 0;
font-size: 35px;
color: #d64e07;
cursor: pointer;
display: none;
z-index: 2;
}
body .stec-builder-form .stec-builder-media-photo:hover i {
display: block;
}
body .stec-builder-form .stec-builder-submission-add-image {
float: left;
clear: both;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
color: #fff;
background: #0096dd;
}
body .stec-builder-form .stec-builder-submission-add-image i {
margin-right: 10px;
}
body .stec-builder-form .stec-builder-submission-add-image:hover {
background: #11a7ee;
}
body .stec-builder-form .stec-public-file-image-src {
float: left;
width: 100%;
clear: both;
}
body .stec-builder-form .stec-builder-upload-attachments,
body .stec-builder-form .stec-builder-add-media-attachments {
background: #0096dd;
color: #fff;
}
body .stec-builder-form .stec-builder-upload-attachments i,
body .stec-builder-form .stec-builder-add-media-attachments i {
margin-right: 10px;
color: inherit;
}
body .stec-builder-form .stec-builder-upload-attachments:hover,
body .stec-builder-form .stec-builder-add-media-attachments:hover {
background: #11a7ee;
}
body .stec-builder-form .stec-builder-media-attachment {
border: 1px solid #ececec;
border-radius: 4px;
width: 100%;
float: left;
margin-bottom: 10px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
padding: 10px 15px;
}
body .stec-builder-form .stec-builder-media-attachment i {
color: #d64e07;
cursor: pointer;
}
body .stec-builder-form .stec-builder-element-content-rsvp-style label {
float: left;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
cursor: pointer;
}
body .stec-builder-form .stec-builder-element-content-rsvp-style span {
width: auto;
text-indent: 5px;
line-height: 1;
}
body .stec-builder-form select[name="icon"] {
margin-top: 10px;
float: left;
display: none;
}
body .stec-builder-form .stec-builder-element-content-media-icon-images-style {
margin-top: 10px;
float: left;
display: none;
}
.stec-media-small div.stec-builder-element-content-half-width-style {
width: 100%;
margin-left: 0;
}
.stec-media-small div.stec-builder-element-content-half-width-style:last-child {
margin-top: 10px;
}
.stec-media-small .stec-builder-element-content-datetime-style {
width: 100% !important;
float: left;
margin: 0;
margin-bottom: 10px;
}
.stec-media-small .stec-builder-element-content-datetime-style:last-child {
margin-bottom: 0;
}
.stec-media-small .stec-builder-submission-ticket-stop-before p {
margin-left: 0 !important;
margin-top: 5px;
}
.stec-media-small .stec-builder-submission-ticket-flex {
display: block !important;
width: 100%;
}
.stec-media-small .stec-builder-submission-ticket-flex > div {
width: 100%;
margin: 0;
display: block;
float: left;
}
.stec-media-small .stec-builder-submission-ticket-flex > div input {
margin-top: 10px;
margin-bottom: 10px;
}
.stec-builder-form {
font-family: Arial;
}
.stec-builder-form,
.stec-builder-form * {
box-sizing: border-box;
}
.stec-builder-form-element {
padding: 0;
margin: 0px 0px 10px;
float: left;
width: 100%;
}
.stec-builder-form-element .stec-builder-form-element:last-child {
margin: 0;
}
.stec-builder-form-modal {
position: fixed;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.7);
z-index: 9999;
left: 0;
top: 0;
font-family: Arial;
color: #4d4f53;
font-size: 15px;
}
.stec-builder-form-modal * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.stec-builder-form-modal .stec-builder-form-modal-block {
position: fixed;
left: calc(50% - 200px);
top: calc(50% - 150px);
background: #fff;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
border-radius: 3px;
width: 350px;
overflow: hidden;
}
.stec-builder-form-modal .stec-builder-form-modal-block .stec-builder-form-modal-block-top {
float: left;
width: 100%;
}
.stec-builder-form-modal .stec-builder-form-modal-block .stec-builder-form-modal-block-top > div {
min-height: 150px;
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.stec-builder-form-modal .stec-builder-form-modal-block .stec-builder-form-modal-block-top i {
font-size: 72px;
color: #fff;
}
.stec-builder-form-modal .stec-builder-form-modal-block .stec-builder-form-modal-wrap {
width: 100%;
padding: 20px;
float: left;
text-align: center;
}
.stec-builder-form-modal .stec-builder-form-modal-block .stec-builder-form-modal-wrap p {
margin: 0;
}
.stec-builder-form-modal .stec-builder-form-modal-block .stec-builder-form-modal-wrap button {
margin-top: 30px;
border: none;
border-radius: 3px;
padding: 10px 20px;
cursor: pointer;
}
.stec-builder-form-modal.stec-error .stec-builder-form-modal-block-top {
background: #e85928;
}
.stec-builder-form-modal.stec-success .stec-builder-form-modal-block-top {
background: #80aa2d;
}
.stec-builder-form-modal.stec-wait .stec-builder-form-modal-block-top {
background: #ff950b;
}
body.stec-modal-opened > :not(.stec-modal) {
filter: blur(7px) grayscale(1);
}
.mce-fullscreen #wpadminbar {
display: none !important;
}
.mce-fullscreen .stec-builder-form {
position: relative;
z-index: 9999999;
}
@media only screen and (max-width: 768px) {
.stec-builder-form-modal {
z-index: 99999;
}
.stec-builder-form-modal .stec-builder-form-modal-block {
width: 100%;
height: 100%;
top: 0;
left: 0;
}
}
@media only screen and (max-width: 400px) {
div.stec-builder-element-content-half-width-style {
width: 100%;
margin-left: 0 !important;
}
div.stec-builder-element-content-half-width-style:last-child {
margin-top: 10px;
}
}.stec-colorpicker {
z-index: 1;
width: 356px;
height: 176px;
overflow: hidden;
position: absolute;
background: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/colorpicker/images/custom_background.png);
font-family: Arial, Helvetica, sans-serif;
display: none;
}
.colorpicker_color {
width: 150px;
height: 150px;
left: 14px;
top: 13px;
position: absolute;
background: #f00;
overflow: hidden;
cursor: crosshair;
}
.colorpicker_color div {
position: absolute;
top: 0;
left: 0;
width: 150px;
height: 150px;
background: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/colorpicker/images/colorpicker_overlay.png);
}
.colorpicker_color div div {
position: absolute;
top: 0;
left: 0;
width: 11px;
height: 11px;
overflow: hidden;
background: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/colorpicker/images/custom_select.gif);
margin: -5px 0 0 -5px;
}
.colorpicker_hue {
position: absolute;
top: 13px;
left: 171px;
width: 35px;
height: 150px;
cursor: n-resize;
}
.colorpicker_hue div {
position: absolute;
width: 35px;
height: 9px;
overflow: hidden;
background: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/colorpicker/images/custom_indic.gif) left top;
margin: -4px 0 0 0;
left: 0px;
}
.colorpicker_new_color {
position: absolute;
width: 60px;
height: 30px;
left: 213px;
top: 13px;
background: #f00;
}
.colorpicker_current_color {
position: absolute;
width: 60px;
height: 30px;
left: 283px;
top: 13px;
background: #f00;
}
.stec-colorpicker input {
background-color: transparent;
border: 1px solid transparent;
position: absolute;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
color: #898989;
top: 4px;
right: 11px;
text-align: right;
margin: 0;
padding: 0;
height: 11px;
}
.colorpicker_hex {
position: absolute;
width: 72px;
height: 22px;
background: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/colorpicker/images/custom_hex.png) top;
left: 212px;
top: 142px;
}
.colorpicker_hex input {
right: 6px;
}
.colorpicker_field {
height: 22px;
width: 62px;
background-position: top;
position: absolute;
}
.colorpicker_field span {
position: absolute;
width: 12px;
height: 22px;
overflow: hidden;
top: 0;
right: 0;
cursor: n-resize;
}
.colorpicker_rgb_r {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/colorpicker/images/custom_rgb_r.png);
top: 52px;
left: 212px;
}
.colorpicker_rgb_g {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/colorpicker/images/custom_rgb_g.png);
top: 82px;
left: 212px;
}
.colorpicker_rgb_b {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/colorpicker/images/custom_rgb_b.png);
top: 112px;
left: 212px;
}
.colorpicker_hsb_h {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/colorpicker/images/custom_hsb_h.png);
top: 52px;
left: 282px;
}
.colorpicker_hsb_s {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/colorpicker/images/custom_hsb_s.png);
top: 82px;
left: 282px;
}
.colorpicker_hsb_b {
background-image: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/colorpicker/images/custom_hsb_b.png);
top: 112px;
left: 282px;
}
.colorpicker_submit {
position: absolute;
width: 22px;
height: 22px;
background: url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/colorpicker/images/custom_submit.png) top;
left: 322px;
top: 142px;
overflow: hidden;
}
.colorpicker_focus {
background-position: center;
}
.colorpicker_hex.colorpicker_focus {
background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
background-position: bottom;
}
.colorpicker_slider {
background-position: bottom;
}.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.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-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-brands-400.eot);src:url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-brands-400.woff) format("woff"),url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-regular-400.eot);src:url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-regular-400.woff) format("woff"),url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-solid-900.eot);src:url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-solid-900.woff) format("woff"),url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.heilwig.de/hwg/wp-content/plugins/stachethemes_event_calendar/assets/css/fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}.wp-core-ui .button,.wp-core-ui .button-primary,.wp-core-ui .button-secondary{display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box}.wp-core-ui button::-moz-focus-inner,.wp-core-ui input[type=button]::-moz-focus-inner,.wp-core-ui input[type=reset]::-moz-focus-inner,.wp-core-ui input[type=submit]::-moz-focus-inner{border-width:0;border-style:none;padding:0}.wp-core-ui .button-group.button-large .button,.wp-core-ui .button.button-large{min-height:32px;line-height:2.30769231;padding:0 12px}.wp-core-ui .button-group.button-small .button,.wp-core-ui .button.button-small{min-height:26px;line-height:2.18181818;padding:0 8px;font-size:11px}.wp-core-ui .button-group.button-hero .button,.wp-core-ui .button.button-hero{font-size:14px;min-height:46px;line-height:3.14285714;padding:0 36px}.wp-core-ui .button.hidden{display:none}.wp-core-ui input[type=reset],.wp-core-ui input[type=reset]:active,.wp-core-ui input[type=reset]:focus,.wp-core-ui input[type=reset]:hover{background:0 0;border:none;box-shadow:none;padding:0 2px 1px;width:auto}.wp-core-ui .button,.wp-core-ui .button-secondary{color:#2271b1;border-color:#2271b1;background:#f6f7f7;vertical-align:top}.wp-core-ui p .button{vertical-align:baseline}.wp-core-ui .button-secondary:hover,.wp-core-ui .button.hover,.wp-core-ui .button:hover{background:#f0f0f1;border-color:#0a4b78;color:#0a4b78}.wp-core-ui .button-secondary:focus,.wp-core-ui .button.focus,.wp-core-ui .button:focus{background:#f6f7f7;border-color:#3582c4;color:#0a4b78;box-shadow:0 0 0 1px #3582c4;outline:2px solid transparent;outline-offset:0}.wp-core-ui .button-secondary:active,.wp-core-ui .button:active{background:#f6f7f7;border-color:#8c8f94;box-shadow:none}.wp-core-ui .button.active,.wp-core-ui .button.active:hover{background-color:#dcdcde;color:#135e96;border-color:#0a4b78;box-shadow:inset 0 2px 5px -3px #0a4b78}.wp-core-ui .button.active:focus{border-color:#3582c4;box-shadow:inset 0 2px 5px -3px #0a4b78,0 0 0 1px #3582c4}.wp-core-ui .button-disabled,.wp-core-ui .button-secondary.disabled,.wp-core-ui .button-secondary:disabled,.wp-core-ui .button-secondary[disabled],.wp-core-ui .button.disabled,.wp-core-ui .button:disabled,.wp-core-ui .button[disabled]{color:#a7aaad!important;border-color:#dcdcde!important;background:#f6f7f7!important;box-shadow:none!important;cursor:default;transform:none!important}.wp-core-ui .button-secondary[aria-disabled=true],.wp-core-ui .button[aria-disabled=true]{cursor:default}.wp-core-ui .button-link{margin:0;padding:0;box-shadow:none;border:0;border-radius:0;background:0 0;cursor:pointer;text-align:left;color:#2271b1;text-decoration:underline;transition-property:border,background,color;transition-duration:.05s;transition-timing-function:ease-in-out}.wp-core-ui .button-link:active,.wp-core-ui .button-link:hover{color:#135e96}.wp-core-ui .button-link:focus{color:#043959;box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent}.wp-core-ui .button-link-delete{color:#d63638}.wp-core-ui .button-link-delete:focus,.wp-core-ui .button-link-delete:hover{color:#d63638;background:0 0}.wp-core-ui .button-link-delete:disabled{background:0 0!important}.wp-core-ui .button-primary{background:#2271b1;border-color:#2271b1;color:#fff;text-decoration:none;text-shadow:none}.wp-core-ui .button-primary.focus,.wp-core-ui .button-primary.hover,.wp-core-ui .button-primary:focus,.wp-core-ui .button-primary:hover{background:#135e96;border-color:#135e96;color:#fff}.wp-core-ui .button-primary.focus,.wp-core-ui .button-primary:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px #2271b1}.wp-core-ui .button-primary.active,.wp-core-ui .button-primary.active:focus,.wp-core-ui .button-primary.active:hover,.wp-core-ui .button-primary:active{background:#135e96;border-color:#135e96;box-shadow:none;color:#fff}.wp-core-ui .button-primary-disabled,.wp-core-ui .button-primary.disabled,.wp-core-ui .button-primary:disabled,.wp-core-ui .button-primary[disabled]{color:#a7aaad!important;background:#f6f7f7!important;border-color:#dcdcde!important;box-shadow:none!important;text-shadow:none!important;cursor:default}.wp-core-ui .button-primary[aria-disabled=true]{cursor:default}.wp-core-ui .button-group{position:relative;display:inline-block;white-space:nowrap;font-size:0;vertical-align:middle}.wp-core-ui .button-group>.button{display:inline-block;border-radius:0;margin-right:-1px}.wp-core-ui .button-group>.button:first-child{border-radius:3px 0 0 3px}.wp-core-ui .button-group>.button:last-child{border-radius:0 3px 3px 0}.wp-core-ui .button-group>.button-primary+.button{border-left:0}.wp-core-ui .button-group>.button:focus{position:relative;z-index:1}.wp-core-ui .button-group>.button.active{background-color:#dcdcde;color:#135e96;border-color:#0a4b78;box-shadow:inset 0 2px 5px -3px #0a4b78}.wp-core-ui .button-group>.button.active:focus{border-color:#3582c4;box-shadow:inset 0 2px 5px -3px #0a4b78,0 0 0 1px #3582c4}@media screen and (max-width:782px){.wp-core-ui .button,.wp-core-ui .button.button-large,.wp-core-ui .button.button-small,a.preview,input#publish,input#save-post{padding:0 14px;line-height:2.71428571;font-size:14px;vertical-align:middle;min-height:40px;margin-bottom:4px}.wp-core-ui .copy-to-clipboard-container .copy-attachment-url{margin-bottom:0}#media-upload.wp-core-ui .button{padding:0 10px 1px;min-height:24px;line-height:22px;font-size:13px}.media-frame.mode-grid .bulk-select .button{margin-bottom:0}.wp-core-ui .save-post-status.button{position:relative;margin:0 14px 0 10px}.wp-core-ui.wp-customizer .button{font-size:13px;line-height:2.15384615;min-height:30px;margin:0;vertical-align:inherit}.wp-customizer .theme-overlay .theme-actions .button{margin-bottom:5px}.media-modal-content .media-toolbar-primary .media-button{margin-top:10px;margin-left:5px}.interim-login .button.button-large{min-height:30px;line-height:2;padding:0 12px 2px}}@font-face{font-family:dashicons;src:url(//www.heilwig.de/hwg/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//www.heilwig.de/hwg/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//www.heilwig.de/hwg/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//www.heilwig.de/hwg/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//www.heilwig.de/hwg/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//www.heilwig.de/hwg/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}.media-modal *{box-sizing:content-box}.media-modal input,.media-modal select,.media-modal textarea{box-sizing:border-box}.media-frame,.media-modal{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:12px;-webkit-overflow-scrolling:touch}.media-modal legend{padding:0;font-size:13px}.media-modal label{font-size:13px}.media-modal .legend-inline{position:absolute;transform:translate(-100%,50%);margin-left:-1%;line-height:1.2}.media-frame a{border-bottom:none;color:#2271b1}.media-frame a:active,.media-frame a:hover{color:#135e96}.media-frame a:focus{box-shadow:0 0 0 2px #2271b1;color:#043959;outline:2px solid transparent}.media-frame a.button{color:#2c3338}.media-frame a.button:hover{color:#1d2327}.media-frame a.button-primary,.media-frame a.button-primary:hover{color:#fff}.media-frame input,.media-frame textarea{padding:6px 8px}.media-frame select,.wp-admin .media-frame select{min-height:30px;vertical-align:middle}.media-frame input[type=color],.media-frame input[type=date],.media-frame input[type=datetime-local],.media-frame input[type=datetime],.media-frame input[type=email],.media-frame input[type=month],.media-frame input[type=number],.media-frame input[type=password],.media-frame input[type=search],.media-frame input[type=tel],.media-frame input[type=text],.media-frame input[type=time],.media-frame input[type=url],.media-frame input[type=week],.media-frame select,.media-frame textarea{box-shadow:0 0 0 transparent;border-radius:4px;border:1px solid #8c8f94;background-color:#fff;color:#2c3338;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:13px;line-height:1.38461538}.media-frame input[type=date],.media-frame input[type=datetime-local],.media-frame input[type=datetime],.media-frame input[type=email],.media-frame input[type=month],.media-frame input[type=number],.media-frame input[type=password],.media-frame input[type=search],.media-frame input[type=tel],.media-frame input[type=text],.media-frame input[type=time],.media-frame input[type=url],.media-frame input[type=week]{padding:0 8px;line-height:2.15384615}.media-frame.mode-grid .wp-filter input[type=search]{font-size:14px;line-height:2}.media-frame input[type=email]:focus,.media-frame input[type=number]:focus,.media-frame input[type=password]:focus,.media-frame input[type=search]:focus,.media-frame input[type=text]:focus,.media-frame input[type=url]:focus,.media-frame select:focus,.media-frame textarea:focus{border-color:#3582c4;box-shadow:0 0 0 1px #3582c4;outline:2px solid transparent}.media-frame input:disabled,.media-frame input[readonly],.media-frame textarea:disabled,.media-frame textarea[readonly]{background-color:#f0f0f1}.media-frame input[type=search]{-webkit-appearance:textfield}.media-frame ::-webkit-input-placeholder{color:#646970}.media-frame ::-moz-placeholder{color:#646970;opacity:1}.media-frame :-ms-input-placeholder{color:#646970}.media-frame .hidden,.media-frame .setting.hidden{display:none} .ui-draggable-handle,.ui-sortable-handle{touch-action:none}.media-modal{position:fixed;top:30px;left:30px;right:30px;bottom:30px;z-index:160000}.wp-customizer .media-modal{z-index:560000}.media-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:159900}.wp-customizer .media-modal-backdrop{z-index:559900}.media-modal-close{position:absolute;top:0;right:0;width:50px;height:50px;margin:0;padding:0;border:1px solid transparent;background:0 0;color:#646970;z-index:1000;cursor:pointer;outline:0;transition:color .1s ease-in-out,background .1s ease-in-out}.media-modal-close:active,.media-modal-close:hover{color:#135e96}.media-modal-close:focus{color:#135e96;border-color:#4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8);outline:2px solid transparent}.media-modal-close span.media-modal-icon{background-image:none}.media-modal-close .media-modal-icon:before{content:"\f158";font:normal 20px/1 dashicons;speak:never;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.media-modal-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow:auto;min-height:300px;box-shadow:0 5px 15px rgba(0,0,0,.7);background:#fff;-webkit-font-smoothing:subpixel-antialiased}.media-modal-content .media-frame select.attachment-filters{margin-top:32px;margin-right:2%;width:42%;width:calc(48% - 12px)}.wp-core-ui .media-modal-icon{background-image:url(//www.heilwig.de/hwg/wp-includes/images/uploader-icons.png);background-repeat:no-repeat}.media-toolbar{position:absolute;top:0;left:0;right:0;z-index:100;height:60px;padding:0 16px;border:0 solid #dcdcde;overflow:hidden}.media-frame-toolbar .media-toolbar{top:auto;bottom:-47px;height:auto;overflow:visible;border-top:1px solid #dcdcde}.media-toolbar-primary{float:right;height:100%;position:relative}.media-toolbar-secondary{float:left;height:100%}.media-toolbar-primary>.media-button,.media-toolbar-primary>.media-button-group{margin-left:10px;float:left;margin-top:15px}.media-toolbar-secondary>.media-button,.media-toolbar-secondary>.media-button-group{margin-right:10px;margin-top:15px}.media-sidebar{position:absolute;top:0;right:0;bottom:0;width:267px;padding:0 16px;z-index:75;background:#f6f7f7;border-left:1px solid #dcdcde;overflow:auto;-webkit-overflow-scrolling:touch}.media-sidebar::after{content:"";display:flex;clear:both;height:24px}.hide-toolbar .media-sidebar{bottom:0}.image-details .media-embed h2,.media-sidebar h2{position:relative;font-weight:600;text-transform:uppercase;font-size:12px;color:#646970;margin:24px 0 8px}.attachment-details .setting,.media-sidebar .setting{display:block;float:left;width:100%;margin:0 0 10px}.attachment-details h2{display:grid;grid-template-columns:auto 5em}.media-sidebar .collection-settings .setting{margin:1px 0}.attachment-details .setting.has-description,.media-sidebar .setting.has-description{margin-bottom:5px}.media-sidebar .setting .link-to-custom{margin:3px 2px 0}.attachment-details .setting .name,.attachment-details .setting span,.media-sidebar .setting .name,.media-sidebar .setting .value,.media-sidebar .setting span{min-width:30%;margin-right:4%;font-size:12px;text-align:right;word-wrap:break-word}.media-sidebar .setting .name{max-width:80px}.media-sidebar .setting .value{text-align:left}.media-sidebar .setting select{max-width:65%}.attachment-details .field input[type=checkbox],.attachment-details .field input[type=radio],.attachment-details .setting input[type=checkbox],.attachment-details .setting input[type=radio],.media-sidebar .field input[type=checkbox],.media-sidebar .field input[type=radio],.media-sidebar .setting input[type=checkbox],.media-sidebar .setting input[type=radio]{float:none;margin:8px 3px 0;padding:0}.attachment-details .setting .name,.attachment-details .setting .value,.attachment-details .setting span,.compat-item label span,.media-sidebar .checkbox-label-inline,.media-sidebar .setting .name,.media-sidebar .setting .value,.media-sidebar .setting span{float:left;min-height:22px;padding-top:8px;line-height:1.33333333;font-weight:400;color:#646970}.media-sidebar .checkbox-label-inline{font-size:12px}.attachment-details .copy-to-clipboard-container,.media-sidebar .copy-to-clipboard-container{flex-wrap:wrap;margin-top:10px;margin-left:calc(35% - 1px);padding-top:10px}.attachment-details .attachment-info .copy-to-clipboard-container{float:none}.attachment-details .copy-to-clipboard-container .success,.media-sidebar .copy-to-clipboard-container .success{padding:0;min-height:0;line-height:2.18181818;text-align:left;color:#007017}.compat-item label span{text-align:right}.attachment-details .setting .value,.attachment-details .setting input[type=email],.attachment-details .setting input[type=number],.attachment-details .setting input[type=password],.attachment-details .setting input[type=search],.attachment-details .setting input[type=tel],.attachment-details .setting input[type=text],.attachment-details .setting input[type=url],.attachment-details .setting textarea,.attachment-details .setting+.description,.media-sidebar .setting .value,.media-sidebar .setting input[type=email],.media-sidebar .setting input[type=number],.media-sidebar .setting input[type=password],.media-sidebar .setting input[type=search],.media-sidebar .setting input[type=tel],.media-sidebar .setting input[type=text],.media-sidebar .setting input[type=url],.media-sidebar .setting textarea{box-sizing:border-box;margin:1px;width:65%;float:right}.attachment-details .setting .value,.attachment-details .setting+.description,.media-sidebar .setting .value{margin:0 1px;text-align:left}.attachment-details .setting+.description{clear:both;font-size:12px;font-style:normal;margin-bottom:10px}.attachment-details .setting textarea,.compat-item .field textarea,.media-sidebar .setting textarea{height:62px;resize:vertical}.alt-text textarea,.attachment-details .alt-text textarea,.compat-item .alt-text textarea,.media-sidebar .alt-text textarea{height:50px}.compat-item{float:left;width:100%;overflow:hidden}.compat-item table{width:100%;table-layout:fixed;border-spacing:0;border:0}.compat-item tr{padding:2px 0;display:block;overflow:hidden}.compat-item .field,.compat-item .label{display:block;margin:0;padding:0}.compat-item .label{min-width:30%;margin-right:4%;float:left;text-align:right}.compat-item .label span{display:block;width:100%}.compat-item .field{float:right;width:65%;margin:1px}.compat-item .field input[type=email],.compat-item .field input[type=number],.compat-item .field input[type=password],.compat-item .field input[type=search],.compat-item .field input[type=tel],.compat-item .field input[type=text],.compat-item .field input[type=url],.compat-item .field textarea{width:100%;margin:0;box-sizing:border-box}.sidebar-for-errors .attachment-details,.sidebar-for-errors .compat-item,.sidebar-for-errors .media-sidebar .media-progress-bar,.sidebar-for-errors .upload-details{display:none!important}.media-menu{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:50px 0 10px;background:#f6f7f7;border-right-width:1px;border-right-style:solid;border-right-color:#c3c4c7;-webkit-user-select:none;user-select:none}.media-menu .media-menu-item{display:block;box-sizing:border-box;width:100%;position:relative;border:0;margin:0;padding:8px 20px;font-size:14px;line-height:1.28571428;background:0 0;color:#2271b1;text-align:left;text-decoration:none;cursor:pointer}.media-menu .media-menu-item:hover{background:rgba(0,0,0,.04)}.media-menu .media-menu-item:active{color:#2271b1;outline:0}.media-menu .active,.media-menu .active:hover{color:#1d2327;font-weight:600}.media-menu .media-menu-item:focus{box-shadow:0 0 0 2px #2271b1;color:#043959;outline:2px solid transparent}.media-menu .separator{height:0;margin:12px 20px;padding:0;border-top:1px solid #dcdcde}.media-router{position:relative;padding:0 6px;margin:0;clear:both}.media-router .media-menu-item{position:relative;float:left;border:0;margin:0;padding:8px 10px 9px;height:18px;line-height:1.28571428;font-size:14px;text-decoration:none;background:0 0;cursor:pointer;transition:none}.media-router .media-menu-item:last-child{border-right:0}.media-router .media-menu-item:active,.media-router .media-menu-item:hover{color:#2271b1}.media-router .active,.media-router .active:hover{color:#1d2327}.media-router .media-menu-item:focus{box-shadow:0 0 0 2px #2271b1;color:#043959;outline:2px solid transparent;z-index:1}.media-router .active,.media-router .media-menu-item.active:last-child{margin:-1px -1px 0;background:#fff;border:1px solid #dcdcde;border-bottom:none}.media-router .active:after{display:none}.media-frame{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.media-frame-menu{position:absolute;top:0;left:0;bottom:0;width:200px;z-index:150}.media-frame-title{position:absolute;top:0;left:200px;right:0;height:50px;z-index:200}.media-frame-router{position:absolute;top:50px;left:200px;right:0;height:36px;z-index:200}.media-frame-content{position:absolute;top:84px;left:200px;right:0;bottom:61px;height:auto;width:auto;margin:0;overflow:auto;background:#fff;border-top:1px solid #dcdcde}.media-frame-toolbar{position:absolute;left:200px;right:0;z-index:100;bottom:60px;height:auto}.media-frame.hide-menu .media-frame-content,.media-frame.hide-menu .media-frame-router,.media-frame.hide-menu .media-frame-title,.media-frame.hide-menu .media-frame-toolbar{left:0}.media-frame.hide-toolbar .media-frame-content{bottom:0}.media-frame.hide-router .media-frame-content{top:50px}.media-frame.hide-menu .media-frame-menu,.media-frame.hide-menu .media-frame-menu-heading,.media-frame.hide-router .media-frame-router,.media-frame.hide-toolbar .media-frame-toolbar{display:none}.media-frame-title h1{padding:0 16px;font-size:22px;line-height:2.27272727;margin:0}.media-attachments-filter-heading,.media-frame-menu-heading{position:absolute;left:20px;top:22px;margin:0;font-size:13px;line-height:1;z-index:151}.media-attachments-filter-heading{top:10px;left:16px}.mode-grid .media-attachments-filter-heading{top:0;left:-9999px}.mode-grid .media-frame-actions-heading{display:none}.wp-core-ui .button.media-frame-menu-toggle{display:none}.media-frame-title .suggested-dimensions{font-size:14px;float:right;margin-right:20px}.media-frame-content .crop-content{height:100%}.options-general-php .crop-content.site-icon,.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon{margin-right:300px}.media-frame-content .crop-content .crop-image{display:block;margin:auto;max-width:100%;max-height:100%}.media-frame-content .crop-content .upload-errors{position:absolute;width:300px;top:50%;left:50%;margin-left:-150px;margin-right:-150px;z-index:600000}.media-frame .media-iframe{overflow:hidden}.media-frame .media-iframe,.media-frame .media-iframe iframe{height:100%;width:100%;border:0}.media-frame select.attachment-filters{margin-top:11px;margin-right:2%;max-width:42%;max-width:calc(48% - 12px)}.media-frame select.attachment-filters:last-of-type{margin-right:0}.media-frame .search{margin:32px 0 0;padding:4px;font-size:13px;color:#3c434a;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;-webkit-appearance:none}.media-toolbar-primary .search{max-width:100%}.media-modal .media-frame .media-search-input-label{position:absolute;left:0;top:10px;margin:0;line-height:1}.wp-core-ui .attachments{margin:0;-webkit-overflow-scrolling:touch}.wp-core-ui .attachment{position:relative;float:left;padding:8px;margin:0;color:#3c434a;cursor:pointer;list-style:none;text-align:center;-webkit-user-select:none;user-select:none;width:25%;box-sizing:border-box}.wp-core-ui .attachment.details:focus,.wp-core-ui .attachment:focus,.wp-core-ui .selected.attachment:focus{box-shadow:inset 0 0 2px 3px #fff,inset 0 0 0 7px #4f94d4;outline:2px solid transparent;outline-offset:-6px}.wp-core-ui .selected.attachment{box-shadow:inset 0 0 0 5px #fff,inset 0 0 0 7px #c3c4c7}.wp-core-ui .attachment.details{box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 7px #2271b1}.wp-core-ui .attachment-preview{position:relative;box-shadow:inset 0 0 15px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.05);background:#f0f0f1;cursor:pointer}.wp-core-ui .attachment-preview:before{content:"";display:block;padding-top:100%}.wp-core-ui .attachment .icon{margin:0 auto;overflow:hidden}.wp-core-ui .attachment .thumbnail{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;transition:opacity .1s}.wp-core-ui .attachment .portrait img{max-width:100%}.wp-core-ui .attachment .landscape img{max-height:100%}.wp-core-ui .attachment .thumbnail:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);overflow:hidden}.wp-core-ui .attachment .thumbnail img{top:0;left:0}.wp-core-ui .attachment .thumbnail .centered{position:absolute;top:0;left:0;width:100%;height:100%;transform:translate(50%,50%)}.wp-core-ui .attachment .thumbnail .centered img{transform:translate(-50%,-50%)}.wp-core-ui .attachments-browser .attachment .thumbnail .centered img.icon{transform:translate(-50%,-70%)}.wp-core-ui .attachment .filename{position:absolute;left:0;right:0;bottom:0;overflow:hidden;max-height:100%;word-wrap:break-word;text-align:center;font-weight:600;background:rgba(255,255,255,.8);box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)}.wp-core-ui .attachment .filename div{padding:5px 10px}.wp-core-ui .attachment .thumbnail img{position:absolute}.wp-core-ui .attachment-close{display:block;position:absolute;top:5px;right:5px;height:22px;width:22px;padding:0;background-color:#fff;background-position:-96px 4px;border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.3);transition:none}.wp-core-ui .attachment-close:focus,.wp-core-ui .attachment-close:hover{background-position:-36px 4px}.wp-core-ui .attachment .check{display:none;height:24px;width:24px;padding:0;border:0;position:absolute;z-index:10;top:0;right:0;outline:0;background:#f0f0f1;cursor:pointer;box-shadow:0 0 0 1px #fff,0 0 0 2px rgba(0,0,0,.15)}.wp-core-ui .attachment .check .media-modal-icon{display:block;background-position:-1px 0;height:15px;width:15px;margin:5px}.wp-core-ui .attachment .check:hover .media-modal-icon{background-position:-40px 0}.wp-core-ui .attachment.selected .check{display:block}.wp-core-ui .attachment.details .check,.wp-core-ui .attachment.selected .check:focus,.wp-core-ui .media-frame.mode-grid .attachment.selected .check{background-color:#2271b1;box-shadow:0 0 0 1px #fff,0 0 0 2px #2271b1}.wp-core-ui .attachment.selected .check:focus{outline:2px solid transparent}.wp-core-ui .attachment.details .check .media-modal-icon,.wp-core-ui .media-frame.mode-grid .attachment.selected .check .media-modal-icon{background-position:-21px 0}.wp-core-ui .attachment.details .check:hover .media-modal-icon,.wp-core-ui .attachment.selected .check:focus .media-modal-icon,.wp-core-ui .media-frame.mode-grid .attachment.selected .check:hover .media-modal-icon{background-position:-60px 0}.wp-core-ui .media-frame .attachment .describe{position:relative;display:block;width:100%;margin:0;padding:0 8px;font-size:12px;border-radius:0}.media-frame .attachments-browser{position:relative;width:100%;height:100%;overflow:hidden}.attachments-browser .media-toolbar{right:300px;height:72px;background:#fff}.attachments-browser.hide-sidebar .media-toolbar{right:0}.attachments-browser .media-toolbar-primary>.media-button,.attachments-browser .media-toolbar-primary>.media-button-group,.attachments-browser .media-toolbar-secondary>.media-button,.attachments-browser .media-toolbar-secondary>.media-button-group{margin:10px 0}.attachments-browser .attachments{padding:2px 8px 8px}.attachments-browser .uploader-inline,.attachments-browser.has-load-more .attachments-wrapper,.attachments-browser:not(.has-load-more) .attachments{position:absolute;top:72px;left:0;right:300px;bottom:0;overflow:auto;outline:0}.attachments-browser .uploader-inline.hidden{display:none}.attachments-browser .media-toolbar-primary{max-width:33%}.mode-grid .attachments-browser .media-toolbar-primary{display:flex;align-items:center;column-gap:.5rem;margin:11px 0}.mode-grid .attachments-browser .media-toolbar-mode-select .media-toolbar-primary{display:none}.attachments-browser .media-toolbar-secondary{max-width:66%}.uploader-inline .close{background-color:transparent;border:0;cursor:pointer;height:48px;outline:0;padding:0;position:absolute;right:2px;text-align:center;top:2px;width:48px;z-index:1}.uploader-inline .close:before{font:normal 30px/1 dashicons!important;color:#50575e;display:inline-block;content:"\f335";font-weight:300;margin-top:1px}.uploader-inline .close:focus{outline:1px solid #4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8)}.attachments-browser.hide-sidebar .attachments,.attachments-browser.hide-sidebar .uploader-inline{right:0;margin-right:0}.attachments-browser .instructions{display:inline-block;margin-top:16px;line-height:1.38461538;font-size:13px;color:#646970}.attachments-browser .no-media{padding:2em 0 0 2em}.more-loaded .attachment:not(.found-media){background:#dcdcde}.load-more-wrapper{clear:both;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:1em 0}.load-more-wrapper .load-more-count{min-width:100%;margin:0 0 1em;text-align:center}.load-more-wrapper .load-more{margin:0}.media-frame .load-more-wrapper .load-more+.spinner{float:none;margin:0 -30px 0 10px}.media-frame .load-more-wrapper .load-more.hidden+.spinner{margin:0}.load-more-wrapper::after{content:"";min-width:100%;order:1}.load-more-wrapper .load-more-jump{margin:0 0 0 12px}.attachment.new-media{outline:2px dotted #c3c4c7}.media-progress-bar{position:relative;height:10px;width:70%;margin:10px auto;border-radius:10px;background:#dcdcde;background:rgba(0,0,0,.1)}.media-progress-bar div{height:10px;min-width:20px;width:0;background:#2271b1;border-radius:10px;transition:width .3s}.media-uploader-status .media-progress-bar{display:none;width:100%}.uploading.media-uploader-status .media-progress-bar{display:block}.attachment-preview .media-progress-bar{position:absolute;top:50%;left:15%;width:70%;margin:-5px 0 0}.media-uploader-status{position:relative;margin:0 auto;padding-bottom:10px;max-width:400px}.uploader-inline .media-uploader-status h2{display:none}.media-uploader-status .upload-details{display:none;font-size:12px;color:#646970}.uploading.media-uploader-status .upload-details{display:block}.media-uploader-status .upload-detail-separator{padding:0 4px}.media-uploader-status .upload-count{color:#3c434a}.media-uploader-status .upload-dismiss-errors,.media-uploader-status .upload-errors{display:none}.errors.media-uploader-status .upload-dismiss-errors,.errors.media-uploader-status .upload-errors{display:block}.media-uploader-status .upload-dismiss-errors{transition:none;text-decoration:none}.upload-errors .upload-error{padding:12px;margin-bottom:12px;background:#fff;border-left:4px solid #d63638;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.uploader-inline .upload-errors .upload-error{padding:12px 30px;background-color:#fcf0f1;box-shadow:none}.upload-errors .upload-error-filename{font-weight:600}.upload-errors .upload-error-message{display:block;padding-top:8px;word-wrap:break-word}.uploader-window,.wp-editor-wrap .uploader-editor{top:0;left:0;right:0;bottom:0;text-align:center;display:none}.uploader-window{position:fixed;z-index:250000;opacity:0;transition:opacity 250ms}.wp-editor-wrap .uploader-editor{position:absolute;z-index:99998;background:rgba(140,143,148,.9)}.uploader-window,.wp-editor-wrap .uploader-editor.droppable{background:rgba(10,75,120,.9)}.uploader-window-content,.wp-editor-wrap .uploader-editor-content{position:absolute;top:10px;left:10px;right:10px;bottom:10px;border:1px dashed #fff}.uploader-window .uploader-editor-title,.uploader-window h1,.wp-editor-wrap .uploader-editor .uploader-editor-title{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);font-size:3em;line-height:1.3;font-weight:600;color:#fff;margin:0;padding:0 10px}.wp-editor-wrap .uploader-editor .uploader-editor-title{display:none}.wp-editor-wrap .uploader-editor.droppable .uploader-editor-title{display:block}.uploader-window .media-progress-bar{margin-top:20px;max-width:300px;background:0 0;border-color:#fff;display:none}.uploader-window .media-progress-bar div{background:#fff}.uploading .uploader-window .media-progress-bar{display:block}.media-frame .uploader-inline{margin-bottom:20px;padding:0;text-align:center}.uploader-inline-content{position:absolute;top:30%;left:0;right:0}.uploader-inline-content .upload-ui{margin:2em 0}.uploader-inline-content .post-upload-ui{margin-bottom:2em}.uploader-inline .has-upload-message .upload-ui{margin:0 0 4em}.uploader-inline h2{font-size:20px;line-height:1.4;font-weight:400;margin:0}.uploader-inline .has-upload-message .upload-instructions{font-size:14px;color:#3c434a;font-weight:400}.uploader-inline .drop-instructions{display:none}.supports-drag-drop .uploader-inline .drop-instructions{display:block}.uploader-inline p{margin:.5em 0}.uploader-inline .media-progress-bar{display:none}.uploading.uploader-inline .media-progress-bar{display:block}.uploader-inline .browser{display:inline-block!important}.media-selection{position:absolute;top:0;left:0;right:350px;height:60px;padding:0 0 0 16px;overflow:hidden;white-space:nowrap}.media-selection .selection-info{display:inline-block;font-size:12px;height:60px;margin-right:10px;vertical-align:top}.media-selection.editing,.media-selection.empty{display:none}.media-selection.one .edit-selection{display:none}.media-selection .count{display:block;padding-top:12px;font-size:14px;line-height:1.42857142;font-weight:600}.media-selection .button-link{float:left;padding:1px 8px;margin:1px 8px 1px -8px;line-height:1.4;border-right:1px solid #dcdcde;color:#2271b1;text-decoration:none}.media-selection .button-link:focus,.media-selection .button-link:hover{color:#135e96}.media-selection .button-link:last-child{border-right:0;margin-right:0}.selection-info .clear-selection{color:#d63638}.selection-info .clear-selection:focus,.selection-info .clear-selection:hover{color:#d63638}.media-selection .selection-view{display:inline-block;vertical-align:top}.media-selection .attachments{display:inline-block;height:48px;margin:6px;padding:0;overflow:hidden;vertical-align:top}.media-selection .attachment{width:40px;padding:0;margin:4px}.media-selection .attachment .thumbnail{top:0;right:0;bottom:0;left:0}.media-selection .attachment .icon{width:50%}.media-selection .attachment-preview{box-shadow:none;background:0 0}.wp-core-ui .media-selection .attachment.details:focus,.wp-core-ui .media-selection .attachment:focus,.wp-core-ui .media-selection .selected.attachment:focus{box-shadow:0 0 0 1px #fff,0 0 2px 3px #4f94d4;outline:2px solid transparent}.wp-core-ui .media-selection .selected.attachment{box-shadow:none}.wp-core-ui .media-selection .attachment.details{box-shadow:0 0 0 1px #fff,0 0 0 3px #2271b1}.media-selection:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;width:25px;background-image:linear-gradient(to left,#fff,rgba(255,255,255,0))}.media-selection .attachment .filename{display:none}.media-frame .spinner{background:url(//www.heilwig.de/hwg/wp-includes/images/spinner.gif) no-repeat;background-size:20px 20px;float:right;display:inline-block;visibility:hidden;opacity:.7;width:20px;height:20px;margin:0;vertical-align:middle}.media-frame .media-sidebar .settings-save-status .spinner{position:absolute;right:0;top:0}.media-frame.mode-grid .spinner{margin:0;float:none;vertical-align:middle}.media-modal .media-toolbar .spinner{float:none;vertical-align:bottom;margin:0 0 5px 5px}.media-frame .instructions+.spinner.is-active{vertical-align:middle}.media-frame .spinner.is-active{visibility:visible}.attachment-details{position:relative;overflow:auto}.attachment-details .settings-save-status{text-align:right;text-transform:none;font-weight:400}.attachment-details .settings-save-status .spinner{float:none;margin-left:5px}.attachment-details .settings-save-status .saved{display:none}.attachment-details.save-waiting .settings-save-status .spinner{visibility:visible}.attachment-details.save-complete .settings-save-status .saved{display:inline-block}.attachment-info{overflow:hidden;min-height:60px;margin-bottom:16px;line-height:1.5;color:#646970;border-bottom:1px solid #dcdcde;padding-bottom:11px}.attachment-info .wp-media-wrapper{margin-bottom:8px}.attachment-info .wp-media-wrapper.wp-audio{margin-top:13px}.attachment-info .filename{font-weight:600;color:#3c434a;word-wrap:break-word}.attachment-info .thumbnail{position:relative;float:left;max-width:120px;max-height:120px;margin-top:5px;margin-right:10px;margin-bottom:5px}.uploading .attachment-info .thumbnail{width:120px;height:80px;box-shadow:inset 0 0 15px rgba(0,0,0,.1)}.uploading .attachment-info .media-progress-bar{margin-top:35px}.attachment-info .thumbnail-image:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);overflow:hidden}.attachment-info .thumbnail img{display:block;max-width:120px;max-height:120px;margin:0 auto}.attachment-info .details{float:left;font-size:12px;max-width:100%}.attachment-info .delete-attachment,.attachment-info .edit-attachment,.attachment-info .trash-attachment,.attachment-info .untrash-attachment{display:block;text-decoration:none;white-space:nowrap}.attachment-details.needs-refresh .attachment-info .edit-attachment{display:none}.attachment-info .edit-attachment{display:block}.media-modal .delete-attachment,.media-modal .trash-attachment,.media-modal .untrash-attachment{display:inline;padding:0;color:#d63638}.media-modal .delete-attachment:focus,.media-modal .delete-attachment:hover,.media-modal .trash-attachment:focus,.media-modal .trash-attachment:hover,.media-modal .untrash-attachment:focus,.media-modal .untrash-attachment:hover{color:#d63638}.attachment-display-settings{width:100%;float:left;overflow:hidden}.collection-settings{overflow:hidden}.collection-settings .setting input[type=checkbox]{float:left;margin-right:8px}.collection-settings .setting .name,.collection-settings .setting span{min-width:inherit}.media-modal .imgedit-wrap{position:static}.media-modal .imgedit-wrap .imgedit-panel-content{padding:16px 16px 0;overflow:visible}.media-modal .imgedit-wrap .imgedit-save-target{margin:8px 0 24px}.media-modal .imgedit-group{background:0 0;border:none;box-shadow:none;margin:0;padding:0;position:relative}.media-modal .imgedit-group.imgedit-panel-active{margin-bottom:16px;padding-bottom:16px}.media-modal .imgedit-group-top{margin:0}.media-modal .imgedit-group-top h2,.media-modal .imgedit-group-top h2 .button-link{display:inline-block;text-transform:uppercase;font-size:12px;color:#646970;margin:0;margin-top:3px}.media-modal .imgedit-group-top h2 .button-link,.media-modal .imgedit-group-top h2 a{text-decoration:none;color:#646970}.wp-core-ui.media-modal .image-editor .imgedit-help-toggle,.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:active,.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:hover{border:1px solid transparent;margin:0;padding:0;background:0 0;color:#2271b1;font-size:20px;line-height:1;cursor:pointer;box-sizing:content-box;box-shadow:none}.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus{color:#2271b1;border-color:#2271b1;box-shadow:0 0 0 1px #2271b1;outline:2px solid transparent}.wp-core-ui.media-modal .imgedit-group-top .dashicons-arrow-down.imgedit-help-toggle{margin-top:-3px}.wp-core-ui.media-modal .image-editor h3 .imgedit-help-toggle{margin-top:-2px}.media-modal .imgedit-help-toggled span.dashicons:before{content:"\f142"}.media-modal .imgedit-thumbnail-preview{margin:10px 8px 0 0}.imgedit-thumbnail-preview-caption{display:block}.media-modal .imgedit-wrap .notice,.media-modal .imgedit-wrap div.updated{margin:0 16px}.embed-url{display:block;position:relative;padding:16px;margin:0;z-index:250;background:#fff;font-size:18px}.media-frame .embed-url input{font-size:18px;line-height:1.22222222;padding:12px 40px 12px 14px;width:100%;min-width:200px;box-shadow:inset 2px 2px 4px -2px rgba(0,0,0,.1)}.media-frame .embed-url input::-ms-clear{display:none}.media-frame .embed-url .spinner{position:absolute;top:32px;right:26px}.media-frame .embed-loading .embed-url .spinner{visibility:visible}.embed-link-settings,.embed-media-settings{position:absolute;top:82px;left:0;right:0;bottom:0;padding:0 16px;overflow:auto}.media-embed .embed-link-settings .link-text{margin-top:0}.embed-link-settings::after,.embed-media-settings::after{content:"";display:flex;clear:both;height:24px}.media-embed .embed-link-settings{overflow:visible}.embed-preview embed,.embed-preview iframe,.embed-preview img,.mejs-container video{max-width:100%;vertical-align:middle}.embed-preview a{display:inline-block}.embed-preview img{display:block;height:auto}.mejs-container:focus{outline:1px solid #2271b1;box-shadow:0 0 0 2px #2271b1}.image-details .media-modal{left:140px;right:140px}.image-details .media-frame-content,.image-details .media-frame-router,.image-details .media-frame-title{left:0}.image-details .embed-media-settings{top:0;overflow:visible;padding:0}.image-details .embed-media-settings::after{content:none}.image-details .embed-media-settings,.image-details .embed-media-settings div{box-sizing:border-box}.image-details .column-settings{background:#f6f7f7;border-right:1px solid #dcdcde;min-height:100%;width:55%;position:absolute;top:0;left:0}.image-details .column-settings h2{margin:20px;padding-top:20px;border-top:1px solid #dcdcde;color:#1d2327}.image-details .column-image{width:45%;position:absolute;left:55%;top:0}.image-details .image{margin:20px}.image-details .image img{max-width:100%;max-height:500px}.image-details .advanced-toggle{padding:0;color:#646970;text-transform:uppercase;text-decoration:none}.image-details .advanced-toggle:active,.image-details .advanced-toggle:hover{color:#646970}.image-details .advanced-toggle:after{font:normal 20px/1 dashicons;speak:never;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f140";display:inline-block;margin-top:-2px}.image-details .advanced-visible .advanced-toggle:after{content:"\f142"}.image-details .custom-size .custom-size-setting,.image-details .custom-size label{display:block;float:left}.image-details .custom-size .custom-size-setting label{float:none}.image-details .custom-size input{width:5em}.image-details .custom-size .sep{float:left;margin:26px 6px 0}.image-details .custom-size .description{margin-left:0}.media-embed .thumbnail{max-width:100%;max-height:200px;position:relative;float:left}.media-embed .thumbnail img{max-height:200px;display:block}.media-embed .thumbnail:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);overflow:hidden}.media-embed .setting,.media-embed .setting-group{width:100%;margin:10px 0;float:left;display:block;clear:both}.media-embed .setting-group .setting:not(.checkbox-setting){margin:0}.media-embed .setting.has-description{margin-bottom:5px}.media-embed .description{clear:both;font-style:normal}.media-embed .content-track+.description{line-height:1.4;max-width:none!important}.media-embed .remove-track{margin-bottom:10px}.image-details .embed-media-settings .setting,.image-details .embed-media-settings .setting-group{float:none;width:auto}.image-details .actions{margin:10px 0}.image-details .hidden{display:none}.media-embed .setting input[type=text],.media-embed .setting textarea,.media-embed fieldset{display:block;width:100%;max-width:400px}.image-details .embed-media-settings .setting input[type=text],.image-details .embed-media-settings .setting textarea{max-width:inherit;width:70%}.image-details .description,.image-details .embed-media-settings .custom-size,.image-details .embed-media-settings .link-target,.image-details .embed-media-settings .setting input.link-to-custom,.image-details .embed-media-settings .setting-group{margin-left:27%;width:70%}.image-details .description{font-style:normal;margin-top:0}.image-details .embed-media-settings .link-target{margin-top:16px}.audio-details .checkbox-label,.image-details .checkbox-label,.video-details .checkbox-label{vertical-align:baseline}.media-embed .setting input.hidden,.media-embed .setting textarea.hidden{display:none}.media-embed .setting .name,.media-embed .setting span,.media-embed .setting-group .name{display:inline-block;font-size:13px;line-height:1.84615384;color:#646970}.media-embed .setting span{display:block;width:200px}.image-details .embed-media-settings .setting .name,.image-details .embed-media-settings .setting span{float:left;width:25%;text-align:right;margin:8px 1% 0;line-height:1.1}.image-details .embed-media-settings .setting .button-group,.media-frame .setting-group .button-group{width:auto}.media-embed-sidebar{position:absolute;top:0;left:440px}.advanced-section,.link-settings{margin-top:10px}.media-frame .setting .button-group{display:flex;margin:0!important;max-width:none!important}.rtl .media-frame,.rtl .media-frame .search,.rtl .media-frame input[type=email],.rtl .media-frame input[type=number],.rtl .media-frame input[type=password],.rtl .media-frame input[type=search],.rtl .media-frame input[type=tel],.rtl .media-frame input[type=text],.rtl .media-frame input[type=url],.rtl .media-frame select,.rtl .media-frame textarea,.rtl .media-modal{font-family:Tahoma,sans-serif}:lang(he-il) .rtl .media-frame,:lang(he-il) .rtl .media-frame .search,:lang(he-il) .rtl .media-frame input[type=email],:lang(he-il) .rtl .media-frame input[type=number],:lang(he-il) .rtl .media-frame input[type=password],:lang(he-il) .rtl .media-frame input[type=search],:lang(he-il) .rtl .media-frame input[type=text],:lang(he-il) .rtl .media-frame input[type=url],:lang(he-il) .rtl .media-frame select,:lang(he-il) .rtl .media-frame textarea,:lang(he-il) .rtl .media-modal{font-family:Arial,sans-serif}@media only screen and (max-width:900px){.media-modal .media-frame-title{height:40px}.media-modal .media-frame-title h1{line-height:2.22222222;font-size:18px}.media-modal-close{width:42px;height:42px}.media-frame .media-frame-title{position:static;padding:0 44px;text-align:center}.media-frame:not(.hide-menu) .media-frame-content,.media-frame:not(.hide-menu) .media-frame-router,.media-frame:not(.hide-menu) .media-frame-toolbar{left:0}.media-frame:not(.hide-menu) .media-frame-router{top:80px}.media-frame:not(.hide-menu) .media-frame-content{top:114px}.media-frame.hide-router .media-frame-content{top:80px}.media-frame:not(.hide-menu) .media-frame-menu{position:static;width:0}.media-frame:not(.hide-menu) .media-menu{display:none;width:auto;max-width:80%;overflow:auto;z-index:2000;top:75px;left:50%;transform:translateX(-50%);right:auto;bottom:auto;padding:5px 0;border:1px solid #c3c4c7}.media-frame:not(.hide-menu) .media-menu.visible{display:block}.media-frame:not(.hide-menu) .media-menu>a{padding:12px 16px;font-size:16px}.media-frame:not(.hide-menu) .media-menu .separator{margin:5px 10px}.media-frame-menu-heading{clip-path:inset(50%);height:1px;overflow:hidden;padding:0;width:1px;border:0;margin:-1px;word-wrap:normal!important}.wp-core-ui .media-frame:not(.hide-menu) .button.media-frame-menu-toggle{display:inline-flex;align-items:center;position:absolute;left:50%;transform:translateX(-50%);margin:-6px 0 0;padding:0 2px 0 12px;font-size:.875rem;font-weight:600;text-decoration:none;background:0 0;height:.1%;min-height:40px}.wp-core-ui .button.media-frame-menu-toggle:active,.wp-core-ui .button.media-frame-menu-toggle:hover{background:0 0;transform:none}.wp-core-ui .button.media-frame-menu-toggle:focus{outline:1px solid transparent}.media-sidebar{width:230px}.options-general-php .crop-content.site-icon,.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon{margin-right:262px}.attachments-browser .attachments,.attachments-browser .attachments-wrapper,.attachments-browser .media-toolbar,.attachments-browser .uploader-inline,.attachments-browser.has-load-more .attachments-wrapper{right:262px}.attachments-browser .media-toolbar{height:82px}.attachments-browser .attachments,.attachments-browser .uploader-inline,.media-frame-content .attachments-browser .attachments-wrapper{top:82px}.attachment-details .setting,.media-sidebar .setting{margin:6px 0}.attachment-details .setting .name,.attachment-details .setting input,.attachment-details .setting textarea,.compat-item label span,.media-sidebar .setting .name,.media-sidebar .setting input,.media-sidebar .setting textarea{float:none;display:inline-block}.attachment-details .setting span,.media-sidebar .checkbox-label-inline,.media-sidebar .setting span{float:none}.media-sidebar .setting .select-label-inline{display:inline}.attachment-details .setting .name,.compat-item label span,.media-sidebar .checkbox-label-inline,.media-sidebar .setting .name{text-align:inherit;min-height:16px;margin:0;padding:8px 2px 2px}.attachment-details .attachment-info .copy-to-clipboard-container,.media-sidebar .setting .copy-to-clipboard-container{margin-left:0;padding-top:0}.attachment-details .attachment-info .copy-attachment-url,.media-sidebar .setting .copy-attachment-url{margin:0 1px}.attachment-details .setting .value,.media-sidebar .setting .value{float:none;width:auto}.attachment-details .setting input[type=email],.attachment-details .setting input[type=number],.attachment-details .setting input[type=password],.attachment-details .setting input[type=search],.attachment-details .setting input[type=tel],.attachment-details .setting input[type=text],.attachment-details .setting input[type=url],.attachment-details .setting select,.attachment-details .setting textarea,.attachment-details .setting+.description,.media-sidebar .setting input[type=email],.media-sidebar .setting input[type=number],.media-sidebar .setting input[type=password],.media-sidebar .setting input[type=search],.media-sidebar .setting input[type=tel],.media-sidebar .setting input[type=text],.media-sidebar .setting input[type=url],.media-sidebar .setting select,.media-sidebar .setting textarea{float:none;width:98%;max-width:none;height:auto}.media-frame .media-toolbar input[type=search]{line-height:2.25}.attachment-details .setting select.columns,.media-sidebar .setting select.columns{width:auto}.media-frame .search,.media-frame input,.media-frame textarea{padding:3px 6px}.wp-admin .media-frame select{min-height:40px;font-size:16px;line-height:1.625;padding:5px 24px 5px 8px}.image-details .column-image{width:30%;left:70%}.image-details .column-settings{width:70%}.image-details .media-modal{left:30px;right:30px}.image-details .embed-media-settings .setting,.image-details .embed-media-settings .setting-group{margin:20px}.image-details .embed-media-settings .setting .name,.image-details .embed-media-settings .setting span{float:none;text-align:left;width:100%;margin-bottom:4px;margin-left:0}.media-modal .legend-inline{position:static;transform:none;margin-left:0;margin-bottom:6px}.image-details .embed-media-settings .setting-group .setting{margin-bottom:0}.image-details .embed-media-settings .setting input.link-to-custom,.image-details .embed-media-settings .setting input[type=text],.image-details .embed-media-settings .setting textarea{width:100%;margin-left:0}.image-details .embed-media-settings .setting.has-description{margin-bottom:5px}.image-details .description{width:auto;margin:0 20px}.image-details .embed-media-settings .custom-size{margin-left:20px}.collection-settings .setting input[type=checkbox]{float:none;margin-top:0}.media-selection{min-width:120px}.media-selection:after{background:0 0}.media-selection .attachments{display:none}.media-modal .attachments-browser .media-toolbar .search{max-width:100%;height:auto;float:right}.media-modal .attachments-browser .media-toolbar .attachment-filters{height:auto}.media-frame input[type=email],.media-frame input[type=number],.media-frame input[type=password],.media-frame input[type=search],.media-frame input[type=text],.media-frame input[type=url],.media-frame select,.media-frame textarea{font-size:16px;line-height:1.5}.media-frame .media-toolbar input[type=search]{line-height:2.3755}.media-modal .media-toolbar .spinner{margin-bottom:10px}}@media screen and (max-width:782px){.imgedit-panel-content{grid-template-columns:auto}.media-frame-toolbar .media-toolbar{bottom:-54px}.mode-grid .attachments-browser .media-toolbar-primary{display:grid;grid-template-columns:auto 1fr}.mode-grid .attachments-browser .media-toolbar-primary input[type=search]{width:100%}.attachment-details .copy-to-clipboard-container .success,.media-sidebar .copy-to-clipboard-container .success{font-size:14px;line-height:2.71428571}.media-frame .wp-filter .media-toolbar-secondary{position:unset}.media-frame .media-toolbar-secondary .spinner{position:absolute;top:0;bottom:0;margin:auto;left:0;right:0;z-index:9}.media-bg-overlay{content:'';background:#fff;width:100%;height:100%;display:none;position:absolute;left:0;right:0;top:0;bottom:0;opacity:.6}}@media only screen and (max-width:640px),screen and (max-height:400px){.image-details .media-modal,.media-modal{position:fixed;top:0;left:0;right:0;bottom:0}.media-modal-backdrop{position:fixed}.options-general-php .crop-content.site-icon,.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon{margin-right:0}.media-sidebar{z-index:1900;max-width:70%;bottom:120%;box-sizing:border-box;padding-bottom:0}.media-sidebar.visible{bottom:0}.attachments-browser .attachments,.attachments-browser .media-toolbar,.attachments-browser .uploader-inline,.media-frame-content .attachments-browser .attachments-wrapper{right:0}.image-details .media-frame-title{display:block;top:0;font-size:14px}.image-details .column-image,.image-details .column-settings{width:100%;position:relative;left:0}.image-details .column-settings{padding:4px 0}.media-frame-content .media-toolbar .instructions{display:none}.load-more-wrapper .load-more-jump{margin:12px 0 0}}@media only screen and (min-width:901px) and (max-height:400px){.media-frame:not(.hide-menu) .media-menu,.media-menu{top:0;padding-top:44px}.load-more-wrapper .load-more-jump{margin:12px 0 0}}@media only screen and (max-width:480px){.wp-core-ui.wp-customizer .media-button{margin-top:13px}}@media print,(min-resolution:120dpi){.wp-core-ui .media-modal-icon{background-image:url(//www.heilwig.de/hwg/wp-includes/images/uploader-icons-2x.png);background-size:134px 15px}.media-frame .spinner{background-image:url(//www.heilwig.de/hwg/wp-includes/images/spinner-2x.gif)}}.media-frame-content[data-columns="1"] .attachment{width:100%}.media-frame-content[data-columns="2"] .attachment{width:50%}.media-frame-content[data-columns="3"] .attachment{width:33.33%}.media-frame-content[data-columns="4"] .attachment{width:25%}.media-frame-content[data-columns="5"] .attachment{width:20%}.media-frame-content[data-columns="6"] .attachment{width:16.66%}.media-frame-content[data-columns="7"] .attachment{width:14.28%}.media-frame-content[data-columns="8"] .attachment{width:12.5%}.media-frame-content[data-columns="9"] .attachment{width:11.11%}.media-frame-content[data-columns="10"] .attachment{width:10%}.media-frame-content[data-columns="11"] .attachment{width:9.09%}.media-frame-content[data-columns="12"] .attachment{width:8.33%}.imgareaselect-border1 {
background: url(//www.heilwig.de/hwg/wp-includes/js/imgareaselect/border-anim-v.gif) repeat-y left top;
}
.imgareaselect-border2 {
background: url(//www.heilwig.de/hwg/wp-includes/js/imgareaselect/border-anim-h.gif) repeat-x left top;
}
.imgareaselect-border3 {
background: url(//www.heilwig.de/hwg/wp-includes/js/imgareaselect/border-anim-v.gif) repeat-y right top;
}
.imgareaselect-border4 {
background: url(//www.heilwig.de/hwg/wp-includes/js/imgareaselect/border-anim-h.gif) repeat-x left bottom;
}
.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
filter: alpha(opacity=50);
opacity: 0.5;
}
.imgareaselect-handle {
background-color: #fff;
border: solid 1px #000;
filter: alpha(opacity=50);
opacity: 0.5;
}
.imgareaselect-outer {
background-color: #000;
filter: alpha(opacity=50);
opacity: 0.5;
}
.imgareaselect-selection {
}.mce-tinymce{box-shadow:none}.mce-container,.mce-container *,.mce-widget,.mce-widget *{color:inherit;font-family:inherit}.mce-container .mce-monospace,.mce-widget .mce-monospace{font-family:Consolas,Monaco,monospace;font-size:13px;line-height:150%}#mce-modal-block,#mce-modal-block.mce-fade{opacity:.7;transition:none;background:#000}.mce-window{border-radius:0;box-shadow:0 3px 6px rgba(0,0,0,.3);-webkit-font-smoothing:subpixel-antialiased;transition:none}.mce-window .mce-container-body.mce-abs-layout{overflow:visible}.mce-window .mce-window-head{background:#fff;border-bottom:1px solid #dcdcde;padding:0;min-height:36px}.mce-window .mce-window-head .mce-title{color:#3c434a;font-size:18px;font-weight:600;line-height:36px;margin:0;padding:0 36px 0 16px}.mce-window .mce-window-head .mce-close,.mce-window-head .mce-close .mce-i-remove{color:transparent;top:0;right:0;width:36px;height:36px;padding:0;line-height:36px;text-align:center}.mce-window-head .mce-close .mce-i-remove:before{font:normal 20px/36px dashicons;text-align:center;color:#646970;width:36px;height:36px;display:block}.mce-window-head .mce-close:focus .mce-i-remove:before,.mce-window-head .mce-close:hover .mce-i-remove:before{color:#135e96}.mce-window-head .mce-close:focus .mce-i-remove,div.mce-tab:focus{box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent}.mce-window .mce-window-head .mce-dragh{width:calc(100% - 36px)}.mce-window .mce-foot{border-top:1px solid #dcdcde}#wp-link .query-results,.mce-checkbox i.mce-i-checkbox,.mce-textbox{border:1px solid #dcdcde;border-radius:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.07);transition:.05s all ease-in-out}#wp-link .query-results:focus,.mce-checkbox:focus i.mce-i-checkbox,.mce-textbox.mce-focus,.mce-textbox:focus{border-color:#4f94d4;box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent}.mce-window .mce-wp-help{height:360px;width:460px;overflow:auto}.mce-window .mce-wp-help *{box-sizing:border-box}.mce-window .mce-wp-help>.mce-container-body{width:auto!important}.mce-window .wp-editor-help{padding:10px 10px 0 20px}.mce-window .wp-editor-help h2,.mce-window .wp-editor-help p{margin:8px 0;white-space:normal;font-size:14px;font-weight:400}.mce-window .wp-editor-help table{width:100%;margin-bottom:20px}.mce-window .wp-editor-help table.wp-help-single{margin:0 8px 20px}.mce-window .wp-editor-help table.fixed{table-layout:fixed}.mce-window .wp-editor-help table.fixed td:nth-child(odd),.mce-window .wp-editor-help table.fixed th:nth-child(odd){width:12%}.mce-window .wp-editor-help table.fixed td:nth-child(2n),.mce-window .wp-editor-help table.fixed th:nth-child(2n){width:38%}.mce-window .wp-editor-help table.fixed th:nth-child(odd){padding:5px 0 0}.mce-window .wp-editor-help td,.mce-window .wp-editor-help th{font-size:13px;padding:5px;vertical-align:middle;word-wrap:break-word;white-space:normal}.mce-window .wp-editor-help th{font-weight:600;padding-bottom:0}.mce-window .wp-editor-help kbd{font-family:monospace;padding:2px 7px 3px;font-weight:600;margin:0;background:#f0f0f1;background:rgba(0,0,0,.08)}.mce-window .wp-help-th-center td:nth-child(odd),.mce-window .wp-help-th-center th:nth-child(odd){text-align:center}.mce-floatpanel.mce-popover,.mce-menu{border-color:rgba(0,0,0,.15);border-radius:0;box-shadow:0 3px 5px rgba(0,0,0,.2)}.mce-floatpanel.mce-popover.mce-bottom,.mce-menu{margin-top:2px}.mce-floatpanel .mce-arrow{display:none}.mce-menu .mce-container-body{min-width:160px}.mce-menu-item{border:none;margin-bottom:2px;padding:6px 15px 6px 12px}.mce-menu-has-icons i.mce-ico{line-height:20px}div.mce-panel{border:0;background:#fff}.mce-panel.mce-menu{border:1px solid #dcdcde}div.mce-tab{line-height:13px}div.mce-toolbar-grp{border-bottom:1px solid #dcdcde;background:#f6f7f7;padding:0;position:relative}div.mce-inline-toolbar-grp{border:1px solid #a7aaad;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.15);box-sizing:border-box;margin-bottom:8px;position:absolute;-webkit-user-select:none;user-select:none;max-width:98%;z-index:100100}div.mce-inline-toolbar-grp>div.mce-stack-layout{padding:1px}div.mce-inline-toolbar-grp.mce-arrow-up{margin-bottom:0;margin-top:8px}div.mce-inline-toolbar-grp:after,div.mce-inline-toolbar-grp:before{position:absolute;left:50%;display:block;width:0;height:0;border-style:solid;border-color:transparent;content:""}div.mce-inline-toolbar-grp.mce-arrow-up:before{top:-9px;border-bottom-color:#a7aaad;border-width:0 9px 9px;margin-left:-9px}div.mce-inline-toolbar-grp.mce-arrow-down:before{bottom:-9px;border-top-color:#a7aaad;border-width:9px 9px 0;margin-left:-9px}div.mce-inline-toolbar-grp.mce-arrow-up:after{top:-8px;border-bottom-color:#f6f7f7;border-width:0 8px 8px;margin-left:-8px}div.mce-inline-toolbar-grp.mce-arrow-down:after{bottom:-8px;border-top-color:#f6f7f7;border-width:8px 8px 0;margin-left:-8px}div.mce-inline-toolbar-grp.mce-arrow-left:after,div.mce-inline-toolbar-grp.mce-arrow-left:before{margin:0}div.mce-inline-toolbar-grp.mce-arrow-left:before{left:20px}div.mce-inline-toolbar-grp.mce-arrow-left:after{left:21px}div.mce-inline-toolbar-grp.mce-arrow-right:after,div.mce-inline-toolbar-grp.mce-arrow-right:before{left:auto;margin:0}div.mce-inline-toolbar-grp.mce-arrow-right:before{right:20px}div.mce-inline-toolbar-grp.mce-arrow-right:after{right:21px}div.mce-inline-toolbar-grp.mce-arrow-full{right:0}div.mce-inline-toolbar-grp.mce-arrow-full>div{width:100%;overflow-x:auto}div.mce-toolbar-grp>div{padding:3px}.has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first{padding-right:32px}.mce-toolbar .mce-btn-group{margin:0}.block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child){display:none}.block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar{display:block}div.mce-statusbar{border-top:1px solid #dcdcde}div.mce-path{padding:2px 10px;margin:0}.mce-path,.mce-path .mce-divider,.mce-path-item{font-size:12px}.mce-toolbar .mce-btn,.qt-dfw{border-color:transparent;background:0 0;box-shadow:none;text-shadow:none;cursor:pointer}.mce-btn .mce-txt{direction:inherit;text-align:inherit}.mce-toolbar .mce-btn-group .mce-btn,.qt-dfw{border:1px solid transparent;margin:2px;border-radius:2px}.mce-toolbar .mce-btn-group .mce-btn:focus,.mce-toolbar .mce-btn-group .mce-btn:hover,.qt-dfw:focus,.qt-dfw:hover{background:#f6f7f7;color:#1d2327;box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent}.mce-toolbar .mce-btn-group .mce-btn.mce-active,.mce-toolbar .mce-btn-group .mce-btn:active,.qt-dfw.active{background:#f0f0f1;border-color:#50575e}.mce-btn.mce-active,.mce-btn.mce-active button,.mce-btn.mce-active i,.mce-btn.mce-active:hover button,.mce-btn.mce-active:hover i{color:inherit}.mce-toolbar .mce-btn-group .mce-btn.mce-active:focus,.mce-toolbar .mce-btn-group .mce-btn.mce-active:hover{border-color:#1d2327}.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus,.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover{color:#a7aaad;background:0 0;border-color:#dcdcde;text-shadow:0 1px 0 #fff;box-shadow:none}.mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus{border-color:#50575e}.mce-toolbar .mce-btn-group .mce-first,.mce-toolbar .mce-btn-group .mce-last{border-color:transparent}.mce-toolbar .mce-btn button,.qt-dfw{padding:2px 3px;line-height:normal}.mce-toolbar .mce-listbox button{font-size:13px;line-height:1.53846153;padding-left:6px;padding-right:20px}.mce-toolbar .mce-btn i{text-shadow:none}.mce-toolbar .mce-btn-group>div{white-space:normal}.mce-toolbar .mce-colorbutton .mce-open{border-right:0}.mce-toolbar .mce-colorbutton .mce-preview{margin:0;padding:0;top:auto;bottom:2px;left:3px;height:3px;width:20px;background:#50575e}.mce-toolbar .mce-btn-group .mce-btn.mce-primary{min-width:0;background:#3582c4;border-color:#2271b1 #135e96 #135e96;box-shadow:0 1px 0 #135e96;color:#fff;text-decoration:none;text-shadow:none}.mce-toolbar .mce-btn-group .mce-btn.mce-primary button{padding:2px 3px 1px}.mce-toolbar .mce-btn-group .mce-btn.mce-primary .mce-ico{color:#fff}.mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus,.mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover{background:#4f94d4;border-color:#135e96;color:#fff}.mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus{box-shadow:0 0 1px 1px #72aee6}.mce-toolbar .mce-btn-group .mce-btn.mce-primary:active{background:#2271b1;border-color:#135e96;box-shadow:inset 0 2px 0 #135e96}.mce-toolbar .mce-btn-group .mce-btn.mce-listbox{border-radius:0;direction:ltr;background:#fff;border:1px solid #dcdcde}.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:focus,.mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover{box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent}.mce-panel .mce-btn i.mce-caret{border-top:6px solid #50575e;margin-left:2px;margin-right:2px}.mce-listbox i.mce-caret{right:4px}.mce-panel .mce-btn:focus i.mce-caret,.mce-panel .mce-btn:hover i.mce-caret{border-top-color:#1d2327}.mce-panel .mce-active i.mce-caret{border-top:0;border-bottom:6px solid #1d2327;margin-top:7px}.mce-listbox.mce-active i.mce-caret{margin-top:-3px}.mce-toolbar .mce-splitbtn:hover .mce-open{border-right-color:transparent}.mce-toolbar .mce-splitbtn .mce-open.mce-active{background:0 0;outline:0}.mce-menu .mce-menu-item.mce-active.mce-menu-item-normal,.mce-menu .mce-menu-item.mce-active.mce-menu-item-preview,.mce-menu .mce-menu-item.mce-selected,.mce-menu .mce-menu-item:focus,.mce-menu .mce-menu-item:hover{background:#2271b1;color:#fff}.mce-menu .mce-menu-item.mce-selected .mce-caret,.mce-menu .mce-menu-item:focus .mce-caret,.mce-menu .mce-menu-item:hover .mce-caret{border-left-color:#fff}.rtl .mce-menu .mce-menu-item.mce-selected .mce-caret,.rtl .mce-menu .mce-menu-item:focus .mce-caret,.rtl .mce-menu .mce-menu-item:hover .mce-caret{border-left-color:inherit;border-right-color:#fff}.mce-menu .mce-menu-item.mce-active .mce-menu-shortcut,.mce-menu .mce-menu-item.mce-disabled:hover .mce-ico,.mce-menu .mce-menu-item.mce-disabled:hover .mce-text,.mce-menu .mce-menu-item.mce-selected .mce-ico,.mce-menu .mce-menu-item.mce-selected .mce-text,.mce-menu .mce-menu-item:focus .mce-ico,.mce-menu .mce-menu-item:focus .mce-menu-shortcut,.mce-menu .mce-menu-item:focus .mce-text,.mce-menu .mce-menu-item:hover .mce-ico,.mce-menu .mce-menu-item:hover .mce-menu-shortcut,.mce-menu .mce-menu-item:hover .mce-text{color:inherit}.mce-menu .mce-menu-item.mce-disabled{cursor:default}.mce-menu .mce-menu-item.mce-disabled:hover{background:#c3c4c7}div.mce-menubar{border-color:#dcdcde;background:#fff;border-width:0 0 1px}.mce-menubar .mce-menubtn.mce-active,.mce-menubar .mce-menubtn:focus,.mce-menubar .mce-menubtn:hover{border-color:transparent;background:0 0}.mce-menubar .mce-menubtn:focus{color:#043959;box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent}.mce-menu-item-sep:hover,div.mce-menu .mce-menu-item-sep{border-bottom:1px solid #dcdcde;height:0;margin:5px 0}.mce-menubtn span{margin-right:0;padding-left:3px}.mce-menu-has-icons i.mce-ico:before{margin-left:-2px}.mce-menu.mce-menu-align .mce-menu-item-normal{position:relative}.mce-menu.mce-menu-align .mce-menu-shortcut{bottom:.6em;font-size:.9em}.mce-primary button,.mce-primary button i{text-align:center;color:#fff;text-shadow:none;padding:0;line-height:1.85714285}.mce-window .mce-btn{color:#50575e;background:#f6f7f7;text-decoration:none;font-size:13px;line-height:26px;height:28px;margin:0;padding:0;cursor:pointer;border:1px solid #c3c4c7;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-shadow:0 1px 0 #c3c4c7}.mce-window .mce-btn::-moz-focus-inner{border-width:0;border-style:none;padding:0}.mce-window .mce-btn:focus,.mce-window .mce-btn:hover{background:#f6f7f7;border-color:#8c8f94;color:#1d2327}.mce-window .mce-btn:focus{border-color:#4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8)}.mce-window .mce-btn:active{background:#f0f0f1;border-color:#8c8f94;box-shadow:inset 0 2px 5px -3px rgba(0,0,0,.5);transform:translateY(1px)}.mce-window .mce-btn.mce-disabled{color:#a7aaad!important;border-color:#dcdcde!important;background:#f6f7f7!important;box-shadow:none!important;text-shadow:0 1px 0 #fff!important;cursor:default;transform:none!important}.mce-window .mce-btn.mce-primary{background:#3582c4;border-color:#2271b1 #135e96 #135e96;box-shadow:0 1px 0 #135e96;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #135e96,1px 0 1px #135e96,0 1px 1px #135e96,-1px 0 1px #135e96}.mce-window .mce-btn.mce-primary:focus,.mce-window .mce-btn.mce-primary:hover{background:#4f94d4;border-color:#135e96;color:#fff}.mce-window .mce-btn.mce-primary:focus{box-shadow:0 1px 0 #2271b1,0 0 2px 1px #72aee6}.mce-window .mce-btn.mce-primary:active{background:#2271b1;border-color:#135e96;box-shadow:inset 0 2px 0 #135e96;vertical-align:top}.mce-window .mce-btn.mce-primary.mce-disabled{color:#9ec2e6!important;background:#4f94d4!important;border-color:#3582c4!important;box-shadow:none!important;text-shadow:0 -1px 0 rgba(0,0,0,.1)!important;cursor:default}.mce-menubtn.mce-fixed-width span{overflow-x:hidden;text-overflow:ellipsis;width:82px}.mce-charmap{margin:3px}.mce-charmap td{padding:0;border-color:#dcdcde;cursor:pointer}.mce-charmap td:hover{background:#f6f7f7}.mce-charmap td div{width:18px;height:22px;line-height:1.57142857}.mce-tooltip{margin-top:2px}.mce-tooltip-inner{border-radius:3px;box-shadow:0 3px 5px rgba(0,0,0,.2);color:#fff;font-size:12px}.mce-ico{font-family:tinymce,Arial}.mce-btn-small .mce-ico{font-family:tinymce-small,Arial}.mce-toolbar .mce-ico{color:#50575e;line-height:1;width:20px;height:20px;text-align:center;text-shadow:none;margin:0;padding:0}.qt-dfw{color:#50575e;line-height:1;width:28px;height:26px;text-align:center;text-shadow:none}.mce-toolbar .mce-btn .mce-open{line-height:20px}.mce-toolbar .mce-btn.mce-active .mce-open,.mce-toolbar .mce-btn:focus .mce-open,.mce-toolbar .mce-btn:hover .mce-open{border-left-color:#1d2327}div.mce-notification{left:10%!important;right:10%}.mce-notification button.mce-close{right:6px;top:3px;font-weight:400;color:#50575e}.mce-notification button.mce-close:focus,.mce-notification button.mce-close:hover{color:#000}i.mce-i-aligncenter,i.mce-i-alignjustify,i.mce-i-alignleft,i.mce-i-alignright,i.mce-i-backcolor,i.mce-i-blockquote,i.mce-i-bold,i.mce-i-bullist,i.mce-i-charmap,i.mce-i-dashicon,i.mce-i-dfw,i.mce-i-forecolor,i.mce-i-fullscreen,i.mce-i-help,i.mce-i-hr,i.mce-i-indent,i.mce-i-italic,i.mce-i-link,i.mce-i-ltr,i.mce-i-numlist,i.mce-i-outdent,i.mce-i-pastetext,i.mce-i-pasteword,i.mce-i-redo,i.mce-i-remove,i.mce-i-removeformat,i.mce-i-spellchecker,i.mce-i-strikethrough,i.mce-i-underline,i.mce-i-undo,i.mce-i-unlink,i.mce-i-wp-media-library,i.mce-i-wp_adv,i.mce-i-wp_code,i.mce-i-wp_fullscreen,i.mce-i-wp_help,i.mce-i-wp_more,i.mce-i-wp_page{font:normal 20px/1 dashicons;padding:0;vertical-align:top;speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:-2px;padding-right:2px}.qt-dfw{font:normal 20px/1 dashicons;vertical-align:top;speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}i.mce-i-bold:before{content:"\f200"}i.mce-i-italic:before{content:"\f201"}i.mce-i-bullist:before{content:"\f203"}i.mce-i-numlist:before{content:"\f204"}i.mce-i-blockquote:before{content:"\f205"}i.mce-i-alignleft:before{content:"\f206"}i.mce-i-aligncenter:before{content:"\f207"}i.mce-i-alignright:before{content:"\f208"}i.mce-i-link:before{content:"\f103"}i.mce-i-unlink:before{content:"\f225"}i.mce-i-wp_more:before{content:"\f209"}i.mce-i-strikethrough:before{content:"\f224"}i.mce-i-spellchecker:before{content:"\f210"}.qt-dfw:before,i.mce-i-dfw:before,i.mce-i-fullscreen:before,i.mce-i-wp_fullscreen:before{content:"\f211"}i.mce-i-wp_adv:before{content:"\f212"}i.mce-i-underline:before{content:"\f213"}i.mce-i-alignjustify:before{content:"\f214"}i.mce-i-backcolor:before,i.mce-i-forecolor:before{content:"\f215"}i.mce-i-pastetext:before{content:"\f217"}i.mce-i-removeformat:before{content:"\f218"}i.mce-i-charmap:before{content:"\f220"}i.mce-i-outdent:before{content:"\f221"}i.mce-i-indent:before{content:"\f222"}i.mce-i-undo:before{content:"\f171"}i.mce-i-redo:before{content:"\f172"}i.mce-i-help:before,i.mce-i-wp_help:before{content:"\f223"}i.mce-i-wp-media-library:before{content:"\f104"}i.mce-i-ltr:before{content:"\f320"}i.mce-i-wp_page:before{content:"\f105"}i.mce-i-hr:before{content:"\f460"}i.mce-i-remove:before{content:"\f158"}i.mce-i-wp_code:before{content:"\f475"}.rtl i.mce-i-outdent:before{content:"\f222"}.rtl i.mce-i-indent:before{content:"\f221"}.wp-editor-wrap{position:relative}.wp-editor-tools{position:relative;z-index:1}.wp-editor-tools:after{clear:both;content:"";display:table}.wp-editor-container{clear:both;border:1px solid #dcdcde}.wp-editor-area{font-family:Consolas,Monaco,monospace;font-size:13px;padding:10px;margin:1px 0 0;line-height:150%;border:0;outline:0;display:block;resize:vertical;box-sizing:border-box}.rtl .wp-editor-area{font-family:Tahoma,Monaco,monospace}.locale-he-il .wp-editor-area{font-family:Arial,Monaco,monospace}.wp-editor-container textarea.wp-editor-area{width:100%;margin:0;box-shadow:none}.wp-editor-tabs{float:right}.wp-switch-editor{float:left;box-sizing:content-box;position:relative;top:1px;background:#f0f0f1;color:#646970;cursor:pointer;font-size:13px;line-height:1.46153846;height:20px;margin:5px 0 0 5px;padding:3px 8px 4px;border:1px solid #dcdcde}.wp-switch-editor:focus{box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent;color:#1d2327}.wp-switch-editor:active{background-color:#f6f7f7;box-shadow:none}.js .tmce-active .wp-editor-area{color:#fff}.tmce-active .quicktags-toolbar{display:none}.html-active .switch-html,.tmce-active .switch-tmce{background:#f6f7f7;color:#50575e;border-bottom-color:#f6f7f7}.wp-media-buttons{float:left}.wp-media-buttons .button{margin-right:5px;margin-bottom:4px;padding-left:7px;padding-right:7px}.wp-media-buttons .button:active{position:relative;top:1px;margin-top:-1px;margin-bottom:1px}.wp-media-buttons .insert-media{padding-left:5px}.wp-media-buttons a{text-decoration:none;color:#3c434a;font-size:12px}.wp-media-buttons img{padding:0 4px;vertical-align:middle}.wp-media-buttons span.wp-media-buttons-icon{display:inline-block;width:20px;height:20px;line-height:1;vertical-align:middle;margin:0 2px}.wp-media-buttons .add_media span.wp-media-buttons-icon{background:0 0}.wp-media-buttons .add_media span.wp-media-buttons-icon:before{font:normal 18px/1 dashicons;speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wp-media-buttons .add_media span.wp-media-buttons-icon:before{content:"\f104"}.mce-content-body dl.wp-caption{max-width:100%}.quicktags-toolbar{padding:3px;position:relative;border-bottom:1px solid #dcdcde;background:#f6f7f7;min-height:30px}.has-dfw .quicktags-toolbar{padding-right:35px}.wp-core-ui .quicktags-toolbar input.button.button-small{margin:2px}.quicktags-toolbar input[value=link]{text-decoration:underline}.quicktags-toolbar input[value=del]{text-decoration:line-through}.quicktags-toolbar input[value="i"]{font-style:italic}.quicktags-toolbar input[value="b"]{font-weight:600}.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw,.qt-dfw{position:absolute;top:0;right:0}.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw{margin:7px 7px 0 0}.qt-dfw{margin:5px 5px 0 0}.qt-fullscreen{position:static;margin:2px}@media screen and (max-width:782px){.mce-toolbar .mce-btn button,.qt-dfw{padding:6px 7px}.mce-toolbar .mce-btn-group .mce-btn.mce-primary button{padding:6px 7px 5px}.mce-toolbar .mce-btn-group .mce-btn{margin:1px}.qt-dfw{width:36px;height:34px}.mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw{margin:4px 4px 0 0}.mce-toolbar .mce-colorbutton .mce-preview{left:8px;bottom:6px}.mce-window .mce-btn{padding:2px 0}.has-dfw .quicktags-toolbar,.has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first{padding-right:40px}}@media screen and (min-width:782px){.wp-core-ui .quicktags-toolbar input.button.button-small{font-size:12px;min-height:26px;line-height:2}}#wp_editbtns,#wp_gallerybtns{padding:2px;position:absolute;display:none;z-index:100020}#wp_delgallery,#wp_delimgbtn,#wp_editgallery,#wp_editimgbtn{background-color:#f0f0f1;margin:2px;padding:2px;border:1px solid #8c8f94;border-radius:3px}#wp_delgallery:hover,#wp_delimgbtn:hover,#wp_editgallery:hover,#wp_editimgbtn:hover{border-color:#50575e;background-color:#c3c4c7}#wp-link-wrap{display:none;background-color:#fff;box-shadow:0 3px 6px rgba(0,0,0,.3);width:500px;overflow:hidden;margin-left:-250px;margin-top:-125px;position:fixed;top:50%;left:50%;z-index:100105;transition:height .2s,margin-top .2s}#wp-link-backdrop{display:none;position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:100100}#wp-link{position:relative;height:100%}#wp-link-wrap{height:600px;margin-top:-300px}#wp-link-wrap .wp-link-text-field{display:none}#wp-link-wrap.has-text-field .wp-link-text-field{display:block}#link-modal-title{background:#fff;border-bottom:1px solid #dcdcde;font-size:18px;font-weight:600;line-height:2;margin:0;padding:0 36px 0 16px}#wp-link-close{color:#646970;padding:0;position:absolute;top:0;right:0;width:36px;height:36px;text-align:center;background:0 0;border:none;cursor:pointer}#wp-link-close:before{font:normal 20px/36px dashicons;vertical-align:top;speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:36px;height:36px;content:"\f158"}#wp-link-close:focus,#wp-link-close:hover{color:#135e96}#wp-link-close:focus{box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent;outline-offset:-2px}#wp-link-wrap #link-selector{-webkit-overflow-scrolling:touch;padding:0 16px;position:absolute;top:calc(2.15384615em + 16px);left:0;right:0;bottom:calc(2.15384615em + 19px);display:flex;flex-direction:column;overflow:auto}#wp-link ol,#wp-link ul{list-style:none;margin:0;padding:0}#wp-link input[type=text]{box-sizing:border-box}#wp-link #link-options{padding:8px 0 12px}#wp-link p.howto{margin:3px 0}#wp-link p.howto a{text-decoration:none;color:inherit}#wp-link label input[type=text]{margin-top:5px;width:70%}#wp-link #link-options label span,#wp-link #search-panel label span.search-label{display:inline-block;width:120px;text-align:right;padding-right:5px;max-width:24%;vertical-align:middle;word-wrap:break-word}#wp-link .link-search-field{width:250px;max-width:70%}#wp-link .link-search-wrapper{margin:5px 0 9px;display:block}#wp-link .query-results{position:absolute;width:calc(100% - 32px)}#wp-link .link-search-wrapper .spinner{float:none;margin:-3px 0 0 4px}#wp-link .link-target{padding:3px 0 0}#wp-link .link-target label{max-width:70%}#wp-link .query-results{border:1px #dcdcde solid;margin:0 0 12px;background:#fff;overflow:auto;max-height:290px}#wp-link li{clear:both;margin-bottom:0;border-bottom:1px solid #f0f0f1;color:#2c3338;padding:4px 6px 4px 10px;cursor:pointer;position:relative}#wp-link .query-notice{padding:0;border-bottom:1px solid #dcdcde;background-color:#fff;color:#000}#wp-link .query-notice .query-notice-default,#wp-link .query-notice .query-notice-hint{display:block;padding:6px;border-left:4px solid #72aee6}#wp-link .unselectable.no-matches-found{padding:0;border-bottom:1px solid #dcdcde;background-color:#f6f7f7}#wp-link .no-matches-found .item-title{display:block;padding:6px;border-left:4px solid #d63638}#wp-link .query-results em{font-style:normal}#wp-link li:hover{background:#f0f6fc;color:#101517}#wp-link li.unselectable{border-bottom:1px solid #dcdcde}#wp-link li.unselectable:hover{background:#fff;cursor:auto;color:#2c3338}#wp-link li.selected{background:#dcdcde;color:#2c3338}#wp-link li.selected .item-title{font-weight:600}#wp-link li:last-child{border:none}#wp-link .item-title{display:inline-block;width:80%;width:calc(100% - 68px);word-wrap:break-word}#wp-link .item-info{text-transform:uppercase;color:#646970;font-size:11px;position:absolute;right:5px;top:5px}#wp-link .river-waiting{display:none;padding:10px 0}#wp-link .submitbox{padding:8px 16px;background:#fff;border-top:1px solid #dcdcde;position:absolute;bottom:0;left:0;right:0}#wp-link-cancel{line-height:1.92307692;float:left}#wp-link-update{line-height:1.76923076;float:right}#wp-link-submit{float:right}@media screen and (max-width:782px){#link-selector{padding:0 16px 60px}#wp-link-wrap #link-selector{bottom:calc(2.71428571em + 23px)}#wp-link-cancel{line-height:2.46153846}#wp-link .link-target{padding-top:10px}#wp-link .submitbox .button{margin-bottom:0}}@media screen and (max-width:520px){#wp-link-wrap{width:auto;margin-left:0;left:10px;right:10px;max-width:500px}}@media screen and (max-height:620px){#wp-link-wrap{transition:none;height:auto;margin-top:0;top:10px;bottom:10px}#link-selector{overflow:auto}}@media screen and (max-height:290px){#wp-link-wrap{height:auto;margin-top:0;top:10px;bottom:10px}#link-selector{overflow:auto;height:calc(100% - 92px);padding-bottom:2px}}div.wp-link-preview{float:left;margin:5px;max-width:694px;overflow:hidden;text-overflow:ellipsis}div.wp-link-preview a{color:#2271b1;text-decoration:underline;transition-property:border,background,color;transition-duration:.05s;transition-timing-function:ease-in-out;cursor:pointer}div.wp-link-preview a.wplink-url-error{color:#d63638}.mce-inline-toolbar-grp div.mce-flow-layout-item>div{display:flex;align-items:flex-end}div.wp-link-input{float:left;margin:2px;max-width:694px}div.wp-link-input label{margin-bottom:4px;display:block}div.wp-link-input input{width:300px;padding:3px;box-sizing:border-box;line-height:1.28571429;min-height:26px}.mce-toolbar div.wp-link-input~.mce-btn,.mce-toolbar div.wp-link-preview~.mce-btn{margin:2px 1px}.mce-inline-toolbar-grp .mce-btn-group .mce-btn:last-child{margin-right:2px}.ui-autocomplete.wplink-autocomplete{z-index:100110;max-height:200px;overflow-y:auto;padding:0;margin:0;list-style:none;position:absolute;border:1px solid #4f94d4;box-shadow:0 1px 2px rgba(79,148,212,.8);background-color:#fff}.ui-autocomplete.wplink-autocomplete li{margin-bottom:0;padding:4px 10px;clear:both;white-space:normal;text-align:left}.ui-autocomplete.wplink-autocomplete li .wp-editor-float-right{float:right}.ui-autocomplete.wplink-autocomplete li.ui-state-focus{background-color:#dcdcde;cursor:pointer}@media screen and (max-width:782px){div.wp-link-input,div.wp-link-preview{max-width:70%;max-width:calc(100% - 86px)}div.wp-link-preview{margin:8px 0 8px 5px}div.wp-link-input{width:300px}div.wp-link-input input{width:100%;font-size:16px;padding:5px}}.mce-fullscreen{z-index:100010}.rtl .quicktags-toolbar input,.rtl .wp-switch-editor{font-family:Tahoma,sans-serif}.mce-rtl .mce-flow-layout .mce-flow-layout-item>div{direction:rtl}.mce-rtl .mce-listbox i.mce-caret{left:6px}html:lang(he-il) .rtl .quicktags-toolbar input,html:lang(he-il) .rtl .wp-switch-editor{font-family:Arial,sans-serif}@media print,(min-resolution:120dpi){.wp-media-buttons .add_media span.wp-media-buttons-icon{background:0 0}}
 #__bs_notify__ { display: none !important; }
@media screen and (min-width: 1700px) { .container { min-width: 1550px; } }
@media screen and (min-width: 1800px) { .container { min-width: 1650px; } }
.col-md-content { border: 0; }
.col_content_main > *:first-child { margin-top: 0; }
.navbar { margin-bottom: 0; }
.slider-wrapper { position: relative; }
.slider-wrapper.slider-width-full { width: 100%; }
.container-slider-full { overflow: hidden; }
.slider-wrapper_headline { display: block; width: calc(100% - 30px); position: absolute; height: 100%; left: 15px; }
.slider-wrapper_headline .slider-headline { background-color: white; position: absolute; bottom: 20px; right: 20px; z-index: 2; }
.slider-wrapper_headline .slider-headline.content-hide { opacity: 0; z-index: -1; }
.slider-wrapper_headline .slider-headline.content-hide.content-show { opacity: 1; z-index: 2; }
.slider-wrapper_headline .slider-headline a { padding: 11px 15px; display: block; }
.slider-wrapper_headline .slider-headline a:hover { text-decoration: none; }
.slider-wrapper_headline p { margin-bottom: 0; }
.module-buehne-leinwand { display: table; width: 100%; position: relative; }
.module-buehne-leinwand .inner { display: block; width: 100%; vertical-align: middle; text-align: center; background-color: rgba(0, 0, 0, 0.7); color: #fff; position: absolute; height: 100%; z-index: 2; }
.module-buehne-leinwand .inner > div { position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.module-buehne-leinwand .inner h1._hb_elements_logo_title, .module-buehne-leinwand .inner p._hb_elements_logo_description { max-width: 90%; margin-left: auto; margin-right: auto; }
.module-buehne-leinwand .fullscreen-bg { background-size: cover; z-index: 1; }
.menu_builder_leinwand { position: fixed; width: 100%; top: 0; }
.fullscreen-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; z-index: -100; background-size: cover; background-position: center; }
.fullscreen-bg__video { position: absolute; top: 50%; left: 50%; width: auto; height: auto; min-width: 100%; min-height: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
@media (max-width: 767px) { .fullscreen-bg__video { display: none; } }
.spalte_trenner { position: relative; display: block; }
.spalte_trenner > span { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); display: block; width: 100%; } .RowColPadding-0 { padding: 0; }
.RowColPadding-m { padding: 15px; }
.RowColPadding-l { padding: 30px; }
.RowColPadding-xl { padding: 50px; }
.RowColPadding-xxl { padding: 15px; }
@media (min-width: 768px) { .RowColPadding-xxl { padding: 40px; } }
@media (min-width: 992px) { .RowColPadding-xxl { padding: 60px; } }
@media (min-width: 1200px) { .RowColPadding-xxl { padding: 70px; } }
@media (min-width: 1600px) { .RowColPadding-xxl { padding: 90px; } }
.menu-intern strong { font-size: 120%; }
.menu-intern ul { padding: 0; }
.menu-intern ul li { list-style: none; }
.menu-intern ul li a { border-bottom: 1px solid #e8e8e8; padding-bottom: 7px; padding-top: 7px; display: block; font-size: 13px; }
.menu-intern ul li > ul > li a { padding-left: 8px; }
.menu-intern ul li > ul > li a { margin-left: 10px; }
.menu-intern ul li > ul > li > ul > li a { padding-left: 8px; }
.menu-intern ul li > ul > li > ul > li a { margin-left: 20px; }
.icon-intern-home { font-size: 1.3em; }
.intern-menu-header { display: inline-block; padding-left: 4px; }
.intern-header { margin-top: 40px; padding: 20px 0; }
.post-type-archive-intern .pagination_intern #pagination .pagination-overview { display: none; }
.post-type-archive-intern .pagination_intern #pagination .bslash { display: none; }
.post-type-archive-intern .pagination_intern #pagination a, .post-type-archive-intern .pagination_intern #pagination span.current { border-radius: 35px; font-size: 20px; line-height: 1em; vertical-align: middle; margin-right: 30px; display: inline-block; color: #2b2b2b; text-decoration: none; }
.post-type-archive-intern .pagination_intern #pagination .current { opacity: .3; }
.post-type-archive-intern .pagination_intern #pagination a:active, .post-type-archive-intern .pagination_intern #pagination a:visited { color: #2b2b2b; }
.post-type-archive-intern .pagination_intern #pagination a:hover { color: #2b2b2b; }
.post-type-archive-intern .pagination_intern #pagination .pagination_arrow:first-of-type { margin-right: 44px; }
.post-type-archive-intern .pagination_intern #pagination .pagination_arrow:last-of-type { margin-left: 15px; }
.single-intern .container-intern h1, .single-intern .container-intern h2, .single-intern .container-intern div, .single-intern .container-intern span, .single-intern .container-intern p, .post-type-archive-intern .container-intern h1, .post-type-archive-intern .container-intern h2, .post-type-archive-intern .container-intern div, .post-type-archive-intern .container-intern span, .post-type-archive-intern .container-intern p { color: #2b2b2b; }
.single-intern .container-intern a, .post-type-archive-intern .container-intern a { text-decoration: underline; color: #2b2b2b; }
.single-intern .container-intern h3 a, .post-type-archive-intern .container-intern h3 a { color: #2b2b2b; }
.single-intern .container-intern .btn, .single-intern .container-intern .btn:active, .single-intern .container-intern .btn:visited, .single-intern .container-intern input[type="submit"], .single-intern .container-intern input[type="submit"]:active, .single-intern .container-intern input[type="submit"]:visited, .post-type-archive-intern .container-intern .btn, .post-type-archive-intern .container-intern .btn:active, .post-type-archive-intern .container-intern .btn:visited, .post-type-archive-intern .container-intern input[type="submit"], .post-type-archive-intern .container-intern input[type="submit"]:active, .post-type-archive-intern .container-intern input[type="submit"]:visited { text-decoration: none; background-color: #2b2b2b; color: #FFE79B; border: 0; position: relative; -webkit-transition: all .3s; transition: all .3s; border-radius: 0; text-transform: uppercase; padding: 12px 22px; }
.post-type-archive-intern .container-intern .content-main article { display: block; }
.post-type-archive-intern .container-intern .content-main article .col-md-content { clear: both; }
.post-type-archive-intern .container-intern .content-main article .col-md-content .archive_intern_postthumb { float: left; width: 20%; margin-right: 30px; }
.post-type-archive-intern .container-intern .content-main article .col-md-content .archive_intern_postthumb .imgwrapper-square { display: block; }
.post-type-archive-intern .container-intern .content-main article .col-md-content .archive_intern_postthumb .imgwrapper-square .imgwrapper-hsquare_inner { width: 100%; padding-bottom: 100%; }
.post-type-archive-intern .container-intern .content-main article .col-md-content h3 { margin-top: 5px; }
.post-type-archive-intern .container-intern .content-main article .col-md-content h3 a { text-decoration: none; }
.post-type-archive-intern .container-intern .content-main article .col-md-content .archive_intern_content .meta_date { margin-top: -5px; }
.post-type-archive-intern .container-intern .content-main article + article { margin-top: 50px; }
.post-type-archive-intern .container-intern .content-main article + article .col-md-content { border-top: 1px solid rgba(43, 43, 43, 0.15); padding-top: 50px; }
.single-intern .container-intern .sb-ticker li, .post-type-archive-intern .container-intern .sb-ticker li { padding-top: 10px; padding-bottom: 10px; font-size: 16px; border-bottom: 0; list-style: none; }
.single-intern .container-intern .sb-ticker li + li, .post-type-archive-intern .container-intern .sb-ticker li + li { border-top: 1px solid rgba(43, 43, 43, 0.15); }
.menu_intern_meta > a + a { margin-left: 10px; }
.menu_intern_meta .intern-header_title, .menu_intern_meta .intern-header_title a { color: #2b2b2b !important; float: left; font-weight: bold; height: 34px; line-height: 34px; vertical-align: middle; font-size: 120%; }
@media screen and (max-width: 480px) { .menu_intern_meta .intern-header_title, .menu_intern_meta .intern-header_title a { position: relative; float: none; margin-bottom: 20px; display: block; } }
.menu_intern_meta .intern-header_title_logout:hover, .menu_intern_meta .intern-header_title_profile:hover { background-color: #2b2b2b !important; opacity: 0.7; }
.menu_intern_meta .icon-intern-header { color: #2b2b2b; }
.menu_intern_meta a.intern-header_title_logout { background-color: #2b2b2b; border-radius: 4px; color: #FFE79B !important; float: left; font-size: 13px; font-weight: bold; height: 34px; line-height: 34px; padding: 0 12px; position: relative; vertical-align: middle; z-index: 0; }
.menu_intern_meta a.intern-header_title_logout .icon-intern-header-logout { margin-right: 5px; }
.menu_intern_meta a.intern-header_title_profile { background-color: #383838; border-radius: 4px; color: #FFE79B !important; float: left; font-size: 13px; font-weight: bold; height: 34px; line-height: 34px; margin-right: 10px; padding: 0 12px; position: relative; vertical-align: middle; z-index: 0; }
.menu_intern_meta a.intern-header_title_profile span { font-weight: normal; }
.aktuelles-index-intern_readmore { margin-top: 30px; }
.mobile-goto_menu-intern { background-color: #383838; border-radius: 4px; display: inline-block; float: right; height: 34px; line-height: 34px; margin-left: 10px; position: relative; top: 0; vertical-align: middle; width: 34px; }
@media screen and (min-width: 992px) { .mobile-goto_menu-intern { display: none; } }
.mobile-goto_menu-intern:before { content: ""; position: absolute; left: 7px; top: 9px; width: 20px; height: 2px; background: #FFE79B; -webkit-box-shadow: 0 7px 0 0 #FFE79B,
0 14px 0 0 #FFE79B; box-shadow: 0 7px 0 0 #FFE79B,
0 14px 0 0 #FFE79B; }
.author-intern-wrapper { font-size: 13px; line-height: 1.4em; }
.author-intern-wrapper ul { padding-left: 90px; }
.author-intern-wrapper ul li { margin-bottom: 3px; }
.author-intern-wrapper ul li:first-child { margin-left: -90px; }
.author-intern { display: block; margin-bottom: 30px; padding-bottom: 15px; background-color: rgba(43, 43, 43, 0.1); padding: 20px; }
.author-intern .userimage { float: left; margin-right: 30px; max-width: 105px; }
.intern-header_title_logout span, .intern-header_title_profile span { font-size: 15px; }
.intern-header_title_logout i, .intern-header_title_profile i { font-size: 16px; }
@media screen and (max-width: 992px) { .intern-header_title_logout, .intern-header_title_profile { width: 34px; overflow: hidden; }
.intern-header_title_logout span, .intern-header_title_profile span { font-size: 16px; margin-left: -3px; } }
.comments_respond form textarea { background-color: rgba(43, 43, 43, 0.1) !important; }
.container_intern_error { padding-top: 30px; padding-bottom: 30px; }
.sb-ticker li { border-bottom: 1px solid #e8e8e8; }
.sb-ticker li.tickernews-sb { list-style: inside decimal; padding-bottom: 7px; padding-left: 0; padding-top: 7px; font-size: 13px; }
.sb-ticker li:last-child { border-bottom: none; }
.tickernews-sb h4 { margin-top: 0; }
#menu-intern { padding: 0; }
.sb-item-inner { margin: 40px 0px 20px; }
.single-internes .sb-ticker li.tickernews-sb { list-style: none; }
.unstyled { list-style: none; }
.marginbox { clear: both; }
.marginbox-inner { padding-bottom: 90px; }
.marginbox-inner-big { padding-bottom: 70px; }
.marginbox-inner-medium { padding-bottom: 50px; }
.marginbox-inner-small { padding-bottom: 25px; }
.marginbox-inner-zero { padding-bottom: 11.5px; }
._hb_elements_logo { width: 50%; float: left; }
._hb_elements_logo h1 { font-size: 1.6em; }
html, body { height: 100%; } .eqheightcols .col-md-content { height: 100%; }
.wpeditor { margin-bottom: 30px; }
.wrapper { position: relative; }
.wrapper_inner { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.content_container_page_persons { padding-top: 40px; padding-bottom: 30px; }
@media (min-width: 992px) { .content_container_page_persons { padding-top: 100px; padding-bottom: 90px; } }
.icon-user { float: left; margin-right: 20px; }
.icon-user:before { font-size: 30px; margin-top: 5px; display: block; } .postformat-aside .meta_date { margin-top: -3px; margin-bottom: 12px; }
.postformat-aside h3 { margin-top: 0; }
.postformat-aside p { font-size: 24px; }
.postformat-aside h3, .postformat-aside p { color: inherit; } .container_suchergebnisse { padding-bottom: 50px; padding-top: 50px; }
.tpl_searchresult_1.container_suchergebnisse { padding-bottom: 70px; padding-top: 70px; }
h1, h2, h3, h4, h5, h6 { margin-top: 15px; margin-bottom: 15px; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
p { margin-top: 15px; margin-bottom: 15px; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; -webkit-font-smoothing: antialiased; }
h1, .h1 { line-height: 1.2; }
h1 span, .h1 span { line-height: 1.2; }
h2, .h2 { line-height: 1.3; }
h2 span, .h2 span { line-height: 1.3; }
h3, .h3 { line-height: 1.3; }
h3 span, .h3 span { line-height: 1.3; }
h4, .h4 { line-height: 1.3; }
h5, .h5 { line-height: 1.3em; }
h6, .h6 { line-height: 1.3em; }
.subline { font-size: 24px; }
.meta_date { font-size: .8em; margin-top: 15px; }
.aktuelles-categories { font-size: .8em; }
.textonly ul, .textonly ol, .list_normal ul, .list_normal ol { padding-left: .3em; margin-left: .85em; }
.intro_pages, .intro_pages p { font-size: 22px; font-weight: bold; }
.intro_pages + .row > div { margin-top: 0 !important; }
img, .wp-caption { height: auto; max-width: 100%; }
.postthumb { display: block; }
img[class*='wp-image-'].alignleft { float: left; margin-right: 20px; margin-top: .4em; margin-bottom: 1em; }
@media (max-width: 440px) { img[class*='wp-image-'].alignleft { max-width: 150px; } }
img[class*='wp-image-'].aligncenter { float: none; margin-left: auto; display: block; }
@media (max-width: 440px) { img[class*='wp-image-'].aligncenter { max-width: 150px; } }
img[class*='wp-image-'].alignright { float: right; margin-left: 20px; margin-top: .4em; }
@media (max-width: 440px) { img[class*='wp-image-'].alignright { max-width: 150px; } }
img[class*='wp-image-'].alignnone { float: none; display: block; }
.wp-caption .wp-caption-text { margin-top: .4em; font-size: .9em; font-style: italic; line-height: 1.5; }
.wp-caption.alignleft { float: left; margin-right: 20px; margin-bottom: 10px; margin-top: .4em; }
@media (max-width: 440px) { .wp-caption.alignleft { max-width: 150px; } }
.wp-caption.aligncenter { float: none; margin-left: auto; margin-right: auto; margin-bottom: 10px; display: block; }
@media (max-width: 440px) { .wp-caption.aligncenter { max-width: 150px; } }
.wp-caption.alignright { float: right; margin-left: 20px; margin-bottom: 10px; margin-top: .4em; }
@media (max-width: 440px) { .wp-caption.alignright { max-width: 150px; } }
.wp-caption.alignnone { float: none; display: block; margin-bottom: 10px; }
.imgwrapper-square_inner { width: 100%; padding-bottom: 100%; background-size: cover; }
.imgwrapper-hsquare_inner { width: 100%; padding-bottom: 60%; background-size: cover; }
.main_menu { position: relative; width: 100%; }
.preventlink { cursor: default; }
#main-nav { display: none; }
.main_menu_wrapper { position: relative; padding-left: 15px; padding-right: 15px; }
.main_menu_wrapper li, .main_menu_wrapper li a { display: block; }
.main_menu_wrapper.main_menu_wrapper_leinwand_fullscreen { position: fixed; width: 100%; top: 0; left: 0; right: 0; z-index: 999; }
.scrolltop_s_oben .main_menu_wrapper.main_menu_wrapper_leinwand_fullscreen { background-color: transparent; }
.main_menu_wrapper.menu-width-center { position: relative; max-width: 1570px; display: block; margin-left: auto; margin-right: auto; }
.main_menu_wrapper.oben { position: relative; }
.scrolltop_s_unten .main_menu { position: fixed; width: 100%; top: 0; left: 0; right: 0; z-index: 999; max-width: none; }
@media (max-width: 760px) { .scrolltop_s_unten .main_menu { position: relative; width: 100%; top: 0; left: 0; right: 0; z-index: 999; max-width: none; } }
.menu-element-group { position: relative; float: left; }
.menu-element-group a { position: relative; }
.menu-element-group a:hover { text-decoration: none; }
.main_menu_wrapper a .iconF { vertical-align: middle; font-size: 18px; }
a.menuoverview-open.active#icon span::before { content: "\ec33"; }
.main_menu_wrapper a { vertical-align: middle; padding-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; }
.main_menu_wrapper .menulogo { display: block; }
.main_menu_wrapper .menulogo img, .main_menu_wrapper .menulogo svg { height: 100%; width: auto; display: block; }
#menuentrys li a { padding-left: 10px; padding-right: 10px; }
.scrolltop_s_oben .menu-element_menulogo_sticky { display: none; }
.scrolltop_s_unten .menu-element_menulogo { display: none; }
.scrolltop_s_unten .menu-element_menulogo_sticky { display: block; }
.wrapper-container-header-inner .hb_elements_quicklinks { display: inline-block; text-align: right; width: 50%; vertical-align: middle; }
.wrapper-container-header-inner .hb_elements_quicklinks .quicklink-icon_left { display: inline-block; margin-left: 25px; vertical-align: middle; padding-left: 0; }
.menu-element-group-quicklinks .menu-element > span { float: left; }
.menu-element-group-quicklinks .menu-element .quicklink_title { width: auto !important; display: inline-block; padding-left: .5em; font-size: 1em !important; }
.breadcrumb_wrapper.breadcrumb_wrapper_top { padding: 6px 15px; text-align: right; }
.breadcrumb_wrapper.breadcrumb_wrapper_top span, .breadcrumb_wrapper.breadcrumb_wrapper_top a { font-size: 12px; }
#menu_overview { display: none; }
#menu_overview { margin-top: 0; margin-bottom: 0; padding: 50px 22px 0 22px; bottom: 0; width: 100%; overflow-y: auto; z-index: 999; }
#menu_overview > li > ul { margin-bottom: 20px; }
#menu_overview ul { margin-top: 0; margin-bottom: 0; padding: 0; }
#menu_overview > li { line-height: 1.2em; list-style: none; display: block; }
@media (min-width: 768px) { #menu_overview > li { width: 32%; float: left; margin-right: 2%; }
#menu_overview > li:nth-child(3n+3) { margin-right: 0; }
#menu_overview > li:nth-child(3n+4) { clear: both; } }
@media (min-width: 1200px) { #menu_overview > li { margin-bottom: 40px; width: 18.4%; }
#menu_overview > li:nth-child(3n+3) { margin-right: 2%; }
#menu_overview > li:nth-child(3n+4) { clear: none; }
#menu_overview > li:nth-child(5n+5) { margin-right: 0; }
#menu_overview > li:nth-child(5n+6) { clear: both; } }
@media (min-width: 1600px) { #menu_overview > li { margin-right: .5%; width: 16.2%; }
#menu_overview > li:nth-child(3n+3), #menu_overview > li:nth-child(5n+5) { margin-right: .5%; }
#menu_overview > li:nth-child(5n+6) { clear: none; }
#menu_overview > li:nth-child(6n+6) { margin-right: 0; }
#menu_overview > li:nth-child(6n+7) { clear: both; } }
#menu_overview li ul.children li { line-height: 1.2em !important; list-style: none; display: block; }
#menu_overview li a { display: inline-block; font-size: 14px; margin-bottom: 2px; padding: 10px 15px; width: 100%; }
#menu_overview > li > a { font-weight: bold; font-size: 16px; }
#menu_overview li.page_item_has_children > ul.children ul.children > li { margin-left: .8em; }
#menu_overview li.page_item_has_children > ul.children ul.children ul.children > li { margin-left: .8em; } .nepre_posts_links_relative_wrapper .nepre_ne_linkwrapper { text-align: right; width: 50%; float: left; text-align: left; padding: 15px 10px 15px 15px; position: relative; display: table; }
@media (min-width: 768px) { .nepre_posts_links_relative_wrapper .nepre_ne_linkwrapper { padding: 15px; } }
@media (min-width: 992px) { .nepre_posts_links_relative_wrapper .nepre_ne_linkwrapper { padding: 20px; } }
.nepre_posts_links_relative_wrapper .nepre_ne_linkwrapper a { display: table-cell; vertical-align: middle; padding-left: 0; font-size: 12px; line-height: 1.3em; }
@media (min-width: 992px) { .nepre_posts_links_relative_wrapper .nepre_ne_linkwrapper a { font-size: 14px; line-height: 1.4em; } }
.nepre_posts_links_relative_wrapper .nepre_ne_linkwrapper .icon_neprev-full { font-size: 16px; margin-right: 7px; top: 2px; position: relative; }
.nepre_posts_links_relative_wrapper .nepre_pre_linkwrapper { width: 50%; float: right; text-align: right; padding: 15px 15px 15px 10px; position: relative; display: table; }
@media (min-width: 768px) { .nepre_posts_links_relative_wrapper .nepre_pre_linkwrapper { padding: 15px; } }
@media (min-width: 992px) { .nepre_posts_links_relative_wrapper .nepre_pre_linkwrapper { padding: 20px; } }
.nepre_posts_links_relative_wrapper .nepre_pre_linkwrapper a { display: table-cell; vertical-align: middle; padding-right: 0; font-size: 12px; line-height: 1.3em; }
@media (min-width: 992px) { .nepre_posts_links_relative_wrapper .nepre_pre_linkwrapper a { font-size: 14px; line-height: 1.4em; } }
.nepre_posts_links_relative_wrapper .nepre_pre_linkwrapper .icon_neprev-full { font-size: 16px; margin-left: 7px; top: 2px; position: relative; }
button:focus { outline: none; }
.btn { display: inline-block; }
.btn.btn-fullwidth { display: block !important; text-align: center; width: 100%; margin-right: 0 !important; max-width: none !important; }  .slicknav_btn { display: none; }
.slicknav_menu li { position: relative; }
.slicknav_menu li a { display: block; position: relative; line-height: 1.5em; vertical-align: middle; font-size: 18px; min-height: 30px; white-space: normal; }
.slicknav_menu { *zoom: 1; display: block; position: relative; width: 100%; }
.slicknav_menu .slicknav_menutxt { display: block; float: left; line-height: 1.188em; }
.slicknav_menu .slicknav_icon { display: none; float: left; width: 1.125em; height: 0.875em; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_icon:before { background: transparent; width: 1.125em; height: 0.875em; display: block; content: ""; position: absolute; }
.slicknav_menu .slicknav_no-text { margin: 0; }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; }
.slicknav_menu:before { content: " "; display: table; }
.slicknav_menu:after { content: " "; display: table; clear: both; }
.slicknav_nav { clear: both; }
.slicknav_nav ul { width: 100%; display: block; position: relative !important; }
.slicknav_nav li:before, .slicknav_nav li:after, .slicknav_nav .slicknav_item:before, .slicknav_nav .slicknav_item:after { content: " "; display: table; }
.slicknav_nav li:after, .slicknav_nav .slicknav_item:after { clear: both; }
.slicknav_nav li, .slicknav_nav .slicknav_item { *zoom: 1; }
.slicknav_nav .slicknav_item { cursor: pointer; min-height: 30px; position: relative; }
.slicknav_nav .slicknav_item a { display: block; float: none; width: 100%; }
.slicknav_nav .slicknav_row, .slicknav_nav a { display: block; }
.slicknav_nav .slicknav_parent-link a { display: inline; }
.slicknav_menu { -webkit-box-sizing: border-box; box-sizing: border-box; }
.slicknav_menu * { -webkit-box-sizing: border-box; box-sizing: border-box; }
.slicknav_menu .slicknav_menutxt { font-weight: bold; }
.slicknav_nav { margin: 0; padding: 0; font-size: 0.875em; list-style: none; overflow: hidden; }
.slicknav_nav ul { list-style: none; overflow: hidden; padding: 0; margin: 0; }
.slicknav_nav .slicknav_row { padding: 0; margin: 0; }
.slicknav_nav a { padding: 0; margin: 0; text-decoration: none; color: #fff; }
.slicknav_nav .slicknav_txtnode { margin-left: 15px; }
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a { padding: 0; margin: 0; }
.slicknav_menu ul.slicknav_nav > li:first-child { margin-top: 15px; }
.slicknav_menu ul.slicknav_nav > li:last-child { margin-bottom: 15px; border-bottom: 0; }
.slicknav_menu ul.slicknav_nav .slicknav_item.slicknav_row { padding-left: 0; }
.slicknav_menu ul.slicknav_nav .children.dropotron a { padding-left: 0; }
.slicknav_menu ul.slicknav_nav li:after { bottom: 0; content: " "; height: 1px; left: 0; position: absolute; width: 100%; z-index: 2; }
.slicknav_menu ul.slicknav_nav li a { padding-top: 12px; padding-bottom: 12px; }
.slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.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; min-width: 100%; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 0; }
.slick-arrow.slick-hidden { display: none; }
.slider-wrapper__content { position: absolute; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; }
.slider-nav-thumbnails { display: none; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-dots { text-align: center; position: absolute; bottom: 0; width: auto; padding-left: 0; margin: 0 0 30px 0; z-index: 3; }
.slick-dots li { opacity: .6; display: block; margin: 0; text-align: left; margin-bottom: 15px; }
.slick-dots li:last-child { margin-bottom: 0; }
.slick-dots li a { background-color: yellow; padding: 8px 12px; cursor: pointer; }
.slick-dots li a:hover { text-decoration: none; }
.slick-dots li.slick-active { opacity: 1; }
.slick-dots li button { border-radius: 50%; width: 15px; height: 15px; border: 0; background-color: #fff; font-size: 0; }
.slider-width-full .postthumb { min-width: 100%; }
.icon-text-left { top: .05em; position: relative; margin-right: .5%; }    .mCustomScrollbar { -ms-touch-action: none; touch-action: none; }
.mCustomScrollbar.mCS_no_scrollbar { -ms-touch-action: auto; touch-action: auto; }
.mCustomScrollBox { position: relative; overflow: hidden; height: 100%; max-width: 100%; outline: none; direction: ltr; }
.mCSB_container { overflow: hidden; width: auto; height: auto; } .mCSB_inside > .mCSB_container { margin-right: 30px; }
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; } .mCS-dir-rtl > .mCSB_inside > .mCSB_container { margin-right: 0; margin-left: 30px; }
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-left: 0; } .mCSB_scrollTools { position: absolute; width: 16px; height: auto; left: auto; top: 0; right: 0; bottom: 0; }
.mCSB_outside + .mCSB_scrollTools { right: -26px; } .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { right: auto; left: 0; }
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { left: -26px; } .mCSB_scrollTools .mCSB_draggerContainer { position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto; }
.mCSB_scrollTools a + .mCSB_draggerContainer { margin: 20px 0; }
.mCSB_scrollTools .mCSB_draggerRail { width: 5px; height: 100%; margin: 0 auto; }
.mCSB_scrollTools .mCSB_dragger { cursor: pointer; width: 100%; height: 30px; z-index: 1; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { position: relative; width: 5px; height: 100%; margin: 0 auto; text-align: center; }
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { width: 12px; }
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 8px; }
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown { display: block; position: absolute; height: 20px; width: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; }
.mCSB_scrollTools .mCSB_buttonDown { bottom: 0; } .mCSB_horizontal.mCSB_inside > .mCSB_container { margin-right: 0; margin-bottom: 30px; }
.mCSB_horizontal.mCSB_outside > .mCSB_container { min-height: 100%; }
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0; } .mCSB_scrollTools.mCSB_scrollTools_horizontal { width: auto; height: 16px; top: auto; right: 0; bottom: 0; left: 0; }
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: -26px; } .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer { margin: 0 20px; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 2px; margin: 7px 0; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger { width: 30px; height: 100%; left: 0; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 4px; margin: 6px auto; }
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { height: 12px; margin: 2px auto; }
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 8px; margin: 4px 0; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { display: block; position: absolute; width: 20px; height: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft { left: 0; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { right: 0; } .mCSB_container_wrapper { position: absolute; height: auto; width: auto; overflow: hidden; top: 0; left: 0; right: 0; bottom: 0; margin-right: 30px; margin-bottom: 30px; }
.mCSB_container_wrapper > .mCSB_container { padding-right: 30px; padding-bottom: 30px; }
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 20px; }
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 20px; } .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 0; } .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 0; } .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 20px; } .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 0; }
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper { margin-right: 0; margin-left: 30px; }
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container { padding-right: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container { padding-bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; margin-left: 0; } .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0; } .mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight { }       .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight { background-image: url(//www.heilwig.de/hwg/wp-content/themes/didapress_2/mCSB_buttons.png); background-repeat: no-repeat; }
.mCSB_scrollTools .mCSB_buttonUp { background-position: 0 0; }
.mCSB_scrollTools .mCSB_buttonDown { background-position: 0 -20px; }
.mCSB_scrollTools .mCSB_buttonLeft { background-position: 0 -40px; }
.mCSB_scrollTools .mCSB_buttonRight { background-position: 0 -56px; }   .mCS-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: white; }
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: white; }  .mCS-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px 0; }
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -20px; }
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -40px; }
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -56px; }  .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail { width: 4px; background-color: #fff; background-color: white; border-radius: 1px; }
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 4px; background-color: #fff; background-color: white; border-radius: 1px; }
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 4px; margin: 6px auto; }
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: white; }
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #fff; background-color: white; }
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px 0; }
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -20px; }
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -40px; }
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -56px; } .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: black; border-radius: 1px; }
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: black; border-radius: 1px; }
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: black; }
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: black; }
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px 0; }
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -20px; }
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -40px; }
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -56px; }  .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail { width: 4px; background-color: #fff; background-color: white; border-radius: 2px; }
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; background-color: #fff; background-color: white; border-radius: 2px; }
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 4px; margin: 6px 0; }
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 6px; margin: 5px auto; }
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: white; }
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #fff; background-color: white; }
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp { background-position: -16px 0; }
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown { background-position: -16px -20px; }
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft { background-position: -20px -40px; }
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight { background-position: -20px -56px; } .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: black; border-radius: 2px; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: black; border-radius: 2px; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: black; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: black; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp { background-position: -96px 0; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown { background-position: -96px -20px; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft { background-position: -100px -40px; }
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight { background-position: -100px -56px; }  .mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail { background-color: #fff; background-color: white; }
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 2px; }
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; }
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 2px; margin: 7px auto; } .mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, 0.15); }
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: black; }
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: black; }
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: black; }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px 0; }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -20px; }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -40px; }
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -56px; }   .mCS-rounded.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger { height: 14px; }
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 14px; margin: 0 1px; }
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger { width: 14px; }
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { height: 14px; margin: 1px 0; }
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { width: 16px; height: 16px; margin: -1px 0; }
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 4px; }
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { height: 16px; width: 16px; margin: 0 -1px; }
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 4px; margin: 6px 0; }
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp { background-position: 0 -72px; }
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown { background-position: 0 -92px; }
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft { background-position: 0 -112px; }
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight { background-position: 0 -128px; }     .mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px -72px; }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -92px; }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -112px; }
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -128px; } .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail { width: 4px; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail { background-color: transparent; background-position: center; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==); background-repeat: repeat-y;  }
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail { height: 4px; margin: 6px 0; background-repeat: repeat-x; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp { background-position: -16px -72px; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown { background-position: -16px -92px; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft { background-position: -20px -112px; }
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight { background-position: -20px -128px; } .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -96px -72px; }
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -96px -92px; }
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -100px -112px; }
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -100px -128px; }  .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-repeat: repeat-y; background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0))); background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { background-repeat: repeat-x; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0))); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); } .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger { height: 70px; }
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger { width: 70px; }
.mCS-3d.mCSB_scrollTools, .mCS-3d-dark.mCSB_scrollTools { opacity: 1; filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; }
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { border-radius: 16px; }
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail { width: 8px; background-color: #000; background-color: black; -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px white; box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px white; }
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #555; }
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 8px; }
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 8px; margin: 4px 0; }
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 8px; margin: 4px auto; }
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px; }
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px; }
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px; }
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px; } .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: black; -webkit-box-shadow: inset 1px 0 1px black; box-shadow: inset 1px 0 1px black; }
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail { -webkit-box-shadow: inset 0 1px 1px black; box-shadow: inset 0 1px 1px black; }
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px; }
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px; }
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px; }
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px; }  .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools { opacity: 1; }
.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer { border-radius: 7px; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { border-radius: 5px; }
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical { right: 1px; }
.mCS-3d-thick.mCSB_scrollTools_vertical, .mCS-3d-thick-dark.mCSB_scrollTools_vertical { -webkit-box-shadow: inset 1px 0 1px black, inset 0 0 14px rgba(0, 0, 0, 0.5); box-shadow: inset 1px 0 1px black, inset 0 0 14px rgba(0, 0, 0, 0.5); }
.mCS-3d-thick.mCSB_scrollTools_horizontal, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal { bottom: 1px; -webkit-box-shadow: inset 0 1px 1px black, inset 0 0 14px rgba(0, 0, 0, 0.5); box-shadow: inset 0 1px 1px black, inset 0 0 14px rgba(0, 0, 0, 0.5); }
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { -webkit-box-shadow: inset 1px 0 0 white; box-shadow: inset 1px 0 0 white; width: 12px; margin: 2px; position: absolute; height: auto; top: 0; bottom: 0; left: 0; right: 0; }
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { -webkit-box-shadow: inset 0 1px 0 white; box-shadow: inset 0 1px 0 white; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #555; }
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { height: 12px; width: auto; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer { background-color: #000; background-color: black; -webkit-box-shadow: inset 1px 1px 16px black; box-shadow: inset 1px 1px 16px black; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px; }
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px; } .mCS-3d-thick-dark.mCSB_scrollTools { -webkit-box-shadow: inset 0 0 14px black; box-shadow: inset 0 0 14px black; }
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal { -webkit-box-shadow: inset 0 1px 1px black, inset 0 0 14px black; box-shadow: inset 0 1px 1px black, inset 0 0 14px black; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { -webkit-box-shadow: inset 1px 0 0 white, inset -1px 0 0 black; box-shadow: inset 1px 0 0 white, inset -1px 0 0 black; }
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { -webkit-box-shadow: inset 0 1px 0 white, inset 0 -1px 0 black; box-shadow: inset 0 1px 0 white, inset 0 -1px 0 black; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #777; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer { background-color: #fff; background-color: black; -webkit-box-shadow: inset 1px 1px 16px black; box-shadow: inset 1px 1px 16px black; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px; }
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px; }  .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical { right: 0; margin: 12px 0; }
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: 0; margin: 0 12px; } .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical { left: 0; right: auto; }
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; }
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger { height: 50px; }
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger { width: 50px; }
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #fff; background-color: white; filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; }     .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail { width: 6px; background-color: #000; background-color: black; }
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; }
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 6px; margin: 5px 0; }
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 12px; }
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 12px; margin: 2px 0; }
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px; }
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px; }
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px; }
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px; } .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: black; }
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: black; }
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: black; }
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: black; }
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px; }
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px; }
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px; }
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px; }  .mCS-inset.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail { width: 12px; }
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; margin: 3px 5px; position: absolute; height: auto; top: 0; bottom: 0; left: 0; right: 0; }
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { height: 6px; margin: 5px 3px; position: absolute; width: auto; top: 0; bottom: 0; left: 0; right: 0; }
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 12px; margin: 2px 0; }
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px; }
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px; }
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px; }
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px; } .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: black; }
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: black; }
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: black; }
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: black; }
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px; }
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px; }
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px; }
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px; } .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; border-width: 1px; border-style: solid; border-color: #fff; border-color: white; -webkit-box-sizing: border-box; box-sizing: border-box; }
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail { border-color: #000; border-color: black; } .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail { background-color: #fff; background-color: white; }
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: black; }
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: black; }
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: black; }
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: black; }
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #fff; background-color: white; }
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: white; }
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #fff; background-color: white; } .wpcf7-text { width: 100%; }
.box-inner .wpcf7-form p { position: relative; }
.wpcf7-form > * { position: relative; }
div.wpcf7 .ajax-loader { background-repeat: no-repeat !important; background-size: 25px !important; background-position: center center !important; background-repeat: no-repeat !important; position: absolute !important; left: 0 !important; background-color: #fff !important; top: 0 !important; width: 100% !important; height: 100% !important; margin: 0 !important; }
.wpcf7-form-control-wrap { margin-top: 5px; padding-bottom: 1px; display: block; }
.wpcf7-form-control-wrap select { position: relative; }
.wpcf7-form-control-wrap select:after { content: "go"; height: 2908px; position: absolute; right: 10px; top: 10px; width: 40px; }
.wpcf7-submit { padding-bottom: 8px; padding-top: 8px; width: 100%; }
span.wpcf7-list-item { margin-left: 0; margin-right: 20px; }
.wpcf7 { font-weight: bold; }
.wpcf7 span { font-weight: normal; }
div.wpcf7-response-output { margin: 2em 0; padding: 1em; }
.box-inner textarea { max-height: 90px; width: 100%; }
.box-inner .wpcf7 input { max-width: 100%; }
.box-inner .wpcf7 .wpcf7-list-item.first { margin-left: 0; }
.single_pages_footer, .single_pages_footer p { font-size: 14px; }
@media (min-width: 1400px) { .container { width: 1270px; } }
@media (min-width: 1600px) { .container { width: 1370px; } }
.popover { z-index: 1001; }
.tooltip-inner { max-width: 184px; padding-top: 8px; padding-bottom: 8px; }
a:focus .popover, a:active .popover { display: none; }
.nav > li > a { padding: 7px 15px; } .dp_icon:before { font-family: 'linearicons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-right: .5em; } .topnav_submenus .iconFwrapper > i { height: 100%; display: block; text-align: center; } .iconFwrapper_search_close > span { height: 100%; display: block; text-align: center; } .row-suchergebnisse article > div > .iconFwrapper_searchresult > i { height: 100%; display: block; text-align: center; } .menu-element_slicknav_opener > span { height: 100%; display: block; text-align: center; }
.menu-element_slicknav_opener.active > span:first-child { display: none !important; } .iconFwrapper_search_close > span { height: 100%; display: block; text-align: center; } .flexiblebox-eqheightcols .slider, .flexiblebox-eqheightcols .slick-list, .flexiblebox-eqheightcols .slick-track, .flexiblebox-eqheightcols figure { height: 100%; }
.flexiblebox-eqheightcols .slick-track figure { background-size: cover; background-position: center center; height: 100%; } .col-md-content, .inner { min-height: 100%; height: 100%; }
.col_news .col-md-content .inner p { margin-bottom: 0; }
.col_news .col-md-content .inner > a.btn { display: inline-block; float: left; max-width: 150px; margin-right: 30px; margin-top: 20px; }
.col_news .col-md-content .inner > a.btn.btn_stretched { width: 100%; position: relative; clear: left; max-width: none; }
.col_news .col-md-content .inner > a.btn.btn_bottom_stretched { width: calc(100% + 40px); position: relative; left: -20px; bottom: -20px; border-radius: 0; clear: left; max-width: none; margin-top: 0; }
.container.design-nogap .row { margin-left: 0; margin-right: 0; }
.container.design-nogap .row > article { padding-left: 0; padding-right: 0; }
.container.design-nogap .row > article .col-md-content { height: 100%; }
.container.design-nogap .row > article .col-md-content > .inner { padding: 20px; }
.container.design-nogap .home_row_header > div, .container.design-nogap .home_row_header p { padding-left: 0; padding-right: 0; }
.home_flexible_content_wrapper .wrapper .container .row .home_row_header h2, .home_flexible_content_wrapper .wrapper .container-fluid .row .home_row_header h2 { margin-top: 0; }
.home_flexible_content_wrapper .wrapper .container .row .home_row_header p.subline, .home_flexible_content_wrapper .wrapper .container-fluid .row .home_row_header p.subline { margin-bottom: 35px; margin-top: 0; }
.home_flexible_content_wrapper .wrapper .container .row article, .home_flexible_content_wrapper .wrapper .container-fluid .row article { margin-bottom: 40px; }
@media (min-width: 768px) { .container-fluid_home { padding-left: 40px; padding-right: 40px; } }
.home_tpl_flexible .col-editor .col-md-content .inner *:first-child, .home_tpl_flexible .col-imgxt .col-md-content .inner *:first-child { margin-top: 0; }
.home_tpl_flexible .col-editor .col-md-content .inner *:last-child, .home_tpl_flexible .col-imgxt .col-md-content .inner *:last-child { margin-bottom: 0; }
.home_tpl_flexible .col-editor .col-md-content .inner [class*="wp-image-"], .home_tpl_flexible .col-imgxt .col-md-content .inner [class*="wp-image-"] { margin-bottom: 15px; }
.home_tpl_flexible .col-editor .col-md-content .inner .alignleft, .home_tpl_flexible .col-editor .col-md-content .inner .alignright, .home_tpl_flexible .col-imgxt .col-md-content .inner .alignleft, .home_tpl_flexible .col-imgxt .col-md-content .inner .alignright { margin-top: .4em; }
.table thead tr th:first-child, .table tbody tr td:first-child { padding-left: 0; } .page_header-fullwidth { width: 100%; background-repeat: no-repeat; background-size: auto 100%; background-size: cover; background-position: center center; }
.page_header-fullwidth-bigheadline { width: 100%; height: 450px; padding-left: 0; padding-right: 0; position: relative; display: block; background-repeat: no-repeat; background-size: auto 100%; background-size: cover; background-position: center center; }
.page_header-fullwidth-bigheadline .header_gradient { display: block; padding-left: 15px; padding-right: 15px; padding-top: 100px; padding-bottom: 30px; width: 100%; bottom: 0; margin: 0; position: absolute; color: #fff; }
.page_header-fullwidth-bigheadline-mobile img { margin-top: 20px; }
.page_header-medium { padding-top: 18px; max-width: 900px; }
@media (min-width: 768px) { .page_header-medium { padding-top: 30px; } }
.page_header-medium h1 { margin: 35px 0 20px; }
.page_header-diamond { padding: 30px; position: relative; text-align: center; width: 100%; }
.page_header-diamond .page_header-diamond-inner { height: 100%; text-align: center; position: relative; }
.page_header-diamond .page_header-diamond-inner img { display: inline-block; width: 100%; max-width: 650px; -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); }
.page_header-diamond .page_header-diamond-inner h1 { position: relative; display: inline-block; bottom: 10%; left: 0; right: 0; margin-top: 30px; }
@media (min-width: 768px) { .page_header-diamond .page_header-diamond-inner h1 { position: absolute; } }
.page_header-diamond .page_header-diamond-inner h1 .title { max-width: 1800px; display: inline-block; }
@media (min-width: 768px) { .page_header-diamond .page_header-diamond-inner h1 .title { padding: 10px 20px; } }
.page_header-diamond .page_header-diamond-inner h1 .header_date { max-width: 1800px; font-size: 18px; display: inline-block; }
@media (min-width: 768px) { .page_header-diamond .page_header-diamond-inner h1 .header_date { padding: 6px 12px; } }     .tpl_5 .layout_5 { padding-top: 60px; padding-bottom: 30px; } .layout_6 .col_content_main { margin-bottom: 50px; }
.layout_6 .article_date { margin-bottom: 30px; font-weight: bold; } .header_wrapper-layout_7 h1 { margin-top: 30px; margin-bottom: 30px; }
@media (min-width: 768px) { .header_wrapper-layout_7 { overflow: hidden; }
.header_wrapper-layout_7 > .container { -webkit-transform: skewY(-2deg); transform: skewY(-2deg); overflow: hidden; margin-top: -8rem; margin-bottom: 6rem; }
.header_wrapper-layout_7 > .container > .row { -webkit-transform: skewY(2deg); transform: skewY(2deg); }
.header_wrapper-layout_7 > .container > .row > div { position: relative; padding-bottom: 10rem; bottom: -7rem; } }
.layout_7 { max-width: 1000px; padding-top: 0; padding-bottom: 40px; }
.tpl_7 .container.page_header-fullwidth-noimg { margin-top: 0; margin-bottom: 0; -webkit-transform: skewY(0deg); transform: skewY(0deg); }
.header_wrapper-layout_7 > .container.page_header-fullwidth-noimg > .row > div { padding-bottom: 0; bottom: 0; }
.header_wrapper-layout_7 > .container.page_header-fullwidth-noimg > .row { -webkit-transform: skewY(0); transform: skewY(0); }
@media (max-width: 768px) { .header_wrapper-layout_7 > .container.page_header-fullwidth-noimg > .row > div h1 { padding-top: 0; padding-bottom: 0; } } .layout_8 { max-width: 1000px; padding-top: 15px; padding-bottom: 60px; }
@media (min-width: 768px) { .layout_8 { padding-top: 60px; } } .layout_9 { max-width: 800px; padding-top: 10px; padding-bottom: 60px; }
.layout_9 .postthumb_wrapper { float: left; width: 99%; margin-bottom: 30px; margin-top: 25px; }
.layout_9 .col_sidebar_main { margin-top: 30px; }
.layout_9 .postthumb_wrapper h1 { margin: 30px 0 0 0; }
.layout_9 .postthumb_wrapper .postthumb_wrapper-noimg { margin-top: -10px; }
.layout_9 .postthumb_wrapper .postthumb_wrapper-noimg h1 { margin-top: 0; }
.flexible_content_wrapper .wrapper-flexible-mosaik .img-responsive { float: left; width: 33.333333%; }
.flexible_content_wrapper .marginbox { margin-bottom: 40px; }
.flexible_content_wrapper .marginbox h2 { margin-top: 0; }
.flexible_content_wrapper .marginbox.wrapper-flexible-personen { margin-bottom: 30px; }
.flexible_content_wrapper .marginbox .flexible-subline { margin-bottom: 0; margin-top: 8px; font-size: 14px; }
.flexible_content_wrapper .marginbox_s { margin-bottom: 25px; } .pagebox { padding-top: 30px; padding-bottom: 30px; }
.pagebox_ab { padding-top: 30px; padding-bottom: 5px; }
@media (min-width: 992px) { .pagebox { padding-top: 60px; padding-bottom: 60px; }
.pagebox_ab { padding-top: 60px; padding-bottom: 35px; } } .ajaxcontent .ajaxinner_news article h3 { margin-top: 3px; margin-bottom: 3px; }
.ajaxcontent .ajaxinner_news article + article { margin-top: 30px; }
.ajaxcontent .ajaxinner_news article .meta_date { margin-top: 0; } a.download[href$=".jpg"] .has_filetype:after, a.download[href$=".jpeg"] .has_filetype:after { content: " (*.JPG)"; margin-left: 6px; }
a.download[href$=".pdf"] .has_filetype:after { content: " (*.PDF)"; margin-left: 6px; }
a.download[href$=".doc"] .has_filetype:after { content: " (*.DOC)"; margin-left: 6px; }
a.download[href$=".docx"] .has_filetype:after { content: " (*.DOCX)"; margin-left: 6px; }
a.download[href$=".png"] .has_filetype:after { content: " (*.PNG)"; margin-left: 6px; }
a.download[href$=".zip"] .has_filetype:after { content: " (*.ZIP)"; margin-left: 6px; }
a.download[href$=".7zip"] .has_filetype:after { content: " (*.7ZIP)"; margin-left: 6px; }
a.download[href$=".rar"] .has_filetype:after { content: " (*.RAR)"; margin-left: 6px; }
.wrapper-flexible-tabs ul li a { font-size: .9em; }
.wrapper-flexible-tabs .tab-pane .textonly p { font-size: .9em; }
.cf::before, .cf::after { content: " "; display: table; }
.cf::after { clear: both; }
.cf { *zoom: 1; }
.embed-container { height: 0; height: auto; max-width: 100%; overflow: hidden; padding-bottom: 56.25%; position: relative; }
.embed-container iframe, .embed-container object, .embed-container embed { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.acf-map .gm-style-cc { opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s; }
.acf-map:hover .gm-style-cc { opacity: .6; }
.shy { clip: rect(1px, 1px, 1px, 1px); position: fixed; }
.v-middle { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.v-middle > .container-fluid { width: 100%; }
.visible-desktop { display: none !important; }
@media (min-width: 768px) { .visible-desktop { display: block !important; } }
@media (min-width: 768px) { .visible-mobile { display: none; } }
a.anchor { display: block; position: relative; top: -80px; visibility: hidden; }
.centered { text-align: center; }
.mtop_xxl { margin-top: 120px; }
.mtop_xl { margin-top: 90px; }
.mtop_l { margin-top: 60px; }
.mtop_m { margin-top: 30px; }
.mtop_s { margin-top: 20px; }
.mtop_xs { margin-top: 10px; }
.mtop0 { margin-top: 0; }
.mbottom_0 { margin-bottom: 0; }
.mbottom_xs { margin-bottom: 10px; }
.mbottom_s { margin-bottom: 20px !important; }
.mbottom_m { margin-bottom: 30px !important; }
.mbottom_l { margin-bottom: 60px !important; }
.mbottom_xl { margin-bottom: 90px; }
.mbottom_xxl { margin-bottom: 120px; }
.ptop0 { padding-top: 0; }
.breakword { word-wrap: break-word; }
#HyphenatorToggleBox { display: none; }
.preload_me { display: none; }
.preload_me_svg { width: 100%; height: 100%; } @media screen and (min-width: 992px) {  .hvr-grow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active { -webkit-transform: scale(1.1); transform: scale(1.1); } .hvr-shrink { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active { -webkit-transform: scale(0.9); transform: scale(0.9); } @-webkit-keyframes hvr-pulse { 25% { -webkit-transform: scale(1.1);
transform: scale(1.1); }
75% { -webkit-transform: scale(0.9);
transform: scale(0.9); } }
@keyframes hvr-pulse { 25% { -webkit-transform: scale(1.1);
transform: scale(1.1); }
75% { -webkit-transform: scale(0.9);
transform: scale(0.9); } }
.hvr-pulse { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; }
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active { -webkit-animation-name: hvr-pulse; animation-name: hvr-pulse; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } @-webkit-keyframes hvr-pulse-grow { to { -webkit-transform: scale(1.1);
transform: scale(1.1); } }
@keyframes hvr-pulse-grow { to { -webkit-transform: scale(1.1);
transform: scale(1.1); } }
.hvr-pulse-grow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; }
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active { -webkit-animation-name: hvr-pulse-grow; animation-name: hvr-pulse-grow; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } @-webkit-keyframes hvr-pulse-shrink { to { -webkit-transform: scale(0.9);
transform: scale(0.9); } }
@keyframes hvr-pulse-shrink { to { -webkit-transform: scale(0.9);
transform: scale(0.9); } }
.hvr-pulse-shrink { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; }
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active { -webkit-animation-name: hvr-pulse-shrink; animation-name: hvr-pulse-shrink; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } @-webkit-keyframes hvr-push { 50% { -webkit-transform: scale(0.8);
transform: scale(0.8); }
100% { -webkit-transform: scale(1);
transform: scale(1); } }
@keyframes hvr-push { 50% { -webkit-transform: scale(0.8);
transform: scale(0.8); }
100% { -webkit-transform: scale(1);
transform: scale(1); } }
.hvr-push { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; }
.hvr-push:hover, .hvr-push:focus, .hvr-push:active { -webkit-animation-name: hvr-push; animation-name: hvr-push; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } @-webkit-keyframes hvr-pop { 50% { -webkit-transform: scale(1.2);
transform: scale(1.2); } }
@keyframes hvr-pop { 50% { -webkit-transform: scale(1.2);
transform: scale(1.2); } }
.hvr-pop { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; }
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active { -webkit-animation-name: hvr-pop; animation-name: hvr-pop; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } .hvr-bounce-in { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active { -webkit-transform: scale(1.2); transform: scale(1.2); -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); } .hvr-bounce-out { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active { -webkit-transform: scale(0.8); transform: scale(0.8); -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); } .hvr-rotate { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }
.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active { -webkit-transform: rotate(4deg); transform: rotate(4deg); } .hvr-grow-rotate { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active { -webkit-transform: scale(1.1) rotate(4deg); transform: scale(1.1) rotate(4deg); } .hvr-float { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-float:hover, .hvr-float:focus, .hvr-float:active { -webkit-transform: translateY(-8px); transform: translateY(-8px); } .hvr-sink { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active { -webkit-transform: translateY(8px); transform: translateY(8px); } @-webkit-keyframes hvr-bob { 0% { -webkit-transform: translateY(-8px);
transform: translateY(-8px); }
50% { -webkit-transform: translateY(-4px);
transform: translateY(-4px); }
100% { -webkit-transform: translateY(-8px);
transform: translateY(-8px); } }
@keyframes hvr-bob { 0% { -webkit-transform: translateY(-8px);
transform: translateY(-8px); }
50% { -webkit-transform: translateY(-4px);
transform: translateY(-4px); }
100% { -webkit-transform: translateY(-8px);
transform: translateY(-8px); } }
@-webkit-keyframes hvr-bob-float { 100% { -webkit-transform: translateY(-8px);
transform: translateY(-8px); } }
@keyframes hvr-bob-float { 100% { -webkit-transform: translateY(-8px);
transform: translateY(-8px); } }
.hvr-bob { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; }
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active { -webkit-animation-name: hvr-bob-float, hvr-bob; animation-name: hvr-bob-float, hvr-bob; -webkit-animation-duration: .3s, 1.5s; animation-duration: .3s, 1.5s; -webkit-animation-delay: 0s, .3s; animation-delay: 0s, .3s; -webkit-animation-timing-function: ease-out, ease-in-out; animation-timing-function: ease-out, ease-in-out; -webkit-animation-iteration-count: 1, infinite; animation-iteration-count: 1, infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-direction: normal, alternate; animation-direction: normal, alternate; } @-webkit-keyframes hvr-hang { 0% { -webkit-transform: translateY(8px);
transform: translateY(8px); }
50% { -webkit-transform: translateY(4px);
transform: translateY(4px); }
100% { -webkit-transform: translateY(8px);
transform: translateY(8px); } }
@keyframes hvr-hang { 0% { -webkit-transform: translateY(8px);
transform: translateY(8px); }
50% { -webkit-transform: translateY(4px);
transform: translateY(4px); }
100% { -webkit-transform: translateY(8px);
transform: translateY(8px); } }
@-webkit-keyframes hvr-hang-sink { 100% { -webkit-transform: translateY(8px);
transform: translateY(8px); } }
@keyframes hvr-hang-sink { 100% { -webkit-transform: translateY(8px);
transform: translateY(8px); } }
.hvr-hang { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; }
.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active { -webkit-animation-name: hvr-hang-sink, hvr-hang; animation-name: hvr-hang-sink, hvr-hang; -webkit-animation-duration: .3s, 1.5s; animation-duration: .3s, 1.5s; -webkit-animation-delay: 0s, .3s; animation-delay: 0s, .3s; -webkit-animation-timing-function: ease-out, ease-in-out; animation-timing-function: ease-out, ease-in-out; -webkit-animation-iteration-count: 1, infinite; animation-iteration-count: 1, infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-direction: normal, alternate; animation-direction: normal, alternate; } .hvr-skew { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }
.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active { -webkit-transform: skew(-10deg); transform: skew(-10deg); } .hvr-skew-forward { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transform-origin: 0 100%; transform-origin: 0 100%; }
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active { -webkit-transform: skew(-10deg); transform: skew(-10deg); } .hvr-skew-backward { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transform-origin: 0 100%; transform-origin: 0 100%; }
.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active { -webkit-transform: skew(10deg); transform: skew(10deg); } @-webkit-keyframes hvr-wobble-vertical { 16.65% { -webkit-transform: translateY(8px);
transform: translateY(8px); }
33.3% { -webkit-transform: translateY(-6px);
transform: translateY(-6px); }
49.95% { -webkit-transform: translateY(4px);
transform: translateY(4px); }
66.6% { -webkit-transform: translateY(-2px);
transform: translateY(-2px); }
83.25% { -webkit-transform: translateY(1px);
transform: translateY(1px); }
100% { -webkit-transform: translateY(0);
transform: translateY(0); } }
@keyframes hvr-wobble-vertical { 16.65% { -webkit-transform: translateY(8px);
transform: translateY(8px); }
33.3% { -webkit-transform: translateY(-6px);
transform: translateY(-6px); }
49.95% { -webkit-transform: translateY(4px);
transform: translateY(4px); }
66.6% { -webkit-transform: translateY(-2px);
transform: translateY(-2px); }
83.25% { -webkit-transform: translateY(1px);
transform: translateY(1px); }
100% { -webkit-transform: translateY(0);
transform: translateY(0); } }
.hvr-wobble-vertical { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; }
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active { -webkit-animation-name: hvr-wobble-vertical; animation-name: hvr-wobble-vertical; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } @-webkit-keyframes hvr-wobble-horizontal { 16.65% { -webkit-transform: translateX(8px);
transform: translateX(8px); }
33.3% { -webkit-transform: translateX(-6px);
transform: translateX(-6px); }
49.95% { -webkit-transform: translateX(4px);
transform: translateX(4px); }
66.6% { -webkit-transform: translateX(-2px);
transform: translateX(-2px); }
83.25% { -webkit-transform: translateX(1px);
transform: translateX(1px); }
100% { -webkit-transform: translateX(0);
transform: translateX(0); } }
@keyframes hvr-wobble-horizontal { 16.65% { -webkit-transform: translateX(8px);
transform: translateX(8px); }
33.3% { -webkit-transform: translateX(-6px);
transform: translateX(-6px); }
49.95% { -webkit-transform: translateX(4px);
transform: translateX(4px); }
66.6% { -webkit-transform: translateX(-2px);
transform: translateX(-2px); }
83.25% { -webkit-transform: translateX(1px);
transform: translateX(1px); }
100% { -webkit-transform: translateX(0);
transform: translateX(0); } }
.hvr-wobble-horizontal { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; }
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active { -webkit-animation-name: hvr-wobble-horizontal; animation-name: hvr-wobble-horizontal; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } @-webkit-keyframes hvr-wobble-to-bottom-right { 16.65% { -webkit-transform: translate(8px, 8px);
transform: translate(8px, 8px); }
33.3% { -webkit-transform: translate(-6px, -6px);
transform: translate(-6px, -6px); }
49.95% { -webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px); }
66.6% { -webkit-transform: translate(-2px, -2px);
transform: translate(-2px, -2px); }
83.25% { -webkit-transform: translate(1px, 1px);
transform: translate(1px, 1px); }
100% { -webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes hvr-wobble-to-bottom-right { 16.65% { -webkit-transform: translate(8px, 8px);
transform: translate(8px, 8px); }
33.3% { -webkit-transform: translate(-6px, -6px);
transform: translate(-6px, -6px); }
49.95% { -webkit-transform: translate(4px, 4px);
transform: translate(4px, 4px); }
66.6% { -webkit-transform: translate(-2px, -2px);
transform: translate(-2px, -2px); }
83.25% { -webkit-transform: translate(1px, 1px);
transform: translate(1px, 1px); }
100% { -webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
.hvr-wobble-to-bottom-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; }
.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active { -webkit-animation-name: hvr-wobble-to-bottom-right; animation-name: hvr-wobble-to-bottom-right; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } @-webkit-keyframes hvr-wobble-to-top-right { 16.65% { -webkit-transform: translate(8px, -8px);
transform: translate(8px, -8px); }
33.3% { -webkit-transform: translate(-6px, 6px);
transform: translate(-6px, 6px); }
49.95% { -webkit-transform: translate(4px, -4px);
transform: translate(4px, -4px); }
66.6% { -webkit-transform: translate(-2px, 2px);
transform: translate(-2px, 2px); }
83.25% { -webkit-transform: translate(1px, -1px);
transform: translate(1px, -1px); }
100% { -webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes hvr-wobble-to-top-right { 16.65% { -webkit-transform: translate(8px, -8px);
transform: translate(8px, -8px); }
33.3% { -webkit-transform: translate(-6px, 6px);
transform: translate(-6px, 6px); }
49.95% { -webkit-transform: translate(4px, -4px);
transform: translate(4px, -4px); }
66.6% { -webkit-transform: translate(-2px, 2px);
transform: translate(-2px, 2px); }
83.25% { -webkit-transform: translate(1px, -1px);
transform: translate(1px, -1px); }
100% { -webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
.hvr-wobble-to-top-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; }
.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active { -webkit-animation-name: hvr-wobble-to-top-right; animation-name: hvr-wobble-to-top-right; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } @-webkit-keyframes hvr-wobble-top { 16.65% { -webkit-transform: skew(-12deg);
transform: skew(-12deg); }
33.3% { -webkit-transform: skew(10deg);
transform: skew(10deg); }
49.95% { -webkit-transform: skew(-6deg);
transform: skew(-6deg); }
66.6% { -webkit-transform: skew(4deg);
transform: skew(4deg); }
83.25% { -webkit-transform: skew(-2deg);
transform: skew(-2deg); }
100% { -webkit-transform: skew(0);
transform: skew(0); } }
@keyframes hvr-wobble-top { 16.65% { -webkit-transform: skew(-12deg);
transform: skew(-12deg); }
33.3% { -webkit-transform: skew(10deg);
transform: skew(10deg); }
49.95% { -webkit-transform: skew(-6deg);
transform: skew(-6deg); }
66.6% { -webkit-transform: skew(4deg);
transform: skew(4deg); }
83.25% { -webkit-transform: skew(-2deg);
transform: skew(-2deg); }
100% { -webkit-transform: skew(0);
transform: skew(0); } }
.hvr-wobble-top { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transform-origin: 0 100%; transform-origin: 0 100%; }
.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active { -webkit-animation-name: hvr-wobble-top; animation-name: hvr-wobble-top; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } @-webkit-keyframes hvr-wobble-bottom { 16.65% { -webkit-transform: skew(-12deg);
transform: skew(-12deg); }
33.3% { -webkit-transform: skew(10deg);
transform: skew(10deg); }
49.95% { -webkit-transform: skew(-6deg);
transform: skew(-6deg); }
66.6% { -webkit-transform: skew(4deg);
transform: skew(4deg); }
83.25% { -webkit-transform: skew(-2deg);
transform: skew(-2deg); }
100% { -webkit-transform: skew(0);
transform: skew(0); } }
@keyframes hvr-wobble-bottom { 16.65% { -webkit-transform: skew(-12deg);
transform: skew(-12deg); }
33.3% { -webkit-transform: skew(10deg);
transform: skew(10deg); }
49.95% { -webkit-transform: skew(-6deg);
transform: skew(-6deg); }
66.6% { -webkit-transform: skew(4deg);
transform: skew(4deg); }
83.25% { -webkit-transform: skew(-2deg);
transform: skew(-2deg); }
100% { -webkit-transform: skew(0);
transform: skew(0); } }
.hvr-wobble-bottom { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transform-origin: 100% 0; transform-origin: 100% 0; }
.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active { -webkit-animation-name: hvr-wobble-bottom; animation-name: hvr-wobble-bottom; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } @-webkit-keyframes hvr-wobble-skew { 16.65% { -webkit-transform: skew(-12deg);
transform: skew(-12deg); }
33.3% { -webkit-transform: skew(10deg);
transform: skew(10deg); }
49.95% { -webkit-transform: skew(-6deg);
transform: skew(-6deg); }
66.6% { -webkit-transform: skew(4deg);
transform: skew(4deg); }
83.25% { -webkit-transform: skew(-2deg);
transform: skew(-2deg); }
100% { -webkit-transform: skew(0);
transform: skew(0); } }
@keyframes hvr-wobble-skew { 16.65% { -webkit-transform: skew(-12deg);
transform: skew(-12deg); }
33.3% { -webkit-transform: skew(10deg);
transform: skew(10deg); }
49.95% { -webkit-transform: skew(-6deg);
transform: skew(-6deg); }
66.6% { -webkit-transform: skew(4deg);
transform: skew(4deg); }
83.25% { -webkit-transform: skew(-2deg);
transform: skew(-2deg); }
100% { -webkit-transform: skew(0);
transform: skew(0); } }
.hvr-wobble-skew { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; }
.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active { -webkit-animation-name: hvr-wobble-skew; animation-name: hvr-wobble-skew; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } @-webkit-keyframes hvr-buzz { 50% { -webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg); }
100% { -webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg); } }
@keyframes hvr-buzz { 50% { -webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg); }
100% { -webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg); } }
.hvr-buzz { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; }
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active { -webkit-animation-name: hvr-buzz; animation-name: hvr-buzz; -webkit-animation-duration: 0.15s; animation-duration: 0.15s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } @-webkit-keyframes hvr-buzz-out { 10% { -webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg); }
20% { -webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg); }
30% { -webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg); }
40% { -webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg); }
50% { -webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg); }
60% { -webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg); }
70% { -webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg); }
80% { -webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg); }
90% { -webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0); }
100% { -webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0); } }
@keyframes hvr-buzz-out { 10% { -webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg); }
20% { -webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg); }
30% { -webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg); }
40% { -webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg); }
50% { -webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg); }
60% { -webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg); }
70% { -webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg); }
80% { -webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg); }
90% { -webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0); }
100% { -webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0); } }
.hvr-buzz-out { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; }
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active { -webkit-animation-name: hvr-buzz-out; animation-name: hvr-buzz-out; -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } .hvr-forward { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active { -webkit-transform: translateX(8px); transform: translateX(8px); } .hvr-backward { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active { -webkit-transform: translateX(-8px); transform: translateX(-8px); }  .hvr-fade { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; overflow: hidden; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: color, background-color; transition-property: color, background-color; }
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active { background-color: #2098D1; color: white; } @-webkit-keyframes hvr-back-pulse { 50% { background-color: rgba(32, 152, 209, 0.75); } }
@keyframes hvr-back-pulse { 50% { background-color: rgba(32, 152, 209, 0.75); } }
.hvr-back-pulse { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; overflow: hidden; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-property: color, background-color; transition-property: color, background-color; }
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active { -webkit-animation-name: hvr-back-pulse; animation-name: hvr-back-pulse; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; background-color: #2098D1; background-color: #2098d1; color: white; } .hvr-sweep-to-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-sweep-to-right:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #2098D1; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active { color: white; }
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); } .hvr-sweep-to-left { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-sweep-to-left:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #2098D1; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active { color: white; }
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); } .hvr-sweep-to-bottom { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-sweep-to-bottom:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #2098D1; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active { color: white; }
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); } .hvr-sweep-to-top { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-sweep-to-top:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #2098D1; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active { color: white; }
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); } .hvr-bounce-to-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
.hvr-bounce-to-right:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #2098D1; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active { color: white; }
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } .hvr-bounce-to-left { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
.hvr-bounce-to-left:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #2098D1; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active { color: white; }
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } .hvr-bounce-to-bottom { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
.hvr-bounce-to-bottom:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #2098D1; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active { color: white; }
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } .hvr-bounce-to-top { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
.hvr-bounce-to-top:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #2098D1; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active { color: white; }
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } .hvr-radial-out { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; overflow: hidden; background: #e1e1e1; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-radial-out:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #2098D1; border-radius: 100%; -webkit-transform: scale(0); transform: scale(0); -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active { color: white; }
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before { -webkit-transform: scale(2); transform: scale(2); } .hvr-radial-in { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; overflow: hidden; background: #2098D1; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-radial-in:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #e1e1e1; border-radius: 100%; -webkit-transform: scale(2); transform: scale(2); -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active { color: white; }
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before { -webkit-transform: scale(0); transform: scale(0); } .hvr-rectangle-in { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; background: #2098D1; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-rectangle-in:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #e1e1e1; -webkit-transform: scale(1); transform: scale(1); -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active { color: white; }
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before { -webkit-transform: scale(0); transform: scale(0); } .hvr-rectangle-out { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; background: #e1e1e1; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-rectangle-out:before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #2098D1; -webkit-transform: scale(0); transform: scale(0); -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active { color: white; }
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before { -webkit-transform: scale(1); transform: scale(1); } .hvr-shutter-in-horizontal { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; background: #2098D1; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-shutter-in-horizontal:before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: #e1e1e1; -webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active { color: white; }
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before { -webkit-transform: scaleX(0); transform: scaleX(0); } .hvr-shutter-out-horizontal { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; background: #e1e1e1; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-shutter-out-horizontal:before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: #2098D1; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active { color: white; }
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before { -webkit-transform: scaleX(1); transform: scaleX(1); } .hvr-shutter-in-vertical { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; background: #2098D1; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-shutter-in-vertical:before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: #e1e1e1; -webkit-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active { color: white; }
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before { -webkit-transform: scaleY(0); transform: scaleY(0); } .hvr-shutter-out-vertical { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; background: #e1e1e1; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-shutter-out-vertical:before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background: #2098D1; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active { color: white; }
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); }  .hvr-border-fade { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow; -webkit-transition-property: -webkit-box-shadow; transition-property: -webkit-box-shadow; transition-property: box-shadow; transition-property: box-shadow, -webkit-box-shadow; -webkit-box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent; box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent; }
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active { -webkit-box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px transparent; box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px transparent; } .hvr-hollow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: background; transition-property: background; -webkit-box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent; box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent; }
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active { background: none; } .hvr-trim { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; }
.hvr-trim:before { content: ''; position: absolute; border: white solid 4px; top: 4px; left: 4px; right: 4px; bottom: 4px; opacity: 0; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: opacity; transition-property: opacity; }
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before { opacity: 1; } @-webkit-keyframes hvr-ripple-out { 100% { top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0; } }
@keyframes hvr-ripple-out { 100% { top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0; } }
.hvr-ripple-out { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; }
.hvr-ripple-out:before { content: ''; position: absolute; border: #e1e1e1 solid 6px; top: 0; right: 0; bottom: 0; left: 0; -webkit-animation-duration: 1s; animation-duration: 1s; }
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before { -webkit-animation-name: hvr-ripple-out; animation-name: hvr-ripple-out; } @-webkit-keyframes hvr-ripple-in { 100% { top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 1; } }
@keyframes hvr-ripple-in { 100% { top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 1; } }
.hvr-ripple-in { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; }
.hvr-ripple-in:before { content: ''; position: absolute; border: #e1e1e1 solid 4px; top: -12px; right: -12px; bottom: -12px; left: -12px; opacity: 0; -webkit-animation-duration: 1s; animation-duration: 1s; }
.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before { -webkit-animation-name: hvr-ripple-in; animation-name: hvr-ripple-in; } .hvr-outline-out { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; }
.hvr-outline-out:before { content: ''; position: absolute; border: #e1e1e1 solid 4px; top: 0; right: 0; bottom: 0; left: 0; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; }
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before { top: -8px; right: -8px; bottom: -8px; left: -8px; } .hvr-outline-in { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; }
.hvr-outline-in:before { pointer-events: none; content: ''; position: absolute; border: #e1e1e1 solid 4px; top: -16px; right: -16px; bottom: -16px; left: -16px; opacity: 0; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: top, right, bottom, left; transition-property: top, right, bottom, left; }
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before { top: -8px; right: -8px; bottom: -8px; left: -8px; opacity: 1; } .hvr-round-corners { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: border-radius; transition-property: border-radius; }
.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active { border-radius: 1em; } .hvr-underline-from-left { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; overflow: hidden; }
.hvr-underline-from-left:before { content: ""; position: absolute; z-index: -1; left: 0; right: 100%; bottom: 0; background: #2098D1; height: 4px; -webkit-transition-property: right; transition-property: right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before { right: 0; } .hvr-underline-from-center { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; overflow: hidden; }
.hvr-underline-from-center:before { content: ""; position: absolute; z-index: -1; left: 50%; right: 50%; bottom: 0; background: #2098D1; height: 4px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before { left: 0; right: 0; } .hvr-underline-from-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; overflow: hidden; }
.hvr-underline-from-right:before { content: ""; position: absolute; z-index: -1; left: 100%; right: 0; bottom: 0; background: #2098D1; height: 4px; -webkit-transition-property: left; transition-property: left; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before { left: 0; } .hvr-overline-from-left { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; overflow: hidden; }
.hvr-overline-from-left:before { content: ""; position: absolute; z-index: -1; left: 0; right: 100%; top: 0; background: #2098D1; height: 4px; -webkit-transition-property: right; transition-property: right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before { right: 0; } .hvr-overline-from-center { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; overflow: hidden; }
.hvr-overline-from-center:before { content: ""; position: absolute; z-index: -1; left: 50%; right: 50%; top: 0; background: #2098D1; height: 4px; -webkit-transition-property: left, right; transition-property: left, right; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before { left: 0; right: 0; } .hvr-overline-from-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; overflow: hidden; }
.hvr-overline-from-right:before { content: ""; position: absolute; z-index: -1; left: 100%; right: 0; top: 0; background: #2098D1; height: 4px; -webkit-transition-property: left; transition-property: left; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before { left: 0; } .hvr-reveal { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; overflow: hidden; }
.hvr-reveal:before { content: ""; position: absolute; z-index: -1; left: 0; right: 0; top: 0; bottom: 0; border-color: #2098D1; border-style: solid; border-width: 0; -webkit-transition-property: border-width; transition-property: border-width; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before { -webkit-transform: translateY(0); transform: translateY(0); border-width: 4px; } .hvr-underline-reveal { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; overflow: hidden; }
.hvr-underline-reveal:before { content: ""; position: absolute; z-index: -1; left: 0; right: 0; bottom: 0; background: #2098D1; height: 4px; -webkit-transform: translateY(4px); transform: translateY(4px); -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before { -webkit-transform: translateY(0); transform: translateY(0); } .hvr-overline-reveal { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; overflow: hidden; }
.hvr-overline-reveal:before { content: ""; position: absolute; z-index: -1; left: 0; right: 0; top: 0; background: #2098D1; height: 4px; -webkit-transform: translateY(-4px); transform: translateY(-4px); -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before { -webkit-transform: translateY(0); transform: translateY(0); }  .hvr-glow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow; -webkit-transition-property: -webkit-box-shadow; transition-property: -webkit-box-shadow; transition-property: box-shadow; transition-property: box-shadow, -webkit-box-shadow; }
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active { -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); } .hvr-shadow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow; -webkit-transition-property: -webkit-box-shadow; transition-property: -webkit-box-shadow; transition-property: box-shadow; transition-property: box-shadow, -webkit-box-shadow; }
.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active { -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); } .hvr-grow-shadow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow, transform; -webkit-transition-property: -webkit-box-shadow, -webkit-transform; transition-property: -webkit-box-shadow, -webkit-transform; transition-property: box-shadow, transform; transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform; }
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active { -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); -webkit-transform: scale(1.1); transform: scale(1.1); } .hvr-box-shadow-outset { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow; -webkit-transition-property: -webkit-box-shadow; transition-property: -webkit-box-shadow; transition-property: box-shadow; transition-property: box-shadow, -webkit-box-shadow; }
.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active { -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); } .hvr-box-shadow-inset { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow; -webkit-transition-property: -webkit-box-shadow; transition-property: -webkit-box-shadow; transition-property: box-shadow; transition-property: box-shadow, -webkit-box-shadow; -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent; box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent; }
.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active { -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent; box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent; } .hvr-float-shadow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }
.hvr-float-shadow:before { pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform, opacity; -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; }
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before { opacity: 1; -webkit-transform: translateY(5px); transform: translateY(5px); } .hvr-shadow-radial { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; }
.hvr-shadow-radial:before, .hvr-shadow-radial:after { pointer-events: none; position: absolute; content: ''; left: 0; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; height: 5px; opacity: 0; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: opacity; transition-property: opacity; }
.hvr-shadow-radial:before { bottom: 100%; background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, transparent 80%); }
.hvr-shadow-radial:after { top: 100%; background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, transparent 80%); }
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after { opacity: 1; }  .hvr-bubble-top { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; }
.hvr-bubble-top:before { pointer-events: none; position: absolute; z-index: -1; content: ''; border-style: solid; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; left: calc(50% - 10px); top: 0; border-width: 0 10px 10px 10px; border-color: transparent transparent #e1e1e1 transparent; }
.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before { -webkit-transform: translateY(-10px); transform: translateY(-10px); } .hvr-bubble-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; }
.hvr-bubble-right:before { pointer-events: none; position: absolute; z-index: -1; content: ''; border-style: solid; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; top: calc(50% - 10px); right: 0; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #e1e1e1; }
.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before { -webkit-transform: translateX(10px); transform: translateX(10px); } .hvr-bubble-bottom { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; }
.hvr-bubble-bottom:before { pointer-events: none; position: absolute; z-index: -1; content: ''; border-style: solid; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; left: calc(50% - 10px); bottom: 0; border-width: 10px 10px 0 10px; border-color: #e1e1e1 transparent transparent transparent; }
.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before { -webkit-transform: translateY(10px); transform: translateY(10px); } .hvr-bubble-left { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; }
.hvr-bubble-left:before { pointer-events: none; position: absolute; z-index: -1; content: ''; border-style: solid; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; top: calc(50% - 10px); left: 0; border-width: 10px 10px 10px 0; border-color: transparent #e1e1e1 transparent transparent; }
.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before { -webkit-transform: translateX(-10px); transform: translateX(-10px); } .hvr-bubble-float-top { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }
.hvr-bubble-float-top:before { position: absolute; z-index: -1; content: ''; left: calc(50% - 10px); top: 0; border-style: solid; border-width: 0 10px 10px 10px; border-color: transparent transparent #e1e1e1 transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }
.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active { -webkit-transform: translateY(10px); transform: translateY(10px); }
.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before { -webkit-transform: translateY(-10px); transform: translateY(-10px); } .hvr-bubble-float-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }
.hvr-bubble-float-right:before { position: absolute; z-index: -1; top: calc(50% - 10px); right: 0; content: ''; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #e1e1e1; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }
.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active { -webkit-transform: translateX(-10px); transform: translateX(-10px); }
.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before { -webkit-transform: translateX(10px); transform: translateX(10px); } .hvr-bubble-float-bottom { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }
.hvr-bubble-float-bottom:before { position: absolute; z-index: -1; content: ''; left: calc(50% - 10px); bottom: 0; border-style: solid; border-width: 10px 10px 0 10px; border-color: #e1e1e1 transparent transparent transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }
.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before { -webkit-transform: translateY(10px); transform: translateY(10px); } .hvr-bubble-float-left { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }
.hvr-bubble-float-left:before { position: absolute; z-index: -1; content: ''; top: calc(50% - 10px); left: 0; border-style: solid; border-width: 10px 10px 10px 0; border-color: transparent #e1e1e1 transparent transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }
.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active { -webkit-transform: translateX(10px); transform: translateX(10px); }
.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before { -webkit-transform: translateX(-10px); transform: translateX(-10px); }  .hvr-icon-back { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-left: 2.2em; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; }
.hvr-icon-back:before { content: "\f137"; position: absolute; left: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before { -webkit-transform: translateX(-4px); transform: translateX(-4px); } .hvr-icon-forward { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; }
.hvr-icon-forward:before { content: "\f138"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before { -webkit-transform: translateX(4px); transform: translateX(4px); } @-webkit-keyframes hvr-icon-down { 0%, 50%, 100% { -webkit-transform: translateY(0);
transform: translateY(0); }
25%, 75% { -webkit-transform: translateY(6px);
transform: translateY(6px); } }
@keyframes hvr-icon-down { 0%, 50%, 100% { -webkit-transform: translateY(0);
transform: translateY(0); }
25%, 75% { -webkit-transform: translateY(6px);
transform: translateY(6px); } } .hvr-icon-down { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; }
.hvr-icon-down:before { content: "\f01a"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); }
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before { -webkit-animation-name: hvr-icon-down; animation-name: hvr-icon-down; -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } @-webkit-keyframes hvr-icon-up { 0%, 50%, 100% { -webkit-transform: translateY(0);
transform: translateY(0); }
25%, 75% { -webkit-transform: translateY(-6px);
transform: translateY(-6px); } }
@keyframes hvr-icon-up { 0%, 50%, 100% { -webkit-transform: translateY(0);
transform: translateY(0); }
25%, 75% { -webkit-transform: translateY(-6px);
transform: translateY(-6px); } } .hvr-icon-up { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; }
.hvr-icon-up:before { content: "\f01b"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); }
.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before { -webkit-animation-name: hvr-icon-up; animation-name: hvr-icon-up; -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } .hvr-icon-spin { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; }
.hvr-icon-spin:before { content: "\f021"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transition-duration: 1s; transition-duration: 1s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; }
.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before { -webkit-transform: rotate(360deg); transform: rotate(360deg); } @-webkit-keyframes hvr-icon-drop { 0% { opacity: 0; }
50% { opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
51%, 100% { opacity: 1; } }
@keyframes hvr-icon-drop { 0% { opacity: 0; }
50% { opacity: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%); }
51%, 100% { opacity: 1; } } .hvr-icon-drop { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; }
.hvr-icon-drop:before { content: "\f041"; position: absolute; right: 1em; opacity: 1; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); }
.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before { opacity: 0; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-animation-name: hvr-icon-drop; animation-name: hvr-icon-drop; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); } .hvr-icon-fade { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; }
.hvr-icon-fade:before { content: "\f00c"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -webkit-transition-property: color; transition-property: color; }
.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before { color: #0F9E5E; } @-webkit-keyframes hvr-icon-float-away { 0% { opacity: 1; }
100% { opacity: 0;
-webkit-transform: translateY(-1em);
transform: translateY(-1em); } }
@keyframes hvr-icon-float-away { 0% { opacity: 1; }
100% { opacity: 0;
-webkit-transform: translateY(-1em);
transform: translateY(-1em); } } .hvr-icon-float-away { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; }
.hvr-icon-float-away:before, .hvr-icon-float-away:after { content: "\f055"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; }
.hvr-icon-float-away:after { opacity: 0; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after { -webkit-animation-name: hvr-icon-float-away; animation-name: hvr-icon-float-away; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } @-webkit-keyframes hvr-icon-sink-away { 0% { opacity: 1; }
100% { opacity: 0;
-webkit-transform: translateY(1em);
transform: translateY(1em); } }
@keyframes hvr-icon-sink-away { 0% { opacity: 1; }
100% { opacity: 0;
-webkit-transform: translateY(1em);
transform: translateY(1em); } } .hvr-icon-sink-away { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; }
.hvr-icon-sink-away:before, .hvr-icon-sink-away:after { content: "\f056"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); }
.hvr-icon-sink-away:after { opacity: 0; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after { -webkit-animation-name: hvr-icon-sink-away; animation-name: hvr-icon-sink-away; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } .hvr-icon-grow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-icon-grow:before { content: "\f118"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before { -webkit-transform: scale(1.3) translateZ(0); transform: scale(1.3) translateZ(0); } .hvr-icon-shrink { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-icon-shrink:before { content: "\f119"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before { -webkit-transform: scale(0.8); transform: scale(0.8); } @-webkit-keyframes hvr-icon-pulse { 25% { -webkit-transform: scale(1.3);
transform: scale(1.3); }
75% { -webkit-transform: scale(0.8);
transform: scale(0.8); } }
@keyframes hvr-icon-pulse { 25% { -webkit-transform: scale(1.3);
transform: scale(1.3); }
75% { -webkit-transform: scale(0.8);
transform: scale(0.8); } }
.hvr-icon-pulse { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; }
.hvr-icon-pulse:before { content: "\f015"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before { -webkit-animation-name: hvr-icon-pulse; animation-name: hvr-icon-pulse; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } @-webkit-keyframes hvr-icon-pulse-grow { to { -webkit-transform: scale(1.3);
transform: scale(1.3); } }
@keyframes hvr-icon-pulse-grow { to { -webkit-transform: scale(1.3);
transform: scale(1.3); } }
.hvr-icon-pulse-grow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; }
.hvr-icon-pulse-grow:before { content: "\f015"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before { -webkit-animation-name: hvr-icon-pulse-grow; animation-name: hvr-icon-pulse-grow; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } @-webkit-keyframes hvr-icon-pulse-shrink { to { -webkit-transform: scale(0.8);
transform: scale(0.8); } }
@keyframes hvr-icon-pulse-shrink { to { -webkit-transform: scale(0.8);
transform: scale(0.8); } }
.hvr-icon-pulse-shrink { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; }
.hvr-icon-pulse-shrink:before { content: "\f015"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before { -webkit-animation-name: hvr-icon-pulse-shrink; animation-name: hvr-icon-pulse-shrink; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } @-webkit-keyframes hvr-icon-push { 50% { -webkit-transform: scale(0.5);
transform: scale(0.5); } }
@keyframes hvr-icon-push { 50% { -webkit-transform: scale(0.5);
transform: scale(0.5); } }
.hvr-icon-push { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-icon-push:before { content: "\f006"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before { -webkit-animation-name: hvr-icon-push; animation-name: hvr-icon-push; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } @-webkit-keyframes hvr-icon-pop { 50% { -webkit-transform: scale(1.5);
transform: scale(1.5); } }
@keyframes hvr-icon-pop { 50% { -webkit-transform: scale(1.5);
transform: scale(1.5); } }
.hvr-icon-pop { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-icon-pop:before { content: "\f005"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before { -webkit-animation-name: hvr-icon-pop; animation-name: hvr-icon-pop; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } .hvr-icon-bounce { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-icon-bounce:before { content: "\f087"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before { -webkit-transform: scale(1.5); transform: scale(1.5); -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); } .hvr-icon-rotate { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-icon-rotate:before { content: "\f0c6"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before { -webkit-transform: rotate(20deg); transform: rotate(20deg); } .hvr-icon-grow-rotate { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-icon-grow-rotate:before { content: "\f095"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before { -webkit-transform: scale(1.5) rotate(12deg); transform: scale(1.5) rotate(12deg); } .hvr-icon-float { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-icon-float:before { content: "\f01b"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before { -webkit-transform: translateY(-4px); transform: translateY(-4px); } .hvr-icon-sink { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-icon-sink:before { content: "\f01a"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }
.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before { -webkit-transform: translateY(4px); transform: translateY(4px); } @-webkit-keyframes hvr-icon-bob { 0% { -webkit-transform: translateY(-6px);
transform: translateY(-6px); }
50% { -webkit-transform: translateY(-2px);
transform: translateY(-2px); }
100% { -webkit-transform: translateY(-6px);
transform: translateY(-6px); } }
@keyframes hvr-icon-bob { 0% { -webkit-transform: translateY(-6px);
transform: translateY(-6px); }
50% { -webkit-transform: translateY(-2px);
transform: translateY(-2px); }
100% { -webkit-transform: translateY(-6px);
transform: translateY(-6px); } }
@-webkit-keyframes hvr-icon-bob-float { 100% { -webkit-transform: translateY(-6px);
transform: translateY(-6px); } }
@keyframes hvr-icon-bob-float { 100% { -webkit-transform: translateY(-6px);
transform: translateY(-6px); } }
.hvr-icon-bob { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-icon-bob:before { content: "\f077"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); }
.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before { -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob; animation-name: hvr-icon-bob-float, hvr-icon-bob; -webkit-animation-duration: .3s, 1.5s; animation-duration: .3s, 1.5s; -webkit-animation-delay: 0s, .3s; animation-delay: 0s, .3s; -webkit-animation-timing-function: ease-out, ease-in-out; animation-timing-function: ease-out, ease-in-out; -webkit-animation-iteration-count: 1, infinite; animation-iteration-count: 1, infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-direction: normal, alternate; animation-direction: normal, alternate; } @-webkit-keyframes hvr-icon-hang { 0% { -webkit-transform: translateY(6px);
transform: translateY(6px); }
50% { -webkit-transform: translateY(2px);
transform: translateY(2px); }
100% { -webkit-transform: translateY(6px);
transform: translateY(6px); } }
@keyframes hvr-icon-hang { 0% { -webkit-transform: translateY(6px);
transform: translateY(6px); }
50% { -webkit-transform: translateY(2px);
transform: translateY(2px); }
100% { -webkit-transform: translateY(6px);
transform: translateY(6px); } }
@-webkit-keyframes hvr-icon-hang-sink { 100% { -webkit-transform: translateY(6px);
transform: translateY(6px); } }
@keyframes hvr-icon-hang-sink { 100% { -webkit-transform: translateY(6px);
transform: translateY(6px); } }
.hvr-icon-hang { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-icon-hang:before { content: "\f078"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); }
.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before { -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang; animation-name: hvr-icon-hang-sink, hvr-icon-hang; -webkit-animation-duration: .3s, 1.5s; animation-duration: .3s, 1.5s; -webkit-animation-delay: 0s, .3s; animation-delay: 0s, .3s; -webkit-animation-timing-function: ease-out, ease-in-out; animation-timing-function: ease-out, ease-in-out; -webkit-animation-iteration-count: 1, infinite; animation-iteration-count: 1, infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-direction: normal, alternate; animation-direction: normal, alternate; } @-webkit-keyframes hvr-icon-wobble-horizontal { 16.65% { -webkit-transform: translateX(6px);
transform: translateX(6px); }
33.3% { -webkit-transform: translateX(-5px);
transform: translateX(-5px); }
49.95% { -webkit-transform: translateX(4px);
transform: translateX(4px); }
66.6% { -webkit-transform: translateX(-2px);
transform: translateX(-2px); }
83.25% { -webkit-transform: translateX(1px);
transform: translateX(1px); }
100% { -webkit-transform: translateX(0);
transform: translateX(0); } }
@keyframes hvr-icon-wobble-horizontal { 16.65% { -webkit-transform: translateX(6px);
transform: translateX(6px); }
33.3% { -webkit-transform: translateX(-5px);
transform: translateX(-5px); }
49.95% { -webkit-transform: translateX(4px);
transform: translateX(4px); }
66.6% { -webkit-transform: translateX(-2px);
transform: translateX(-2px); }
83.25% { -webkit-transform: translateX(1px);
transform: translateX(1px); }
100% { -webkit-transform: translateX(0);
transform: translateX(0); } }
.hvr-icon-wobble-horizontal { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-icon-wobble-horizontal:before { content: "\f061"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); }
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before { -webkit-animation-name: hvr-icon-wobble-horizontal; animation-name: hvr-icon-wobble-horizontal; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } @-webkit-keyframes hvr-icon-wobble-vertical { 16.65% { -webkit-transform: translateY(6px);
transform: translateY(6px); }
33.3% { -webkit-transform: translateY(-5px);
transform: translateY(-5px); }
49.95% { -webkit-transform: translateY(4px);
transform: translateY(4px); }
66.6% { -webkit-transform: translateY(-2px);
transform: translateY(-2px); }
83.25% { -webkit-transform: translateY(1px);
transform: translateY(1px); }
100% { -webkit-transform: translateY(0);
transform: translateY(0); } }
@keyframes hvr-icon-wobble-vertical { 16.65% { -webkit-transform: translateY(6px);
transform: translateY(6px); }
33.3% { -webkit-transform: translateY(-5px);
transform: translateY(-5px); }
49.95% { -webkit-transform: translateY(4px);
transform: translateY(4px); }
66.6% { -webkit-transform: translateY(-2px);
transform: translateY(-2px); }
83.25% { -webkit-transform: translateY(1px);
transform: translateY(1px); }
100% { -webkit-transform: translateY(0);
transform: translateY(0); } }
.hvr-icon-wobble-vertical { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-icon-wobble-vertical:before { content: "\f062"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); }
.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before { -webkit-animation-name: hvr-icon-wobble-vertical; animation-name: hvr-icon-wobble-vertical; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; } @-webkit-keyframes hvr-icon-buzz { 50% { -webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg); }
100% { -webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg); } }
@keyframes hvr-icon-buzz { 50% { -webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg); }
100% { -webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg); } }
.hvr-icon-buzz { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-icon-buzz:before { content: "\f017"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); }
.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before { -webkit-animation-name: hvr-icon-buzz; animation-name: hvr-icon-buzz; -webkit-animation-duration: 0.15s; animation-duration: 0.15s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } @-webkit-keyframes hvr-icon-buzz-out { 10% { -webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg); }
20% { -webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg); }
30% { -webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg); }
40% { -webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg); }
50% { -webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg); }
60% { -webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg); }
70% { -webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg); }
80% { -webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg); }
90% { -webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0); }
100% { -webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0); } }
@keyframes hvr-icon-buzz-out { 10% { -webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg); }
20% { -webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg); }
30% { -webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg); }
40% { -webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg); }
50% { -webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg); }
60% { -webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg); }
70% { -webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg); }
80% { -webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg); }
90% { -webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0); }
100% { -webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0); } }
.hvr-icon-buzz-out { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; padding-right: 2.2em; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.hvr-icon-buzz-out:before { content: "\f023"; position: absolute; right: 1em; padding: 0 1px; font-family: FontAwesome; -webkit-transform: translateZ(0); transform: translateZ(0); }
.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before { -webkit-animation-name: hvr-icon-buzz-out; animation-name: hvr-icon-buzz-out; -webkit-animation-duration: 0.75s; animation-duration: 0.75s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: 1; animation-iteration-count: 1; }  .hvr-curl-top-left { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; }
.hvr-curl-top-left:before { pointer-events: none; position: absolute; content: ''; height: 0; width: 0; top: 0; left: 0; background: white; background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000'); z-index: 1000; -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: width, height; transition-property: width, height; }
.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before { width: 25px; height: 25px; } .hvr-curl-top-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; }
.hvr-curl-top-right:before { pointer-events: none; position: absolute; content: ''; height: 0; width: 0; top: 0; right: 0; background: white; background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%); -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4); box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: width, height; transition-property: width, height; }
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before { width: 25px; height: 25px; } .hvr-curl-bottom-right { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; }
.hvr-curl-bottom-right:before { pointer-events: none; position: absolute; content: ''; height: 0; width: 0; bottom: 0; right: 0; background: white; background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%); -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4); box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: width, height; transition-property: width, height; }
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before { width: 25px; height: 25px; } .hvr-curl-bottom-left { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-box-shadow: 0 0 1px transparent; box-shadow: 0 0 1px transparent; position: relative; }
.hvr-curl-bottom-left:before { pointer-events: none; position: absolute; content: ''; height: 0; width: 0; bottom: 0; left: 0; background: white; background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%); -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4); box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: width, height; transition-property: width, height; }
.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before { width: 25px; height: 25px; } }body, html, p, li {
line-height: 1.5;
}
body, html, p, li {
font-size: 14px;
}
.intro_pages p {
font-size: 18px;
}
.sidebar_section,
.sidebar_section p,
.sidebar_section *:not(h3) a,
.sidebar_section_submenu_1 > ul > li.current_page_item > a:before {
font-size: 15px;
} 
h1, .h1 {
font-size: 36px;
}
h2, .h2 {
font-size: 26px;
}
h3, .h3 {
font-size: 20px;
}
h4, 
.h4,
.sidebar_section h4 a {
font-size: 18px;
}
h5, .h5 {
font-size: 15px;
}
h6, .h6 {
font-size: 14px;
}
@media (min-width: 768px) {
body, html, p, li {
line-height: 1.5;
}
}
@media (min-width: 768px) {
body, html, p, li {
font-size: 16px;
}
.intro_pages p {
font-size: 22px;
}
.sidebar_section,
.sidebar_section p,
.sidebar_section_submenu_1 > ul > li.current_page_item > a:before {
font-size: 16px;
} 
h1, .h1 {
font-size: 54px;
}
h2, .h2 {
font-size: 34px;
}
h3, .h3 {
font-size: 22px;
}
h4, 
.h4,
.sidebar_section h4 a {
font-size: 18px;
}
h5, .h5 {
font-size: 16px;
}
h6, .h6 {
font-size: 16px;
}
.wrapper-footer p,
.wrapper-footer div,
.wrapper-footer .footer_breadcrumb,
.wrapper-footer a {
font-size: 15px;
}
}
.container_main h1, 
.container_main .h1 {
color: #3952b0;
}
.container_main h2, 
.container_main .h2 {
color: ;
}
.container_main h3:not(.person-title), 
.container_main .h3 {
color: ;
}
.container_main h4, 
.container_main .h4 {
color: ;
}
.container_main h5, 
.container_main .h5 {
color: ;
}
.container_main h6, 
.container_main .h6 {
color: ;
} .acf-map {
width: 100%;
height: 100%;
border: 0;
}
.acf-map img {
max-width: inherit !important;
}
.acf-map_responsive img {
max-width: inherit !important;
}
.acf-map_responsive {
overflow:hidden;
position:relative;
height:0;
}
.acf-map_responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
} .os-map > div {
min-height: 100%;
}
.os-map_responsive img {
max-width: inherit !important;
}
.os-map_responsive {
overflow:hidden;
position:relative;
height:0;
}
.os-map_responsive .leaflet-container {
left:0;
top:0;
height: 100% !important;
width:100%;
position:absolute;
}
@media (max-width: 576px) {
.os-map.os-map_responsive {
min-height: 220px !important;
}
}.panel {
background-color: #FFFFFF;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.modal-dialog {
width: auto;
max-width: 700px;
padding-left: 20px;
padding-right: 20px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
} .tpl_aktuelles_4 article .col-md-content .inner .imgwrapper {
width: 33%;
display: block;
float: left;
margin-right: 30px;
}
.tpl_aktuelles_4 article .col-md-content .inner .meta_date {
margin-top: -.4em;
}
.tpl_aktuelles_4 article .imgwrapper-img-s_inner {
background-size: cover;
}
.tpl_aktuelles_4 article .imgwrapper-img-s_inner {
min-height: 100px;
margin-bottom: 20px;
}
@media (min-width: 768px) {
.tpl_aktuelles_4 article .imgwrapper-img-s_inner {
min-height: 150px;
}
}	
@media (min-width: 550px) {
.tpl_aktuelles_4 article .imgwrapper-img-s_inner {
min-height: 185px;
}
}	
@media (min-width: 1200px) {
.tpl_aktuelles_4 article .imgwrapper-img-s_inner {
min-height: 250px;
}
}	
@media (min-width: 1600px) {
.tpl_aktuelles_4 article .imgwrapper-img-s_inner {
min-height: 300px;
}
}  .tpl_aktuelles_1 .col_content_main {
margin-bottom: -30px;
}
.tpl_aktuelles_1 .col_newsarchive:nth-child(5n+5) {
clear: left;
}  .tpl_aktuelles_2 .col_content_main {
margin-bottom: -30px;
}
.tpl_aktuelles_2 .col_newsarchive:nth-child(5n+5) {
clear: left;
}  .tpl_aktuelles_3 .row_newsstream article {
height: 100%;
margin-top: 30px;
}
.tpl_aktuelles_3 .news_col_bgimage_a {
display: block;
height: 100%;
min-height: 300px;
background-position: center center;
background-size: cover;
position: relative;
z-index: 1;
}
.tpl_aktuelles_3 .news_col_bgimage_a_text {
padding: 6%;
z-index: 3;
position: relative;
top: 0;
height: 100%;
width: 100%;
color: #ffffff;
}
.tpl_aktuelles_3 .news_col_bgimage_a_text h3 {
font-weight: normal;
font-size: 24px;
margin-top: 0;
color: #ffffff;
}
.tpl_aktuelles_3 .news_col_bgimage_a_img_bgcolor {
position: absolute;
top: 0;
z-index: 2;
width: 100%;
height: 100%;
display: block;
background-color: blue;
opacity: .4;
}
.tpl_aktuelles_3 .news_col_bgimage_a_img_bgcolor.news_col_bgimage_a_img_bgcolor_nobgimg {
opacity: 1;
}
.tpl_aktuelles_3 .news_col_bgimage_a_header_date {
display: block;
font-size: 14px;
font-weight: normal;
margin-top: 9px;
padding-top: 9px;
}
.tpl_aktuelles_3 .news_col_bgimage_a_text .inner_txt {
color: #fff;
color: #ffffff;
}
.tpl_aktuelles_3 .news_col_aside_bg {
background-color: #3952b0;
background-color: #e8c204;
}  .tpl_aktuelles_4 .col_content_main {
margin-bottom: -30px;
}
.tpl_aktuelles_4 .col_newsarchive:nth-child(5n+5) {
clear: left;
} .tpl_angebote_1 .angebot_meta {
font-size: 14px;
border-top: 3px solid #ededed;
margin-bottom: 20px;
padding-top: 10px;
display: block;
}
.tpl_angebote_1 footer {
margin-top: 30px;
}
.tpl_angebote_1 .angebot_leiter .row {
position: relative;
padding-top: 2px;
}
.tpl_angebote_1 .article_wrapper > article {
margin-bottom: 30px;
}
@media(min-width: 768px) and (max-width: 992px) {
.tpl_angebote_1 .article_wrapper article:nth-child(2n+3) {
clear: left;
}
}
@media(min-width: 992px) {
.tpl_angebote_1 .article_wrapper article:nth-child(3n+4) {
clear: left;
}
} .tpl_angebote_2 .angebot_meta {
font-size: 14px;
border-top: 3px solid #ededed;
margin-bottom: 20px;
padding-top: 10px;
display: block;
}
.tpl_angebote_2 footer {
margin-top: 30px;
}
.tpl_angebote_2 .angebot_leiter .row {
position: relative;
padding-top: 2px;
}
.tpl_angebote_2 .article_wrapper > article {
margin-bottom: 30px;
}
@media(min-width: 768px) and (max-width: 992px) {
.tpl_angebote_2 .article_wrapper article:nth-child(2n+3) {
clear: left;
}
}
@media(min-width: 992px) {
.tpl_angebote_2 .article_wrapper article:nth-child(3n+4) {
clear: left;
}
}a.jump_anchor {
display: block;
position: relative;
top: -60px;
visibility: hidden;
}
@media(min-width: 992px) {
.module-buehne-quadrate_3 figure.col {
padding-top: 0 !important;
max-height: 400px !important;
height: 400px !important;
}
} .module-buehne-quadrate_3 .col {
float: left;
position: relative;
background-size: cover;
margin: 0;
text-align: center;
}
.module-buehne-quadrate_3 figure {
overflow: hidden;
}
.module-buehne-quadrate_3 figure .text_bg_shadow {
padding: 30px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
padding-bottom: 20%;
background: -moz-linear-gradient(top, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.70) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.70) 0%,rgba(0,0,0,0) 100%);
}
.module-buehne-quadrate_3 a .stage_moreinfo_wrapper {
position: absolute;
bottom: -70px;
z-index: 11;
width: 100%;
text-align: center;
margin: 0 auto;
padding: 5px 10px;
opacity: 0;
transition: bottom .3s, opacity .5s;
}
.module-buehne-quadrate_3 a .stage_moreinfo_wrapper .stage_moreinfo {
position: relative;
width: 50px;
height: 50px;
min-height: 50px;
display: inline-block;
}
.module-buehne-quadrate_3 a .stage_moreinfo_wrapper .stage_moreinfo:after {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
content: "\ec2e";
display: block;
top: 0;
left: 0;
font: normal normal normal 18px/1 Linearicons;
position: absolute;
speak: none;
text-align: center;
text-rendering: optimizeLegibility;
text-transform: none;
vertical-align: middle;
width: 50px;
height: 50px;
min-height: 50px;
line-height: 50px;
font-size: 18px;
text-align: center;
background-color: #3f54cc;
color: #ffffff;
border-radius: 50%;
}    
@media(min-width: 768px) {
.module-buehne-quadrate_3 figure a:hover .stage_moreinfo_wrapper {
bottom: 20px;
opacity: 1;
}
}
.module-buehne-quadrate_3 figure .imgbg {
height: 100%;
width: 100%;
top: 0;
left: 0;
background-size: cover;
background-position: center center;
transition: all .2s;
position: absolute;
transform: scale(1);
}
.module-buehne-quadrate_3 figure a:hover .imgbg  {
transform: scale(1.1);
}
.module-buehne-quadrate_3 .col .bgcolor {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
background-color: #333333;
opacity: 0.4;
transition: opacity .5s;
}
.module-buehne-quadrate_3 figure:hover .bgcolor {
opacity: .75;
}
.module-buehne-quadrate_3 .col h2.module-buehne-quadrate_title {
position: relative;
color: #ffffff;
z-index: 2;
margin-top: 0;
margin-bottom: 0;
}
.module-buehne-quadrate_3 .col h2.module-buehne-quadrate_title .module-buehne-quadrate_subtitle {
font-weight: normal;
display: block;
font-size: 60%;
margin-top: 15px;
position: relative;
transition: all .3s;
}
.module-buehne-quadrate_3 .col h2.module-buehne-quadrate_title {
font-size: 24px;
}
.module-buehne-quadrate_3 .col h2.module-buehne-quadrate_title .module-buehne-quadrate_subtitle {
font-size: 50%;
}
@media(min-width: 992px) {
.module-buehne-quadrate_3 .col h2.module-buehne-quadrate_title {
font-size: 28px;
}
.module-buehne-quadrate_3 .col h2.module-buehne-quadrate_title .module-buehne-quadrate_subtitle {
font-size: 50%;
}
}
@media(min-width: 1400px) {
.module-buehne-quadrate_3 .col h2.module-buehne-quadrate_title {
font-size: 34px;
}
.module-buehne-quadrate_3 .col h2.module-buehne-quadrate_title .module-buehne-quadrate_subtitle {
font-size: 60%;
}
}
.module-buehne-quadrate_3 .cols_1 {
width: 100%;
padding-top: 35%;
}
.module-buehne-quadrate_3 .cols_2,
.module-buehne-quadrate_3 .cols_3,
.module-buehne-quadrate_3 .cols_4,
.module-buehne-quadrate_3 .cols_5,
.module-buehne-quadrate_3 .cols_6,
.module-buehne-quadrate_3 .cols_7,
.module-buehne-quadrate_3 .cols_8,
.module-buehne-quadrate_3 .cols_9,
.module-buehne-quadrate_3 .cols_10,
.module-buehne-quadrate_3 .cols_11,
.module-buehne-quadrate_3 .cols_12 {
width: 50%;
padding-top: 50%;
}
@media(min-width: 768px) {
.module-buehne-quadrate_3 .col {
min-height: 250px;
}
.module-buehne-quadrate_3 .cols_1 {
width: 100%;
padding-top: 25%;
}
.module-buehne-quadrate_3 .cols_2 {
width: 50%;
padding-top: 50%;
}   
.module-buehne-quadrate_3 .cols_3 {
width: 33.333333%;
padding-top: 33.333333%;
}   
.module-buehne-quadrate_3 .cols_4 {
width: 50%;
padding-top: 50%;
}   
.module-buehne-quadrate_3 .cols_5  {
width: 20%;
padding-top: 20%;
}   
.module-buehne-quadrate_3 .cols_6  {
width: 33.333333%;
padding-top: 33.333333%;
}   
.module-buehne-quadrate_3 .cols_7  {
width: 33.333333%;
padding-top: 33.333333%;
}   
.module-buehne-quadrate_3 .cols_8  {
width: 25%;
padding-top: 25%;
}   
.module-buehne-quadrate_3 .cols_9  {
width: 33.333333%;
padding-top: 33.333333%;
}
}
@media(min-width: 992px) {
.module-buehne-quadrate_3 .cols_1 {
width: 100%;
}
.module-buehne-quadrate_3 .cols_2 {
width: 50%;
padding-top: 50%;
}   
.module-buehne-quadrate_3 .cols_3 {
width: 33.333333%;
padding-top: 33.333333%;
}   
.module-buehne-quadrate_3 .cols_4 {
width: 25%;
padding-top: 25%;
}   
.module-buehne-quadrate_3 .cols_5  {
width: 20%;
padding-top: 20%;
}   
.module-buehne-quadrate_3 .cols_6  {
width: 33.333333%;
padding-top: 33.333333%;
}
}
@media(min-width: 1200px) {
.module-buehne-quadrate_3 .cols_6  {
width: 16.666666%;
padding-top: 16.666666%;
}
.module-buehne-quadrate_3 .cols_7  {
width: 25%;
padding-top: 25%;
}
}
#kalender .stec-preloader::before {
content: none !important;
}
.stec-layout-agenda-events-all-list .fa-edit {
display: none !important;
}
#cal_home .stec-top-search-dropdown {
border-radius: 0;
}
#cal_home .stec-top .stec-top-menu-date-year .stec-top-menu-date-dropdown {
border-radius: 0 0px 0px 0px !important;
}
#cal_home .stec-media-small .stec-layout-event-preview-left-icon {
border-radius: 0px;
}
#cal_home .stec-top .stec-top-menu>li:first-child {
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}
#cal_home .home-termine-unten-ST .stec-top .stec-top-menu-date-year .stec-top-menu-date-dropdown {
border-radius: 0 0px 0px 0px !important;
}
#cal_home .stec-top .stec-top-menu>li:last-child {
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
#cal_home .stec-layout-agenda .stec-layout-agenda-list-wrap {
border-radius: 0px !important;
}
#cal_home .stec-layout-agenda .stec-layout-agenda-events-all-list>li:last-of-type:not(.active) .stec-layout-event-preview, #cal_home .stec-layout-agenda .stec-layout-agenda-events-all-list>li:last-of-type:not(.active) {
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 0px !important;
}
#cal_home .stec-layout-agenda .stec-layout-agenda-events-all-list>li:first-of-type .stec-layout-event-preview, #cal_home .stec-layout-agenda .stec-layout-agenda-events-all-list>li:first-of-type {
border-top-left-radius: 0px !important;
border-top-right-radius: 0px !important;
}
#cal_home .stec-layout-agenda .stec-layout-agenda-events-all-load-more {
border-radius: 0px !important;
}
#cal_home .stec-layout-month-daylabel td:last-child {
border-top-right-radius: 0px !important;
}
#cal_home .stec-layout-month-daylabel td:first-child {
border-top-left-radius: 0px !important;
}
#cal_home .stec-layout-month-weekrow-last td:last-child .stec-layout-month-daycell-wrap {
border-bottom-right-radius: 0px !important;
}
#cal_home .stec-layout-month-weekrow-last td:first-child .stec-layout-month-daycell-wrap {
border-bottom-left-radius: 0px !important;
}
#cal_home .stec-top .stec-top-menu-date-month .stec-top-menu-date-dropdown {
border-radius: 0px 0 0px 0px !important;
}
#cal_home .stec-top .stec-top-menu-filter-calendar .stec-top-menu-filter-calendar-dropdown, #cal_home .stec-layout-day-eventholder .stec-layout-events>li:first-child .stec-layout-event-preview, .stec-layout-day-eventholder .stec-layout-events>li:first-child {
border-radius: 0px !important;
}
#cal_home .stec-layout-week-daylabel td:first-child {
border-top-left-radius: 0px !important;
}
#cal_home .stec-layout-week-daylabel td:last-child {
border-top-right-radius: 0px !important;
}
#cal_home .stec-layout-week-weekrow-last td:first-child .stec-layout-week-daycell-wrap {
border-bottom-left-radius: 0px !important;
}
#cal_home .stec-layout-week-weekrow-last td:last-child .stec-layout-week-daycell-wrap {
border-bottom-right-radius: 0px !important;
}
#cal_home .stec-top .stec-top-menu.stec-top-menu-date .stec-top-menu-date-week {
border-radius: 0px !important;
}
#cal_home .stec-layout-week-eventholder:last-child .stec-layout-event:last-child:not(.active) .stec-layout-event-preview {
border-radius: 0 0 0px 0px !important;
}
#cal_home .stec-top .stec-top-menu-date-week .stec-top-menu-date-dropdown {
border-radius: 0px !important;
}
#cal_home .stec-top .stec-top-menu-date-day .stec-top-menu-date-dropdown {
border-radius: 0px 0 0px 0px !important;
}
#cal_home .stec-top .stec-top-menu.stec-top-menu-date .stec-top-menu-date-day {
border-radius: 0px 0 0 0px !important;
}
#cal_home .stec-layout-event-preview-left-icon {
border-radius: 0px;
} .wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form input,
.wpcf7-form label {
width: 100%;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form input {
padding: 8px 12px;
}
.wpcf7-form .wpcf7-submit {
padding-top: 15px;
padding-bottom: 15px;
}
input[type=checkbox],
input[type=radio] {
width: auto;
}
div.wpcf7-mail-sent-ok {
border: none !important;
background-color: #27ae60 !important;
color: #fff !important;
}
div.wpcf7-mail-sent-ng {
border: none !important;
background-color: #d62f5b !important;
color: #fff !important;
}
div.wpcf7-spam-blocked {
border: none !important;
background-color: #d62f5b !important;
color: #fff !important;
}
div.wpcf7-validation-errors {
border: none !important;
background-color: #d62f5b !important;
color: #fff !important;
}
span.wpcf7-not-valid-tip {
background-color: #ffdb2d !important;
color: #333333 !important;
display: block !important;
padding: 1em !important;
}
input.wpcf7-text,
textarea.wpcf7-textarea,
input[type=number] {
background-color: #ededed !important;
border: none !important;
}
select {
color: #333333;
font-size: 18px;
width: 100%;
padding: 8px 12px;
border: 0 !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #ededed !important;
background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3Etriangle-down%3C%2Ftitle%3E%3Cg%20fill%3D%22%23333333%22%3E%3Cpath%20fill%3D%22%23333333%22%20d%3D%22M16%2C26c0.3%2C0%2C0.6-0.2%2C0.8-0.4l13-18c0.2-0.3%2C0.3-0.7%2C0.1-1C29.7%2C6.2%2C29.4%2C6%2C29%2C6H3C2.6%2C6%2C2.3%2C6.2%2C2.1%2C6.5%20C1.9%2C6.9%2C2%2C7.3%2C2.2%2C7.6l13%2C18C15.4%2C25.8%2C15.7%2C26%2C16%2C26z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
background-size: 12px;
background-position: 98% center;
background-repeat: no-repeat;
}
div.wpcf7 .ajax-loader {
background-image: url('data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20width%3D%27196px%27%20height%3D%27196px%27%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%20preserveAspectRatio%3D%22xMidYMid%22%20class%3D%22uil-ring%22%3E%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%22100%22%20height%3D%22100%22%20fill%3D%22none%22%20class%3D%22bk%22%3E%3C%2Frect%3E%3Ccircle%20cx%3D%2250%22%20cy%3D%2250%22%20r%3D%2240%22%20stroke-dasharray%3D%22163.36281798666926%2087.9645943005142%22%20stroke%3D%22%23000%22%20fill%3D%22none%22%20stroke-width%3D%2220%22%3E%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20values%3D%220%2050%2050%3B180%2050%2050%3B360%2050%2050%3B%22%20keyTimes%3D%220%3B0.5%3B1%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20begin%3D%220s%22%3E%3C%2FanimateTransform%3E%3C%2Fcircle%3E%3C%2Fsvg%3E') !important;
} .slick-prev,
.slick-next {
position: absolute;
top: 50%;
border: 0;
margin-top: -25px;
color: #ffffff;
background-color: #3952b0;
z-index: 5;
border-radius: 0;
width: 50px;
height: 50px;
}
.slick-prev {
left: 0;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
opacity: ;
}
.slick-next {
right: 0;
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
opacity: ;
}
.slick-next:after {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
content: "\ec2e";
display: block;
top: 0;
right: 0;
font: normal normal normal 18px/1 Linearicons;
position: absolute;
speak: none;
text-align: center;
text-rendering: optimizeLegibility;
text-transform: none;
vertical-align: middle;
width: 50px;
height: 50px;
min-height: 50px;
line-height: 50px;
font-size: 1em;
text-align: center;
}
.slick-prev:after {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
content: "\ec2d";
display: block;
top: 0;
right: 0;
font: normal normal normal 18px/1 Linearicons;
position: absolute;
speak: none;
text-align: center;
text-rendering: optimizeLegibility;
text-transform: none;
vertical-align: middle;
width: 50px;
height: 50px;
min-height: 50px;
line-height: 50px;
font-size: 1em;
text-align: center;
}
@media (max-width: 768px) {
.slick-prev,
.slick-next {
top: 35px !important;
bottom: auto;
width: 50px;
height: 50px;
top: 50%;
margin-top: -20px;
}
.slick-prev {
left: 15px;
}
.slick-prev:after {
width: 50px;
height: 50px;
min-height: 50px;
line-height: 50px;
}
.slick-next {
right: 15px;
}
.slick-next:after {
height: 50px;
width: 50px;
min-height: 50px;
line-height: 50px;
}
}  .scrolltop_s_oben .sticky_menulogo_animation_slide-down {
display: none;
}
@media (min-width: 768px) {
.scrolltop_s_oben .sticky_menulogo_animation_slide-down {
display: block !important;
background-color: transparent !important;
top: 10px;
width: 0;
padding-right: 0 !important;
padding-left: 0 !important;
margin-right: 0 !important;
opacity: 0;
transition: top 0, opacity 0, background-color 0;
}
.scrolltop_s_unten .sticky_menulogo_animation_slide-down {
top: 0;
opacity: 1;
transition: top .3s ease-out, opacity .3s ease-out, background-color .3s ease-out .3s;
}
}  .layout_2 .col-md-4.col_sidebar_main {
width: 100%;
}
.layout_2 .sidebar_wrapper_1 > div:first-child {
padding-top: 50px;
margin-top: 50px;
}
@media(min-width: 992px) {
.layout_2 .sidebar_wrapper_1 > div:first-child {
margin-top: 15px;
}
}
.layout_2 .sidebar_wrapper_1 > div:first-child:before {
top: 0;
content: " ";
height: 5px;
left: 0;
position: absolute;
width: 100%;
background-color: #ededed;
}
.layout_2 .col_gallery_main {
margin-top: -30px;
}
.layout_2 .col_gallery_main > a {
margin-top: 30px;
} .sidebar_section_submenu_1 > ul > li > ul.children {
display: none;
}
.sidebar_section_submenu_1 > ul > li.current_page_item > ul.children {
display: block;
}
.sidebar_section_submenu_1 > ul > li.current_page_item > ul.children li {
margin-top: 5px;
}
.sidebar_section_submenu_1 > ul > li.current_page_item > ul.children li a {
display: block;
margin-top: 0;
margin-bottom: 0;
position: relative;
margin-left: 1.5em;
}
.sidebar_section_submenu_1 > ul > li.current_page_item > a:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-family: Linearicons;
speak: none;
text-align: center;
text-rendering: optimizeLegibility;
text-transform: none;
content: "\ec2c";
display: inline-block;
margin-right: .5em;
position: relative;
margin-top: 0;
line-height: inherit;
float: left;
}
.sidebar_section_submenu_1 ul li:last-child a,
.sidebar_section_submenu_1 ul:last-child,
.sidebar_section_submenu_1 ul li ul.children li:last-child a {
margin-bottom: 0;
}
.sidebar_section_submenu_1 ul {
padding-left: 0;
}
.sidebar_section_submenu_1 ul li {
list-style: none;
}
.sidebar_section_submenu_1 ul li + li {
margin-top: 5px;
}
.sidebar_section_submenu_1 ul li.current_page_item > a {
color: ;
} .nepre_posts_links_sidebar .nepre_ne_linkwrapper:before {
top: 0;
content: " ";
right: 0;
height: 20px;
width: 10px;
display: table-cell;
vertical-align: middle;
background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211.2px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2011.2%2016%22%20style%3D%22enable-background%3Anew%200%200%2011.2%2016%3B%22%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23%3B%7D%0A%3C%2Fstyle%3E%0A%3Cdefs%3E%0A%3C%2Fdefs%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%228%2C0%200%2C8%208%2C16%2011.2%2C12.8%206.4%2C8%2011.2%2C3.2%20%22%2F%3E%0A%3C%2Fsvg%3E%0A');
background-size: 7px;
background-position: center center;
background-repeat: no-repeat;
}
.nepre_posts_links_sidebar .nepre_pre_linkwrapper:after {
top: 0;
content: " ";
right: 0;
height: 20px;
width: 10px;
display: table-cell;
vertical-align: middle;
background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aa%3D%22http%3A%2F%2Fns.adobe.com%2FAdobeSVGViewerExtensions%2F3.0%2F%22%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211.2px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2011.2%2016%22%20style%3D%22enable-background%3Anew%200%200%2011.2%2016%3B%22%0A%09%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%23%3B%7D%0A%3C%2Fstyle%3E%0A%3Cdefs%3E%0A%3C%2Fdefs%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%223.2%2C16%2011.2%2C8%203.2%2C0%200%2C3.2%204.8%2C8%200%2C12.8%20%22%2F%3E%0A%3C%2Fsvg%3E');
background-size: 7px;
background-position: center center;
background-repeat: no-repeat;
}
.nepre_ne_sidebar {
margin-top: 10px;
}
.nepre_pre_sidebar {
}
.nepre_ne_linkwrapper_sidebar {
}
.nepre_pre_linkwrapper_sidebar {
}  .sidebar_pages_wrapper_1 .cuscroll {
max-height: 230px;
display: block;
overflow: hidden;
}
.sidebar_pages_wrapper_1 .cuscroll article {
margin-bottom: 12px;
}
.sidebar_pages_wrapper_1 .mCSB_inside > .mCSB_container {
margin-right: 20px;
}
.sidebar_pages_wrapper_1 .mCSB_scrollTools {
position: absolute;
width: 5px;
}
.sidebar_pages_wrapper_1 .mCSB_scrollTools .mCSB_draggerRail {
width: 5px;
}
.sidebar_pages_wrapper_1 .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
background-color: #3952b0;
opacity: .5;
}
.sidebar_pages_wrapper_1 .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar::before {
top: 0;
content: " ";
height: 100%;
width: 100%;
left: 0;
position: absolute;
background-color: #3952b0;
opacity: 1;
}
.sidebar_pages_wrapper_1 .sidebar_section_teachers .cuscroll article + article {
margin-top: 14px;
padding-top: 14px;
border-top: 1px solid #ededed;
}
.sidebar_pages_wrapper_1 .sidebar_section_teachers .aside-personen-image {
width: 60px;
float: left;
}
.sidebar_pages_wrapper_1 .sidebar_section_teachers .aside-personen-image img {
border-radius: 50%;
}
.sidebar_pages_wrapper_1 .sidebar_section_teachers .aside_whoteaches_text {
margin-left: 72px;
text-align: left;
}
.sidebar_pages_wrapper_1 .sidebar_section_teachers .aside_whoteaches_text p {
font-weight: bold;
}
.sidebar_pages_wrapper_1 .sidebar_section_teachers .aside_whoteaches_text div p {
margin-bottom: 0;
margin-top: 0;
}       .sidebar_wrapper_1 > div:first-child {
padding-top: 0;
}
.sidebar_wrapper_1 > div {
text-align: left;
padding-top: 40px;
padding-bottom: 40px;
position: relative;
}
.sidebar_wrapper_1 > div:last-child {
padding-bottom: 0;
}
.sidebar_wrapper_1 > div h3 {
margin-top: 0;
}
.sidebar_wrapper_1 > div.sidebar_section_share {
padding-bottom: 30px;
}
.sidebar_wrapper_1 > div + div::before {
top: 0;
content: " ";
height: 3px;
left: 0;
position: absolute;
width: 100%;
background-color: #ededed;
}
.sidebar_wrapper_1 .sidebar_section_author figure {
width: auto;
text-align: left;
margin-bottom: 15px;
}
.sidebar_wrapper_1 .sidebar_section_author figure img {
max-width: 100px;
}
.sidebar_wrapper_1 .sidebar_section.sidebar_section_info p {
margin-top: 0;
margin-bottom: 0;
}
.sidebar_wrapper_1 .sidebar_section.sidebar_section_ticker .sidebar_section_ticker_posts .tickernews-sb:last-child a h4 {
margin-bottom: 0;
}
.sidebar_wrapper_1 .sidebar_section.sidebar_section_ticker .sidebar_section_ticker_posts .tickernews-sb h4 {
margin-top: 3px;
margin-bottom: 20px;
}
.sidebar_wrapper_1 .sidebar_section_editor_wrapper > *:first-child {
margin-top: 0;
}
.sidebar_wrapper_1 .sidebar_section_editor_wrapper > *:last-child {
margin-bottom: 0;
}
.sidebar_wrapper_1 .sidebar_section_editor_wrapper img {
margin-bottom: 1em;
}
.sidebar_wrapper_1 .sidebar_section_ticker .tickernews-sb a h4 {
margin-top: 3px;
}
.sidebar_wrapper_1 .sidebar_section_ticker .tickernews-sb:last-child a h4 {
margin-bottom: 0;
} .sidebar_wrapper_2 > div:first-child {
padding-top: 0;
}
.sidebar_wrapper_2 > div {
text-align: center;
padding-top: 40px;
padding-bottom: 40px;
position: relative;
}
.sidebar_wrapper_2 > div.sidebar_section_share {
padding-bottom: 30px;
}
.sidebar_wrapper_2 > div + div::before {
top: 0;
content: " ";
height: 3px;
left: 35%;
position: absolute;
width: 30%;
background-color: #ededed;
}
.sidebar_wrapper_2 .shariff > ul {
text-align: center;
display: block;
}
.sidebar_wrapper_2 .shariff > ul li {
float: none;
display: inline-block;
margin-right: 10px;
}
.sidebar_wrapper_2 .sidebar_section_author figure {
width: 100%;
text-align: center;
margin-bottom: 15px;
}
.sidebar_wrapper_2 .sidebar_section_author figure img {
max-width: 100px;
}
.sidebar_wrapper_2 .sidebar_section.sidebar_section_info p {
margin-top: 0;
margin-bottom: 0;
}
.sidebar_wrapper_2 .sidebar_section.sidebar_section_ticker .sidebar_section_ticker_posts .tickernews-sb:last-child a h4 {
margin-bottom: 0;
}
.sidebar_wrapper_2 .sidebar_section.sidebar_section_ticker .sidebar_section_ticker_posts .tickernews-sb h4 {
margin-top: 3px;
margin-bottom: 20px;
} .sidebar_wrapper_3 {
background-color: #ededed;
padding: 25px 20px;
}
.sidebar_wrapper_3 a {
color: ;
}
.sidebar_wrapper_3 > div:first-child {
padding-top: 0;
}
.sidebar_wrapper_3 > div {
text-align: center;
padding-top: 40px;
padding-bottom: 40px;
position: relative;
}
.sidebar_wrapper_3 > div:last-child {
padding-bottom: 0;
}
.sidebar_wrapper_3 > div.sidebar_section_share {
padding-bottom: 30px;
}
.sidebar_wrapper_3 > div + div::before {
top: 0;
content: " ";
height: 3px;
left: 35%;
position: absolute;
width: 30%;
background-color: ;
}
.sidebar_wrapper_3 .shariff > ul {
text-align: center;
display: block;
}
.sidebar_wrapper_3 .shariff > ul li {
float: none;
display: inline-block;
margin-right: 10px;
}
.sidebar_wrapper_3 .sidebar_section_author figure {
width: 100%;
text-align: center;
margin-bottom: 15px;
}
.sidebar_wrapper_3 .sidebar_section_author figure img {
max-width: 100px;
}
.sidebar_wrapper_3 .sidebar_section.sidebar_section_info p {
margin-top: 0;
margin-bottom: 0;
}
.sidebar_wrapper_3 .sidebar_section.sidebar_section_ticker .sidebar_section_ticker_posts .tickernews-sb:last-child a h4 {
margin-bottom: 0;
}
.sidebar_wrapper_3 .sidebar_section.sidebar_section_ticker .sidebar_section_ticker_posts .tickernews-sb h4 {
margin-top: 3px;
margin-bottom: 20px;
}  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 700;
line-height: 1.3;
} body {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
} .main_wrapper {
background-color: #FFFFFF;
color: #333;
color: ;
}
body,
.footer-wrapper,
.footer_flexible_content_wrapper {
background-color: ;
}
footer,
footer a {
color: ;
}   
.farbe-a {
background-color: #3952b0;
}
.textfarbe-a {
color: #fff;
} blockquote {
color: #3952b0;
font-size: 20px;
padding: 0 20px;
margin: 30px 0;
border-left: 3px solid;
border-color: inherit;
}
blockquote p {
font-size: 20px;
} .cat-link,
.cat-link:active,
.cat-link:visited {
background-color: #07b4e0;
border: 0;
color: #ffffff;
font-size: px;
margin-bottom: 5px;
padding: 3px 8px;
position: relative;
text-decoration: none;
transition: all .3s;
display: inline-block;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.cat-link {
margin-right: 5px;
}
.cat-link:hover {
background-color: #cccccc;
color: #ffffff;
} #tpl_totop_1 {
position: fixed;
bottom: 20px;
right: 24px;
width: 50px;
height: 50px;
display: block;
text-decoration: none;
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 900;
overflow: hidden;
}
#tpl_totop_1:before {
top: 0;
content: " ";
width: 50px;
height: 50px;
left: 0;
position: absolute;
width: 100%;
background-color: #3952b0;
opacity: 1;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
z-index: 901;
}
#tpl_totop_1:hover:before {
background-color: #3f54cc;
}
#tpl_totop_1 span {
color: #ffffff;
margin: 0;
position: absolute;
left: 16px;
top: 13px;
font-size: 19px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
z-index: 902;
}
#tpl_totop_1:hover span {
color: #ffffff;
} .btn,
.btn:active,
.btn:visited,
.btn-fullwidth,
.btn-fullwidth:active,
.btn-fullwidth:visited,
input[type="submit"],
input[type="submit"]:active,
input[type="submit"]:visited
{
text-decoration: none;
background-color: #3952b0;
color: #ffffff;
border: 0;
position: relative;
transition: all .3s;
border-radius: 0;
font-weight: bold;
padding: 12px 22px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
.btn:hover,
.btn-fullwidth:hover,
input[type="submit"]:hover 
{
background-color: #3f54cc;
color: #ffffff;
}  a,
a:hover,
a:focus,
a:active {
text-decoration: none;
}
.textonly a,
.textonly a:visited,
.textonly a:active {
color: #07b4e0;
text-decoration: none;
}
.textonly a:hover,
.textonly a:focus {
color: #07b4e0;
text-decoration: none;
}  .iconFwrapper_search_close > span > span {
font: normal normal normal 18px/1 Linearicons;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
color: #3952b0;
display: block;
position: absolute;
width: 100%;
font-size: 40px;
position: absolute;
top: 50%;
transform: translateY(-50%);
} #quicksearch_b,
.quicksearch-input {
background-color: #ffffff;
color: #3952b0;
}
#quicksearch_b {
-webkit-box-shadow: 0px 0px 38px -17px rgba(0, 0, 0, .75);
-moz-box-shadow: 0px 0px 38px -17px rgba(0, 0, 0, .75);
box-shadow: 0px 0px 38px -17px rgba(0, 0, 0, .75);
}
.quicksearch_bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #333333;
opacity: .6;
z-index: 991;
display: none;
}
@media (max-width: 1275px) {
#quicksearch_b {
width: 90%;
}
}
#quicksearch-close {
background-color: #ffdb2d;
}
#quicksearch-close .iconF {
color: #3952b0;
}
.searchform {
display: inline-block;
}
.searchform label {
display: none;
}
.searchform input#s {
float: left;
height: 53px;
padding: 0 15px;
font-size: 20px;
border-radius: 0;
-webkit-appearance: none;
border: 1px solid transparent;
background-color: lightblue;
}
.menubuilder_left .searchform input#s {
float: right;
}
.searchform input#searchsubmit {
float: left;
height: 53px;
padding: 0 15px;
font-size: 20px;
border-radius: 0;
-webkit-appearance: none;
border: 1px solid transparent;
background-color: blue;
color: #fff;
}
#quicksearch_b {
padding: 0;
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1999;
margin: 0 auto;
width: 500px;
}
@media (min-width: 768px) {
#quicksearch_b {
padding: 10px;
}
}
#quicksearch_b .quicksearch-wrapper {
width: calc(100% - 100px);
}
#quicksearch_b.hideme {
top: -170px;
transition: top .4s;
}
#quicksearch_b.showme {
top: 7%;
transition: top .4s;
}
#quicksearch_b .quicksearch-input {
display: block;
font-size: 16px;
height: 40px;
float: left;
border: 0;
width: 100%;
padding-left: 20px;
padding-right: 10px;
}
@media (min-width: 768px) {
#quicksearch_b .quicksearch-input {
font-size: 20px;
height: 40px;
}
}
#quicksearch_b #quicksearch-close {
display: block;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
height: 40px;
width: 40px;
}
@media (min-width: 768px) {
#quicksearch_b #quicksearch-close {
height: 60px;
width: 60px;
}
}
#quicksearch_b #quicksearch-close .iconF {
height: 40px;
line-height: 36px;
width: 40px;
text-align: center;
vertical-align: middle;
position: relative;
font-size: 20px;
}
@media (min-width: 768px) {
#quicksearch_b #quicksearch-close .iconF {
left: 25px;
font-size: 40px;
}
}
#quicksearch_b #quicksearch-close > span {
display: block;
left: 6px;
top: 6px;
}
@media (min-width: 768px) {
#quicksearch_b #quicksearch-close > span {
top: 24px;
}
}
::-webkit-input-placeholder {
color: #3952b0;
opacity: .5;
}
::-moz-placeholder {
color: #3952b0;
opacity: .5;
}
:-ms-input-placeholder {
color: #3952b0;
opacity: .5;
}
:-moz-placeholder {
color: #3952b0;
opacity: .5;
} .tpl_speiseplan_1 article p {
display: block;
margin: 0;
}
.tpl_speiseplan_1 article h2 {
margin-top: 0;
}
.tpl_speiseplan_1 article .menu_main p + p {
margin-top: 12px;
}
.tpl_speiseplan_1 article .menu_main {
padding: 20px;
}
.tpl_speiseplan_1 article .menu_main .menu_name .firstword {
font-weight: bold;
}
.tpl_speiseplan_1 article .menus_wrapper > div,
.tpl_speiseplan_1 article .menus_sweet_wrapper > div {
position: relative;
}
.tpl_speiseplan_1 article .menus_wrapper > div + div:before,
.tpl_speiseplan_1 article .menus_sweet_wrapper > div + div:before {
top: 0;
content: " ";
background-color: #FFFFFF;
height: 3px;
left: 20px;
position: absolute;
width: calc(90% - 10px);
}
.tpl_speiseplan_1 h3.sweetheadline {
margin-top: 22px;
}
.tpl_speiseplan_1 article .menu_info {    
font-size: 14px;
}
.tpl_speiseplan_1 article .menu_info span {   
display: block;
font-weight: bold;
}
.tpl_speiseplan_1 article .menus_wrapper {
background-color: #ededed;
}
.tpl_speiseplan_1 article .menus_sweet_wrapper {
background-color: #ededed;
margin-top: 12px;
}  .modal_3 .modal-content {
background-color: #ffffff;
border: 0;
border: 0;
border-radius: 9px;
outline: 0;
-webkit-box-shadow: 0 3px 12px rgba(0,0,0,.2);
-moz-box-shadow: 0 3px 12px rgba(0,0,0,.2);
box-shadow: 0 3px 12px rgba(0,0,0,.2);
}
.modal_3 .modal-header {
padding: 40px;
border-bottom: 0;
position: relative;
padding-bottom: 0;
}
.modal_3 .modal-header h1 {
margin-bottom: 0;
margin-top: 0;
margin-right: 60px;
}
.modal_3 .modal-body {
padding: 40px;
padding-top: 15px;
}
.modal_3 .modal-body a {
color: #07b4e0;
}
.modal_3 .modal-body a:hover {
color: #3952b0;
}
.modal_3 .modal-body p:last-child {
padding-bottom: 0;
margin-bottom: 0;
}
.modal_3#myModal .modal-header button.close {
background-color: #3952b0;
color: #ffffff;
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
text-shadow: 0;
filter: alpha(opacity=1);
opacity: 1;
width: 33px;
height: 33px;
border-radius: 50%;
position: absolute;
top: 18px;
right: 15px;
}
.modal_3#myModal .modal-header button.close,
.modal_3#myModal .close span {
text-shadow: none !important;
} .slider-header {
max-height: 80vh;
}
.slider-header figure {
position: relative;
}
.slider-header figure figcaption {
z-index: 2;
position: absolute;
top: 40px;
left: 40px;
padding: 12px 20px;
font-size: 30px;
background-color: #3952b0;
color: #fff;
}
.slider-header .slick-prev,
.slider-header .slick-next {
width: 50px;
height: 50px;
line-height: 50px;
color: #fff;
background-color: #3952b0;
border-radius: 50%;
}
.slider-header .slick-prev:after {
font: normal normal normal 18px/1 Linearicons;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
bottom: 0;
content: "\ec37";
font-size: 20px;
height: 50px;
line-height: 50px;
left: 0;
position: absolute;
vertical-align: middle;
width: 50px;
}
.slider-header .slick-next:after {
font: normal normal normal 18px/1 Linearicons;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
bottom: 0;
content: "\ec38";
font-size: 20px;
height: 50px;
line-height: 50px;
left: 0;
position: absolute;
vertical-align: middle;
width: 50px;
} #menuentrys li a {
font-family: ;
}
ul.dropotron,
ul.dropotron li ul {
background-color: transparent !important;
}
ul.dropotron > li:first-child > a {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
ul.dropotron > li:last-child > a {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.topnav_submenus .iconFwrapper > span,
.iconFwrapper_search_close > span,
.menu-element_slicknav_opener > span,
.iconFwrapper_search_close > span {
font-size: 16px;
font-size: calc(16px + 4px);
}
@media (max-width: 768px) {
.topnav_submenus .iconFwrapper > span,
.iconFwrapper_search_close > span,
.menu-element_slicknav_opener > span,
.iconFwrapper_search_close > span {
font-size: 16px;
}
}
.scrolltop_s_unten .topnav_submenus .iconFwrapper > span,
.scrolltop_s_unten .iconFwrapper_search_close > span,
.scrolltop_s_unten .menu-element_slicknav_opener > span,
.scrolltop_s_unten .iconFwrapper_search_close > span {
font-size: 14px;
font-size: calc(14px + 4px);
}
@media (max-width: 768px) {
.scrolltop_s_unten .topnav_submenus .iconFwrapper > span,
.scrolltop_s_unten .iconFwrapper_search_close > span,
.scrolltop_s_unten .menu-element_slicknav_opener > span,
.scrolltop_s_unten .iconFwrapper_search_close > span {
font-size: 14px;
}
}
@media (max-width: 768px) {
.menu-element_slicknav_opener > span {
font-size: 16px;
width: auto;
}
}
@media (min-width: 768px) {
.topnav_submenus .iconFwrapper > span {
height: 80px;
min-height: 80px;
line-height: 80px;
}
.scrolltop_s_unten .topnav_submenus .iconFwrapper > span {
height: 60px;
min-height: 60px;
line-height: 60px;
}
.main_menu_inner {
max-width: 4000px;
margin-left: auto;
margin-right: auto;
}
.main_menu_rowbottom_inner > .row {
max-width: calc(4000px + 10px);
margin-left: auto;
margin-right: auto;
}
.main_menu_rowbottom > .row {
max-width: calc(4000px + 20px);
margin-left: auto;
margin-right: auto;
}
}
.main_menu_wrapper {
-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.30);
box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.30);
}
.dropotron {
-webkit-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.20);
-moz-box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.20);
box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.20);
}
@media (max-width: 1275px) {
.dropotron {
display: none;
}
}
@media (min-width: 1275px) {
#mobilenav_wrapper {
display: none;
}
}
.main_menu li,
.main_menu a {
font-size: 16px;
font-weight: normal !important;
}
.dropotron li,
.dropotron li a {
font-size: 14px !important;
}
#searchform #searchsubmit,
#searchform #s,
.main_menu > li > a,
.dropotron > li > a,
.main_menu > li > li,
.dropotron > li > li {
font-size: 16px;
}
.scrolltop_s_unten .main_menu li,
.scrolltop_s_unten .main_menu a {
font-size: px;
}
.scrolltop_s_unten #searchform #searchsubmit,
.scrolltop_s_unten #searchform #s,
.scrolltop_s_unten .topnav_main a,
.scrolltop_s_unten .dropotron a {
font-size: 14px;
}
.menu-element-group ul {
margin-bottom: 0;
padding-left: 0;
}
@media (max-width: 1275px) {
.main_menu_wrapper a .iconF {
font-size: 20px;
}
.main_menu_wrapper {
position: relative;
}
}
.scrolltop_s_unten .main_menu,
.scrolltop_s_unten .main_menu .menu-element_menulogo_sticky {
height: 60px;
min-height: 60px;
line-height: 60px;
}
.menu-element-group a span {
display: block;
}		
#main-nav ul {
list-style: none;
margin: 0;
padding: 0;
display: inline-block;
}
#main-nav ul li {
display: block;
margin: 0;
padding: 0;
float: left;
}
#main-nav ul li.active a {
text-decoration: none;
} .dropotron {
list-style: none;
margin: 0;
padding: 0;
}
.dropotron li {
position: relative;
}
.dropotron > li a {
padding: 10px 15px;
position: relative;
}
.dropotron > li > a {
color: inherit;
display: block;
text-decoration: none;
}
#main-nav > ul > li > a:hover {
text-decoration: none;
}
.opener {
position: relative;
color: inherit;
padding-right: 20px !important;
} @media (min-width: 1275px) {
.dropotron,
.dropotron a,
.dropotron ul,
.dropotron li {
max-width: 260px;
min-width: 260px;
}
.dropotron a {
white-space: normal;
}
.dropotron a,
.dropotron li {
padding-right: 0;
}
}
.dropotron li.opener a {
position: relative;
padding-right: 40px !important;
}
.opener:hover:after,
.opener.active:after {
color: #fff;
}
#menu-main li a:not([href]):not([tabindex]) {
cursor: default;
position: relative;
} #main-nav > ul > li.opener:after,
.menu_design > ul > li.opener:after {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
bottom: 0;
color: #fff;
content: "\ec2c";
display: inline-block;
font: normal normal normal 18px/1 Linearicons;
position: absolute;
right: 5px;
speak: none;
text-align: center;
text-rendering: optimizeLegibility;
text-transform: none;
top: 0;
vertical-align: middle;
width: 20px;
height: 80px;
min-height: 80px;
line-height: 80px;
font-size: 14px;
}
.scrolltop_s_unten #main-nav > ul > li.opener:after {
height: 60px;
min-height: 60px;
line-height: 60px;
}		
.scrolltop_s_unten #main-nav > ul > li.opener:after {
font-size: 12px;
} .dropotron li.opener:after {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
bottom: 0;
color: #fff;
content: "\ec2c";
display: inline-block;
font: normal normal normal 18px/1 Linearicons;
position: absolute;
height: 20px;
line-height: 20px;
margin-top: -2px;
right: 10px;
speak: none;
text-align: center;
text-rendering: optimizeLegibility;
text-transform: none;
top: 50%;
transform: translateY(-50%);
vertical-align: middle;
width: 20px;
font-size: 12px;
font-size: 12px;
}
.scrolltop_s_unten .dropotron li.opener:after {
font-size: 12px;
}
.menu-element_menulogo a img {
position: relative;
}
.menu-element-group,
.menu-element,
#main-nav ul li a,
.searchform,
input#s,
input#searchsubmit,
.main_menu_wrapper,
.menu-element-group ul,
.menu-element-group li {
height: 80px;
min-height: 80px;
line-height: 80px;
}
.scrolltop_s_unten .menu-element-group,
.scrolltop_s_unten .menu-element,
.scrolltop_s_unten #main-nav ul li a,
.scrolltop_s_unten .searchform,
.scrolltop_s_unten input#s,
.scrolltop_s_unten input#searchsubmit,
.scrolltop_s_unten .main_menu_wrapper,
.scrolltop_s_unten .menu-element-group ul,
.scrolltop_s_unten .menu-element-group li {
height: 60px;
min-height: 60px;
line-height: 60px;
}
.menu-element-group,
.menu-element-group ul,
.menu-element-group li {
height: 80px;
min-height: 80px;
line-height: 80px;
}
.menu-element-group a {
display: block;
float: left;
}
.main_menu_wrapper a.menulogo,
.main_menu_wrapper a.menulogo img {
height: 100%;
line-height: 0;
min-height: 1px;
} @media (min-width: 1275px) {
.slicknav_menu {
display: none;
}
#menuButton {
display: none;
}
}
@media (max-width: 1275px) {
#menuButton {
display: block;
}
} .mobile_submenus .iconFwrapper.menu-element_slicknav_opener,
.topnav_submenus .iconFwrapper.menuoverview-open,
.topnav_submenus .iconFwrapper.menu-element_slicknav_opener {
overflow: hidden;
}
.mobile_submenus .iconFwrapper.menu-element_slicknav_opener > i:nth-child(2)
.topnav_submenus .iconFwrapper.menuoverview-open > i:nth-child(2),
.topnav_submenus .iconFwrapper.menu-element_slicknav_opener > i:nth-child(2) {
display: none;
}
.mobile_submenus .iconFwrapper.menu-element_slicknav_opener.active > i:nth-child(2),
.topnav_submenus .iconFwrapper.menuoverview-open.active > i:nth-child(2),
.topnav_submenus .iconFwrapper.menu-element_slicknav_opener.active > i:nth-child(2) {
display: block;
}
.mobile_submenus .iconFwrapper.menu-element_slicknav_opener.active > i:nth-child(1),
.topnav_submenus .iconFwrapper.menuoverview-open.active > i:nth-child(1),
.topnav_submenus .iconFwrapper.menu-element_slicknav_opener.active > i:nth-child(1) {
display: none;
}   .main_menu-topnav_1 .main_menu_wrapper {
background-color: #3952b0;
}
.main_menu-topnav_1 .main_menu_wrapper span {
color: #fff;				
}
.main_menu-topnav_1 .main_menu_wrapper li a {
color: #fff;
}
.main_menu-topnav_1 .main_wrapper_mainmenu_left,
.main_menu-topnav_1 .main_wrapper_mainmenu_right,
.main_menu-topnav_1 .main_menu_wrapper {
background-color: #3952b0;
color: #fff;
}
.main_menu-topnav_1 .main_menu_wrapper li a,
.main_menu-topnav_1 .main_menu_wrapper li a:hover,
.main_menu-topnav_1 .main_menu_wrapper li a:focus,
.main_menu-topnav_1 .main_menu_wrapper li a:visited {
color: #fff;
} .main_menu-topnav_1 ul.dropotron li a {
background-color: #3952b0;
color: #ffffff;
}
.main_menu-topnav_1 ul.dropotron li:hover > a {
background-color: #3f54cc;
color: #ffffff;
}
.main_menu-topnav_1 ul.dropotron li.opener:after {
color: #ffffff;
}
.main_menu-topnav_1 ul.dropotron > li.opener:hover:after {
color: #ffffff;
}
.main_menu-topnav_1 .main_menu_wrapper {
}
.main_menu-topnav_1 .topnav_submenus {
float: right;
}
.main_menu-topnav_1 .menu-element-group-standard {
margin-left: 10px;
margin-right: 10px;
}
.main_menu-topnav_1 .topnav_submenus a {
margin-left: 15px;
}		
.main_menu-topnav_1 .menu-element_menulogo {
padding-right: 20px;
margin-right: 10px;
}	
.main_menu-topnav_1 .menu-element_menulogo img {
height: 100% !important;
padding-top: 15px;
padding-bottom: 15px;
}
.scrolltop_s_unten .main_menu-topnav_1 .menu-element_menulogo a img {
padding-top: 10px;
padding-bottom: 15px;
}
.main_menu-topnav_1 #main-nav,
.main_menu-topnav_1 .topnav_submenus {
float: right;
}  .main_menu-topnav_2 .main_menu_wrapper,
.main_menu-topnav_2 .dropotron {
background-color: #3952b0;
}
.main_menu-topnav_2 .main_menu_wrapper span {
color: #fff;				
}
.main_menu-topnav_2 .main_menu_wrapper a {
color: #fff;
}
.main_menu-topnav_2 .main_wrapper_mainmenu_left,
.main_menu-topnav_2 .main_wrapper_mainmenu_right,
.main_menu-topnav_2 .main_menu_wrapper,
.main_menu-topnav_2 .dropotron {
background-color: #3952b0;
color: #fff;
}
.main_menu-topnav_2 .main_menu_wrapper li a,
.main_menu-topnav_2 .main_menu_wrapper li a:hover,
.main_menu-topnav_2 .main_menu_wrapper li a:focus,
.main_menu-topnav_2 .main_menu_wrapper li a:visited {
color: #fff;
} .main_menu-topnav_2 ul.dropotron li a {
background-color: #3952b0;
color: #ffffff;
}
.main_menu-topnav_2 ul.dropotron li:hover > a {
background-color: #3f54cc;
color: #ffffff;
}
.main_menu-topnav_2 ul.dropotron li.opener:after {
color: #ffffff;
}
.main_menu-topnav_2 ul.dropotron > li.opener:hover:after {
color: #ffffff;
}
.main_menu-topnav_2 .menu-element_menulogo {
background-color: #3952b0;
padding-right: 20px;
padding-left: 20px;
margin-right: 10px;
margin-left: -15px;
}
.main_menu-topnav_2 .menu-element-group-standard {
margin-left: 10px;
margin-right: 10px;
}
.main_menu-topnav_2 .topnav_submenus a {
margin-left: 15px;
}	
.main_menu-topnav_2 .topnav_submenus {
float: right;
}
.main_menu-topnav_2 .menu-element_menulogo img {
height: 100% !important;
padding-top: 15px;
padding-bottom: 15px;
}
.scrolltop_s_unten .main_menu-topnav_2 .menu-element_menulogo a img {
padding-top: 10px;
padding-bottom: 15px;
}  .main_menu-topnav_3 .main_menu_wrapper,
.main_menu-topnav_3 .dropotron {
background-color: #3952b0;
}
.main_menu-topnav_3 .main_menu_wrapper span {
color: #fff;				
}
.main_menu-topnav_3 .main_menu_wrapper a {
color: #fff;
}
.main_menu-topnav_3 .main_wrapper_mainmenu_left,
.main_menu-topnav_3 .main_wrapper_mainmenu_right,
.main_menu-topnav_3 .main_menu_wrapper,
.main_menu-topnav_3 .dropotron {
background-color: #3952b0;
color: #fff;
}
.main_menu-topnav_3 .main_menu_wrapper li a,
.main_menu-topnav_3 .main_menu_wrapper li a:hover,
.main_menu-topnav_3 .main_menu_wrapper li a:focus,
.main_menu-topnav_3 .main_menu_wrapper li a:visited {
color: #fff;
} .main_menu-topnav_3 ul.dropotron li a {
background-color: #3952b0;
color: #ffffff;
}
.main_menu-topnav_3 ul.dropotron li:hover > a {
background-color: #3f54cc;
color: #ffffff;
}
.main_menu-topnav_3 ul.dropotron li.opener:after {
color: #ffffff;
}
.main_menu-topnav_3 ul.dropotron > li.opener:hover:after {
color: #ffffff;
}
.main_menu-topnav_3 .menu-element-group-standard {
margin-left: 10px;
margin-right: 10px;
}
.main_menu-topnav_3 .menu-element_menulogo {
background-color: #3952b0;
padding-right: 20px;
padding-left: 20px;
margin-right: 10px;
margin-left: -15px;
}
.main_menu-topnav_3 .menu-element-group-standard::after {
top: 30%;
content: " ";
height: 40%;
left: 6px;
position: absolute;
width: 1px;
border-left: 1px solid #7386c5;
}
.main_menu-topnav_3 .topnav_submenus a {
margin-left: 15px;
}	
.main_menu-topnav_3 .menu-element-group-standard {
padding-left: 10px;
margin-left: 10px;
}
.main_menu-topnav_3 .menu-element_menulogo img {
height: 100% !important;
padding-top: 15px;
padding-bottom: 15px;
}
.scrolltop_s_unten .main_menu-topnav_3 .menu-element_menulogo a img {
padding-top: 10px;
padding-bottom: 15px;
}
.main_menu-topnav_3 .quicklinks_menu .opener {
padding-right: 0 !important;
}
.topnav_3.quicklink_li .iconFwrapper span {
margin-right: 8px;
}   .main_menu-topnav_4 .main_menu_wrapper,
.main_menu-topnav_4 .dropotron {
background-color: #3952b0;
}
.main_menu-topnav_4 .main_menu_wrapper span {
color: #fff;				
}
.main_menu-topnav_4 .main_menu_wrapper a {
color: #fff;
}
.main_menu-topnav_4 .main_wrapper_mainmenu_left,
.main_menu-topnav_4 .main_wrapper_mainmenu_right,
.main_menu-topnav_4 .main_menu_wrapper,
.main_menu-topnav_4 .dropotron {
background-color: #3952b0;
color: #fff;
}
.main_menu-topnav_4 .main_menu_wrapper li a,
.main_menu-topnav_4 .main_menu_wrapper li a:hover,
.main_menu-topnav_4 .main_menu_wrapper li a:focus,
.main_menu-topnav_4 .main_menu_wrapper li a:visited {
color: #fff;
} .main_menu-topnav_4 ul.dropotron li a {
background-color: #3952b0;
color: #ffffff;
}
.main_menu-topnav_4 ul.dropotron li:hover > a {
background-color: #3f54cc;
color: #ffffff;
}
.main_menu-topnav_4 ul.dropotron li.opener:after {
color: #ffffff;
}
.main_menu-topnav_4 ul.dropotron > li.opener:hover:after {
color: #ffffff;
}
.main_menu-topnav_4 .menu-element_menulogo {
margin-right: 10px;
}
.main_menu-topnav_4 .menu-element_menulogo img {
padding-top: 15px;
padding-bottom: 15px;
}
.scrolltop_s_unten .main_menu-topnav_4 .menu-element_menulogo a img {
padding-top: 10px;
padding-bottom: 15px;
}
.main_menu-topnav_4 .topnav_submenus {
float: right;
}
.main_menu-topnav_4 .menu-element-group-standard {
float: left;
}
.main_menu-topnav_4 .topnav_submenus a {
margin-right: 15px;
}	
.main_menu-topnav_4 .topnav_submenus {
float: left;
}
.main_menu-topnav_4 .menu-element-group-quicklinks a:first-child {
margin-left: 10px;
padding-left: 10px;
}
.main_menu-topnav_4 .menu-element-group-quicklinks::before {
top: 30%;
content: " ";
height: 40%;
left: 10px;
position: absolute;
width: 1px;
border-left: 2px solid ;
}
.main_menu-topnav_4 .menu-element_menulogo {
padding-left: 20px;
float: right;
}  .main_menu-topnav_5 .main_menu_wrapper {
padding-left: 12px;
}
.main_menu-topnav_5 .main_menu_wrapper,
.main_menu-topnav_5 .dropotron {
background-color: #3952b0;
}
.main_menu-topnav_5 .main_menu_wrapper span {
color: #fff;				
}
.main_menu-topnav_5 .main_menu_wrapper a {
color: #fff;
}
.main_menu-topnav_5 .main_wrapper_mainmenu_left,
.main_menu-topnav_5 .main_wrapper_mainmenu_right,
.main_menu-topnav_5 .main_menu_wrapper,
.main_menu-topnav_5 .dropotron {
background-color: #3952b0;
color: #fff;
}
.main_menu-topnav_5 .main_menu_wrapper li a,
.main_menu-topnav_5 .main_menu_wrapper li a:hover,
.main_menu-topnav_5 .main_menu_wrapper li a:focus,
.main_menu-topnav_5 .main_menu_wrapper li a:visited {
color: #fff;
} .main_menu-topnav_5 ul.dropotron li a {
background-color: #3952b0;
color: #ffffff;
}
.main_menu-topnav_5 ul.dropotron li:hover > a {
background-color: #3f54cc;
color: #ffffff;
}
.main_menu-topnav_5 ul.dropotron li.opener:after {
color: #ffffff;
}
.main_menu-topnav_5 ul.dropotron > li.opener:hover:after {
color: #ffffff;
}
.main_menu-topnav_5 .header_desc_wrapper {
clear: both;
padding-top: 20px;
}
.main_menu-topnav_5 .header_desc_wrapper h2 {
margin-bottom: 0;
}
.main_menu-topnav_5 .topnav_submenus {
float: right;
}
.main_menu-topnav_5 #main-nav {
float: left;
}
.main_menu-topnav_5 #main-nav ul li:last-child a {
padding-right: 0;
}
.main_menu-topnav_5 .menu-element_menulogo_sticky {
padding-top: 15px;
padding-bottom: 15px;
padding-right: 20px;
}
.scrolltop_s_unten .main_menu-topnav_5 .menu-element_menulogo_sticky {
padding-top: 0;
padding-bottom: 0;
padding-right: 20px;
}
.main_menu-topnav_5 #main-nav ul li:first-child a {
padding-left: 0;
}
.main_menu-topnav_5 .menu-element_menulogo a img {
top: auto; 
transform: none; 
}
.main_menu-topnav_5 .main_menu_rowbottom {
padding: 50px 40px;
}
.main_menu-topnav_5 .menu-element-group-quicklinks {
text-align: right;
float: right;
}
.main_menu-topnav_5 .menu-element-group-quicklinks a {
margin-left: 20px;
float: right;
}
.main_menu-topnav_5 .menu-element-group-quicklinks {
position: relative;
height: auto;
min-height: auto;
line-height: auto;
}
.main_menu-topnav_5 .menu-element-group-quicklinks a {
height: auto;
min-height: auto;
line-height: 1em;
position: relative;
}
@media (max-width: 1400px) {
.main_menu-topnav_5 .menu-element-group-quicklinks {
text-align: right;
}
.main_menu-topnav_5 .menu-element-group-quicklinks a {
display: block;
float: none;
text-align: right;
padding: 0;
white-space: nowrap;
padding-right: 40px;
}
.main_menu-topnav_5 .menu-element-group-quicklinks a + a {
margin-top: 1.4em;
}
.main_menu-topnav_5 .menu-element-group-quicklinks a span {
float: right !important;
margin-right: 0 !important;
margin-left: auto !important;
display: inline-block !important;
position: absolute !important;
right: 0 !important;
left: auto !important;
}
}
.main_menu-topnav_5 .menu-element-group-quicklinks a span {
position: relative;
margin-bottom: 12px;
font-size: 1.4em;
top: -.2em;
margin-right: .5em;
display: inline-block;
}
.main_menu-topnav_5 .menu-element-group-standard a {
margin-right: 15px;
}	
@media (min-width: 760px) {
.main_menu-topnav_5 .menu-element-group-standard a {
margin-right: 15px;
}	
.main_menu-topnav_5 .menu-element-group-standard a,
.main_menu-topnav_5 .menu-element-group-standard a > span {
font-size: 24px;
width: 24px;
}
}
.main_menu-topnav_5 .menu-element_menulogo {
height: auto;
min-height: 1px;
line-height: 1em;
}
.main_menu-topnav_5 .menu-element_menulogo a {
height: auto;
min-height: 1px;
line-height: 1em;
}
.main_menu-topnav_5 .menu-element_menulogo a img {
padding-top: 0;
padding-bottom: 0;
}
.main_menu-topnav_5 .main_menu_rowbottom {
background-color: #d81e72;
color: #0048D6;
}
.main_menu-topnav_5 .main_menu_rowbottom a {
color: #0048D6;
}
.scrolltop_s_unten .main_menu-topnav_5 .menu-element-group-quicklinks a,
.scrolltop_s_unten .main_menu-topnav_5 .main_menu_rowbottom {
display: none;
}
.scrolltop_s_unten .main_menu-topnav_5 .menu-element_menulogo a img {
height: auto;
max-height: none;
padding-top: 15px;
padding-bottom: 15px;
position: relative;
top: 0;
transform: translateY(0);
height: 60px;
min-height: 60px;
max-height: 60px;
line-height: 60px;
}
.main_menu-topnav_5 .menu-element_menulogo img {
height: 80px !important;
padding-top: 0;
padding-bottom: 0;
}  .main_menu-topnav_6 .main_menu_wrapper,
.main_menu-topnav_6 .dropotron {
background-color: #3952b0;
}
.main_menu-topnav_6 .main_menu_wrapper span {
color: #fff;				
}
.main_menu-topnav_6 .main_menu_wrapper a {
color: #fff;
}
.main_menu-topnav_6 .main_wrapper_mainmenu_left,
.main_menu-topnav_6 .main_wrapper_mainmenu_right,
.main_menu-topnav_6 .main_menu_wrapper,
.main_menu-topnav_6 .dropotron {
background-color: #3952b0;
color: #fff;
}
.main_menu-topnav_6 .main_menu_wrapper li a,
.main_menu-topnav_6 .main_menu_wrapper li a:hover,
.main_menu-topnav_6 .main_menu_wrapper li a:focus,
.main_menu-topnav_6 .main_menu_wrapper li a:visited {
color: #fff;
} .main_menu-topnav_6 ul.dropotron li a {
background-color: #3952b0;
color: #ffffff;
}
.main_menu-topnav_6 ul.dropotron li:hover > a {
background-color: #3f54cc;
color: #ffffff;
}
.main_menu-topnav_6 ul.dropotron li.opener:after {
color: #ffffff;
}
.main_menu-topnav_6 ul.dropotron > li.opener:hover:after {
color: #ffffff;
}
.main_menu-topnav_6 .menu-element_menulogo {
background-color: #3952b0;
padding-right: 20px;
padding-left: 20px;
margin-right: 10px;
margin-left: -15px;
}
.main_menu-topnav_6 .menu-element_menulogo img {
max-height: 80px;
}
.main_menu-topnav_6 .topnav_submenus {
float: right;
}
.main_menu-topnav_6 .quicklinks_bottom {
display: block;
text-align: right;
}
.main_menu-topnav_6 .quicklinks_bottom a {
height: auto;
min-height: 1px;
line-height: 1em;
color: #0048D6	position: relative;
}
.main_menu-topnav_6 .topnav_submenus a {
margin-left: 15px;
}
.main_menu-topnav_6 .quicklinks_bottom a span {
margin-right: 7px;
}
.main_menu-topnav_6 .quicklinks_bottom a {
margin-left: 20px;
}
.main_menu-topnav_6 .main_menu_rowbottom {
background-color: #d81e72;
color: #0048D6;
padding-top: 30px;
padding-bottom: 26px;
}
.main_menu-topnav_6 .main_menu_rowbottom a {
color: #0048D6;
}
.main_menu-topnav_6 .description_bottom {
width: 40%;
float: left;
}
.main_menu-topnav_6 .quicklinks_bottom {
width: 60%;
float: left;
}
@media (max-width: 1400px) {
.main_menu-topnav_6 .main_menu_rowbottom {
padding-left: 15px;
padding-right: 15px;
}
.main_menu-topnav_6 .description_bottom {
width: 60%;
}
.main_menu-topnav_6 .quicklinks_bottom {
width: 40%;
}
.main_menu-topnav_6 .quicklinks_bottom a {
display: block;
}
.main_menu-topnav_6 .quicklinks_bottom a + a {
margin-top: 15px;
}
}
.main_menu-topnav_6 .description_bottom > *:first-child {
margin-top: 0;
}
.scrolltop_s_unten .main_menu-topnav_6 .main_menu_rowbottom {
display: none;
}
@media (max-width: 1275px) { .main_menu-topnav_6 .slicknav_arrow {
color: #3952b0;
}
.main_menu-topnav_6 .slicknav_menu {
background-color: #3952b0;
color: #fff;
}
.main_menu-topnav_6 .slicknav_open + ul .slicknav_arrow:after {
color: #3952b0;
background-color: #fff;
}
}
.main_menu-topnav_6 .menu-element_menulogo img {
height: 100% !important;
padding-top: 15px;
padding-bottom: 15px;
}
.scrolltop_s_unten .main_menu-topnav_6 .menu-element_menulogo a img {
padding-top: 10px;
padding-bottom: 15px;
}  .main_menu-topnav_7 .main_menu_wrapper,
.main_menu-topnav_7 .dropotron {
background-color: #3952b0;
}
.main_menu-topnav_7 .main_menu_wrapper span {
color: #fff;				
}
.main_menu-topnav_7 .main_menu_wrapper a {
color: #fff;
}
.main_menu-topnav_7 .main_wrapper_mainmenu_left,
.main_menu-topnav_7 .main_wrapper_mainmenu_right,
.main_menu-topnav_7 .main_menu_wrapper,
.main_menu-topnav_7 .dropotron {
background-color: #3952b0;
color: #fff;
}
.main_menu-topnav_7 .main_menu_wrapper li a,
.main_menu-topnav_7 .main_menu_wrapper li a:hover,
.main_menu-topnav_7 .main_menu_wrapper li a:focus,
.main_menu-topnav_7 .main_menu_wrapper li a:visited {
color: #fff;
} .main_menu-topnav_7 ul.dropotron li a {
background-color: #3952b0;
color: #ffffff;
}
.main_menu-topnav_7 ul.dropotron li:hover > a {
background-color: #3f54cc;
color: #ffffff;
}
.main_menu-topnav_7 ul.dropotron li.opener:after {
color: #ffffff;
}
.main_menu-topnav_7 ul.dropotron > li.opener:hover:after {
color: #ffffff;
}
.main_menu-topnav_7 .menu-element-group-standard {
margin-right: 5px;
}
.main_menu-topnav_7 .menu-element_menulogo {
background-color: #3952b0;
padding-right: 20px;
padding-left: 20px;
margin-right: 10px;
margin-left: -15px;
}
.main_menu-topnav_7 .topnav_submenus a {
margin-left: 15px;
}
.main_menu-topnav_7 .topnav_submenus a {
display: inline-block;
}
.main_menu-topnav_7 .topnav_submenus a span:before {
background-color:  !important;
padding: 9px;
border-radius: 7px;
color: ;
}	
.main_menu-topnav_7 .menu-element-group-standard {
padding-left: 0;
margin-left: 0;
}
.main_menu-topnav_7 .quicklinks_menu .opener {
padding-right: 0 !important;
}
.topnav_7.quicklink_li .iconFwrapper span {
margin-right: 8px;
}
.main_menu-topnav_7 .menu-element_menulogo img {
height: 100% !important;
padding-top: 15px;
padding-bottom: 15px;
}
.scrolltop_s_unten .main_menu-topnav_7 .menu-element_menulogo a img {
padding-top: 10px;
padding-bottom: 15px;
}  .main_menu-topnav_8 .main_menu_wrapper {
padding-left: 12px;
}
.main_menu-topnav_8 .main_menu_wrapper,
.main_menu-topnav_8 .dropotron {
background-color: #3952b0;
}
.main_menu-topnav_8 .main_menu_wrapper span {
color: #fff;				
}
.main_menu-topnav_8 .main_menu_wrapper a {
color: #fff;
}
.main_menu-topnav_8 .main_wrapper_mainmenu_left,
.main_menu-topnav_8 .main_wrapper_mainmenu_right,
.main_menu-topnav_8 .main_menu_wrapper,
.main_menu-topnav_8 .dropotron {
background-color: #3952b0;
color: #fff;
}
.main_menu-topnav_8 .main_menu_wrapper li a,
.main_menu-topnav_8 .main_menu_wrapper li a:hover,
.main_menu-topnav_8 .main_menu_wrapper li a:focus,
.main_menu-topnav_8 .main_menu_wrapper li a:visited {
color: #fff;
} .main_menu-topnav_8 ul.dropotron li a {
background-color: #3952b0;
color: #ffffff;
}
.main_menu-topnav_8 ul.dropotron li:hover > a {
background-color: #3f54cc;
color: #ffffff;
}
.main_menu-topnav_8 ul.dropotron li.opener:after {
color: #ffffff;
}
.main_menu-topnav_8 ul.dropotron > li.opener:hover:after {
color: #ffffff;
}
.main_menu-topnav_8 .header_desc_wrapper {
clear: both;
padding-top: 20px;
}
.main_menu-topnav_8 .header_desc_wrapper h2 {
margin-bottom: 0;
}
.main_menu-topnav_8 .topnav_submenus {
float: right;
}
.main_menu-topnav_8 #main-nav {
float: left;
}
.main_menu-topnav_8 #main-nav ul li:last-child a {
padding-right: 0;
}
.main_menu-topnav_8 .menu-element_menulogo_sticky {
padding-top: 15px;
padding-bottom: 15px;
padding-right: 20px;
}
.scrolltop_s_unten .main_menu-topnav_8 .menu-element_menulogo_sticky {
padding-top: 0;
padding-bottom: 0;
padding-right: 20px;
}
.main_menu-topnav_8 #main-nav ul li:first-child a {
padding-left: 0;
}
.main_menu-topnav_8 .menu-element_menulogo a img {
top: auto; 
transform: none; 
}
.main_menu-topnav_8 .main_menu_rowbottom {
padding: 50px 40px;
}
.main_menu-topnav_8 .menu-element-group-quicklinks {
text-align: right;
float: right;
}
.main_menu-topnav_8 .menu-element-group-quicklinks a {
margin-left: 20px;
float: right;
}
.main_menu-topnav_8 .menu-element-group-quicklinks {
position: relative;
height: auto;
min-height: auto;
line-height: auto;
}
.main_menu-topnav_8 .menu-element-group-quicklinks a {
height: auto;
min-height: auto;
line-height: 1em;
position: relative;
}
@media (max-width: 1400px) {
.main_menu-topnav_8 .menu-element-group-quicklinks {
text-align: right;
}
.main_menu-topnav_8 .menu-element-group-quicklinks a {
display: block;
float: none;
text-align: right;
padding: 0;
white-space: nowrap;
padding-right: 40px;
}
.main_menu-topnav_8 .menu-element-group-quicklinks a + a {
margin-top: 1.4em;
}
.main_menu-topnav_8 .menu-element-group-quicklinks a span {
float: right !important;
margin-right: 0 !important;
margin-left: auto !important;
display: inline-block !important;
position: absolute !important;
right: 0 !important;
left: auto !important;
}
}
.main_menu-topnav_8 .menu-element-group-quicklinks a span {
position: relative;
margin-bottom: 12px;
font-size: 1.4em;
top: -.2em;
margin-right: .5em;
display: inline-block;
}
.main_menu-topnav_8 .menu-element-group-standard a {
margin-right: 15px;
}	
.main_menu-topnav_8 .menu-element_menulogo {
height: auto;
min-height: 1px;
line-height: 1em;
}
.main_menu-topnav_8 .menu-element_menulogo a {
height: auto;
min-height: 1px;
line-height: 1em;
}
.main_menu-topnav_8 .menu-element_menulogo a img {
padding-top: 0;
padding-bottom: 0;
}
.main_menu-topnav_8 .main_menu_rowbottom {
background-color: #d81e72;
color: #0048D6;
}
.main_menu-topnav_8 .main_menu_rowbottom a {
color: #0048D6;
}
.scrolltop_s_unten .main_menu-topnav_8 .menu-element-group-quicklinks a,
.scrolltop_s_unten .main_menu-topnav_8 .main_menu_rowbottom {
display: none;
}
.scrolltop_s_unten .main_menu-topnav_8 .menu-element_menulogo a img {
height: auto;
max-height: none;
padding-top: 15px;
padding-bottom: 15px;
position: relative;
top: 0;
transform: translateY(0);
height: 60px;
min-height: 60px;
max-height: 60px;
line-height: 60px;
}
.main_menu-topnav_8 .menu-element_menulogo img {
height: 80px !important;
padding-top: 0;
padding-bottom: 0;
} .menu-element-group-quicklinks,
.menu-element-group-standard .menu-element-search,
.menu-element-group-standard .menuoverview-open {
display: none !important;
}
@media (min-width: 1275px) {
.menu-element-group-quicklinks,
.menu-element-group-standard .menu-element-search,
.menu-element-group-standard .menuoverview-open {
display: inline-block !important;
}
} @media (min-width: 1275px) {
.search-form_mobilemenu {
display: none;
}
} @media (max-width: 1275px) {
#main-nav {
display: none !important;
}
}   .main_menu_mobile_quicklinks {
display: none;
}
body.home .main_menu_mobile_quicklinks {
display: block;
}  body:not(.home) .main_menu_mobile_1 .main_menu_mobile_wrapper {
height: 55px;
} .main_menu_mobile_1 {
padding-bottom: 20px;
}
.main_menu_mobile_1 .search-form_mobilemenu {
margin-bottom: 15px;
}
.main_menu_mobile_1 {
padding: 0 15px 0 15px;
position: relative;
background-color: #3952b0;
color: #fff;
}
.main_menu_mobile_1 .mobile_submenus {
text-align: right;
color: #fff;
}
.main_menu_mobile_1 .mobile_submenus_entry {
height: 40px;
line-height: 40px;
vertical-align: middle;
color: #fff;
padding-left: 6px;      
padding-right: 0;
font-size: 18px;
} .main_menu_mobile_1 .main_menu_mobile_logo {
padding: 20px;
text-align: center;
width: 100%;
margin-bottom: 10px;
z-index: 2;
position: relative;
}
.main_menu_mobile_1 .main_menu_mobile_logo {
display: none;
}
body.home .main_menu_mobile_1 .main_menu_mobile_logo {
display: block;
} body.home .main_menu_mobile_1 .menu-element_menulogo_mobile {
display: none;
}
.main_menu_mobile_1 .menu-element_menulogo_mobile a img {
height: 100%;
width: auto;
top: 0;
display: block;
vertical-align: top;
} .main_menu_mobile_1 .main_menu_mobile_title {
text-align: center;
margin-bottom: 50px;
} .main_menu_mobile_1 .search-form_mobilemenu {
margin-top: 0;
margin-bottom: 17px;
}
.main_menu_mobile_1 .search-form_mobilemenu input {
width: 100%;
border: 1px transparent;
padding: 12px 15px;
font-size: 15px;
} .main_menu_mobile_1 .dropotron {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.main_menu_mobile_1 .dropotron > li a {
padding-left: 0;
padding-right: 0;
}
.main_menu_mobile_1 .opener {
padding-right: 0 !important;
}
.main_menu_mobile_1 .opener a {
padding-right: 40px !important;
}
.main_menu_mobile_1 .slicknav_nav > li + li {
}
.main_menu_mobile_1 .slicknav_nav a {
font-size: 15px;
text-transform: uppercase;
}  .main_menu_mobile_1 ul.slicknav_nav > li a {
position: relative;
padding-left: 12px;
padding-right: 12px;
background-color: #798ac6;
color: #ffffff;
letter-spacing: .03em;
font-weight: bold;
}
.main_menu_mobile_1 ul.slicknav_nav > li + li {
border-top: 0;
margin-top: 2px;
} .main_menu_mobile_1 ul.slicknav_nav > li > ul > li {
padding-left: 20px;
} .main_menu_mobile_1 ul.slicknav_nav > li > ul > li > ul > li {
padding-left: 20px;
} .main_menu_mobile_1 .slicknav_arrow {
display: block;
height: 100%;
position: absolute;
right: 0;
top: 0;
text-align: center;
vertical-align: middle;
color: transparent;
width: 50px;
}
.main_menu_mobile_1 .slicknav_open .slicknav_arrow:after  {
font-family: 'Linearicons';
content: "\ec27";
position: absolute;
color: #fff;
color: #ffffff;
text-align: center;
padding: 0;
font-weight: normal;
left: 0;
right: 0;
z-index: 3;
line-height: 0;
top: 1.4em;
}
.main_menu_mobile_1 .slicknav_collapsed .slicknav_arrow:after {
font-family: 'Linearicons';
content: "\ec28";
position: absolute;
color: #fff;
color: #ffffff;
text-align: center;
padding: 0;
font-weight: normal;
left: 0;
right: 0;
z-index: 3;
line-height: 0;
top: 1.4em;
} .main_menu_mobile_1 .main_menu_mobile_quicklinks {
text-align: left;
position: relative;
margin-bottom: 10px;
}
.main_menu_mobile_1 .main_menu_mobile_quicklinks a {
background-color: #798ac6;
color: #ffffff !important;
height: auto;
min-height: 1px;
line-height: 1.5 !important;
padding: 12px 12px;
padding-left: 48px !important;
margin-bottom: 2px;
font-size: 15px;
display: inline-block;
position: relative;
}
.main_menu_mobile_1 .main_menu_mobile_quicklinks a span {
margin-left: -34px;
position: absolute;
font-size: 1.3em;
}
.main_menu_mobile_1 .main_menu_mobile_quicklinks a {
width: 100%;
display: block;
float: left;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
.main_menu_mobile_1 .main_menu_mobile_quicklinks a:last-child {
margin-bottom: 8px;
} .main_menu_mobile_1 .main_menu_mobile_wrapper .main_menu_mobile_submenus {
height: 55px;
}
.main_menu_mobile_1 .main_menu_mobile_wrapper .main_menu_mobile_submenus .mobile_submenus {
height: 55px;
}
.main_menu_mobile_1 .main_menu_mobile_wrapper .main_menu_mobile_submenus .mobile_submenus > * {
height: 55px;
min-height: 55px;
line-height: 55px;
display: inline-block;
top: 0;
}
.main_menu_mobile_1 .main_menu_mobile_wrapper .main_menu_mobile_submenus .mobile_submenus > * span {
height: 55px;
line-height: 55px;
display: inline-block;
position: relative; padding-left: 1px;
padding-right: 1px;
}
.main_menu_mobile_1 .main_menu_mobile_submenus {
text-align: right;
}
.main_menu_mobile_1 .main_menu_mobile_submenus .menu-element-search {
float: none !important;
padding-left: 0;
padding-right: 10px;
}
.main_menu_mobile_1 .menu-element_menulogo_mobile a img {
height: 55px;
margin-top: 0;
}
.main_menu_mobile_1 .mobile_submenus #menuButton_mobile {
width: 40px;
display: inline-block;
text-align: center;
color: #fff;
margin-left: 0;
right: 0;
position: relative;
}
.main_menu_mobile_1 .mobile_submenus .quicksearch-open {
font-size: 22px;
top: 4px;
position: relative;
}
.main_menu_mobile_1 .mobile_submenus #menuButton_mobile span {
font-size: 22px;
} body.home .main_menu_mobile_1 .menu-element_menulogo_mobile {
display: none !important;
}  body:not(.home) .main_menu_mobile_2 .main_menu_mobile_wrapper {
height: 55px;
} .main_menu_mobile_2 {
padding-bottom: 20px;
}
.main_menu_mobile_2 .search-form_mobilemenu {
margin-bottom: 15px;
}
.main_menu_mobile_2 .search-form_mobilemenu,
.main_menu_mobile_2 .quicksearch-input {
border-radius: 5px;
}
.main_menu_mobile_2 {
padding: 0 15px 0 15px;
position: relative;
background-color: #3952b0;
color: #fff;
}
.main_menu_mobile_2 .mobile_submenus {
text-align: right;
color: #fff;
}
.main_menu_mobile_2 .mobile_submenus_entry {
height: 40px;
line-height: 40px;
vertical-align: middle;
color: #fff;
padding-left: 6px;      
padding-right: 0;
font-size: 18px;
} .main_menu_mobile_2 .main_menu_mobile_logo {
padding: 20px;
text-align: center;
width: 100%;
margin-bottom: 10px;
z-index: 2;
position: relative;
}
.main_menu_mobile_2 .main_menu_mobile_logo {
display: none;
}
body.home .main_menu_mobile_2 .main_menu_mobile_logo {
display: block;
} body.home .main_menu_mobile_2 .menu-element_menulogo_mobile {
display: none;
}
.main_menu_mobile_2 .menu-element_menulogo_mobile a img {
height: 100%;
width: auto;
top: 0;
display: block;
vertical-align: top;
} .main_menu_mobile_2 .main_menu_mobile_title {
text-align: center;
margin-bottom: 50px;
} .main_menu_mobile_2 .search-form_mobilemenu {
margin-top: 0;
margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
.main_menu_mobile_2 .search-form_mobilemenu {
margin-top: 0;
}
}
.main_menu_mobile_2 .search-form_mobilemenu input {
width: 100%;
border: 1px transparent;
padding: 12px 15px;
font-size: 15px;
} .main_menu_mobile_2 .dropotron {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.main_menu_mobile_2 .dropotron > li a {
padding-left: 0;
padding-right: 0;
}
.main_menu_mobile_2 .opener {
padding-right: 0 !important;
}
.main_menu_mobile_2 .opener a {
padding-right: 40px !important;
}
.main_menu_mobile_2 .slicknav_nav > li + li {
}
.main_menu_mobile_2 .slicknav_nav a {
font-size: 15px;
text-transform: uppercase;
}  .main_menu_mobile_2 ul.slicknav_nav > li a {
position: relative;
color: #ffffff;
letter-spacing: .03em;
font-weight: bold;
}
.main_menu_mobile_2 ul.slicknav_nav > li a:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-bottom: 1px solid #ffffff;
opacity: .3;
}
.main_menu_mobile_2 ul.slicknav_nav > li:last-child a:before {
content: none;
}
.main_menu_mobile_2 ul.slicknav_nav > li + li {
border-top: 0;
margin-top: 2px;
} .main_menu_mobile_2 ul.slicknav_nav > li > ul > li {
padding-left: 20px;
} .main_menu_mobile_2 ul.slicknav_nav > li > ul > li > ul > li {
padding-left: 20px;
} .main_menu_mobile_2 .slicknav_arrow {
display: block;
height: 100%;
position: absolute;
right: 0;
top: 0;
text-align: center;
vertical-align: middle;
color: transparent;
width: 50px;
}
.main_menu_mobile_2 .slicknav_open .slicknav_arrow:after  {
font-family: 'Linearicons';
content: "\ec27";
position: absolute;
color: #fff;
color: #ffffff;
text-align: center;
padding: 0;
font-weight: normal;
left: 0;
right: 0;
z-index: 3;
line-height: 0;
top: 1.4em;
text-align: right;
}
.main_menu_mobile_2 .slicknav_collapsed .slicknav_arrow:after {
font-family: 'Linearicons';
content: "\ec28";
position: absolute;
color: #fff;
color: #ffffff;
text-align: center;
padding: 0;
font-weight: normal;
left: 0;
right: 0;
z-index: 3;
line-height: 0;
top: 1.4em;
text-align: right;
} .main_menu_mobile_2 .main_menu_mobile_quicklinks {
text-align: left;
position: relative;
margin-bottom: 10px;
}
.main_menu_mobile_2 .main_menu_mobile_quicklinks a {
color: #ffffff !important;
height: auto;
min-height: 1px;
line-height: 1.5 !important;
padding: 12px 0;
padding-left: 38px !important;
margin-bottom: 2px;
font-size: 15px;
display: inline-block;
position: relative;
}
.main_menu_mobile_2 .main_menu_mobile_quicklinks a span {
margin-left: -34px;
position: absolute;
font-size: 1.3em;
}
.main_menu_mobile_2 .main_menu_mobile_quicklinks a {
width: 100%;
display: block;
float: left;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
.main_menu_mobile_2 .main_menu_mobile_quicklinks a:last-child {
margin-bottom: 8px;
} .main_menu_mobile_2 .main_menu_mobile_wrapper .main_menu_mobile_submenus {
height: 55px;
}
.main_menu_mobile_2 .main_menu_mobile_wrapper .main_menu_mobile_submenus .mobile_submenus {
height: 55px;
}
.main_menu_mobile_2 .main_menu_mobile_wrapper .main_menu_mobile_submenus .mobile_submenus > * {
height: 55px;
min-height: 55px;
line-height: 55px;
display: inline-block;
top: 0;
}
.main_menu_mobile_2 .main_menu_mobile_wrapper .main_menu_mobile_submenus .mobile_submenus > * span {
height: 55px;
line-height: 55px;
display: inline-block;
position: relative; padding-left: 1px;
padding-right: 1px;
}
.main_menu_mobile_2 .main_menu_mobile_submenus {
text-align: right;
}
.main_menu_mobile_2 .main_menu_mobile_submenus .menu-element-search {
float: none !important;
padding-left: 0;
padding-right: 10px;
}
.main_menu_mobile_2 .menu-element_menulogo_mobile a img {
height: 55px;
margin-top: 0;
}
.main_menu_mobile_2 .mobile_submenus #menuButton_mobile {
width: 40px;
display: inline-block;
text-align: center;
color: #fff;
margin-left: 0;
right: 0;
position: relative;
}
.main_menu_mobile_2 .mobile_submenus .quicksearch-open {
font-size: 22px;
top: 4px;
position: relative;
}
.main_menu_mobile_2 .mobile_submenus #menuButton_mobile span {
font-size: 22px;
} body.home .main_menu_mobile_2 .menu-element_menulogo_mobile {
display: none !important;
}  body:not(.home) .main_menu_mobile_3 .main_menu_mobile_wrapper {
height: 55px;
} .main_menu_mobile_3 {
padding-bottom: 20px;
}
.main_menu_mobile_3 .search-form_mobilemenu {
margin-bottom: 15px;
}
.main_menu_mobile_3 {
padding: 0 15px 0 15px;
position: relative;
background-color: #3952b0;
color: #fff;
}
.main_menu_mobile_3 .mobile_submenus {
text-align: right;
color: #fff;
}
.main_menu_mobile_3 .mobile_submenus_entry {
height: 40px;
line-height: 40px;
vertical-align: middle;
color: #fff;
padding-left: 6px;      
padding-right: 0;
font-size: 18px;
} .main_menu_mobile_3 .main_menu_mobile_logo {
padding: 20px;
text-align: center;
width: 100%;
margin-bottom: 10px;
z-index: 2;
position: relative;
}
.main_menu_mobile_3 .main_menu_mobile_logo {
display: none;
}
body.home .main_menu_mobile_3 .main_menu_mobile_logo {
display: block;
} body.home .main_menu_mobile_3 .menu-element_menulogo_mobile {
display: none;
}
.main_menu_mobile_3 .menu-element_menulogo_mobile a img {
height: 100%;
width: auto;
top: 0;
display: block;
vertical-align: top;
} .main_menu_mobile_3 .main_menu_mobile_title {
text-align: center;
margin-bottom: 50px;
} .main_menu_mobile_3 .search-form_mobilemenu {
margin-top: 0;
margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
.main_menu_mobile_3 .search-form_mobilemenu {
margin-top: 0;
}
}
.main_menu_mobile_3 .search-form_mobilemenu input {
width: 100%;
border: 1px transparent;
padding: 12px 15px;
font-size: 15px;
} .main_menu_mobile_3 .dropotron {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.main_menu_mobile_3 .dropotron > li a {
padding-left: 0;
padding-right: 0;
}
.main_menu_mobile_3 .opener {
padding-right: 0 !important;
}
.main_menu_mobile_3 .opener a {
padding-right: 40px !important;
}
.main_menu_mobile_3 .slicknav_nav > li + li {
}
.main_menu_mobile_3 .slicknav_nav a {
font-size: 15px;
text-transform: uppercase;
}  .main_menu_mobile_3 ul.slicknav_nav > li a {
position: relative;
color: #ffffff;
letter-spacing: .03em;
font-weight: bold;
}
.main_menu_mobile_3 ul.slicknav_nav > li a:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-bottom: 1px solid #ffffff;
opacity: .3;
}
.main_menu_mobile_3 ul.slicknav_nav > li:last-child a:before {
content: none;
}
.main_menu_mobile_3 ul.slicknav_nav > li + li {
border-top: 0;
margin-top: 2px;
} .main_menu_mobile_3 ul.slicknav_nav > li > ul > li {
padding-left: 20px;
} .main_menu_mobile_3 ul.slicknav_nav > li > ul > li > ul > li {
padding-left: 20px;
} .main_menu_mobile_3 .slicknav_arrow {
display: block;
height: 100%;
position: absolute;
right: 0;
top: 0;
text-align: center;
vertical-align: middle;
color: transparent;
width: 50px;
}
.main_menu_mobile_3 .slicknav_open .slicknav_arrow:after  {
font-family: 'Linearicons';
content: "\ec27";
position: absolute;
color: #fff;
color: #ffffff;
text-align: center;
padding: 0;
font-weight: normal;
left: 0;
right: 0;
z-index: 3;
line-height: 0;
top: 1.4em;
text-align: right;
}
.main_menu_mobile_3 .slicknav_collapsed .slicknav_arrow:after {
font-family: 'Linearicons';
content: "\ec28";
position: absolute;
color: #fff;
color: #ffffff;
text-align: center;
padding: 0;
font-weight: normal;
left: 0;
right: 0;
z-index: 3;
line-height: 0;
top: 1.4em;
text-align: right;
} .main_menu_mobile_3 .main_menu_mobile_quicklinks {
text-align: left;
position: relative;
margin-bottom: 10px;
}
.main_menu_mobile_3 .main_menu_mobile_quicklinks a {
background-color: #798ac6;
color: #ffffff !important;
height: auto;
min-height: 1px;
line-height: 1.5 !important;
padding: 12px 12px;
padding-left: 48px !important;
margin-bottom: 2px;
font-size: 15px;
display: inline-block;
position: relative;
}
.main_menu_mobile_3 .main_menu_mobile_quicklinks a span {
margin-left: -34px;
position: absolute;
font-size: 1.3em;
}
.main_menu_mobile_3 .main_menu_mobile_quicklinks a {
width: 100%;
display: block;
float: left;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
.main_menu_mobile_3 .main_menu_mobile_quicklinks a:last-child {
margin-bottom: 8px;
} .main_menu_mobile_3 .main_menu_mobile_wrapper .main_menu_mobile_submenus {
height: 55px;
}
.main_menu_mobile_3 .main_menu_mobile_wrapper .main_menu_mobile_submenus .mobile_submenus {
height: 55px;
}
.main_menu_mobile_3 .main_menu_mobile_wrapper .main_menu_mobile_submenus .mobile_submenus > * {
height: 55px;
min-height: 55px;
line-height: 55px;
display: inline-block;
top: 0;
}
.main_menu_mobile_3 .main_menu_mobile_wrapper .main_menu_mobile_submenus .mobile_submenus > * span {
height: 55px;
line-height: 55px;
display: inline-block;
position: relative; padding-left: 1px;
padding-right: 1px;
}
.main_menu_mobile_3 .main_menu_mobile_submenus {
text-align: right;
}
.main_menu_mobile_3 .main_menu_mobile_submenus .menu-element-search {
float: none !important;
padding-left: 0;
padding-right: 10px;
}
.main_menu_mobile_3 .menu-element_menulogo_mobile a img {
height: 55px;
margin-top: 0;
}
.main_menu_mobile_3 .mobile_submenus #menuButton_mobile {
width: 40px;
display: inline-block;
text-align: center;
color: #fff;
margin-left: 0;
right: 0;
position: relative;
}
.main_menu_mobile_3 .mobile_submenus .quicksearch-open {
font-size: 22px;
top: 4px;
position: relative;
}
.main_menu_mobile_3 .mobile_submenus #menuButton_mobile span {
font-size: 22px;
} body.home .main_menu_mobile_3 .menu-element_menulogo_mobile {
display: none !important;
}  body:not(.home) .main_menu_mobile_4 .main_menu_mobile_wrapper {
height: 55px;
} .main_menu_mobile_4 {
padding-bottom: 20px;
}
.main_menu_mobile_4 .search-form_mobilemenu {
margin-bottom: 10px !important;
}
.main_menu_mobile_4 {
padding: 0 15px 0 15px;
position: relative;
background-color: #3952b0;
color: #fff;
}
.main_menu_mobile_4 .mobile_submenus {
text-align: right;
color: #fff;
}
.main_menu_mobile_4 .mobile_submenus_entry {
height: 40px;
line-height: 40px;
vertical-align: middle;
color: #fff;
padding-left: 6px;      
padding-right: 0;
font-size: 18px;
} .main_menu_mobile_4 .main_menu_mobile_logo {
padding: 20px;
text-align: center;
width: 100%;
margin-bottom: 10px;
z-index: 2;
position: relative;
}
.main_menu_mobile_4 .main_menu_mobile_logo {
display: none;
}
body.home .main_menu_mobile_4 .main_menu_mobile_logo {
display: block;
} body.home .main_menu_mobile_4 .menu-element_menulogo_mobile {
display: none;
}
.main_menu_mobile_4 .menu-element_menulogo_mobile a img {
height: 100%;
width: auto;
top: 0;
display: block;
vertical-align: top;
} .main_menu_mobile_4 .main_menu_mobile_title {
text-align: center;
margin-bottom: 50px;
} .main_menu_mobile_4 .search-form_mobilemenu {
margin-top: 0;
margin-bottom: 17px;
}
.main_menu_mobile_4 .search-form_mobilemenu input {
width: 100%;
border: 1px transparent;
padding: 12px 15px;
font-size: 15px;
} .main_menu_mobile_4 .dropotron {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.main_menu_mobile_4 .dropotron > li a {
padding-left: 0;
padding-right: 0;
}
.main_menu_mobile_4 .opener {
padding-right: 0 !important;
}
.main_menu_mobile_4 .opener a {
padding-right: 40px !important;
}
.main_menu_mobile_4 .slicknav_nav > li + li {
}
.main_menu_mobile_4 .slicknav_nav a {
font-size: 15px;
text-transform: uppercase;
}  .main_menu_mobile_4 ul.slicknav_nav > li a {
position: relative;
padding-left: 12px;
padding-right: 12px;
background-color: #798ac6;
color: #ffffff;
letter-spacing: .03em;
font-weight: bold;
}
.main_menu_mobile_4 ul.slicknav_nav > li + li {
border-top: 0;
margin-top: 0;
} .main_menu_mobile_4 ul.slicknav_nav > li > ul > li {
padding-left: 20px;
} .main_menu_mobile_4 ul.slicknav_nav > li > ul > li > ul > li {
padding-left: 20px;
} .main_menu_mobile_4 .slicknav_arrow {
display: block;
height: 100%;
position: absolute;
right: 0;
top: 0;
text-align: center;
vertical-align: middle;
color: transparent;
width: 50px;
}
.main_menu_mobile_4 .slicknav_open .slicknav_arrow:after  {
font-family: 'Linearicons';
content: "\ec27";
position: absolute;
color: #fff;
color: #ffffff;
text-align: center;
padding: 0;
font-weight: normal;
left: 0;
right: 0;
z-index: 3;
line-height: 0;
top: 1.4em;
}
.main_menu_mobile_4 .slicknav_collapsed .slicknav_arrow:after {
font-family: 'Linearicons';
content: "\ec28";
position: absolute;
color: #fff;
color: #ffffff;
text-align: center;
padding: 0;
font-weight: normal;
left: 0;
right: 0;
z-index: 3;
line-height: 0;
top: 1.4em;
} .main_menu_mobile_4 .main_menu_mobile_quicklinks {
text-align: left;
position: relative;
margin-bottom: 10px;
background-color: #798ac6;
}
.main_menu_mobile_4 .main_menu_mobile_quicklinks a {
color: #ffffff !important;
height: auto;
min-height: 1px;
line-height: 1.5 !important;
padding: 12px 12px;
padding-left: 48px !important;
margin-bottom: 2px;
font-size: 15px;
display: inline-block;
position: relative;
}
.main_menu_mobile_4 .main_menu_mobile_quicklinks a span {
margin-left: -34px;
position: absolute;
font-size: 1.3em;
}
.main_menu_mobile_4 .main_menu_mobile_quicklinks a {
width: 100%;
display: block;
float: left;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
.main_menu_mobile_4 .main_menu_mobile_quicklinks a:last-child {
margin-bottom: 8px;
} .main_menu_mobile_4 .main_menu_mobile_wrapper .main_menu_mobile_submenus {
height: 55px;
}
.main_menu_mobile_4 .main_menu_mobile_wrapper .main_menu_mobile_submenus .mobile_submenus {
height: 55px;
}
.main_menu_mobile_4 .main_menu_mobile_wrapper .main_menu_mobile_submenus .mobile_submenus > * {
height: 55px;
min-height: 55px;
line-height: 55px;
display: inline-block;
top: 0;
}
.main_menu_mobile_4 .main_menu_mobile_wrapper .main_menu_mobile_submenus .mobile_submenus > * span {
height: 55px;
line-height: 55px;
display: inline-block;
position: relative; padding-left: 1px;
padding-right: 1px;
}
.main_menu_mobile_4 .main_menu_mobile_submenus {
text-align: right;
}
.main_menu_mobile_4 .main_menu_mobile_submenus .menu-element-search {
float: none !important;
padding-left: 0;
padding-right: 10px;
}
.main_menu_mobile_4 .menu-element_menulogo_mobile a img {
height: 55px;
margin-top: 0;
}
.main_menu_mobile_4 .mobile_submenus #menuButton_mobile {
width: 40px;
display: inline-block;
text-align: center;
color: #fff;
margin-left: 0;
right: 0;
position: relative;
}
.main_menu_mobile_4 .mobile_submenus .quicksearch-open {
font-size: 22px;
top: 4px;
position: relative;
}
.main_menu_mobile_4 .mobile_submenus #menuButton_mobile span {
font-size: 22px;
} body.home .main_menu_mobile_4 .menu-element_menulogo_mobile {
display: none !important;
} body.home .main_menu_mobile_4 .menu-element_menulogo_mobile {
display: none !important;
}   body:not(.home) .main_menu_mobile_5 .main_menu_mobile_wrapper {
height: 55px;
} .main_menu_mobile_5 {
padding-bottom: 20px;
}
.main_menu_mobile_5 .search-form_mobilemenu {
margin-bottom: 15px;
}
.main_menu_mobile_5 {
padding: 0 15px 0 15px;
position: relative;
background-color: #3952b0;
color: #fff;
}
.main_menu_mobile_5 .mobile_submenus {
text-align: right;
color: #fff;
}
.main_menu_mobile_5 .mobile_submenus_entry {
height: 40px;
line-height: 40px;
vertical-align: middle;
color: #fff;
padding-left: 6px;      
padding-right: 0;
font-size: 18px;
} .main_menu_mobile_5 .main_menu_mobile_logo {
padding: 20px;
text-align: center;
width: 100%;
margin-bottom: 10px;
z-index: 2;
position: relative;
}
.main_menu_mobile_5 .main_menu_mobile_logo {
display: none;
}
body.home .main_menu_mobile_5 .main_menu_mobile_logo {
display: block;
} body.home .main_menu_mobile_5 .menu-element_menulogo_mobile {
display: none;
}
.main_menu_mobile_5 .menu-element_menulogo_mobile a img {
height: 100%;
width: auto;
top: 0;
display: block;
vertical-align: top;
} .main_menu_mobile_5 .main_menu_mobile_title {
text-align: center;
margin-bottom: 50px;
} .main_menu_mobile_5 .search-form_mobilemenu {
margin-top: 0;
margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
.main_menu_mobile_5 .search-form_mobilemenu {
margin-top: 0;
}
}
.main_menu_mobile_5 .search-form_mobilemenu input {
width: 100%;
border: 1px transparent;
padding: 12px 15px;
font-size: 15px;
} .main_menu_mobile_5 .dropotron {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.main_menu_mobile_5 .dropotron > li a {
padding-left: 0;
padding-right: 0;
}
.main_menu_mobile_5 .opener {
padding-right: 0 !important;
}
.main_menu_mobile_5 .opener a {
padding-right: 40px !important;
}
.main_menu_mobile_5 .slicknav_nav > li + li {
}
.main_menu_mobile_5 .slicknav_nav a {
font-size: 15px;
text-transform: uppercase;
}  .main_menu_mobile_5 ul.slicknav_nav > li a {
position: relative;
color: #ffffff;
letter-spacing: .03em;
font-weight: bold;
}
.main_menu_mobile_5 ul.slicknav_nav > li a:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-bottom: 1px solid #ffffff;
opacity: .3;
}
.main_menu_mobile_5 ul.slicknav_nav > li:last-child a:before {
content: none;
}
.main_menu_mobile_5 ul.slicknav_nav > li + li {
border-top: 0;
margin-top: 2px;
} .main_menu_mobile_5 ul.slicknav_nav > li > ul > li {
padding-left: 20px;
} .main_menu_mobile_5 ul.slicknav_nav > li > ul > li > ul > li {
padding-left: 20px;
} .main_menu_mobile_5 .slicknav_arrow {
display: block;
height: 100%;
position: absolute;
right: 0;
top: 0;
text-align: center;
vertical-align: middle;
color: transparent;
width: 50px;
}
.main_menu_mobile_5 .slicknav_open .slicknav_arrow:after  {
font-family: 'Linearicons';
content: "\ec27";
position: absolute;
color: #fff;
color: #ffffff;
text-align: center;
padding: 0;
font-weight: normal;
left: 0;
right: 0;
z-index: 3;
line-height: 0;
top: 1.4em;
text-align: right;
}
.main_menu_mobile_5 .slicknav_collapsed .slicknav_arrow:after {
font-family: 'Linearicons';
content: "\ec28";
position: absolute;
color: #fff;
color: #ffffff;
text-align: center;
padding: 0;
font-weight: normal;
left: 0;
right: 0;
z-index: 3;
line-height: 0;
top: 1.4em;
text-align: right;
} .main_menu_mobile_5 .main_menu_mobile_quicklinks {
display: flex !important;
flex-wrap: wrap;
position: relative;
margin: 0 -5px;
}
.main_menu_mobile_5 .main_menu_mobile_quicklinks a {
flex-basis: 130px;
flex-grow: 1;
margin: 0 5px;
margin-bottom: 10px;
background-color: #798ac6;
color: #ffffff !important;
font-size: calc(15px - 1px);
height: auto;
padding: 1.5em .5em;
}
.main_menu_mobile_5 .main_menu_mobile_quicklinks a span {
margin-left: auto;
margin-right: auto;
display: block;
text-align: center;
font-size: 2em;
margin-bottom: .5em;
}
.main_menu_mobile_5 .main_menu_mobile_quicklinks a span.qlink_title {
margin-left: auto;
margin-right: auto;
display: block;
text-align: center;
font-size: 1em;
line-height: 1.5;
margin-bottom: 0;
} .main_menu_mobile_5 .main_menu_mobile_wrapper .main_menu_mobile_submenus {
height: 55px;
}
.main_menu_mobile_5 .main_menu_mobile_wrapper .main_menu_mobile_submenus .mobile_submenus {
height: 55px;
}
.main_menu_mobile_5 .main_menu_mobile_wrapper .main_menu_mobile_submenus .mobile_submenus > * {
height: 55px;
min-height: 55px;
line-height: 55px;
display: inline-block;
top: 0;
}
.main_menu_mobile_5 .main_menu_mobile_wrapper .main_menu_mobile_submenus .mobile_submenus > * span {
height: 55px;
line-height: 55px;
display: inline-block;
position: relative; padding-left: 1px;
padding-right: 1px;
}
.main_menu_mobile_5 .main_menu_mobile_submenus {
text-align: right;
}
.main_menu_mobile_5 .main_menu_mobile_submenus .menu-element-search {
float: none !important;
padding-left: 0;
padding-right: 10px;
}
.main_menu_mobile_5 .menu-element_menulogo_mobile a img {
height: 55px;
margin-top: 0;
}
.main_menu_mobile_5 .mobile_submenus #menuButton_mobile {
width: 40px;
display: inline-block;
text-align: center;
color: #fff;
margin-left: 0;
right: 0;
position: relative;
}
.main_menu_mobile_5 .mobile_submenus .quicksearch-open {
font-size: 22px;
top: 4px;
position: relative;
}
.main_menu_mobile_5 .mobile_submenus #menuButton_mobile span {
font-size: 22px;
} body.home .main_menu_mobile_5 .menu-element_menulogo_mobile {
display: none !important;
} .main_menu_mobile_logo img {
width: 90%;
display: inline-block;
}
@media (min-width: 1275px) {
.main_menu_mobile_quicklinks {
display: none !important;
}
}
.wrapper_header [class^="main_menu_mobile"],
.wrapper_header .main_menu_mobile {
background-color: #3952b0;
}
#mobilenav_wrapper {
margin-top: -1px;
}
#mobilenav_wrapper .slicknav_menu {
max-width: 720px;
margin-left: auto;
margin-right: auto;
}
.wrapper_header [class^="main_menu_mobile"] {
color: #ffffff;
}
.wrapper_header [class^="main_menu_mobile"] .mobile_submenus a {
color: #ffffff !important;
}
.main_menu_mobile_title {
color: #ffffff}
.search-form_mobilemenu,
.search-form_mobilemenu .quicksearch-input {
color:  !important;
background-color:  !important;
}
.slicknav_nav {
padding-bottom: 10px !important;
}
.slicknav_nav .main_menu_mobile_quicklinks a .qlink_title {
font-weight: bold;
}
body:not(home) .slicknav_menu .slicknav_nav {
padding-top: 40px;
padding-bottom: 25px !important;
}
.search-form_mobilemenu .quicksearch-input {
position: relative;
border: 1px solid red;
}
.search-form_mobilemenu {
position: relative;
}
.search-form_mobilemenu:after {
font-family: 'Linearicons';
content: "\ec12";
position: absolute;
font-size: 1.2em;
color:  !important;
text-align: center;
font-weight: normal;
left: auto;
top: .65em;
right: .1em;
bottom: 0;
z-index: 5;
line-height: inherit;
display: inline-block;
padding: 0 15px 0 15px;
}
.main_menu_mobile_quicklinks a span.qlink_title {
position: relative;
font-size: 15px;
margin-left: 0;
}  .pagination_wrapper {
clear: left;
} .tpl_pagination_1 .pagination-overview {
display: none;
}
.tpl_pagination_1 .bslash {
display: none;
}
.tpl_pagination_1 a {
padding: 6px;
margin-right: 20px;
display: inline-block;
font-weight: bold;
font-size: 20px;
color: #3952b0;
}
.tpl_pagination_1 span.current {
padding: 6px;
margin-right: 20px;
display: inline-block;
font-weight: bold;
font-size: 20px;
color: #3952b0;
}
.tpl_pagination_1 a:hover {
color: #3f54cc;
}
.tpl_pagination_1 .current {
opacity: 1;
} .tpl_pagination_2 .pagination-overview {
display: none;
}
.tpl_pagination_2 .bslash {
display: none;
}
.tpl_pagination_2 .bslash {
display: inline-block;
visibility: hidden;
}
.tpl_pagination_2 a {
font-size: 20px;
line-height: 1em;
vertical-align: middle;
padding: .39em .6em .39em .6em;
margin-right: 10px;
display: inline-block;
background-color: #0048d6;
color: #3952b0;
}
.tpl_pagination_2 span.current {
font-size: 20px;
line-height: 1em;
vertical-align: middle;
padding: .39em .6em .39em .6em;
margin-right: 10px;
display: inline-block;
background-color: #7c00e2;
color: #3952b0;
}
.tpl_pagination_2 .current {
opacity: 1;
}
.tpl_pagination_2 a:active,
.tpl_pagination_2 a:visited {
color: #3952b0;
background-color: #0048d6;
}
.tpl_pagination_2 a:hover {
color: #3f54cc;
background-color: #7c00e2;
}
.tpl_pagination_2 a,
.tpl_pagination_2 span.current {
margin-bottom: 6px;
} .tpl_pagination_3 .pagination-overview {
display: none;
}
.tpl_pagination_3 .bslash {
display: none;
}
.tpl_pagination_3 a {
font-size: 20px;
line-height: 1em;
vertical-align: middle;
margin-right: 15px;
display: inline-block;
background-color: transparent;
border: 3px solid #3952b0;
color: #3952b0;
}
.tpl_pagination_3 .current {
font-size: 20px;
line-height: 1em;
vertical-align: middle;
margin-right: 15px;
display: inline-block;
background-color: transparent;
border: 3px solid #3952b0;
color: #3952b0;
opacity: 1;
}
.tpl_pagination_3 a:active,
.tpl_pagination_3 a:visited {
border: 3px solid #3952b0;
color: #3952b0;
}
.tpl_pagination_3 a:hover {
border: 3px solid #3f54cc;
color: #3f54cc;
}
.tpl_pagination_3 a,
.tpl_pagination_3 .current {
padding: .3em .5em .3em .5em;
}
.tpl_pagination_3 a,
.tpl_pagination_3 span.current {
margin-bottom: 6px;
} .tpl_pagination_4 .pagination-overview {
display: none;
}
.tpl_pagination_4 .bslash {
display: none;
}
.tpl_pagination_4 a {
border-radius: 35px;
font-size: 20px;
line-height: 1em;
vertical-align: middle;
padding: .39em .6em .39em .6em;
margin-right: 10px;
display: inline-block;
background-color: #0048d6;
color: #3952b0;
}
.tpl_pagination_4 span.current {
border-radius: 35px;
font-size: 20px;
line-height: 1em;
vertical-align: middle;
padding: .39em .6em .39em .6em;
margin-right: 10px;
display: inline-block;
background-color: #7c00e2;
color: #3952b0;
}
.tpl_pagination_4 .current {
opacity: 1;
}
.tpl_pagination_4 a:active,
.tpl_pagination_4 a:visited {
color: #3952b0;
background-color: #0048d6;
}
.tpl_pagination_4 a:hover {
color: #3f54cc;
background-color: #7c00e2;
}
.tpl_pagination_4 a,
.tpl_pagination_4 span.current {
margin-bottom: 6px;
} .topnav_submenus {
float: right;
}
@media screen and (max-width: 768px) {
.tooltip {
display: none !important;
}
}
.tooltip > .tooltip-inner { 
background-color: ;
color: #FFFFFF;
padding: 5px 8px;
}
.tooltip > .tooltip-arrow { 
border-bottom-color:  !important;
} .shariff .fa, 
.shariff .far, 
.shariff .fas {
font-family: FontAwesome !important;
}
.shariff .fa, 
.shariff .fab, 
.shariff .fal, 
.shariff .far, 
.shariff .fas {
font-weight: normal !important;
}
.shariff .shariff-button .fa {
font-size: 14px;
}
li.shariff-button a {
background-color: #3952b0 !important; 
}
li.shariff-button a .fa,
li.shariff-button a .share_text {
color:  !important; 
} .tpl_sharebutton_1.shariff ul li {
min-width: auto;
max-width: 40px;
}
.tpl_sharebutton_1.shariff li .share_text {
display: none !important;
}
.tpl_sharebutton_1 ul.orientation-horizontal li.shariff-button {
height: 35px;
line-height: 35px;
width: 35px;
}
.tpl_sharebutton_1 ul.orientation-horizontal li.shariff-button a {
height: 35px;
line-height: 35px;
width: 35px;
text-align: center;
}
.tpl_sharebutton_1 ul.orientation-horizontal li.shariff-button a .fa {
margin-top: -3px;
position: relative;
} .tpl_sharebutton_2.shariff ul li {
min-width: auto;
max-width: 40px;
}
.tpl_sharebutton_2.shariff li .share_text {
display: none !important;
}
.tpl_sharebutton_2 ul.orientation-horizontal li.shariff-button {
height: 35px;
line-height: 35px;
width: 35px;
}
.tpl_sharebutton_2 ul.orientation-horizontal li.shariff-button a {
height: 35px;
line-height: 35px;
width: 35px;
border-radius: 50%;
text-align: center;
}
.tpl_sharebutton_2 ul.orientation-horizontal li.shariff-button a .fa {
margin-top: -3px;
position: relative;
} .tpl_sharebutton_3.shariff li {
min-width: 32%;
width: 33%;
}
@media screen and (max-width: 992px) {
.tpl_sharebutton_3.shariff li {
min-width: 15%;
width: 15%;
}
.tpl_sharebutton_3.shariff li:nth-child(6) {
margin-right: 0;
}
}
@media screen and (min-width: 993px) {
.tpl_sharebutton_3.shariff li:nth-child(3) {
margin-right: 0;
}
} #menu_overview.active {
display: block;
}
#menu_overview {
background-color: #3952b0;
}
#menu_overview li a {
color: #fff;
position: relative;
}
#menu_overview li a:before {
bottom: 0;
content: " ";
height: 100%;
left: 0;
position: absolute;
width: 100%;
background-color: #fff;
opacity: .15;
}
#menu_overview li a:hover {
opacity: .7;
}
#menu_overview a {
position: relative;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{
background-color: #fff;
}  .tpl_searchresult_1 h1 {
margin-top: 0;
}
.tpl_searchresult_1 .row-suchergebnisse article + article .col-md-inner {
margin-top: 30px;
padding-top: 50px;
border-top: 1px solid #ededed;
} .tpl_searchresult_2 h1 {
margin-top: 0;
}
.tpl_searchresult_2 .row-suchergebnisse article .col-md-inner {
margin-top: 30px;
padding: 50px;
background-color: #ededed;
}
.tpl_searchresult_2 .iconFwrapper_searchresult > span {
display: block;
margin-right: 12px;
}
.tpl_searchresult_2 .cat-link {
background-color: #ededed;
} @media (max-width: 768px) {
.nepre_posts_links_absolute_wrapper {
display: none;
}
}
.nepre_posts_links_absolute_wrapper > div {
position: absolute;
z-index: 2000;
}
.nepre_posts_links_absolute_wrapper .nepre_ne {
right: 0;
top: 50%;
margin-top: -25px;
position: fixed;
}   .csspointerevents body.single .nepre_posts_links_absolute_wrapper .nepre_pre {
left: 0;
top: 50%;
margin-top: -25px;
position: fixed;
} 
.csspointerevents body.single .nepre_posts_links_absolute_wrapper .nepre_pre .nepre_pre_linkwrapper a {
z-index: 2001;
position: absolute;
display: block;
width: auto;
max-width: 400px;
height: 50px;
line-height: 50px;
vertical-align: middle;
padding: 0 15px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-left: 60px;
right: -50px;
background-color: #3952b0;
color: #ffffff;
opacity: .8;
font-size: 15px;
}
.csspointerevents body.single .nepre_posts_links_absolute_wrapper .nepre_pre:after {
content: "\ec35";
font: normal normal normal 18px/1 Linearicons;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-size: 20px;
height: 50px;
line-height: 50px;
text-align: center;
width: 50px;
position: relative;
left: 0;
display: inline-block;
background-color: #3952b0;
color: #ffffff;
pointer-events: none;
position: absolute;
z-index: 2002;
} .csspointerevents body.single .nepre_posts_links_absolute_wrapper .nepre_ne {
right: 0;
top: 50%;
margin-top: -25px;
position: fixed;
} 
.csspointerevents body.single .nepre_posts_links_absolute_wrapper .nepre_ne .nepre_ne_linkwrapper a {
position: absolute;
display: block;
width: auto;
max-width: 400px;
height: 50px;
line-height: 50px;
vertical-align: middle;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-left: 20px;
padding-right: 70px;
background-color: #3952b0;
color: #ffffff;
opacity: .8;
font-size: 15px;
z-index: 2003;
}
.csspointerevents body.single .nepre_posts_links_absolute_wrapper .nepre_ne:after {
content: "\ec36";
font: normal normal normal 18px/1 Linearicons;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-size: 20px;
height: 50px;
line-height: 50px;
text-align: center;
width: 50px;
position: relative;
right: 0;
display: inline-block;
background-color: #3952b0;
color: #ffffff;
pointer-events: none;
position: absolute;
z-index: 2004;
}  .no-csspointerevents body.single .nepre_posts_links_absolute_wrapper .nepre_pre {
left: 0;
top: 50%;
margin-top: -25px;
position: fixed;
} 
.no-csspointerevents body.single .nepre_posts_links_absolute_wrapper .nepre_pre .nepre_pre_linkwrapper a {
z-index: 2001;
position: absolute;
display: block;
width: auto;
max-width: 400px;
height: 50px;
line-height: 50px;
vertical-align: middle;
padding: 0 15px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-right: 60px;
right: -50px;
background-color: #3952b0;
color: #ffffff;
opacity: 0;
font-size: 15px;
background-image: url(https://www.heilwig.de/hwg/wp-content/themes/didapress_2/img/arrow-left.png);
background-position: right center;
background-repeat: no-repeat;
}
.no-csspointerevents body.single .nepre_posts_links_absolute_wrapper .nepre_pre:after {
opacity: 1;
} .no-csspointerevents body.single .nepre_posts_links_absolute_wrapper .nepre_ne {
right: 0;
top: 50%;
margin-top: -25px;
position: fixed;
} 
.no-csspointerevents body.single .nepre_posts_links_absolute_wrapper .nepre_ne .nepre_ne_linkwrapper a {
position: absolute;
display: block;
width: auto;
max-width: 400px;
height: 50px;
line-height: 50px;
vertical-align: middle;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-left: 50px;
padding-right: 20px;
background-color: #3952b0;
color: #ffffff;
opacity: 1;
font-size: 15px;
z-index: 2004;
background-image: url(https://www.heilwig.de/hwg/wp-content/themes/didapress_2/img/arrow-right.png);
background-position: left center;
background-repeat: no-repeat;
}
.no-csspointerevents body.single .nepre_posts_links_absolute_wrapper .nepre_ne .nepre_ne_linkwrapper a:hover {
opacity: 1;
}
@media (max-width: 768px) {
.nepre_posts_links_absolute_wrapper a {
opacity: 0 !important;
}
}  .csspointerevents body.single-blog .nepre_posts_links_absolute_wrapper .nepre_pre {
left: 0;
top: 50%;
margin-top: -25px;
position: fixed;
} 
.csspointerevents body.single-blog .nepre_posts_links_absolute_wrapper .nepre_pre .nepre_pre_linkwrapper a {
z-index: 2001;
position: absolute;
display: block;
width: auto;
max-width: 400px;
height: 50px;
line-height: 50px;
vertical-align: middle;
padding: 0 15px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-left: 60px;
right: -50px;
background-color: #3952b0;
color: #ffffff;
opacity: .8;
font-size: 15px;
}
.csspointerevents body.single-blog .nepre_posts_links_absolute_wrapper .nepre_pre:after {
content: "\ec35";
font: normal normal normal 18px/1 Linearicons;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-size: 20px;
height: 50px;
line-height: 50px;
text-align: center;
width: 50px;
position: relative;
left: 0;
display: inline-block;
background-color: #3952b0;
color: #ffffff;
pointer-events: none;
position: absolute;
z-index: 2002;
} .csspointerevents body.single-blog .nepre_posts_links_absolute_wrapper .nepre_ne {
right: 0;
top: 50%;
margin-top: -25px;
position: fixed;
} 
.csspointerevents body.single-blog .nepre_posts_links_absolute_wrapper .nepre_ne .nepre_ne_linkwrapper a {
position: absolute;
display: block;
width: auto;
max-width: 400px;
height: 50px;
line-height: 50px;
vertical-align: middle;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-left: 20px;
padding-right: 70px;
background-color: #3952b0;
color: #ffffff;
opacity: .8;
font-size: 15px;
z-index: 2003;
}
.csspointerevents body.single-blog .nepre_posts_links_absolute_wrapper .nepre_ne:after {
content: "\ec36";
font: normal normal normal 18px/1 Linearicons;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-size: 20px;
height: 50px;
line-height: 50px;
text-align: center;
width: 50px;
position: relative;
right: 0;
display: inline-block;
background-color: #3952b0;
color: #ffffff;
pointer-events: none;
position: absolute;
z-index: 2004;
}  .no-csspointerevents body.single-blog .nepre_posts_links_absolute_wrapper .nepre_pre {
left: 0;
top: 50%;
margin-top: -25px;
position: fixed;
} 
.no-csspointerevents body.single-blog .nepre_posts_links_absolute_wrapper .nepre_pre .nepre_pre_linkwrapper a {
z-index: 2001;
position: absolute;
display: block;
width: auto;
max-width: 400px;
height: 50px;
line-height: 50px;
vertical-align: middle;
padding: 0 15px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-right: 60px;
right: -50px;
background-color: #3952b0;
color: #ffffff;
opacity: 0;
font-size: 15px;
background-image: url(https://www.heilwig.de/hwg/wp-content/themes/didapress_2/img/arrow-left.png);
background-position: right center;
background-repeat: no-repeat;
}
.no-csspointerevents body.single-blog .nepre_posts_links_absolute_wrapper .nepre_pre:after {
opacity: 1;
} .no-csspointerevents body.single-blog .nepre_posts_links_absolute_wrapper .nepre_ne {
right: 0;
top: 50%;
margin-top: -25px;
position: fixed;
} 
.no-csspointerevents body.single-blog .nepre_posts_links_absolute_wrapper .nepre_ne .nepre_ne_linkwrapper a {
position: absolute;
display: block;
width: auto;
max-width: 400px;
height: 50px;
line-height: 50px;
vertical-align: middle;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-left: 50px;
padding-right: 20px;
background-color: #3952b0;
color: #ffffff;
opacity: 1;
font-size: 15px;
z-index: 2004;
background-image: url(https://www.heilwig.de/hwg/wp-content/themes/didapress_2/img/arrow-right.png);
background-position: left center;
background-repeat: no-repeat;
}
.no-csspointerevents body.single-blog .nepre_posts_links_absolute_wrapper .nepre_ne .nepre_ne_linkwrapper a:hover {
opacity: 1;
}
@media (max-width: 768px) {
.nepre_posts_links_absolute_wrapper a {
opacity: 0 !important;
}
}  .csspointerevents body.single-intern .nepre_posts_links_absolute_wrapper .nepre_pre {
left: 0;
top: 50%;
margin-top: -25px;
position: fixed;
} 
.csspointerevents body.single-intern .nepre_posts_links_absolute_wrapper .nepre_pre .nepre_pre_linkwrapper a {
z-index: 2001;
position: absolute;
display: block;
width: auto;
max-width: 400px;
height: 50px;
line-height: 50px;
vertical-align: middle;
padding: 0 15px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-left: 60px;
right: -50px;
background-color: #3952b0;
color: #ffffff;
opacity: .8;
font-size: 15px;
}
.csspointerevents body.single-intern .nepre_posts_links_absolute_wrapper .nepre_pre:after {
content: "\ec35";
font: normal normal normal 18px/1 Linearicons;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-size: 20px;
height: 50px;
line-height: 50px;
text-align: center;
width: 50px;
position: relative;
left: 0;
display: inline-block;
background-color: #3952b0;
color: #ffffff;
pointer-events: none;
position: absolute;
z-index: 2002;
} .csspointerevents body.single-intern .nepre_posts_links_absolute_wrapper .nepre_ne {
right: 0;
top: 50%;
margin-top: -25px;
position: fixed;
} 
.csspointerevents body.single-intern .nepre_posts_links_absolute_wrapper .nepre_ne .nepre_ne_linkwrapper a {
position: absolute;
display: block;
width: auto;
max-width: 400px;
height: 50px;
line-height: 50px;
vertical-align: middle;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-left: 20px;
padding-right: 70px;
background-color: #3952b0;
color: #ffffff;
opacity: .8;
font-size: 15px;
z-index: 2003;
}
.csspointerevents body.single-intern .nepre_posts_links_absolute_wrapper .nepre_ne:after {
content: "\ec36";
font: normal normal normal 18px/1 Linearicons;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-size: 20px;
height: 50px;
line-height: 50px;
text-align: center;
width: 50px;
position: relative;
right: 0;
display: inline-block;
background-color: #3952b0;
color: #ffffff;
pointer-events: none;
position: absolute;
z-index: 2004;
}  .no-csspointerevents body.single-intern .nepre_posts_links_absolute_wrapper .nepre_pre {
left: 0;
top: 50%;
margin-top: -25px;
position: fixed;
} 
.no-csspointerevents body.single-intern .nepre_posts_links_absolute_wrapper .nepre_pre .nepre_pre_linkwrapper a {
z-index: 2001;
position: absolute;
display: block;
width: auto;
max-width: 400px;
height: 50px;
line-height: 50px;
vertical-align: middle;
padding: 0 15px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-right: 60px;
right: -50px;
background-color: #3952b0;
color: #ffffff;
opacity: 0;
font-size: 15px;
background-image: url(https://www.heilwig.de/hwg/wp-content/themes/didapress_2/img/arrow-left.png);
background-position: right center;
background-repeat: no-repeat;
}
.no-csspointerevents body.single-intern .nepre_posts_links_absolute_wrapper .nepre_pre:after {
opacity: 1;
} .no-csspointerevents body.single-intern .nepre_posts_links_absolute_wrapper .nepre_ne {
right: 0;
top: 50%;
margin-top: -25px;
position: fixed;
} 
.no-csspointerevents body.single-intern .nepre_posts_links_absolute_wrapper .nepre_ne .nepre_ne_linkwrapper a {
position: absolute;
display: block;
width: auto;
max-width: 400px;
height: 50px;
line-height: 50px;
vertical-align: middle;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding-left: 50px;
padding-right: 20px;
background-color: #3952b0;
color: #ffffff;
opacity: 1;
font-size: 15px;
z-index: 2004;
background-image: url(https://www.heilwig.de/hwg/wp-content/themes/didapress_2/img/arrow-right.png);
background-position: left center;
background-repeat: no-repeat;
}
.no-csspointerevents body.single-intern .nepre_posts_links_absolute_wrapper .nepre_ne .nepre_ne_linkwrapper a:hover {
opacity: 1;
}
@media (max-width: 768px) {
.nepre_posts_links_absolute_wrapper a {
opacity: 0 !important;
}
} .nepre_posts_links_relative_wrapper {
border-bottom: 1px solid #ededed;
}   .tpl_404_1 h1 {
font-size: 90px;
margin-top: 0;
}
.tpl_404_1 .row-404 .buttons_404 .btn {
margin-top: 10px;
display: inline-block;
} .tpl_404_2 {
text-align: center;
color: #ffffff;
background-size: cover;
background-position: center center;
}
.tpl_404_2 .pagebox {
padding-top: 200px;
padding-bottom: 200px;
}
.tpl_404_2 .wrapper_404_img {
padding-left: 50px;
padding-right: 50px;
}
.tpl_404_2 h1 {
font-size: 90px;
margin-top: 0;
}
.tpl_404_2 .row-404 .buttons_404 .btn {
margin-top: 10px;
display: inline-block;
} .tpl_404_3 h1 {
font-size: 7em;
margin-top: 0;
text-align: center;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 768px) {
.tpl_404_3 h1 {
font-size: 15em;
}
}
.tpl_404_3 h2 {
margin-top: 0;
text-align: center;
}
.tpl_404_3 .row-404 {
text-align: center;
}
.tpl_404_3 .row-404 .buttons_404 .btn {
margin-top: 10px;
display: inline-block;
} .tpl_404_4 {
text-align: center;
color: #ffffff;
background-size: cover;
background-position: center center;
}
.tpl_404_4 .pagebox {
padding-top: 200px;
padding-bottom: 200px;
}
.tpl_404_4 .wrapper_404_img {
padding-left: 50px;
padding-right: 50px;
}
.tpl_404_4 h1 {
font-size: 90px;
margin-top: 0;
}
.tpl_404_4 .row-404 .buttons_404 .btn {
margin-top: 10px;
display: inline-block;
}
.tpl_404_4 .row-404 .col-md-offset-8 {
text-align: left;
} @media (min-width: 768px) {
.page_header-diamond-inner .title {
background-color: #3952b0;
color: #fff;
}
.page_header-diamond-inner .header_date {
background-color: #3952b0;
color: #fff;
}
}
@media(max-width: 768px) {
.page_header-fullwidth-mobile .hasbgimg {
padding-left: 0;
padding-right: 0;
}
.page_header-fullwidth-mobile .hasbgimg img {
margin-top: 0;
}
} .module-buehne-leinwand .hb_elements_quicklinks {
top: 80px;
margin-top: 25px;
width: 100%;
}
.module-buehne-leinwand .hb_elements_quicklinks_inner {
padding-top: 30px;
display: inline-block;
}
.module-buehne-leinwand .hb_elements_quicklinks .hb_elements_quicklinks_inner a  {
display: inline-block;
margin-left: 0;
margin-right: 0;
padding-left: 15px;
padding-right: 15px;
color: #fff;
}
.module-buehne-leinwand h1 {
margin-top: 0;
}
@media (max-width: 1275px) {
.main_menu_wrapper.main_menu_wrapper_leinwand_fullscreen {
position: absolute;
left: 110px;
width: auto;
}
.module-buehne-leinwand {
position: relative !important;
height: auto !important;
display: block !important;
}
.module-buehne-leinwand .inner {
position: relative !important;
padding-top: 70px;
padding-bottom: 110px;
}
.module-buehne-leinwand .inner > div {
top: 0;
transform: translateY(0);
}
.module-buehne-leinwand h1._hb_elements_logo_title {
font-size: 30px !important;
}
.module-buehne-leinwand p._hb_elements_logo_description {
font-size: 20px !important;
}
} .page_header-fullwidth h1 {
color: #ffffff;
} .wrapper-footer article > h2,
.wrapper-footer article .inner > h2,
.wrapper-footer article .col-md-content p {
margin-top: -.3em;
}
.wrapper-footer a {
display: inline-block;
}
body,
html {
background-color: #3952b0;
} .footer_tpl_1.wrapper {
background-color: #3952b0;
color: #ffffff;
padding-bottom: 20px;
padding-top: 50px;
}
.footer_tpl_1 {
font-size: 14px;
color: #ffffff;
}
.footer_tpl_1 article {
margin-bottom: 30px;
}
.footer_tpl_1 .footer_infobar {
margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 992px) {
.footer_tpl_1 .footer_infobar .footer_breadcrumb {
text-align: left;
margin-top: 20px;
}
}
.footer_tpl_1 .footer_infobar .footer_copyright p {
margin-top: 0;
margin-bottom: 0;
}
.footer_tpl_1 a {
color: #ffffff;
}
.footer_tpl_1 a:hover {
color: #ffffff;
}
.footer_tpl_1 .col_widget .menu {
padding-left: 0;
}
.footer_tpl_1 .col_widget .menu li {
list-style: none;
}
.footer_tpl_1 .col_widget .menu li + li {
border-top: 1px solid #9098af;
margin-top: 8px;
padding-top: 8px;
} .footer_tpl_2.wrapper {
background-color: #3952b0;
color: #ffffff;
padding-bottom: 20px;
padding-top: 50px;
}
.footer_tpl_2 {
font-size: 14px;
color: #ffffff;
position: relative;
}
.footer_tpl_2:before {
top: 0;
content: " ";
height: 1px;
left: 15px;
position: absolute;
width: calc(100% - 30px);
}
.footer_tpl_2 article {
margin-bottom: 30px;
}
.footer_tpl_2 .footer_infobar {
margin-top: 30px;
margin-bottom: 30px;
}
.footer_tpl_2 .footer_infobar .footer_breadcrumb {
text-align: right;
}
@media (max-width: 992px) {
.footer_tpl_2 .footer_infobar .footer_breadcrumb {
text-align: left;
margin-top: 20px;
}
}
.footer_tpl_2 .footer_infobar .footer_copyright p {
margin-top: 0;
margin-bottom: 0;
}
.footer_tpl_2 a {
color: #ffffff;
}
.footer_tpl_2 a:hover {
color: #ffffff;
}
.footer_tpl_2 .col_widget .menu {
padding-left: 0;
}
.footer_tpl_2 .col_widget .menu li {
list-style: none;
}
.footer_tpl_2 .col_widget .menu li + li {
border-top: 1px solid #9098af;
margin-top: 8px;
padding-top: 8px;
} body.tpl_footer_3 .col_totop {
text-align: center;
} 
body.tpl_footer_3 .totoparrow {
position: relative !important;
left: auto !important;
right: auto !important;
bottom: 20px;
margin-top: 40px;
width: 50px;
height: 50px;
display: inline-block !important;
text-decoration: none;
display: none;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 900;
overflow: hidden;
}
.footer_tpl_3.wrapper {
background-color: #3952b0;
color: #ffffff;
padding-bottom: 20px;
padding-top: 50px;
}
.footer_tpl_3 {
font-size: 14px;
color: #ffffff;
position: relative;
}
.footer_tpl_3:before {
top: 0;
content: " ";
height: 1px;
left: 15px;
position: absolute;
width: calc(100% - 30px);
}
.footer_tpl_3 article {
margin-bottom: 30px;
}
.footer_tpl_3 .footer_infobar {
margin-top: 30px;
margin-bottom: 30px;
}
.footer_tpl_3 .footer_infobar .footer_breadcrumb {
text-align: right;
}
@media (max-width: 992px) {
.footer_tpl_3 .footer_infobar .footer_breadcrumb {
text-align: left;
margin-top: 20px;
}
}
.footer_tpl_3 .footer_infobar .footer_copyright p {
margin-top: 0;
margin-bottom: 0;
}
.footer_tpl_3 a {
color: #ffffff;
}
.footer_tpl_3 a:hover {
color: #ffffff;
}
.footer_tpl_3 .col_widget .menu {
padding-left: 0;
}
.footer_tpl_3 .col_widget .menu li {
list-style: none;
}
.footer_tpl_3 .col_widget .menu li + li {
border-top: 1px solid #9098af;
margin-top: 8px;
padding-top: 8px;
}  .wrapper-flexible-accordion .panel-group .panel .panel-heading > a {
position: relative;
padding-left: 50px !important;
}
.wrapper-flexible-accordion .panel-group .panel .panel-heading > a:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
content: "\ec31";
display: block;
top: 0;
left: 0;
font: normal normal normal 18px/1 Linearicons;
position: absolute;
speak: none;
text-align: center;
text-rendering: optimizeLegibility;
text-transform: none;
vertical-align: middle;
height: 100%;
width: 50px;
font-size: 16px;
text-align: center;
padding-top: 14px;
}
.wrapper-flexible-accordion .panel-group .panel .panel-heading > a.collapsed:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
content: "\ec2f";
display: block;
top: 0;
left: 0;
font: normal normal normal 18px/1 Linearicons;
position: absolute;
speak: none;
text-align: center;
text-rendering: optimizeLegibility;
text-transform: none;
vertical-align: middle;
height: 100%;
width: 50px;
font-size: 16px;
text-align: center;
padding-top: 14px;
} @media (min-width: 768px) and (max-width: 992px) {
.tpl_elem_1 .col-lg-4:nth-child(2n+3) {
clear: left;
}
}
@media (min-width: 1200px) {
.tpl_elem_1 .col-lg-4:nth-child(3n+4) {
clear: left;
}
} .tpl_elem_1 .gallery_thumb {
width: 12.5%;
display: block;
margin-right: 2%;
float: left;
margin-top: 0;
}
.tpl_elem_1 .gallery_thumb:nth-of-type(7n+7) {
margin-right: 0;
}
.tpl_elem_1 .gallery_thumb:nth-of-type(n+8) {
margin-top: 2%;
}
.tpl_elem_1 .panel-default {
border-color: transparent;
}
.tpl_elem_1 .panel-body {
padding-left: 0;
padding-right: 0;
padding-top: 6px;
padding-bottom: 5px;
}
.tpl_elem_1 .panel-group .panel {
border-radius: 0;
}
.tpl_elem_1 .wrapper-flexible-accordion .panel-default > .panel-heading a,
.tpl_elem_1 .wrapper-flexible-accordion .panel-default > .panel-heading p {
color: #ffffff;
}
.tpl_elem_1 .wrapper-flexible-accordion .panel-default > .panel-heading {
color: #ffffff;
background-color: #3952b0;
border-radius: 0;
padding: 0;
position: relative;
}
.tpl_elem_1 .wrapper-flexible-accordion .panel-default > .panel-heading a {
padding: 10px 15px;
display: block;
}
.tpl_elem_1 .wrapper-flexible-accordion .panel-default > .panel-heading a:hover {
color: #ffffff;
}
.tpl_elem_1 .wrapper-flexible-accordion .panel-default > .panel-heading:after {
top: 0;
content: " ";
height: 1px;
left: 0;
position: absolute;
width: 100%;
background-color:  #FFFFFF;
z-index: 3;
}
.tpl_elem_1 .wrapper-flexible-accordion .panel-default > .panel-heading:first-child:after {
content: none;
}
.tpl_elem_1 .wrapper-flexible-tabs .nav-pills > li.active > a, 
.tpl_elem_1 .wrapper-flexible-tabs .nav-pills > li.active > a:focus, 
.tpl_elem_1 .wrapper-flexible-tabs .nav-pills > li.active > a:hover {
color: #ffffff;
background-color: #3952b0;
opacity: 1;
}
.tpl_elem_1 .wrapper-flexible-tabs .nav-pills > li > a {
color: #ffffff;
background-color: #3952b0;
border-radius: 0;
opacity: .7;
}
.tpl_elem_1 .wrapper-flexible-tabs .tab-content {
padding-top: 12px;
}
.tpl_elem_1 .wrapper-flexible-logolink .linked_logoslinks_image .logolink-object + .logolink-object {
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #ededed;
}
.tpl_elem_1 .wrapper-flexible-logolink .linked_logoslinks_image .logolink-object img {
float: left;
margin-right: 20px;
}
.tpl_elem_1 .wrapper-flexible-downloads ul {
padding-left: 0;
margin-bottom: 0;
}
.tpl_elem_1 .wrapper-flexible-downloads ul li {
list-style: none;
margin-bottom: 5px;
}
.tpl_elem_1 .wrapper-flexible-downloads ul li:last-child {
margin-bottom: 0
}
.tpl_elem_1 .wrapper-flexible-downloads ul li a {
color: #ffffff;
background-color: #3952b0;
display: block;
padding: 12px 12px;
}
.tpl_elem_1 .wrapper-flexible-downloads .iconFwrapper {
width: 20px;
display: block;
float: left;
margin-right: 10px;
}
.tpl_elem_1 .wrapper-flexible-downloads .iconFwrapper span {
font-size: 18px;
position: relative;
top: -.10em !important;
}
.tpl_elem_1 .wrapper-flexible-downloads .filetitle {
width: 72%;
display: block;
float: left;
font-size: 15px;
}
.tpl_elem_1 .wrapper-flexible-downloads .filesize {
float: right;
width: 18%;
display: block;
text-align: right;
margin-top: -3px;
}
.tpl_elem_1 .wrapper-flexible-downloads .filesize span {
font-size: 12px;
} @media (min-width: 400px) and (max-width: 600px) {
.tpl_elem_1 .article-person {
width: 49%;
float: left;
margin-right: 2%;
}
.tpl_elem_1 .article-person:nth-of-type(2n+2) {
margin-right: 0;
}
.tpl_elem_1 .article-person:nth-of-type(2n+3) {
clear: both;
}
}
@media (min-width: 600px) and (max-width: 1500px) {
.tpl_elem_1 .article-person {
width: 48%;
float: left;
margin-right: 4%;
}
.tpl_elem_1 .article-person:nth-of-type(2n+2) {
margin-right: 0;
}
.tpl_elem_1 .article-person:nth-of-type(2n+3) {
clear: both;
}
}
@media (min-width: 1500px) {
.tpl_elem_1 .article-person {
width: 32%;
float: left;
margin-right: 2%;
}
.tpl_elem_1 .article-person:nth-of-type(3n+3) {
margin-right: 0;
}
.tpl_elem_1 .article-person:nth-of-type(3n+4) {
clear: both;
}
}
.tpl_elem_1 .wrapper-flexible-personen .userimage {
width: 100%;
}
.tpl_elem_1 .wrapper-flexible-personen article {
color: #ffffff;
background-color: #3952b0;
}
.tpl_elem_1 .wrapper-flexible-personen .article-person-inner,
.tpl_elem_1 .wrapper-flexible-personen .article-person-inner a,
.tpl_elem_1 .wrapper-flexible-personen .article-person-inner * {
color: #ffffff;
}
.tpl_elem_1 .wrapper-flexible-personen .article-person-inner {
padding: 12px;
}
.tpl_elem_1 .wrapper-flexible-personen .article-person-inner h3 {
margin: 0;
font-size: 1.2em;
}
.tpl_elem_1 .wrapper-flexible-personen .article-person {
margin-bottom: 30px;
}
.tpl_elem_1 .wrapper-flexible-personen .article-person p {
font-size: 14px;
margin-top: 8px;
margin-bottom: 8px;
padding-top: 8px;
position: relative;
}
.tpl_elem_1 .wrapper-flexible-personen .article-person p:first-of-type {
margin-top: 0;
}
.tpl_elem_1 .wrapper-flexible-personen .article-person p + p:before {
top: 0;
content: " ";
height: 1px;
left: 0;
position: absolute;
width: 100%;
background-color: #3952b0;
opacity: .2;
} .tpl_elem_1 .wrapper-flexible-flex_hint > div {
padding: 30px;
color: #ffffff;
background-color: #3952b0;
color: #ffffff;
background-color: #3952b0;
}
.tpl_elem_1 .wrapper-flexible-flex_hint > div a {
color: #ffffff;
}
.tpl_elem_1 .wrapper-flexible-flex_hint h2 {    
margin-top: 0;
color: #ffffff;
}
.tpl_elem_1 .wrapper-flexible-flex_hint p:last-child {
margin-bottom: 0;
} .tpl_elem_1 .wrapper-flexible-slider .slider_inner .slick-prev,
.tpl_elem_1 .wrapper-flexible-slider .slider_inner .slick-next {
opacity: 0;
transition: opacity .3s;
}
.tpl_elem_1 .wrapper-flexible-slider:hover .slider_inner .slick-prev,
.tpl_elem_1 .wrapper-flexible-slider:hover .slider_inner .slick-next {
opacity: 1;
}
.tpl_elem_1 .wrapper-flexible-slider .slider_inner {
overflow: hidden;
}
.tpl_elem_1 .wrapper-flexible-slider article {
position: relative;
}
.tpl_elem_1 .wrapper-flexible-slider article figure {
height: 250px;
width: 100%;
background-size: cover;
}
@media (min-width: 480px) {
.tpl_elem_1 .wrapper-flexible-slider article figure {
height: 400px;
}
}
.tpl_elem_1 .wrapper-flexible-slider .slider-headline {
color: #ffffff;
background-color: #3952b0;
padding: 8px 12px;
position: absolute;
top: 0;
left: 0;
font-size: 94%;
line-height: 1.5em;
}
@media (max-width: 768px) {
.tpl_elem_1 .wrapper-flexible-slider .slider-headline {
font-size: 75%;
}
}
.tpl_elem_1 .wrapper-flexible-slider .slider-headline a {
color: #ffffff;
}
.tpl_elem_1 .wrapper-flexible-slider .slick-dots {
position: absolute;
bottom: 0;
margin-bottom: 0;
width: 100%;
transition: opacity .3s;
opacity: 0;
}
.tpl_elem_1 .wrapper-flexible-slider:hover .slick-dots {
opacity: 1;
}
.tpl_elem_1 .wrapper-flexible-slider:hover .slick-dots li {
opacity: .55;
}
.tpl_elem_1 .wrapper-flexible-slider:hover li.slick-active {
opacity: 1 !important;
}
.tpl_elem_1 .wrapper-flexible-slider .slick-dots li {
display: inline-block;
margin-right: 5px;
}
.tpl_elem_1 .wrapper-flexible-slider .slick-dots li button {
background-color: #3952b0;
}
@media (max-width: 768px) {
.tpl_elem_1 .wrapper-flexible-slider .slick-dots {
position: relative;
opacity: 1;
margin-right: 0 !important;
text-align: left;
}
}
@media (min-width: 1500px) {
.tpl_3 .tpl_elem_1 .wrapper-flexible-slider article figure {
height: 500px;
}
}
@media (min-width: 2100px) {
.tpl_3 .tpl_elem_1 .wrapper-flexible-slider article figure {
height: 650px;
}
} @media (min-width: 768px) and (max-width: 992px) {
.tpl_elem_2 .col-lg-4:nth-child(2n+3) {
clear: left;
}
}
@media (min-width: 1200px) {
.tpl_elem_2 .col-lg-4:nth-child(3n+4) {
clear: left;
}
} .tpl_elem_2 .gallery_thumb {
width: 12.5%;
display: block;
margin-right: 2%;
float: left;
margin-top: 0;
}
.tpl_elem_2 .gallery_thumb:nth-of-type(7n+7) {
margin-right: 0;
}
.tpl_elem_2 .gallery_thumb:nth-of-type(n+8) {
margin-top: 2%;
}
.tpl_elem_2 .panel-default {
border-color: transparent;
}
.tpl_elem_2 .panel-body {
padding-left: 0;
padding-right: 0;
padding-top: 6px;
padding-bottom: 5px;
}
.tpl_elem_2 .panel-group .panel {
border-radius: 0;
}
.tpl_elem_2 .wrapper-flexible-accordion .panel-default > .panel-heading a,
.tpl_elem_2 .wrapper-flexible-accordion .panel-default > .panel-heading p {
color: #3952b0;
}
.tpl_elem_2 .wrapper-flexible-accordion .panel-default > .panel-heading {
color: #ffffff;
background-color: transparent;
border-radius: 0;
padding: 0;
position: relative;
}
.tpl_elem_2 .wrapper-flexible-accordion .panel-default > .panel-heading a {
padding: 0 0 10px 0;
display: block;
color: #3952b0;
}
.tpl_elem_2 .wrapper-flexible-accordion .panel-default > .panel-heading a:hover {
color: #3952b0;
}
.tpl_elem_2 .wrapper-flexible-accordion .panel-default > .panel-heading:after {
top: 0;
content: " ";
height: 1px;
left: 0;
position: absolute;
width: 100%;
background-color: #FFFFFF;
z-index: 3;
}
.tpl_elem_2 .wrapper-flexible-accordion .panel-default > .panel-heading:first-child:after {
content: none;
}
.tpl_elem_2 .wrapper-flexible-accordion .panel-group .panel .panel-heading > a:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
content: "\ec31";
display: block;
top: 0;
left: 0;
font: normal normal normal 18px/1 Linearicons;
position: absolute;
speak: none;
text-align: center;
text-rendering: optimizeLegibility;
text-transform: none;
vertical-align: middle;
height: 30px;
width: 30px;
font-size: 16px;
text-align: center;
padding-top: 6px;
padding-left: 3px;
background-color: #3952b0;
color: #ffffff;
}
.tpl_elem_2 .wrapper-flexible-accordion .panel-group .panel .panel-heading > a.collapsed:before {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
content: "\ec2f";
display: block;
top: 0;
left: 0;
font: normal normal normal 18px/1 Linearicons;
position: absolute;
speak: none;
text-align: center;
text-rendering: optimizeLegibility;
text-transform: none;
vertical-align: middle;
height: 30px;
width: 30px;
font-size: 16px;
text-align: center;
padding-top: 6px;
padding-left: 3px;
background-color: #3952b0;
color: #ffffff;
}
.tpl_elem_2 .panel-group .panel-heading+.panel-collapse>.list-group, 
.tpl_elem_2 .panel-group .panel-heading+.panel-collapse>.panel-body {
margin-top: 8px;
border-top: 0;
}
.tpl_elem_2 .wrapper-flexible-tabs .nav-pills > li > a {
color: #ffffff;
background-color: #3952b0;
border-radius: 0;
opacity: .7;
}
.tpl_elem_2 .wrapper-flexible-tabs .nav-pills > li.active > a {
opacity: 1;
}
.tpl_elem_2 .wrapper-flexible-logolink .linked_logoslinks_image .logolink-object + .logolink-object {
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #ededed;
}
.tpl_elem_2 .wrapper-flexible-logolink .linked_logoslinks_image .logolink-object img {
float: left;
margin-right: 20px;
}
.tpl_elem_2 .wrapper-flexible-downloads ul {
padding-left: 0;
margin-bottom: 0;
}
.tpl_elem_2 .wrapper-flexible-downloads ul li {
list-style: none;
margin-bottom: 5px;
}
.tpl_elem_2 .wrapper-flexible-downloads ul li + li {
border-top: 1px solid #3952b0;
}
.tpl_elem_2 .wrapper-flexible-downloads ul li:last-child {
margin-bottom: 0
}
.tpl_elem_2 .wrapper-flexible-downloads ul li a {
color: #3952b0;
display: block;
padding: 5px 0;
}
.tpl_elem_2 .wrapper-flexible-downloads .iconFwrapper {
width: 20px;
display: block;
float: left;
margin-right: 10px;
}
.tpl_elem_2 .wrapper-flexible-downloads .iconFwrapper span {
font-size: 18px;
position: relative;
}
.tpl_elem_2 .wrapper-flexible-downloads .filetitle {
width: 72%;
display: block;
float: left;
font-size: 15px;
}
.tpl_elem_2 .wrapper-flexible-downloads .filesize {
float: right;
width: 18%;
display: block;
text-align: right;
margin-top: -3px;
}
.tpl_elem_2 .wrapper-flexible-downloads .filesize span {
font-size: 12px;
} @media (min-width: 400px) and (max-width: 600px) {
.tpl_elem_2 .article-person {
width: 49%;
float: left;
margin-right: 2%;
}
.tpl_elem_2 .article-person:nth-of-type(2n+2) {
margin-right: 0;
}
.tpl_elem_2 .article-person:nth-of-type(2n+3) {
clear: both;
}
}
@media (min-width: 600px) {
.tpl_elem_2 .article-person {
width: 32%;
float: left;
margin-right: 2%;
}
.tpl_elem_2 .article-person:nth-of-type(3n+3) {
margin-right: 0;
}
.tpl_elem_2 .article-person:nth-of-type(3n+4) {
clear: left;
}
}
.tpl_elem_2 .wrapper-flexible-personen .userimage {
width: 100%;
}
.tpl_elem_2 .wrapper-flexible-personen .article-person-inner {
padding: 0;
padding-top: 20px;
height: 100%;
}
.tpl_elem_2 .wrapper-flexible-personen .article-person-inner h3 {
margin: 0;
font-size: 18px;
}
.tpl_elem_2 .wrapper-flexible-personen .article-person {
margin-bottom: 30px;
}
.tpl_elem_2 .wrapper-flexible-personen .article-person p {
font-size: 14px;
margin-top: 8px;
margin-bottom: 8px;
padding-top: 8px;
position: relative;
}
.tpl_elem_2 .wrapper-flexible-personen .article-person p:first-of-type {
margin-top: 0;
}
.tpl_elem_2 .wrapper-flexible-personen .article-person p + p:before {
top: 0;
content: " ";
height: 1px;
left: 0;
position: absolute;
width: 100%;
background-color: #333333;
opacity: .2;
} .tpl_elem_2 .wrapper-flexible-flex_hint > div {
padding: 30px;	
color: #3952b0;
border: 3px solid #3952b0;
}
.tpl_elem_2 .wrapper-flexible-flex_hint > div a {
color: #3952b0;
}
.tpl_elem_2 .wrapper-flexible-flex_hint h2 {
margin-top: 0;
color: #3952b0;
}
.tpl_elem_2 .wrapper-flexible-flex_hint p:last-child {
margin-bottom: 0;
} .tpl_elem_2 .wrapper-flexible-slider .slider_inner .slick-prev,
.tpl_elem_2 .wrapper-flexible-slider .slider_inner .slick-next {
opacity: 0;
transition: opacity .3s;
}
.tpl_elem_2 .wrapper-flexible-slider:hover .slider_inner .slick-prev,
.tpl_elem_2 .wrapper-flexible-slider:hover .slider_inner .slick-next {
opacity: 1;
}
.tpl_elem_2 .wrapper-flexible-slider .slider_inner {
overflow: hidden;
}
.tpl_elem_2 .wrapper-flexible-slider article {
position: relative;
}
.tpl_elem_2 .wrapper-flexible-slider article figure {
height: 210px;
width: 100%;
background-size: cover;
}
@media (min-width: 480px) {
.tpl_elem_2 .wrapper-flexible-slider article figure {
height: 400px;
}
}
.tpl_elem_2 .wrapper-flexible-slider .slider-headline {
color: #ffffff;
background-color: #3952b0;
padding: 8px 12px;
position: absolute;
top: 0;
left: 0;
font-size: 94%;
line-height: 1.5em;
}
@media (max-width: 768px) {
.tpl_elem_2 .wrapper-flexible-slider .slider-headline {
font-size: 75%;
}
}
.tpl_elem_2 .wrapper-flexible-slider .slider-headline a {
color: #ffffff;
}
.tpl_elem_2 .wrapper-flexible-slider .slick-dots {
position: absolute;
bottom: 0;
margin-bottom: 0;
width: 100%;
transition: opacity .3s;
opacity: 0;
}
.tpl_elem_2 .wrapper-flexible-slider:hover .slick-dots {
opacity: 1;
}
.tpl_elem_2 .wrapper-flexible-slider:hover .slick-dots li {
opacity: .55;
}
.tpl_elem_2 .wrapper-flexible-slider:hover li.slick-active {
opacity: 1 !important;
}
.tpl_elem_2 .wrapper-flexible-slider .slick-dots li {
display: inline-block;
margin-right: 5px;
}
.tpl_elem_2 .wrapper-flexible-slider .slick-dots li button {
background-color: #3952b0;
}
@media (max-width: 768px) {
.tpl_elem_2 .wrapper-flexible-slider .slick-dots {
position: relative;
opacity: 1;
margin-right: 0 !important;
text-align: left;
}
}
@media (min-width: 1500px) {
.tpl_3 .tpl_elem_2 .wrapper-flexible-slider article figure {
height: 500px;
}
}
@media (min-width: 2100px) {
.tpl_3 .tpl_elem_2 .wrapper-flexible-slider article figure {
height: 650px;
}
} @media (min-width: 768px) and (max-width: 992px) {
.tpl_elem_3 .col-lg-4:nth-child(2n+3) {
clear: left;
}
}
@media (min-width: 1200px) {
.tpl_elem_3 .col-lg-4:nth-child(3n+4) {
clear: left;
}
} .tpl_elem_3 .gallery_thumb {
width: 18%;
display: block;
margin-right: 2%;
float: left;
margin-top: 0;
}
.tpl_elem_3 .gallery_thumb:nth-of-type(n+6) {
margin-top: 2%;
}
.tpl_elem_3 .panel-default {
border-color: transparent;
}
.tpl_elem_3 .panel-body {
padding-left: 0;
padding-right: 0;
padding-top: 6px;
padding-bottom: 5px;
}
.tpl_elem_3 .panel-group .panel {
border-radius: 0;
}
.tpl_elem_3 .wrapper-flexible-accordion .panel-default > .panel-heading a,
.tpl_elem_3 .wrapper-flexible-accordion .panel-default > .panel-heading p {
color: #ffffff;
background-color: #3952b0;
}
.tpl_elem_3 .wrapper-flexible-accordion .panel-default > .panel-heading {
color: #ffffff;
background-color: #3952b0;
border-radius: 0;
padding: 0;
position: relative;
}
.tpl_elem_3 .wrapper-flexible-accordion .panel-default > .panel-heading a {
padding: 10px 15px;
display: block;
}
.tpl_elem_3 .wrapper-flexible-accordion .panel-default > .panel-heading a:hover {
color: #ffffff;
}
.tpl_elem_3 .wrapper-flexible-accordion .panel-default > .panel-heading:after {
top: 0;
content: " ";
height: 1px;
left: 0;
position: absolute;
width: 100%;
background-color: #FFFFFF;
z-index: 3;
}
.tpl_elem_3 .wrapper-flexible-accordion .panel-default > .panel-heading:first-child:after {
content: none;
}
.tpl_elem_3 .wrapper-flexible-tabs .nav-pills > li.active > a, 
.tpl_elem_3 .wrapper-flexible-tabs .nav-pills > li.active > a:focus, 
.tpl_elem_3 .wrapper-flexible-tabs .nav-pills > li.active > a:hover {
color: #ffffff;
background-color: #3952b0;
opacity: 1;
}
.tpl_elem_3 .wrapper-flexible-tabs .nav-pills > li > a {
color: #ffffff;
background-color: #3952b0;
border-radius: 0;
opacity: .7;
}
.tpl_elem_3 .wrapper-flexible-tabs .tab-content {
padding-top: 12px;
}
.tpl_elem_3 .wrapper-flexible-logolink .linked_logoslinks_image .logolink-object + .logolink-object {
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #ededed;
}
.tpl_elem_3 .wrapper-flexible-logolink .linked_logoslinks_image .logolink-object img {
float: left;
margin-right: 20px;
}
.tpl_elem_3 .wrapper-flexible-downloads ul {
padding-left: 0;
margin-bottom: 0;
}
.tpl_elem_3 .wrapper-flexible-downloads ul li {
list-style: none;
margin-bottom: 5px;
}
.tpl_elem_3 .wrapper-flexible-downloads ul li:last-child {
margin-bottom: 0
}
.tpl_elem_3 .wrapper-flexible-downloads ul li a {
color: #ffffff;
background-color: #3952b0;
display: block;
padding: 12px 12px;
}
.tpl_elem_3 .wrapper-flexible-downloads .iconFwrapper {
width: 20px;
display: block;
float: left;
margin-right: 10px;
}
.tpl_elem_3 .wrapper-flexible-downloads .iconFwrapper span {
font-size: 18px;
position: relative;
}
.tpl_elem_3 .wrapper-flexible-downloads .filetitle {
width: 72%;
display: block;
float: left;
font-size: 15px;
}
.tpl_elem_3 .wrapper-flexible-downloads .filesize {
float: right;
width: 18%;
display: block;
text-align: right;
margin-top: -3px;
}
.tpl_elem_3 .wrapper-flexible-downloads .filesize span {
font-size: 12px;
} @media (min-width: 320px) {
.tpl_elem_3 .article-person .page-personen-image {
width: 25%;
float: left;
}
.tpl_elem_3 .article-person .article-person-inner {
padding: 0 20px 20px 20px !important;
padding-left: 30% !important;
}
}
@media (min-width: 600px) {
.tpl_elem_3 .article-person .page-personen-image {
width: 20%;
float: left;
}
.tpl_elem_3 .article-person .article-person-inner {
padding: 0 !important;
padding-left: 24% !important;
}
.tpl_elem_3 .article-person .article-person-inner.article-person-inner_nopostthumb {
padding-left: 0 !important;
}
}
.tpl_elem_3 .article-person .article-person-inner.article-person-inner_nopostthumb {
padding-left: 0 !important;
}
.tpl_elem_3 .wrapper-flexible-personen .userimage {
width: 100%;
}
.tpl_elem_3 .wrapper-flexible-personen .article-person-inner {
color: #333333;
}
.tpl_elem_3 .wrapper-flexible-personen .article-person-inner a,
.tpl_elem_3 .wrapper-flexible-personen .article-person-inner * {
color: #333333;
}
.tpl_elem_3 .wrapper-flexible-personen .article-person + .article-person {
border-top: 1px solid #ededed;
padding-top: 30px !important;
margin-top: 30px !important;
margin-bottom: 0;
}
.tpl_elem_3 .wrapper-flexible-personen .article-person {
margin-bottom: 0;
}
.tpl_elem_3 .wrapper-flexible-personen .article-person-inner {
padding: 12px;
height: 100%;
}
.tpl_elem_3 .wrapper-flexible-personen .article-person-inner > *:last-child {
margin-bottom: 0;
}
.tpl_elem_3 .wrapper-flexible-personen .article-person-inner h3 {
margin: 0;
font-size: 18px;
}
.tpl_elem_3 .wrapper-flexible-personen .article-person {
margin-bottom: 30px;
}
.tpl_elem_3 .wrapper-flexible-personen .article-person p {
font-size: 14px;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 2px;
position: relative;
}
.tpl_elem_3 .wrapper-flexible-personen .article-person p:first-of-type {
margin-top: 0;
}
.tpl_elem_3 .wrapper-flexible-personen .article-person p + p:before {
top: 0;
content: " ";
height: 1px;
left: 0;
position: absolute;
width: 100%;
background-color: #fff;
opacity: .2;
}
.tpl_elem_3 .wrapper-flexible-flex_hint > div {
padding: 30px;	
color: #3952b0;
border: 3px solid #3952b0;
}
.tpl_elem_3 .wrapper-flexible-flex_hint > div a {
color: #3952b0;
}
.tpl_elem_3 .wrapper-flexible-flex_hint h2 {
margin-top: 0;
color: #3952b0;
} .tpl_elem_3 .wrapper-flexible-slider .slider_inner .slick-prev,
.tpl_elem_3 .wrapper-flexible-slider .slider_inner .slick-next {
opacity: 0;
transition: opacity .3s;
}
.tpl_elem_3 .wrapper-flexible-slider:hover .slider_inner .slick-prev,
.tpl_elem_3 .wrapper-flexible-slider:hover .slider_inner .slick-next {
opacity: 1;
}
.tpl_elem_3 .wrapper-flexible-slider .slider_inner {
overflow: hidden;
}
.tpl_elem_3 .wrapper-flexible-slider article {
position: relative;
}
.tpl_elem_3 .wrapper-flexible-slider article figure {
height: 210px;
width: 100%;
background-size: cover;
}
@media (min-width: 480px) {
.tpl_elem_3 .wrapper-flexible-slider article figure {
height: 400px;
}
}
.tpl_elem_3 .wrapper-flexible-slider .slider-headline {
color: #ffffff;
background-color: #3952b0;
padding: 8px 12px;
position: absolute;
top: 0;
left: 0;
font-size: 94%;
line-height: 1.5em;
}
@media (max-width: 768px) {
.tpl_elem_3 .wrapper-flexible-slider .slider-headline {
font-size: 75%;
}
}
.tpl_elem_3 .wrapper-flexible-slider .slider-headline a {
color: #ffffff;
}
.tpl_elem_3 .wrapper-flexible-slider .slick-dots {
position: absolute;
bottom: 0;
margin-bottom: 0;
width: 100%;
transition: opacity .3s;
opacity: 0;
}
.tpl_elem_3 .wrapper-flexible-slider:hover .slick-dots {
opacity: 1;
}
.tpl_elem_3 .wrapper-flexible-slider:hover .slick-dots li {
opacity: .55;
}
.tpl_elem_3 .wrapper-flexible-slider:hover li.slick-active {
opacity: 1 !important;
}
.tpl_elem_3 .wrapper-flexible-slider .slick-dots li {
display: inline-block;
margin-right: 5px;
}
.tpl_elem_3 .wrapper-flexible-slider .slick-dots li button {
background-color: #3952b0;
}
@media (max-width: 768px) {
.tpl_elem_3 .wrapper-flexible-slider .slick-dots {
position: relative;
opacity: 1;
margin-right: 0 !important;
text-align: left;
}
}
@media (min-width: 1500px) {
.tpl_3 .tpl_elem_3 .wrapper-flexible-slider article figure {
height: 500px;
}
}
@media (min-width: 2100px) {
.tpl_3 .tpl_elem_3 .wrapper-flexible-slider article figure {
height: 650px;
}
} @media (min-width: 768px) and (max-width: 992px) {
.tpl_elem_4 .col-lg-4:nth-child(2n+3) {
clear: left;
}
}
@media (min-width: 1200px) {
.tpl_elem_4 .col-lg-4:nth-child(3n+4) {
clear: left;
}
} .tpl_elem_4 .gallery_thumb {
width: 12.5%;
display: block;
margin-right: 2%;
float: left;
margin-top: 0;
}
.tpl_elem_4 .gallery_thumb:nth-of-type(7n+7) {
margin-right: 0;
}
.tpl_elem_4 .gallery_thumb:nth-of-type(n+8) {
margin-top: 2%;
}
.tpl_elem_4 .panel-default {
border-color: transparent;
}
.tpl_elem_4 .panel-body {
padding-left: 0;
padding-right: 0;
padding-top: 6px;
padding-bottom: 5px;
}
.tpl_elem_4 .panel-group .panel {
border-radius: 0;
}
.tpl_elem_4 .wrapper-flexible-accordion .panel-default > .panel-heading a,
.tpl_elem_4 .wrapper-flexible-accordion .panel-default > .panel-heading p {
color: #ffffff;
}
.tpl_elem_4 .wrapper-flexible-accordion .panel-default > .panel-heading {
color: #ffffff;
background-color: #3952b0;
border-radius: 0;
padding: 0;
position: relative;
}
.tpl_elem_4 .wrapper-flexible-accordion .panel-default > .panel-heading a {
padding: 10px 15px;
display: block;
}
.tpl_elem_4 .wrapper-flexible-accordion .panel-default > .panel-heading a:hover {
color: #ffffff;
}
.tpl_elem_4 .wrapper-flexible-accordion .panel-default > .panel-heading:after {
top: 0;
content: " ";
height: 1px;
left: 0;
position: absolute;
width: 100%;
background-color: #FFFFFF;
z-index: 3;
}
.tpl_elem_4 .wrapper-flexible-accordion .panel-default > .panel-heading:first-child:after {
content: none;
}
.tpl_elem_4 .wrapper-flexible-tabs .nav-pills > li.active > a, 
.tpl_elem_4 .wrapper-flexible-tabs .nav-pills > li.active > a:focus, 
.tpl_elem_4 .wrapper-flexible-tabs .nav-pills > li.active > a:hover {
color: #ffffff;
background-color: #3952b0;
opacity: 1;
}
.tpl_elem_4 .wrapper-flexible-tabs .nav-pills > li > a {
border-radius: 0;
color: #ffffff;
background-color: #3952b0;
opacity: .7;
}
.tpl_elem_4 .wrapper-flexible-tabs .tab-content {
padding-top: 12px;
}
.tpl_elem_4 .wrapper-flexible-logolink .linked_logoslinks_image .logolink-object + .logolink-object {
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #ededed;
}
.tpl_elem_4 .wrapper-flexible-logolink .linked_logoslinks_image .logolink-object img {
float: left;
margin-right: 20px;
}
.tpl_elem_4 .wrapper-flexible-downloads ul {
padding-left: 0;
margin-bottom: 0;
}
.tpl_elem_4 .wrapper-flexible-downloads ul li {
list-style: none;
margin-bottom: 5px;
}
.tpl_elem_4 .wrapper-flexible-downloads ul li:last-child {
margin-bottom: 0
}
.tpl_elem_4 .wrapper-flexible-downloads ul li a {
color: #ffffff;
background-color: #3952b0;
display: block;
padding: 12px 12px;
}
.tpl_elem_4 .wrapper-flexible-downloads .iconFwrapper {
width: 20px;
display: block;
float: left;
margin-right: 10px;
}
.tpl_elem_4 .wrapper-flexible-downloads .iconFwrapper span {
font-size: 18px;
position: relative;
}
.tpl_elem_4 .wrapper-flexible-downloads .filetitle {
width: 72%;
display: block;
float: left;
font-size: 15px;
}
.tpl_elem_4 .wrapper-flexible-downloads .filesize {
float: right;
width: 18%;
display: block;
text-align: right;
margin-top: -3px;
}
.tpl_elem_4 .wrapper-flexible-downloads .filesize span {
font-size: 12px;
} @media (min-width: 400px) and (max-width: 768px) {
.tpl_elem_4 .article-person {
width: 49%;
float: left;
margin-right: 2%;
}
.tpl_elem_4 .article-person:nth-of-type(2n+2) {
margin-right: 0;
}
.tpl_elem_4 .article-person:nth-of-type(2n+3) {
clear: both;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.tpl_elem_4 .article-person {
width: 32%;
float: left;
margin-right: 2%;
}
.tpl_elem_4 .article-person:nth-of-type(3n+3) {
margin-right: 0;
}
.tpl_elem_4 .article-person:nth-of-type(3n+4) {
clear: both;
}
}
@media (min-width: 992px) and (max-width: 1300px) {
.tpl_elem_4 .article-person {
width: 49%;
float: left;
margin-right: 2%;
}
.tpl_elem_4 .article-person:nth-of-type(2n+2) {
margin-right: 0;
}
.tpl_elem_4 .article-person:nth-of-type(2n+3) {
clear: both;
}
}
@media (min-width: 1300px) and (max-width: 1500px) {
.tpl_elem_4 .article-person {
width: 32%;
float: left;
margin-right: 2%;
}
.tpl_elem_4 .article-person:nth-of-type(3n+3) {
margin-right: 0;
}
.tpl_elem_4 .article-person:nth-of-type(3n+4) {
clear: both;
}
}
@media (min-width: 1500px) {
.tpl_elem_4 .article-person {
width: 23.5%;
float: left;
margin-right: 2%;
}
.tpl_elem_4 .article-person:nth-of-type(4n+4) {
margin-right: 0;
}
.tpl_elem_4 .article-person:nth-of-type(4n+5) {
clear: both;
}
}
.tpl_elem_4 .wrapper-flexible-personen .userimage {
width: 100%;
}
.tpl_elem_4 .wrapper-flexible-personen .article-person-inner {
color: #ffffff;
background-color: #3952b0;
}
.tpl_elem_4 .wrapper-flexible-personen .article-person-inner a,
.tpl_elem_4 .wrapper-flexible-personen .article-person-inner * {
color: #ffffff;
}
.tpl_elem_4 .wrapper-flexible-personen .article-person-inner {
padding: 12px;
height: 100%;
}
.tpl_elem_4 .wrapper-flexible-personen .article-person-inner h3 {
margin: 0;
font-size: 18px;
}
.tpl_elem_4 .wrapper-flexible-personen .article-person {
margin-bottom: 30px;
}
.tpl_elem_4 .wrapper-flexible-personen .article-person p {
font-size: 14px;
margin-top: 8px;
margin-bottom: 8px;
padding-top: 8px;
position: relative;
}
.tpl_elem_4 .wrapper-flexible-personen .article-person p:first-of-type {
margin-top: 0;
}
.tpl_elem_4 .wrapper-flexible-personen .article-person p + p:before {
top: 0;
content: " ";
height: 1px;
left: 0;
position: absolute;
width: 100%;
background-color: #3952b0;
opacity: .2;
} .tpl_elem_4 .wrapper-flexible-flex_hint > div {
padding: 30px;
color: #ffffff;
background-color: #3952b0;
color: #ffffff;
background-color: #3952b0;
}
.tpl_elem_4 .wrapper-flexible-flex_hint > div a {
color: #ffffff;
}
.tpl_elem_4 .wrapper-flexible-flex_hint h2 {    
margin-top: 0;
color: #ffffff;
}
.tpl_elem_4 .wrapper-flexible-flex_hint p:last-child {
margin-bottom: 0;
} .tpl_elem_4 .wrapper-flexible-slider .slider_inner .slick-prev,
.tpl_elem_4 .wrapper-flexible-slider .slider_inner .slick-next {
opacity: 0;
transition: opacity .3s;
}
.tpl_elem_4 .wrapper-flexible-slider:hover .slider_inner .slick-prev,
.tpl_elem_4 .wrapper-flexible-slider:hover .slider_inner .slick-next {
opacity: 1;
}
.tpl_elem_4 .wrapper-flexible-slider .slider_inner {
overflow: hidden;
}
.tpl_elem_4 .wrapper-flexible-slider article {
position: relative;
}
.tpl_elem_4 .wrapper-flexible-slider article figure {
height: 210px;
width: 100%;
background-size: cover;
}
@media (min-width: 480px) {
.tpl_elem_4 .wrapper-flexible-slider article figure {
height: 400px;
}
}
.tpl_elem_4 .wrapper-flexible-slider .slider-headline {
color: #ffffff;
background-color: #3952b0;
padding: 8px 12px;
position: absolute;
top: 0;
left: 0;
font-size: 94%;
line-height: 1.5em;
}
@media (max-width: 768px) {
.tpl_elem_4 .wrapper-flexible-slider .slider-headline {
font-size: 75%;
}
}
.tpl_elem_4 .wrapper-flexible-slider .slider-headline a {
color: #ffffff;
}
.tpl_elem_4 .wrapper-flexible-slider .slick-dots {
position: absolute;
bottom: 0;
margin-bottom: 0;
width: 100%;
transition: opacity .3s;
opacity: 0;
}
.tpl_elem_4 .wrapper-flexible-slider:hover .slick-dots {
opacity: 1;
}
.tpl_elem_4 .wrapper-flexible-slider:hover .slick-dots li {
opacity: .55;
}
.tpl_elem_4 .wrapper-flexible-slider:hover li.slick-active {
opacity: 1 !important;
}
.tpl_elem_4 .wrapper-flexible-slider .slick-dots li {
display: inline-block;
margin-right: 5px;
}
.tpl_elem_4 .wrapper-flexible-slider .slick-dots li button {
background-color: #3952b0;
}
@media (max-width: 768px) {
.tpl_elem_4 .wrapper-flexible-slider .slick-dots {
position: relative;
opacity: 1;
margin-right: 0 !important;
text-align: left;
}
}
@media (min-width: 1500px) {
.tpl_3 .tpl_elem_4 .wrapper-flexible-slider article figure {
height: 500px;
}
}
@media (min-width: 2100px) {
.tpl_3 .tpl_elem_4 .wrapper-flexible-slider article figure {
height: 650px;
}
} @media (min-width: 768px) and (max-width: 992px) {
.tpl_elem_5 .col-lg-4:nth-child(2n+3) {
clear: left;
}
}
@media (min-width: 1200px) {
.tpl_elem_5 .col-lg-4:nth-child(3n+4) {
clear: left;
}
} .tpl_elem_5 .gallery_thumb {
width: 18%;
display: block;
margin-right: 2%;
float: left;
margin-top: 0;
}
.tpl_elem_5 .gallery_thumb:nth-of-type(n+6) {
margin-top: 2%;
}
.tpl_elem_5 .panel-default {
border-color: transparent;
}
.tpl_elem_5 .panel-body {
padding-left: 0;
padding-right: 0;
padding-top: 6px;
padding-bottom: 5px;
}
.tpl_elem_5 .panel-group .panel {
border-radius: 0;
}
.tpl_elem_5 .wrapper-flexible-accordion .panel-default > .panel-heading a,
.tpl_elem_5 .wrapper-flexible-accordion .panel-default > .panel-heading p {
color: #ffffff;
background-color: #3952b0;
}
.tpl_elem_5 .wrapper-flexible-accordion .panel-default > .panel-heading {
color: #ffffff;
background-color: #3952b0;
border-radius: 0;
padding: 0;
position: relative;
}
.tpl_elem_5 .wrapper-flexible-accordion .panel-default > .panel-heading a {
padding: 10px 15px;
display: block;
}
.tpl_elem_5 .wrapper-flexible-accordion .panel-default > .panel-heading a:hover {
color: #ffffff;
}
.tpl_elem_5 .wrapper-flexible-accordion .panel-default > .panel-heading:after {
top: 0;
content: " ";
height: 1px;
left: 0;
position: absolute;
width: 100%;
background-color: #FFFFFF;
z-index: 3;
}
.tpl_elem_5 .wrapper-flexible-accordion .panel-default > .panel-heading:first-child:after {
content: none;
}
.tpl_elem_5 .wrapper-flexible-tabs .nav-pills > li.active > a, 
.tpl_elem_5 .wrapper-flexible-tabs .nav-pills > li.active > a:focus, 
.tpl_elem_5 .wrapper-flexible-tabs .nav-pills > li.active > a:hover {
color: #ffffff;
background-color: #3952b0;
opacity: 1;
}
.tpl_elem_5 .wrapper-flexible-tabs .nav-pills > li > a {
color: #ffffff;
background-color: #3952b0;
border-radius: 0;
opacity: .7;
}
.tpl_elem_5 .wrapper-flexible-tabs .tab-content {
padding-top: 12px;
}
.tpl_elem_5 .wrapper-flexible-logolink .linked_logoslinks_image .logolink-object + .logolink-object {
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #ededed;
}
.tpl_elem_5 .wrapper-flexible-logolink .linked_logoslinks_image .logolink-object img {
float: left;
margin-right: 20px;
}
.tpl_elem_5 .wrapper-flexible-downloads ul {
padding-left: 0;
margin-bottom: 0;
}
.tpl_elem_5 .wrapper-flexible-downloads ul li {
list-style: none;
margin-bottom: 5px;
}
.tpl_elem_5 .wrapper-flexible-downloads ul li:last-child {
margin-bottom: 0
}
.tpl_elem_5 .wrapper-flexible-downloads ul li a {
color: #ffffff;
background-color: #3952b0;
display: block;
padding: 12px 12px;
}
.tpl_elem_5 .wrapper-flexible-downloads .iconFwrapper {
width: 20px;
display: block;
float: left;
margin-right: 10px;
}
.tpl_elem_5 .wrapper-flexible-downloads .iconFwrapper span {
font-size: 18px;
position: relative;
}
.tpl_elem_5 .wrapper-flexible-downloads .filetitle {
width: 72%;
display: block;
float: left;
font-size: 15px;
}
.tpl_elem_5 .wrapper-flexible-downloads .filesize {
float: right;
width: 18%;
display: block;
text-align: right;
margin-top: -3px;
}
.tpl_elem_5 .wrapper-flexible-downloads .filesize span {
font-size: 12px;
} @media (min-width: 320px) {
.tpl_elem_5 .article-person .page-personen-image {
width: 25%;
float: left;
}
.tpl_elem_5 .article-person .article-person-inner {
padding: 0 20px 20px 20px !important;
padding-left: 30% !important;
}
.tpl_3 .tpl_elem_5 .article-person .page-personen-image {
width: 20%;
float: left;
}
.tpl_3 .tpl_elem_5 .article-person .article-person-inner {
padding: 0 20px 20px 20px !important;
padding-left: 25% !important;
}
}
@media (min-width: 600px) {
.tpl_elem_5 .article-person .page-personen-image {
width: 20%;
float: left;
}
.tpl_elem_5 .article-person .article-person-inner {
padding: 0 !important;
padding-left: 24% !important;
}
}
@media (min-width: 1200px) {
.tpl_3 .tpl_elem_5 .article-person .page-personen-image {
width: 15%;
}
.tpl_3 .tpl_elem_5 .article-person .article-person-inner {
padding-left: 18% !important;
}
}
.tpl_elem_5 .article-person .article-person-inner.article-person-inner_nopostthumb {
padding-left: 0 !important;
}
.tpl_elem_5 .wrapper-flexible-personen .userimage {
width: 100%;
}
.tpl_elem_5 .wrapper-flexible-personen .article-person-inner {
color: #333333;
}
.tpl_elem_5 .wrapper-flexible-personen .article-person {
border: 3px solid #ededed;
border: 3px solid #3952b0;
color: #333333;
padding: 20px !important;
margin-bottom: 0;
}
.tpl_elem_5 .wrapper-flexible-personen .article-person {
margin-bottom: 0;
}
.tpl_elem_5 .wrapper-flexible-personen .article-person-inner a {
color: #333333;
}
.tpl_elem_5 .wrapper-flexible-personen .article-person-inner {
padding: 12px;
height: 100%;
}
.tpl_elem_5 .wrapper-flexible-personen .article-person-inner > *:last-child {
margin-bottom: 0;
}
.tpl_elem_5 .wrapper-flexible-personen .article-person-inner h3 {
margin: 0;
}
.tpl_elem_5 .wrapper-flexible-personen .article-person {
margin-bottom: 30px;
}
.tpl_elem_5 .wrapper-flexible-personen .article-person p {
font-size: 85%;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 2px;
position: relative;
}
.tpl_elem_5 .wrapper-flexible-personen .article-person p:first-of-type {
margin-top: 0;
}
.tpl_elem_5 .wrapper-flexible-flex_hint > div {
padding: 30px;
color: #3952b0;
border: 3px solid #3952b0;
}
.tpl_elem_5 .wrapper-flexible-flex_hint > div a {
color: #3952b0;
}
.tpl_elem_5 .wrapper-flexible-flex_hint h2 {
margin-top: 0;
color: #3952b0;
} .tpl_elem_4 .wrapper-flexible-slider .slider_inner .slick-prev,
.tpl_elem_4 .wrapper-flexible-slider .slider_inner .slick-next {
opacity: 0;
transition: opacity .3s;
}
.tpl_elem_4 .wrapper-flexible-slider:hover .slider_inner .slick-prev,
.tpl_elem_4 .wrapper-flexible-slider:hover .slider_inner .slick-next {
opacity: 1;
}
.tpl_elem_5 .wrapper-flexible-slider .slider_inner {
overflow: hidden;
}
.tpl_elem_5 .wrapper-flexible-slider article {
position: relative;
}
.tpl_elem_5 .wrapper-flexible-slider article figure {
height: 210px;
width: 100%;
background-size: cover;
}
@media (min-width: 480px) {
.tpl_elem_5 .wrapper-flexible-slider article figure {
height: 400px;
}
}
.tpl_elem_5 .wrapper-flexible-slider .slider-headline {
color: #ffffff;
background-color: #3952b0;
padding: 8px 12px;
position: absolute;
top: 0;
left: 0;
font-size: 94%;
line-height: 1.5em;
}
@media (max-width: 768px) {
.tpl_elem_5 .wrapper-flexible-slider .slider-headline {
font-size: 75%;
}
}
.tpl_elem_5 .wrapper-flexible-slider .slider-headline a {
color: #ffffff;
}
.tpl_elem_5 .wrapper-flexible-slider:hover .slick-dots {
opacity: 1;
}
.tpl_elem_5 .wrapper-flexible-slider:hover .slick-dots li {
opacity: .55;
}
.tpl_elem_5 .wrapper-flexible-slider:hover li.slick-active {
opacity: 1 !important;
}
.tpl_elem_5 .wrapper-flexible-slider .slick-dots li {
display: inline-block;
margin-right: 5px;
}
.tpl_elem_5 .wrapper-flexible-slider .slick-dots li button {
background-color: #3952b0;
}
@media (max-width: 768px) {
.tpl_elem_5 .wrapper-flexible-slider .slick-dots {
position: relative;
opacity: 1;
margin-right: 0 !important;
text-align: left;
}
}
@media (min-width: 1500px) {
.tpl_3 .tpl_elem_5 .wrapper-flexible-slider article figure {
height: 500px;
}
}
@media (min-width: 2100px) {
.tpl_3 .tpl_elem_5 .wrapper-flexible-slider article figure {
height: 650px;
}
} @media (min-width: 768px) and (max-width: 992px) {
.tpl_elem_6 .col-lg-4:nth-child(2n+3) {
clear: left;
}
}
@media (min-width: 1200px) {
.tpl_elem_6 .col-lg-4:nth-child(3n+4) {
clear: left;
}
} .tpl_elem_6 .gallery_thumb {
width: 18%;
display: block;
margin-right: 2%;
float: left;
margin-top: 0;
}
.tpl_elem_6 .gallery_thumb:nth-of-type(n+6) {
margin-top: 2%;
}
.tpl_elem_6 .panel-default {
border-color: transparent;
}
.tpl_elem_6 .panel-body {
padding-left: 0;
padding-right: 0;
padding-top: 6px;
padding-bottom: 5px;
}
.tpl_elem_6 .panel-group .panel {
border-radius: 0;
}
.tpl_elem_6 .wrapper-flexible-accordion .panel-default > .panel-heading a,
.tpl_elem_6 .wrapper-flexible-accordion .panel-default > .panel-heading p {
color: #ffffff;
background-color: #3952b0;
}
.tpl_elem_6 .wrapper-flexible-accordion .panel-default > .panel-heading {
color: #ffffff;
background-color: #3952b0;
border-radius: 0;
padding: 0;
position: relative;
}
.tpl_elem_6 .wrapper-flexible-accordion .panel-default > .panel-heading a {
padding: 10px 15px;
display: block;
}
.tpl_elem_6 .wrapper-flexible-accordion .panel-default > .panel-heading a:hover {
color: #ffffff;
}
.tpl_elem_6 .wrapper-flexible-accordion .panel-default > .panel-heading:after {
top: 0;
content: " ";
height: 1px;
left: 0;
position: absolute;
width: 100%;
background-color: #FFFFFF;
z-index: 3;
}
.tpl_elem_6 .wrapper-flexible-accordion .panel-default > .panel-heading:first-child:after {
content: none;
}
.tpl_elem_6 .wrapper-flexible-tabs .nav-pills > li.active > a, 
.tpl_elem_6 .wrapper-flexible-tabs .nav-pills > li.active > a:focus, 
.tpl_elem_6 .wrapper-flexible-tabs .nav-pills > li.active > a:hover {
color: #ffffff;
background-color: #3952b0;
opacity: 1;
}
.tpl_elem_6 .wrapper-flexible-tabs .nav-pills > li > a {
color: #ffffff;
background-color: #3952b0;
border-radius: 0;
opacity: .7;
}
.tpl_elem_6 .wrapper-flexible-tabs .tab-content {
color: #ffffff;
background-color: #3952b0;
padding: 5px 25px;
}
.tpl_elem_6 .wrapper-flexible-logolink .linked_logoslinks_image .logolink-object + .logolink-object {
margin-top: 30px;
padding-top: 30px;
border-top: 1px solid #ededed;
}
.tpl_elem_6 .wrapper-flexible-logolink .linked_logoslinks_image .logolink-object img {
float: left;
margin-right: 20px;
}
.tpl_elem_6 .wrapper-flexible-downloads ul {
padding-left: 0;
margin-bottom: 0;
}
.tpl_elem_6 .wrapper-flexible-downloads ul li {
list-style: none;
margin-bottom: 5px;
}
.tpl_elem_6 .wrapper-flexible-downloads ul li:last-child {
margin-bottom: 0
}
.tpl_elem_6 .wrapper-flexible-downloads ul li a {
color: #ffffff;
background-color: #3952b0;
display: block;
padding: 12px 12px;
}
.tpl_elem_6 .wrapper-flexible-downloads .iconFwrapper {
width: 20px;
display: block;
float: left;
margin-right: 10px;
}
.tpl_elem_6 .wrapper-flexible-downloads .iconFwrapper span {
font-size: 18px;
position: relative;
}
.tpl_elem_6 .wrapper-flexible-downloads .filetitle {
width: 72%;
display: block;
float: left;
font-size: 15px;
}
.tpl_elem_6 .wrapper-flexible-downloads .filesize {
float: right;
width: 18%;
display: block;
text-align: right;
margin-top: -3px;
}
.tpl_elem_6 .wrapper-flexible-downloads .filesize span {
font-size: 12px;
} @media (min-width: 320px) {
.tpl_elem_6 .article-person .page-personen-image {
width: 25%;
float: left;
}
.tpl_elem_6 .article-person .article-person-inner {
padding: 20px !important;
padding-top: 0 !important;
padding-left: 30% !important;
}
.tpl_3 .tpl_elem_6 .article-person .page-personen-image {
width: 20%;
float: left;
}
.tpl_3 .tpl_elem_6 .article-person .article-person-inner {
padding: 0 20px 20px 20px !important;
padding-left: 25% !important;
}
}
@media (min-width: 600px) {
.tpl_elem_6 .article-person .page-personen-image {
width: 20%;
float: left;
}
.tpl_elem_6 .article-person .article-person-inner {
padding: 0 !important;
padding-left: 24% !important;
}
}
@media (min-width: 1200px) {
.tpl_3 .tpl_elem_6 .article-person .page-personen-image {
width: 15%;
}
.tpl_3 .tpl_elem_6 .article-person .article-person-inner {
padding-left: 18% !important;
}
}
.tpl_elem_6 .article-person .article-person-inner.article-person-inner_nopostthumb {
padding-left: 0 !important;
}
.tpl_elem_6 .wrapper-flexible-personen .userimage {
width: 100%;
}
.tpl_elem_6 .wrapper-flexible-personen .article-person-inner,
.tpl_elem_6 .wrapper-flexible-personen .article-person-inner a,
.tpl_elem_6 .wrapper-flexible-personen .article-person-inner * {
background-color: #3952b0;
color: #ffffff;
}
.tpl_elem_6 .wrapper-flexible-personen .article-person {
background-color: #ededed;
background-color: #3952b0;
padding: 20px !important;
margin-bottom: 0;
}
.tpl_elem_6 .wrapper-flexible-personen .article-person {
margin-bottom: 0;
}
.tpl_elem_6 .wrapper-flexible-personen .article-person-inner {
padding: 12px;
height: 100%;
}
.tpl_elem_6 .wrapper-flexible-personen .article-person-inner > *:last-child {
margin-bottom: 0;
}
.tpl_elem_6 .wrapper-flexible-personen .article-person-inner h3 {
margin: 0;
}
.tpl_elem_6 .wrapper-flexible-personen .article-person {
margin-bottom: 30px;
}
.tpl_elem_6 .wrapper-flexible-personen .article-person p {
font-size: 85%;
margin-top: 2px;
margin-bottom: 2px;
padding-top: 2px;
position: relative;
}
.tpl_elem_6 .wrapper-flexible-personen .article-person p:first-of-type {
margin-top: 0;
}
.tpl_elem_6 .wrapper-flexible-flex_hint > div {
padding: 20px 30px;
color: #3952b0;
background-color: #3952b0;
}
.tpl_elem_6 .wrapper-flexible-flex_hint > div a,
.tpl_elem_6 .wrapper-flexible-flex_hint > div * {
color: #ffffff;
} .tpl_elem_6 .wrapper-flexible-slider .slider_inner .slick-prev,
.tpl_elem_6 .wrapper-flexible-slider .slider_inner .slick-next {
opacity: 0;
transition: opacity .3s;
}
.tpl_elem_6 .wrapper-flexible-slider:hover .slider_inner .slick-prev,
.tpl_elem_6 .wrapper-flexible-slider:hover .slider_inner .slick-next {
opacity: 1;
}
.tpl_elem_6 .wrapper-flexible-slider .slider_inner {
overflow: hidden;
}
.tpl_elem_6 .wrapper-flexible-slider article {
position: relative;
}
.tpl_elem_6 .wrapper-flexible-slider article figure {
height: 210px;
width: 100%;
background-size: cover;
}
@media (min-width: 480px) {
.tpl_elem_6 .wrapper-flexible-slider article figure {
height: 400px;
}
}
.tpl_elem_6 .wrapper-flexible-slider .slider-headline {
color: #ffffff;
background-color: #3952b0;
padding: 8px 12px;
position: absolute;
top: 0;
left: 0;
font-size: 94%;
line-height: 1.5em;
}
@media (max-width: 768px) {
.tpl_elem_6 .wrapper-flexible-slider .slider-headline {
font-size: 75%;
}
}
.tpl_elem_6 .wrapper-flexible-slider .slick-dots {
position: absolute;
bottom: 0;
margin-bottom: 0;
width: 100%;
transition: opacity .3s;
opacity: 0;
}
.tpl_elem_6 .wrapper-flexible-slider:hover .slick-dots {
opacity: 1;
}
.tpl_elem_6 .wrapper-flexible-slider:hover .slick-dots li {
opacity: .55;
}
.tpl_elem_6 .wrapper-flexible-slider:hover li.slick-active {
opacity: 1 !important;
}
.tpl_elem_6 .wrapper-flexible-slider .slick-dots li {
display: inline-block;
margin-right: 5px;
}
.tpl_elem_6 .wrapper-flexible-slider .slick-dots li button {
background-color: #3952b0;
}
@media (max-width: 768px) {
.tpl_elem_6 .wrapper-flexible-slider .slick-dots {
position: relative;
opacity: 1;
margin-right: 0 !important;
text-align: left;
}
}
@media (min-width: 1500px) {
.tpl_3 .tpl_elem_6 .wrapper-flexible-slider article figure {
height: 500px;
}
}
@media (min-width: 2100px) {
.tpl_3 .tpl_elem_6 .wrapper-flexible-slider article figure {
height: 650px;
}
} .wrapper-flexible-slider .slider-headline {
font-size: 14px !important;
} .preload_me_svg_inner,
#kalender .stec-preloader,
.wrapper-flexible-news .loading:after {
position:relative;
width: 50px;
height: 50px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-position: center center !important;
background-repeat: no-repeat;
z-index: 20;
}
.preload_me_svg_inner,
#kalender .stec-preloader,
.wrapper-flexible-news .loading:before {
position:relative;
width: 50px;
height: 50px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(0,0,0, .5);
background-color: #222222;
border-radius: 8px;
opacity: .5;
z-index: 19;
}
.preload_me_svg_inner,
#kalender .stec-preloader,
.wrapper-flexible-news .loading:after {
background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22loader-1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20width%3D%2240px%22%20height%3D%2240px%22%20viewBox%3D%220%200%2040%2040%22%20enable-background%3D%22new%200%200%2040%2040%22%20xml%3Aspace%3D%22preserve%22%3E%0A%20%20%3Cpath%20opacity%3D%220.2%22%20fill%3D%22currentColor%22%20d%3D%22M20.201%2C5.169c-8.254%2C0-14.946%2C6.692-14.946%2C14.946c0%2C8.255%2C6.692%2C14.946%2C14.946%2C14.946%0A%20%20%20%20s14.946-6.691%2C14.946-14.946C35.146%2C11.861%2C28.455%2C5.169%2C20.201%2C5.169z%20M20.201%2C31.749c-6.425%2C0-11.634-5.208-11.634-11.634%0A%20%20%20%20c0-6.425%2C5.209-11.634%2C11.634-11.634c6.425%2C0%2C11.633%2C5.209%2C11.633%2C11.634C31.834%2C26.541%2C26.626%2C31.749%2C20.201%2C31.749z%22%2F%3E%0A%20%20%3Cpath%20fill%3D%22%23222222%22%20d%3D%22M26.013%2C10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0%0A%20%20%20%20C22.32%2C8.481%2C24.301%2C9.057%2C26.013%2C10.047z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0A%20%20%20%20%20%20attributeName%3D%22transform%22%0A%20%20%20%20%20%20type%3D%22rotate%22%0A%20%20%20%20%20%20from%3D%220%2020%2020%22%0A%20%20%20%20%20%20to%3D%22360%2020%2020%22%0A%20%20%20%20%20%20dur%3D%220.5s%22%0A%20%20%20%20%20%20repeatCount%3D%22indefinite%22%2F%3E%0A%20%20%20%20%3C%2Fpath%3E%0A%20%20%3C%2Fsvg%3E');
}
.preload_me_svg_inner,
#kalender .stec-preloader,
.wrapper-flexible-news .loading:after {
background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%20%20%20%20%20width%3D%2224px%22%20height%3D%2230px%22%20viewBox%3D%220%200%2024%2030%22%20style%3D%22enable-background%3Anew%200%200%2050%2050%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%20%20%20%20%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%224%22%20height%3D%2210%22%20fill%3D%22%23ffffff%22%3E%0A%20%20%20%20%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0A%20%20%20%20%20%20%20%20attributeName%3D%22transform%22%20type%3D%22translate%22%0A%20%20%20%20%20%20%20%20values%3D%220%200%3B%200%2020%3B%200%200%22%0A%20%20%20%20%20%20%20%20begin%3D%220%22%20dur%3D%220.6s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%20%20%3C%2Frect%3E%0A%20%20%20%20%3Crect%20x%3D%2210%22%20y%3D%220%22%20width%3D%224%22%20height%3D%2210%22%20fill%3D%22%23ffffff%22%3E%0A%20%20%20%20%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0A%20%20%20%20%20%20%20%20attributeName%3D%22transform%22%20type%3D%22translate%22%0A%20%20%20%20%20%20%20%20values%3D%220%200%3B%200%2020%3B%200%200%22%0A%20%20%20%20%20%20%20%20begin%3D%220.2s%22%20dur%3D%220.6s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%20%20%3C%2Frect%3E%0A%20%20%20%20%3Crect%20x%3D%2220%22%20y%3D%220%22%20width%3D%224%22%20height%3D%2210%22%20fill%3D%22%23ffffff%22%3E%0A%20%20%20%20%20%20%3CanimateTransform%20attributeType%3D%22xml%22%0A%20%20%20%20%20%20%20%20attributeName%3D%22transform%22%20type%3D%22translate%22%0A%20%20%20%20%20%20%20%20values%3D%220%200%3B%200%2020%3B%200%200%22%0A%20%20%20%20%20%20%20%20begin%3D%220.4s%22%20dur%3D%220.6s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%20%20%3C%2Frect%3E%0A%20%20%3C%2Fsvg%3E');
} body.scrolltop_s_oben .menuhelper,
body.scrolltop_s_unten .menuhelper {
display: none;
}
@media (min-width: 768px) {
body.scrolltop_s_oben .menuhelper {
display: none;
}
body.scrolltop_s_unten .menuhelper {
display: block;
}
}  .home_gallery_stream_1 { padding-bottom: 40px;
}
.home_gallery_stream_1 .col_hasgutter_4 {
padding-left: 13px;
padding-right: 13px;
}
.home_gallery_stream_1 .grid-sizer,
.home_gallery_stream_1 .grid-item { 
width: 20%; 
}
.home_gallery_stream_1 .grid-item:nth-child(4),
.home_gallery_stream_1 .grid-item:nth-child(6),
.home_gallery_stream_1 .grid-item:nth-child(11) { 
width: 40%;
}
@media (min-width: 992px) {
.home_gallery_stream_1 .grid-sizer,
.home_gallery_stream_1 .grid-item { 
width: 10%; 
}
.home_gallery_stream_1 .grid-item:nth-child(4),
.home_gallery_stream_1 .grid-item:nth-child(6),
.home_gallery_stream_1 .grid-item:nth-child(11) { 
width: 20%;
}
}
.home_gallery_stream_1 .grid-item {
position: relative;
overflow: hidden;
border: 4px solid transparent;
}
.home_gallery_stream_1 .grid-item .grid-item_inner {
display: block;
width: 100%;
left: 0;
right: 0;
top: auto;
bottom: 0;
margin-bottom: -62px;
height: 60px;
z-index: 4;
position: absolute;
transition: all .4s;
}
.home_gallery_stream_1 .grid-item:hover .grid-item_inner {
bottom: 0;
margin-bottom: 0;
}
.home_gallery_stream_1 .grid-item .grid-item_inner a {
margin-top: 10px;
border-radius: 5px;
}
.home_gallery_stream_1 .grid-item .grid-item_permalink {
position: absolute;
top: 0;
left: 15px;
width: 40px;
height: 40px;
line-height: 40px;
vertical-align: middle;
text-align: center;
background-color: #333333;
color: #ffffff;
}
.home_gallery_stream_1 .grid-item .fancybox {
position: absolute;
top: 0;
right: 15px;
width: 40px;
height: 40px;
line-height: 40px;
vertical-align: middle;
text-align: center;
background-color: #333333;
color: #ffffff;
} .home_gallery_stream_2 {
padding-bottom: 0;
}
.home_gallery_stream_2 .col_hasgutter_4 {
padding-left: 13px;
padding-right: 13px;
}
.home_gallery_stream_2 .grid-sizer,
.home_gallery_stream_2 .grid-item { 
width: 20%; 
}
.home_gallery_stream_2 .grid-item:nth-child(4),
.home_gallery_stream_2 .grid-item:nth-child(6),
.home_gallery_stream_2 .grid-item:nth-child(11) { 
width: 40%;
}
@media (min-width: 992px) {
.home_gallery_stream_2 .grid-sizer,
.home_gallery_stream_2 .grid-item { 
width: 10%; 
}
.home_gallery_stream_2 .grid-item:nth-child(4),
.home_gallery_stream_2 .grid-item:nth-child(6),
.home_gallery_stream_2 .grid-item:nth-child(11) { 
width: 20%;
}
}
.home_gallery_stream_2 .grid-item {
position: relative;
overflow: hidden;
border: 0;
}
.home_gallery_stream_2 .grid-item .grid-item_inner {
display: block;
width: 100%;
left: 0;
right: 0;
top: auto;
bottom: 0;
margin-bottom: -62px;
height: 60px;
z-index: 4;
position: absolute;
transition: all .4s;
}
.home_gallery_stream_2 .grid-item:hover .grid-item_inner {
bottom: 0;
margin-bottom: 0;
}
.home_gallery_stream_2 .grid-item .grid-item_inner a {
margin-top: 10px;
border-radius: 5px;
}
.home_gallery_stream_2 .grid-item .grid-item_permalink {
position: absolute;
top: 0;
left: 15px;
width: 40px;
height: 40px;
line-height: 40px;
vertical-align: middle;
text-align: center;
background-color: #333333;
color: #ffffff;
}
.home_gallery_stream_2 .grid-item .fancybox {
position: absolute;
top: 0;
right: 15px;
width: 40px;
height: 40px;
line-height: 40px;
vertical-align: middle;
text-align: center;
background-color: #333333;
color: #ffffff;
} .comments_wrapper {
margin-bottom: 30px;
margin-top: 50px;
}
.comments_wrapper .comment-author.vcard {
margin-bottom: 10px;
font-size: 20px;
}
.comments_wrapper .comment-author.vcard img {
display: none;
}
.comments_wrapper ul.commentlist {
padding-left: 0;
}
.comments_wrapper .comment-meta {
font-size: 14px;
}
.comments_wrapper ul.commentlist ul.children {
margin-top: 30px;
}
.comments_wrapper ul.commentlist li {
list-style: none;
background-color: #ededed;
padding: 30px;
}
.comments_wrapper .commentlist > li + li {
margin-top: 40px;
}
.comments_wrapper .commentlist ul.children li:last-child {
padding-bottom: 0;
padding-top: 0;
padding-left: 0;
}
.comments_wrapper .comments_respond {
margin-top: 20px;
margin-bottom: 20px;
}
.comments_wrapper .comments_respond textarea {
width: 100%;
background-color: #ededed !important;
border: none !important;
padding: 10px 20px;
}
.comments_wrapper .comment-name input,
.comments_wrapper .comment-email input {
width: 100%;
background-color: #ededed !important;
border: none !important;
padding: 10px 20px;
} .tpl_3 .page_header-fullwidth-bigheadline {
width: 100%;
height: 500px;
padding-left: 0;
padding-right: 0;
position: relative;
display: block;
background-repeat: no-repeat;
background-size: auto 100%;
background-size: cover;
background-position: center center;
}
@media (min-width: 768px) {
.tpl_3 .page_header-fullwidth-bigheadline {
height: 350px;
}
}
@media(min-width: 996px) {
.tpl_3 .page_header-fullwidth-bigheadline {
height: 450px;
}
}
@media(min-width: 1600px) {
.tpl_3 .page_header-fullwidth-bigheadline {
height: 500px;
}
}
@media(min-width: 2200px) {
.tpl_3 .page_header-fullwidth-bigheadline {
height: 600px;
}
}