/*
Theme Name: Pearls
Author: Abdul Rafay
Description: Pearls is a responsive simple and minimal WordPress Theme, which allow you to create an effective blog type website.
Version: 1.2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: simplent
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Domain Path: /languages
*/
@font-face {
	font-family: "Noto Sans";
	font-weight: 400;
	font-style: normal;
	src: local('Noto Sans'), local('NotoSans'), url(//www.pearls-service.de/wp-content/uploads/sgf-css/o-0IIpQlx3QUlC5A4PNr4TRASf6M7VBj.woff2) format('woff2'), url(//www.pearls-service.de/wp-content/uploads/sgf-css/o-0IIpQlx3QUlC5A4PNr4TRG.woff) format('woff');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: "Noto Sans";
	font-weight: 400;
	font-style: italic;
	src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(//www.pearls-service.de/wp-content/uploads/sgf-css/o-0OIpQlx3QUlC5A4PNr4ARGQ_mu72BiBLE.woff2) format('woff2'), url(//www.pearls-service.de/wp-content/uploads/sgf-css/o-0OIpQlx3QUlC5A4PNr4ARGQ_8.woff) format('woff');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: "Noto Sans";
	font-weight: 700;
	font-style: normal;
	src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(//www.pearls-service.de/wp-content/uploads/sgf-css/o-0NIpQlx3QUlC5A4PNjXhFVYNyBx2pqPIif.woff2) format('woff2'), url(//www.pearls-service.de/wp-content/uploads/sgf-css/o-0NIpQlx3QUlC5A4PNjXhFVYNyH.woff) format('woff');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
	font-family: "Noto Sans";
	font-weight: 700;
	font-style: italic;
	src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'), url(//www.pearls-service.de/wp-content/uploads/sgf-css/o-0TIpQlx3QUlC5A4PNr4Az5ZuyHzW1IPriezag.woff2) format('woff2'), url(//www.pearls-service.de/wp-content/uploads/sgf-css/o-0TIpQlx3QUlC5A4PNr4Az5ZuyHzWs.woff) format('woff');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
html {
    font-size: 100%;
}
body {
    background: url(assets/img/bg.png);
}
body, button, input, select, textarea {
    color: #7e7e7e;
    font-family: 'Noto Sans', Georgia, serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}
body * {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}
body a {
    color: #7e7e7e;
}
select {
    padding: 10px;
}
img {
    max-width: 100%;
    height: auto;
}
label {
    display: block;
}
/**
 * - Links
 */

a {
    color: #007acc;
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    color: #686868;
    text-decoration: none;
}
a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}
table,
th,
td {
    border: 1px solid #d1d1d1;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td {
    border-width: 0 1px 1px 0;
}
th,
td {
    padding: 0.4375em;
}
/**
 * - Forms
 */

input {
    line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #007acc;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: thin dotted;
    outline-offset: -4px;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%;
}
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    background-color: #fff;
    border-color: #007acc;
    color: #1a1a1a;
    outline: 0;
}
.hid {
    display: none;
}
#main {
    position: relative;
}
.post-password-form {
    margin-bottom: 1.75em;
}
.post-password-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase;
}
.post-password-form input[type="password"] {
    margin-top: 0.4375em;
}
.post-password-form > :last-child {
    margin-bottom: 0;
}
.content-area .search-form {
    position: relative;
}
.content-area input[type="search"].search-field {
    border-radius: 2px 0 0 2px;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
}
.content-area .search-submit:before {
    content: "\f002";
    font-size: 16px;
    line-height: 42px;
    position: relative;
    width: 40px;
}
.content-area .search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 42px;
}
/**
 * - Alignments
 */

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}
blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}
/**
 *   - Header Links
 */

