@keyframes turn-on-visibility { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes turn-off-visibility { 0% { opacity: 1; visibility: visible; } 99% { opacity: 0; visibility: visible; } 100% { opacity: 0; visibility: hidden; } }@keyframes lightbox-zoom-in { 0% { transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); } 100% { transform: translate(-50%, -50%) scale(1); } }@keyframes lightbox-zoom-out { 0% { transform: translate(-50%, -50%) scale(1); visibility: visible; } 99% { visibility: visible; } 100% { transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); visibility: hidden; } }ol, ul { box-sizing: border-box; }@keyframes overlay-menu__fade-in-animation { 0% { opacity: 0; transform: translateY(0.5em); } 100% { opacity: 1; transform: translateY(0px); } }.editor-styles-wrapper, .entry-content { counter-reset: footnotes 0; }:root { --wp--preset--font-size--normal:16px; --wp--preset--font-size--huge:42px; }.screen-reader-text { border: 0px; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; overflow-wrap: normal !important; }:root { --wp--preset--aspect-ratio--square: 1; --wp--preset--aspect-ratio--4-3: 4/3; --wp--preset--aspect-ratio--3-4: 3/4; --wp--preset--aspect-ratio--3-2: 3/2; --wp--preset--aspect-ratio--2-3: 2/3; --wp--preset--aspect-ratio--16-9: 16/9; --wp--preset--aspect-ratio--9-16: 9/16; --wp--preset--color--black: #000000; --wp--preset--color--cyan-bluish-gray: #abb8c3; --wp--preset--color--white: #ffffff; --wp--preset--color--pale-pink: #f78da7; --wp--preset--color--vivid-red: #cf2e2e; --wp--preset--color--luminous-vivid-orange: #ff6900; --wp--preset--color--luminous-vivid-amber: #fcb900; --wp--preset--color--light-green-cyan: #7bdcb5; --wp--preset--color--vivid-green-cyan: #00d084; --wp--preset--color--pale-cyan-blue: #8ed1fc; --wp--preset--color--vivid-cyan-blue: #0693e3; --wp--preset--color--vivid-purple: #9b51e0; --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%); --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%); --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%); --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%); --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eeeeee 0%,#a9b8c3 100%); --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%); --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%); --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%); --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%); --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%); --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%); --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%); --wp--preset--font-size--small: 13px; --wp--preset--font-size--medium: 20px; --wp--preset--font-size--large: 36px; --wp--preset--font-size--x-large: 42px; --wp--preset--spacing--20: 0.44rem; --wp--preset--spacing--30: 0.67rem; --wp--preset--spacing--40: 1rem; --wp--preset--spacing--50: 1.5rem; --wp--preset--spacing--60: 2.25rem; --wp--preset--spacing--70: 3.38rem; --wp--preset--spacing--80: 5.06rem; --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2); --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4); --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2); --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1); --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1); }@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@keyframes blink { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }#fancybox-loading { position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; cursor: pointer; overflow: hidden; z-index: 1104; display: none; }#fancybox-loading div { position: absolute; top: 0px; left: 0px; width: 40px; height: 480px; background-image: url(https://www.smart-force.de/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png); }#fancybox-overlay { position: absolute; top: 0px; left: 0px; width: 100%; z-index: 1100; display: none; }#fancybox-tmp { padding: 0px; margin: 0px; border: 0px; overflow: auto; display: none; }#fancybox-wrap { position: absolute; top: 0px; left: 0px; padding: 20px; z-index: 1101; outline: none; display: none; }#fancybox-outer { position: relative; width: 100%; height: 100%; background: #ffffff; }#fancybox-content { width: 0px; height: 0px; padding: 0px; outline: none; position: relative; overflow: hidden; z-index: 1102; border: 0px solid #ffffff; }#fancybox-close { position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; background: url(https://www.smart-force.de/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png) -40px 0px transparent; cursor: pointer; z-index: 1103; display: none; }#fancybox-left, #fancybox-right { position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; outline: none; background: url(https://www.smart-force.de/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/blank.gif) transparent; z-index: 1102; display: none; }#fancybox-left { left: 0px; }#fancybox-right { right: 0px; }#fancybox-left-ico, #fancybox-right-ico { position: absolute; top: 50%; left: -9999px; width: 30px; height: 30px; margin-top: -15px; cursor: pointer; z-index: 1102; display: block; }#fancybox-left-ico { background-image: url(https://www.smart-force.de/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png); background-position: -40px -30px; }#fancybox-right-ico { background-image: url(https://www.smart-force.de/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png); background-position: -40px -60px; }#fancybox-left:hover, #fancybox-right:hover { visibility: visible; }#fancybox-left:hover span { left: 20px; }#fancybox-right:hover span { left: auto; right: 20px; }.fancybox-bg { position: absolute; padding: 0px; margin: 0px; border: 0px; width: 20px; height: 20px; z-index: 1001; }#fancybox-bg-n { top: -20px; left: 0px; width: 100%; background-image: url(https://www.smart-force.de/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-x.png); }#fancybox-bg-ne { top: -20px; right: -20px; background-image: url(https://www.smart-force.de/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png); background-position: -40px -162px; }#fancybox-bg-e { top: 0px; right: -20px; height: 100%; background-image: url(https://www.smart-force.de/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-y.png); background-position: -20px 0px; }#fancybox-bg-se { bottom: -20px; right: -20px; background-image: url(https://www.smart-force.de/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png); background-position: -40px -182px; }#fancybox-bg-s { bottom: -20px; left: 0px; width: 100%; background-image: url(https://www.smart-force.de/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-x.png); background-position: 0px -20px; }#fancybox-bg-sw { bottom: -20px; left: -20px; background-image: url(https://www.smart-force.de/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png); background-position: -40px -142px; }#fancybox-bg-w { top: 0px; left: -20px; height: 100%; background-image: url(https://www.smart-force.de/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-y.png); }#fancybox-bg-nw { top: -20px; left: -20px; background-image: url(https://www.smart-force.de/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png); background-position: -40px -122px; }#fancybox-title { font-family: Helvetica; font-size: 12px; z-index: 1102; }.fancybox-ie .fancybox-bg { background: transparent !important; }.fancybox-ie #fancybox-bg-n { }.fancybox-ie #fancybox-bg-ne { }.fancybox-ie #fancybox-bg-e { }.fancybox-ie #fancybox-bg-se { }.fancybox-ie #fancybox-bg-s { }.fancybox-ie #fancybox-bg-sw { }.fancybox-ie #fancybox-bg-w { }.fancybox-ie #fancybox-bg-nw { }#fancybox-wrap, #fancybox-content, #fancybox-outer { box-sizing: content-box; }@-webkit-keyframes fa-beat { 0%, 90% { transform: scale(1); } 45% { transform: scale(var(--fa-beat-scale,1.25)); } }@keyframes fa-beat { 0%, 90% { transform: scale(1); } 45% { transform: scale(var(--fa-beat-scale,1.25)); } }@-webkit-keyframes fa-bounce { 0% { transform: scale(1) translateY(0px); } 10% { transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,0.9)) translateY(0); } 30% { transform: scale(var(--fa-bounce-jump-scale-x,0.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-0.5em)); } 50% { transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,0.95)) translateY(0); } 57% { transform: scale(1) translateY(var(--fa-bounce-rebound,-0.125em)); } 64% { transform: scale(1) translateY(0px); } 100% { transform: scale(1) translateY(0px); } }@keyframes fa-bounce { 0% { transform: scale(1) translateY(0px); } 10% { transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,0.9)) translateY(0); } 30% { transform: scale(var(--fa-bounce-jump-scale-x,0.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-0.5em)); } 50% { transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,0.95)) translateY(0); } 57% { transform: scale(1) translateY(var(--fa-bounce-rebound,-0.125em)); } 64% { transform: scale(1) translateY(0px); } 100% { transform: scale(1) translateY(0px); } }@-webkit-keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity,0.4); } }@keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity,0.4); } }@-webkit-keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity,0.4); transform: scale(1); } 50% { opacity: 1; transform: scale(var(--fa-beat-fade-scale,1.125)); } }@keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity,0.4); transform: scale(1); } 50% { opacity: 1; transform: scale(var(--fa-beat-fade-scale,1.125)); } }@-webkit-keyframes fa-flip { 50% { transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg)); } }@keyframes fa-flip { 50% { transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg)); } }@-webkit-keyframes fa-shake { 0% { transform: rotate(-15deg); } 4% { transform: rotate(15deg); } 8%, 24% { transform: rotate(-18deg); } 12%, 28% { transform: rotate(18deg); } 16% { transform: rotate(-22deg); } 20% { transform: rotate(22deg); } 32% { transform: rotate(-12deg); } 36% { transform: rotate(12deg); } 40%, 100% { transform: rotate(0deg); } }@keyframes fa-shake { 0% { transform: rotate(-15deg); } 4% { transform: rotate(15deg); } 8%, 24% { transform: rotate(-18deg); } 12%, 28% { transform: rotate(18deg); } 16% { transform: rotate(-22deg); } 20% { transform: rotate(22deg); } 32% { transform: rotate(-12deg); } 36% { transform: rotate(12deg); } 40%, 100% { transform: rotate(0deg); } }@-webkit-keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(1turn); } }@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(1turn); } }:host, :root { --fa-style-family-brands:"Font Awesome 6 Brands"; --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"; }:host, :root { --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"; }:host, :root { --fa-style-family-classic:"Font Awesome 6 Free"; --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"; }.ngg-clear { clear: both; }.ngg-galleryoverview { overflow: hidden; margin-top: 10px; width: 100%; clear: both; display: block !important; }.ngg-gallery-thumbnail-box { float: left; max-width: 100% !important; }.ngg-gallery-thumbnail { text-align: center; background-color: #ffffff; border: 1px solid #a9a9a9; margin: 5px; max-width: 100% !important; }.ngg-gallery-thumbnail a { display: block; margin: 4px; border: none; box-shadow: none; }.ngg-gallery-thumbnail img { display: block; margin: 0px; padding: 0px; position: relative; height: auto; max-width: 100% !important; }.ngg-galleryoverview { margin-top: 40px; margin-bottom: 50px; transition:width, height, background-color, transform 1s, 1s, 1s, 1s ease, ease, ease, ease; min-height: 100px; }.ngg-galleryoverview.default-view { text-align: center; font-size: 0px !important; letter-spacing: 0px !important; }.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box { display: inline-block; float: none; vertical-align: middle; }.ngg-galleryoverview.default-view .ngg-gallery-thumbnail { background-color: transparent; border: none; margin: 0px; position: relative; }.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a { margin: 2px; box-shadow: none; }.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img:hover { opacity: 0.8; }.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img { margin: 0px auto; box-shadow: none; cursor: pointer; }.ngg-galleryoverview.default-view .slideshowlink { margin: 24px auto 0px; text-align: center; text-transform: uppercase; }.ngg-galleryoverview.default-view .slideshowlink a { font-size: 13px; letter-spacing: 0.75px; cursor: pointer; text-decoration: none; box-shadow: none; border: none; }.ngg-galleryoverview.default-view .slideshowlink a:hover { text-decoration: none !important; box-shadow: none !important; border: none !important; }@font-face { font-family: Domine; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/domine/v25/L0x8DFMnlVwD4h3hu_qnZypEiw.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: Domine; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/domine/v25/L0x8DFMnlVwD4h3hu_qnZypEiw.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face{font-family:"Lato";font-weight:400;font-style:normal;unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src:url(https://www.smart-force.de/wp-content/swift-ai/cache/www.smart-force.de/leistungen/incentives/__data/S6uyw4BMUTPHjx4wXiWtFCc0997649a.woff) format('woff2');font-display:swap;}@font-face{font-family:"Lato";font-weight:900;font-style:normal;unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src:url(https://www.smart-force.de/wp-content/swift-ai/cache/www.smart-force.de/leistungen/incentives/__data/S6u9w4BMUTPHh50XSwiPGQ3q5d0da400bd9.woff) format('woff2');font-display:swap;}* { box-sizing: border-box; }html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0px; padding: 0px; border: 0px; font-size: 100%; vertical-align: baseline; }article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }html { font-size: 100%; overflow-y: scroll; text-size-adjust: 100%; }img { border: 0px; }a:hover, a:active, a:focus { outline: none; }input { border-radius: 0px; }.clearfix::after { clear: both; content: " "; display: block; font-size: 0px; line-height: 0; visibility: hidden; width: 0px; height: 0px; }@font-face{font-family:"Genericons";font-weight:400;font-style:normal;src:url(https://www.smart-force.de/wp-content/swift-ai/cache/www.smart-force.de/leistungen/incentives/__data/genericons-regular-webfont530a3d3e.woff) format('woff2');font-display:swap;}body { margin: 0px auto; font-family: Lato, "Helvetica Neue", Arial, sans-serif; color: #3f3f3f; hyphens: auto; }#site-title h1, .entry-content p, .entry-content ul, .entry-content ol, .single-post .author-info p.author-description { font-family: Domine, Georgia, serif; }#main-wrap { padding: 25px 20px; }h1, h2, h3, h4, h5, h6 { color: #3f3f3f; font-weight: bold; text-rendering: optimizelegibility; overflow-wrap: break-word; }h1 { margin: 1.7em 0px 1.5em; font-size: 1.75rem; }h2 { margin: 1.4em 0px; font-size: 1.375rem; }h3 { margin: 1.1em 0px; font-size: 1.25rem; }p { margin-bottom: 24px; }ul, ol { margin: 0px 0px 24px; padding-left: 24px; overflow: auto; }ul { list-style: disc; }li > ul, li > ol { margin-bottom: 0px; margin-left: 24px; }.entry-content ul li, .entry-content ol li, #comments ul li, #comments ul li { margin-bottom: 20px; }dfn, em, i { font-style: italic; }code, kbd, tt, var { font-family: Domine, serif, Monaco, monospace; }img { height: auto; max-width: 100%; }input, textarea { padding: 8px 2%; background: none; border: 1px solid #3f3f3f; font-family: Lato, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; color: #3f3f3f; line-height: 1.6; appearance: none; outline-color: transparent; outline-style: none; }input:hover, input:focus, v:active, textarea:hover, textarea:focus, textarea:active { background: #ffffff; border: 1px solid #3f3f3f; }input[type="button"], input[type="submit"] { padding: 11px 15px; background: #3f3f3f; border: none; font-size: 0.75rem; color: #ffffff; text-transform: uppercase; letter-spacing: 2px; cursor: pointer; appearance: none; transition: all 0.15s linear 0s; }body, .page .entry-content h2 span { background: #f4f4f4; }a, .entry-header h2.entry-title a:hover, .responsive-slider.flexslider .slide h2.slide-title a:hover, input#submit:hover, input.wpcf7-submit:hover, .format-link a.link:hover, ul.dorayaki-rp li.rp-box h3.rp-title a:hover, .responsive-slider.flexslider .slide h2.slide-title span, .portfolio-box h3.portfolio-title a:hover, .widget h3.widget-title a:hover, .search-btn-open::before, .menu-btn-open::before, #site-nav li a:hover, a.more-link:hover, .morelink-icon:hover::after, #comments .comment-content ul.comment-meta a:hover, .contact-box .cb-emails span, a#desktop-search-btn.btn-open::after { color: #92dadd; text-decoration: none; transition: all 0.15s linear 0s; }a:hover { color: #2aa3b2; }.entry-content a:hover, .textwidget a:hover, .comment-text a:hover { text-decoration: underline; }.search-btn-open, .menu-btn-open, input[type="button"]:hover, input[type="submit"]:hover, .jetpack_subscription_widget input[type="submit"]:hover, input#submit:hover, input.wpcf7-submit:hover, .contact-box a.cb-maplink:hover, .entry-content p.slogan a:hover, a.service-box:hover, a#desktop-search-btn:hover, a#desktop-search-btn.btn-open { background: #92dadd; }.footerlabel { color: #92dadd; }#colophon { background: #92dadd; }#masthead ul.headerinfo-text li span { background: #92dadd; }#masthead { position: relative; display: block; background: #ffffff; }#site-title { padding: 20px; border-top: 5px solid #92dadd; text-align: center; }a#desktop-search-btn, .header-widget-wrap { display: none; }.mobile-nav-container { position: relative; }#masthead a#mobile-search-btn, #masthead a#mobile-menu-btn { display: block; position: relative; width: 50%; height: 60px; margin: 0px; color: #bbbbbb; text-align: center; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; appearance: none; }#masthead a#mobile-search-btn { float: left; padding: 18px 0px 0px; }#masthead a#mobile-menu-btn { float: right; padding: 20px 0px 0px; border-left: 1px solid #eaeaea; }#masthead a#mobile-search-btn span, #masthead a#mobile-menu-btn span { display: none; }.search-icon::after { content: ""; display: inline-block; -webkit-font-smoothing: antialiased; font: 28px / 1 Genericons; vertical-align: top; }.menu-icon::after { content: ""; display: inline-block; -webkit-font-smoothing: antialiased; font: 21px / 1 Genericons; vertical-align: top; }#search-wrap { display: none; width: 100%; padding: 20px 15px; background: #3f3f3f; z-index: 10; }#search-wrap #s { width: 100%; border: none; background: #ffffff; padding: 15px; font-family: Lato, "Helvetica Neue", Arial, sans-serif; font-size: 1rem; color: #3f3f3f; font-weight: 300; }#s:hover, #s:focus, #s:active { border: none; }#masthead input#searchsubmit { display: none; }#site-nav { display: none; background: #3f3f3f; clear: both; z-index: 1; padding: 30px 0px; }#site-nav ul { margin: 0px; }#site-nav ul.sub-menu, #site-nav ul.children { padding: 20px 0px; }#site-nav ul.sub-menu:last-child, #site-nav ul.children:last-child { padding-bottom: 0px; }#site-nav ul li { display: block; padding: 14px 0px; text-align: center; }#site-nav li a { display: inline-block; font-size: 0.9375rem; color: #ffffff; text-transform: uppercase; letter-spacing: 1px; }#site-nav ul li ul li:first-child { padding-top: 0px; }#site-nav ul li ul li:last-child { padding: 0px; }#site-nav li li a { font-size: 0.9375rem; text-transform: none; color: #9e9e9e; }.entry-content, .entry-summary { max-width: 100%; }.entry-header { max-width: 100%; padding: 0px; overflow-wrap: break-word; }.entry-header h1.entry-title, .entry-header h2.entry-title { font-size: 1.375rem; font-weight: 900; line-height: 1.45; text-transform: uppercase; letter-spacing: 2px; margin: 10px 0px 14px; }.entry-content p, .entry-summary p, .entry-content ul, .entry-content ol { font-size: 0.9375rem; line-height: 1.8; overflow-wrap: break-word; }img { max-width: 100%; height: auto; }#comments { position: relative; }#commentform textarea#comment:hover, #commentform textarea#comment:focus, #commentform textarea#comment:active, #commentform input#author:hover, #commentform input#author:focus, #commentform input#author:active, #commentform input#email:hover, #commentform input#email:focus, #commentform input#email:active, #commentform input#url:hover, #commentform input#url:focus, #commentform input#url:active, #site-content .wpcf7 textarea:hover, #site-content .wpcf7 textarea:focus, #site-content .wpcf7 textarea:active, #site-content .wpcf7 input.wpcf7-text:hover, #site-content .wpcf7 input.wpcf7-text:focus, #site-content .wpcf7 input.wpcf7-text:active, #s:hover, #s:focus, #s:active, .jetpack_subscription_widget input#subscribe-field:hover, .jetpack_subscription_widget input#subscribe-field:focus, .jetpack_subscription_widget input#subscribe-field:active { border: 1px solid #000000; }.page .entry-header h1.entry-title { font-family: Domine, Georgia, serif; font-size: 28px; line-height: 1.3; font-weight: normal; text-transform: none; letter-spacing: 0px; }.page .entry-content h2.centered { margin: 40px 0px; text-align: center; position: relative; display: block; background: url(https://www.smart-force.de/wp-content/themes/smartforce/images/h2-border.png) 0px 50% repeat-x; text-transform: uppercase; letter-spacing: 1px; font-size: 0.875rem; color: #aeaeae; }.page .entry-content h2.centered span { padding: 0px 10px; display: inline-block; }.widget-area .widget h3.widget-title, .widget-area .widget_get_recent_comments h1.widget-title { margin: 0px; padding: 0px 0px 15px; font-size: 1rem; font-weight: bold; }.widget-area .widget ul { margin: 0px; padding: 0px; }.widget-area .widget ul li { padding-bottom: 10px; list-style: none; font-size: 0.875rem; line-height: 1.5; }.widget-area .widget ul li a:hover { text-decoration: none; }.textwidget { font-size: 0.875rem; line-height: 1.7; }ul.sociallinks { display: block; overflow: hidden; margin: 0px; padding: 0px; }ul.sociallinks li { display: inline-block; margin: 0px 6px 9px 0px; list-style: none; padding: 0px !important; }ul.sociallinks li a { width: 40px; height: 40px; display: block; padding: 0px; margin: 0px; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 1px solid #3f3f3f; border-radius: 100px; transition:none 0s ease; }ul.sociallinks li a.linkedin { background: url(https://www.smart-force.de/wp-content/themes/smartforce/images/socialicons.png) -880px 0px no-repeat; }ul.sociallinks li a.xing { background: url(https://www.smart-force.de/wp-content/themes/smartforce/images/socialicons.png) -920px 0px no-repeat; }ul.sociallinks li a.linkedin:hover { background: url(https://www.smart-force.de/wp-content/themes/smartforce/images/socialicons.png) -880px -40px no-repeat #3f3f3f; }ul.sociallinks li a.xing:hover { background: url(https://www.smart-force.de/wp-content/themes/smartforce/images/socialicons.png) -920px -40px no-repeat #3f3f3f; }#colophon { clear: both; margin: 0px auto; padding: 50px 20px 0px; }#colophon a { color: #3f3f3f; }#colophon a:hover { color: #000000; text-decoration: underline; }#footerwidget-wrap { position: relative; }#footerwidget-wrap .widget { padding: 0px 0px 50px; }#footerwidget-wrap .widget-area { border-top: 5px solid #3f3f3f; padding: 30px 0px 0px; }#footerwidget-wrap .widget h3.widget-title, #footerwidget-wrap .widget_get_recent_comments h1.widget-title { font-size: 1.1875rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 900; }#footerwidget-wrap .widget ul { margin: 0px; padding-left: 0px; }#colophon #site-info { position: relative; padding: 0px; overflow: hidden; }#colophon #site-info ul { margin: 0px; padding: 0px 0px 40px; list-style: none; text-align: center; }#colophon #site-info ul.credit li, #colophon p.credittext { display: block; padding: 0px 0px 7px; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; }#colophon .footer-nav { display: block; padding: 0px; font-size: 0.875rem; font-weight: bold; text-align: center; }#colophon #site-info .footer-nav ul.menu li { padding: 0px 0px 15px; }#colophon #site-info .footer-nav ul.menu li:last-of-type { padding: 0px; }#colophon #site-info .footer-nav ul.menu li a:hover { text-decoration: underline; }.footerlabel { background: #3f3f3f; padding: 25px 0px 35px; text-align: center; }.two-columns-one, .three-columns-one, .three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three { width: 100%; }.two-columns-one, .three-columns-one, .three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three { float: left; margin-right: 0px; margin-bottom: 40px; position: relative; }.last { clear: right; margin-right: 0px !important; margin-bottom: 0px !important; }@media not all, not all, only screen and (-webkit-min-device-pixel-ratio: 1.5), not all{ul.sociallinks li a.linkedin { background: url(https://www.smart-force.de/wp-content/themes/smartforce/images/x2/socialicons.png) -880px 0px / 1120px 80px no-repeat; }ul.sociallinks li a.xing { background: url(https://www.smart-force.de/wp-content/themes/smartforce/images/x2/socialicons.png) -920px 0px / 1120px 80px no-repeat; }ul.sociallinks li a.linkedin:hover { background: url(https://www.smart-force.de/wp-content/themes/smartforce/images/x2/socialicons.png) -880px -40px / 1120px 80px no-repeat #3f3f3f; }ul.sociallinks li a.xing:hover { background: url(https://www.smart-force.de/wp-content/themes/smartforce/images/x2/socialicons.png) -920px -40px / 1120px 80px no-repeat #3f3f3f; }}#site-title { border-top: 0px !important; }#site-nav ul { border-top: 0px !important; }h2.centered span { font-family: Lato, sans-serif; font-weight: bold; }.footerlabel { background: none 0px 0px repeat scroll #ffffff !important; }.ngg-gallery-thumbnail img { border: 0px !important; padding: 0px !important; }#footerwidget-wrap { padding: 0px !important; }.search-btn-open, .menu-btn-open, input[type="button"]:hover, input[type="submit"]:hover, .jetpack_subscription_widget input[type="submit"]:hover, input#submit:hover, input.wpcf7-submit:hover, .contact-box a.cb-maplink:hover, .entry-content p.slogan a:hover, a.service-box:hover, a#desktop-search-btn:hover, a#desktop-search-btn.btn-open { background: none 0px 0px repeat scroll #ffffff !important; }.mobile-nav-container a { color: #3f3f3f !important; }#main-wrap { padding: 20px 0px !important; }.footerlabel { margin: 0px 105px 0px 0px; bottom: 15px; }#colophon .credit-wrap { padding: 60px 0px 0px; }#colophon #site-info ul.credit li, #colophon p.credittext { text-transform: none !important; }#respo_title { width: 271px; height: 48px; background-color: #ffffff; background-image: url(//www.smart-force.de/wp-content/themes/smartforce/images/x2/respo_bild.jpg); margin: 0px auto; background-repeat: no-repeat; padding: 20px 0px 20px 20px; }body, .page .entry-content h2 span { background: #f2f5e6; }.footerlabel { color: #ffffff; }#colophon { background: #ffffff; }a, .entry-header h2.entry-title a:hover, .responsive-slider.flexslider .slide h2.slide-title a:hover, input#submit:hover, input.wpcf7-submit:hover, .format-link a.link:hover, ul.dorayaki-rp li.rp-box h3.rp-title a:hover, .responsive-slider.flexslider .slide h2.slide-title span, .portfolio-box h3.portfolio-title a:hover, .widget h3.widget-title a:hover, .search-btn-open::before, .menu-btn-open::before, #site-nav li a:hover, a.more-link:hover, .morelink-icon:hover::after, #comments .comment-content ul.comment-meta a:hover, .contact-box .cb-emails span, a#desktop-search-btn.btn-open::after { color: #a0ba39; }.search-btn-open, .menu-btn-open, input[type="button"]:hover, input[type="submit"]:hover, .jetpack_subscription_widget input[type="submit"]:hover, input#submit:hover, input.wpcf7-submit:hover, .contact-box a.cb-maplink:hover, .entry-content p.slogan a:hover, a.service-box:hover, a#desktop-search-btn:hover, a#desktop-search-btn.btn-open { background: #a0ba39; }#site-title { border-top: 5px solid #a0ba39; }a:hover { color: #708325; }#masthead ul.headerinfo-text li span { background: #d8e59a; }.sui { display: inline-block; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; line-height: 1; font-family: ShortcodesUltimateIcons; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; }@keyframes sui-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } }.sui-check-square::before { content: ""; }.su-list { margin-bottom: 1.5em; }.su-list ul { margin: 0px !important; padding: 0px !important; list-style: none !important; }.su-list ul li { position: relative; line-height: 1.3em; display: block !important; margin: 0px !important; padding: 4px 0px 4px 2em !important; list-style-type: none !important; }.su-list ul li > i { position: absolute; left: 0px; top: 4px; width: 1.3em; height: 1.3em; line-height: 1.3em; text-align: center; }body.swift-nojs [data-s3cid="1"]{min-width: 100vw;}body.swift-nojs [data-s3cid="2"]{min-width: 100vw;}body.swift-nojs [data-s3cid="3"]{min-width: 100vw;}body.swift-nojs [data-s3cid="5"]{min-width: 100vw;}body.swift-nojs [data-s3cid="10"]{min-width: 100vw;}body.swift-nojs [data-s3cid="11"]{min-width: 100vw;}body.swift-nojs [data-s3cid="12"]{min-width: 100vw;}body.swift-nojs [data-s3cid="13"]{min-width: 100vw;}body.swift-nojs [data-s3cid="14"]{min-width: 100vw;}body.swift-nojs [data-s3cid="15"]{min-width: 100vw;}body.swift-nojs [data-s3cid="16"]{min-width:366px;}body.swift-nojs [data-s3cid="17"]{min-width:366px;}body.swift-nojs [data-s3cid="18"]{min-width:366px;}body.swift-nojs [data-s3cid="19"]{min-width:366px;}body.swift-nojs [data-s3cid="20"]{min-width:366px;}body.swift-nojs [data-s3cid="21"]{min-width:366px;}body.swift-nojs [data-s3cid="22"]{min-width:366px;}body.swift-nojs [data-s3cid="23"]{min-width:366px;}body.swift-nojs [data-s3cid="24"]{min-width:366px;}body.swift-nojs [data-s3cid="25"]{min-width:366px;}body.swift-nojs [data-s3cid="26"]{min-width:366px;}body.swift-nojs [data-s3cid="27"]{min-width:366px;}body.swift-nojs [data-s3cid="28"]{min-width:366px;}body.swift-nojs [data-s3cid="29"]{min-width:366px;}body.swift-nojs [data-s3cid="30"]{min-width: 100vw;}body.swift-nojs [data-s3cid="31"]{min-width: 100vw;}body.swift-nojs [data-s3cid="32"]{min-width: 100vw;}body.swift-nojs [data-s3cid="33"]{min-width: 100vw;}body.swift-nojs [data-s3cid="34"]{min-width: 100vw;}body.swift-nojs [data-s3cid="35"]{min-width: 100vw;}body.swift-nojs [data-s3cid="36"]{min-width: 100vw;}body.swift-nojs [data-s3cid="37"]{min-width: 100vw;max-height:837.984375px;}body.swift-nojs [data-s3cid="38"]{min-width:361px;max-height:437.984375px;}body.swift-nojs [data-s3cid="39"]{min-width:361px;}body.swift-nojs [data-s3cid="40"]{min-width:361px;max-height:265.984375px;}body.swift-nojs [data-s3cid="41"]{min-width:361px;max-height:118.984375px;}body.swift-nojs [data-s3cid="42"]{min-width:361px;min-height:350px;}body.swift-nojs [data-s3cid="43"]{min-width:361px;min-height:290px;}body.swift-nojs [data-s3cid="44"]{min-width:256px;}html{opacity:1}