:root { --fw-red:        #CC1A1A;
--fw-red-dark:   #9E0E0E;
--fw-red-light:  #E8302D;
--fw-gold:       #E8A020;
--fw-gold-light: #F5C040; --fw-black:      #0A0A0A;
--fw-dark:       #141414;
--fw-dark-2:     #1C1C1C;
--fw-dark-3:     #252525;
--fw-dark-4:     #2E2E2E;
--fw-gray-dark:  #444444;
--fw-gray:       #888888;
--fw-gray-light: #BBBBBB;
--fw-border:     #333333;
--fw-off-white:  #F5F3F0;
--fw-white:      #FFFFFF; --cat-einsatz:   #CC1A1A;
--cat-uebung:    #1A6FCC;
--cat-jugend:    #22AA55;
--cat-veranst:   #CC8800;
--cat-mannschaft:#7722CC;
--cat-ausruestung:#448833; --font-display:  'Oswald', 'Arial Narrow', Arial, sans-serif;
--font-body:     'Source Sans 3', 'Helvetica Neue', Helvetica, Arial, sans-serif;
--font-mono:     'JetBrains Mono', 'Courier New', monospace; --space-xs:  0.25rem;
--space-sm:  0.5rem;
--space-md:  1rem;
--space-lg:  1.5rem;
--space-xl:  2rem;
--space-2xl: 3rem;
--space-3xl: 4rem; --container-max: 1200px;
--sidebar-width: 320px;
--header-height: 70px;
--topbar-height: 40px; --shadow-sm:   0 1px 3px rgba(0,0,0,0.4);
--shadow-md:   0 4px 12px rgba(0,0,0,0.5);
--shadow-lg:   0 8px 24px rgba(0,0,0,0.6);
--radius-sm:   3px;
--radius-md:   6px;
--radius-lg:   12px;
--transition:  0.2s ease;
} *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
font-size: 16px;
scroll-behavior: smooth;
-webkit-text-size-adjust: 100%;
}
body {
font-family: var(--font-body);
font-size: 1rem;
line-height: 1.65;
color: var(--fw-dark);
background: var(--fw-off-white);
overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--fw-red); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--fw-red-dark); }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; } h1, h2, h3, h4, h5, h6 {
font-family: var(--font-display);
font-weight: 600;
line-height: 1.2;
letter-spacing: 0.02em;
color: var(--fw-dark);
}
h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.5rem); }
h4 { font-size: 1.15rem; }
p { margin-bottom: var(--space-md); }
p:last-child { margin-bottom: 0; } .container {
max-width: var(--container-max);
margin: 0 auto;
padding: 0 var(--space-lg);
}
.site-wrapper {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.site-content {
flex: 1;
padding: var(--space-2xl) 0;
}
.content-area {
display: grid;
grid-template-columns: 1fr var(--sidebar-width);
gap: var(--space-2xl);
align-items: start;
}
@media (max-width: 968px) {
.content-area {
grid-template-columns: 1fr;
}
.sidebar { order: 2; }
} .topbar {
background: var(--fw-dark);
border-bottom: 1px solid var(--fw-border);
height: var(--topbar-height);
display: flex;
align-items: center;
}
.topbar .container {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.topbar-notruf {
display: flex;
align-items: center;
gap: var(--space-lg);
}
.notruf-item {
display: flex;
align-items: center;
gap: var(--space-sm);
font-family: var(--font-display);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.05em;
text-transform: uppercase;
color: var(--fw-gray-light);
}
.notruf-number {
background: var(--fw-red);
color: var(--fw-white);
font-weight: 700;
font-size: 0.85rem;
padding: 2px 8px;
border-radius: var(--radius-sm);
min-width: 36px;
text-align: center;
}
.notruf-number.police { background: #1A5FCC; }
.notruf-number.rescue { background: #CC7700; }
.topbar-social {
display: flex;
align-items: center;
gap: var(--space-sm);
}
.topbar-social a {
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
border-radius: var(--radius-sm);
color: var(--fw-gray);
transition: all var(--transition);
}
.topbar-social a:hover { background: var(--fw-red); color: var(--fw-white); }
.topbar-social svg { width: 14px; height: 14px; fill: currentColor; } .site-header {
background: var(--fw-dark-2);
border-bottom: 3px solid var(--fw-red);
position: sticky;
top: 0;
z-index: 1000;
box-shadow: var(--shadow-md);
}
.header-inner {
display: flex;
align-items: center;
height: var(--header-height);
gap: var(--space-xl);
} .site-branding {
display: flex;
align-items: center;
gap: var(--space-md);
flex-shrink: 0;
text-decoration: none;
}
.site-logo img {
width: 48px;
height: 48px;
object-fit: contain;
}
.site-logo svg {
width: 48px;
height: 48px;
}
.site-title-group {}
.site-title {
font-family: var(--font-display);
font-size: 1.1rem;
font-weight: 700;
color: var(--fw-white);
letter-spacing: 0.06em;
text-transform: uppercase;
line-height: 1;
}
.site-tagline {
font-size: 0.65rem;
color: var(--fw-gray);
letter-spacing: 0.08em;
text-transform: uppercase;
margin-top: 2px;
} .main-navigation {
flex: 1;
}
.nav-menu {
display: flex;
align-items: center;
gap: 0;
height: var(--header-height);
}
.nav-menu > li {
position: relative;
height: 100%;
}
.nav-menu > li > a {
display: flex;
align-items: center;
height: 100%;
padding: 0 var(--space-md);
font-family: var(--font-display);
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--fw-gray-light);
white-space: nowrap;
position: relative;
transition: color var(--transition);
}
.nav-menu > li > a::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 3px;
background: var(--fw-red);
transform: scaleX(0);
transition: transform var(--transition);
}
.nav-menu > li:hover > a,
.nav-menu > li.current-menu-item > a,
.nav-menu > li.current-menu-ancestor > a {
color: var(--fw-white);
}
.nav-menu > li:hover > a::after,
.nav-menu > li.current-menu-item > a::after,
.nav-menu > li.current-menu-ancestor > a::after {
transform: scaleX(1);
} .sub-menu {
position: absolute;
top: 100%;
left: 0;
min-width: 240px;
background: var(--fw-dark-3);
border-top: 2px solid var(--fw-red);
border-bottom: 2px solid var(--fw-red);
box-shadow: var(--shadow-lg);
opacity: 0;
visibility: hidden;
transform: translateY(-4px);
transition: all 0.2s ease;
z-index: 100;
}
.nav-menu > li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.sub-menu li a {
display: block;
padding: 0.6rem var(--space-lg);
font-size: 0.8rem;
color: var(--fw-gray-light);
border-bottom: 1px solid var(--fw-border);
transition: all var(--transition);
}
.sub-menu li:last-child a { border-bottom: none; }
.sub-menu li a:hover { background: var(--fw-red); color: var(--fw-white); padding-left: var(--space-xl); } .sub-menu .sub-menu {
top: 0;
left: 100%;
border-top: 2px solid var(--fw-red);
}
.sub-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); } .menu-toggle {
display: none;
flex-direction: column;
gap: 5px;
padding: var(--space-sm);
margin-left: auto;
color: var(--fw-white);
}
.menu-toggle span {
display: block;
width: 24px;
height: 2px;
background: var(--fw-white);
transition: all var(--transition);
} .header-search {
flex-shrink: 0;
}
.header-search-btn {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: var(--radius-sm);
color: var(--fw-gray);
border: 1px solid var(--fw-border);
transition: all var(--transition);
}
.header-search-btn:hover { border-color: var(--fw-red); color: var(--fw-red); }
.header-search-btn svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; } .hero-section {
background: var(--fw-dark-2);
border-bottom: 3px solid var(--fw-red);
overflow: hidden;
position: relative;
}
.hero-section::before {
content: '';
position: absolute;
inset: 0;
background: 
radial-gradient(ellipse at 80% 50%, rgba(204,26,26,0.15) 0%, transparent 60%),
radial-gradient(ellipse at 20% 80%, rgba(204,26,26,0.08) 0%, transparent 50%);
pointer-events: none;
}
.hero-inner {
display: grid;
grid-template-columns: 1fr 340px;
min-height: 380px;
}
@media (max-width: 768px) {
.hero-inner { grid-template-columns: 1fr; }
}
.hero-featured {
position: relative;
overflow: hidden;
}
.hero-featured a { display: block; height: 100%; }
.hero-featured-img {
width: 100%;
height: 100%;
object-fit: cover;
min-height: 280px;
transition: transform 0.4s ease;
}
.hero-featured:hover .hero-featured-img { transform: scale(1.03); }
.hero-content {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: var(--space-xl);
background: linear-gradient(transparent, rgba(0,0,0,0.9));
}
.hero-cat-badge {
display: inline-flex;
align-items: center;
gap: var(--space-xs);
background: var(--fw-red);
color: var(--fw-white);
font-family: var(--font-display);
font-size: 0.65rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 3px 10px;
border-radius: var(--radius-sm);
margin-bottom: var(--space-sm);
}
.hero-title {
color: var(--fw-white);
font-size: clamp(1.2rem, 2.5vw, 1.7rem);
text-shadow: 0 2px 8px rgba(0,0,0,0.8);
margin-bottom: var(--space-sm);
}
.hero-title a { color: inherit; }
.hero-meta {
font-size: 0.75rem;
color: var(--fw-gray-light);
font-family: var(--font-display);
letter-spacing: 0.04em;
}
.hero-secondary {
display: flex;
flex-direction: column;
border-left: 1px solid var(--fw-border);
overflow: hidden;
}
.hero-secondary-item {
flex: 1;
display: flex;
gap: var(--space-md);
padding: var(--space-lg);
border-bottom: 1px solid var(--fw-border);
transition: background var(--transition);
text-decoration: none;
}
.hero-secondary-item:last-child { border-bottom: none; }
.hero-secondary-item:hover { background: rgba(204,26,26,0.08); }
.hero-secondary-thumb {
width: 72px;
height: 72px;
object-fit: cover;
border-radius: var(--radius-sm);
flex-shrink: 0;
background: var(--fw-dark-4);
}
.hero-secondary-info {}
.hero-secondary-cat {
font-size: 0.6rem;
font-family: var(--font-display);
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--fw-red);
margin-bottom: 4px;
}
.hero-secondary-title {
font-family: var(--font-display);
font-size: 0.85rem;
font-weight: 600;
color: var(--fw-white);
line-height: 1.3;
margin-bottom: 4px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.hero-secondary-date {
font-size: 0.7rem;
color: var(--fw-gray);
font-family: var(--font-display);
} .posts-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
gap: var(--space-lg);
}
.post-card {
background: var(--fw-white);
border-radius: var(--radius-md);
overflow: hidden;
box-shadow: var(--shadow-sm);
transition: all var(--transition);
border: 1px solid #E0DEDA;
display: flex;
flex-direction: column;
}
.post-card:hover {
box-shadow: var(--shadow-md);
transform: translateY(-2px);
}
.post-card-thumb {
position: relative;
overflow: hidden;
aspect-ratio: 16/9;
background: var(--fw-dark-4);
}
.post-card-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}
.post-card:hover .post-card-thumb img { transform: scale(1.05); }
.post-card-cat {
position: absolute;
top: var(--space-sm);
left: var(--space-sm);
font-family: var(--font-display);
font-size: 0.6rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 3px 8px;
border-radius: var(--radius-sm);
background: var(--fw-red);
color: var(--fw-white);
}
.post-card-cat.cat-uebung    { background: var(--cat-uebung); }
.post-card-cat.cat-jugend    { background: var(--cat-jugend); }
.post-card-cat.cat-veranst   { background: var(--cat-veranst); }
.post-card-cat.cat-mannschaft{ background: var(--cat-mannschaft); }
.post-card-body {
padding: var(--space-lg);
flex: 1;
display: flex;
flex-direction: column;
}
.post-card-meta {
display: flex;
align-items: center;
gap: var(--space-sm);
font-size: 0.7rem;
color: var(--fw-gray);
font-family: var(--font-display);
letter-spacing: 0.04em;
text-transform: uppercase;
margin-bottom: var(--space-sm);
}
.post-card-meta-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--fw-red); }
.post-card-title {
font-size: 1rem;
font-weight: 600;
color: var(--fw-dark);
line-height: 1.3;
margin-bottom: var(--space-sm);
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.post-card-title a { color: inherit; }
.post-card-title a:hover { color: var(--fw-red); }
.post-card-excerpt {
font-size: 0.85rem;
color: var(--fw-gray-dark);
line-height: 1.6;
flex: 1;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: var(--space-md);
}
.post-card-footer {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: var(--space-sm);
border-top: 1px solid #E0DEDA;
margin-top: auto;
}
.read-more-link {
font-family: var(--font-display);
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--fw-red);
display: flex;
align-items: center;
gap: 4px;
transition: gap var(--transition);
}
.read-more-link:hover { gap: 8px; color: var(--fw-red-dark); }
.read-more-link svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2.5; }
.post-card-comments {
font-size: 0.72rem;
color: var(--fw-gray);
display: flex;
align-items: center;
gap: 4px;
} .post-list-item {
display: flex;
gap: var(--space-md);
padding: var(--space-lg) 0;
border-bottom: 1px solid #E0DEDA;
text-decoration: none;
}
.post-list-item:first-child { padding-top: 0; }
.post-list-item:last-child { border-bottom: none; }
.post-list-thumb {
width: 90px;
height: 68px;
object-fit: cover;
border-radius: var(--radius-sm);
flex-shrink: 0;
background: var(--fw-dark-4);
}
.post-list-body {}
.post-list-cat {
font-size: 0.6rem;
font-family: var(--font-display);
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--fw-red);
margin-bottom: 3px;
}
.post-list-title {
font-family: var(--font-display);
font-size: 0.9rem;
font-weight: 600;
color: var(--fw-dark);
line-height: 1.3;
margin-bottom: 3px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.post-list-item:hover .post-list-title { color: var(--fw-red); }
.post-list-date {
font-size: 0.7rem;
color: var(--fw-gray);
font-family: var(--font-display);
} .einsatz-badge {
display: inline-flex;
align-items: center;
gap: var(--space-sm);
background: var(--fw-red);
color: var(--fw-white);
padding: var(--space-sm) var(--space-lg);
border-radius: var(--radius-sm);
margin-bottom: var(--space-lg);
}
.einsatz-badge .nr {
font-family: var(--font-display);
font-size: 0.7rem;
letter-spacing: 0.1em;
text-transform: uppercase;
opacity: 0.8;
}
.einsatz-badge .label {
font-family: var(--font-display);
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
} .sidebar {
display: flex;
flex-direction: column;
gap: var(--space-lg);
}
.widget {
background: var(--fw-white);
border-radius: var(--radius-md);
overflow: hidden;
box-shadow: var(--shadow-sm);
border: 1px solid #E0DEDA;
}
.widget-header {
padding: var(--space-md) var(--space-lg);
background: var(--fw-dark-2);
display: flex;
align-items: center;
gap: var(--space-sm);
}
.widget-title {
font-family: var(--font-display);
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--fw-white);
margin: 0;
}
.widget-icon {
width: 16px;
height: 16px;
fill: var(--fw-red);
flex-shrink: 0;
}
.widget-body {
padding: var(--space-lg);
} .notruf-widget-list { display: flex; flex-direction: column; gap: var(--space-sm); }
.notruf-widget-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: var(--space-sm) var(--space-md);
background: var(--fw-off-white);
border-radius: var(--radius-sm);
border: 1px solid #E0DEDA;
}
.notruf-widget-number {
font-family: var(--font-display);
font-size: 1.6rem;
font-weight: 700;
color: var(--fw-red);
line-height: 1;
}
.notruf-widget-number.police { color: #1A5FCC; }
.notruf-widget-number.rescue { color: #CC7700; }
.notruf-widget-number.mountain { color: #22AA55; }
.notruf-widget-label {
font-size: 0.75rem;
color: var(--fw-gray-dark);
font-weight: 600;
text-align: right;
}
.notruf-cta {
margin-top: var(--space-md);
padding: var(--space-sm) var(--space-md);
background: rgba(204,26,26,0.06);
border-radius: var(--radius-sm);
border: 1px solid rgba(204,26,26,0.2);
font-size: 0.75rem;
color: var(--fw-gray-dark);
text-align: center;
} .telegram-widget {
text-align: center;
}
.telegram-widget img { width: 100%; border-radius: var(--radius-sm); margin-bottom: var(--space-md); }
.telegram-link {
display: inline-flex;
align-items: center;
gap: var(--space-sm);
background: #229ED9;
color: var(--fw-white);
padding: var(--space-sm) var(--space-lg);
border-radius: 20px;
font-family: var(--font-display);
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.04em;
transition: background var(--transition);
text-decoration: none;
}
.telegram-link:hover { background: #1A8EC0; color: var(--fw-white); } .widget-recent-posts {} .cat-list { display: flex; flex-direction: column; }
.cat-list-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0.5rem 0;
border-bottom: 1px solid #E0DEDA;
text-decoration: none;
}
.cat-list-item:last-child { border-bottom: none; }
.cat-list-name {
display: flex;
align-items: center;
gap: var(--space-sm);
font-size: 0.85rem;
color: var(--fw-dark);
font-weight: 500;
}
.cat-list-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--fw-red);
flex-shrink: 0;
}
.cat-list-count {
font-family: var(--font-display);
font-size: 0.7rem;
font-weight: 700;
color: var(--fw-gray);
background: var(--fw-off-white);
padding: 2px 7px;
border-radius: 10px;
}
.cat-list-item:hover .cat-list-name { color: var(--fw-red); } .section-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: var(--space-lg);
padding-bottom: var(--space-md);
border-bottom: 2px solid var(--fw-border);
}
.section-title {
font-family: var(--font-display);
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--fw-dark);
display: flex;
align-items: center;
gap: var(--space-sm);
}
.section-title-bar {
width: 3px;
height: 1em;
background: var(--fw-red);
border-radius: 1px;
margin-right: 2px;
}
.section-more {
font-family: var(--font-display);
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--fw-red);
display: flex;
align-items: center;
gap: 4px;
} .single-post-header {
background: var(--fw-dark-2);
padding: var(--space-2xl) 0;
border-bottom: 3px solid var(--fw-red);
margin-bottom: var(--space-2xl);
}
.single-post-header-inner {
display: flex;
flex-direction: column;
gap: var(--space-md);
}
.single-breadcrumb {
display: flex;
align-items: center;
gap: var(--space-sm);
font-family: var(--font-display);
font-size: 0.7rem;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--fw-gray);
}
.single-breadcrumb a { color: var(--fw-gray); }
.single-breadcrumb a:hover { color: var(--fw-white); }
.single-breadcrumb span { color: var(--fw-red); }
.single-post-title {
color: var(--fw-white);
font-size: clamp(1.5rem, 3.5vw, 2.4rem);
font-weight: 700;
max-width: 780px;
line-height: 1.2;
}
.single-post-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: var(--space-lg);
font-family: var(--font-display);
font-size: 0.75rem;
color: var(--fw-gray-light);
letter-spacing: 0.04em;
text-transform: uppercase;
}
.single-post-meta span {
display: flex;
align-items: center;
gap: 5px;
}
.single-post-meta svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2; color: var(--fw-red); } .single-featured {
width: 100%;
max-height: 500px;
object-fit: cover;
border-radius: var(--radius-md);
margin-bottom: var(--space-2xl);
box-shadow: var(--shadow-md);
} .entry-content {
font-size: 1rem;
line-height: 1.75;
color: var(--fw-dark);
max-width: 720px;
}
.entry-content p { margin-bottom: var(--space-lg); }
.entry-content h2, .entry-content h3 { margin: var(--space-xl) 0 var(--space-md); }
.entry-content ul, .entry-content ol {
list-style: disc;
padding-left: var(--space-xl);
margin-bottom: var(--space-lg);
}
.entry-content ol { list-style: decimal; }
.entry-content li { margin-bottom: var(--space-sm); }
.entry-content img {
border-radius: var(--radius-md);
box-shadow: var(--shadow-md);
margin: var(--space-xl) 0;
}
.entry-content a { color: var(--fw-red); text-decoration: underline; }
.entry-content blockquote {
border-left: 4px solid var(--fw-red);
padding: var(--space-md) var(--space-xl);
background: var(--fw-off-white);
border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
margin: var(--space-xl) 0;
font-style: italic;
color: var(--fw-gray-dark);
} .pagination {
display: flex;
align-items: center;
justify-content: center;
gap: var(--space-sm);
margin-top: var(--space-2xl);
}
.page-numbers {
display: flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 var(--space-sm);
border-radius: var(--radius-sm);
font-family: var(--font-display);
font-size: 0.8rem;
font-weight: 600;
color: var(--fw-dark);
border: 1px solid #E0DEDA;
background: var(--fw-white);
transition: all var(--transition);
text-decoration: none;
}
.page-numbers:hover,
.page-numbers.current {
background: var(--fw-red);
color: var(--fw-white);
border-color: var(--fw-red);
} .site-footer {
background: var(--fw-dark);
border-top: 3px solid var(--fw-red);
color: var(--fw-gray-light);
}
.footer-main {
padding: var(--space-3xl) 0 var(--space-2xl);
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr;
gap: var(--space-2xl);
}
@media (max-width: 768px) {
.footer-main { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
.footer-main { grid-template-columns: 1fr; }
}
.footer-brand {}
.footer-logo {
display: flex;
align-items: center;
gap: var(--space-md);
margin-bottom: var(--space-lg);
text-decoration: none;
}
.footer-logo-img {
width: 52px;
height: 52px;
object-fit: contain;
filter: brightness(0.9);
}
.footer-logo-title {
font-family: var(--font-display);
font-size: 1rem;
font-weight: 700;
color: var(--fw-white);
letter-spacing: 0.06em;
text-transform: uppercase;
}
.footer-brand-desc {
font-size: 0.85rem;
line-height: 1.65;
color: var(--fw-gray);
margin-bottom: var(--space-lg);
}
.footer-social {
display: flex;
gap: var(--space-sm);
}
.footer-social a {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
border-radius: var(--radius-sm);
background: var(--fw-dark-3);
color: var(--fw-gray);
border: 1px solid var(--fw-border);
transition: all var(--transition);
}
.footer-social a:hover { background: var(--fw-red); color: var(--fw-white); border-color: var(--fw-red); }
.footer-social svg { width: 15px; height: 15px; fill: currentColor; }
.footer-col-title {
font-family: var(--font-display);
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--fw-white);
margin-bottom: var(--space-md);
padding-bottom: var(--space-sm);
border-bottom: 1px solid var(--fw-border);
}
.footer-nav { display: flex; flex-direction: column; gap: 6px; }
.footer-nav a {
font-size: 0.82rem;
color: var(--fw-gray);
transition: color var(--transition);
display: flex;
align-items: center;
gap: 5px;
}
.footer-nav a::before {
content: '›';
color: var(--fw-red);
font-weight: 700;
}
.footer-nav a:hover { color: var(--fw-white); }
.footer-bottom {
padding: var(--space-md) 0;
border-top: 1px solid var(--fw-border);
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: var(--space-md);
}
.footer-copyright {
font-size: 0.75rem;
color: var(--fw-gray);
}
.footer-links {
display: flex;
gap: var(--space-lg);
}
.footer-links a {
font-size: 0.75rem;
color: var(--fw-gray);
transition: color var(--transition);
}
.footer-links a:hover { color: var(--fw-white); } .btn {
display: inline-flex;
align-items: center;
gap: 0.45rem;
padding: 0.65rem 1.5rem;
border-radius: 24px;
font-family: var(--font-display);
font-size: 0.82rem;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
transition: all var(--transition);
text-decoration: none !important;
cursor: pointer;
white-space: nowrap;
line-height: 1.25;
min-height: 44px;
}
.btn-primary {
background: var(--fw-red);
color: var(--fw-white);
border: 2px solid var(--fw-red);
}
.btn-primary:hover {
background: var(--fw-red-dark);
border-color: var(--fw-red-dark);
color: var(--fw-white);
transform: translateY(-1px);
box-shadow: 0 4px 14px rgba(204,26,26,0.35);
}
.btn-outline {
background: transparent;
color: var(--fw-red);
border: 2px solid var(--fw-red);
}
.btn-outline:hover {
background: var(--fw-red);
color: var(--fw-white);
transform: translateY(-1px);
box-shadow: 0 4px 14px rgba(204,26,26,0.25);
} .btn-group {
display: flex;
flex-wrap: wrap;
gap: 0.6rem;
align-items: center;
margin: 1.5rem 0;
} .search-form {
display: flex;
gap: var(--space-sm);
}
.search-field {
flex: 1;
padding: 0.6rem var(--space-md);
border: 1px solid #E0DEDA;
border-radius: var(--radius-sm);
font-family: var(--font-body);
font-size: 0.9rem;
outline: none;
background: var(--fw-off-white);
transition: border-color var(--transition);
}
.search-field:focus { border-color: var(--fw-red); background: var(--fw-white); }
.search-submit {
padding: 0.6rem var(--space-md);
background: var(--fw-red);
color: var(--fw-white);
border: none;
border-radius: var(--radius-sm);
font-family: var(--font-display);
font-size: 0.8rem;
font-weight: 700;
cursor: pointer;
transition: background var(--transition);
}
.search-submit:hover { background: var(--fw-red-dark); } @media (max-width: 968px) {
.topbar .notruf-item:nth-child(n+3) { display: none; }
.main-navigation { display: none; }
.main-navigation.is-open { display: block; }
.menu-toggle { display: flex; }
.site-header .header-inner { flex-wrap: wrap; }
.main-navigation.is-open {
position: fixed;
top: var(--header-height);
left: 0;
right: 0;
bottom: 0;
background: var(--fw-dark-2);
overflow-y: auto;
padding: var(--space-lg);
z-index: 999;
}
.main-navigation.is-open .nav-menu {
flex-direction: column;
height: auto;
gap: 0;
align-items: stretch;
}
.main-navigation.is-open .nav-menu > li { height: auto; }
.main-navigation.is-open .nav-menu > li > a { padding: var(--space-md) 0; border-bottom: 1px solid var(--fw-border); }
.main-navigation.is-open .nav-menu > li > a::after { display: none; }
.main-navigation.is-open .sub-menu {
position: static;
opacity: 1;
visibility: visible;
transform: none;
box-shadow: none;
border: none;
padding-left: var(--space-lg);
display: none;
}
.main-navigation.is-open .sub-menu.is-open { display: block; }
.hero-inner { grid-template-columns: 1fr; }
.hero-secondary { border-left: none; border-top: 1px solid var(--fw-border); }
.posts-grid { grid-template-columns: 1fr; }
}  .gallery {
display: grid !important;
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
gap: var(--space-sm) !important;
margin: var(--space-xl) 0 !important;
}
.gallery .gallery-item {
overflow: hidden;
border-radius: var(--radius-sm);
aspect-ratio: 4/3;
background: var(--fw-dark-4);
position: relative;
} .gallery-columns-2 .gallery-item { width: auto !important; float: none !important; }
.gallery-columns-3 .gallery-item { width: auto !important; float: none !important; }
.gallery-columns-4 .gallery-item { width: auto !important; float: none !important; }
.gallery-columns-6 .gallery-item { width: auto !important; float: none !important; }
.gallery-columns-9 .gallery-item { width: auto !important; float: none !important; }
.gallery-item a {
display: block;
height: 100%;
width: 100%;
}
.gallery-item img {
width: 100% !important;
height: 100% !important;
max-width: none !important;
object-fit: cover !important;
border-radius: var(--radius-sm) !important;
transition: transform 0.35s ease !important;
margin: 0 !important;
box-shadow: none !important;
}
.gallery-item:hover img { transform: scale(1.06) !important; } .gallery-item a,
.entry-content a:has(img),
.wp-block-image a,
.blocks-gallery-item a,
.vc_single_image-wrapper a {
cursor: zoom-in;
} .gallery-caption,
.wp-caption-text {
font-size: 0.75rem !important;
color: var(--fw-gray) !important;
text-align: center !important;
padding: 4px 6px !important;
line-height: 1.4 !important;
} .wp-block-gallery,
.wp-block-gallery .blocks-gallery-grid {
display: grid !important;
grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
gap: var(--space-sm) !important;
margin: var(--space-xl) 0 !important;
}
.wp-block-gallery .blocks-gallery-item,
.wp-block-gallery li {
margin: 0 !important;
display: block !important;
}
.wp-block-gallery figure { margin: 0 !important; }
.wp-block-gallery img {
width: 100% !important;
height: 180px !important;
object-fit: cover !important;
border-radius: var(--radius-sm) !important;
transition: transform 0.35s ease !important;
}
.wp-block-gallery .blocks-gallery-item:hover img { transform: scale(1.06) !important; } .wp-block-image {
margin: var(--space-xl) 0 !important;
}
.wp-block-image img {
border-radius: var(--radius-md) !important;
box-shadow: var(--shadow-md) !important;
} .vc_single_image-wrapper {
overflow: hidden;
border-radius: var(--radius-sm);
display: block;
}
.vc_single_image-wrapper img {
transition: transform 0.35s ease !important;
}
.vc_single_image-wrapper:hover img { transform: scale(1.05) !important; } .entry-content img:not(.emoji):not(.avatar),
.page-content img:not(.emoji) {
max-width: 100%;
height: auto;
border-radius: var(--radius-md);
box-shadow: var(--shadow-sm);
display: block;
} .gallery-item img,
.wp-block-gallery img { box-shadow: none !important; }
.entry-content a:has(img) {
display: inline-block;
overflow: hidden;
border-radius: var(--radius-md);
}
.entry-content a:has(img) img {
transition: transform 0.35s ease !important;
}
.entry-content a:has(img):hover img { transform: scale(1.04) !important; } .fahrzeug-card {
background: var(--fw-white);
border-radius: var(--radius-md);
overflow: hidden;
border: 1px solid #E0DEDA;
box-shadow: var(--shadow-sm);
}
.fahrzeug-card-header {
background: var(--fw-dark-2);
padding: var(--space-md) var(--space-lg);
display: flex;
align-items: center;
gap: var(--space-sm);
}
.fahrzeug-card-kfz {
font-family: var(--font-display);
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--fw-red);
}
.fahrzeug-card-name {
font-family: var(--font-display);
font-size: 1rem;
font-weight: 700;
color: var(--fw-white);
}
.fahrzeug-card-img {
width: 100%;
aspect-ratio: 4/3;
object-fit: cover;
}
.fahrzeug-card-specs {
padding: var(--space-lg);
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(--space-sm);
}
.spec-item {}
.spec-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--fw-gray); font-family: var(--font-display); margin-bottom: 2px; }
.spec-value { font-size: 0.88rem; font-weight: 600; color: var(--fw-dark); } .team-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
gap: 1.75rem;
}
.team-card {
text-align: center;
background: var(--fw-white);
border-radius: var(--radius-md);
padding: 1.5rem 1rem 1.1rem;
border: 1px solid #E0DEDA;
box-shadow: var(--shadow-sm);
transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.team-card:hover {
box-shadow: var(--shadow-md);
transform: translateY(-2px);
}
.team-avatar {
width: 120px;
height: 120px;
border-radius: 50%;
object-fit: cover;
margin: 0 auto 0.9rem;
border: 3px solid var(--fw-red);
background: var(--fw-off-white);
box-shadow: 0 2px 10px rgba(0,0,0,0.12);
display: block;
}
.team-name {
font-family: var(--font-display);
font-size: 0.92rem;
font-weight: 700;
color: var(--fw-dark);
margin-bottom: 3px;
line-height: 1.3;
}
.team-rank {
font-size: 0.72rem;
color: var(--fw-gray);
text-transform: uppercase;
letter-spacing: 0.06em;
font-family: var(--font-display);
}
.team-function {
font-size: 0.76rem;
color: var(--fw-red);
font-style: italic;
margin-top: 3px;
} .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }  .alignleft {
float: left;
margin: 0.25rem 1.8rem 1rem 0;
max-width: 45%;
border-radius: var(--radius-md);
}
.alignright {
float: right;
margin: 0.25rem 0 1rem 1.8rem;
max-width: 45%;
border-radius: var(--radius-md);
}
.aligncenter {
display: block;
margin: 1rem auto;
border-radius: var(--radius-md);
} .entry-content::after,
.page-content::after {
content: '';
display: table;
clear: both;
}
.wp-caption {
max-width: 100%;
border-radius: var(--radius-md);
overflow: hidden;
}
.wp-caption img {
width: 100%;
height: auto;
display: block;
border-radius: var(--radius-md) var(--radius-md) 0 0;
margin: 0 !important;
box-shadow: none !important;
}
.wp-caption-text {
font-size: 0.78rem;
color: var(--fw-gray-dark);
background: var(--fw-off-white);
border: 1px solid #E0DEDA;
border-top: none;
border-radius: 0 0 var(--radius-md) var(--radius-md);
padding: 0.4rem 0.75rem;
margin: 0 !important;
text-align: center;
}
.sticky { border-left: 4px solid var(--fw-red); padding-left: var(--space-md); }
.bypostauthor {}
.screen-reader-text { @extend .sr-only; } .comments-area {
margin-top: var(--space-2xl);
padding-top: var(--space-2xl);
border-top: 2px solid var(--fw-border);
}
.comment-list { list-style: none; padding: 0; }
.comment { padding: var(--space-lg) 0; border-bottom: 1px solid #E0DEDA; }
.comment-author .fn { font-weight: 700; }
.comment-metadata { font-size: 0.78rem; color: var(--fw-gray); margin-bottom: var(--space-sm); }
.comment-content { font-size: 0.9rem; } .post-list-feed {
display: flex;
flex-direction: column;
}
.feed-item {
display: flex;
gap: var(--space-lg);
padding: var(--space-lg) 0;
border-bottom: 1px solid #E5E3DF;
transition: background var(--transition);
}
.feed-item:first-child { padding-top: 0; }
.feed-item:last-child  { border-bottom: none; }
.feed-item-thumb {
flex-shrink: 0;
width: 145px;
height: 109px;
border-radius: var(--radius-sm);
overflow: hidden;
background: var(--fw-dark-4);
}
.feed-item-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.35s ease;
}
.feed-item:hover .feed-item-thumb img { transform: scale(1.06); }
.feed-item-body {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: var(--space-xs);
}
.feed-item-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: var(--space-sm);
font-family: var(--font-display);
font-size: 0.65rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.feed-item-cat {
display: inline-block;
background: var(--fw-red);
color: var(--fw-white);
padding: 2px 7px;
border-radius: var(--radius-sm);
text-decoration: none;
transition: background var(--transition);
}
.feed-item-cat:hover           { background: var(--fw-red-dark); color: var(--fw-white); }
.feed-item-cat.cat-uebung      { background: var(--cat-uebung); }
.feed-item-cat.cat-uebung:hover{ background: #1558AA; }
.feed-item-cat.cat-jugend      { background: var(--cat-jugend); }
.feed-item-cat.cat-jugend:hover{ background: #189944; }
.feed-item-cat.cat-veranst     { background: var(--cat-veranst); }
.feed-item-cat.cat-veranst:hover{ background: #AA6600; }
.feed-item-cat.cat-mannschaft  { background: var(--cat-mannschaft); }
.feed-item-cat.cat-ausruestung { background: var(--cat-ausruestung); }
.feed-item-date {
display: flex;
align-items: center;
gap: 3px;
color: var(--fw-gray);
font-weight: 600;
}
.feed-item-einsatz-nr {
color: var(--fw-gray);
font-weight: 600;
}
.feed-item-title {
font-family: var(--font-display);
font-size: 1rem;
font-weight: 600;
color: var(--fw-dark);
line-height: 1.3;
margin: 0;
}
.feed-item-title a { color: inherit; }
.feed-item-title a:hover { color: var(--fw-red); }
.feed-item-excerpt {
font-size: 0.85rem;
color: var(--fw-gray-dark);
line-height: 1.6;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin: 0;
}
.feed-item-more {
display: inline-flex;
align-items: center;
gap: 3px;
font-family: var(--font-display);
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--fw-red);
margin-top: 2px;
transition: gap var(--transition);
}
.feed-item-more:hover { gap: 6px; color: var(--fw-red-dark); }
@media (max-width: 480px) {
.feed-item-thumb { width: 90px !important; height: 68px !important; }
.feed-item-title { font-size: .92rem; }
} .cat-tabs {
display: flex;
flex-wrap: wrap;
gap: var(--space-xs);
margin-bottom: var(--space-lg);
padding-bottom: var(--space-md);
border-bottom: 1px solid #E5E3DF;
}
.cat-tab {
display: inline-flex;
align-items: center;
padding: 4px 12px;
border-radius: 20px;
font-family: var(--font-display);
font-size: 0.7rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--fw-gray-dark);
background: var(--fw-off-white);
border: 1px solid #E0DEDA;
text-decoration: none;
transition: all var(--transition);
}
.cat-tab:hover, .cat-tab.is-active {
background: var(--fw-dark-2);
color: var(--fw-white);
border-color: var(--fw-dark-2);
}
.cat-tab.cat-einsatz.is-active  { background: var(--cat-einsatz);  border-color: var(--cat-einsatz); }
.cat-tab.cat-uebung.is-active   { background: var(--cat-uebung);   border-color: var(--cat-uebung); }
.cat-tab.cat-jugend.is-active   { background: var(--cat-jugend);   border-color: var(--cat-jugend); }
.cat-tab.cat-veranst.is-active  { background: var(--cat-veranst);  border-color: var(--cat-veranst); } .no-results {
background: var(--fw-white);
border-radius: var(--radius-md);
padding: var(--space-2xl);
text-align: center;
border: 1px solid #E0DEDA;
}
.no-results h2 {
font-family: var(--font-display);
font-size: 1.2rem;
color: var(--fw-dark);
margin-bottom: var(--space-sm);
}
.no-results p {
color: var(--fw-gray-dark);
font-size: .9rem;
margin-bottom: var(--space-lg);
} .contact-form-wrapper {
background: var(--fw-white);
border-radius: var(--radius-md);
padding: var(--space-2xl);
border: 1px solid #E0DEDA;
box-shadow: var(--shadow-sm);
}
.contact-form-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(--space-lg);
}
@media (max-width: 600px) {
.contact-form-grid { grid-template-columns: 1fr; }
}
.contact-form-grid .fw-field-full {
grid-column: 1 / -1;
}
.fw-field {
display: flex;
flex-direction: column;
gap: 6px;
}
.fw-field label {
font-family: var(--font-display);
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--fw-dark);
}
.fw-field label .required {
color: var(--fw-red);
margin-left: 2px;
}
.fw-field input[type="text"],
.fw-field input[type="email"],
.fw-field input[type="date"],
.fw-field input[type="tel"],
.fw-field textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
width: 100%;
padding: 0.65rem 0.9rem;
border: 1.5px solid #D8D5D0;
border-radius: var(--radius-sm);
font-family: var(--font-body);
font-size: 0.9rem;
color: var(--fw-dark);
background: var(--fw-off-white);
outline: none;
transition: border-color var(--transition), background var(--transition);
appearance: none;
-webkit-appearance: none;
}
.fw-field input:focus,
.fw-field textarea:focus,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
border-color: var(--fw-red);
background: var(--fw-white);
box-shadow: 0 0 0 3px rgba(204,26,26,0.08);
}
.fw-field textarea,
.wpcf7-form textarea {
min-height: 140px;
resize: vertical;
line-height: 1.6;
}
.fw-field input.wpcf7-not-valid,
.fw-field textarea.wpcf7-not-valid {
border-color: var(--fw-red);
}
.wpcf7-not-valid-tip {
font-size: 0.75rem;
color: var(--fw-red);
margin-top: 3px;
}
.contact-form-submit {
margin-top: var(--space-sm);
}
.wpcf7-submit,
.fw-submit-btn {
display: inline-flex;
align-items: center;
gap: var(--space-sm);
padding: 0.75rem var(--space-xl);
background: var(--fw-red);
color: var(--fw-white);
border: 2px solid var(--fw-red);
border-radius: var(--radius-sm);
font-family: var(--font-display);
font-size: 0.85rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
cursor: pointer;
transition: background var(--transition), border-color var(--transition);
}
.wpcf7-submit:hover,
.fw-submit-btn:hover {
background: var(--fw-red-dark);
border-color: var(--fw-red-dark);
}
.wpcf7-response-output {
margin-top: var(--space-md) !important;
padding: var(--space-sm) var(--space-md) !important;
border-radius: var(--radius-sm) !important;
font-size: 0.85rem !important;
border-left: 4px solid var(--fw-red) !important;
border-top: none !important;
border-right: none !important;
border-bottom: none !important;
}
.wpcf7-mail-sent-ok  { background: rgba(34,170,85,.08) !important; border-color: #22AA55 !important; color: #166633 !important; }
.wpcf7-validation-errors { background: rgba(204,26,26,.06) !important; } .contact-info-box {
background: var(--fw-dark-2);
border-radius: var(--radius-md);
padding: var(--space-xl);
color: var(--fw-gray-light);
}
.contact-info-box h3 {
font-family: var(--font-display);
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--fw-white);
margin-bottom: var(--space-md);
padding-bottom: var(--space-sm);
border-bottom: 1px solid var(--fw-border);
}
.contact-info-row {
display: flex;
gap: var(--space-md);
align-items: flex-start;
margin-bottom: var(--space-md);
font-size: 0.85rem;
}
.contact-info-row:last-child { margin-bottom: 0; }
.contact-info-icon {
width: 16px;
height: 16px;
fill: none;
stroke: var(--fw-red);
stroke-width: 2;
flex-shrink: 0;
margin-top: 2px;
}  .skip-link {
position: absolute;
top: -100px;
left: var(--space-md);
z-index: 100000;
padding: var(--space-sm) var(--space-lg);
background: var(--fw-red);
color: var(--fw-white) !important;
font-family: var(--font-display);
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
text-decoration: none;
border-radius: 0 0 var(--radius-md) var(--radius-md);
transition: top 0.2s ease;
white-space: nowrap;
}
.skip-link:focus {
top: 0;
outline: 3px solid var(--fw-white);
outline-offset: 2px;
} :focus-visible {
outline: 3px solid var(--fw-red) !important;
outline-offset: 3px !important;
border-radius: var(--radius-sm) !important;
} .nav-menu > li > a,
.topbar-social a,
.header-search-btn,
.menu-toggle,
.fw-lb-close,
.fw-lb-prev,
.fw-lb-next {
min-height: 44px;
min-width: 44px;
} @media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
}
.gallery-item img,
.feed-item-thumb img,
.wp-block-gallery img,
.vc_single_image-wrapper img { transition: none !important; }
} @media (forced-colors: active) {
.notruf-number,
.feed-item-cat,
.post-card-cat { forced-color-adjust: none; }
:focus-visible { outline: 3px solid ButtonText !important; }
} .screen-reader-text,
.sr-only {
position: absolute !important;
width: 1px !important;
height: 1px !important;
padding: 0 !important;
margin: -1px !important;
overflow: hidden !important;
clip: rect(0,0,0,0) !important;
white-space: nowrap !important;
border: 0 !important;
} html { font-size: clamp(15px, 1vw + 10px, 17px); } .entry-content a:not([class]),
.page-content a:not([class]) {
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-thickness: 1px;
}
.entry-content a:not([class]):hover,
.page-content a:not([class]):hover {
text-decoration-thickness: 2px;
}  .feed-item-date,
.post-card-meta,
.single-post-meta { color: #666666; }  [aria-current="page"] > a,
.nav-menu > li > a[aria-current="page"] {
color: var(--fw-white) !important;
}
.nav-menu > li > a[aria-current="page"]::after {
transform: scaleX(1) !important;
} .nav-menu > li > a[aria-expanded="true"] .nav-chevron {
transform: rotate(180deg);
}
.nav-chevron {
transition: transform 0.2s ease;
margin-left: 4px;
opacity: 0.6;
vertical-align: middle;
}  .nav-menu a i,
.sub-menu a i {
width: 1.1em;
text-align: center;
font-size: 0.85em;
opacity: 0.85;
transition: opacity var(--transition);
}
.nav-menu > li > a i { color: var(--fw-red); }
.sub-menu a i { color: var(--fw-gray); }
.nav-menu > li:hover > a i,
.sub-menu li:hover > a i { opacity: 1; } .widget-header .fa,
.widget-header .fa-solid,
.widget-header .fa-regular {
color: var(--fw-red);
font-size: 0.85rem;
margin-right: 6px;
} .btn i, .fw-submit-btn i, .read-more-link i {
font-size: 0.85em;
} #fw-easter-egg {
position: fixed;
bottom: -200px;
left: 50%;
transform: translateX(-50%);
z-index: 99998;
background: var(--fw-dark-2);
border: 2px solid var(--fw-red);
border-bottom: none;
border-radius: var(--radius-lg) var(--radius-lg) 0 0;
padding: var(--space-md) var(--space-xl);
text-align: center;
width: min(400px, 90vw);
transition: bottom 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
box-shadow: var(--shadow-lg);
}
#fw-easter-egg.is-visible { bottom: 0; }
#fw-easter-egg .egg-emoji {
font-size: 2.5rem;
line-height: 1;
margin-bottom: var(--space-sm);
animation: fw-truck-drive 3s ease-in-out infinite;
display: block;
}
@keyframes fw-truck-drive {
0%, 100% { transform: translateX(0) rotate(0deg); }
25%       { transform: translateX(6px) rotate(1deg); }
75%       { transform: translateX(-6px) rotate(-1deg); }
}
#fw-easter-egg .egg-title {
font-family: var(--font-display);
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--fw-red);
margin-bottom: 4px;
}
#fw-easter-egg .egg-text {
font-size: 0.82rem;
color: var(--fw-gray-light);
line-height: 1.5;
margin-bottom: var(--space-md);
}
#fw-easter-egg .egg-close {
position: absolute;
top: var(--space-sm);
right: var(--space-sm);
width: 28px;
height: 28px;
border-radius: 50%;
background: rgba(255,255,255,0.1);
color: var(--fw-gray);
font-size: 0.75rem;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: background var(--transition);
border: none;
}
#fw-easter-egg .egg-close:hover { background: var(--fw-red); color: var(--fw-white); }
#fw-easter-egg .egg-number {
font-family: var(--font-display);
font-size: 3rem;
font-weight: 700;
color: var(--fw-red);
line-height: 1;
}
#fw-easter-egg .egg-number-label {
font-family: var(--font-display);
font-size: 0.65rem;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--fw-gray);
margin-bottom: var(--space-sm);
} .post-navigation {
margin-top: 2.5rem;
padding-top: 1.5rem;
border-top: 2px solid #E0DEDA;
display: flex;
justify-content: space-between;
gap: 2rem;
flex-wrap: wrap;
}
.post-nav-prev,
.post-nav-next {
flex: 1;
min-width: 0;
}
.post-nav-next { text-align: right; }
.post-nav-label {
font-family: var(--font-display);
font-size: 0.65rem;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--fw-gray);
margin-bottom: 4px;
display: flex;
align-items: center;
gap: 5px;
}
.post-nav-next .post-nav-label {
justify-content: flex-end;
}
.post-nav-title a {
font-family: var(--font-display);
font-weight: 600;
font-size: 0.92rem;
color: var(--fw-dark);
text-decoration: none;
line-height: 1.35;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.post-nav-title a:hover { color: var(--fw-red); }  .entry-content .vc_row,
.page-content .vc_row {
margin-left: 0 !important;
margin-right: 0 !important;
} .vc_general.vc_btn3 {
border-radius: 24px !important;
font-family: var(--font-display) !important;
font-weight: 700 !important;
letter-spacing: 0.05em !important;
text-transform: uppercase !important;
font-size: 0.82rem !important;
padding: 0.65rem 1.5rem !important;
white-space: nowrap !important;
transition: all 0.2s ease !important;
}
.vc_btn3.vc_btn3-color-juicy-pink,
.vc_btn3.vc_btn3-color-red {
background-color: var(--fw-red) !important;
border-color: var(--fw-red) !important;
color: #fff !important;
}
.vc_btn3.vc_btn3-color-juicy-pink:hover,
.vc_btn3.vc_btn3-color-red:hover {
background-color: var(--fw-red-dark) !important;
border-color: var(--fw-red-dark) !important;
}
.vc_btn3.vc_btn3-style-outline {
background: transparent !important;
color: var(--fw-red) !important;
border: 2px solid var(--fw-red) !important;
}
.vc_btn3.vc_btn3-style-outline:hover {
background: var(--fw-red) !important;
color: #fff !important;
} .vc_single_image-img {
border-radius: var(--radius-md) !important;
box-shadow: var(--shadow-sm) !important;
} .section-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1.25rem;
padding-bottom: 0.85rem;
border-bottom: 2px solid #E0DEDA;
gap: 1rem;
}
.section-title {
font-family: var(--font-display);
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--fw-dark);
display: flex;
align-items: center;
gap: 0.5rem;
margin: 0;
}
.section-title-bar {
width: 3px;
height: 1.1em;
background: var(--fw-red);
border-radius: 1px;
flex-shrink: 0;
}  .fw-banner {
width: 100%;
border-bottom: 1px solid rgba(0,0,0,0.15);
font-family: var(--font-body);
font-size: 0.88rem;
line-height: 1.5;
transition: max-height 0.3s ease, opacity 0.3s ease;
overflow: hidden;
}
.fw-banner.is-hidden {
max-height: 0 !important;
opacity: 0;
pointer-events: none;
border: none;
}
.fw-banner-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--space-md);
padding-top: 0.6rem;
padding-bottom: 0.6rem;
min-height: 44px;
}
.fw-banner-content {
flex: 1;
text-align: center;
}
.fw-banner-content a {
color: inherit;
text-decoration: underline;
text-underline-offset: 2px;
font-weight: 600;
}
.fw-banner-content a:hover { opacity: 0.85; }
.fw-banner-content i,
.fw-banner-content .fa-solid,
.fw-banner-content .fa-regular {
margin-right: 5px;
}
.fw-banner-content strong { font-weight: 700; }
.fw-banner-close {
flex-shrink: 0;
width: 28px;
height: 28px;
border-radius: 50%;
background: rgba(0,0,0,0.15);
border: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.85rem;
transition: background var(--transition);
padding: 0;
}
.fw-banner-close:hover { background: rgba(0,0,0,0.3); } .fw-banner[data-close-id] { display: flex; } .widget-icon-fa {
font-size: 0.85rem;
color: var(--fw-red);
flex-shrink: 0;
width: 16px;
text-align: center;
margin-right: 2px;
}
.widget-header {
display: flex;
align-items: center;
gap: var(--space-sm);
} .telegram-link i {
font-size: 0.9em;
} @media print {
.site-header, .topbar, .sidebar, .site-footer, .fw-banner { display: none; }
.content-area { grid-template-columns: 1fr; }
#fw-easter-egg { display: none; }
}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container .tablepress{margin-bottom:0}.dt-container .tablepress tfoot:empty{display:none}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}@font-face {
font-family: 'FontAwesome';
src:  url(//test.fwwo.at/wp-content/plugins/jannah-extensions/shortcodes/assets/fonts/fontawesome-webfont.eot?v=4.6.3);
src:  url(//test.fwwo.at/wp-content/plugins/jannah-extensions/shortcodes/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),
url(//test.fwwo.at/wp-content/plugins/jannah-extensions/shortcodes/assets/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),
url(//test.fwwo.at/wp-content/plugins/jannah-extensions/shortcodes/assets/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),
url(//test.fwwo.at/wp-content/plugins/jannah-extensions/shortcodes/assets/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),
url(//test.fwwo.at/wp-content/plugins/jannah-extensions/shortcodes/assets/fonts/fontawesome-webfont.svg?v=4.6.3#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-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"}.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} .post-content-slideshow .slick-slider {
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
}
.post-content-slideshow .slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
.post-content-slideshow .slick-slider .slick-track,
.post-content-slideshow .slick-slider .slick-list{
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.post-content-slideshow .slick-track:before,
.post-content-slideshow .slick-track:after {
content: "";
display: table;
}
.post-content-slideshow .slick-initialized .slick-slide {
display: block;
}
.post-content-slideshow .default-slider-nav {
width: 100%;
position: absolute;
z-index: 1;
top: 50%;
margin-top: -35px;
}
.post-content-slideshow .default-slider-nav li:first-child {
float: left;
}
.post-content-slideshow .default-slider-nav li:last-child {
float: right;
}
.post-content-slideshow .default-slider-nav li > span {
position: absolute;
z-index: 2;
top: 5px;
width: 35px;
height: 60px;
background: #ffffff;
text-align: center;
line-height: 60px;
color: #555555;
font-size: 20px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border-top-left-radius: 0;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0;
}
.post-content-slideshow .slick-dots {
position: absolute;
bottom: 100px;
list-style: none;
display: block;
text-align: left;
padding: 0;
width: 100%;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 10px;
height: 19px;
margin: 0 3px;
padding: 0;
cursor: pointer;
}
.post-content-slideshow .slick-dots li.slick-active button,
.post-content-slideshow .slick-dots li button:hover {
background: #fff;
-webkit-transform: scale(1.4, 1.4);
-ms-transform: scale(1.4, 1.4);
transform: scale(1.4, 1.4);
}
.post-content-slideshow .slick-dots li button {
border: 0;
display: block;
outline: none;
line-height: 0px;
font-size: 0px;
color: transparent;
cursor: pointer;
background: #2c2f34;
height: 8px;
width: 8px;
padding: 0;
margin: 1px;
border-radius: 100%;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
} .post-content-slideshow {
position: relative;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
min-height: 200px;
}
.post-content-slideshow:not(.slideshow) .post-content-slide {
padding: 30px;
}
.post-content-slideshow .tie-slick-slider {
display: none;
}
.post-content-slideshow img {
border-radius: 0;
}
.post-content-slideshow .slick-list {
width: 100%;
-webkit-transition: height 0.3s ease-in-out;
-o-transition: height 0.3s ease-in-out;
transition: height 0.3s ease-in-out;
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.post-content-slideshow .default-slider-nav-wrapper {
background-color: #f8f8f8;
height: 60px;
position: relative;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.post-content-slideshow .default-slider-nav {
width: 150px;
margin: 0;
right: 15px;
top: 15px;
}
.post-content-slideshow .default-slider-nav li {
list-style: none;
width: 70px;
height: 30px;
}
.post-content-slideshow .default-slider-nav li span {
top: 0;
}
.post-content-slideshow .default-slider-nav li > span {
font-size: 16px;
}
.post-content-slideshow .default-slider-nav li span {
width: 70px;
height: 30px;
line-height: 28px;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0.1);
border: 1px solid rgba(0, 0, 0, 0.1);
background: transparent;
}
.post-content-slideshow .default-slider-nav li span:hover {
background-color: #9a58b5;
border-color: #9a58b5;
}
.post-content-slideshow .slick-dots {
bottom: 15px;
z-index: 1;
width: auto;
float: left;
left: 15px;
margin: 0;
}
.post-content-slideshow .slick-dots li {
margin: 0 1px;
}
.post-content-slideshow .slick-dots li.slick-active button,
.post-content-slideshow .slick-dots li:hover button {
background-color: #9a58b5;
} .google-map.alignleft {
margin-right: 10px;
}
.google-map.alignright {
margin-left: 10px;
}
.google-map.aligncenter {
text-align: center;
} .post-tooltip {
cursor: help;
display: inline;
border-bottom: 1px #666 dotted;
color: #ed5109;
}
.post-tooltip:hover {
border-bottom-color: #ed5109;
} .tie-highlight {
background: #FF9;
color: #FFF;
}
.tie-highlight-yellow {
background: #FF9;
color: #222;
}
.tie-highlight-red {
background: #F43D2A;
}
.tie-highlight-blue {
background: #3DB2EA;
}
.tie-highlight-orange {
background: #F97405;
}
.tie-highlight-black {
background: #000;
}
.tie-highlight-green {
background: #8CCB0A;
}
.tie-highlight-gray {
background: #999;
}
.tie-highlight-pink {
background: #FF7979;
} .tie-list-shortcode ul {
margin-bottom: 30px;
}
.tie-list-shortcode ul li {
list-style: none !important;
padding-left: 20px;
line-height: 25px;
}
.tie-list-shortcode ul li:before {
margin-right: 10px;
margin-left: -20px;
font-family: "fontawesome";
}
body.rtl .tie-list-shortcode ul li {
padding-left: 0;
padding-right: 20px;
}
body.rtl .tie-list-shortcode ul li:before {
margin-left: 10px;
margin-right: -20px;
float: right;
}
.tie-list-shortcode.starlist ul li:before {
content: "\f005";
color: #fbd606;
}
.tie-list-shortcode.checklist ul li:before {
content: "\f00c";
color: #7fb718;
}
.tie-list-shortcode.lightbulb ul li:before {
content: "\f0eb";
color: #fbd606;
}
.tie-list-shortcode.thumbup ul li:before {
content: "\f164";
color: #7fb718;
}
.tie-list-shortcode.thumbdown ul li:before {
content: "\f165";
color: #f01818;
}
.tie-list-shortcode.plus ul li:before {
content: "\f0fe";
color: #555;
}
.tie-list-shortcode.minus ul li:before {
content: "\f146";
color: #555;
}
.tie-list-shortcode.heart ul li:before {
content: "\f004";
color: #FF7979;
}
.tie-list-shortcode.cons ul li:before {
content: "\f00d";
color: #f01818;
} .box {
clear: both;
padding: 20px;
background-color: #fdfdfd;
margin-bottom: 20px;
word-wrap: break-word;
text-shadow: 0 1px 1px #ffffff;
}
.box .box-inner-block {
padding-left: 50px;
min-height: 50px;
}
.box .box-inner-block .tie-shortcode-boxicon {
float: left;
margin-left: -50px;
}
.box .box-inner-block .tie-shortcode-boxicon:before {
line-height: 30px;
height: 30px;
width: 30px;
font-size: 30px;
margin: 0;
}
body.rtl .box .box-inner-block {
padding-left: 0;
padding-right: 50px;
}
body.rtl .box .box-inner-block .tie-shortcode-boxicon {
float: right;
margin-left: 0;
margin-right: -50px;
}
.box .dropcap {
margin-top: 0;
}
.box.shadow {
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 0 3px #eeeeee;
box-shadow: 0 0 3px #eeeeee;
}
.box.shadow .box-inner-block {
padding: 0 !important;
}
.box.info {
background: #d6f6ff;
border-color: #BFE3EC;
color: #005770;
}
.box.info .tie-shortcode-boxicon:before {
content: "\f05a";
color: #2CB4DA;
}
.box.success {
background: #e2f2cb;
border-color: #D1E4B7;
color: #314612;
}
.box.success .tie-shortcode-boxicon:before {
content: "\f05d";
color: #8AB84D;
}
.box.warning {
background: #fffddb;
border-color: #E9E59E;
color: #756f00;
}
.box.warning .tie-shortcode-boxicon:before {
content: "\f071";
color: #ECC21B;
}
.box.error {
background: #ffe6e2;
border-color: #EEBFB8;
color: #7c1100;
}
.box.error .tie-shortcode-boxicon:before {
content: "\f05e";
color: #F03317;
}
.box.download {
background: #e2f2cb;
border-color: #D1E4B7;
color: #314612;
}
.box.download .tie-shortcode-boxicon:before {
content: "\f019";
color: #8AB84D;
}
.box.note {
background: #fffddb;
border-color: #E9E59E;
color: #756f00;
}
.box.note .tie-shortcode-boxicon:before {
content: '\f15c';
color: #ECC21B;
} .shortc-button {
border: none;
cursor: pointer;
padding: 0 10px;
display: inline-block;
margin: 10px 0 0;
font-weight: bold;
outline: none;
position: relative;
background: #bdc3c7;
color: #fff !important;
text-decoration: none;
font-size: 10px;
line-height: 25px;
opacity: .9;
overflow: hidden;
border-radius: 2px;
}
.shortc-button:hover {
opacity: 1;
}
.shortc-button:active {
top: 1px;
}
.shortc-button i {
margin-right: 10px;
}
.shortc-button.red {
background: #e74c3c;
}
.shortc-button.green {
background: #2ecc71;
}
.shortc-button.blue {
background: #3498db;
}
.shortc-button.orange {
background: #e67e22;
}
.shortc-button.pink {
background: #ff00a2;
}
.shortc-button.purple {
background: #9b59b6;
}
.shortc-button.black {
background: #222;
}
.shortc-button.white {
background: #ecf0f1;
color: #333 !important;
}
.shortc-button.medium {
font-size: 14px;
line-height: 35px;
padding: 0 15px;
}
.shortc-button.big {
font-size: 24px;
height: 55px;
padding: 0 20px;
} .flickr-wrapper {
overflow: hidden;
margin-bottom: 20px;
}
.flickr-wrapper .flickr_badge_image {
float: left;
margin: 8px;
}
.flickr-wrapper .flickr_badge_image img {
opacity: 1;
padding: 4px;
border: 1px solid #eee;
}
.flickr-wrapper .flickr_badge_image a:hover img {
opacity: 0.6 !important;
}
body.rtl .flickr-wrapper .flickr_badge_image {
float: right;
} .toggle {
margin-bottom: 15px;
border: 1px solid rgba(0, 0, 0, 0.1);
position: relative;
border-radius: 2px;
}
.toggle h3 {
background: #f8f8f8;
font-weight: normal;
font-size: 14px;
padding: 15px;
margin: 0;
cursor: pointer;
-webkit-transition: background 0.3s ease;
-o-transition: background 0.3s ease;
transition: background 0.3s ease;
}
.toggle h3:hover {
background: #fafafa;
}
.toggle h3 span.fa {
float: right;
font-size: 16px;
width: 16px;
height: 16px;
margin-top: 4px;
text-align: center;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: -webkit-transform 0.3s ease-in-out;
-o-transition: -webkit-transform 0.3s ease-in-out;
transition: -webkit-transform 0.3s ease-in-out;
-webkit-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
body.rtl .toggle h3 span.fa {
float: left;
}
.toggle.tie-sc-close .toggle-content {
display: none;
}
.toggle.tie-sc-open h3 span.fa {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.toggle-content {
padding: 25px;
} .about-author-box h4 {
margin: 0 0 10px;
}
.about-author-box .about-author .author-info {
padding-left: 20px;
overflow: hidden;
}
.about-author-box .author-avatar {
float: left;
}
body.rtl .about-author-box .author-avatar {
float: right;
}
body.rtl .about-author-box .author-info {
padding-left: 0;
padding-right: 20px;
} .tie-columns{
position: relative;
margin-right: 4%;
float: left;
}
body.rtl .tie-columns {
float: right;
margin-left: 4%;
margin-right: 0;
}
@media (max-width: 768px) {
.tie-columns {
width: 100% !important;
margin-right: 0 !important;
margin-left: 0 !important;
}
}
.one_half {
width: 48%;
}
.one_third {
width: 30.66%;
}
.two_third {
width: 65.33%;
}
.one_fourth {
width: 22%;
}
.three_fourth {
width: 74%;
}
.one_fifth {
width: 16.8%;
}
.two_fifth {
width: 37.6%;
}
.three_fifth {
width: 58.4%;
}
.four_fifth {
width: 67.2%;
}
.one_sixth {
width: 13.33%;
}
.five_sixth {
width: 82.67%;
}
.tie-columns.last {
margin-right: 0;
clear: right;
}
body.rtl .entry .last {
clear: left;
margin-left: 0;
} .entry .tabs-wrapper.container-wrapper {
padding: 0;
margin-bottom: 25px;
}
.entry .tab-content {
padding: 30px;
}
.tabs-wrapper .tabs,
.tabs-wrapper .tabs li {
margin: 0;
} .tabs-wrapper {
overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.1);
margin-bottom: 1.75em;
}
.tabs {
overflow: hidden;
display: table;
width: 100%;
}
.tabs li {
display: table-cell;
position: relative;
border-bottom: 0 none;
padding: 0;
}
.tabs li:after {
content: "";
position: absolute;
bottom: 0;
width: 100%;
height: 1px;
background: rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tabs li a {
background: rgba(0, 0, 0, 0.02);
padding: 15px 0;
display: block;
text-align: center;
border-right: 1px solid rgba(0, 0, 0, 0.1);
font-size: 15px;
text-decoration: none;
box-shadow: none;
outline: 0;
}
.tabs li.active:after,
.tabs li.is-active:after {
opacity: 0;
}
.tabs li.active a,
.tabs li.is-active a {
background: transparent;
color: #9a58b5;
}
.tabs li:last-child a {
border-right: 0;
}
.tabs-wrapper .tab-content {
display: none;
padding: 30px;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.tabs-wrapper .tab-content .tab-content-elements li {
opacity: 0;
}
.tabs-wrapper .tab-content li img {
margin: 0;
}
.tabs-wrapper .tab-content li:first-child {
padding-top: 0;
}
.tabs-wrapper .tab-content:first-of-type {
display: block;
}
.tabs-wrapper .tab-content:first-of-type .tab-content-elements li {
opacity: 1;
}
.tabs-container-wrapper.container-wrapper {
padding: 0;
}
.tabs-container-wrapper .tabs {
display: block;
}
.tabs-container-wrapper .tabs li {
float: left;
width: calc(100% / 3);
display: inline-block;
}
.tabs-container-wrapper .tabs li a {
padding: 25px 0;
}
body.rtl .tabs-wrapper .tabs li a {
border-left: 1px solid #e0e7f1;
border-right: 0;
}
body.rtl .tabs-wrapper .tabs li:last-child a {
border-left: 0;
}
.tabs-wrapper.tabs-vertical {
border: 0;
}
.tabs-wrapper.tabs-vertical .tabs {
position: relative;
overflow: auto;
z-index: 1;
left: 1px;
float: left;
width: 25%;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.tabs-wrapper.tabs-vertical .tabs li {
display: block;
width: calc(100% + 1px);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tabs-wrapper.tabs-vertical .tabs li:after {
display: none;
}
.tabs-wrapper.tabs-vertical .tabs li a {
border-width: 0 !important;
}
.tabs-wrapper.tabs-vertical .tabs li.is-active {
border-right: 1px solid #ffffff;
}
.tabs-wrapper.tabs-vertical .tabs li:last-child {
border-bottom: 0;
}
.tabs-wrapper.tabs-vertical .tab-content {
float: left;
width: 74%;
border: 1px solid rgba(0, 0, 0, 0.1);
}
body.rtl .tabs-wrapper.tabs-vertical .tabs {
left: auto;
float: right;
border-left-width: 0;
border-right-width: 1px;
}
body.rtl .tabs-wrapper.tabs-vertical .tabs li.is-active {
border-left: 1px solid #ffffff;
border-right: 0;
}
body.rtl .tabs-wrapper.tabs-vertical .tab-content {
float: right;
} .tie-full-width-img img {
height: auto;
margin-right: -30px;
margin-left: -30px;
width: calc(100% + 60px);
left: 0;
max-width: none;
margin-bottom: 20px;
border-radius: 0;
}
.magazine3 .tie-full-width-img img {
margin-right: 0;
margin-left: 0;
width: 100%;
} .tie-padding {
display: inline-block;
margin-bottom: 1.75em;
}
.tie-padding.has-padding-left .alignleft {
margin-left: -10%;
}
.tie-padding.has-padding-right .alignright {
margin-right: -10%;
} .divider,
.divider .entry hr {
border-top: 1px solid rgba(0, 0, 0, 0.1);
overflow: hidden;
margin: 10px 0 10px;
clear: both;
}
.divider.divider-solid {
border-top-width: thick;
border-style: solid;
}
.divider.divider-dashed {
border-top-width: 2px;
border-style: dashed;
}
.divider.divider-dotted {
border-top-width: 2px;
border-style: dotted;
}
.divider.divider-double {
height: 10px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
} .tags-shortcode {
padding: 10px 0 40px;
} .tooltip {
position: absolute;
z-index: 1070;
display: block;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip .tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
background-color: #000000;
border-radius: 4px;
}
.tooltip .tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000000;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000000;
}