.header-links {
    margin: auto 21px auto 21px;
    padding-top: 10px;
    font-size: 16px;
    text-align: center;
}
.icon-button-search {
    cursor: pointer;
    float: right;
    padding: 5px;
}
.icon-button-search:hover {
    color: #007acc;
}
.search-popup-close {
    position: relative;
    top: 29%;
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
}
.search-popup-close i {
    padding: 15px 22px 15px 22px;
    background: #f5f5f5;
    font-size: 20px;
    cursor: pointer;
}
.header-search-icon {
    display: none
}
.search-popup {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.search-popup .header-search-icon {
    display: block
}
.search-popup .search-top-bar-popup {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    top: 30%;
    width: 100%;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.search-popup .search-field-top-bar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #888;
    font-weight: 400;
    line-height: 30px;
    outline: none;
    background: #fff;
    box-shadow: none;
    border: medium none;
    border-radius: 0;
    height: 60px;
    padding: 10px 23px;
    width: 100%;
}
.search-popup .search-top-bar-submit {
    border: medium none;
    border-radius: 0;
    bottom: 0;
    color: #fff;
    font-size: 1.3rem;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}
.social-links {
    display: inline-block;
    margin: 0;
    float: left;
}
.social-links a {
    color: #686868;
    margin-right: 15px;
}
.social-links a:last-child {
    margin-right: 0;
}
.social-links a:hover {
    color: #007acc;
}
/**
 * - Header and Branding
 */

.site {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
.site-inner {
    background: url(assets/img/bg-content.jpg) repeat-x #e8e8e8;
}
.site-header {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 25px;
    margin-top: 55px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 32px;
}
.page-id-13 .site-header,
.page-id-13 .site-header {
    padding-bottom: 67px;
}
.site-header .container {
    padding: 0;
}
.site-branding {
    text-align: center;
    margin: 0;
}
.site-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2173913043;
}
.site-branding .site-title a {
    color: #1a1a1a;
}
.custom-logo-link {
    display: block;
    margin: 0 0 12px 0;
}
.custom-logo {
    max-width: 180px;
}
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
    color: #007acc;
}
.site-description {
    color: #999;
    font: normal 14px/15px helveticaBold, Arial;
    margin: 0 0 25px 5px;
    text-align: left;
}
/**
 * - Menus
 */
.menu-wrapper {
    margin: 0;
}
.dropdown-toggle:after,
.main-navigation .menu-item-has-children > a:after,
.menu-toggle:after,
.search-submit:before,
.bypostauthor > article .fn:after {
    font-family: "FontAwesome";
}
.dropdown-toggle:after {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: middle;
    font-size: 20px;
}
.site-header-menu {
    margin: 0;
}
.site-footer .main-navigation {
    margin-bottom: 1.75em;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
}
.main-navigation li {
    border-bottom: 1px solid #e4e4e4;
    padding-top: 9px;
    padding-bottom: 7px;
    position: relative;
}
.main-navigation a {
    display: block;
    color: #797979;
    font: 14px/14px Georgia;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.main-navigation a:hover,
.main-navigation a:focus {
    color: #007acc;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
    color: #ad8cc7;
}
.main-navigation ul ul {
    display: none;
    margin-left: -1em;
}
.no-js .main-navigation ul ul {
    display: block;
}
.main-navigation ul .toggled-on {
    display: block;
}
.main-navigation .primary-menu {
    border-top: 1px solid #e4e4e4;
    margin: 0;
    padding: 0;
}
.main-navigation .menu-item-has-children > a {
    margin-right: 56px;
}
.dropdown-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    content: "";
    height: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    width: 48px;
}
.dropdown-toggle:after {
    border: 0 solid #d1d1d1;
    border-left-width: 1px;
    content: "\f107";
    left: 1px;
    top: -2px;
    position: relative;
    width: 48px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: transparent;
    color: #007acc;
}
.dropdown-toggle:focus {
    outline: thin dotted;
    outline-offset: -1px;
}
.dropdown-toggle:focus:after {
    border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
    content: "\f106";
}
/**
 * - Header Image
 */
.header-image {
    background: no-repeat center;
    background-size: cover;
    height: 400px;
    margin: 0 0 25px 0;
}
/**
 * - Posts and Pages
 */

