.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;
}.gdpr-consent-bar {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: auto;
background-color: rgba(24,24,40,0.93);
z-index: 9999;
display: none;
}
.gdpr-consent-bar.bottom {
bottom: 0;
top: auto;
}
.gdpr-consent-bar.top {
bottom: auto;
top: 0;
}
.gdpr-consent-bar-box {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 44px;
min-height: 50px;
}
.gdpr-consent-bar-text {
font-family: 'Source Sans Pro';
font-weight: 400;
font-size: 14px;
color: #ffffff;
line-height: 22px;
padding-right: 40px;
}
.gdpr-consent-bar-buttons {
display: flex;
align-items: center;
}
.btn-gdpr-agreement {
height: 30px;
border: 2px solid #ffffff;
border-radius: 15px;
color: #ffffff;
font-family: 'Montserrat';
font-weight: 700;
font-size: 14px;
line-height: 27px;
text-transform: uppercase;
background: none;
padding: 0 18px;
white-space: nowrap;
-webkit-transition: all 250ms;
transition: all 250ms;
}
.btn-gdpr-agreement:hover {
background-color: #ffffff;
color: #181828;
}
.btn-gdpr-preferences-open {
font-family: 'Source Sans Pro';
font-size: 14px;
line-height: 22px;
font-weight: 400;
color: #00bcd4;
background: none;
border: none;
margin-right: 22px;
padding: 0;
white-space: nowrap;
-webkit-transition: all 250ms;
transition: all 250ms;
}
.btn-gdpr-preferences-open:hover {
color: #ffffff;
}
.gdpr-privacy-preferences {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: rgba(57,61,80,0.8);
z-index: 9999;
display: none;
}
.gdpr-privacy-preferences-box {
height: 90%;
width: 90%;
max-width: 930px;
max-height: 680px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: #ffffff;
z-index: inherit;
}
.gdpr-privacy-preferences-box > form {
height: 100%;
position: relative;
display: flex;
flex-direction: column;
}
.btn-gdpr-privacy-preferences-close {
padding: 0;
margin: 0;
background: none;
border: none;
color: #99a9b5;
position: absolute;
right: 10px;
top: 10px;
z-index: inherit;
font-size: 0;
}
.btn-gdpr-privacy-preferences-close:before {
font-family: 'thegem-icons';
font-style: normal;
font-size: 28px;
content: '\e619';
line-height: 1;
}
.gdpr-privacy-preferences-header {
width: 100%;
position: relative;
flex: none;
padding: 25px 35px 15px;
}
.gdpr-privacy-preferences-title {
font-family: 'Montserrat UltraLight';
font-size: 24px;
color: #3c3950;
line-height: 38px;
text-transform: uppercase;
position: relative;
padding-left: 48px;
}
.gdpr-privacy-preferences-title:before {
content: '\e669';
font-family: 'thegem-icons';
font-style: normal;
color: #00bcd4;
font-size: 32px;
line-height: 1;
position: absolute;
left: -5px;
top: 5px;
}
.gdpr-privacy-preferences-body {
flex: 1 1 100%;
padding: 0 45px 0 35px;
overflow: hidden;
overflow-y: auto;
}
.gdpr-privacy-preferences-text {
font-family: 'Source Sans Pro';
font-size: 14px;
line-height: 23px;
font-weight: 400;
color: #5f727f;
}
.gdpr-privacy-preferences-consents {
padding: 20px 0;
position: relative;
}
.gdpr-privacy-preferences-consent-item {
display: flex;
font-family: 'Source Sans Pro';
font-size: 14px;
line-height: 23px;
font-weight: 400;
padding: 10px 0;
align-items: center;
min-height: 55px;
border-bottom: 1px solid #dfe5e8;
}
.gdpr-privacy-preferences-consent-item:last-child {
border-bottom: none;
}
.gdpr-privacy-consent-param {
width: 100%;
display: flex;
align-items: center;
}
.gdpr-privacy-consent-title {
flex: 0 0 170px;
font-weight: 300;
font-size: 19px;
color: #5f727f;
}
.gdpr-privacy-consent-description {
color: #99a9b5;
width: 100%;
}
.gdpr-privacy-consent-value {
flex: 0 0 100px;
display: flex;
justify-content: flex-end;
}
.gdpr-privacy-consent-value input {
display: block;
}
.thegem-gdpr-field {
display: flex;
align-items: flex-start;
padding: 10px 0;
}
.thegem-gdpr-field label {
margin-bottom: 0;
line-height: 26px;
}
.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item .checkbox-sign,
.thegem-gdpr-field .checkbox-sign {
flex: 0 0 auto;
margin-right: 10px;
width: 26px;
height: 26px;
border: 1px solid #dfe5e8;
}
.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item .checkbox-sign:before,
.thegem-gdpr-field .checkbox-sign:before {
font-size: 21px;
margin-left: -10px;
}
.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item {
display: flex;
align-items: flex-start;
}
.wpcf7-form .wpcf7-thegemgdpr .wpcf7-list-item .wpcf7-list-item-label {
line-height: 26px;
}
.gdpr-privacy-consent-always-active {
text-transform: uppercase;
color: #5f727f;
}
.gdpr-privacy-checkbox {
display: block;
position: relative;
padding: 0;
margin: 0;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.gdpr-privacy-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.gdpr-privacy-checkbox .gdpr-privacy-checkbox-check {
display: block;
position: relative;
width: 40px;
height: 24px;
background-color: #b6c6c9;
border-radius: 12px;
}
.gdpr-privacy-checkbox .gdpr-privacy-checkbox-check:after {
content: '';
position: absolute;
left: 4px;
width: 16px;
height: 16px;
top: 50%;
margin-top: -8px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border-radius: 50%;
box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
background-color: #ffffff;
}
.gdpr-privacy-checkbox input:checked ~ .gdpr-privacy-checkbox-check {
background-color: #00bcd4;
}
.gdpr-privacy-checkbox input:checked ~ .gdpr-privacy-checkbox-check:after {
border-color: #00bcd4;
left: 20px;
}
.gdpr-privacy-preferences-footer {
width: 100%;
flex: none;
padding: 30px 45px 30px 40px;
background-color: #f0f3f2;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row-reverse;
}
.gdpr-privacy-preferences-footer-links a {
font-family: 'Source Sans Pro';
font-weight: 400;
font-size: 14px;
line-height: 22px;
color: #00bcd4;
margin-right: 20px;
}
.gdpr-privacy-preferences-footer-links a:hover {
color: #494c64;
}
.btn-gdpr-privacy-save-preferences {
height: 30px;
white-space: nowrap;
border-radius: 15px;
border: 2px solid #00bcd4;
color: #00bcd4;
background-color: #f0f3f2;
text-transform: uppercase;
font-family: 'Montserrat';
font-size: 14px;
font-weight: 700;
line-height: 27px;
padding: 0 18px;
-webkit-transition: all 250ms;
transition: all 250ms;
}
.btn-gdpr-privacy-save-preferences:hover {
background-color: #00bcd4;
color: #f0f3f2;
}
.gem-gdpr-no-consent-wrap {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
min-height: 200px;
height: 100%;
}
.gem-gdpr-no-consent-inner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,.5);
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
.gem-gdpr-no-consent-notice-text {
padding: 20px;
text-align: center;
color: #ffffff;
font-family: 'Source Sans Pro';
font-size: 14px;
white-space: pre-line;
}
.gem-gdpr-no-consent-notice-text .btn-gdpr-preferences {
font-weight: bold;
color: #ffffff;
text-decoration: underline;
}
.gem-gdpr-no-consent-notice-text [class^="gem-consent-icon-"] {
font-style: normal;
display: block;
line-height: 1;
margin-bottom: 5px;
font-size: 40px;
}
.gem-gdpr-no-consent-notice-text .gem-consent-icon-youtube:before {
content: '\e610';
font-family: 'thegem-socials';
}
.gem-gdpr-no-consent-notice-text .gem-consent-icon-vimeo:before {
content: '\e609';
font-family: 'thegem-socials';
}
.gem-gdpr-no-consent-notice-text .gem-consent-icon-google-maps:before {
content: '\e624';
font-family: 'thegem-icons';
font-style: normal;
}
.vc_video-bg-container .gem-gdpr-no-consent-wrap,
.page-title-block .gem-gdpr-no-consent-wrap,
.vc_map_responsive .gem-gdpr-no-consent-wrap,
.video-block .gem-gdpr-no-consent-wrap {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.page-title-block .gem-gdpr-no-consent-wrap ~ .container {
position: relative;
z-index: 1;
}
.page-title-block .gem-gdpr-no-consent-inner {
align-items: flex-start;
}
.page-title-block .gem-gdpr-no-consent-notice-text {
vertical-align: top;
}
.page-title-block .gem-gdpr-no-consent-notice-text [class^="gem-consent-icon-"] {
display: inline-block;
margin-bottom: 0;
font-size: 20px;
margin-right: 10px;
top: 4px;
position: relative;
}
.vc_video-bg-container .gem-gdpr-no-consent-wrap {
z-index: 1;
}
@media (max-width: 768px) {
.gdpr-consent-bar-box {
flex-direction: column;
padding: 20px;
}
.gdpr-consent-bar-text {
padding-right: 0;
}
.gdpr-consent-bar-buttons {
width: 100%;
justify-content: space-between;
margin-top: 8px;
}
}
@media (max-width: 688px) {
.gdpr-privacy-preferences-body {
padding: 0 30px;
}
.gdpr-privacy-consent-param {
flex-wrap: wrap;
}
.gdpr-privacy-consent-title {
flex: none;
}
.gdpr-privacy-consent-description {
font-size: 12px;
line-height: 18px;
}
.gdpr-privacy-preferences-footer {
padding: 20px 30px;
flex-direction: column;
justify-content: center;
}
.btn-gdpr-privacy-save-preferences,
.gdpr-privacy-preferences-footer-links {
width: 100%;
}
.gdpr-privacy-preferences-footer-links {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 10px;
}
.gdpr-privacy-preferences-footer-links a {
margin-right: 0;
}
}@font-face {
font-family: 'TheGem Header';
src:url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.eot);
src:url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.eot?#iefix) format('embedded-opentype'),
url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.woff) format('woff'),
url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.ttf) format('truetype'),
url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.svg#thegem-header) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.gem-print-icon.gem-icon-pack-thegem-header {
display: inline-block;
font-family: 'TheGem Header';
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-size: inherit;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-synthesis: weight style;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-rendering: auto;
text-align: center;
vertical-align: middle;
font-size: 16px;
}
.tgh-icon {
font-family: 'TheGem Header';
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-rendering: auto;
line-height: 1;
}
.tgh-icon.tgh-icon-label:before {
content: '';
width: 20px;
height: 20px;
background: url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/css/icons-hbi-logo.svg) no-repeat 50% 50%;
background-size: 20px 20px;
display: inline-block;
vertical-align: middle;
}
.tgh-icon.account:before {
content: "\e700";
}
.tgh-icon.alert:before {
content: "\e701";
}
.tgh-icon.arrow-collapse-down:before {
content: "\e702";
}
.tgh-icon.arrow-collapse-up:before {
content: "\e703";
}
.tgh-icon.at:before {
content: "\e704";
}
.tgh-icon.basket:before {
content: "\e705";
}
.tgh-icon.bell:before {
content: "\e706";
}
.tgh-icon.bookmark:before {
content: "\e707";
}
.tgh-icon.briefcase:before {
content: "\e708";
}
.tgh-icon.calendar-month:before {
content: "\e709";
}
.tgh-icon.camera:before {
content: "\e70a";
}
.tgh-icon.cart:before {
content: "\e70b";
}
.tgh-icon.check:before {
content: "\e70c";
}
.tgh-icon.check-circle:before {
content: "\e70d";
}
.tgh-icon.chevron-double-down:before {
content: "\e70e";
}
.tgh-icon.chevron-double-left:before {
content: "\e70f";
}
.tgh-icon.chevron-double-right:before {
content: "\e710";
}
.tgh-icon.chevron-double-up:before {
content: "\e711";
}
.tgh-icon.chevron-down:before {
content: "\e712";
}
.tgh-icon.chevron-down-circle:before {
content: "\e713";
}
.tgh-icon.chevron-left:before {
content: "\e714";
}
.tgh-icon.chevron-left-circle:before {
content: "\e715";
}
.tgh-icon.chevron-right:before {
content: "\e716";
}
.tgh-icon.chevron-right-circle:before {
content: "\e717";
}
.tgh-icon.chevron-up:before {
content: "\e718";
}
.tgh-icon.chevron-up-circle:before {
content: "\e719";
}
.tgh-icon.clock-time-three:before {
content: "\e71a";
}
.tgh-icon.close:before {
content: "\e71b";
}
.tgh-icon.close-circle:before {
content: "\e71c";
}
.tgh-icon.cog:before {
content: "\e71d";
}
.tgh-icon.comment-text:before {
content: "\e71e";
}
.tgh-icon.credit-card:before {
content: "\e71f";
}
.tgh-icon.cube:before {
content: "\e720";
}
.tgh-icon.cursor-default-click:before {
content: "\e721";
}
.tgh-icon.database:before {
content: "\e722";
}
.tgh-icon.dots-horizontal-circle:before {
content: "\e723";
}
.tgh-icon.email:before {
content: "\e724";
}
.tgh-icon.equalizer:before {
content: "\e725";
}
.tgh-icon.flag:before {
content: "\e726";
}
.tgh-icon.gift:before {
content: "\e727";
}
.tgh-icon.globe-model:before {
content: "\e728";
}
.tgh-icon.heart:before {
content: "\e729";
}
.tgh-icon.home:before {
content: "\e72a";
}
.tgh-icon.image-filter-drama:before {
content: "\e72b";
}
.tgh-icon.information:before {
content: "\e72c";
}
.tgh-icon.key:before {
content: "\e72d";
}
.tgh-icon.lifebuoy:before {
content: "\e72e";
}
.tgh-icon.link-variant:before {
content: "\e72f";
}
.tgh-icon.lock:before {
content: "\e730";
}
.tgh-icon.logout:before {
content: "\e731";
}
.tgh-icon.magnify:before {
content: "\e732";
}
.tgh-icon.map:before {
content: "\e733";
}
.tgh-icon.map-marker:before {
content: "\e734";
}
.tgh-icon.menu:before {
content: "\e735";
}
.tgh-icon.monitor:before {
content: "\e736";
}
.tgh-icon.phone:before {
content: "\e737";
}
.tgh-icon.pin:before {
content: "\e738";
}
.tgh-icon.share-variant:before {
content: "\e739";
}
.tgh-icon.shopping-bag:before {
content: "\e73a";
}
.tgh-icon.shopping-cart:before {
content: "\e73b";
}
.tgh-icon.star:before {
content: "\e73c";
}
.tgh-icon.tag:before {
content: "\e73d";
}
.tgh-icon.tune:before {
content: "\e73e";
}
.tgh-icon.weather-night:before {
content: "\e73f";
}
.tgh-icon.weather-sunny:before {
content: "\e740";
}
.tgh-icon.web:before {
content: "\e741";
}
.tgh-icon.wrench:before {
content: "\e742";
}
.tgh-icon.address-card:before {
content: "\e900";
}
.tgh-icon.arrow-alt-circle-down:before {
content: "\e901";
}
.tgh-icon.arrow-alt-circle-left:before {
content: "\e902";
}
.tgh-icon.arrow-alt-circle-right:before {
content: "\e903";
}
.tgh-icon.arrow-alt-circle-up:before {
content: "\e904";
}
.tgh-icon.at1:before {
content: "\e905";
}
.tgh-icon.award:before {
content: "\e906";
}
.tgh-icon.ban:before {
content: "\e907";
}
.tgh-icon.bell1:before {
content: "\e908";
}
.tgh-icon.bookmark1:before {
content: "\e909";
}
.tgh-icon.book-open:before {
content: "\e90a";
}
.tgh-icon.box:before {
content: "\e90b";
}
.tgh-icon.bullhorn:before {
content: "\e90c";
}
.tgh-icon.caret-down:before {
content: "\e90d";
}
.tgh-icon.caret-left:before {
content: "\e90e";
}
.tgh-icon.caret-right:before {
content: "\e90f";
}
.tgh-icon.caret-up:before {
content: "\e910";
}
.tgh-icon.certificate:before {
content: "\e911";
}
.tgh-icon.clock1:before {
content: "\e912";
}
.tgh-icon.cloud1:before {
content: "\e913";
}
.tgh-icon.cog1:before {
content: "\e914";
}
.tgh-icon.comment1:before {
content: "\e915";
}
.tgh-icon.comment-alt:before {
content: "\e916";
}
.tgh-icon.envelope:before {
content: "\e917";
}
.tgh-icon.fire-alt:before {
content: "\e918";
}
.tgh-icon.flag1:before {
content: "\e919";
}
.tgh-icon.folder:before {
content: "\e91a";
}
.tgh-icon.globe1:before {
content: "\e91b";
}
.tgh-icon.headset:before {
content: "\e91c";
}
.tgh-icon.home1:before {
content: "\e91d";
}
.tgh-icon.info-circle:before {
content: "\e91e";
}
.tgh-icon.key2:before {
content: "\e91f";
}
.tgh-icon.lock2:before {
content: "\e920";
}
.tgh-icon.map-marker-alt:before {
content: "\e921";
}
.tgh-icon.mobile-alt:before {
content: "\e922";
}
.tgh-icon.moon:before {
content: "\e923";
}
.tgh-icon.percentage:before {
content: "\e924";
}
.tgh-icon.phone-alt:before {
content: "\e925";
}
.tgh-icon.search:before {
content: "\e926";
}
.tgh-icon.star2:before {
content: "\e927";
}
.tgh-icon.sun:before {
content: "\e928";
}
.tgh-icon.times-circle:before {
content: "\e929";
}
.tgh-icon.user-circle:before {
content: "\e92a";
}
.tgh-icon.wallet1:before {
content: "\e92b";
}
.tgh-icon.adjust-vert:before {
content: "\e600";
}
.tgh-icon.archive:before {
content: "\e601";
}
.tgh-icon.arrow_carrot-2down:before {
content: "\e602";
}
.tgh-icon.arrow_carrot-2left:before {
content: "\e603";
}
.tgh-icon.arrow_carrot-2right:before {
content: "\e604";
}
.tgh-icon.arrow_carrot-2up:before {
content: "\e605";
}
.tgh-icon.arrow_carrot-down:before {
content: "\e606";
}
.tgh-icon.arrow_carrot-down2:before {
content: "\e607";
}
.tgh-icon.arrow_carrot-left:before {
content: "\e608";
}
.tgh-icon.arrow_carrot-left2:before {
content: "\e609";
}
.tgh-icon.arrow_carrot-right:before {
content: "\e60a";
}
.tgh-icon.arrow_carrot-right2:before {
content: "\e60b";
}
.tgh-icon.arrow_carrot-up:before {
content: "\e60c";
}
.tgh-icon.arrow_carrot-up2:before {
content: "\e60d";
}
.tgh-icon.book:before {
content: "\e60e";
}
.tgh-icon.cart1:before {
content: "\e60f";
}
.tgh-icon.check1:before {
content: "\e610";
}
.tgh-icon.check2:before {
content: "\e611";
}
.tgh-icon.clock:before {
content: "\e612";
}
.tgh-icon.close1:before {
content: "\e613";
}
.tgh-icon.close2:before {
content: "\e614";
}
.tgh-icon.cloud:before {
content: "\e615";
}
.tgh-icon.cloud-download:before {
content: "\e616";
}
.tgh-icon.cloud-upload:before {
content: "\e617";
}
.tgh-icon.comment:before {
content: "\e618";
}
.tgh-icon.creditcard:before {
content: "\e619";
}
.tgh-icon.drawer:before {
content: "\e61a";
}
.tgh-icon.drive:before {
content: "\e61b";
}
.tgh-icon.el-ul:before {
content: "\e61c";
}
.tgh-icon.error-triangle:before {
content: "\e61d";
}
.tgh-icon.floppy:before {
content: "\e61e";
}
.tgh-icon.gift1:before {
content: "\e61f";
}
.tgh-icon.globe:before {
content: "\e620";
}
.tgh-icon.globe-2:before {
content: "\e621";
}
.tgh-icon.headphones:before {
content: "\e622";
}
.tgh-icon.heart1:before {
content: "\e623";
}
.tgh-icon.house:before {
content: "\e624";
}
.tgh-icon.id:before {
content: "\e625";
}
.tgh-icon.info:before {
content: "\e626";
}
.tgh-icon.key1:before {
content: "\e627";
}
.tgh-icon.laptop:before {
content: "\e628";
}
.tgh-icon.lifesaver:before {
content: "\e629";
}
.tgh-icon.like:before {
content: "\e62a";
}
.tgh-icon.lock1:before {
content: "\e62b";
}
.tgh-icon.mail:before {
content: "\e62c";
}
.tgh-icon.map1:before {
content: "\e62d";
}
.tgh-icon.menu1:before {
content: "\e62e";
}
.tgh-icon.menu-circle2:before {
content: "\e62f";
}
.tgh-icon.menu-square2:before {
content: "\e630";
}
.tgh-icon.mic:before {
content: "\e631";
}
.tgh-icon.paperclip:before {
content: "\e632";
}
.tgh-icon.pens:before {
content: "\e633";
}
.tgh-icon.percent:before {
content: "\e634";
}
.tgh-icon.phone1:before {
content: "\e635";
}
.tgh-icon.pin1:before {
content: "\e636";
}
.tgh-icon.pushpin:before {
content: "\e637";
}
.tgh-icon.ribbon:before {
content: "\e638";
}
.tgh-icon.search2:before {
content: "\e639";
}
.tgh-icon.share-thin:before {
content: "\e63a";
}
.tgh-icon.shopping-bag1:before {
content: "\e63b";
}
.tgh-icon.shopping-cart1:before {
content: "\e63c";
}
.tgh-icon.star1:before {
content: "\e63d";
}
.tgh-icon.tag1:before {
content: "\e63e";
}
.tgh-icon.toolbox:before {
content: "\e63f";
}
.tgh-icon.wallet:before {
content: "\e640";
}
.tgh-icon.airport:before {
content: "\e9a0";
}
.tgh-icon.aperture:before {
content: "\e9a1";
}
.tgh-icon.audio-cable:before {
content: "\e9a2";
}
.tgh-icon.audio-wave:before {
content: "\e9a3";
}
.tgh-icon.bios:before {
content: "\e9a4";
}
.tgh-icon.camping-tent:before {
content: "\e9a5";
}
.tgh-icon.cd:before {
content: "\e9a6";
}
.tgh-icon.centralized-network:before {
content: "\e9a7";
}
.tgh-icon.certificate1:before {
content: "\e9a8";
}
.tgh-icon.clock-time-four-outline:before {
content: "\e9a9";
}
.tgh-icon.cocktail:before {
content: "\e9aa";
}
.tgh-icon.coffee-to-go:before {
content: "\e9ab";
}
.tgh-icon.computer-mouse:before {
content: "\e9ac";
}
.tgh-icon.cone:before {
content: "\e9ad";
}
.tgh-icon.cup-with-straw:before {
content: "\e9ae";
}
.tgh-icon.cylinder:before {
content: "\e9af";
}
.tgh-icon.diamond-heart:before {
content: "\e9b0";
}
.tgh-icon.email-open:before {
content: "\e9b1";
}
.tgh-icon.email-open-outline:before {
content: "\e9b2";
}
.tgh-icon.email-outline:before {
content: "\e9b3";
}
.tgh-icon.farmer:before {
content: "\e9b4";
}
.tgh-icon.fingerprint:before {
content: "\e9b5";
}
.tgh-icon.fire-alt1:before {
content: "\e9b6";
}
.tgh-icon.flip-flops:before {
content: "\e9b7";
}
.tgh-icon.footwear:before {
content: "\e9b8";
}
.tgh-icon.game-controller:before {
content: "\e9b9";
}
.tgh-icon.globe-earth:before {
content: "\e9ba";
}
.tgh-icon.hand-box:before {
content: "\e9bb";
}
.tgh-icon.hot-air-balloon:before {
content: "\e9bc";
}
.tgh-icon.hotspot:before {
content: "\e9bd";
}
.tgh-icon.jewel:before {
content: "\e9be";
}
.tgh-icon.laptop-metrics:before {
content: "\e9bf";
}
.tgh-icon.laptop-settings:before {
content: "\e9c0";
}
.tgh-icon.lifebuoy1:before {
content: "\e9c1";
}
.tgh-icon.map-marker1:before {
content: "\e9c2";
}
.tgh-icon.map-marker-circle:before {
content: "\e9c3";
}
.tgh-icon.map-pin:before {
content: "\e9c4";
}
.tgh-icon.monitor1:before {
content: "\e9c5";
}
.tgh-icon.mountain:before {
content: "\e9c6";
}
.tgh-icon.musical:before {
content: "\e9c7";
}
.tgh-icon.phone2:before {
content: "\e9c8";
}
.tgh-icon.phone-outline:before {
content: "\e9c9";
}
.tgh-icon.physics:before {
content: "\e9ca";
}
.tgh-icon.push-pin:before {
content: "\e9cb";
}
.tgh-icon.quill-pen:before {
content: "\e9cc";
}
.tgh-icon.sail-boat:before {
content: "\e9cd";
}
.tgh-icon.settings:before {
content: "\e9ce";
}
.tgh-icon.severity:before {
content: "\e9cf";
}
.tgh-icon.shoes:before {
content: "\e9d0";
}
.tgh-icon.shopping-bag2:before {
content: "\e9d1";
}
.tgh-icon.ssd:before {
content: "\e9d2";
}
.tgh-icon.star3:before {
content: "\e9d3";
}
.tgh-icon.star-of-bethlehem:before {
content: "\e9d4";
}
.tgh-icon.street-view:before {
content: "\e9d5";
}
.tgh-icon.synchronize:before {
content: "\e9d6";
}
.tgh-icon.thanksgiving:before {
content: "\e9d7";
}
.tgh-icon.themes:before {
content: "\e9d8";
}
.tgh-icon.t-shirt-on-hanger:before {
content: "\e9d9";
}
.tgh-icon.usb-memory-stick:before {
content: "\e9da";
}
.tgh-icon.user-shield:before {
content: "\e9db";
}
.tgh-icon.video:before {
content: "\e9dc";
}
.tgh-icon.web1:before {
content: "\e9dd";
}
.tgh-icon.wet:before {
content: "\e9de";
}
.tgh-icon.windy-weather:before {
content: "\e9df";
}
.tgh-icon.tiktok:before {
content: "\e9e0";
}
.tgh-icon.tiktok-round:before {
content: "\e9e1";
}
.tgh-icon.tiktok-square:before {
content: "\e9e2";
}@font-face {
font-family: 'TheGem Header';
src:url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.eot);
src:url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.eot?#iefix) format('embedded-opentype'),
url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.woff) format('woff'),
url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.ttf) format('truetype'),
url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/thegem-header/thegem-header.svg#thegem-header) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
.gem-print-icon.gem-icon-pack-thegem-header {
display: inline-block;
font-family: 'TheGem Header';
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-size: inherit;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-synthesis: weight style;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-rendering: auto;
text-align: center;
vertical-align: middle;
font-size: 16px;
}
.tgh-icon {
font-family: 'TheGem Header';
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-rendering: auto;
line-height: 1;
}
.tgh-icon.tgh-icon-label:before {
content: '';
width: 20px;
height: 20px;
background: url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/css/icons-hbi-logo.svg) no-repeat 50% 50%;
background-size: 20px 20px;
display: inline-block;
vertical-align: middle;
}
.tgh-icon.account:before {
content: "\e700";
}
.tgh-icon.alert:before {
content: "\e701";
}
.tgh-icon.arrow-collapse-down:before {
content: "\e702";
}
.tgh-icon.arrow-collapse-up:before {
content: "\e703";
}
.tgh-icon.at:before {
content: "\e704";
}
.tgh-icon.basket:before {
content: "\e705";
}
.tgh-icon.bell:before {
content: "\e706";
}
.tgh-icon.bookmark:before {
content: "\e707";
}
.tgh-icon.briefcase:before {
content: "\e708";
}
.tgh-icon.calendar-month:before {
content: "\e709";
}
.tgh-icon.camera:before {
content: "\e70a";
}
.tgh-icon.cart:before {
content: "\e70b";
}
.tgh-icon.check:before {
content: "\e70c";
}
.tgh-icon.check-circle:before {
content: "\e70d";
}
.tgh-icon.chevron-double-down:before {
content: "\e70e";
}
.tgh-icon.chevron-double-left:before {
content: "\e70f";
}
.tgh-icon.chevron-double-right:before {
content: "\e710";
}
.tgh-icon.chevron-double-up:before {
content: "\e711";
}
.tgh-icon.chevron-down:before {
content: "\e712";
}
.tgh-icon.chevron-down-circle:before {
content: "\e713";
}
.tgh-icon.chevron-left:before {
content: "\e714";
}
.tgh-icon.chevron-left-circle:before {
content: "\e715";
}
.tgh-icon.chevron-right:before {
content: "\e716";
}
.tgh-icon.chevron-right-circle:before {
content: "\e717";
}
.tgh-icon.chevron-up:before {
content: "\e718";
}
.tgh-icon.chevron-up-circle:before {
content: "\e719";
}
.tgh-icon.clock-time-three:before {
content: "\e71a";
}
.tgh-icon.close:before {
content: "\e71b";
}
.tgh-icon.close-circle:before {
content: "\e71c";
}
.tgh-icon.cog:before {
content: "\e71d";
}
.tgh-icon.comment-text:before {
content: "\e71e";
}
.tgh-icon.credit-card:before {
content: "\e71f";
}
.tgh-icon.cube:before {
content: "\e720";
}
.tgh-icon.cursor-default-click:before {
content: "\e721";
}
.tgh-icon.database:before {
content: "\e722";
}
.tgh-icon.dots-horizontal-circle:before {
content: "\e723";
}
.tgh-icon.email:before {
content: "\e724";
}
.tgh-icon.equalizer:before {
content: "\e725";
}
.tgh-icon.flag:before {
content: "\e726";
}
.tgh-icon.gift:before {
content: "\e727";
}
.tgh-icon.globe-model:before {
content: "\e728";
}
.tgh-icon.heart:before {
content: "\e729";
}
.tgh-icon.home:before {
content: "\e72a";
}
.tgh-icon.image-filter-drama:before {
content: "\e72b";
}
.tgh-icon.information:before {
content: "\e72c";
}
.tgh-icon.key:before {
content: "\e72d";
}
.tgh-icon.lifebuoy:before {
content: "\e72e";
}
.tgh-icon.link-variant:before {
content: "\e72f";
}
.tgh-icon.lock:before {
content: "\e730";
}
.tgh-icon.logout:before {
content: "\e731";
}
.tgh-icon.magnify:before {
content: "\e732";
}
.tgh-icon.map:before {
content: "\e733";
}
.tgh-icon.map-marker:before {
content: "\e734";
}
.tgh-icon.menu:before {
content: "\e735";
}
.tgh-icon.monitor:before {
content: "\e736";
}
.tgh-icon.phone:before {
content: "\e737";
}
.tgh-icon.pin:before {
content: "\e738";
}
.tgh-icon.share-variant:before {
content: "\e739";
}
.tgh-icon.shopping-bag:before {
content: "\e73a";
}
.tgh-icon.shopping-cart:before {
content: "\e73b";
}
.tgh-icon.star:before {
content: "\e73c";
}
.tgh-icon.tag:before {
content: "\e73d";
}
.tgh-icon.tune:before {
content: "\e73e";
}
.tgh-icon.weather-night:before {
content: "\e73f";
}
.tgh-icon.weather-sunny:before {
content: "\e740";
}
.tgh-icon.web:before {
content: "\e741";
}
.tgh-icon.wrench:before {
content: "\e742";
}
.tgh-icon.address-card:before {
content: "\e900";
}
.tgh-icon.arrow-alt-circle-down:before {
content: "\e901";
}
.tgh-icon.arrow-alt-circle-left:before {
content: "\e902";
}
.tgh-icon.arrow-alt-circle-right:before {
content: "\e903";
}
.tgh-icon.arrow-alt-circle-up:before {
content: "\e904";
}
.tgh-icon.at1:before {
content: "\e905";
}
.tgh-icon.award:before {
content: "\e906";
}
.tgh-icon.ban:before {
content: "\e907";
}
.tgh-icon.bell1:before {
content: "\e908";
}
.tgh-icon.bookmark1:before {
content: "\e909";
}
.tgh-icon.book-open:before {
content: "\e90a";
}
.tgh-icon.box:before {
content: "\e90b";
}
.tgh-icon.bullhorn:before {
content: "\e90c";
}
.tgh-icon.caret-down:before {
content: "\e90d";
}
.tgh-icon.caret-left:before {
content: "\e90e";
}
.tgh-icon.caret-right:before {
content: "\e90f";
}
.tgh-icon.caret-up:before {
content: "\e910";
}
.tgh-icon.certificate:before {
content: "\e911";
}
.tgh-icon.clock1:before {
content: "\e912";
}
.tgh-icon.cloud1:before {
content: "\e913";
}
.tgh-icon.cog1:before {
content: "\e914";
}
.tgh-icon.comment1:before {
content: "\e915";
}
.tgh-icon.comment-alt:before {
content: "\e916";
}
.tgh-icon.envelope:before {
content: "\e917";
}
.tgh-icon.fire-alt:before {
content: "\e918";
}
.tgh-icon.flag1:before {
content: "\e919";
}
.tgh-icon.folder:before {
content: "\e91a";
}
.tgh-icon.globe1:before {
content: "\e91b";
}
.tgh-icon.headset:before {
content: "\e91c";
}
.tgh-icon.home1:before {
content: "\e91d";
}
.tgh-icon.info-circle:before {
content: "\e91e";
}
.tgh-icon.key2:before {
content: "\e91f";
}
.tgh-icon.lock2:before {
content: "\e920";
}
.tgh-icon.map-marker-alt:before {
content: "\e921";
}
.tgh-icon.mobile-alt:before {
content: "\e922";
}
.tgh-icon.moon:before {
content: "\e923";
}
.tgh-icon.percentage:before {
content: "\e924";
}
.tgh-icon.phone-alt:before {
content: "\e925";
}
.tgh-icon.search:before {
content: "\e926";
}
.tgh-icon.star2:before {
content: "\e927";
}
.tgh-icon.sun:before {
content: "\e928";
}
.tgh-icon.times-circle:before {
content: "\e929";
}
.tgh-icon.user-circle:before {
content: "\e92a";
}
.tgh-icon.wallet1:before {
content: "\e92b";
}
.tgh-icon.adjust-vert:before {
content: "\e600";
}
.tgh-icon.archive:before {
content: "\e601";
}
.tgh-icon.arrow_carrot-2down:before {
content: "\e602";
}
.tgh-icon.arrow_carrot-2left:before {
content: "\e603";
}
.tgh-icon.arrow_carrot-2right:before {
content: "\e604";
}
.tgh-icon.arrow_carrot-2up:before {
content: "\e605";
}
.tgh-icon.arrow_carrot-down:before {
content: "\e606";
}
.tgh-icon.arrow_carrot-down2:before {
content: "\e607";
}
.tgh-icon.arrow_carrot-left:before {
content: "\e608";
}
.tgh-icon.arrow_carrot-left2:before {
content: "\e609";
}
.tgh-icon.arrow_carrot-right:before {
content: "\e60a";
}
.tgh-icon.arrow_carrot-right2:before {
content: "\e60b";
}
.tgh-icon.arrow_carrot-up:before {
content: "\e60c";
}
.tgh-icon.arrow_carrot-up2:before {
content: "\e60d";
}
.tgh-icon.book:before {
content: "\e60e";
}
.tgh-icon.cart1:before {
content: "\e60f";
}
.tgh-icon.check1:before {
content: "\e610";
}
.tgh-icon.check2:before {
content: "\e611";
}
.tgh-icon.clock:before {
content: "\e612";
}
.tgh-icon.close1:before {
content: "\e613";
}
.tgh-icon.close2:before {
content: "\e614";
}
.tgh-icon.cloud:before {
content: "\e615";
}
.tgh-icon.cloud-download:before {
content: "\e616";
}
.tgh-icon.cloud-upload:before {
content: "\e617";
}
.tgh-icon.comment:before {
content: "\e618";
}
.tgh-icon.creditcard:before {
content: "\e619";
}
.tgh-icon.drawer:before {
content: "\e61a";
}
.tgh-icon.drive:before {
content: "\e61b";
}
.tgh-icon.el-ul:before {
content: "\e61c";
}
.tgh-icon.error-triangle:before {
content: "\e61d";
}
.tgh-icon.floppy:before {
content: "\e61e";
}
.tgh-icon.gift1:before {
content: "\e61f";
}
.tgh-icon.globe:before {
content: "\e620";
}
.tgh-icon.globe-2:before {
content: "\e621";
}
.tgh-icon.headphones:before {
content: "\e622";
}
.tgh-icon.heart1:before {
content: "\e623";
}
.tgh-icon.house:before {
content: "\e624";
}
.tgh-icon.id:before {
content: "\e625";
}
.tgh-icon.info:before {
content: "\e626";
}
.tgh-icon.key1:before {
content: "\e627";
}
.tgh-icon.laptop:before {
content: "\e628";
}
.tgh-icon.lifesaver:before {
content: "\e629";
}
.tgh-icon.like:before {
content: "\e62a";
}
.tgh-icon.lock1:before {
content: "\e62b";
}
.tgh-icon.mail:before {
content: "\e62c";
}
.tgh-icon.map1:before {
content: "\e62d";
}
.tgh-icon.menu1:before {
content: "\e62e";
}
.tgh-icon.menu-circle2:before {
content: "\e62f";
}
.tgh-icon.menu-square2:before {
content: "\e630";
}
.tgh-icon.mic:before {
content: "\e631";
}
.tgh-icon.paperclip:before {
content: "\e632";
}
.tgh-icon.pens:before {
content: "\e633";
}
.tgh-icon.percent:before {
content: "\e634";
}
.tgh-icon.phone1:before {
content: "\e635";
}
.tgh-icon.pin1:before {
content: "\e636";
}
.tgh-icon.pushpin:before {
content: "\e637";
}
.tgh-icon.ribbon:before {
content: "\e638";
}
.tgh-icon.search2:before {
content: "\e639";
}
.tgh-icon.share-thin:before {
content: "\e63a";
}
.tgh-icon.shopping-bag1:before {
content: "\e63b";
}
.tgh-icon.shopping-cart1:before {
content: "\e63c";
}
.tgh-icon.star1:before {
content: "\e63d";
}
.tgh-icon.tag1:before {
content: "\e63e";
}
.tgh-icon.toolbox:before {
content: "\e63f";
}
.tgh-icon.wallet:before {
content: "\e640";
}
.tgh-icon.airport:before {
content: "\e9a0";
}
.tgh-icon.aperture:before {
content: "\e9a1";
}
.tgh-icon.audio-cable:before {
content: "\e9a2";
}
.tgh-icon.audio-wave:before {
content: "\e9a3";
}
.tgh-icon.bios:before {
content: "\e9a4";
}
.tgh-icon.camping-tent:before {
content: "\e9a5";
}
.tgh-icon.cd:before {
content: "\e9a6";
}
.tgh-icon.centralized-network:before {
content: "\e9a7";
}
.tgh-icon.certificate1:before {
content: "\e9a8";
}
.tgh-icon.clock-time-four-outline:before {
content: "\e9a9";
}
.tgh-icon.cocktail:before {
content: "\e9aa";
}
.tgh-icon.coffee-to-go:before {
content: "\e9ab";
}
.tgh-icon.computer-mouse:before {
content: "\e9ac";
}
.tgh-icon.cone:before {
content: "\e9ad";
}
.tgh-icon.cup-with-straw:before {
content: "\e9ae";
}
.tgh-icon.cylinder:before {
content: "\e9af";
}
.tgh-icon.diamond-heart:before {
content: "\e9b0";
}
.tgh-icon.email-open:before {
content: "\e9b1";
}
.tgh-icon.email-open-outline:before {
content: "\e9b2";
}
.tgh-icon.email-outline:before {
content: "\e9b3";
}
.tgh-icon.farmer:before {
content: "\e9b4";
}
.tgh-icon.fingerprint:before {
content: "\e9b5";
}
.tgh-icon.fire-alt1:before {
content: "\e9b6";
}
.tgh-icon.flip-flops:before {
content: "\e9b7";
}
.tgh-icon.footwear:before {
content: "\e9b8";
}
.tgh-icon.game-controller:before {
content: "\e9b9";
}
.tgh-icon.globe-earth:before {
content: "\e9ba";
}
.tgh-icon.hand-box:before {
content: "\e9bb";
}
.tgh-icon.hot-air-balloon:before {
content: "\e9bc";
}
.tgh-icon.hotspot:before {
content: "\e9bd";
}
.tgh-icon.jewel:before {
content: "\e9be";
}
.tgh-icon.laptop-metrics:before {
content: "\e9bf";
}
.tgh-icon.laptop-settings:before {
content: "\e9c0";
}
.tgh-icon.lifebuoy1:before {
content: "\e9c1";
}
.tgh-icon.map-marker1:before {
content: "\e9c2";
}
.tgh-icon.map-marker-circle:before {
content: "\e9c3";
}
.tgh-icon.map-pin:before {
content: "\e9c4";
}
.tgh-icon.monitor1:before {
content: "\e9c5";
}
.tgh-icon.mountain:before {
content: "\e9c6";
}
.tgh-icon.musical:before {
content: "\e9c7";
}
.tgh-icon.phone2:before {
content: "\e9c8";
}
.tgh-icon.phone-outline:before {
content: "\e9c9";
}
.tgh-icon.physics:before {
content: "\e9ca";
}
.tgh-icon.push-pin:before {
content: "\e9cb";
}
.tgh-icon.quill-pen:before {
content: "\e9cc";
}
.tgh-icon.sail-boat:before {
content: "\e9cd";
}
.tgh-icon.settings:before {
content: "\e9ce";
}
.tgh-icon.severity:before {
content: "\e9cf";
}
.tgh-icon.shoes:before {
content: "\e9d0";
}
.tgh-icon.shopping-bag2:before {
content: "\e9d1";
}
.tgh-icon.ssd:before {
content: "\e9d2";
}
.tgh-icon.star3:before {
content: "\e9d3";
}
.tgh-icon.star-of-bethlehem:before {
content: "\e9d4";
}
.tgh-icon.street-view:before {
content: "\e9d5";
}
.tgh-icon.synchronize:before {
content: "\e9d6";
}
.tgh-icon.thanksgiving:before {
content: "\e9d7";
}
.tgh-icon.themes:before {
content: "\e9d8";
}
.tgh-icon.t-shirt-on-hanger:before {
content: "\e9d9";
}
.tgh-icon.usb-memory-stick:before {
content: "\e9da";
}
.tgh-icon.user-shield:before {
content: "\e9db";
}
.tgh-icon.video:before {
content: "\e9dc";
}
.tgh-icon.web1:before {
content: "\e9dd";
}
.tgh-icon.wet:before {
content: "\e9de";
}
.tgh-icon.windy-weather:before {
content: "\e9df";
}
.tgh-icon.tiktok:before {
content: "\e9e0";
}
.tgh-icon.tiktok-round:before {
content: "\e9e1";
}
.tgh-icon.tiktok-square:before {
content: "\e9e2";
}@font-face {
font-family: 'ElegantIcons';
src:url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/elegant/ElegantIcons.eot);
src:url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/elegant/ElegantIcons.eot?#iefix) format('embedded-opentype'),
url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/elegant/ElegantIcons.woff) format('woff'),
url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/elegant/ElegantIcons.ttf) format('truetype'),
url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/elegant/ElegantIcons.svg#ElegantIcons) format('svg');
font-weight: normal;
font-style: normal;
}
.gem-print-icon.gem-icon-pack-elegant {
display: inline-block;
font-family: 'ElegantIcons';
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-size: inherit;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-synthesis: weight style;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-rendering: auto;
text-align: center;
vertical-align: middle;
font-size: 16px;
}
.gem-elegant {
font-family: 'ElegantIcons';
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.gem-elegant.gem-elegant-label:before {
content: '';
width: 20px;
height: 20px;
background: url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/css/icons-elegant-logo.svg) no-repeat 50% 50%;
background-size: 20px 20px;
display: inline-block;
vertical-align: middle;
}
@media (max-width: 1439px) {
.gem-elegant.gem-elegant-label:before {
width: 15px;
height: 15px;
background-size: 15px 15px;
}
}
.arrow-up:before {
content: "\21";
}
.arrow-down:before {
content: "\22";
}
.arrow-left:before {
content: "\23";
}
.arrow-right:before {
content: "\24";
}
.arrow-left-up:before {
content: "\25";
}
.arrow-right-up:before {
content: "\26";
}
.arrow-right-down:before {
content: "\27";
}
.arrow-left-down:before {
content: "\28";
}
.arrow-up-down:before {
content: "\29";
}
.arrow-up-down-alt:before {
content: "\2a";
}
.arrow-left-right-alt:before {
content: "\2b";
}
.arrow-left-right:before {
content: "\2c";
}
.arrow-expand-alt2:before {
content: "\2d";
}
.arrow-expand-alt:before {
content: "\2e";
}
.arrow-condense:before {
content: "\2f";
}
.arrow-expand:before {
content: "\30";
}
.arrow-move:before {
content: "\31";
}
.arrow-carrot-up:before {
content: "\32";
}
.arrow-carrot-down:before {
content: "\33";
}
.arrow-carrot-left:before {
content: "\34";
}
.arrow-carrot-right:before {
content: "\35";
}
.arrow-carrot-2up:before {
content: "\36";
}
.arrow-carrot-2down:before {
content: "\37";
}
.arrow-carrot-2left:before {
content: "\38";
}
.arrow-carrot-2right:before {
content: "\39";
}
.arrow-carrot-up-alt2:before {
content: "\3a";
}
.arrow-carrot-down-alt2:before {
content: "\3b";
}
.arrow-carrot-left-alt2:before {
content: "\3c";
}
.arrow-carrot-right-alt2:before {
content: "\3d";
}
.arrow-carrot-2up-alt2:before {
content: "\3e";
}
.arrow-carrot-2down-alt2:before {
content: "\3f";
}
.arrow-carrot-2left-alt2:before {
content: "\40";
}
.arrow-carrot-2right-alt2:before {
content: "\41";
}
.arrow-triangle-up:before {
content: "\42";
}
.arrow-triangle-down:before {
content: "\43";
}
.arrow-triangle-left:before {
content: "\44";
}
.arrow-triangle-right:before {
content: "\45";
}
.arrow-triangle-up-alt2:before {
content: "\46";
}
.arrow-triangle-down-alt2:before {
content: "\47";
}
.arrow-triangle-left-alt2:before {
content: "\48";
}
.arrow-triangle-right-alt2:before {
content: "\49";
}
.arrow-back:before {
content: "\4a";
}
.icon-minus-06:before {
content: "\4b";
}
.icon-plus:before {
content: "\4c";
}
.icon-close:before {
content: "\4d";
}
.icon-check:before {
content: "\4e";
}
.icon-minus-alt2:before {
content: "\4f";
}
.icon-plus-alt2:before {
content: "\50";
}
.icon-close-alt2:before {
content: "\51";
}
.icon-check-alt2:before {
content: "\52";
}
.icon-zoom-out-alt:before {
content: "\53";
}
.icon-zoom-in-alt:before {
content: "\54";
}
.icon-search:before {
content: "\55";
}
.icon-box-empty:before {
content: "\56";
}
.icon-box-selected:before {
content: "\57";
}
.icon-minus-box:before {
content: "\58";
}
.icon-plus-box:before {
content: "\59";
}
.icon-box-checked:before {
content: "\5a";
}
.icon-circle-empty:before {
content: "\5b";
}
.icon-circle-slelected:before {
content: "\5c";
}
.icon-stop-alt2:before {
content: "\5d";
}
.icon-stop:before {
content: "\5e";
}
.icon-pause-alt2:before {
content: "\5f";
}
.icon-pause:before {
content: "\60";
}
.icon-menu:before {
content: "\61";
}
.icon-menu-square-alt2:before {
content: "\62";
}
.icon-menu-circle-alt2:before {
content: "\63";
}
.icon-ul:before {
content: "\64";
}
.icon-ol:before {
content: "\65";
}
.icon-adjust-horiz:before {
content: "\66";
}
.icon-adjust-vert:before {
content: "\67";
}
.icon-document-alt:before {
content: "\68";
}
.icon-documents-alt:before {
content: "\69";
}
.icon-pencil:before {
content: "\6a";
}
.icon-pencil-edit-alt:before {
content: "\6b";
}
.icon-pencil-edit:before {
content: "\6c";
}
.icon-folder-alt:before {
content: "\6d";
}
.icon-folder-open-alt:before {
content: "\6e";
}
.icon-folder-add-alt:before {
content: "\6f";
}
.icon-info-alt:before {
content: "\70";
}
.icon-error-oct-alt:before {
content: "\71";
}
.icon-error-circle-alt:before {
content: "\72";
}
.icon-error-triangle-alt:before {
content: "\73";
}
.icon-question-alt2:before {
content: "\74";
}
.icon-question:before {
content: "\75";
}
.icon-comment-alt:before {
content: "\76";
}
.icon-chat-alt:before {
content: "\77";
}
.icon-vol-mute-alt:before {
content: "\78";
}
.icon-volume-low-alt:before {
content: "\79";
}
.icon-volume-high-alt:before {
content: "\7a";
}
.icon-quotations:before {
content: "\7b";
}
.icon-quotations-alt2:before {
content: "\7c";
}
.icon-clock-alt:before {
content: "\7d";
}
.icon-lock-alt:before {
content: "\7e";
}
.icon-lock-open-alt:before {
content: "\e000";
}
.icon-key-alt:before {
content: "\e001";
}
.icon-cloud-alt:before {
content: "\e002";
}
.icon-cloud-upload-alt:before {
content: "\e003";
}
.icon-cloud-download-alt:before {
content: "\e004";
}
.icon-image:before {
content: "\e005";
}
.icon-images:before {
content: "\e006";
}
.icon-lightbulb-alt:before {
content: "\e007";
}
.icon-gift-alt:before {
content: "\e008";
}
.icon-house-alt:before {
content: "\e009";
}
.icon-genius:before {
content: "\e00a";
}
.icon-mobile:before {
content: "\e00b";
}
.icon-tablet:before {
content: "\e00c";
}
.icon-laptop:before {
content: "\e00d";
}
.icon-desktop:before {
content: "\e00e";
}
.icon-camera-alt:before {
content: "\e00f";
}
.icon-mail-alt:before {
content: "\e010";
}
.icon-cone-alt:before {
content: "\e011";
}
.icon-ribbon-alt:before {
content: "\e012";
}
.icon-bag-alt:before {
content: "\e013";
}
.icon-creditcard:before {
content: "\e014";
}
.icon-cart-alt:before {
content: "\e015";
}
.icon-paperclip:before {
content: "\e016";
}
.icon-tag-alt:before {
content: "\e017";
}
.icon-tags-alt:before {
content: "\e018";
}
.icon-trash-alt:before {
content: "\e019";
}
.icon-cursor-alt:before {
content: "\e01a";
}
.icon-mic-alt:before {
content: "\e01b";
}
.icon-compass-alt:before {
content: "\e01c";
}
.icon-pin-alt:before {
content: "\e01d";
}
.icon-pushpin-alt:before {
content: "\e01e";
}
.icon-map-alt:before {
content: "\e01f";
}
.icon-drawer-alt:before {
content: "\e020";
}
.icon-toolbox-alt:before {
content: "\e021";
}
.icon-book-alt:before {
content: "\e022";
}
.icon-calendar:before {
content: "\e023";
}
.icon-film:before {
content: "\e024";
}
.icon-table:before {
content: "\e025";
}
.icon-contacts-alt:before {
content: "\e026";
}
.icon-headphones:before {
content: "\e027";
}
.icon-lifesaver:before {
content: "\e028";
}
.icon-piechart:before {
content: "\e029";
}
.icon-refresh:before {
content: "\e02a";
}
.icon-link-alt:before {
content: "\e02b";
}
.icon-link:before {
content: "\e02c";
}
.icon-loading:before {
content: "\e02d";
}
.icon-blocked:before {
content: "\e02e";
}
.icon-archive-alt:before {
content: "\e02f";
}
.icon-heart-alt:before {
content: "\e030";
}
.icon-star-alt:before {
content: "\e031";
}
.icon-star-half-alt:before {
content: "\e032";
}
.icon-star:before {
content: "\e033";
}
.icon-star-half:before {
content: "\e034";
}
.icon-tools:before {
content: "\e035";
}
.icon-tool:before {
content: "\e036";
}
.icon-cog:before {
content: "\e037";
}
.icon-cogs:before {
content: "\e038";
}
.arrow-up-alt:before {
content: "\e039";
}
.arrow-down-alt:before {
content: "\e03a";
}
.arrow-left-alt:before {
content: "\e03b";
}
.arrow-right-alt:before {
content: "\e03c";
}
.arrow-left-up-alt:before {
content: "\e03d";
}
.arrow-right-up-alt:before {
content: "\e03e";
}
.arrow-right-down-alt:before {
content: "\e03f";
}
.arrow-left-down-alt:before {
content: "\e040";
}
.arrow-condense-alt:before {
content: "\e041";
}
.arrow-expand-alt3:before {
content: "\e042";
}
.arrow-carrot-up-alt:before {
content: "\e043";
}
.arrow-carrot-down-alt:before {
content: "\e044";
}
.arrow-carrot-left-alt:before {
content: "\e045";
}
.arrow-carrot-right-alt:before {
content: "\e046";
}
.arrow-carrot-2up-alt:before {
content: "\e047";
}
.arrow-carrot-2dwnn-alt:before {
content: "\e048";
}
.arrow-carrot-2left-alt:before {
content: "\e049";
}
.arrow-carrot-2right-alt:before {
content: "\e04a";
}
.arrow-triangle-up-alt:before {
content: "\e04b";
}
.arrow-triangle-down-alt:before {
content: "\e04c";
}
.arrow-triangle-left-alt:before {
content: "\e04d";
}
.arrow-triangle-right-alt:before {
content: "\e04e";
}
.icon-minus-alt:before {
content: "\e04f";
}
.icon-plus-alt:before {
content: "\e050";
}
.icon-close-alt:before {
content: "\e051";
}
.icon-check-alt:before {
content: "\e052";
}
.icon-zoom-out:before {
content: "\e053";
}
.icon-zoom-in:before {
content: "\e054";
}
.icon-stop-alt:before {
content: "\e055";
}
.icon-menu-square-alt:before {
content: "\e056";
}
.icon-menu-circle-alt:before {
content: "\e057";
}
.icon-document:before {
content: "\e058";
}
.icon-documents:before {
content: "\e059";
}
.icon-pencil-alt:before {
content: "\e05a";
}
.icon-folder:before {
content: "\e05b";
}
.icon-folder-open:before {
content: "\e05c";
}
.icon-folder-add:before {
content: "\e05d";
}
.icon-folder-upload:before {
content: "\e05e";
}
.icon-folder-download:before {
content: "\e05f";
}
.icon-info:before {
content: "\e060";
}
.icon-error-circle:before {
content: "\e061";
}
.icon-error-oct:before {
content: "\e062";
}
.icon-error-triangle:before {
content: "\e063";
}
.icon-question-alt:before {
content: "\e064";
}
.icon-comment:before {
content: "\e065";
}
.icon-chat:before {
content: "\e066";
}
.icon-vol-mute:before {
content: "\e067";
}
.icon-volume-low:before {
content: "\e068";
}
.icon-volume-high:before {
content: "\e069";
}
.icon-quotations-alt:before {
content: "\e06a";
}
.icon-clock:before {
content: "\e06b";
}
.icon-lock:before {
content: "\e06c";
}
.icon-lock-open:before {
content: "\e06d";
}
.icon-key:before {
content: "\e06e";
}
.icon-cloud:before {
content: "\e06f";
}
.icon-cloud-upload:before {
content: "\e070";
}
.icon-cloud-download:before {
content: "\e071";
}
.icon-lightbulb:before {
content: "\e072";
}
.icon-gift:before {
content: "\e073";
}
.icon-house:before {
content: "\e074";
}
.icon-camera:before {
content: "\e075";
}
.icon-mail:before {
content: "\e076";
}
.icon-cone:before {
content: "\e077";
}
.icon-ribbon:before {
content: "\e078";
}
.icon-bag:before {
content: "\e079";
}
.icon-cart:before {
content: "\e07a";
}
.icon-tag:before {
content: "\e07b";
}
.icon-tags:before {
content: "\e07c";
}
.icon-trash:before {
content: "\e07d";
}
.icon-cursor:before {
content: "\e07e";
}
.icon-mic:before {
content: "\e07f";
}
.icon-compass:before {
content: "\e080";
}
.icon-pin:before {
content: "\e081";
}
.icon-pushpin:before {
content: "\e082";
}
.icon-map:before {
content: "\e083";
}
.icon-drawer:before {
content: "\e084";
}
.icon-toolbox:before {
content: "\e085";
}
.icon-book:before {
content: "\e086";
}
.icon-contacts:before {
content: "\e087";
}
.icon-archive:before {
content: "\e088";
}
.icon-heart:before {
content: "\e089";
}
.icon-profile:before {
content: "\e08a";
}
.icon-group:before {
content: "\e08b";
}
.icon-grid-2x2:before {
content: "\e08c";
}
.icon-grid-3x3:before {
content: "\e08d";
}
.icon-music:before {
content: "\e08e";
}
.icon-pause-alt:before {
content: "\e08f";
}
.icon-phone:before {
content: "\e090";
}
.icon-upload:before {
content: "\e091";
}
.icon-download:before {
content: "\e092";
}
.social-facebook:before {
content: "\e093";
}
.social-twitter:before {
content: "\e094";
}
.social-pinterest:before {
content: "\e095";
}
.social-googleplus:before {
content: "\e096";
}
.social-tumblr:before {
content: "\e097";
}
.social-tumbleupon:before {
content: "\e098";
}
.social-wordpress:before {
content: "\e099";
}
.social-instagram:before {
content: "\e09a";
}
.social-dribbble:before {
content: "\e09b";
}
.social-vimeo:before {
content: "\e09c";
}
.social-linkedin:before {
content: "\e09d";
}
.social-rss:before {
content: "\e09e";
}
.social-deviantart:before {
content: "\e09f";
}
.social-share:before {
content: "\e0a0";
}
.social-myspace:before {
content: "\e0a1";
}
.social-skype:before {
content: "\e0a2";
}
.social-youtube:before {
content: "\e0a3";
}
.social-picassa:before {
content: "\e0a4";
}
.social-googledrive:before {
content: "\e0a5";
}
.social-flickr:before {
content: "\e0a6";
}
.social-blogger:before {
content: "\e0a7";
}
.social-spotify:before {
content: "\e0a8";
}
.social-delicious:before {
content: "\e0a9";
}
.social-facebook-circle:before {
content: "\e0aa";
}
.social-twitter-circle:before {
content: "\e0ab";
}
.social-pinterest-circle:before {
content: "\e0ac";
}
.social-googleplus-circle:before {
content: "\e0ad";
}
.social-tumblr-circle:before {
content: "\e0ae";
}
.social-stumbleupon-circle:before {
content: "\e0af";
}
.social-wordpress-circle:before {
content: "\e0b0";
}
.social-instagram-circle:before {
content: "\e0b1";
}
.social-dribbble-circle:before {
content: "\e0b2";
}
.social-vimeo-circle:before {
content: "\e0b3";
}
.social-linkedin-circle:before {
content: "\e0b4";
}
.social-rss-circle:before {
content: "\e0b5";
}
.social-deviantart-circle:before {
content: "\e0b6";
}
.social-share-circle:before {
content: "\e0b7";
}
.social-myspace-circle:before {
content: "\e0b8";
}
.social-skype-circle:before {
content: "\e0b9";
}
.social-youtube-circle:before {
content: "\e0ba";
}
.social-picassa-circle:before {
content: "\e0bb";
}
.social-googledrive-alt2:before {
content: "\e0bc";
}
.social-flickr-circle:before {
content: "\e0bd";
}
.social-blogger-circle:before {
content: "\e0be";
}
.social-spotify-circle:before {
content: "\e0bf";
}
.social-delicious-circle:before {
content: "\e0c0";
}
.social-facebook-square:before {
content: "\e0c1";
}
.social-twitter-square:before {
content: "\e0c2";
}
.social-pinterest-square:before {
content: "\e0c3";
}
.social-googleplus-square:before {
content: "\e0c4";
}
.social-tumblr-square:before {
content: "\e0c5";
}
.social-stumbleupon-square:before {
content: "\e0c6";
}
.social-wordpress-square:before {
content: "\e0c7";
}
.social-instagram-square:before {
content: "\e0c8";
}
.social-dribbble-square:before {
content: "\e0c9";
}
.social-vimeo-square:before {
content: "\e0ca";
}
.social-linkedin-square:before {
content: "\e0cb";
}
.social-rss-square:before {
content: "\e0cc";
}
.social-deviantart-square:before {
content: "\e0cd";
}
.social-share-square:before {
content: "\e0ce";
}
.social-myspace-square:before {
content: "\e0cf";
}
.social-skype-square:before {
content: "\e0d0";
}
.social-youtube-square:before {
content: "\e0d1";
}
.social-picassa-square:before {
content: "\e0d2";
}
.social-googledrive-square:before {
content: "\e0d3";
}
.social-flickr-square:before {
content: "\e0d4";
}
.social-blogger-square:before {
content: "\e0d5";
}
.social-spotify-square:before {
content: "\e0d6";
}
.social-delicious-square:before {
content: "\e0d7";
}
.icon-printer:before {
content: "\e103";
}
.icon-calulator:before {
content: "\e0ee";
}
.icon-building:before {
content: "\e0ef";
}
.icon-floppy:before {
content: "\e0e8";
}
.icon-drive:before {
content: "\e0ea";
}
.icon-search-2:before {
content: "\e101";
}
.icon-id:before {
content: "\e107";
}
.icon-id-2:before {
content: "\e108";
}
.icon-puzzle:before {
content: "\e102";
}
.icon-like:before {
content: "\e106";
}
.icon-dislike:before {
content: "\e0eb";
}
.icon-mug:before {
content: "\e105";
}
.icon-currency:before {
content: "\e0ed";
}
.icon-wallet:before {
content: "\e100";
}
.icon-pens:before {
content: "\e104";
}
.icon-easel:before {
content: "\e0e9";
}
.icon-flowchart:before {
content: "\e109";
}
.icon-datareport:before {
content: "\e0ec";
}
.icon-briefcase:before {
content: "\e0fe";
}
.icon-shield:before {
content: "\e0f6";
}
.icon-percent:before {
content: "\e0fb";
}
.icon-globe:before {
content: "\e0e2";
}
.icon-globe-2:before {
content: "\e0e3";
}
.icon-target:before {
content: "\e0f5";
}
.icon-hourglass:before {
content: "\e0e1";
}
.icon-balance:before {
content: "\e0ff";
}
.icon-rook:before {
content: "\e0f8";
}
.icon-printer-alt:before {
content: "\e0fa";
}
.icon-calculator-alt:before {
content: "\e0e7";
}
.icon-building-alt:before {
content: "\e0fd";
}
.icon-floppy-alt:before {
content: "\e0e4";
}
.icon-drive-alt:before {
content: "\e0e5";
}
.icon-search-alt:before {
content: "\e0f7";
}
.icon-id-alt:before {
content: "\e0e0";
}
.icon-id-2-alt:before {
content: "\e0fc";
}
.icon-puzzle-alt:before {
content: "\e0f9";
}
.icon-like-alt:before {
content: "\e0dd";
}
.icon-dislike-alt:before {
content: "\e0f1";
}
.icon-mug-alt:before {
content: "\e0dc";
}
.icon-currency-alt:before {
content: "\e0f3";
}
.icon-wallet-alt:before {
content: "\e0d8";
}
.icon-pens-alt:before {
content: "\e0db";
}
.icon-easel-alt:before {
content: "\e0f0";
}
.icon-flowchart-alt:before {
content: "\e0df";
}
.icon-datareport-alt:before {
content: "\e0f2";
}
.icon-briefcase-alt:before {
content: "\e0f4";
}
.icon-shield-alt:before {
content: "\e0d9";
}
.icon-percent-alt:before {
content: "\e0da";
}
.icon-globe-alt:before {
content: "\e0de";
}
.icon-clipboard:before {
content: "\e0e6";
}@font-face {
font-family: 'ElegantIcons';
src:url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/elegant/ElegantIcons.eot);
src:url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/elegant/ElegantIcons.eot?#iefix) format('embedded-opentype'),
url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/elegant/ElegantIcons.woff) format('woff'),
url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/elegant/ElegantIcons.ttf) format('truetype'),
url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/fonts/elegant/ElegantIcons.svg#ElegantIcons) format('svg');
font-weight: normal;
font-style: normal;
}
.gem-print-icon.gem-icon-pack-elegant {
display: inline-block;
font-family: 'ElegantIcons';
font-feature-settings: normal;
font-kerning: auto;
font-language-override: normal;
font-size: inherit;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-synthesis: weight style;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-rendering: auto;
text-align: center;
vertical-align: middle;
font-size: 16px;
}
.gem-elegant {
font-family: 'ElegantIcons';
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.gem-elegant.gem-elegant-label:before {
content: '';
width: 20px;
height: 20px;
background: url(//www.kalsbach-buchfink.de/wp-content/themes/thegem-elementor/css/icons-elegant-logo.svg) no-repeat 50% 50%;
background-size: 20px 20px;
display: inline-block;
vertical-align: middle;
}
@media (max-width: 1439px) {
.gem-elegant.gem-elegant-label:before {
width: 15px;
height: 15px;
background-size: 15px 15px;
}
}
.arrow-up:before {
content: "\21";
}
.arrow-down:before {
content: "\22";
}
.arrow-left:before {
content: "\23";
}
.arrow-right:before {
content: "\24";
}
.arrow-left-up:before {
content: "\25";
}
.arrow-right-up:before {
content: "\26";
}
.arrow-right-down:before {
content: "\27";
}
.arrow-left-down:before {
content: "\28";
}
.arrow-up-down:before {
content: "\29";
}
.arrow-up-down-alt:before {
content: "\2a";
}
.arrow-left-right-alt:before {
content: "\2b";
}
.arrow-left-right:before {
content: "\2c";
}
.arrow-expand-alt2:before {
content: "\2d";
}
.arrow-expand-alt:before {
content: "\2e";
}
.arrow-condense:before {
content: "\2f";
}
.arrow-expand:before {
content: "\30";
}
.arrow-move:before {
content: "\31";
}
.arrow-carrot-up:before {
content: "\32";
}
.arrow-carrot-down:before {
content: "\33";
}
.arrow-carrot-left:before {
content: "\34";
}
.arrow-carrot-right:before {
content: "\35";
}
.arrow-carrot-2up:before {
content: "\36";
}
.arrow-carrot-2down:before {
content: "\37";
}
.arrow-carrot-2left:before {
content: "\38";
}
.arrow-carrot-2right:before {
content: "\39";
}
.arrow-carrot-up-alt2:before {
content: "\3a";
}
.arrow-carrot-down-alt2:before {
content: "\3b";
}
.arrow-carrot-left-alt2:before {
content: "\3c";
}
.arrow-carrot-right-alt2:before {
content: "\3d";
}
.arrow-carrot-2up-alt2:before {
content: "\3e";
}
.arrow-carrot-2down-alt2:before {
content: "\3f";
}
.arrow-carrot-2left-alt2:before {
content: "\40";
}
.arrow-carrot-2right-alt2:before {
content: "\41";
}
.arrow-triangle-up:before {
content: "\42";
}
.arrow-triangle-down:before {
content: "\43";
}
.arrow-triangle-left:before {
content: "\44";
}
.arrow-triangle-right:before {
content: "\45";
}
.arrow-triangle-up-alt2:before {
content: "\46";
}
.arrow-triangle-down-alt2:before {
content: "\47";
}
.arrow-triangle-left-alt2:before {
content: "\48";
}
.arrow-triangle-right-alt2:before {
content: "\49";
}
.arrow-back:before {
content: "\4a";
}
.icon-minus-06:before {
content: "\4b";
}
.icon-plus:before {
content: "\4c";
}
.icon-close:before {
content: "\4d";
}
.icon-check:before {
content: "\4e";
}
.icon-minus-alt2:before {
content: "\4f";
}
.icon-plus-alt2:before {
content: "\50";
}
.icon-close-alt2:before {
content: "\51";
}
.icon-check-alt2:before {
content: "\52";
}
.icon-zoom-out-alt:before {
content: "\53";
}
.icon-zoom-in-alt:before {
content: "\54";
}
.icon-search:before {
content: "\55";
}
.icon-box-empty:before {
content: "\56";
}
.icon-box-selected:before {
content: "\57";
}
.icon-minus-box:before {
content: "\58";
}
.icon-plus-box:before {
content: "\59";
}
.icon-box-checked:before {
content: "\5a";
}
.icon-circle-empty:before {
content: "\5b";
}
.icon-circle-slelected:before {
content: "\5c";
}
.icon-stop-alt2:before {
content: "\5d";
}
.icon-stop:before {
content: "\5e";
}
.icon-pause-alt2:before {
content: "\5f";
}
.icon-pause:before {
content: "\60";
}
.icon-menu:before {
content: "\61";
}
.icon-menu-square-alt2:before {
content: "\62";
}
.icon-menu-circle-alt2:before {
content: "\63";
}
.icon-ul:before {
content: "\64";
}
.icon-ol:before {
content: "\65";
}
.icon-adjust-horiz:before {
content: "\66";
}
.icon-adjust-vert:before {
content: "\67";
}
.icon-document-alt:before {
content: "\68";
}
.icon-documents-alt:before {
content: "\69";
}
.icon-pencil:before {
content: "\6a";
}
.icon-pencil-edit-alt:before {
content: "\6b";
}
.icon-pencil-edit:before {
content: "\6c";
}
.icon-folder-alt:before {
content: "\6d";
}
.icon-folder-open-alt:before {
content: "\6e";
}
.icon-folder-add-alt:before {
content: "\6f";
}
.icon-info-alt:before {
content: "\70";
}
.icon-error-oct-alt:before {
content: "\71";
}
.icon-error-circle-alt:before {
content: "\72";
}
.icon-error-triangle-alt:before {
content: "\73";
}
.icon-question-alt2:before {
content: "\74";
}
.icon-question:before {
content: "\75";
}
.icon-comment-alt:before {
content: "\76";
}
.icon-chat-alt:before {
content: "\77";
}
.icon-vol-mute-alt:before {
content: "\78";
}
.icon-volume-low-alt:before {
content: "\79";
}
.icon-volume-high-alt:before {
content: "\7a";
}
.icon-quotations:before {
content: "\7b";
}
.icon-quotations-alt2:before {
content: "\7c";
}
.icon-clock-alt:before {
content: "\7d";
}
.icon-lock-alt:before {
content: "\7e";
}
.icon-lock-open-alt:before {
content: "\e000";
}
.icon-key-alt:before {
content: "\e001";
}
.icon-cloud-alt:before {
content: "\e002";
}
.icon-cloud-upload-alt:before {
content: "\e003";
}
.icon-cloud-download-alt:before {
content: "\e004";
}
.icon-image:before {
content: "\e005";
}
.icon-images:before {
content: "\e006";
}
.icon-lightbulb-alt:before {
content: "\e007";
}
.icon-gift-alt:before {
content: "\e008";
}
.icon-house-alt:before {
content: "\e009";
}
.icon-genius:before {
content: "\e00a";
}
.icon-mobile:before {
content: "\e00b";
}
.icon-tablet:before {
content: "\e00c";
}
.icon-laptop:before {
content: "\e00d";
}
.icon-desktop:before {
content: "\e00e";
}
.icon-camera-alt:before {
content: "\e00f";
}
.icon-mail-alt:before {
content: "\e010";
}
.icon-cone-alt:before {
content: "\e011";
}
.icon-ribbon-alt:before {
content: "\e012";
}
.icon-bag-alt:before {
content: "\e013";
}
.icon-creditcard:before {
content: "\e014";
}
.icon-cart-alt:before {
content: "\e015";
}
.icon-paperclip:before {
content: "\e016";
}
.icon-tag-alt:before {
content: "\e017";
}
.icon-tags-alt:before {
content: "\e018";
}
.icon-trash-alt:before {
content: "\e019";
}
.icon-cursor-alt:before {
content: "\e01a";
}
.icon-mic-alt:before {
content: "\e01b";
}
.icon-compass-alt:before {
content: "\e01c";
}
.icon-pin-alt:before {
content: "\e01d";
}
.icon-pushpin-alt:before {
content: "\e01e";
}
.icon-map-alt:before {
content: "\e01f";
}
.icon-drawer-alt:before {
content: "\e020";
}
.icon-toolbox-alt:before {
content: "\e021";
}
.icon-book-alt:before {
content: "\e022";
}
.icon-calendar:before {
content: "\e023";
}
.icon-film:before {
content: "\e024";
}
.icon-table:before {
content: "\e025";
}
.icon-contacts-alt:before {
content: "\e026";
}
.icon-headphones:before {
content: "\e027";
}
.icon-lifesaver:before {
content: "\e028";
}
.icon-piechart:before {
content: "\e029";
}
.icon-refresh:before {
content: "\e02a";
}
.icon-link-alt:before {
content: "\e02b";
}
.icon-link:before {
content: "\e02c";
}
.icon-loading:before {
content: "\e02d";
}
.icon-blocked:before {
content: "\e02e";
}
.icon-archive-alt:before {
content: "\e02f";
}
.icon-heart-alt:before {
content: "\e030";
}
.icon-star-alt:before {
content: "\e031";
}
.icon-star-half-alt:before {
content: "\e032";
}
.icon-star:before {
content: "\e033";
}
.icon-star-half:before {
content: "\e034";
}
.icon-tools:before {
content: "\e035";
}
.icon-tool:before {
content: "\e036";
}
.icon-cog:before {
content: "\e037";
}
.icon-cogs:before {
content: "\e038";
}
.arrow-up-alt:before {
content: "\e039";
}
.arrow-down-alt:before {
content: "\e03a";
}
.arrow-left-alt:before {
content: "\e03b";
}
.arrow-right-alt:before {
content: "\e03c";
}
.arrow-left-up-alt:before {
content: "\e03d";
}
.arrow-right-up-alt:before {
content: "\e03e";
}
.arrow-right-down-alt:before {
content: "\e03f";
}
.arrow-left-down-alt:before {
content: "\e040";
}
.arrow-condense-alt:before {
content: "\e041";
}
.arrow-expand-alt3:before {
content: "\e042";
}
.arrow-carrot-up-alt:before {
content: "\e043";
}
.arrow-carrot-down-alt:before {
content: "\e044";
}
.arrow-carrot-left-alt:before {
content: "\e045";
}
.arrow-carrot-right-alt:before {
content: "\e046";
}
.arrow-carrot-2up-alt:before {
content: "\e047";
}
.arrow-carrot-2dwnn-alt:before {
content: "\e048";
}
.arrow-carrot-2left-alt:before {
content: "\e049";
}
.arrow-carrot-2right-alt:before {
content: "\e04a";
}
.arrow-triangle-up-alt:before {
content: "\e04b";
}
.arrow-triangle-down-alt:before {
content: "\e04c";
}
.arrow-triangle-left-alt:before {
content: "\e04d";
}
.arrow-triangle-right-alt:before {
content: "\e04e";
}
.icon-minus-alt:before {
content: "\e04f";
}
.icon-plus-alt:before {
content: "\e050";
}
.icon-close-alt:before {
content: "\e051";
}
.icon-check-alt:before {
content: "\e052";
}
.icon-zoom-out:before {
content: "\e053";
}
.icon-zoom-in:before {
content: "\e054";
}
.icon-stop-alt:before {
content: "\e055";
}
.icon-menu-square-alt:before {
content: "\e056";
}
.icon-menu-circle-alt:before {
content: "\e057";
}
.icon-document:before {
content: "\e058";
}
.icon-documents:before {
content: "\e059";
}
.icon-pencil-alt:before {
content: "\e05a";
}
.icon-folder:before {
content: "\e05b";
}
.icon-folder-open:before {
content: "\e05c";
}
.icon-folder-add:before {
content: "\e05d";
}
.icon-folder-upload:before {
content: "\e05e";
}
.icon-folder-download:before {
content: "\e05f";
}
.icon-info:before {
content: "\e060";
}
.icon-error-circle:before {
content: "\e061";
}
.icon-error-oct:before {
content: "\e062";
}
.icon-error-triangle:before {
content: "\e063";
}
.icon-question-alt:before {
content: "\e064";
}
.icon-comment:before {
content: "\e065";
}
.icon-chat:before {
content: "\e066";
}
.icon-vol-mute:before {
content: "\e067";
}
.icon-volume-low:before {
content: "\e068";
}
.icon-volume-high:before {
content: "\e069";
}
.icon-quotations-alt:before {
content: "\e06a";
}
.icon-clock:before {
content: "\e06b";
}
.icon-lock:before {
content: "\e06c";
}
.icon-lock-open:before {
content: "\e06d";
}
.icon-key:before {
content: "\e06e";
}
.icon-cloud:before {
content: "\e06f";
}
.icon-cloud-upload:before {
content: "\e070";
}
.icon-cloud-download:before {
content: "\e071";
}
.icon-lightbulb:before {
content: "\e072";
}
.icon-gift:before {
content: "\e073";
}
.icon-house:before {
content: "\e074";
}
.icon-camera:before {
content: "\e075";
}
.icon-mail:before {
content: "\e076";
}
.icon-cone:before {
content: "\e077";
}
.icon-ribbon:before {
content: "\e078";
}
.icon-bag:before {
content: "\e079";
}
.icon-cart:before {
content: "\e07a";
}
.icon-tag:before {
content: "\e07b";
}
.icon-tags:before {
content: "\e07c";
}
.icon-trash:before {
content: "\e07d";
}
.icon-cursor:before {
content: "\e07e";
}
.icon-mic:before {
content: "\e07f";
}
.icon-compass:before {
content: "\e080";
}
.icon-pin:before {
content: "\e081";
}
.icon-pushpin:before {
content: "\e082";
}
.icon-map:before {
content: "\e083";
}
.icon-drawer:before {
content: "\e084";
}
.icon-toolbox:before {
content: "\e085";
}
.icon-book:before {
content: "\e086";
}
.icon-contacts:before {
content: "\e087";
}
.icon-archive:before {
content: "\e088";
}
.icon-heart:before {
content: "\e089";
}
.icon-profile:before {
content: "\e08a";
}
.icon-group:before {
content: "\e08b";
}
.icon-grid-2x2:before {
content: "\e08c";
}
.icon-grid-3x3:before {
content: "\e08d";
}
.icon-music:before {
content: "\e08e";
}
.icon-pause-alt:before {
content: "\e08f";
}
.icon-phone:before {
content: "\e090";
}
.icon-upload:before {
content: "\e091";
}
.icon-download:before {
content: "\e092";
}
.social-facebook:before {
content: "\e093";
}
.social-twitter:before {
content: "\e094";
}
.social-pinterest:before {
content: "\e095";
}
.social-googleplus:before {
content: "\e096";
}
.social-tumblr:before {
content: "\e097";
}
.social-tumbleupon:before {
content: "\e098";
}
.social-wordpress:before {
content: "\e099";
}
.social-instagram:before {
content: "\e09a";
}
.social-dribbble:before {
content: "\e09b";
}
.social-vimeo:before {
content: "\e09c";
}
.social-linkedin:before {
content: "\e09d";
}
.social-rss:before {
content: "\e09e";
}
.social-deviantart:before {
content: "\e09f";
}
.social-share:before {
content: "\e0a0";
}
.social-myspace:before {
content: "\e0a1";
}
.social-skype:before {
content: "\e0a2";
}
.social-youtube:before {
content: "\e0a3";
}
.social-picassa:before {
content: "\e0a4";
}
.social-googledrive:before {
content: "\e0a5";
}
.social-flickr:before {
content: "\e0a6";
}
.social-blogger:before {
content: "\e0a7";
}
.social-spotify:before {
content: "\e0a8";
}
.social-delicious:before {
content: "\e0a9";
}
.social-facebook-circle:before {
content: "\e0aa";
}
.social-twitter-circle:before {
content: "\e0ab";
}
.social-pinterest-circle:before {
content: "\e0ac";
}
.social-googleplus-circle:before {
content: "\e0ad";
}
.social-tumblr-circle:before {
content: "\e0ae";
}
.social-stumbleupon-circle:before {
content: "\e0af";
}
.social-wordpress-circle:before {
content: "\e0b0";
}
.social-instagram-circle:before {
content: "\e0b1";
}
.social-dribbble-circle:before {
content: "\e0b2";
}
.social-vimeo-circle:before {
content: "\e0b3";
}
.social-linkedin-circle:before {
content: "\e0b4";
}
.social-rss-circle:before {
content: "\e0b5";
}
.social-deviantart-circle:before {
content: "\e0b6";
}
.social-share-circle:before {
content: "\e0b7";
}
.social-myspace-circle:before {
content: "\e0b8";
}
.social-skype-circle:before {
content: "\e0b9";
}
.social-youtube-circle:before {
content: "\e0ba";
}
.social-picassa-circle:before {
content: "\e0bb";
}
.social-googledrive-alt2:before {
content: "\e0bc";
}
.social-flickr-circle:before {
content: "\e0bd";
}
.social-blogger-circle:before {
content: "\e0be";
}
.social-spotify-circle:before {
content: "\e0bf";
}
.social-delicious-circle:before {
content: "\e0c0";
}
.social-facebook-square:before {
content: "\e0c1";
}
.social-twitter-square:before {
content: "\e0c2";
}
.social-pinterest-square:before {
content: "\e0c3";
}
.social-googleplus-square:before {
content: "\e0c4";
}
.social-tumblr-square:before {
content: "\e0c5";
}
.social-stumbleupon-square:before {
content: "\e0c6";
}
.social-wordpress-square:before {
content: "\e0c7";
}
.social-instagram-square:before {
content: "\e0c8";
}
.social-dribbble-square:before {
content: "\e0c9";
}
.social-vimeo-square:before {
content: "\e0ca";
}
.social-linkedin-square:before {
content: "\e0cb";
}
.social-rss-square:before {
content: "\e0cc";
}
.social-deviantart-square:before {
content: "\e0cd";
}
.social-share-square:before {
content: "\e0ce";
}
.social-myspace-square:before {
content: "\e0cf";
}
.social-skype-square:before {
content: "\e0d0";
}
.social-youtube-square:before {
content: "\e0d1";
}
.social-picassa-square:before {
content: "\e0d2";
}
.social-googledrive-square:before {
content: "\e0d3";
}
.social-flickr-square:before {
content: "\e0d4";
}
.social-blogger-square:before {
content: "\e0d5";
}
.social-spotify-square:before {
content: "\e0d6";
}
.social-delicious-square:before {
content: "\e0d7";
}
.icon-printer:before {
content: "\e103";
}
.icon-calulator:before {
content: "\e0ee";
}
.icon-building:before {
content: "\e0ef";
}
.icon-floppy:before {
content: "\e0e8";
}
.icon-drive:before {
content: "\e0ea";
}
.icon-search-2:before {
content: "\e101";
}
.icon-id:before {
content: "\e107";
}
.icon-id-2:before {
content: "\e108";
}
.icon-puzzle:before {
content: "\e102";
}
.icon-like:before {
content: "\e106";
}
.icon-dislike:before {
content: "\e0eb";
}
.icon-mug:before {
content: "\e105";
}
.icon-currency:before {
content: "\e0ed";
}
.icon-wallet:before {
content: "\e100";
}
.icon-pens:before {
content: "\e104";
}
.icon-easel:before {
content: "\e0e9";
}
.icon-flowchart:before {
content: "\e109";
}
.icon-datareport:before {
content: "\e0ec";
}
.icon-briefcase:before {
content: "\e0fe";
}
.icon-shield:before {
content: "\e0f6";
}
.icon-percent:before {
content: "\e0fb";
}
.icon-globe:before {
content: "\e0e2";
}
.icon-globe-2:before {
content: "\e0e3";
}
.icon-target:before {
content: "\e0f5";
}
.icon-hourglass:before {
content: "\e0e1";
}
.icon-balance:before {
content: "\e0ff";
}
.icon-rook:before {
content: "\e0f8";
}
.icon-printer-alt:before {
content: "\e0fa";
}
.icon-calculator-alt:before {
content: "\e0e7";
}
.icon-building-alt:before {
content: "\e0fd";
}
.icon-floppy-alt:before {
content: "\e0e4";
}
.icon-drive-alt:before {
content: "\e0e5";
}
.icon-search-alt:before {
content: "\e0f7";
}
.icon-id-alt:before {
content: "\e0e0";
}
.icon-id-2-alt:before {
content: "\e0fc";
}
.icon-puzzle-alt:before {
content: "\e0f9";
}
.icon-like-alt:before {
content: "\e0dd";
}
.icon-dislike-alt:before {
content: "\e0f1";
}
.icon-mug-alt:before {
content: "\e0dc";
}
.icon-currency-alt:before {
content: "\e0f3";
}
.icon-wallet-alt:before {
content: "\e0d8";
}
.icon-pens-alt:before {
content: "\e0db";
}
.icon-easel-alt:before {
content: "\e0f0";
}
.icon-flowchart-alt:before {
content: "\e0df";
}
.icon-datareport-alt:before {
content: "\e0f2";
}
.icon-briefcase-alt:before {
content: "\e0f4";
}
.icon-shield-alt:before {
content: "\e0d9";
}
.icon-percent-alt:before {
content: "\e0da";
}
.icon-globe-alt:before {
content: "\e0de";
}
.icon-clipboard:before {
content: "\e0e6";
}