@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:'FontAwesome';src:url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}  .fa-lg{font-size:1.33333333em;line-height:.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:solid .08em #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)} 100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}  @keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}  .fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}  .fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}  .fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}  .fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}  .fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}  :root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}  .fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}  .fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}  .fa-stack-1x{line-height:inherit}  .fa-stack-2x{font-size:2em}  .fa-inverse{color:#fff}  .fa-glass:before{content:"\f000"}  .fa-music:before{content:"\f001"}  .fa-search:before{content:"\f002"}  .fa-envelope-o:before{content:"\f003"}  .fa-heart:before{content:"\f004"}  .fa-star:before{content:"\f005"}  .fa-star-o:before{content:"\f006"}  .fa-user:before{content:"\f007"}  .fa-film:before{content:"\f008"}  .fa-th-large:before{content:"\f009"}  .fa-th:before{content:"\f00a"}  .fa-th-list:before{content:"\f00b"}  .fa-check:before{content:"\f00c"}  .fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}  .fa-search-plus:before{content:"\f00e"}  .fa-search-minus:before{content:"\f010"}  .fa-power-off:before{content:"\f011"}  .fa-signal:before{content:"\f012"}  .fa-gear:before,.fa-cog:before{content:"\f013"}  .fa-trash-o:before{content:"\f014"}  .fa-home:before{content:"\f015"}  .fa-file-o:before{content:"\f016"}  .fa-clock-o:before{content:"\f017"}  .fa-road:before{content:"\f018"}  .fa-download:before{content:"\f019"}  .fa-arrow-circle-o-down:before{content:"\f01a"}  .fa-arrow-circle-o-up:before{content:"\f01b"}  .fa-inbox:before{content:"\f01c"}  .fa-play-circle-o:before{content:"\f01d"}  .fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}  .fa-refresh:before{content:"\f021"}  .fa-list-alt:before{content:"\f022"}  .fa-lock:before{content:"\f023"}  .fa-flag:before{content:"\f024"}  .fa-headphones:before{content:"\f025"}  .fa-volume-off:before{content:"\f026"}  .fa-volume-down:before{content:"\f027"}  .fa-volume-up:before{content:"\f028"}  .fa-qrcode:before{content:"\f029"}  .fa-barcode:before{content:"\f02a"}  .fa-tag:before{content:"\f02b"}  .fa-tags:before{content:"\f02c"}  .fa-book:before{content:"\f02d"}  .fa-bookmark:before{content:"\f02e"}  .fa-print:before{content:"\f02f"}  .fa-camera:before{content:"\f030"}  .fa-font:before{content:"\f031"}  .fa-bold:before{content:"\f032"}  .fa-italic:before{content:"\f033"}  .fa-text-height:before{content:"\f034"}  .fa-text-width:before{content:"\f035"}  .fa-align-left:before{content:"\f036"}  .fa-align-center:before{content:"\f037"}  .fa-align-right:before{content:"\f038"}  .fa-align-justify:before{content:"\f039"}  .fa-list:before{content:"\f03a"}  .fa-dedent:before,.fa-outdent:before{content:"\f03b"}  .fa-indent:before{content:"\f03c"}  .fa-video-camera:before{content:"\f03d"}  .fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}  .fa-pencil:before{content:"\f040"}  .fa-map-marker:before{content:"\f041"}  .fa-adjust:before{content:"\f042"}  .fa-tint:before{content:"\f043"}  .fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}  .fa-share-square-o:before{content:"\f045"}  .fa-check-square-o:before{content:"\f046"}  .fa-arrows:before{content:"\f047"}  .fa-step-backward:before{content:"\f048"}  .fa-fast-backward:before{content:"\f049"}  .fa-backward:before{content:"\f04a"}  .fa-play:before{content:"\f04b"}  .fa-pause:before{content:"\f04c"}  .fa-stop:before{content:"\f04d"}  .fa-forward:before{content:"\f04e"}  .fa-fast-forward:before{content:"\f050"}  .fa-step-forward:before{content:"\f051"}  .fa-eject:before{content:"\f052"}  .fa-chevron-left:before{content:"\f053"}  .fa-chevron-right:before{content:"\f054"}  .fa-plus-circle:before{content:"\f055"}  .fa-minus-circle:before{content:"\f056"}  .fa-times-circle:before{content:"\f057"}  .fa-check-circle:before{content:"\f058"}  .fa-question-circle:before{content:"\f059"}  .fa-info-circle:before{content:"\f05a"}  .fa-crosshairs:before{content:"\f05b"}  .fa-times-circle-o:before{content:"\f05c"}  .fa-check-circle-o:before{content:"\f05d"}  .fa-ban:before{content:"\f05e"}  .fa-arrow-left:before{content:"\f060"}  .fa-arrow-right:before{content:"\f061"}  .fa-arrow-up:before{content:"\f062"}  .fa-arrow-down:before{content:"\f063"}  .fa-mail-forward:before,.fa-share:before{content:"\f064"}  .fa-expand:before{content:"\f065"}  .fa-compress:before{content:"\f066"}  .fa-plus:before{content:"\f067"}  .fa-minus:before{content:"\f068"}  .fa-asterisk:before{content:"\f069"}  .fa-exclamation-circle:before{content:"\f06a"}  .fa-gift:before{content:"\f06b"}  .fa-leaf:before{content:"\f06c"}  .fa-fire:before{content:"\f06d"}  .fa-eye:before{content:"\f06e"}  .fa-eye-slash:before{content:"\f070"}  .fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}  .fa-plane:before{content:"\f072"}  .fa-calendar:before{content:"\f073"}  .fa-random:before{content:"\f074"}  .fa-comment:before{content:"\f075"}  .fa-magnet:before{content:"\f076"}  .fa-chevron-up:before{content:"\f077"}  .fa-chevron-down:before{content:"\f078"}  .fa-retweet:before{content:"\f079"}  .fa-shopping-cart:before{content:"\f07a"}  .fa-folder:before{content:"\f07b"}  .fa-folder-open:before{content:"\f07c"}  .fa-arrows-v:before{content:"\f07d"}  .fa-arrows-h:before{content:"\f07e"}  .fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}  .fa-twitter-square:before{content:"\f081"}  .fa-facebook-square:before{content:"\f082"}  .fa-camera-retro:before{content:"\f083"}  .fa-key:before{content:"\f084"}  .fa-gears:before,.fa-cogs:before{content:"\f085"}  .fa-comments:before{content:"\f086"}  .fa-thumbs-o-up:before{content:"\f087"}  .fa-thumbs-o-down:before{content:"\f088"}  .fa-star-half:before{content:"\f089"}  .fa-heart-o:before{content:"\f08a"}  .fa-sign-out:before{content:"\f08b"}  .fa-linkedin-square:before{content:"\f08c"}  .fa-thumb-tack:before{content:"\f08d"}  .fa-external-link:before{content:"\f08e"}  .fa-sign-in:before{content:"\f090"}  .fa-trophy:before{content:"\f091"}  .fa-github-square:before{content:"\f092"}  .fa-upload:before{content:"\f093"}  .fa-lemon-o:before{content:"\f094"}  .fa-phone:before{content:"\f095"}  .fa-square-o:before{content:"\f096"}  .fa-bookmark-o:before{content:"\f097"}  .fa-phone-square:before{content:"\f098"}  .fa-twitter:before{content:"\f099"}  .fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}  .fa-github:before{content:"\f09b"}  .fa-unlock:before{content:"\f09c"}  .fa-credit-card:before{content:"\f09d"}  .fa-feed:before,.fa-rss:before{content:"\f09e"}  .fa-hdd-o:before{content:"\f0a0"}  .fa-bullhorn:before{content:"\f0a1"}  .fa-bell:before{content:"\f0f3"}  .fa-certificate:before{content:"\f0a3"}  .fa-hand-o-right:before{content:"\f0a4"}  .fa-hand-o-left:before{content:"\f0a5"}  .fa-hand-o-up:before{content:"\f0a6"}  .fa-hand-o-down:before{content:"\f0a7"}  .fa-arrow-circle-left:before{content:"\f0a8"}  .fa-arrow-circle-right:before{content:"\f0a9"}  .fa-arrow-circle-up:before{content:"\f0aa"}  .fa-arrow-circle-down:before{content:"\f0ab"}  .fa-globe:before{content:"\f0ac"}  .fa-wrench:before{content:"\f0ad"}  .fa-tasks:before{content:"\f0ae"}  .fa-filter:before{content:"\f0b0"}  .fa-briefcase:before{content:"\f0b1"}  .fa-arrows-alt:before{content:"\f0b2"}  .fa-group:before,.fa-users:before{content:"\f0c0"}  .fa-chain:before,.fa-link:before{content:"\f0c1"}  .fa-cloud:before{content:"\f0c2"}  .fa-flask:before{content:"\f0c3"}  .fa-cut:before,.fa-scissors:before{content:"\f0c4"}  .fa-copy:before,.fa-files-o:before{content:"\f0c5"}  .fa-paperclip:before{content:"\f0c6"}  .fa-save:before,.fa-floppy-o:before{content:"\f0c7"}  .fa-square:before{content:"\f0c8"}  .fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}  .fa-list-ul:before{content:"\f0ca"}  .fa-list-ol:before{content:"\f0cb"}  .fa-strikethrough:before{content:"\f0cc"}  .fa-underline:before{content:"\f0cd"}  .fa-table:before{content:"\f0ce"}  .fa-magic:before{content:"\f0d0"}  .fa-truck:before{content:"\f0d1"}  .fa-pinterest:before{content:"\f0d2"}  .fa-pinterest-square:before{content:"\f0d3"}  .fa-google-plus-square:before{content:"\f0d4"}  .fa-google-plus:before{content:"\f0d5"}  .fa-money:before{content:"\f0d6"}  .fa-caret-down:before{content:"\f0d7"}  .fa-caret-up:before{content:"\f0d8"}  .fa-caret-left:before{content:"\f0d9"}  .fa-caret-right:before{content:"\f0da"}  .fa-columns:before{content:"\f0db"}  .fa-unsorted:before,.fa-sort:before{content:"\f0dc"}  .fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}  .fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}  .fa-envelope:before{content:"\f0e0"}  .fa-linkedin:before{content:"\f0e1"}  .fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}  .fa-legal:before,.fa-gavel:before{content:"\f0e3"}  .fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}  .fa-comment-o:before{content:"\f0e5"}  .fa-comments-o:before{content:"\f0e6"}  .fa-flash:before,.fa-bolt:before{content:"\f0e7"}  .fa-sitemap:before{content:"\f0e8"}  .fa-umbrella:before{content:"\f0e9"}  .fa-paste:before,.fa-clipboard:before{content:"\f0ea"}  .fa-lightbulb-o:before{content:"\f0eb"}  .fa-exchange:before{content:"\f0ec"}  .fa-cloud-download:before{content:"\f0ed"}  .fa-cloud-upload:before{content:"\f0ee"}  .fa-user-md:before{content:"\f0f0"}  .fa-stethoscope:before{content:"\f0f1"}  .fa-suitcase:before{content:"\f0f2"}  .fa-bell-o:before{content:"\f0a2"}  .fa-coffee:before{content:"\f0f4"}  .fa-cutlery:before{content:"\f0f5"}  .fa-file-text-o:before{content:"\f0f6"}  .fa-building-o:before{content:"\f0f7"}  .fa-hospital-o:before{content:"\f0f8"}  .fa-ambulance:before{content:"\f0f9"}  .fa-medkit:before{content:"\f0fa"}  .fa-fighter-jet:before{content:"\f0fb"}  .fa-beer:before{content:"\f0fc"}  .fa-h-square:before{content:"\f0fd"}  .fa-plus-square:before{content:"\f0fe"}  .fa-angle-double-left:before{content:"\f100"}  .fa-angle-double-right:before{content:"\f101"}  .fa-angle-double-up:before{content:"\f102"}  .fa-angle-double-down:before{content:"\f103"}  .fa-angle-left:before{content:"\f104"}  .fa-angle-right:before{content:"\f105"}  .fa-angle-up:before{content:"\f106"}  .fa-angle-down:before{content:"\f107"}  .fa-desktop:before{content:"\f108"}  .fa-laptop:before{content:"\f109"}  .fa-tablet:before{content:"\f10a"}  .fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}  .fa-circle-o:before{content:"\f10c"}  .fa-quote-left:before{content:"\f10d"}  .fa-quote-right:before{content:"\f10e"}  .fa-spinner:before{content:"\f110"}  .fa-circle:before{content:"\f111"}  .fa-mail-reply:before,.fa-reply:before{content:"\f112"}  .fa-github-alt:before{content:"\f113"}  .fa-folder-o:before{content:"\f114"}  .fa-folder-open-o:before{content:"\f115"}  .fa-smile-o:before{content:"\f118"}  .fa-frown-o:before{content:"\f119"}  .fa-meh-o:before{content:"\f11a"}  .fa-gamepad:before{content:"\f11b"}  .fa-keyboard-o:before{content:"\f11c"}  .fa-flag-o:before{content:"\f11d"}  .fa-flag-checkered:before{content:"\f11e"}  .fa-terminal:before{content:"\f120"}  .fa-code:before{content:"\f121"}  .fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}  .fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}  .fa-location-arrow:before{content:"\f124"}  .fa-crop:before{content:"\f125"}  .fa-code-fork:before{content:"\f126"}  .fa-unlink:before,.fa-chain-broken:before{content:"\f127"}  .fa-question:before{content:"\f128"}  .fa-info:before{content:"\f129"}  .fa-exclamation:before{content:"\f12a"}  .fa-superscript:before{content:"\f12b"}  .fa-subscript:before{content:"\f12c"}  .fa-eraser:before{content:"\f12d"}  .fa-puzzle-piece:before{content:"\f12e"}  .fa-microphone:before{content:"\f130"}  .fa-microphone-slash:before{content:"\f131"}  .fa-shield:before{content:"\f132"}  .fa-calendar-o:before{content:"\f133"}  .fa-fire-extinguisher:before{content:"\f134"}  .fa-rocket:before{content:"\f135"}  .fa-maxcdn:before{content:"\f136"}  .fa-chevron-circle-left:before{content:"\f137"}  .fa-chevron-circle-right:before{content:"\f138"}  .fa-chevron-circle-up:before{content:"\f139"}  .fa-chevron-circle-down:before{content:"\f13a"}  .fa-html5:before{content:"\f13b"}  .fa-css3:before{content:"\f13c"}  .fa-anchor:before{content:"\f13d"}  .fa-unlock-alt:before{content:"\f13e"}  .fa-bullseye:before{content:"\f140"}  .fa-ellipsis-h:before{content:"\f141"}  .fa-ellipsis-v:before{content:"\f142"}  .fa-rss-square:before{content:"\f143"}  .fa-play-circle:before{content:"\f144"}  .fa-ticket:before{content:"\f145"}  .fa-minus-square:before{content:"\f146"}  .fa-minus-square-o:before{content:"\f147"}  .fa-level-up:before{content:"\f148"}  .fa-level-down:before{content:"\f149"}  .fa-check-square:before{content:"\f14a"}  .fa-pencil-square:before{content:"\f14b"}  .fa-external-link-square:before{content:"\f14c"}  .fa-share-square:before{content:"\f14d"}  .fa-compass:before{content:"\f14e"}  .fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}  .fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}  .fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}  .fa-euro:before,.fa-eur:before{content:"\f153"}  .fa-gbp:before{content:"\f154"}  .fa-dollar:before,.fa-usd:before{content:"\f155"}  .fa-rupee:before,.fa-inr:before{content:"\f156"}  .fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}  .fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}  .fa-won:before,.fa-krw:before{content:"\f159"}  .fa-bitcoin:before,.fa-btc:before{content:"\f15a"}  .fa-file:before{content:"\f15b"}  .fa-file-text:before{content:"\f15c"}  .fa-sort-alpha-asc:before{content:"\f15d"}  .fa-sort-alpha-desc:before{content:"\f15e"}  .fa-sort-amount-asc:before{content:"\f160"}  .fa-sort-amount-desc:before{content:"\f161"}  .fa-sort-numeric-asc:before{content:"\f162"}  .fa-sort-numeric-desc:before{content:"\f163"}  .fa-thumbs-up:before{content:"\f164"}  .fa-thumbs-down:before{content:"\f165"}  .fa-youtube-square:before{content:"\f166"}  .fa-youtube:before{content:"\f167"}  .fa-xing:before{content:"\f168"}  .fa-xing-square:before{content:"\f169"}  .fa-youtube-play:before{content:"\f16a"}  .fa-dropbox:before{content:"\f16b"}  .fa-stack-overflow:before{content:"\f16c"}  .fa-instagram:before{content:"\f16d"}  .fa-flickr:before{content:"\f16e"}  .fa-adn:before{content:"\f170"}  .fa-bitbucket:before{content:"\f171"}  .fa-bitbucket-square:before{content:"\f172"}  .fa-tumblr:before{content:"\f173"}  .fa-tumblr-square:before{content:"\f174"}  .fa-long-arrow-down:before{content:"\f175"}  .fa-long-arrow-up:before{content:"\f176"}  .fa-long-arrow-left:before{content:"\f177"}  .fa-long-arrow-right:before{content:"\f178"}  .fa-apple:before{content:"\f179"}  .fa-windows:before{content:"\f17a"}  .fa-android:before{content:"\f17b"}  .fa-linux:before{content:"\f17c"}  .fa-dribbble:before{content:"\f17d"}  .fa-skype:before{content:"\f17e"}  .fa-foursquare:before{content:"\f180"}  .fa-trello:before{content:"\f181"}  .fa-female:before{content:"\f182"}  .fa-male:before{content:"\f183"}  .fa-gittip:before,.fa-gratipay:before{content:"\f184"}  .fa-sun-o:before{content:"\f185"}  .fa-moon-o:before{content:"\f186"}  .fa-archive:before{content:"\f187"}  .fa-bug:before{content:"\f188"}  .fa-vk:before{content:"\f189"}  .fa-weibo:before{content:"\f18a"}  .fa-renren:before{content:"\f18b"}  .fa-pagelines:before{content:"\f18c"}  .fa-stack-exchange:before{content:"\f18d"}  .fa-arrow-circle-o-right:before{content:"\f18e"}  .fa-arrow-circle-o-left:before{content:"\f190"}  .fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}  .fa-dot-circle-o:before{content:"\f192"}  .fa-wheelchair:before{content:"\f193"}  .fa-vimeo-square:before{content:"\f194"}  .fa-turkish-lira:before,.fa-try:before{content:"\f195"}  .fa-plus-square-o:before{content:"\f196"}  .fa-space-shuttle:before{content:"\f197"}  .fa-slack:before{content:"\f198"}  .fa-envelope-square:before{content:"\f199"}  .fa-wordpress:before{content:"\f19a"}  .fa-openid:before{content:"\f19b"}  .fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}  .fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}  .fa-yahoo:before{content:"\f19e"}  .fa-google:before{content:"\f1a0"}  .fa-reddit:before{content:"\f1a1"}  .fa-reddit-square:before{content:"\f1a2"}  .fa-stumbleupon-circle:before{content:"\f1a3"}  .fa-stumbleupon:before{content:"\f1a4"}  .fa-delicious:before{content:"\f1a5"}  .fa-digg:before{content:"\f1a6"}  .fa-pied-piper-pp:before{content:"\f1a7"}  .fa-pied-piper-alt:before{content:"\f1a8"}  .fa-drupal:before{content:"\f1a9"}  .fa-joomla:before{content:"\f1aa"}  .fa-language:before{content:"\f1ab"}  .fa-fax:before{content:"\f1ac"}  .fa-building:before{content:"\f1ad"}  .fa-child:before{content:"\f1ae"}  .fa-paw:before{content:"\f1b0"}  .fa-spoon:before{content:"\f1b1"}  .fa-cube:before{content:"\f1b2"}  .fa-cubes:before{content:"\f1b3"}  .fa-behance:before{content:"\f1b4"}  .fa-behance-square:before{content:"\f1b5"}  .fa-steam:before{content:"\f1b6"}  .fa-steam-square:before{content:"\f1b7"}  .fa-recycle:before{content:"\f1b8"}  .fa-automobile:before,.fa-car:before{content:"\f1b9"}  .fa-cab:before,.fa-taxi:before{content:"\f1ba"}  .fa-tree:before{content:"\f1bb"}  .fa-spotify:before{content:"\f1bc"}  .fa-deviantart:before{content:"\f1bd"}  .fa-soundcloud:before{content:"\f1be"}  .fa-database:before{content:"\f1c0"}  .fa-file-pdf-o:before{content:"\f1c1"}  .fa-file-word-o:before{content:"\f1c2"}  .fa-file-excel-o:before{content:"\f1c3"}  .fa-file-powerpoint-o:before{content:"\f1c4"}  .fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}  .fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}  .fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}  .fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}  .fa-file-code-o:before{content:"\f1c9"}  .fa-vine:before{content:"\f1ca"}  .fa-codepen:before{content:"\f1cb"}  .fa-jsfiddle:before{content:"\f1cc"}  .fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}  .fa-circle-o-notch:before{content:"\f1ce"}  .fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}  .fa-ge:before,.fa-empire:before{content:"\f1d1"}  .fa-git-square:before{content:"\f1d2"}  .fa-git:before{content:"\f1d3"}  .fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}  .fa-tencent-weibo:before{content:"\f1d5"}  .fa-qq:before{content:"\f1d6"}  .fa-wechat:before,.fa-weixin:before{content:"\f1d7"}  .fa-send:before,.fa-paper-plane:before{content:"\f1d8"}  .fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}  .fa-history:before{content:"\f1da"}  .fa-circle-thin:before{content:"\f1db"}  .fa-header:before{content:"\f1dc"}  .fa-paragraph:before{content:"\f1dd"}  .fa-sliders:before{content:"\f1de"}  .fa-share-alt:before{content:"\f1e0"}  .fa-share-alt-square:before{content:"\f1e1"}  .fa-bomb:before{content:"\f1e2"}  .fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}  .fa-tty:before{content:"\f1e4"}  .fa-binoculars:before{content:"\f1e5"}  .fa-plug:before{content:"\f1e6"}  .fa-slideshare:before{content:"\f1e7"}  .fa-twitch:before{content:"\f1e8"}  .fa-yelp:before{content:"\f1e9"}  .fa-newspaper-o:before{content:"\f1ea"}  .fa-wifi:before{content:"\f1eb"}  .fa-calculator:before{content:"\f1ec"}  .fa-paypal:before{content:"\f1ed"}  .fa-google-wallet:before{content:"\f1ee"}  .fa-cc-visa:before{content:"\f1f0"}  .fa-cc-mastercard:before{content:"\f1f1"}  .fa-cc-discover:before{content:"\f1f2"}  .fa-cc-amex:before{content:"\f1f3"}  .fa-cc-paypal:before{content:"\f1f4"}  .fa-cc-stripe:before{content:"\f1f5"}  .fa-bell-slash:before{content:"\f1f6"}  .fa-bell-slash-o:before{content:"\f1f7"}  .fa-trash:before{content:"\f1f8"}  .fa-copyright:before{content:"\f1f9"}  .fa-at:before{content:"\f1fa"}  .fa-eyedropper:before{content:"\f1fb"}  .fa-paint-brush:before{content:"\f1fc"}  .fa-birthday-cake:before{content:"\f1fd"}  .fa-area-chart:before{content:"\f1fe"}  .fa-pie-chart:before{content:"\f200"}  .fa-line-chart:before{content:"\f201"}  .fa-lastfm:before{content:"\f202"}  .fa-lastfm-square:before{content:"\f203"}  .fa-toggle-off:before{content:"\f204"}  .fa-toggle-on:before{content:"\f205"}  .fa-bicycle:before{content:"\f206"}  .fa-bus:before{content:"\f207"}  .fa-ioxhost:before{content:"\f208"}  .fa-angellist:before{content:"\f209"}  .fa-cc:before{content:"\f20a"}  .fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}  .fa-meanpath:before{content:"\f20c"}  .fa-buysellads:before{content:"\f20d"}  .fa-connectdevelop:before{content:"\f20e"}  .fa-dashcube:before{content:"\f210"}  .fa-forumbee:before{content:"\f211"}  .fa-leanpub:before{content:"\f212"}  .fa-sellsy:before{content:"\f213"}  .fa-shirtsinbulk:before{content:"\f214"}  .fa-simplybuilt:before{content:"\f215"}  .fa-skyatlas:before{content:"\f216"}  .fa-cart-plus:before{content:"\f217"}  .fa-cart-arrow-down:before{content:"\f218"}  .fa-diamond:before{content:"\f219"}  .fa-ship:before{content:"\f21a"}  .fa-user-secret:before{content:"\f21b"}  .fa-motorcycle:before{content:"\f21c"}  .fa-street-view:before{content:"\f21d"}  .fa-heartbeat:before{content:"\f21e"}  .fa-venus:before{content:"\f221"}  .fa-mars:before{content:"\f222"}  .fa-mercury:before{content:"\f223"}  .fa-intersex:before,.fa-transgender:before{content:"\f224"}  .fa-transgender-alt:before{content:"\f225"}  .fa-venus-double:before{content:"\f226"}  .fa-mars-double:before{content:"\f227"}  .fa-venus-mars:before{content:"\f228"}  .fa-mars-stroke:before{content:"\f229"}  .fa-mars-stroke-v:before{content:"\f22a"}  .fa-mars-stroke-h:before{content:"\f22b"}  .fa-neuter:before{content:"\f22c"}  .fa-genderless:before{content:"\f22d"}  .fa-facebook-official:before{content:"\f230"}  .fa-pinterest-p:before{content:"\f231"}  .fa-whatsapp:before{content:"\f232"}  .fa-server:before{content:"\f233"}  .fa-user-plus:before{content:"\f234"}  .fa-user-times:before{content:"\f235"}  .fa-hotel:before,.fa-bed:before{content:"\f236"}  .fa-viacoin:before{content:"\f237"}  .fa-train:before{content:"\f238"}  .fa-subway:before{content:"\f239"}  .fa-medium:before{content:"\f23a"}  .fa-yc:before,.fa-y-combinator:before{content:"\f23b"}  .fa-optin-monster:before{content:"\f23c"}  .fa-opencart:before{content:"\f23d"}  .fa-expeditedssl:before{content:"\f23e"}  .fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}  .fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}  .fa-battery-2:before,.fa-battery-half:before{content:"\f242"}  .fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}  .fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}  .fa-mouse-pointer:before{content:"\f245"}  .fa-i-cursor:before{content:"\f246"}  .fa-object-group:before{content:"\f247"}  .fa-object-ungroup:before{content:"\f248"}  .fa-sticky-note:before{content:"\f249"}  .fa-sticky-note-o:before{content:"\f24a"}  .fa-cc-jcb:before{content:"\f24b"}  .fa-cc-diners-club:before{content:"\f24c"}  .fa-clone:before{content:"\f24d"}  .fa-balance-scale:before{content:"\f24e"}  .fa-hourglass-o:before{content:"\f250"}  .fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}  .fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}  .fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}  .fa-hourglass:before{content:"\f254"}  .fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}  .fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}  .fa-hand-scissors-o:before{content:"\f257"}  .fa-hand-lizard-o:before{content:"\f258"}  .fa-hand-spock-o:before{content:"\f259"}  .fa-hand-pointer-o:before{content:"\f25a"}  .fa-hand-peace-o:before{content:"\f25b"}  .fa-trademark:before{content:"\f25c"}  .fa-registered:before{content:"\f25d"}  .fa-creative-commons:before{content:"\f25e"}  .fa-gg:before{content:"\f260"}  .fa-gg-circle:before{content:"\f261"}  .fa-tripadvisor:before{content:"\f262"}  .fa-odnoklassniki:before{content:"\f263"}  .fa-odnoklassniki-square:before{content:"\f264"}  .fa-get-pocket:before{content:"\f265"}  .fa-wikipedia-w:before{content:"\f266"}  .fa-safari:before{content:"\f267"}  .fa-chrome:before{content:"\f268"}  .fa-firefox:before{content:"\f269"}  .fa-opera:before{content:"\f26a"}  .fa-internet-explorer:before{content:"\f26b"}  .fa-tv:before,.fa-television:before{content:"\f26c"}  .fa-contao:before{content:"\f26d"}  .fa-500px:before{content:"\f26e"}  .fa-amazon:before{content:"\f270"}  .fa-calendar-plus-o:before{content:"\f271"}  .fa-calendar-minus-o:before{content:"\f272"}  .fa-calendar-times-o:before{content:"\f273"}  .fa-calendar-check-o:before{content:"\f274"}  .fa-industry:before{content:"\f275"}  .fa-map-pin:before{content:"\f276"}  .fa-map-signs:before{content:"\f277"}  .fa-map-o:before{content:"\f278"}  .fa-map:before{content:"\f279"}  .fa-commenting:before{content:"\f27a"}  .fa-commenting-o:before{content:"\f27b"}  .fa-houzz:before{content:"\f27c"}  .fa-vimeo:before{content:"\f27d"}  .fa-black-tie:before{content:"\f27e"}  .fa-fonticons:before{content:"\f280"}  .fa-reddit-alien:before{content:"\f281"}  .fa-edge:before{content:"\f282"}  .fa-credit-card-alt:before{content:"\f283"}  .fa-codiepie:before{content:"\f284"}  .fa-modx:before{content:"\f285"}  .fa-fort-awesome:before{content:"\f286"}  .fa-usb:before{content:"\f287"}  .fa-product-hunt:before{content:"\f288"}  .fa-mixcloud:before{content:"\f289"}  .fa-scribd:before{content:"\f28a"}  .fa-pause-circle:before{content:"\f28b"}  .fa-pause-circle-o:before{content:"\f28c"}  .fa-stop-circle:before{content:"\f28d"}  .fa-stop-circle-o:before{content:"\f28e"}  .fa-shopping-bag:before{content:"\f290"}  .fa-shopping-basket:before{content:"\f291"}  .fa-hashtag:before{content:"\f292"}  .fa-bluetooth:before{content:"\f293"}  .fa-bluetooth-b:before{content:"\f294"}  .fa-percent:before{content:"\f295"}  .fa-gitlab:before{content:"\f296"}  .fa-wpbeginner:before{content:"\f297"}  .fa-wpforms:before{content:"\f298"}  .fa-envira:before{content:"\f299"}  .fa-universal-access:before{content:"\f29a"}  .fa-wheelchair-alt:before{content:"\f29b"}  .fa-question-circle-o:before{content:"\f29c"}  .fa-blind:before{content:"\f29d"}  .fa-audio-description:before{content:"\f29e"}  .fa-volume-control-phone:before{content:"\f2a0"}  .fa-braille:before{content:"\f2a1"}  .fa-assistive-listening-systems:before{content:"\f2a2"}  .fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}  .fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}  .fa-glide:before{content:"\f2a5"}  .fa-glide-g:before{content:"\f2a6"}  .fa-signing:before,.fa-sign-language:before{content:"\f2a7"}  .fa-low-vision:before{content:"\f2a8"}  .fa-viadeo:before{content:"\f2a9"}  .fa-viadeo-square:before{content:"\f2aa"}  .fa-snapchat:before{content:"\f2ab"}  .fa-snapchat-ghost:before{content:"\f2ac"}  .fa-snapchat-square:before{content:"\f2ad"}  .fa-pied-piper:before{content:"\f2ae"}  .fa-first-order:before{content:"\f2b0"}  .fa-yoast:before{content:"\f2b1"}  .fa-themeisle:before{content:"\f2b2"}  .fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}  .fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}  .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-vcard:before,.fa-address-card:before{content:"\f2bb"}  .fa-vcard-o:before,.fa-address-card-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:before,.fa-thermometer-full: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-bathtub:before,.fa-s15:before,.fa-bath: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}
*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,summary,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video{background:transparent;border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;text-align:left;vertical-align:baseline;white-space:normal}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}button,input,select,textarea{background:#fff;border:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0}ol,ul{list-style:none}blockquote,q{quotes:none}:focus{outline:0}table{border-collapse:collapse;border-spacing:0}input{border:none}sub,sup{position:relative;top:-.4em;vertical-align:baseline}sub{top:.4em}.column-grid .column{padding-left:0;padding-right:0}#fancybox-wrap,#fancybox-wrap *{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.row{-js-display:flex;display:-moz-flex;display:-o-flex;display:flex;flex-flow:row wrap;justify-content:space-between;margin:0 auto;max-width:1140px;width:100%}.row .row{margin-left:-1.8rem;margin-right:-1.8rem;max-width:none;width:auto}.column{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;flex:1 1 auto;-webkit-flex:1 1 auto;float:none;max-width:100%;min-width:0;min-width:auto;padding-left:1.8rem;padding-right:1.8rem;width:100%}.column.small-centered{margin-left:auto;margin-right:auto}@media only screen and (max-width:1100px){.row .row{margin-left:-1.2rem;margin-right:-1.2rem}.column{padding-left:1.2rem;padding-right:1.2rem}}@media only screen and (max-width:768px){.row .row{margin-left:-1.6rem;margin-right:-1.6rem}.column{padding-left:1.6rem;padding-right:1.6rem}}.small-1{flex:0 0 8.33333%;-webkit-flex:0 0 8.33333%;max-width:8.33333%}.small-2{flex:0 0 16.66667%;-webkit-flex:0 0 16.66667%;max-width:16.66667%}.small-3{flex:0 0 25%;-webkit-flex:0 0 25%;max-width:25%}.small-4{flex:0 0 33.33333%;-webkit-flex:0 0 33.33333%;max-width:33.33333%}.small-5{flex:0 0 41.66667%;-webkit-flex:0 0 41.66667%;max-width:41.66667%}.small-6{flex:0 0 50%;-webkit-flex:0 0 50%;max-width:50%}.small-7{flex:0 0 58.33333%;-webkit-flex:0 0 58.33333%;max-width:58.33333%}.small-8{flex:0 0 66.66667%;-webkit-flex:0 0 66.66667%;max-width:66.66667%}.small-9{flex:0 0 75%;-webkit-flex:0 0 75%;max-width:75%}.small-10{flex:0 0 83.33333%;-webkit-flex:0 0 83.33333%;max-width:83.33333%}.small-11{flex:0 0 91.66667%;-webkit-flex:0 0 91.66667%;max-width:91.66667%}.small-12{flex:0 0 100%;-webkit-flex:0 0 100%;max-width:100%}.small-order-1{order:1;-webkit-order:1;-ms-order:1}.small-order-2{order:2;-webkit-order:2;-ms-order:2}.small-order-3{order:3;-webkit-order:3;-ms-order:3}.small-order-4{order:4;-webkit-order:4;-ms-order:4}.small-order-5{order:5;-webkit-order:5;-ms-order:5}.small-order-6{order:6;-webkit-order:6;-ms-order:6}.small-offset-0{margin-left:0}.small-offset-1{margin-left:8.33333%}.small-offset-2{margin-left:16.66667%}.small-offset-3{margin-left:25%}.small-offset-4{margin-left:33.33333%}.small-offset-5{margin-left:41.66667%}.small-offset-6{margin-left:50%}.small-offset-7{margin-left:58.33333%}.small-offset-8{margin-left:66.66667%}.small-offset-9{margin-left:75%}.small-offset-10{margin-left:83.33333%}.small-offset-11{margin-left:91.66667%}@media only screen and (min-width:48.0625rem){.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto}.medium-1{flex:0 0 8.33333%;-webkit-flex:0 0 8.33333%;max-width:8.33333%}.medium-2{flex:0 0 16.66667%;-webkit-flex:0 0 16.66667%;max-width:16.66667%}.medium-3{flex:0 0 25%;-webkit-flex:0 0 25%;max-width:25%}.medium-4{flex:0 0 33.33333%;-webkit-flex:0 0 33.33333%;max-width:33.33333%}.medium-5{flex:0 0 41.66667%;-webkit-flex:0 0 41.66667%;max-width:41.66667%}.medium-6{flex:0 0 50%;-webkit-flex:0 0 50%;max-width:50%}.medium-7{flex:0 0 58.33333%;-webkit-flex:0 0 58.33333%;max-width:58.33333%}.medium-8{flex:0 0 66.66667%;-webkit-flex:0 0 66.66667%;max-width:66.66667%}.medium-9{flex:0 0 75%;-webkit-flex:0 0 75%;max-width:75%}.medium-10{flex:0 0 83.33333%;-webkit-flex:0 0 83.33333%;max-width:83.33333%}.medium-11{flex:0 0 91.66667%;-webkit-flex:0 0 91.66667%;max-width:91.66667%}.medium-12{flex:0 0 100%;-webkit-flex:0 0 100%;max-width:100%}.medium-order-1{order:1;-webkit-order:1;-ms-order:1}.medium-order-2{order:2;-webkit-order:2;-ms-order:2}.medium-order-3{order:3;-webkit-order:3;-ms-order:3}.medium-order-4{order:4;-webkit-order:4;-ms-order:4}.medium-order-5{order:5;-webkit-order:5;-ms-order:5}.medium-order-6{order:6;-webkit-order:6;-ms-order:6}.medium-offset-0{margin-left:0}.medium-offset-1{margin-left:8.33333%}.medium-offset-2{margin-left:16.66667%}.medium-offset-3{margin-left:25%}.medium-offset-4{margin-left:33.33333%}.medium-offset-5{margin-left:41.66667%}.medium-offset-6{margin-left:50%}.medium-offset-7{margin-left:58.33333%}.medium-offset-8{margin-left:66.66667%}.medium-offset-9{margin-left:75%}.medium-offset-10{margin-left:83.33333%}.medium-offset-11{margin-left:91.66667%}}@media only screen and (min-width:68.8125rem){.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto}.large-1{flex:0 0 8.33333%;-webkit-flex:0 0 8.33333%;max-width:8.33333%}.large-2{flex:0 0 16.66667%;-webkit-flex:0 0 16.66667%;max-width:16.66667%}.large-3{flex:0 0 25%;-webkit-flex:0 0 25%;max-width:25%}.large-4{flex:0 0 33.33333%;-webkit-flex:0 0 33.33333%;max-width:33.33333%}.large-5{flex:0 0 41.66667%;-webkit-flex:0 0 41.66667%;max-width:41.66667%}.large-6{flex:0 0 50%;-webkit-flex:0 0 50%;max-width:50%}.large-7{flex:0 0 58.33333%;-webkit-flex:0 0 58.33333%;max-width:58.33333%}.large-8{flex:0 0 66.66667%;-webkit-flex:0 0 66.66667%;max-width:66.66667%}.large-9{flex:0 0 75%;-webkit-flex:0 0 75%;max-width:75%}.large-10{flex:0 0 83.33333%;-webkit-flex:0 0 83.33333%;max-width:83.33333%}.large-11{flex:0 0 91.66667%;-webkit-flex:0 0 91.66667%;max-width:91.66667%}.large-12{flex:0 0 100%;-webkit-flex:0 0 100%;max-width:100%}.large-order-1{order:1;-webkit-order:1;-ms-order:1}.large-order-2{order:2;-webkit-order:2;-ms-order:2}.large-order-3{order:3;-webkit-order:3;-ms-order:3}.large-order-4{order:4;-webkit-order:4;-ms-order:4}.large-order-5{order:5;-webkit-order:5;-ms-order:5}.large-order-6{order:6;-webkit-order:6;-ms-order:6}.large-offset-0{margin-left:0}.large-offset-1{margin-left:8.33333%}.large-offset-2{margin-left:16.66667%}.large-offset-3{margin-left:25%}.large-offset-4{margin-left:33.33333%}.large-offset-5{margin-left:41.66667%}.large-offset-6{margin-left:50%}.large-offset-7{margin-left:58.33333%}.large-offset-8{margin-left:66.66667%}.large-offset-9{margin-left:75%}.large-offset-10{margin-left:83.33333%}.large-offset-11{margin-left:91.66667%}}@media only screen and (min-width:75.0625rem){.column.xlarge-centered,.columns.xlarge-centered{margin-left:auto;margin-right:auto}.xlarge-1{flex:0 0 8.33333%;-webkit-flex:0 0 8.33333%;max-width:8.33333%}.xlarge-2{flex:0 0 16.66667%;-webkit-flex:0 0 16.66667%;max-width:16.66667%}.xlarge-3{flex:0 0 25%;-webkit-flex:0 0 25%;max-width:25%}.xlarge-4{flex:0 0 33.33333%;-webkit-flex:0 0 33.33333%;max-width:33.33333%}.xlarge-5{flex:0 0 41.66667%;-webkit-flex:0 0 41.66667%;max-width:41.66667%}.xlarge-6{flex:0 0 50%;-webkit-flex:0 0 50%;max-width:50%}.xlarge-7{flex:0 0 58.33333%;-webkit-flex:0 0 58.33333%;max-width:58.33333%}.xlarge-8{flex:0 0 66.66667%;-webkit-flex:0 0 66.66667%;max-width:66.66667%}.xlarge-9{flex:0 0 75%;-webkit-flex:0 0 75%;max-width:75%}.xlarge-10{flex:0 0 83.33333%;-webkit-flex:0 0 83.33333%;max-width:83.33333%}.xlarge-11{flex:0 0 91.66667%;-webkit-flex:0 0 91.66667%;max-width:91.66667%}.xlarge-12{flex:0 0 100%;-webkit-flex:0 0 100%;max-width:100%}.xlarge-order-1{order:1;-webkit-order:1;-ms-order:1}.xlarge-order-2{order:2;-webkit-order:2;-ms-order:2}.xlarge-order-3{order:3;-webkit-order:3;-ms-order:3}.xlarge-order-4{order:4;-webkit-order:4;-ms-order:4}.xlarge-order-5{order:5;-webkit-order:5;-ms-order:5}.xlarge-order-6{order:6;-webkit-order:6;-ms-order:6}.xlarge-offset-0{margin-left:0}.xlarge-offset-1{margin-left:8.33333%}.xlarge-offset-2{margin-left:16.66667%}.xlarge-offset-3{margin-left:25%}.xlarge-offset-4{margin-left:33.33333%}.xlarge-offset-5{margin-left:41.66667%}.xlarge-offset-6{margin-left:50%}.xlarge-offset-7{margin-left:58.33333%}.xlarge-offset-8{margin-left:66.66667%}.xlarge-offset-9{margin-left:75%}.xlarge-offset-10{margin-left:83.33333%}.xlarge-offset-11{margin-left:91.66667%}}html{font-size:62.5%;width:100%}body,html{overflow-x:hidden}body{color:#000;font-family:Kievit Pro,sans-serif;font-size:1.8rem;line-height:1.5em;margin:0 auto;max-width:2000px;min-width:320px}img{max-width:100%}button,dd,figcaption,input,label,li,p,select,td,textarea{font-family:Kievit Pro,sans-serif;font-size:1.8rem;line-height:1.5em}p:empty{display:none}a{text-decoration:none}a,a:hover{transition:all .3s ease-in-out}iframe{max-width:100%}.alignleft{float:left;margin-right:3.6rem}.alignright{float:right;margin-left:3.6rem}.aligncenter{display:block;margin:5px auto}.wp-caption{max-width:100%}blockquote p:last-child{margin:0}.hidden,.hide{display:none}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.full_width{clear:both;left:50%;max-width:2000px;position:relative;transform:translateX(-50%);width:100vw}@media only screen and (min-width:48.0625rem){.full_width>.column_row,.full_width>.row{margin-left:auto;margin-right:auto;max-width:1140px}}@media only screen and (max-width:1100px){.alignleft{float:left;margin-right:2.4rem}.alignright{float:right;margin-left:2.4rem}}@media only screen and (max-width:768px){.alignleft{float:left;margin-right:3.2rem}.alignright{float:right;margin-left:3.2rem}}form legend{display:none}form input[type=submit]{width:auto}form li.required label:after{content:"*"}form img.ajax-loader{height:16px;width:16px}.wpcf7-response-output{border:none;font-size:1.8rem}.physalis_notice{margin-top:.5rem}.physalis_notice .notice_text{margin-top:1rem}.physalis_notice a{background:transparent;border:0;margin:0;outline:0;padding:0;text-decoration:none}.physalis_notice a:after,.physalis_notice a:before{display:none!important}.column_row{clear:both;-js-display:flex;display:-moz-flex;display:-o-flex;display:flex;margin-left:-1.8rem;margin-right:-1.8rem;position:relative;width:auto}.column_row+.column_row{margin-top:-1.8rem;padding-top:0}.column_row .column_item{flex:1 1 0px;-webkit-flex:1 1 0px;margin:1.8rem;width:0}.column_auto.inside_no{clear:both;column-count:2;-moz-column-count:2;-webkit-column-count:2;column-gap:1.8rem;-moz-column-gap:1.8rem;-webkit-column-gap:1.8rem;position:relative;width:100%}.column_auto.inside_no.column_count_3{column-count:3;-moz-column-count:3;-webkit-column-count:3}.column_auto.inside_no.column_count_4{column-count:4;-moz-column-count:4;-webkit-column-count:4}.column_auto.inside_no.column_count_5{column-count:5;-moz-column-count:5;-webkit-column-count:5}.column_auto.inside_no.column_count_6{column-count:6;-moz-column-count:6;-webkit-column-count:6}.column_auto.inside_no.column_count_7{column-count:7;-moz-column-count:7;-webkit-column-count:7}.column_auto.inside_no.column_count_8{column-count:8;-moz-column-count:8;-webkit-column-count:8}.column_auto.inside_yes>*{column-count:2;-moz-column-count:2;-webkit-column-count:2;column-gap:1.8rem;-moz-column-gap:1.8rem;-webkit-column-gap:1.8rem}.column_auto.inside_yes>.column_count_3{column-count:3;-moz-column-count:3;-webkit-column-count:3}.column_auto.inside_yes>.column_count_4{column-count:4;-moz-column-count:4;-webkit-column-count:4}.column_auto.inside_yes>.column_count_5{column-count:5;-moz-column-count:5;-webkit-column-count:5}.column_auto.inside_yes>.column_count_6{column-count:6;-moz-column-count:6;-webkit-column-count:6}.column_auto.inside_yes>.column_count_7{column-count:7;-moz-column-count:7;-webkit-column-count:7}.column_auto.inside_yes>.column_count_8{column-count:8;-moz-column-count:8;-webkit-column-count:8}@media only screen and (max-width:768px){.column_row{margin-left:-1.6rem;margin-right:-1.6rem}.column_row+.column_row{margin-top:-1.6rem}.column_row .column_item{margin:1.6rem}.column_auto.inside_no,.column_auto.inside_yes>*{column-gap:1.6rem;-moz-column-gap:1.6rem;-webkit-column-gap:1.6rem}}@media only screen and (max-width:1100px){.column_row{margin-left:-1.2rem;margin-right:-1.2rem}.column_row+.column_row{margin-top:-1.2rem}.column_row .column_item{margin:1.2rem}.column_auto.inside_no,.column_auto.inside_yes>*{column-gap:1.2rem;-moz-column-gap:1.2rem;-webkit-column-gap:1.2rem}}@media screen and (max-width:48.0625rem){.column_row{display:block;margin-left:0;margin-right:0}.column_row .column_item{margin-left:0;margin-right:0;width:100%}.column_row .column_item div{max-width:100%}.column_auto [class*=" column_count_"],.column_auto [class*=" column_count_"]>*,.column_auto [class^=column_count_],.column_auto [class^=column_count_]>*,.column_auto.inside_no,.column_auto.inside_yes>*{column-count:1;-moz-column-count:1;-webkit-column-count:1;column-gap:0;-moz-column-gap:0;-webkit-column-gap:0}}@font-face{font-family:Kievit Pro;font-style:normal;font-weight:400;src:url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-regular.eot);src:url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-regular.eot?#iefix) format("embedded-opentype"),url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-regular.svg#kievitpro) format("svg"),url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-regular.woff2) format("woff2"),url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-regular.woff) format("woff"),url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-regular.ttf) format("truetype")}@font-face{font-family:Kievit Pro;font-style:normal;font-weight:700;src:url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-bold.eot);src:url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-bold.eot?#iefix) format("embedded-opentype"),url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-bold.svg#kievitpro) format("svg"),url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-bold.woff2) format("woff2"),url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-bold.woff) format("woff"),url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-bold.ttf) format("truetype")}@font-face{font-family:Kievit Pro;font-style:italic;font-weight:400;src:url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-italic.eot);src:url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-italic.eot?#iefix) format("embedded-opentype"),url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-italic.svg#kievitpro) format("svg"),url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-italic.woff2) format("woff2"),url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-italic.woff) format("woff"),url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/fonts/kievitpro-italic.ttf) format("truetype")}.screen-reader-text{word-wrap:normal!important;clip:rect(1px,1px,1px,1px);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);-webkit-clip-path:none;clip-path:none;display:block;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.no-js-search{display:none}.no-js-search form{scroll-margin-top:10rem}.no-js-search label{font-weight:700}.no-js-search [type=submit]{margin-top:1rem}.no-js #search_wrapper{display:none}.no-js .no-js-search{display:block}.seed-csp4 #seed-csp4-description h1{color:#008bc5;font:700 4.8rem Kievit Pro,sans-serif;margin:1em 0}.seed-csp4 #seed-csp4-description h2{color:#000;font:2.4rem Kievit Pro,sans-serif;line-height:3.6rem;margin:1em 0 .2em}.seed-csp4 #seed-csp4-description a{border-bottom:1px solid #ffcd02;color:#000}.seed-csp4 #seed-csp4-description a.image_link{border-bottom:none}.seed-csp4 #seed-csp4-description a:hover{color:#000;text-decoration:none}.seed-csp4 #seed-csp4-description p{font:1.8rem Kievit Pro,sans-serif;line-height:27px}.seed-csp4 #seed-csp4-description .column_row .column_item{margin-top:0}img{height:auto;max-height:100%}p{margin-bottom:.5em}h1{font:700 4.8rem/1.2em Kievit Pro,sans-serif;margin:1.25em 0 .75em}h1,h2{color:#008bc5}h2{font:3.6rem/1.2em Kievit Pro,sans-serif;margin:.8em 0 .67em}h2 i{pointer-events:none}h3{font:700 2.4rem/1.3em Kievit Pro,sans-serif;margin:1.1em 0 .8em}h3,h4{color:#008bc5}h4{font:700 2.1rem/1.4em Kievit Pro,sans-serif;margin:1.14em 0 .86em}h5{color:#008bc5;font:1.8rem/1.4em Kievit Pro,sans-serif;margin:1.8rem 0 .67em}.wp-caption{text-align:center}.wp-caption.alignleft{margin-right:2em}.wp-caption.alignright{margin-left:2em}.wp-caption-text,figcaption{font-style:italic;margin-bottom:1.2rem}blockquote{-js-display:flex;display:-moz-flex;display:-o-flex;display:flex;font:italic 2.1rem/1.4em Kievit Pro,sans-serif;position:relative}blockquote:before{color:#008bc5;content:"„";font:italic 7.2rem Kievit Pro,sans-serif;margin-right:1rem;position:relative;top:-4rem;width:42px}form.wpcf7-form{margin-top:4rem}form ol{-js-display:flex;display:-moz-flex;display:-o-flex;display:flex;flex-wrap:wrap;max-width:100%}form br{display:none}form li{margin-bottom:1.2rem;padding-right:2.4rem;width:100%}form li.half_width{width:50%}form legend{background:#008bc5;border-top:48px solid #39b1e5;color:#fff;display:block;font:3.6rem/1.2em Kievit Pro,sans-serif;margin:3.6rem 0;padding:2.7rem 2.4rem 3rem;position:relative;width:100%}form legend:before{background:#39b1e5;border-left:24px solid #39b1e5;border-top:48px solid #fff;content:"";position:absolute;right:0;top:-4.8rem;width:0}form input,form select,form textarea{font:1.8rem Kievit Pro,sans-serif}form input,form textarea{background:#eee;color:#000;padding:1rem 1.5rem 1rem 1.2rem;width:100%}form input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;font-size:1em;width:auto}form input[type=checkbox]:checked,form input[type=checkbox]:not(:checked){background:transparent;margin:0;padding:0;position:relative}form input[type=checkbox]:focus{outline:none}form input[type=checkbox]+.wpcf7-list-item-label,form input[type=checkbox]+br+.wpcf7-list-item-label,form input[type=checkbox]+br+label,form input[type=checkbox]+label{cursor:pointer;padding-left:3rem;position:relative}form input[type=checkbox]+.wpcf7-list-item-label,form input[type=checkbox]+br+.wpcf7-list-item-label{font-style:italic}form input[type=checkbox]:checked+.wpcf7-list-item-label:before,form input[type=checkbox]:checked+br+.wpcf7-list-item-label:before,form input[type=checkbox]:not(:checked)+.wpcf7-list-item-label:before,form input[type=checkbox]:not(:checked)+br+.wpcf7-list-item-label:before{background:#fff;border:1px solid #008bc5;color:#008bc5;content:"";display:inline-block;font:1.3rem FontAwesome;height:15px;left:0;margin-right:1em;position:absolute;top:.3rem;transition:all .3s ease-in-out;vertical-align:top;width:15px}form input[type=checkbox]:checked+.wpcf7-list-item-label:before,form input[type=checkbox]:checked+br+.wpcf7-list-item-label:before{background:#008bc5;color:#fff;content:"\f00d";text-align:center;transition:all .3s ease-in-out}form input[type=checkbox]:focus+.wpcf7-list-item-label:before,form input[type=checkbox]:focus+br+.wpcf7-list-item-label:before{outline:2px solid #d40057}form input[type=checkbox]+label,form input[type=checkbox]+label+label{display:inline-block;margin-right:1rem;padding-left:3rem;width:auto}form input[type=checkbox]:checked+br+label:before,form input[type=checkbox]:checked+label:before,form input[type=checkbox]:not(:checked)+br+label:before,form input[type=checkbox]:not(:checked)+label:before{background:#008bc5;border:1px solid #ffcd02;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;color:#ffcd02;content:"";display:inline-block;font:1.3rem FontAwesome;height:15px;left:0;margin-right:1em;position:absolute;top:.3rem;transition:all .3s ease-in-out;vertical-align:top;width:15px}form input[type=checkbox]:checked+br+label:before,form input[type=checkbox]:checked+label:before{color:#ffcd02;content:"\f00c";text-align:center;transition:all .3s ease-in-out}form input[type=submit]{background:#ffcd02;border:none;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#000;font-size:1.8rem;padding:1rem 1.2rem}form input[type=submit]:focus,form input[type=submit]:hover{background:#008bc5;color:#fff}form label{display:block;margin-bottom:1.2rem;width:100%}form .wpcf7-not-valid-tip{font-size:.89em}form .wpcf7-response-output{margin:0;padding:.3em .5em;width:100%}form table{max-width:1000px}.wpcf7-acceptance label{-js-display:flex;display:-moz-flex;display:-o-flex;display:flex;position:relative}span.wpcf7-list-item{margin:0}.home #header{border-bottom-width:0}.home #header.sticky{border-bottom-width:4px}#header{border-bottom:4px solid #d8d8d8;max-width:2000px;padding-bottom:4rem;padding-top:4rem;position:fixed;width:100%;z-index:997}#header:after{background:transparent;content:"";height:150px;left:0;position:absolute;top:0;width:100%;z-index:-1}#header>.row{align-items:flex-end}#header #logo{align-items:flex-end;-js-display:flex;display:-moz-flex;display:-o-flex;display:flex;padding-bottom:.6rem;transition:none;transition:scale .3s ease-in-out}#header #logo:focus,#header #logo:hover{transform:scale(1.05);transition:none;transition:scale .3s ease-in-out}#header #logo #logo_full{width:250px}#header #logo #logo_alt{display:none}#header #header_main,#header #header_top{align-items:flex-end;-js-display:flex;display:-moz-flex;display:-o-flex;display:flex}#header #header_top{justify-content:space-between}#header #header_top_left{align-items:flex-end;-js-display:flex;display:-moz-flex;display:-o-flex;display:flex;position:relative;top:.5rem}#header #header_main{margin-top:1.5rem;position:relative}#header #header_main .font_changer,#header #header_main .media_links{display:none}#header #search_wrapper{position:relative}#header #slide_search{cursor:pointer}#header #slide_search:focus,#header #slide_search:hover{color:#d40057}#header #slide_search .fa{font-size:1.8rem;margin-bottom:.5rem}#header #searchform-normal{background:#fff;border:none;margin:0;max-width:0;overflow:hidden;padding:0;position:absolute;right:0;top:2.8rem;transition:all .3s ease-in-out;width:auto;z-index:3}#header #searchform-normal label{font-weight:700;margin-bottom:0}#header #searchform-normal input{font-size:.9em;max-width:100%;padding:.8rem 1rem;width:250px}#header #searchform-normal input:focus{outline:1px solid #000}#header #searchform-normal [type=submit]{margin-top:.5rem}#header #searchform-normal.show{border:1px solid #000;max-width:600px;padding:.25rem;transition:all .3s ease-in-out}#footer_logo:focus,#footer_logo:hover{transform:scale(1.05);transition:max-width opacity scale .3s ease-in-out}#footer_wrapper{margin-top:7.2rem}#footer{color:#000;padding-bottom:1rem}#footer .column{margin-bottom:3rem}#footer:before{background:#ffcd02;content:"";display:block;height:6px;margin-bottom:7.6rem;width:100%}#footer #footer_link_portal,#footer #footer_media_links{margin-bottom:1.4rem}#footer #footer_link_portal{background:#d40057;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#fff;display:inline-block;font:700 1.6rem/1.4em Kievit Pro,sans-serif;padding:.2rem .4rem 0}#footer #footer_link_portal:focus,#footer #footer_link_portal:hover{background:#008bc5;transform:scale(1.05);transition:max-width opacity scale .3s ease-in-out}#footer .footer_link span{display:block;font:1.6rem/1.68em Kievit Pro,sans-serif;margin-bottom:1.6em}#footer .footer_link a{display:block}nav ul li{font:1.6rem Kievit Pro,sans-serif;line-height:1.4em;position:relative}nav ul li a{border-bottom:1px solid transparent;color:#000}nav ul li a:focus,nav ul li a:hover{color:#d40057}nav ul li a.focus-visible{outline:1px solid currentColor}nav ul li a:focus-visible{outline:1px solid currentColor}nav ul li:focus a,nav ul li:hover a{border-bottom-color:#ffcd02}#header .nav-toggle{background:#ffcd02;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#000;cursor:pointer;display:none;font:700 2.4rem Kievit Pro,sans-serif;padding:1.2rem 1.6rem 1.2rem 1.4rem;text-align:center;z-index:3}#header .nav-toggle:after{content:"\f0c9";font-family:FontAwesome;font-weight:400;margin-left:1rem;position:relative}#header .nav-toggle[aria-expanded=true]:after{content:"\f00d"}#header #link_portal{background:#d40057;border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;color:#fff;font:700 2.1rem Kievit Pro,sans-serif;padding:3.2rem 1rem .1rem;transition:background scale .3s ease-in-out}#header #link_portal:focus,#header #link_portal:hover{background:#008bc5;transform:scale(1.05);transition:background scale .3s ease-in-out}#header nav ul{-js-display:flex;display:-moz-flex;display:-o-flex;display:flex}#header nav ul#menu-navigation li{font:700 1.9rem Kievit Pro,sans-serif}#header nav ul#menu-navigation li.topmenu_item a{font-weight:400}#header nav ul#menu-navigation li.jugendcheck-nav{display:none}#header nav ul#menu-navigation li a{border-bottom-width:3px;padding-bottom:.3rem}#header nav ul#menu-navigation li li a{border-bottom:none;padding-bottom:1.4rem}#header nav ul#menu-navigation li.mobile{display:none}#header nav ul.media_links li a{margin-right:1rem}#header nav ul li{position:relative}#header nav ul li a{margin-right:1.9rem}#header nav ul li.current-menu-ancestor>a,#header nav ul li.current-menu-item>a{border-bottom:3px solid #ffcd02}#header nav ul li.focus ul,#header nav ul li:hover ul{display:block}#header nav ul li ul{display:none;left:-2rem;margin-top:0;overflow:hidden;padding-top:3rem;position:absolute;text-align:left;top:2.2rem;z-index:3}#header nav ul li ul li{background:#ffcd02;font-size:1em;line-height:2em;padding:0}#header nav ul li ul li.current-menu-ancestor>a,#header nav ul li ul li.current-menu-item>a{border-bottom:none}#header nav ul li ul li:first-child{padding-top:2rem}#header nav ul li ul li:last-child{padding-bottom:1rem}#header nav ul li ul li a{border-bottom:none;display:block;margin-right:0;padding:0 2.4rem;white-space:nowrap}#header nav ul li ul li a.focus-visible{outline:none;text-decoration:underline}#header nav ul li ul li a:focus-visible{outline:none;text-decoration:underline}ul.media_links{margin-right:1rem}ul.media_links li a{border-bottom:none;color:#008bc5;font-size:2.4rem;margin-right:1.5rem}ul.media_links li a:focus,ul.media_links li a:hover{color:#d40057}ul.media_links li:last-child a{margin-right:0}#footer nav ul{justify-content:center}#footer nav ul,#footer nav ul#footer_media_links{-js-display:flex;display:-moz-flex;display:-o-flex;display:flex}#footer nav ul li a{padding:1.5rem}#content{margin-top:163px}.excerpt p{font-weight:700}article a{border-bottom:1px solid #ffcd02;color:#000}article a:focus,article a:hover{color:#d40057;transition:all .3s ease-in-out}article a.focus-visible{outline:1px solid currentColor}article a:focus-visible{outline:1px solid currentColor}article a.image_link{border-bottom:none}article a img{border:none;vertical-align:top}article a.read_more{font-weight:700}article h1 a,article h2 a,article h3 a,article h4 a,article h5 a{border-bottom:none;color:#008bc5}article h1 a:focus,article h1 a:hover,article h2 a:focus,article h2 a:hover,article h3 a:focus,article h3 a:hover,article h4 a:focus,article h4 a:hover,article h5 a:focus,article h5 a:hover{color:#000}article ul{margin-bottom:1.2em}article ul li{list-style:none outside;margin-bottom:.5em;padding-left:3.7rem;position:relative}article ul li:before{color:#008bc5;content:"•";left:1rem;position:absolute;width:27px}.home .posts_list_veroeffentlichungen h3{margin-top:0}.home .posts_list_veroeffentlichungen .excerpt{margin-bottom:2.4rem}.home .posts_list_news{margin-bottom:6rem}#header_wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover;height:400px;margin-bottom:6.6rem;min-height:400px;position:relative}#header_wrapper h1{color:#ffcd02;margin-bottom:1.6rem;margin-top:11.8rem}#header_wrapper .excerpt p{color:#fff;font:3.6rem/1.2em Kievit Pro,sans-serif;margin-bottom:0}.parallax-mirror img{max-height:inherit}#featured_article h2{margin-top:0}#featured_article .excerpt p{font-size:2.1rem;font-weight:700;line-height:1.4em}#featured_article .excerpt p span{display:block;font-weight:400}#box_veroeffentlichungen .infobox{margin-top:0}#box_veroeffentlichungen h2{margin-bottom:4.2rem;margin-top:2.1rem}#box_news{align-items:center;-js-display:flex;display:-moz-flex;display:-o-flex;display:flex;justify-content:space-between;margin-top:6rem;padding-top:3rem}#box_news h2{margin-bottom:0;margin-top:0}#box_twitter{margin-bottom:3rem}#box_twitter h3{margin-top:0}.posts_list{justify-content:flex-start;margin-bottom:2.4rem}.posts_list .excerpt p{font-weight:700}.posts_list .excerpt p span{display:block;font-weight:400}.posts_list_news .column{margin-bottom:3.6rem}.posts_list_news .posts_list_post{background:#008bc5 url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/images/komjc-grafik-aktuelles.svg) 0 0;background-size:cover;height:100%;padding:3.3rem 2.4rem 8rem;position:relative;width:100%}.posts_list_news .category-termine{background-color:#d40057;background-image:url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/images/komjc-grafik-termine.svg)}.posts_list_news h2,.posts_list_news h3{color:#fff;font:700 2.8rem/1.3em Kievit Pro,sans-serif;margin-top:0}.posts_list_news h2 a,.posts_list_news h3 a{border-bottom:none;color:#fff}.posts_list_news h2 a:focus,.posts_list_news h2 a:hover,.posts_list_news h3 a:focus,.posts_list_news h3 a:hover{color:#ffcd02}.posts_list_news li,.posts_list_news p{color:#fff}.posts_list_news .cta_button:focus,.posts_list_news .cta_button:hover{background:#fff;color:#008bc5}.child_page_link{margin-bottom:3.6rem}.child_page_link h2{background:#ffcd02;margin-bottom:.4em;padding:1rem 1.3rem .6rem}.child_page_link h2 a{border-bottom:none;display:block}.child_page_link h2 a:after{content:">";margin-left:.5rem}.child_page_link p a{font-weight:700}.child_page_link .excerpt p{font-weight:400}.child_page_link.colour_magenta h2,.child_page_link.colour_pink h2{background:#d40057}.child_page_link.colour_magenta h2 a,.child_page_link.colour_pink h2 a{color:#fff}.child_page_link.colour_yellow h2{background:#ffcd02;color:#d40057}.child_page_link.colour_yellow h2:focus,.child_page_link.colour_yellow h2:hover{background:#ffe066}.page-template-page-team .entry{margin-bottom:3rem}.team_member{padding-bottom:4.8rem;padding-top:4.8rem}.team_member:nth-child(odd){background:#eee}.team_member:nth-child(odd) .team_image_wrapper{order:1}.team_member:nth-child(odd) .team_image:before{border-top-color:#eee}.team_member .team_image_wrapper,.team_member:nth-child(odd) .team_info{order:2}.team_member .team_image{border-top:48px solid #39b1e5;position:relative}.team_member .team_image:before{background:#39b1e5;border-left:24px solid #39b1e5;border-top:48px solid #fff;content:"";position:absolute;right:0;top:-4.8rem;width:0}.team_member .team_info{order:1}.team_member h2{color:#008bc5;font:700 2.4rem/1.3em Kievit Pro,sans-serif;margin-bottom:.8334em;margin-top:0}.team_member h2 span{display:block;font-weight:400}.team_member .team_contact span{display:block;line-height:1.8em}.team_member .team_contact i{color:#008bc5;width:22px}.team_member .team_contact a{font-weight:700}.category .posts_list .column{-js-display:flex;display:-moz-flex;display:-o-flex;display:flex}.category .posts_list_news h2,.category .posts_list_news h3{margin-bottom:.9rem}.category .posts_list_news p{margin-bottom:2rem}#posts_pagination a{color:#000;font-weight:700;padding:1rem}#posts_pagination a span{border-bottom:1px solid #ffcd02}#posts_pagination a:focus,#posts_pagination a:hover{color:#008bc5;transition:all .3s ease-in-out}#posts_pagination a:first-child{padding-left:0}#posts_pagination a:last-child{padding-right:0}#posts_pagination .current{color:#008bc5;font-weight:700;padding:1rem}#posts_pagination .current:last-child{padding-right:0}.date{font-weight:700;margin-bottom:1em}.single-post h1{margin-bottom:.375em}.single-post .entry{margin-bottom:2.4rem}.single-post .cta_button+br+.cta_button{margin-top:2.4rem}.post_thumbnail figcaption{margin-bottom:.667em;text-align:left}dl{margin-bottom:6rem}dt{display:inline-block;font-style:italic;margin-right:.5rem}dt.gallery-icon,dt:before{display:block}dt:before{content:"\a";height:0;white-space:pre}dd{display:inline}dd:after{clear:both;content:"";display:table;margin-bottom:.9rem}#magazine_search form{align-items:flex-start;-js-display:flex;display:-moz-flex;display:-o-flex;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}#magazine_search form li{margin-bottom:0}#magazine_search .select2-container--default{width:450px!important}#magazine_search .select2-container--default .select2-search--inline .select2-search__field{padding:.6rem .8rem .2rem}#magazine_search .select2-container--default .selection{display:block;width:450px}#magazine_search .select2-container--default .select2-selection--multiple,#magazine_search .select2-container--default .select2-selection--single{background:#ffcd02;border:none;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#000;display:block;padding:2px;position:relative;width:100%}#magazine_search .select2-container--default .select2-selection--multiple ::-webkit-input-placeholder,#magazine_search .select2-container--default .select2-selection--single ::-webkit-input-placeholder{color:#000}#magazine_search .select2-container--default .select2-selection--multiple ::-moz-placeholder,#magazine_search .select2-container--default .select2-selection--single ::-moz-placeholder{color:#000}#magazine_search .select2-container--default .select2-selection--multiple :-ms-input-placeholder,#magazine_search .select2-container--default .select2-selection--single :-ms-input-placeholder{color:#000}#magazine_search .select2-container--default .select2-selection--multiple :-moz-placeholder,#magazine_search .select2-container--default .select2-selection--single :-moz-placeholder{color:#000}#magazine_search .select2-container--default .select2-selection--multiple ::-webkit-textarea-placeholder,#magazine_search .select2-container--default .select2-selection--single ::-webkit-textarea-placeholder{color:#000}#magazine_search .select2-container--default .select2-selection--multiple :-ms-textarea-placeholder,#magazine_search .select2-container--default .select2-selection--single :-ms-textarea-placeholder{color:#000}#magazine_search .select2-container--default .select2-selection--multiple .select2-selection__choice,#magazine_search .select2-container--default .select2-selection--single .select2-selection__choice{background:#fff;border:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;font-size:1.6rem;padding:.6rem .8rem .4rem;width:auto}#magazine_search .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,#magazine_search .select2-container--default .select2-selection--single .select2-selection__choice__remove{color:#000;font-size:2.5rem;margin-right:1rem;position:relative;top:.1rem}#magazine_search .select2-container--default .select2-selection--multiple .select2-selection__clear,#magazine_search .select2-container--default .select2-selection--single .select2-selection__clear{margin-right:3rem}#magazine_search .select2-container--default .select2-selection--multiple .select2-selection__rendered,#magazine_search .select2-container--default .select2-selection--single .select2-selection__rendered{width:450px}#magazine_search .select2-container--default .select2-selection--multiple:after,#magazine_search .select2-container--default .select2-selection--single:after{color:#000;content:"\f0dc";font-family:FontAwesome;position:absolute;right:1.5rem;top:1.2rem}#magazine_search h3{color:#000;font-size:2.1rem}#magazine_search .wpas-field{-js-display:flex;display:-moz-flex;display:-o-flex;display:flex;margin-bottom:1.3rem;width:100%}#magazine_search .wpas-field#wpas-search_query{margin-bottom:3.8rem}#magazine_search .wpas-html{align-self:flex-start}#magazine_search #wpas-tax_betroffenheit,#magazine_search #wpas-tax_lebensbereiche,#magazine_search #wpas-tax_ressorts{margin-right:2rem;width:auto}#magazine_search #wpas-tax_betroffenheit+.wpas-html,#magazine_search #wpas-tax_lebensbereiche+.wpas-html,#magazine_search #wpas-tax_ressorts+.wpas-html{width:auto}#magazine_search .label-container{align-items:center;-js-display:flex;display:-moz-flex;display:-o-flex;display:flex;min-width:200px}#magazine_search input{position:relative}#search_query{width:250px}#wpas-search_query{background:#008bc5;margin-bottom:3.8rem;margin-top:3.8rem;padding:2.4rem}#wpas-search_query ::-webkit-input-placeholder{color:#9b9b9b;font-weight:700}#wpas-search_query ::-moz-placeholder{color:#9b9b9b;font-weight:700}#wpas-search_query :-ms-input-placeholder{color:#9b9b9b;font-weight:700}#wpas-search_query :-moz-placeholder{color:#9b9b9b;font-weight:700}#wpas-search_query ::-webkit-textarea-placeholder{color:#9b9b9b;font-weight:700}#wpas-search_query :-ms-textarea-placeholder{color:#9b9b9b;font-weight:700}#wpas-search_query:after{color:#000;content:"\f002";cursor:pointer;display:block;font:2rem FontAwesome;left:-3.2rem;position:relative;top:1rem}#wpas-search_query:focus:after,#wpas-search_query:hover:after{color:#008bc5}.info_popup{cursor:help;position:relative}h3 .info_popup{display:inline-block;margin-left:2rem}.info_popup:focus span,.info_popup:hover span{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;filter:alpha(opacity=100);font:1.6rem/1.3em Kievit Pro,sans-serif;max-height:1000px;opacity:1;-moz-opacity:1;-webkit-opacity:1;overflow:visible;padding:.8rem;width:316px;z-index:999}.info_popup:focus i,.info_popup:hover i{color:#008bc5}.info_popup i{color:#ffcd02;font-size:3rem;position:relative;top:.3rem}.info_popup span{background:#000;bottom:3.7rem;color:#fff;filter:alpha(opacity=0);height:auto;left:50%;max-height:0;opacity:0;-moz-opacity:0;-webkit-opacity:0;overflow:hidden;position:absolute;transform:translateX(-50%);width:400px}.info_popup span:after{border:12px solid transparent;border-top-color:#000;content:"";height:0;height:auto;left:50%;margin-left:-12px;position:absolute;top:100%;width:0}section .cta_box_wrapper:last-child{margin-bottom:0}.single-veroeffentlichungen h1+h2{margin-top:-3.6rem}.single-veroeffentlichungen h2{color:#008bc5;font:3.6rem/1.2em Kievit Pro,sans-serif;margin-bottom:.6em;margin-top:0}.single-veroeffentlichungen h3{margin:1em 0 .7em}.single-veroeffentlichungen .excerpt p{font-size:2.1rem}.single-veroeffentlichungen .excerpt span{display:block;font-weight:400}.single-veroeffentlichungen article{margin-bottom:4.8rem}.single-veroeffentlichungen .cta_button{margin-bottom:1em}.single-veroeffentlichungen .cta_button+br+.cta_button{margin-top:2.4rem}.jc_new h2{margin-top:.8em}.jc_new .introduction{margin-bottom:4rem;margin-top:4rem}.jc_new .introduction h2{color:#000;font:2.1rem Kievit Pro,sans-serif;font-weight:400;margin-bottom:.5em}.section_auswirkungen{background:#ffe066;margin-bottom:4rem;padding:2rem 2.4rem}.section_auswirkungen_jg p:last-child,.section_auswirkungen_jg ul:last-child{margin-bottom:1.5em}.section_auswirkungen_jg h3{margin-bottom:.3em;margin-top:1.2em}.section_auswirkungen_jg h3+h4{color:#139dd8;font:1.8rem Kievit Pro,sans-serif;margin:0 0 1.2em}.explanation{border-left:2px solid #39b1e5;margin-top:1.5em;padding-left:2rem}.info_table{margin-bottom:3rem}.info_table .info_element,.info_table li{background:#eee;margin-bottom:1rem;padding:0 2.4rem 2.4rem}.info_table .info_element p:last-child,.info_table li p:last-child{margin-bottom:0}.info_table .info_element:before,.info_table li:before{content:"";display:none}.info_table h5{background:#4a4a4a;color:#fff;margin:0 -2.4rem 1.2rem;padding:1.2rem 2.4rem .6rem}.posts_list_veroeffentlichungen.no-results{margin-bottom:6rem}.posts_list_veroeffentlichungen h2{margin-top:1.334em}.posts_list_veroeffentlichungen .cta_button{margin-right:2rem}.posts_list_veroeffentlichung{border-bottom:2px solid #eee;margin-bottom:3.6rem;padding-bottom:calc(3.6rem - 1em)}.post-type-archive-veroeffentlichungen .excerpt a{border-bottom:1px solid #ffcd02;color:#000}.post-type-archive-veroeffentlichungen .excerpt a:focus,.post-type-archive-veroeffentlichungen .excerpt a:hover{color:#008bc5;transition:all .3s ease-in-out}.post-type-archive-veroeffentlichungen .cta_button{margin-bottom:1em}.page-template-page-styleguide #footer{padding-bottom:6rem}.page-template-page-styleguide #footer a{border-bottom:1px solid #ffcd02;color:#000}.page-template-page-styleguide #footer a:focus,.page-template-page-styleguide #footer a:hover{color:#008bc5;transition:all .3s ease-in-out}.page-template-page-styleguide .cta_button{margin-bottom:2rem}.newsletter_box ol li{padding-right:1.8rem}.newsletter_box ol li.half_width{width:384px}.newsletter_box .checkbox_field{font-weight:700}.newsletter_box input[type=submit]{transition:all .3s ease-in-out}.newsletter_box input[type=submit]:focus,.newsletter_box input[type=submit]:hover{background:#fff;color:#008bc5}.newsletter_box input[type=checkbox]:checked,.newsletter_box input[type=checkbox]:not(:checked){margin-left:.3rem}.newsletter_box input[type=checkbox]+label,.newsletter_box input[type=checkbox]+label+label{padding-left:2.4rem}.newsletter_box input[type=checkbox]:checked+br+label,.newsletter_box input[type=checkbox]:checked+label,.newsletter_box input[type=checkbox]:not(:checked)+br+label,.newsletter_box input[type=checkbox]:not(:checked)+label{margin-right:.5rem}.newsletter_box input[type=checkbox]:checked+br+label:before,.newsletter_box input[type=checkbox]:checked+label:before,.newsletter_box input[type=checkbox]:not(:checked)+br+label:before,.newsletter_box input[type=checkbox]:not(:checked)+label:before{margin-right:.4rem}.category_archive{margin-bottom:4.8rem}.category_archive .excerpt p{font-weight:400;margin-bottom:0}.category_archive .read_more{border-bottom:none;color:#008bc5}.category_archive .read_more:focus,.category_archive .read_more:hover{color:#000}.category_archive .posts_list_post{border-bottom:2px solid #d8d8d8;margin-bottom:3.6rem;padding-bottom:3.6rem}.form_dual .form_row:first-of-type,.form_dual .form_row:nth-of-type(2),.form_dual .form_row:nth-of-type(3){display:inline-block}.column_item h4:first-child{margin-top:0}.cta_button{color:#000;display:inline-block}.cta_button.alignleft{float:none}.cta_button.alignright{-js-display:flex;display:-moz-flex;display:-o-flex;display:flex;float:none}.cta_button.alignright a{margin-left:auto}.cta_button.size_big a{font-size:2.1rem}.cta_button.ghost{background:none;border:2px solid #ffcd02;color:#000;padding:.8rem 1rem}.cta_button.ghost:hover{border-color:#008bc5}.cta_button.background_dark a:focus,.cta_button.background_dark a:hover{background:#fff;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#008bc5}.cta_button+p{margin-top:1.2em}.cta_button a,a.cta_button{background:#ffcd02;border:none;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#000;display:inline-block;font:1.8rem Kievit Pro,sans-serif;padding:1rem 1.2rem}.cta_button a:focus,.cta_button a:hover,a.cta_button:focus,a.cta_button:hover{background:#008bc5;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#fff}a.cta_button.size_big{font-size:2.1rem}.infobox{background:#008bc5;border-top:4.8rem solid #39b1e5;margin:4rem 0;padding:1rem 2.4rem 3rem;position:relative}.infobox .cta_button a,.infobox a.cta_button{color:#000}.infobox .cta_button a:focus,.infobox .cta_button a:hover,.infobox a.cta_button:focus,.infobox a.cta_button:hover{background:#fff;color:#008bc5}.infobox a{color:#fff}.infobox a:hover{color:#d8d8d8}.infobox:before{background:#39b1e5;border-left:2.4rem solid #39b1e5;border-top:4.8rem solid #fff;content:"";position:absolute;right:0;top:-4.8rem;width:0}.infobox h2,.infobox h3,.infobox h4,.infobox h5,.infobox p,.infobox ul{color:#fff}.infobox h3{margin-bottom:.8rem}.icon-shortcode{display:inline-block;width:25px}.icon-shortcode.colour_magenta,.icon-shortcode.colour_pink{color:#d40057}.icon-shortcode.colour_magenta:focus,.icon-shortcode.colour_magenta:hover,.icon-shortcode.colour_pink:focus,.icon-shortcode.colour_pink:hover{color:#ffcd02}.icon-shortcode.colour_petrol{color:#008bc5}.cta_box_wrapper{margin-bottom:6rem}article .cta_box_wrapper:last-child{margin-bottom:0}.cta_box{background:url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/images/farbflaeche-blau.png) no-repeat 100% scroll;background-size:cover;padding:2.9rem 4.8rem 3.8rem 3.6rem}.cta_box.background_magenta,.cta_box.background_pink{background-image:url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/images/farbflaeche-magenta.png)}.cta_box h2,.cta_box h3,.cta_box h4,.cta_box h5{color:#ffcd02;margin-top:0}.cta_box h2{font:700 4.8rem/1.2em Kievit Pro,sans-serif;margin-bottom:1.4rem}.cta_box dd,.cta_box dt,.cta_box label,.cta_box li,.cta_box p,.cta_box select,.cta_box td{color:#fff}.cta_box input,.cta_box textarea{background:#fff}.accordion{margin:4rem 0}#button_toggle,.accordion_single_title{cursor:pointer}.accordion_single_title{background:#39b1e5;color:#fff;font:700 2.1rem Kievit Pro,sans-serif;margin:2.4rem 0 0;padding:1.1rem 2.4rem .8rem;position:relative}.accordion_single_title:focus,.accordion_single_title:hover{color:#fff}.accordion_single_title:after{color:#ffcd02;content:"\f067";font:2.1rem FontAwesome;position:absolute;right:1rem;top:50%;transform:translateY(-50%)}.accordion_single_title.active:after{content:"\f00d"}.accordion_text{background:#008bc5;color:#fff;display:none;padding:2rem 2.4rem}.accordion_text a,.accordion_text dd,.accordion_text dt,.accordion_text input,.accordion_text label,.accordion_text li,.accordion_text p,.accordion_text select,.accordion_text td,.accordion_text textarea{color:#fff}.accordion_text a:focus,.accordion_text a:hover{color:#d8d8d8}sub,sup{color:#008bc5;font:700 1.4rem Kievit Pro,sans-serif}.easy-footnote,.easy-footnote-margin-adjust{scroll-margin-top:12rem}.easy-footnote a{border-bottom:none}.easy-footnotes-wrapper{counter-reset:ol-counter;margin-bottom:2.4rem;padding-top:.5rem}.easy-footnotes-wrapper:before{border-top:1px solid #4a4a4a;content:"";display:block;width:61px}.easy-footnotes-wrapper li{font:1.4rem/1.93em Kievit Pro,sans-serif;padding-left:2.5rem;position:relative}.easy-footnotes-wrapper li:before{color:#008bc5;content:counter(ol-counter) ".";counter-increment:ol-counter;font-weight:700;left:0;position:absolute}.easy-footnotes-wrapper .easy-footnote-to-top{border-bottom:none;margin-left:.5rem}.easy-footnotes-wrapper .easy-footnote-to-top:after{color:#008bc5;content:"\f062";font-family:FontAwesome}.download_item{border-bottom:3px solid #eee;margin-bottom:2.8rem;padding-bottom:3.2rem}.download_item h3{margin-bottom:1.334em;margin-top:0}.download_item p{margin-bottom:0}.download_item strong{display:block;margin-bottom:.9rem}.download_item .download_caption{font-style:italic;margin-bottom:2rem}.download_item .file_row{margin-bottom:3.6rem}#nl2go_form input[type=email],#nl2go_form input[type=text],#nl2go_form textarea{background:#fff;border:1px solid #008bc5}.newsletter-form{grid-gap:2rem;align-items:end;display:grid}@media (min-width:43rem){.newsletter-form{grid-template-columns:1fr 1fr auto}}.newsletter-form label{font-weight:700}input:focus,textarea:focus{outline:2px solid #d40057}.app-ctas{align-items:flex-end;-js-display:flex;display:-moz-flex;display:-o-flex;display:flex;margin-right:2rem}.app-ctas a{flex:0 0 auto}.app-main{background:#008bc5;border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;-webkit-border-radius:0 0 3px 3px;color:#fff;font:700 2.1rem Kievit Pro,sans-serif;padding:3.2rem 1rem .1rem}.app-main,.app-main:focus,.app-main:hover{transition:background scale .3s ease-in-out}.app-main:focus,.app-main:hover{background:#d40057;transform:scale(1.05)}.app-android,.app-apple{align-items:center;background:#008bc5;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;display:block;-js-display:inline-flex;display:-moz-inline-flex;display:-o-inline-flex;display:inline-flex;height:24px;justify-content:center;margin-left:1.2rem;padding:.6rem;text-align:center;width:24px}.app-android:focus,.app-android:hover,.app-apple:focus,.app-apple:hover{background:#d40057;transition:all .3s ease-in-out}.app-android img,.app-apple img{display:block;width:17px}.app-cta{display:none}.home .app-cta{background:#ffcd02;bottom:0;-js-display:flex;display:-moz-flex;display:-o-flex;display:flex;left:0;padding-bottom:1.5rem;padding-top:1.5rem;position:fixed;width:100%}.home .app-cta.hidden{bottom:-100%;transition:all .3s ease-in-out}.home .app-cta .column{align-items:center;-js-display:flex;display:-moz-flex;display:-o-flex;display:flex;position:relative}.home .app-cta p{font-size:2.4rem;margin-bottom:0}.home .app-cta .desktop,.home .app-cta .mobile{align-items:center;-js-display:inline-flex;display:-moz-inline-flex;display:-o-inline-flex;display:inline-flex}.home .app-cta .mobile{display:none}.home .app-cta .cta_button{background:#d40057;color:#fff;margin-left:3.6rem}.home .app-cta .cta_button:focus,.home .app-cta .cta_button:hover{background:#008bc5}.home .app-cta .close{background:none;cursor:pointer;position:absolute;right:1.8rem;transition:all .3s ease-in-out}.home .app-cta .close:focus,.home .app-cta .close:hover{color:#d40057;transform:rotate(-180deg)}.home .app-cta .close.focus-visible{outline:1px solid #d40057}.home .app-cta .close:focus-visible{outline:1px solid #d40057}.home .app-cta .close span{display:block;font-size:5rem}#footer .app-main{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:1.6rem;padding:.25rem .6rem;transition:background .3s ease-in-out}#footer .app-ctas{margin-bottom:1.5rem}.home #footer{padding-bottom:4rem}.app-cta .cta_button{margin-right:6rem}@media (max-width:48rem){.app-cta .cta_button{margin-right:4rem}}@media screen and (min-width:87.5rem){#header{background:#fff url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/images/komjc-grafik-header.svg) 100% 0 no-repeat;background-attachment:fixed;background-size:128px auto}}@media screen and (max-width:87.5rem) and (min-width:75rem){#header{background:#fff}}.toggle-sub-menu{align-content:center;background:transparent;display:grid;justify-content:center;place-content:center;position:absolute;top:0}.toggle-sub-menu:focus,.toggle-sub-menu:hover{color:#d40057}.toggle-sub-menu:focus{outline:1px solid currentColor}.toggle-sub-menu[aria-expanded=false] span{display:block;transform:rotate(90deg)}.toggle-sub-menu[aria-expanded=true] span{display:block;transform:rotate(-90deg)}.toggle-sub-menu__icon{font-size:4rem}@media screen and (min-width:68.8125rem){.toggle-sub-menu{right:-.3rem;width:2rem}.toggle-sub-menu:not(:focus):not([aria-expanded=true]){word-wrap:normal!important;clip:rect(1px,1px,1px,1px);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;width:1px}#header.sticky{background:#fff;padding-bottom:2.6rem;padding-top:1.8rem;z-index:998}#header.sticky:after{background:#fff;height:69px}#header.sticky>.row{justify-content:flex-start}#header.sticky #logo{flex:0 0 auto;-webkit-flex:0 0 auto;padding-bottom:0;padding-right:2rem;width:75px}#header.sticky #logo #logo_full{display:none}#header.sticky #logo #logo_alt{display:block;width:35px}#header.sticky nav{-js-display:flex;display:-moz-flex;display:-o-flex;display:flex;flex:1 1 0px;-webkit-flex:1 1 0px;justify-content:space-between;max-width:none;width:auto}#header.sticky #header_top{order:2}#header.sticky #header_main{margin-top:0;order:1}#header.sticky #header_main,#header.sticky #header_top{flex:0 0 auto;-webkit-flex:0 0 auto}#header.sticky #header_top_left{display:none}#header.sticky #link_portal,#header.sticky .app-main{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:1.6rem;margin-left:2rem;padding:.3rem .4rem;transition:background .3s ease-in-out}#header.sticky #link_portal,#header.sticky .app-ctas{position:relative;top:-.3rem}#header.sticky .app-main{background:#008bc5}#header.sticky .app-main:hover{background:#d40057}}@media screen and (max-width:75rem){#header:after{background:#fff}#header nav ul#menu-navigation{width:100%}}@media screen and (max-width:68.75rem){#header{border-bottom:none;height:auto;max-height:100vh;overflow-y:visible;padding:3.7rem 2rem 1rem;position:fixed;z-index:100}#header:after{height:150px}#header>.row{align-items:flex-start;justify-content:space-between;position:relative}#header #header_main{flex-wrap:wrap}#header #header_main .font_changer,#header #header_main .media_links{-js-display:flex;display:-moz-flex;display:-o-flex;display:flex}#header #header_top{display:none}#header #header_main{align-items:flex-end;justify-content:flex-end;margin-top:0}#header .nav-toggle{display:block;margin-left:2.2rem;order:1}#header .nav-toggle:focus,#header .nav-toggle:hover{background:#008bc5;color:#fff}#header .nav-toggle[aria-expanded=true]+ul{display:block}#header .nav-toggle[aria-expanded=false]+ul{display:none}#header #slide_search{-js-display:flex;display:-moz-flex;display:-o-flex;display:flex;margin-left:3.2rem;order:2}#header #slide_search .fa{font-size:3.2rem}#header #searchform-normal{top:5rem}#header nav{position:relative;width:auto}#header nav ul#menu-navigation{background:#ffcd02;flex-wrap:wrap;max-height:calc(100vh - 15rem);max-width:calc(100vw - 2rem);order:3;overflow:scroll;position:absolute;right:-5rem;top:5.8rem;width:40rem}#header nav ul#menu-navigation li{flex-shrink:0;line-height:2em;width:100%}#header nav ul#menu-navigation li a{border:none;display:block;margin:0;padding:0 2.4rem}#header nav ul#menu-navigation li.jugendcheck-nav{display:block}#header nav ul#menu-navigation li.jugendcheck-nav a{background:#d40057;color:#fff}#header nav ul#menu-navigation li.mobile{display:block}#header nav ul#menu-navigation li.mobile a{font-weight:400}#header nav ul#menu-navigation>li:first-child{margin-top:1.8rem}#header nav ul#menu-navigation>li a{color:#000;font-weight:700}#header nav ul#menu-navigation>li.menu-item-has-children>a{margin:0 5rem 0 2.4rem;padding:0}#header nav ul#menu-navigation>li.menu-item-has-children .toggle-sub-menu{right:1rem;top:0;width:3rem}#header nav ul#menu-navigation>li.menu-item-has-children .toggle-sub-menu[aria-expanded=false]+.sub-menu{display:none}#header nav ul#menu-navigation>li.menu-item-has-children .toggle-sub-menu[aria-expanded=true]+.sub-menu{display:block}#header nav ul#menu-navigation>li.menu-item-has-children ul.sub-menu{left:0;padding-top:0;position:relative;top:0}#header nav ul#menu-navigation>li.menu-item-has-children ul.sub-menu li{line-height:1.5em}#header nav ul#menu-navigation>li.menu-item-has-children ul.sub-menu li a{font-weight:400;padding:1rem 2rem 1rem 5rem;position:relative;white-space:normal}#header nav ul#menu-navigation>li.menu-item-has-children ul.sub-menu li a:after{background:#fff;bottom:-.7rem;content:"";display:block;height:1px;position:relative}#header nav ul#menu-navigation>li.menu-item-has-children ul.sub-menu li:last-child a:after{height:0}#header #logo{max-width:200px;padding:0;z-index:101}#header #logo #logo_full{max-width:100%}nav ul li a:focus,nav ul li a:hover{background:inherit}#header_wrapper{height:auto;margin-bottom:4.8rem;min-height:0;padding-bottom:8.7rem}#header_wrapper>.row{margin-left:0;margin-right:0}#header_wrapper .excerpt p{font-size:3.2rem}#header_wrapper h1{margin-top:8.7rem}#box_veroeffentlichungen .infobox{margin-top:0}#box_news{margin-top:4.8rem}.posts_list_news{padding:2.8rem 2rem 4rem}.posts_list_news h3{font-size:2.4rem}#content{margin-top:150px}h1{font-size:4rem}h2{font-size:3.2rem}.cta_box{background-image:url(//www.jugend-check-thueringen.de/wp-content/themes/komjc-thueringen/images/farbflaeche-blau-mobil.svg)}.cta_box h2{font-size:4rem}#footer:before,.cta_box_wrapper{margin-bottom:4rem}#footer #footer_link_portal{font-size:1.4rem}#footer_wrapper{margin-top:4rem}form li.half_width{width:100%}#magazine_search .wpas-field{display:block}#magazine_search #wpas-tax_betroffenheit,#magazine_search #wpas-tax_lebensbereiche,#magazine_search #wpas-tax_ressorts{display:block;margin-right:0;width:100%}#magazine_search #wpas-tax_betroffenheit+.wpas-html,#magazine_search #wpas-tax_lebensbereiche+.wpas-html,#magazine_search #wpas-tax_ressorts+.wpas-html{width:100%}#magazine_search .label-container{min-width:100%}#magazine_search .select2-container--default{display:block;width:100%!important}#magazine_search .select2-container--default .select2-selection--multiple .select2-selection__rendered,#magazine_search .select2-container--default .selection{width:100%}.info_popup{margin:0 auto;text-align:center}#search_query{width:100%}#wpas-search_query{position:relative}#wpas-search_query:after{left:auto;position:absolute;right:3rem;top:50%;transform:translateY(-50%)}.download_info{margin-bottom:1rem}.download_image{margin-bottom:1.5rem}.accordion_single_title{font-size:1.8rem;padding-right:3.4rem}.accordion_text{font-size:1.4rem}.posts_list_veroeffentlichungen .cta_button{margin-bottom:1rem;margin-right:1rem}.posts_list_veroeffentlichungen .cta_button+.cta_button{margin-bottom:0}#featured_article,.posts_list_veroeffentlichungen .column{margin-bottom:2rem}.team_member{padding-bottom:3rem;padding-top:3rem}.team_member>.row{margin-left:0;margin-right:0}.team_member .team_image{margin:0 auto;max-width:400px}}@media screen and (max-width:48rem){table tr td{float:left;width:100%}.wp-block-image .alignleft,.wp-block-image .alignright{float:none;width:100%}.wp-block-image img{width:100%}#header{padding:1rem 0 1rem 1.6rem}#header:after{height:100px}#header #header_main{margin-top:-3.5rem}#header #header_main .font_changer,#header #header_main .media_links{display:none}#header nav ul#menu-navigation li ul li{font-size:1.6rem}#header .nav-toggle{font-size:2rem}#header #slide_search{margin-left:1rem}#header #logo{max-width:120px;position:relative;top:.6rem}#content{margin-top:100px}#header_wrapper{height:auto;margin-bottom:2.5rem;padding-bottom:3.6rem}#header_wrapper .excerpt p{font-size:2rem}#header_wrapper h1{margin-top:3.6rem}h1{font-size:2.4rem}.post_list_news h2,.post_list_news h3,.team_member h2,h2{font-size:2rem;margin-bottom:.5em;margin-top:.85em}#magazine_search h3,h3{font-size:1.8rem}button,dd,dt,figcaption,form input,form input[type=submit],form textarea,input,label,li,p,select,td,textarea{font-size:1.4rem}.cta_box_wrapper{margin-bottom:2.5rem}.cta_box{padding:2.9rem 3.2rem 3.2rem}.cta_box h2{font-size:2rem}.cta_button a,a.cta_button{font-size:1.4rem}.cta_button a.size_big,.cta_button.size_big a,a.cta_button.size_big{font-size:1.6rem}.infobox{border-top-width:2.4rem;margin:2.5rem 0;padding:1.6rem}.infobox:before{border-left-width:1.2rem;border-top-width:2.4rem;top:-2.4rem}.infobox h2{font-size:2rem}#box_news,.infobox h2{display:block}#box_news h2{margin-bottom:3rem}#box_veroeffentlichungen .infobox{margin-bottom:0}#box_veroeffentlichungen h2{margin-bottom:3rem;margin-top:0}#featured_article h2{font:700 2rem Kievit Pro,sans-serif;margin-bottom:.5em;margin-top:.85em}#featured_article .excerpt p{font-size:1.4rem}.posts_list_news{margin-bottom:2rem;padding:2rem 1.6rem 3rem}.posts_list_news h3{font-size:1.8rem}#box_news{margin-top:3rem}.home #footer{padding-bottom:1rem}#footer:before{margin-bottom:0}#footer .column,#footer .column a,#footer .column li,#footer .column p,#footer .column span{text-align:center}#footer .column img{max-width:200px}#footer nav{margin-bottom:0}#footer nav ul{flex-flow:column;justify-content:center}#footer nav ul li:hover a{border:none;text-decoration:none}#footer nav ul li a{display:block;padding:.5rem 1.5rem}#footer .app-ctas,#footer nav ul#footer_media_links{margin-bottom:1.4rem}#footer .app-ctas{justify-content:center;margin-right:0}nav ul.media_links,nav ul.media_links li:last-child a{margin-right:0}.team_member .team_image_wrapper{order:1}.team_member .team_info{order:2}.team_member span,.wpcf7-response-output{font-size:1.4rem}.home .app-cta .desktop{display:none}.home .app-cta .mobile{-js-display:inline-flex;display:-moz-inline-flex;display:-o-inline-flex;display:inline-flex}.home .app-cta p{font-size:1.6rem}.home .app-cta .cta_button{margin-left:2rem}.home .app-cta .close{width:30px}}.cta-buttons{align-items:start;display:flex;flex-wrap:wrap}.cta-buttons>a:not(:last-child){margin-bottom:2rem;margin-right:2rem}@media print{*{background:transparent!important;color:#000!important;filter:none!important;-ms-filter:none!important;text-shadow:none!important}a,a:visited{color:#444!important;text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}#header nav,#sidebar ul,.footer,.nav-toggle,.nivo-slider-wrapper{display:none}}