.site-main-right {
    float: none;
}
.site-content {
    word-wrap: break-word;
}
.site-main > article {
    border-bottom: 1px solid #f5f5f5;
}
.single .site-main > article {
    margin-bottom: 0;
    padding-bottom: 0;
}
.sticky-post {
    color: #686868;
    display: block;
    font-family: 'Montserrat', "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}
.single .site-main > article,
.site-main > article:last-of-type {
    border-bottom: 0;
}
.entry-title {
    font-size: 25px;
    font-size: 1.563rem;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 0;
    display: none;
}
.single-post .entry-title {
    text-align: center;
    border-bottom: 1px solid #ddd;
    display: block;
    font: 21px/36px Georgia;
    margin-bottom: 85px;
    display: none;
}
.entry-title a {
    color: #1a1a1a;
}
.entry-title a:hover,
.entry-title a:focus {
    color: #007acc;
}
.entry-content p {
    margin: 0 0 1.75em;
}
.entry-info {
    color: #777;
    margin: 15px 0 0 0;
}
.entry-info span {
    display: block;
}
.entry-thumbnail {
    display: block;
    margin: 0 0 20px 0;
    text-align: center;
}
.entry-video,
.entry-audio,
.entry-gallery {
    margin: 0 0 20px 0;
}
.entry-audio iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.entry-gallery .item {
    max-height: 100%;
    height: 200px;
}
.entry-gallery .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-links {
    clear: both;
    font-family: 'Montserrat', "Helvetica Neue", sans-serif;
    margin: 0 0 1.75em;
}
.page-links a,
.page-links > span {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-right: 0.3076923077em;
    text-align: center;
    width: 1.8461538462em;
}
.page-links a {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff;
}
.page-links a:hover,
.page-links a:focus {
    background-color: #007acc;
    border-color: transparent;
    color: #fff;
}
.page-links > .page-links-title {
    border: 0;
    color: #1a1a1a;
    height: auto;
    margin: 0;
    padding-right: 0.6153846154em;
    width: auto;
}
.entry-footer {
    display: none;
}
.single .entry-footer {
    display: block;
    font-size: 16px;
}
.entry-footer .cat-links,
.entry-footer .tags-links {
    display: none;
}
.cat-link,
.cat-link:hover {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    margin: auto !important;
    border-radius: 50%;
    background: #c1a8d5;
    z-index: 99;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 45px;
}
.event-de .cat-link,
.event-en .cat-link {
    background: #5ec596 !important;
}
.promotion-de .cat-link,
.promotion-en .cat-link {
    background: #ed8160 !important;
}
.kongress-de .cat-link,
.congress-en .cat-link {
    background: #698de7 !important;
}
.single .entry-footer .edit-link {
    display: block;
    margin-top: 10px;
}
.entry-footer .cat-tags-links {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.entry-footer .cat-links .cat-icon,
.entry-footer .tags-links .tags-icon {
    font-size: 12px;
    color: #767676;
    left: 0;
    margin-right: 4.5em;
    position: absolute;
    top: 3px;
    display: none;
}
.entry-footer .cat-links a,
.entry-footer .tags-links a {
    color: #000;
}
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:hover {
    color: #007acc;
}
.entry-footer .cat-links a:first-of-type,
.entry-footer .tags-links a:first-of-type {
    margin: 0 0 0 25px;
}
.updated:not(.published) {
    display: none;
}
.post-navigation .post-title,
.entry-title,
.comments-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.page-header {
    margin: 0 0 3.5em;
}
body.error404 .page-header,
body.search-no-results .page-header {
    border-top: 0;
    padding-top: 0;
}
.page-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
}
.page-header .page-title {
    margin-top: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
    margin-bottom: 1.75em;
    max-width: 100%;
    vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}
.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
    box-shadow: none;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    margin-top: 0;
    margin-bottom: 1.75em;
}
.wp-playlist.wp-audio-playlist {
    padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 0.7142857143em 0;
}
.wp-playlist-item .wp-playlist-item-length {
    top: 0.7142857143em;
}
/**
 * - Captions
 */

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/**
Author Box
 */
.entry-author-info {
    padding: 25px 0;
    border-top: 1px solid #ccc;
    width: 100%;
    clear: both;
}
.entry-author-info .author-avatar {
    float: left;
}
.entry-author-info .author-avatar img {
    border-radius: 100%;
}
.entry-author-info .author-title {
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.entry-author-info a {
    color: #000;
}
.entry-author-info a:hover {
    color: #007acc;
}
.entry-author-info .author-description {
    width: calc(100% - 72px);
    float: left;
    padding-left: 20px;
}
/* Text meant only for screen readers */
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}
/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}
.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}
/**
 * - Post Navigation
 */

.post-navigation {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    clear: both;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    margin: 0 0 3.5em;
}
.post-navigation a {
    color: #1a1a1a;
    display: block;
    padding: 1.75em 0;
}
.post-navigation span {
    display: block;
}
.post-navigation .meta-nav {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}
.post-navigation .post-title {
    display: inline;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.2173913043;
    text-rendering: optimizeLegibility;
}
.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
    color: #007acc;
}
.post-navigation div + div {
    border-top: 1px solid #ccc;
}
.pagination {
    border-top: 1px solid #ccc;
    border-radius: 0;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 18px;
    margin: 0 7.6923% 2.947368421em;
    padding: 20px 0 50px 0;
    display: block;
    direction: ltr;
}
.pagination a {
    color: #000;
}
.pagination a:hover,
.pagination a:focus {
    color: #007acc;
}
.pagination .nav-links {
    padding-right: 106px;
    position: relative;
}
.pagination .nav-links:before,
.pagination .nav-links:after {
    color: #fff;
    font-size: 32px;
    line-height: 51px;
    opacity: 0.3;
    position: absolute;
    width: 52px;
    z-index: 1;
}
.pagination .nav-links:before {
    content: "\f429";
    right: -1px;
}
.pagination .nav-links:after {
    content: "\f430";
    right: 55px;
}
/* reset screen-reader-text */
.pagination .current .screen-reader-text {
    position: static !important;
}
.pagination .prev,
.pagination .next {
    background-color: #1a1a1a;
    color: #fff;
    display: inline-block;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
}
.pagination .prev:focus,
.pagination .next:focus {
    outline: 0;
}
.image-navigation > .nav-previous:empty {
    display: none
}
.image-navigation,
.comment-navigation {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin: 0 7.6923% 2.1538461538em;
    padding: 1.0769230769em 0;
}
.comment-navigation {
    margin-right: 0;
    margin-left: 0;
}
.comments-title + .comment-navigation {
    border-bottom: 0;
    margin-bottom: 0;
}
.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
    display: inline-block;
}
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}
/**
 * - Comments
 */

.comments-area {
    margin: 0 0 3.5em;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 1.75em;
}
.comments-title,
.comment-reply-title {
    font-family: 'Montserrat', "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 1.217391304em;
}
.comments-title {
    margin-bottom: 1.217391304em;
}
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    padding: 1.75em 0;
}
.comment-list .children {
    list-style: none;
    margin: 0;
}
.comment-list .children > li {
    padding-left: 0;
}
.comment-author {
    color: #1a1a1a;
    margin-bottom: 0.4375em;
}
.comment-author .avatar {
    float: left;
    height: 28px;
    margin-right: 0.875em;
    position: relative;
    width: 28px;
    border-radius: 50%;
}
.bypostauthor > article .fn:after {
    content: "\f007";
    left: 8px;
    position: relative;
    font-size: 10px;
    top: -1px;
}
.comment-metadata,
.pingback .edit-link {
    color: #686868;
    font-family: 'Montserrat', "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
}
.comment-metadata {
    margin-bottom: 2.1538461538em;
}
.comment-metadata a,
.pingback .comment-edit-link {
    color: #686868;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #007acc;
}
.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block;
}
.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em;
}
.comment-content ul,
.comment-content ol {
    margin: 0 0 1.5em 1.25em;
}
.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}
.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #007acc;
    display: inline-block;
    font-family: 'Montserrat', "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    margin-top: 1em;
    padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: #007acc;
    outline: 0;
}
.comment-form {
    padding-top: 1.75em;
}
.comment-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase;
}
.comment-list .comment-form {
    padding-bottom: 1.75em;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 2.1538461538em;
}
.no-comments {
    border-top: 1px solid #d1d1d1;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    margin: 0;
    padding-top: 1.75em;
}
.comment-navigation + .no-comments {
    border-top: 0;
    padding-top: 0;
}
.form-allowed-tags code {
    font-family: Inconsolata, monospace;
}
.form-submit {
    margin-bottom: 0;
}
.required {
    color: #007acc;
    font-family: Merriweather, Georgia, serif;
}
.comment-reply-title small {
    font-size: 100%;
}
.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}
.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #1a1a1a;
}
.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -5px;
}
/**
 * - Sidebar
 */

.sidebar {
    margin-bottom: 3.5em;
    padding: 0 2.5%;
}
/**
 * - Widgets
 */

.widget {
    border-top: 2px solid #f5f5f5;
    margin-bottom: 3.5em;
    padding-top: 1.75em;
}
.widget:first-child {
    /*padding-top: 1em;*/
    /*border: 0;*/
}
.widget-area > :last-child,
.widget > :last-child {
    margin-bottom: 0;
}
.widget .widget-title {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.046875em;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    text-transform: uppercase;
}
.widget .widget-title:empty {
    margin-bottom: 0;
}
.widget-title a {
    color: #1a1a1a;
}
/* Calendar widget */
.widget.widget_calendar table {
    margin: 0;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
    text-align: center;
}
.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 1.75em;
}
.widget_calendar tbody a {
    background-color: #007acc;
    color: #fff;
    display: block;
    font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #686868;
    color: #fff;
}
/* Recent Posts widget */
.widget_recent_entries .post-date {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em;
}
.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0;
}
/* RSS widget */
.widget_rss .rsswidget img {
    margin-top: -0.375em;
}
.widget_rss .rss-date,
.widget_rss cite {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: normal;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em;
}
.widget_rss .rssSummary:last-child {
    margin-bottom: 2.1538461538em;
}
.widget_rss li:last-child :last-child {
    margin-bottom: 0;
}
/* Tag Cloud widget */
.tagcloud a {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-family: 'Montserrat', "Helvetica Neue", sans-serif;
    line-height: 1;
    margin: 0 0.1875em 0.4375em 0;
    padding: 0.5625em 0.4375em 0.5em;
}
.tagcloud a:hover,
.tagcloud a:focus {
    border-color: #007acc;
    color: #007acc;
    outline: 0;
}
.site-footer {
    margin-top: 25px;
    padding: 0 0 0;
    font-size: 13px;
}
.site-footer,
.site-footer .site-info a {
    color: #686868;
}
.theme-credit:before {
    content: '/';
    padding: 0 0.8em 0 0.5em;
}
@media print {
    form,
    button,
    input,
    select,
    textarea,
    .navigation,
    .main-navigation,
    .social-navigation,
    .sidebar,
    .content-bottom-widgets,
    .header-image,
    .page-links,
    .edit-link,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link {
        display: none;
    }
}
.container {
    width: 100%;
    padding: 0 35px;
}
.heading {
    float: right;
    padding-top: 25px;
    padding-right: 480px;
    width: 715px;
    text-align: right;
}
.home .heading {
    font-size: 36px;
    line-height: 38px;
    color: #5c5c5c;
    text-transform: uppercase;
    padding-right: 700px;
    width: auto;
}
.home .slogan {
    margin: 0;
}
.home .desc {
    margin-top: 20px;
    font: 14px helveticaRegular;
    line-height: 24px;
    color: #7e7e7e;
}
.home #right-col {
    clear: both;
    float: right;
    margin-top: -17px;
    width: 680px;
    margin-bottom: 60px;
}
.menuTitle {
    font: normal 18px/20px Georgia;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #bebebe;
    margin-top: -11px;
}
.menuBorder {
    height: 20px;
    position: relative;
    z-index: 1;
}
.entry-content .lcp_paginator {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}
.entry-content .lcp_paginator li {
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
    font: normal 14px/20px helveticaRegular;
}
.entry-content .lcp_paginator  a {
    font: normal 14px/16px helveticaRegular;
    padding: 0 7px;
    margin: 0;
    display: block;
    line-height: 22px;
}
.entry-content .lcp_paginator .lcp_currentpage {
    margin-top: 2px;
    color: white;
    border-radius: 10px;
    padding: 0 7px;
}
#kongress .menuBorder,
body.page-id-33 .lcp_currentpage,
body.page-id-47 .lcp_currentpage {
    background: url(assets/img/ico-blue-circle.png) no-repeat 50% 0;
}
#messe .menuBorder,
body.page-id-31 .lcp_currentpage,
body.page-id-45 .lcp_currentpage {
    background: url(assets/img/ico-fiolet-circle.png) no-repeat 50% 0;
}
#event .menuBorder,
body.page-id-35 .lcp_currentpage,
body.page-id-49 .lcp_currentpage {
    background: url(assets/img/ico-green-circle.png) no-repeat 50% 0;
}
#promotion .menuBorder,
body.page-id-37 .lcp_currentpage,
body.page-id-51 .lcp_currentpage {
    background: url(assets/img/ico-red-circle.png) no-repeat 50% 0;
}
#category-images {
    clear: both;
    border-top: 1px solid #E4E4E4;
    padding-left: 230px;
    list-style: none;
    overflow: hidden;
}
#category-images li {
    float: left;
    margin-top: 40px;
    width: 320px;
}
#messe, #event {
    margin-right: 30px;
}
.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}
.page-template-page-no-header #primary,
.lcp_catlist,
.lcp_catlist > *,
.site-header-main,
#top ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-template-page-no-header #main {
    position: relative;
    width: 668px;
    margin-left: 123px;
    padding-left: 0;
}
.page-template-page-no-header #content {
    margin-top: 55px;
}
#top .container {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 45px;
}
#top .container ul {
    margin: 0;
}
#top .container > ul {
    float: right;
    margin: 0 -30px 0 0;
}
.menu-top-row-menu-en-container,
.menu-top-row-menu-de-container {
    float: right;
}
#top .container .textwidget:first-child {
    float: left;
    padding-bottom: 7px;
    padding-top: 7px;
}
#top .container,
#top .container a {
    font: bold 12px/14px helveticaBold, Arial;
    color: #9F9F9F;
    text-transform: uppercase;
    text-decoration: none;
}
#top .container a {
    padding: 7px 18px;
    display: block;
    border-left: 1px solid #e0e0e0;
    font-size: 10px;
}
.lcp_catlist > * {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
#top ul {
    padding: 0;
    list-style: none;
}
.left-bar {
    width: 134px;
    position: relative;
    z-index: 1;
}
.page-template-page-no-header .left-bar {
    padding-left: 15px;
    width: 149px;
}
.gallery-wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 209px;
    margin-left: -134px;
    font-size: 0;
    max-height: 337px;
    overflow: hidden;
}
.gallery {
    position: relative;
}
body:not(.single-post) div[id^='gallery-'] .gallery-caption {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 277px;
    background: #c1a8d5;
    border-radius: 0 100px;
    padding: 50px 33px 0;
    height: 337px;
    text-align: center;
    color: #F5F5F5;
    font-style: normal;
    font: 16px/24px Georgia;
}
body:not(.single-post) div[id^='gallery-'] .gallery-caption h1 {
    font: normal 30px/32px Georgia;
    text-transform: uppercase;
    margin: 0 -23px;
    display: block;
    position: relative;
}
body:not(.single-post) div[id^='gallery-'] .gallery-caption h1:after {
    content: '-';
    display: block;
    position: relative;
}
body:not(.single-post) div[id^='gallery-'] .gallery-icon img {
    float: right;
}
body:not(.single-post) div[id^='gallery-'] .gallery-caption a {
    background: url(assets/img/ico-link-slider.png) no-repeat 50% 0;
    bottom: 20px;
    color: rgba(0,0,0,.5);
    display: block;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    width: 244px;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
}
.single-post .entry-info {
display: none;
}
.lcp_catlist {
    list-style: none;
    padding: 0;
    margin: 0 -23px;
}
.lcp_catlist > * {
    width: 33.33333%;
    padding: 23px;
    font: normal 14px/24px Georgia;
    color: #747474;
}
.lcp_catlist li a {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 5px;
    padding-bottom: 25px;
}
.g-item a {
    position: relative;
    display: block;
}
.g-item a:hover img,
.lcp_catlist li a:hover img {
    opacity: .5;
}
.g-item a .hover-block,
.lcp_catlist li a:after {
    content: '';
    background: url(assets/img/ico-img-open-grey.png) no-repeat 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 25px;
    width: 100%;
    display: none;
}
.g-item a:hover .hover-block {
    display: block;
    bottom: 0;
}
.page-id-31 .lcp_catlist li a:after,
.page-id-45 .lcp_catlist li a:after {
    background: url(assets/img/ico-img-open-fiolet.png) no-repeat 50% 50%;
}
.home .owl-stage .item-2 .gallery-caption,
.page-id-33 div[id^='gallery-'] .gallery-caption,
.page-id-47 div[id^='gallery-'] .gallery-caption {
    background: #698de7 !important;
}
.page-id-33 .lcp_catlist li a:after,
.page-id-47 .lcp_catlist li a:after {
    background: url(assets/img/ico-img-open-blue.png) no-repeat 50% 50%;
}
.home .owl-stage .item-4 .gallery-caption,
.page-id-37 div[id^='gallery-'] .gallery-caption,
.page-id-51 div[id^='gallery-'] .gallery-caption {
    background: #ed8160 !important;
}
.page-id-37 .lcp_catlist li a:after,
.page-id-51 .lcp_catlist li a:after {
    background: url(assets/img/ico-img-open-red.png) no-repeat 50% 50%;
}
.home .owl-stage .item-3 .gallery-caption,
.page-id-35 div[id^='gallery-'] .gallery-caption,
.page-id-49 div[id^='gallery-'] .gallery-caption {
    background: #5ec596 !important;
}
.page-id-35 .lcp_catlist li a:after,
.page-id-49 .lcp_catlist li a:after {
    background: url(assets/img/ico-img-open-green.png) no-repeat 50% 50%;
}
.lcp_catlist li a:hover:after {
    display: block;
}
.single-post .gallery-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.single-post .gallery-item .gallery-caption {
    border-bottom: 1px solid #e0e0e0;
    color: #747474;
    font: 18px/20px Georgia;
    padding: 3px 10px 10px;
    text-align: center;
    margin-bottom: 85px;
}
.single-post .owl-nav {
    position: absolute;
    right: 0;
    top: 65px;
}
.single-post .owl-nav span {
    height: 22px;
    text-indent: -9000px;
    width: 22px;
    display: block;
}
.single-post .owl-nav .owl-prev {
    margin-right: 8px;
}
.single-post .owl-nav .owl-prev span {
    background: url(assets/img/arrow-back.png) no-repeat;
}
.single-post .owl-nav .owl-next span {
    background: url(assets/img/arrow-next.png) no-repeat;
}
.heading-text {
    padding-top: 5px;
    font-family: Georgia;
    color: #5c5c5c;
}
.slogan-text {
    font: normal 18px/30px Georgia;
    color: #5c5c5c;
    padding-bottom: 10px;
}
.slogan-line {
    border-bottom: 1px solid #737373;
    width: 50px;
}
.bottom-row {
    clear: both;
    width: 270px;
    color: #a7a6a6;
    font: 36px/36px Georgia;
    text-transform: uppercase;
    padding-top: 12px;
    text-align: right;
    padding-bottom: 85px;
}
.page-id-148 .bottom-row,
.page-id-150 .bottom-row,
.page-id-162 .bottom-row,
.page-id-164 .bottom-row,
.page-id-157 .bottom-row,
.page-id-159 .bottom-row,
.page-id-13 .bottom-row,
.page-id-15 .bottom-row,
.page-id-19 .bottom-row,
.page-id-17 .bottom-row {
    display: none;
}
.home .bottom-row {
    width: 230px;
}
.bottom-row > * {
    background: url(assets/img/ico-for-link.png) no-repeat 100% 0;
    padding-top: 27px;
    margin-top: 20px;
}
.bottom-row > * a{
    color: #747474;
    font: 12px/22px Georgia;
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
}
.bottom-row.with-pager {
    margin-bottom: 35px;
}
.title-page {
    color: #5C5C5C;
    font: 36px/38px Georgia !important;
    text-align: right;
    text-transform: uppercase;
    width: 225px;
    margin: 0 !important;
    padding: 0;
}
#contact-text {
    margin-top: -5px;
    float: right;
    width: 670px;
}
.contact-block {
    float: left;
    width: 163px;
}
#contact-links {
    border-top: 1px solid #e0e0e0;
    clear: both;
    float: right;
    padding-top: 60px;
    width: 670px;
    margin-top: 60px;
}
.cb-title {
    border-bottom: 1px solid #737373;
    color: #5C5C5C;
    font: 18px/20px Georgia;
    padding-bottom: 14px;
}
.cb-text {
    padding-top: 20px;
    font: 14px/24px helveticaRegular;
}
#contact-block2, #contact-block5 {
    margin: 0 90px;
}
.gallery-wrap iframe {
    width: 670px;
    height: 340px;
    float: right;
}
#contact-links .link-go-formular span {
    color: #747474;
    font: 12px/22px Georgia;
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
    float: right;
    width: 133px;
}
td {
    padding: 0;
}
.col-one {
    font: 18px/20px Georgia;
    padding: 10px 20px 10px 10px;
    text-align: right;
    text-transform: uppercase;
}
.col-one h2 {
    font: 18px/20px Georgia;
    margin: 0;
}
.col-two {
    width: 452px;
}
.field-wrap {
    position: relative;
    width: 380px;
    clear: both;
}
.field-wrap label {
    padding-top: 1px;
    position: absolute;
    z-index: 1;
    font-family: Georgia, serif;
    font-size: 15px;
    font-weight: normal;
    pointer-events: none;
    color: #5C5C5C;
}
.field-wrap textarea {
    resize: vertical;
    height: 135px;
    background: none;
    border: none;
    border-bottom: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    padding: 0;
}
#content-top {
    float: right;
    margin: 0 0 35px;
    width: 100%;
    max-width: 668px;
}
.page-id-13 .wpcf7-form,
.page-id-19 .wpcf7-form {
    margin-top: -453px;
}
.wpcf7-response-output {
    clear: both;
}
.wpcf7-form {
    position: relative;
}
.wpcf7-form:after {
    content: '';
    position: relative;
    display: table;
    width: 100%;
}
.page-title {
    float: right;
    font: 36px/38px Georgia;
    margin-right: 473px;
    text-transform: uppercase;
    text-align: right;
}
.page-title .text {
    clear: both;
    float: right;
    padding-top: 5px;
}
.page-desc {
    float: right;
    font: 18px/20px Georgia;
    width: 453px;
}
.page-desc .text {
    float: left;
    margin-top: -10px;
    padding-bottom: 12px;
}
#line2 {
    border-bottom: 1px solid #5C5C5C;
    clear: both;
    display: block;
    float: left;
    width: 25px;
}
form input,
form textarea {
    font: normal 14px/16px helveticaRegular;
    color: #7e7e7e;
}
.field-wrap input[type=text],
.field-wrap input[type=email],
.field-wrap input[type=number] {
    background: none repeat scroll 0 0 transparent;
    border: none;
    border-bottom: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    height: 27px;
    margin-bottom: 10px;
    width: 380px;
    padding: 0;
    font-size: 16px;
    max-width: 100%;
}
form table,
form table td {
    border: none;
}
form table{
    max-width: 700px;
    float: right;
}
.sprache-field {
    float: left;
    margin-right: 10px;
    width: 195px;
}
.sblock {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
}

.wpcf7-form select {
    background: none;
    width: 100%;
    height: 27px;
    padding: 0;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
}
.footer-menu {
    border-bottom: 1px solid #9F9F9F;
    border-top: 1px solid #9F9F9F;
    display: block;
    padding: 5px 0 5px;
    text-align: center;
}
.footer-menu li {
    display: inline;
    padding: 0 5px;
}
.footer-menu li a {
    color: #747474;
    font: bold 11px/13px helveticaBold, Arial;
    text-transform: uppercase;
    padding: 2px 3px;
}
#footer-text pre {
    color: #9f9f9f;
    font: 12px/18px helveticaBold, Arial;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    background: none;
    border: none;
}
.field-wrap .plz-wrap {
    margin-right: 10px;
    width: 150px;
    float: left;
}
.field-wrap .ort-wrap {
    position: relative;
    width: 218px;
    float: left;
}
.two-cols {
    overflow: hidden;
}
.sprache2-field {
    width: 150px;
    clear: none;
    float: left;
}
.sprache-wrap .addsprache {
    position: absolute;
    right: -5px;
    top: 0;
    color: #7E7E7E;
    font: 14px/28px helveticaRegular;
    cursor: pointer;
    font-family: monospace;
}
#base-group {
    display: block !important;
}
.wpcf7-form input[type="submit"] {
    color: #7E7E7E;
    display: block;
    margin: 30px 0;
    text-decoration: underline;
    text-transform: uppercase;
    padding: 0;
    border: none;
    background: none;
}
.nice-select{
    width: 100%;
    line-height: 27px;
    height: 27px;
    background: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #B4B4B4 !important;
    border-right: 1px solid #B4B4B4 !important;
    margin-bottom: 10px;
}
.nice-select .current {
     display: block;
    text-align: right;
    overflow: hidden;
}
.nice-select.open .list {
    width: auto;
    min-width: 100%;
}
.nice-select .list {
    border-radius: 0;
}
.nice-select .option {
    min-height: 21px;
    line-height: 21px;
}
body .field-wrap .b_day input{
    margin-right: 5px;
    padding-left: 105px;
    width: 145px;
}
body .field-wrap .b_moth input {
    margin-right: 5px;
    width: 45px;
}
body .field-wrap .b_year input {
    margin-right: 5px;
    width: 75px;
}
.sprache-wrap {
    position: relative;
    max-width: 380px;
}
div.wpcf7 input[type="file"] {
    cursor: pointer;
    font-variant: no-common-ligatures;
    background: none repeat scroll 0 0 transparent;
    border: none;
    border-bottom: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    height: 24px;
    margin-bottom: 10px;
    width: 301px;
    opacity: 0;
}
#img-name,
#img-full {
    background: url(assets/img/select.png) no-repeat scroll 100% 0;
    border: medium none;
    float: left;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    font-family: Georgia;
    color: #5C5C5C;
    width: 301px;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.extations {
    display: block;
    float: right;
    line-height: 28px;
    padding-bottom: 15px;
    font-size: 15px;
    font-family: Georgia;
    color: #5C5C5C;
}
#sprache-wrap1 {
    display: block !important;
}
.sprache-wrap:after {
    content: '';
    position: relative;
    display: table;
    clear: both;
    width: 100%;
}
.col-two > div[id*=sprache-wrap]:nth-last-child(2) .addsprache {
    display: none;
}
.col-two > div[id*=sprache-wrap]:first-child .addsprache {
    display: block;
}
#line1 {
    border: 1px solid #5C5C5C;
    display: block;
    float: right;
    width: 30px;
}
.heading-text {
    font: 36px/38px Georgia;
    color: #5c5c5c;
    text-transform: uppercase;
}
.slogan-content {
    float: right;
    width: 460px;
    margin-bottom: 81px;
}
.slogan-text {
    font: normal 18px/30px Georgia;
    color: #5c5c5c;
    padding-bottom: 10px;
}
.slogan-line {
    border-bottom: 1px solid #737373;
    width: 50px;
}
#text-info {
    float: right;
    width: 460px;
    padding-right: 0;
    padding-bottom: 215px;
}
.info-block {
    margin-right: 90px;
    float: left;
    width: 135px;
}
.ib-title {
    color: #5c5c5c;
    font: normal 18px/20px Georgia;
    border-bottom: 1px solid #737373;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.ib-text {
    font: 14px/24px helveticaRegular;
    width: 186px;
}
#info-block3 {
    margin-top: 70px;
    margin-right: 0px;
    width: 390px;
}
span.wpcf7-not-valid-tip {
    font-size: 12px !important;
    margin-top: -10px;
    font-family: Georgia;
}
.field-wrap textarea[aria-invalid="true"],
.field-wrap input[aria-invalid="true"]{
    border-color: red;
}
.date-of-birth > span {
    display: inline-block;
    vertical-align: text-top;
}
.date-of-birth > span:nth-last-child(1) span.wpcf7-not-valid-tip,
.date-of-birth > span:nth-last-child(2) span.wpcf7-not-valid-tip {
    display: none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: none !important;
    width: 100%;
    overflow: hidden;
}
#field-plz-ort > div{
    width: 49%;
    position: relative;
    text-align: left;
}
#post-thumb {
    display: none;
}
.staff-wrap >.row {
    display: none;
}
#add-personal {
    font-weight: 700;
    padding-left: 8px;
}
.staff-wrap >.row {
    margin: 0;
}
.staff-wrap >.row:nth-child(1){
    display: block;
}