@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OOpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: 'OpenSans-Regular';
    color: #404040;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
strong,
b {
    font-family: 'OpenSans-Bold';
    font-weight: 800;
}

h1 {
    /* font-size: 27px;
    line-height: 37px; */
    font-size: 36px;
    line-height: 46px
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

h3 {
    font-size: 22px;
    line-height: 28px;
    /* margin-bottom: 27px; */
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
    line-height: 25px;
}

h6 {
    font-size: 14px;
    line-height: 19px;
}

p {
    font-size: 20px;
    line-height: 30px;
}

a:hover {
    text-decoration: none;
}

iframe {
    max-width: 100%;
}

h1 a,
h2 a,
h3 a {
    color: #404040;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
    color: #404040;
}

input,
button,
address,
p,
span {
    font-family: 'OpenSans-Regular';
}

button,
a {
    cursor: pointer;
}

input:focus,
button:focus,
figure:focus,
a:focus,
img:focus {
    outline: none;
}


/* heading styles */

.slider-nav h2,
.title-blue,
.section-title {
    font-size: 28px;
    line-height: 36px;
}

.slider-nav h2:hover a {
    text-decoration: underline;
}

.wpb_text_column h1 {
    /* color: green; */
    margin-bottom: 30px;
}

.dorf-btn {
    background-color: #016AAC;
    color: #fff;
    font-family: 'OpenSans-Bold';
    font-weight: 800;
    border-radius: 10px;
    text-transform: uppercase;
    border: none;
    transition: 0.3s ease;
}

.btn-small {
    min-width: 200px;
    font-size: 18px;
    line-height: 26px;
    min-height: 40px;
    padding: 7px 22px;
    display: inline-block;
    text-align: center;
}

.btn-large {
    min-width: 260px;
    padding: 10px 18px;
    font-size: 18px;
    line-height: 30px;
    min-height: 50px;
    display: inline-block;
    text-align: center;
}

a.dorf-btn {
    color: #fff !important;
    text-decoration: none !important;
}

.dorf-btn:hover {
    background-color: #004672;
}

.colored-link {
    font-family: 'OpenSans-SemiBold';
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 4px;
}

.site {
    padding-top: 128px;
}

.page-title {
    margin-bottom: 26px;
    font-size: 36px;
    line-height: 46px;
}

.title-blue {
    color: #016AAC;
    margin-bottom: 28px;
}

.site-wrapper {
    position: relative;
    /* float: left;
    margin-left: 5%; */
}


/* footer {
    display: none;
} */

.header-right {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}

.side-nav_active .mobile-nav {
    right: 0;
    /* width: 300px; */
    transition: 0.5s ease;
}

.site-header > div {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.site-header {
    border-top: 4px solid #006BAE;
    border-bottom: 4px solid #006BAE;
    padding: 33px 0 10px;
    margin-bottom: 43px;
    position: relative;
}

.logo img {
    width: 660px;
    max-width: 100%;
    height: auto;
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    /* height: 100vh; */
    overflow-y: auto;
    background-color: #016AAC;
    color: #fff;
    z-index: 999;
    transition: right 0.5s ease;
    padding: 106px 20px 30px;
}

.mobile-nav a[href^="tel:"] {
    color: #fff;
}

a[href^="tel:"]:before {
    content: none !important;
}

.wpb_text_column a[href^="tel:"] {
    color: #404040;
}

.mobile-nav nav {
    width: 100%;
}

.mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.mobile-nav ul.menu > li {
    padding: 10px 0;
    border-top: 1px solid #fff;
    position: relative;
    cursor: pointer;
}

.mobile-nav ul.menu > li:last-child {
    border-bottom: 1px solid #fff;
}

.mobile-nav ul.menu > li > a {
    font-family: 'OpenSans-Bold';
    font-weight: 800;
}

.mobile-nav ul.menu li a:hover {
    color: #fff;
}

.mobile-nav ul.menu > li.menu-item-has-children:after {
    content: "\e905";
    color: #fff;
    font-size: 8px;
    font-family: 'icomoon';
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.4s ease;
    position: absolute;
    right: 0;
    top: 17px;
    cursor: pointer;
}

.mobile-nav ul.menu > li.menu-item-has-children.active:after {
    transform: rotate(180deg);
}

.mobile-nav ul {
    list-style: none;
    padding-left: 0;
}

.mobile-nav ul.sub-menu {
    padding: 6px 0 0 12px;
    display: none;
}

.mobile-nav .icon-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 56px;
    font-size: 22px;
}

.mobile-nav h5 {
    margin: 0;
}

.mobile-nav address {
    font-size: 16px;
    line-height: 25px;
}

.search-form {
    cursor: pointer;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    height: 60px;
    background: #fff;
}

.bar {
    cursor: pointer;
}

.bar i {
    width: 56px;
    height: 56px;
    background-color: #016AAC;
    display: inline-flex;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    transition: 0.3s ease;
}

.bar i::before {
    color: #fff;
    font-size: 20px;
}

.bar i:hover {
    background-color: #004672;
}

.search-form:before {
    content: "\e915";
    color: #006BAE;
    font-size: 30px;
    font-family: 'icomoon';
    display: inline-flex;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    margin-right: 10px;
    width: 56px;
    height: 56px;
    background: #e5f0f7;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

header .search-form > label {
    display: none;
}

.search-form > label {
    border-bottom: 1px solid #ccc;
    margin-right: 20px
}

.search-form input[type="search"] {
    border: none;
    box-shadow: none;
    background-color: transparent;
}

.search-form .search-submit {
    display: none;
}

.teaser-column {
    max-width: 300px;
    background: #e5f0f7;
    padding: 26px 36px 37px 24px;
    color: #016AAC;
}

.teaser-column img {
    width: 100%;
    height: auto;
    /* box-shadow: 3px 3px 10px #0000001F; */
    /* background: #fff; */
    margin-bottom: 21px
}

.site .vc_row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.site .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.site .vc_column-inner::after,
.site .vc_column-inner::before,
.site .vc_row:after,
.site .vc_row:before {
    display: none;
}

.site .vc_col-sm-8 {
    max-width: 660px;
}

.site .vc_col-sm-4 {
    max-width: 300px;
}

.site .vc_col-sm-6 {
    max-width: 480px;
}

.filter-bar {
    padding: 29px 0 11px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /* justify-content: space-between; */
    border-top: 1px solid #016aac;
    border-bottom: 1px solid #016aac;
    color: #016aac;
    font-family: 'OpenSans-SemiBold';
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 60px;
}

.feed-column-left .img-txt-wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 30px;
    text-align: left;
}

.feed-column-left .img-txt-wrap:last-child {
    margin-bottom: 40px;
}

.feed-column-left .img-txt-wrap .color-schema {
    margin-right: 15px;
}

.img-txt-wrap .color-schema {
    max-width: 210px;
    height: 140px;
}

.image-gallery-teaser .color-schema:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 10px);
    height: 100%;
    display: inline-block;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 51%, rgb(20 19 19) 100%);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 51%, rgb(20 19 19) 100%);
    /* FF3.6+ */
    /* background: -webkit-gradient(linear, bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0))); */
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 51%, rgb(20 19 19) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 51%, rgb(20 19 19) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 51%, rgb(20 19 19) 100%);
    /* IE10+ */
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    background-size: cover;
    /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%), url(/images/one.jpg); */
    z-index: 2;
    margin-left: 10px
}

.img-txt-wrap + .dorf-btn {
    margin-top: 12px;
}

.feed-column-left .img-txt-wrap img {
    width: 100%;
}

.feed-column-left .text-col {
    max-width: 435px;
}

.feed-column-left .text-col h3 {
    margin-bottom: 4px;
}

.feed-column-left .text-col h3:hover a,
.archive-posts-wrap h2:hover a,
.search-results article h2:hover a {
    text-decoration: underline;
}

.color-schema {
    position: relative;
}

.color-schema .color {
    display: inline-block;
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
}

.color-schema .red:before {
    background: #E64016;
}

.color-schema.green:before {
    background: #A1BE0C;
}

.color-schema.orange:before {
    background: #F8AA00;
}

.color-schema.light-blue:before {
    background: #04C2FE;
}

.color-schema.theme-blue:before {
    background: #016AAC;
}

.site-footer,
footer {
    position: relative;
}

.footer-light,
.teaser-column h3 {
    color: #016AAC;
}

.teaser-column p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 27px
}

.footer-light a {
    color: #016AAC;
}

.footer-light ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-light .footer-content {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-bottom: 52px;
}

.footer-logo {
    margin-bottom: 21px;
}

.footer-logo::before {
    content: "";
    display: block;
    border-top: 4px solid #006BAE;
    padding-top: 22px;
}

.section-title {
    color: #006BAE;
    margin-bottom: 34px;
}

.footer-logo img {
    max-width: 140px;
    height: auto;
}

.footer-dark {
    background-color: #006BAE;
    color: #fff;
    padding: 8px 0;
}

.footer-dark > .container {
    text-align: center;
}

.footer-dark ul {
    display: inline-flex;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    list-style: none;
    padding-left: 0;
    margin: 0
}

.footer-dark ul li a {
    color: #fff;
    text-decoration: none !important;
}

.social-share li:not(:last-child) {
    margin-right: 12px;
}

.social-share i {
    width: 42px;
    height: 42px;
    background-color: #3288be;
    border-radius: 50%;
    display: inline-flex;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    transition: 0.4s ease-in-out;
}

.social-share i:hover {
    background-color: #579dca;
}

footer .widget_nav_menu,
footer address {
    font-family: 'OpenSans-SemiBold';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

footer .widget_nav_menu {
    margin-right: 55px;
}

.home-news-letter h2 {
    font-size: 27px;
    margin-bottom: 14px;
}

footer .home-news-letter p {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 22px;
}

.news-email {
    height: 40px;
    border: none;
    background: #e5f0f7;
    padding: 0 11px;
    width: 340px;
    max-width: 100%;
    margin-right: 6px;
    border-radius: 10px;
}

.menu-footer-menu-container ul li a:before {
    content: "\e910";
    color: #016AAC;
    font-size: 12px;
    font-family: 'icomoon';
    display: inline-block;
    margin-right: 8px;
}


/* custom checkbox css */


/* The container */

.dorf-custom-checkbox {
    display: block;
    position: relative;
    padding-left: 44px;
    margin-bottom: 16px;
    margin-right: 25px;
    cursor: pointer;
    font-size: 18px;
    font-family: 'OpenSans-SemiBold';
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.dorf-custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 10px;
    background-color: #e5f0f7;
    transition: 0.25s ease;
}


/* On mouse-over, add a grey background color */

.dorf-custom-checkbox:hover input ~ .checkmark {
    background-color: #04C2FE;
}


/* When the checkbox is checked, add a blue background */

.dorf-custom-checkbox input:checked ~ .checkmark {
    background-color: #e5f0f7;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.dorf-custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.dorf-custom-checkbox .checkmark:after {
    left: 11px;
    top: 6px;
    width: 9px;
    height: 15px;
    border: solid #016aac;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-slide img {
    max-width: 100%;
}

.slick-slide:focus,
.slick-slide > a:focus {
    outline: none;
}

.slick-prev {
    left: 0;
    z-index: 9;
}

.slick-next {
    right: 0;
    z-index: 9;
}

.slick-prev,
.slick-next {
    width: 32px;
    height: 32px;
    transition: 0.25 ease;
}

.teaser-slider .slick-prev,
.teaser-slider .slick-next {
    top: 38%;
}

.teaser-slider img,
.news-slider img {
    width: 100%;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    content: "\e910";
    color: #fff;
    font-size: 17px;
    font-family: 'icomoon';
    opacity: 1;
    width: 32px;
    height: 32px;
    background: #404040;
    display: inline-flex;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.slick-slider .slick-prev:before {
    transform: rotate(180deg);
}

.slick-slider .slick-prev:hover:before,
.slick-slider .slick-next:hover:before {
    background: #707070;
}

.empty-result {
    text-align: left;
}

.empty-result p {
    font-family: 'OpenSans-SemiBold';
    font-weight: 600;
    color: #016aac;
    font-size: 18px;
}

.slider-nav p {
    margin: 0;
}

.slider-btn-group {
    margin: 2px 0 23px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}

.slider-btn-group .category-btn {
    min-width: 131px;
    height: 40px;
    margin-right: 2px;
    border: none;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    font-weight: 800;
    color: #fff;
}

.slider-btn-group .category-btn span {
    font-family: 'OpenSans-Bold';
}

button.active-slide span {
    border-bottom: 1px solid #fff;
}

.image-gallery-teaser {
    margin-bottom: 100px;
}

.image-gallery-teaser .item-wrapper {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.image-gallery-teaser .item-wrapper .img-gal-item {
    width: 29.42%;
    max-width: 300px;
}

.image-gallery-teaser .item-wrapper .img-gal-item.big-img-gal {
    width: 47.15%;
    max-width: 480px;
    margin-bottom: 42px;
}

.image-gallery-teaser .color-schema {
    max-width: 100%;
    height: auto;
    position: relative;
}

.image-gallery-teaser .img-gal-item .gallery-title {
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    bottom: 19px;
    left: 31px;
    color: #FEFEFE;
    margin: 0;
    max-width: 260px;
    z-index: 9;
}

.image-gallery-teaser .item-wrapper .img-gal-item.big-img-gal .gallery-title {
    position: absolute;
    bottom: 22px;
    font-size: 22px;
    line-height: 28px;
    max-width: 321px;
}

.img-gal-item {
    margin-bottom: 30px;
    text-align: left;
}

.img-gal-item img {
    width: 100%;
    object-fit: cover;
}

.ad-block-right p,
figcaption {
    font-size: 15px;
    line-height: 20px;
}

figcaption {
    color: #707070;
}

.img-teaser {
    background: #e5f0f7;
    color: #016aac;
    padding: 17px 20px 25px;
}

.img-teaser h3 {
    margin-bottom: 9px;
    line-height: 28px;
}

.img-teaser p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
}

.img-teaser .text-center {
    margin-top: 26px;
}

.img-teaser img {
    width: 100%;
    margin-bottom: 17px;
}

.img-teaser a[href^="tel:"],
.img-teaser a[href^="mailto:"] {
    text-decoration: underline;
}

.footer-light .btn-small,
.teaser-column .btn-small,
.ad-block-right .btn-small {
    min-width: 160px;
    padding: 10px 19px;
    font-size: 15px;
    line-height: 20px;
}

.home-single-post > div {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.home-single-post .img-left {
    width: 660px;
}

.img-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.home-single-post .single-post-content {
    max-width: 300px;
}

.single-post-content p {
    margin-bottom: 14px;
}

.home-single-post h1 {
    margin-bottom: 28px;
}

.text-teaser {
    background-color: #016AAC;
    color: #fff;
    padding: 18px 20px 22px;
    border-radius: 20px;
    transition: 0.25s ease;
}

.text-teaser:hover {
    background-color: #004672;
}

.text-teaser p {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
}

.dorfblitz-embed-videos h3 {
    margin-bottom: 18px;
}

.dorfblitz-embed-videos iframe {
    margin-bottom: 12px;
}

.single-post-content .text-center {
    margin-top: 78px;
}

.single-post-content a {
    color: #006BAE;
}

.icon-link {
    font-family: 'OpenSans-Regular' !important;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none !important;
    color: #006BAE;
}

.icon-link:hover {
    color: #006BAE;
}

.icon-link::before {
    content: "\e910";
    color: #006BAE;
    font-size: 12px;
    font-family: 'icomoon';
    display: inline-block;
    margin-right: 9px;
}

.icon-link span {
    position: relative;
}

.icon-link:hover span:before,
.icon-link:hover span:after {
    width: 100%;
    opacity: 1;
}

.icon-link span:after,
.icon-link span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0px;
    height: 1px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.5s;
    opacity: 0;
    background-color: #006BAE;
}

.dorfblitz-top-ad {
    text-align: center;
    margin: 0 0 60px;
    position: relative;
}

.ad-block-right {
    /* display: none; */
    position: absolute;
    top: 0;
    right: -220px;
}

.dorfblitz-filter-ad {
    text-align: center;
    margin-bottom: 40px;
}

.dorfblitz-insta-feed {
    background: #e5f0f7;
    padding: 31px 0 54px;
    margin-bottom: 90px;
}

#sb_instagram .sbi_photo {
    height: 126px !important;
}

#sb_instagram #sbi_images {
    padding: 0 !important;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

#sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    width: 188px;
}

.feed-column-right {
    margin-bottom: 30px;
    clear: both;
}

.dorfblitz-fb-feed {
    margin: 0 0 30px;
    background: #e5f0f7;
    color: #016aac;
    padding: 17px 20px 20px;
    float: left;
    width: 100%;
}

.social-feed-element img {
    margin: 0;
}

.dorfblitz-fb-feed #wpsfp-item {
    margin: 0;
    border: none;
    box-shadow: none;
    padding: 0;
    background: transparent;
    min-width: 100%;
    width: 100%;
}

.dorfblitz-fb-feed .social-feed-main-container > div {
    width: 100% !important;
    /* height: auto !important; */
    margin: 0;
}

.social-feed-element p {
    color: #404040;
}

.text-wrapper {
    margin-top: 0 !important;
    font-size: 15px;
}

.social-feed-element .media-body > p {
    display: none;
}

.wpb_wrapper .feed-column-right:last-child {
    /* margin-bottom: 0; */
}

.feed-column-right .btn-small {
    min-width: 160px;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 20px;
}

.dorfblitz-slider-ad {
    background: #ececec;
    padding: 20px 0 40px;
}

.title-adslider {
    font-size: 15px;
    color: #016AAC;
    text-transform: uppercase;
    margin: 0;
}

.ad-slider-wrapper .slick-slide img {
    margin: 0 auto;
}

.spac90 {
    margin-bottom: 90px;
}

.spac100 {
    margin-bottom: 100px;
}

.news-email::-webkit-input-placeholder {
    font-size: 15px;
    color: #404040;
}

.news-email::-moz-placeholder {
    font-size: 15px;
    color: #404040;
}

.news-email :-ms-input-placeholder {
    font-size: 15px;
    color: #404040;
}

.news-email:-moz-placeholder {
    font-size: 15px;
    color: #404040;
}

.mobile-only,
.mobile-logo,
.gallery-pop-up {
    display: none;
}

.image-gallery-teaser.img-gal-landing .img-gal-item {
    width: 48%;
    max-width: 300px;
}

.filter-accordian {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.separator-line {
    height: 4px;
    width: 100%;
    background: #016aac;
    margin-bottom: 27px;
}

.img-gal-landing {
    margin-bottom: 0;
}

.site-main {
    margin-bottom: 100px;
    padding-top: 37px;
    position: relative;
}

.home .site-main {
    padding-top: 0;
}


/* .vdo-img-gal .dorf-custom-checkbox {
    min-width: 160px;
} */

.page-title + p {
    margin-bottom: 55px;
}

.page-title + p, .dorf-post-excerpt {
    margin-bottom: 55px;
    font-size: 17px;
    line-height: 21px;
    font-size: 20px;
    line-height: 30px;
    font-family: 'OpenSans-SemiBold';
    font-weight: 600;
}

.popup-gallery img {
    max-width: 100%;
}

.popup-gallery {
    /* display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between; */
}

.popup-gallery > a {
    width: 48%;
    max-width: 318px;
    margin-bottom: 25px;
    display: inline-block;
}

.popup-gallery > a:nth-child(odd) {
    margin-right: 20px;
}

.popup-gallery > a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 220px;
}

.agenda-cat-wrap {
    margin-bottom: 60px;
}


/* .all-agenda .agenda-cat-wrap:last-child {
    margin-bottom: 0;
} */

.agenda-cat-wrap h2 {
    margin-bottom: 20px;
    font-size: 25px;
}

.accordion-content {
    color: #404040;
    margin: 16px 0 0;
    display: none;
}

.accordion-content p {
    font-size: 18px;
    line-height: 30px;
}

.accordion-content strong {
    font-family: 'OpenSans-SemiBold';
    font-weight: 600;
}

.accordion-title {
    background: #EEEEEE;
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 30px;
    padding: 6px 10px;
    min-height: 40px;
    position: relative;
    cursor: pointer;
}

.accordion-title:after {
    content: "\e905";
    /* color: #fff; */
    font-size: 11px;
    font-family: 'icomoon';
    display: inline-block;
    vertical-align: middle;
    transition: transform 0.4s ease;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
}

.accordion-title .wrap {
    margin-right: 15px;
}

.accordion-title.active:after {
    transform: rotate(180deg);
}

.accordion-title h4 {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

p a, .weitere-vdo ul li a, .wpb_text_column a, .nav-links a, .img-left-block p a {
    color: #006BAE;
}

p a:hover, .weitere-vdo ul li a:hover, .wpb_text_column a:hover, .nav-links a:hover, .img-left-block p a:hover {
    color: #006BAE;
}

.scroll-to-top {
    width: 56px;
    height: 56px;
    background: #016aac;
    border-radius: 50%;
    z-index: 99;
    position: fixed;
    bottom: 118px;
    right: 30px;
    transition: 0.3s ease;
    display: inline-flex;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    cursor: pointer;
    /* display: none; */
    visibility: hidden;
    transition: visibility 0.3s ease;
}

.scroll-to-top:hover {
    background: #004672;
}

.scroll-to-top i {
    color: #fff;
    transform: rotate(180deg);
    padding-top: 3px;
}

.colored-txt {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
}

.article-info {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 49px;
}

.dorf-ai-like {
    margin-bottom: 75px;
    margin-top: -7px;
}

.article-info .color {
    background-color: #e74016;
    min-width: 12px;
    display: inline-block;
    float: left;
    margin-right: 10px
}

.info {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    max-width: 412px;
}

.info p {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

ul.the_champ_sharing_ul li.theChampSharingRound,
ul.heateor_ss_follow_ul li.theChampSharingRound {
    display: inline-block;
    margin-right: 10px !important;
}

ul.the_champ_sharing_ul li.theChampSharingRound:last-child {
    margin-right: 0 !important;
}

.the_champ_horizontal_sharing .theChampSharing {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
}

.article-info .social-share i {
    background-color: #9b9b9b;
}

.box-text {
    padding: 15px 20px 15px;
    color: #fff;
    margin-bottom: 70px;
}

.box-text h3 {
    margin-bottom: 13px;
}

.box-text p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}

.img-vdo {
    padding-top: 10px;
    margin-bottom: 64px;
}

.img-vdo iframe {
    width: 100%;
    margin-bottom: 12px;
}

.error-404 .search-form {
    padding-left: 0;
    margin-bottom: 25px;
}

.error-404 .search-form > label {
    display: inline-block;
}

.error-404 .widget {
    margin-bottom: 30px;
}

.error-404 .widget ul {
    padding-left: 20px;
}

.error-404 .widget ul li {
    line-height: 26px;
}

.widget_recent_entries a,
.widget_categories a {
    color: #016aac;
}

.news-slider {
    margin-bottom: 45px;
}

.news-slider figure {
    margin-bottom: 22px;
}

.news-slider .slick-prev,
.news-slider .slick-next {
    top: 44%;
}

.img-zoom {
    position: relative;
    margin-bottom: 20px;
}

.img-zoom .icon-search {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    /* padding: 9px 9px 9px 12px; */
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: inline-flex;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;

}

.img-zoom .icon-search:before {
    content: "\e915";
    color: #fff;
    font-size: 17px;
}

.slick-dotted.slick-slider.news-slider {
    margin-bottom: 47px;
}

.news-slider .slick-dots {
    bottom: 86px;
    width: 94%;
    padding-left: 6%
}

.slick-dots li {
    opacity: 1;
    margin: 0
}

.slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
}

.slick-dots li button::before {
    display: none;
}

.slick-dots li.slick-active button {
    background-color: #fff;
}

.wpb_text_column ul,
.weitere-vdo ul {
    font-size: 20px;
    line-height: 28px;
    padding-left: 20px;
}

figure img,
.slick-slider img {
    max-width: 100%;
}

.teaser-slider .slick-slider img {
    max-height: 398px;
}

.team-row figure {
    display: inline-block;
    margin-bottom: 24px;
}

.team-wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 48px;
}

.team-row h2 {
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 32px;
}

.team-row .team-col h4 {
    margin: 0;
}

.team-row .team-col {
    font-size: 20px;
    max-width: 300px;
    margin-bottom: 60px;
}

.team-row .team-col:last-child {
    margin-bottom: 0;
}

.link:before {
    content: "\e910";
    color: #016AAC;
    font-size: 12px;
    font-family: 'icomoon';
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.team-row .team-col h4,
.team-row .team-col p {
    font-size: 20px;
    line-height: 30px;
}

.team-row .team-col p {
    margin-bottom: 24px;
}

.team-row .team-col a {
    color: #016AAC;
    font-size: 20px;
    line-height: 27px;
}

.team-row figure {
    width: 100%;
}

.team-row .team-col > figure img {
    min-width: 150px;
    height: auto;
    max-height: 200px;
    object-fit: cover;
}

.dark-bg {
    background: #016aac;
    color: #FFF;
}

.dark-bg h2 {
    line-height: 28px;
}

.dark-bg .btn-small {
    background: #fff;
    color: #016aac !important;
}

.team-row .team-wrap:last-child {
    margin-bottom: 0;
}

.archive.category .cat-post-single,
.search-results article {
    margin-bottom: 30px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.archive.category .page-header h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.archive.category .cat-post-single .post-thumbnail,
.search-results article .post-thumbnail {
    margin-right: 15px;
    display: inline-block;
}

.archive.category .cat-post-single h2,
.archive.category .cat-post-single h2 a,
.search-results article h2,
.search-results article h2 a {
    color: #404040;
    font-size: 24px;
    line-height: 27px
}

.cat-post-single .post-thumbnail img,
.search-results article .post-thumbnail img {
    margin-bottom: 0;
}

.dorfblitz-breadcrumb .breadcrumb {
    background: none;
    padding: 0;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 42px;
}

.dorfblitz-breadcrumb a:after {
    content: "\e910";
    color: #404040;
    font-size: 7px;
    font-family: 'icomoon';
    display: inline-block;
    margin: 0 5px 0;
    font-weight: 100;
    vertical-align: bottom;
}

.dorfblitz-breadcrumb a {
    color: #404040;
    text-decoration: none !important;
}

.dorfblitz-breadcrumb a span {
    border-bottom: 1px solid #404040;
}

.wpforms-form {
    font-size: 20px;
}

.wpforms-form input[type="text"],
.wpforms-form textarea,
.wpforms-form select,
.wpforms-form input[type="email"],
.wpforms-form input[type="number"],
.wpforms-form input[type="url"] {
    border-color: #D1D1D1 !important;
    min-height: 46px;
    border-radius: 5px !important;
    font-size: 20px !important;
    color: #3A3A3A !important;
}

.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="number"],
.wpforms-form textarea,
.wpforms-form input[type="url"] {
    max-width: 100% !important;
}

.wpforms-container {
    margin-top: 30px !important;
    margin-bottom: 70px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label-inline,
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 20px;
    line-height: 28px;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 14px 0 0;
}

.wpforms-form select {
    max-width: 200px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 400;
    color: #3A3A3A;
    line-height: 28px;
    margin-bottom: 9px;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0;
    margin-bottom: 22px;
}

div.wpforms-container-full .wpforms-form ul li {
    margin-bottom: 0 !important;
}

.wpforms-submit {
    min-width: 160px;
    padding: 10px 19px;
    background-color: #016AAC !important;
    color: #fff !important;
    font-family: 'OpenSans-Bold';
    font-weight: 800;
    border-radius: 10px !important;
    text-transform: uppercase !important;
    border: none !important;
    font-size: 14px !important;
    line-height: 19px;
    min-height: 40px;
    transition: 0.3s ease
}

.wpforms-submit:hover {
    background-color: #004672 !important;
}

.outline-btn {
    border: 1px solid #006BAE !important;
    font-size: 14px !important;
    line-height: 19px;
    text-transform: uppercase !important;
    color: #016AAC;
    background: #fff !important;
    border-radius: 10px !important;
    min-height: 40px;
    min-width: 160px;
    padding: 10px 24px !important;
}

.outline-btn:hover {
    background-color: #016AAC !important;
    color: #fff;
}

.reset-btns-wrap .outline-btn:first-child {
    margin-right: 24px !important;
}

.wpforms-submit:hover {
    background-color: #004672;
}

.wpforms-submit-container {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.wpforms-submit-container .wpforms-submit {
    margin-right: 28px !important;
}

.slider-nav p,
.text-col p,
.single-post-content p,
.archive.category .cat-post-single p,
.search-results article .post-thumbnail p {
    font-size: 16px;
    line-height: 22px;
}

.quote-block {
    text-align: center;
}

.quote-block {
    text-align: center;
    margin-bottom: 52px;
    max-width: 580px;
}

.quote-block h3 {
    margin: 0;
}

.quote-block .author {
    font-size: 20px;
    line-height: 34px;
}

.img-vdo h3 {
    margin-bottom: 28px;
}

.dorfblitz-table {
    margin-bottom: 65px;
    overflow-x: auto;
    font-size: 15px;
}

.dorfblitz-table .tablepress {
    margin-bottom: 0;
}

.dorfblitz-table .tablepress tbody td {
    line-height: 20px;
}

.dorfblitz-table .tablepress tfoot th,
.dorfblitz-table .tablepress thead th {
    background-color: #fff;
    font-weight: 400;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    padding-top: 12px;
    color: #333333;
    font-size: 18px;
}

.dorfblitz-table .tablepress td.column-1 {
    min-width: 150px;
    max-width: 157px;
    font-family: 'OpenSans-Bold';
    font-weight: 800;
}

.dorfblitz-table .tablepress tr:last-child td {
    border-bottom: 1px solid #ccc;
}

.btn-bg-small {
    font-size: 15px;
    line-height: 20px;
    background: #fcece7;
    min-width: 130px;
    height: 40px;
    display: inline-block;
    text-align: center;
    padding: 10px 6px 14px;
    border-radius: 10px;
}

.like-btn {
    min-width: 160px;
    margin-right: 7px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 16px;
}

.related-blk > h2 {
    margin-bottom: 29px;
    color: #016AAC;
}

.related-blk + .text-center {
    margin-bottom: 80px;
}

.single-img {
    padding-top: 40px;
    margin-bottom: 52px;
}

.weitere-vdo {
    margin-bottom: 55px;
}

.img-left-block {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 30px;
}

.img-left {
    float: left;
    width: 250px;
    margin: 0 30px 30px 0;
}

.dorfblitz-table h2 {
    margin: 0 0 20px;
}

.dorfblitz-table h3 {
    margin-bottom: 20px;
}


/* .color-schema:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    background: transparent url('img/Mini_A35_01_Sport_Legenden.png') 0% 0% no-repeat padding-box;
} */

.entry-content {
    width: 100% !important;
}

.social-feed-main-container {
    width: auto !important;
}

.social-feed-container,
#wpsfp-item {
    /* position: static !important; */
}

div.wpforms-container-full .wpforms-form .wpforms-title {
    font-size: 36px;
    line-height: 44px;
    font-family: 'OpenSans-Bold';
    font-weight: 800;
    margin-bottom: 26px;
}

div.wpforms-container-full .wpforms-form .wpforms-description {
    margin-bottom: 36px;
}


/* slect2 styles */

.select2-container {
    max-width: 200px;
}

.select2-selection.select2-selection--single {
    border: 1px solid #D1D1D1 !important;
    padding: 8px 10px !important;
    border-radius: 5px !important;
    position: relative !important;
    height: auto !important;
}

.select2-selection.select2-selection--single:focus {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 13px;
    right: 15px;
    width: 20px;
    height: 35px;
    background: url(../img/dropdown-grey.svg) no-repeat right;
    display: block;
    background-size: 17px !important;
    /* background-size: 17px !important; */
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg)
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px !important;
    right: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-search--dropdown {
    display: none !important;
}

.select2-container--open .select2-selection.select2-selection--single {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F0F0F0;
    color: #7C7C7C;
}

.select2-results__option--selectable:not(:last-child) {
    border-bottom: 1px solid #D1D1D1;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f0f0f0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F0F0F0 !important;
    color: #7C7C7C !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-results > .select2-results__options {
    color: #404040;
    font-size: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 4px;
}

.select2-results__option--selectable {
    cursor: pointer;
    padding-left: 16px !important;
}

.select2-dropdown {
    border-radius: 0px !important;
    border: 1px solid #D1D1D1 !important
}

.js_select2 {
    min-width: 287px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #3A3A3A !important;
}

div.wpforms-container-full .wpforms-form .dorf-custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 34px;
    margin-bottom: 13px;
    margin-right: 25px;
    cursor: pointer;
    font-size: 20px;
    line-height: 28px;
    font-family: 'OpenSans-Regular';
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.wpforms-container-full .wpforms-form .dorf-custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

div.wpforms-container-full .wpforms-form span.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    background-color: #fff;
    transition: 0.25s ease;
    border: 1px solid #D1D1D1;
}

div.wpforms-container-full .wpforms-form .dorf-custom-checkbox span.checkmark:after {
    content: "" !important;
    position: absolute !important;
    display: none;
}

div.wpforms-container-full .wpforms-form .dorf-custom-checkbox span.checkmark:after {
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border: solid #717171;
    border-width: 6px 7px 9px 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(90deg);
}


/* Show the checkmark when checked */

.dorf-custom-checkbox input:checked ~ .checkmark:after {
    display: block !important;
}


/* Style the checkmark/indicator */

.dorfblitz-fb-feed .wpb_text_column h3 {
    margin-top: 50px;
    /* color: red; */
}

footer .newsletter-form h1,
footer .newsletter-form h2 {
    display: none;
}

.popup-overlay {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.88);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.newsletter-popup {
    padding: 73px 52px 60px;
    background: #016AAC;
    color: #fff;
    text-align: center;
    box-shadow: 3px 3px 10px #00000029;
    /* margin-bottom: 60px; */
    position: relative;
    max-width: 1020px;
}

.newsletter-popup h1 {
    font-size: 35px;
    line-height: 47px;
    margin-bottom: 17px;
}

.newsletter-popup h2 {
    font-size: 35px;
    line-height: 25px;
    margin-bottom: 45px;
    font-family: 'OpenSans-Regular';
    font-weight: 400;
}

.newsletter-popup .dorf-btn.news-submit {
    background-color: #ffffff;
    color: #016AAC;
    min-height: 64px;
    font-size: 25px;
    line-height: 34px;
    min-width: 252px;
}

.newsletter-popup .newsletter-formset-1 {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.newsletter-popup .news-email {
    background: #418fc1;
    height: 64px;
    width: 460px;
    margin-right: 15px;
    padding: 10px 23px;
    font-size: 21px;
    color: #fff;
}

.newsletter-popup .mc4wp-response {
    margin-top: 15px;
    color: #ffffff;
}

.newsletter-popup .news-email::-webkit-input-placeholder {
    font-size: 21px;
    line-height: 35px;
    color: #ffffff;
    font-family: 'OpenSans-Regular';
    font-weight: 400;
}

.newsletter-popup .news-email::-moz-placeholder {
    font-size: 21px;
    line-height: 35px;
    color: #ffffff;
    font-family: 'OpenSans-Regular';
    font-weight: 400;
}

.newsletter-popup .news-email :-ms-input-placeholder {
    font-size: 21px;
    color: #ffffff;
    line-height: 35px;
    font-family: 'OpenSans-Regular';
    font-weight: 400;
}

.newsletter-popup .news-email:-moz-placeholder {
    font-size: 21px;
    line-height: 35px;
    color: #ffffff;
    font-family: 'OpenSans-Regular';
    font-weight: 400;
}

.newsletter-popup .icon-close {
    position: absolute;
    right: 27px;
    top: 30px;
    font-size: 25px;
    cursor: pointer;
}

.dorf-fremdinhalt {
    background: #e6e6e6;
}

.dorf-fremdinhalt .color-schema .color {
    display: none;
}

.social-feed-element p.social-feed-text,
.social-feed-element p.social-feed-text .read-button {
    color: #016aac;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 12px !important;
}

.social-feed-element p.social-feed-text .read-button {
    text-decoration: underline;
}

#wpforms-410-field_12-container {
    display: none;
}

.dorfblitz-fb-feed .uniqcontent {
    margin: 0;
}

.img-teaser .agenda-teaser-cat strong {
    font-size: 15px;
    line-height: 20px;
}

.img-teaser .agenda-teaser-cat:not(:last-child) {
    margin-bottom: 15px;
}

.wpb_text_column h3 {
    margin: 30px 0 20px;
    /* color: red; */
}

.colored-txt {
    display: inline-block;
    margin-bottom: 11px;
}

.mfp-zoom-out-cur {
    cursor: default;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

#dorf-loadmore {
    display: inline-flex;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

#dorf-loadmore.active .icon-spinner:before {
    content: "";
    background: none;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top-color: rgba(105, 105, 105, 0.4);
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    margin-right: 10px;
}

.navigation-wrap {
    position: absolute;
    width: 1020px;
    margin: 0 auto;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    /* bottom: 60px */
}


/* .home .navigation-wrap {
    min-height: 14%;
} */

.navigation-wrap .mobile-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    padding: 0;
    transition: width 0.3s ease;
    height: 92vh;
}

.site-header {
    z-index: 9;
}

.site-header.side-nav_active {
    z-index: 0;
}

.navigation-wrap.side-nav_active {
    /* z-index: 99; */
}

.navigation-wrap .mobile-nav nav {
    width: 100%;
    padding: 106px 20px 30px;
}

.navigation-wrap.side-nav_active .mobile-nav {
    width: 300px;
}

.image-gallery-teaser .color-schema,
.img-gal-item img {
    height: auto;
}


/* #wpforms-410-field_12-container {
    display: none !important;
} */


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium,
textarea {
    min-height: 200px;
}

.red-text {
    color: #E64016;
    margin-left: 8px !important;
}

.wpb_text_column p a:before, .img-left-block p a:before {
    content: "\e910";
    color: #016AAC;
    font-size: 12px;
    font-family: 'icomoon';
    display: inline-block;
    margin-right: 8px;
    margin-left: 11px;
    vertical-align: middle;
}

.mobile-ad-block.hide-ad-block {
    display: none;
}

footer .home-news-letter .mc4wp-response p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'OpenSans-SemiBold';
    font-weight: 600;
}

footer .home-news-letter .mc4wp-response {
    margin-top: 10px;
}

.hide-validation .mc4wp-response {
    display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #404040 !important;
}

.teaser-slider {
    display: none;
}

.marktplatz-teaser .marktplatz-single {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 20px;
}

.marktplatz-left .marktplatz-single a {
    color: #404040;
}

.marktplatz-left .marktplatz-single {
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
}

.marktplatz-left .marktplatz-single,
.marktplatz-left .marktplatz-content p {
    font-size: 16px;
    line-height: 21px;
}

.marktplatz-left .marktplatz-content p {
    margin: 0;
}

.marktplatz-teaser .marktplatz-title span {
    display: block;
}

.marktplatz-teaser a {
    color: #016aac;
    font-size: 15px;
    line-height: 20px
}

.marktplatz-left .icon-link {
    display: inline-block;
    margin-bottom: 45px;
}

.single-marktplatz-wrap .marktplatz-img {
    margin-bottom: 45px;
}

.langer-produktetitel {
    margin-bottom: 40px;
}

.langer-produktetitel p {
    font-family: 'OpenSans-SemiBold';
    font-weight: 600;
    line-height: 26px;
}

.single-marktplatz-wrap h2 {
    margin-bottom: 13px;
}

.single-marktplatz-wrap h2 + p {
    margin-bottom: 35px;
}

div.wpforms-container-full .wpforms-form .wpforms-field.label-mb {
    margin-bottom: 9px;
}

div.wpforms-container-full.m-ad-form .wpforms-form .wpforms-title {
    font-size: 28px;
    line-height: 36px;
}

div.wpforms-container-full .wpforms-form h2.contact-blk-title {
    font-size: 28px;
    line-height: 36px;
    padding-top: 20px;
}

.contact-blk {
    margin-bottom: 0 !important;
}

.contact-blk-title,
div.wpforms-container-full.m-ad-form .wpforms-form .wpforms-title {
    margin-bottom: 10px !important;
}

.wpforms-container.m-ad-form {
    margin-bottom: 0 !important;
}

.btn-light {
    display: inline-flex;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    background: #016aac !important;
    font-size: 14px !important;
    line-height: 19px;
    padding: 7px 14px !important;
    border-radius: 10px !important;
    color: #fff !important;
    min-height: 40px;
    text-transform: uppercase !important;
    font-family: 'OpenSans-Bold';
    font-weight: 800;
    min-width: 160px;
    transition: 0.3s ease;
    cursor: pointer;
    position: relative !important;
}

.btn-light input[type="file"] {
    opacity: 0;
    /* visibility: hidden; */
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    cursor: pointer;
}

input[type=file],

    /* FF, IE7+, chrome (except button) */

input[type=file]::-webkit-file-upload-button {
    /* chromes and blink button */
    cursor: pointer;
}

.btn-light:after {
    content: "Bild hochladen";
    color: #fff;
    cursor: pointer;
}

.agenda-upload:after {
    content: "PDF HOCHLADEN";
}

.btn-light:hover {
    background: #004672 !important;
}

div.wpforms-container-full .wpforms-form .dz-message .modern-title {
    font-size: 0;
}

span.modern-title:after {
    content: "Klicken Sie zum Hochladen auf diesen Bereich.";
    font-size: 16px;
    color: #3A3A3A;
    font-size: 16px;
}

.m-upload {
    margin-right: 6px !important;
}

.m-upload .wpforms-error {
    position: absolute !important;
    top: 37px;
    left: 0;
    min-width: 660px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin: 10px 0 !important;
    max-width: 100%;
}

.m-upload-btn {
    margin-top: 14px !important;
}

.filename {
    color: #006BAE;
}

div.wpforms-container div.wpforms-uploader {
    border: 1px solid #D1D1D1 !important;
    border-radius: 5px !important;
}

#wpforms-574-field_17-container {
    display: none;
}

.marktplatz-cat-wrap .marktplatz-single,
.marktplatz-cat-wrap .marktplatz-content p {
    font-size: 20px;
    line-height: 30px;
}

.marktplatz-cat-wrap .marktplatz-single {
    padding-bottom: 17px;
    margin-bottom: 18px;
}

.all-marktplatz {
    margin-bottom: 50px;
}

.marktplatz-cat-wrap .dorfblitz-filter-ad {
    text-align: center;
    padding: 8px 0 26px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.dorfblitz-marktplatz .dorf-btn {
    margin-bottom: 42px;
}

.marktplatz-img img {
    max-width: 100%;
}

.wpforms-form input::-webkit-input-placeholder {
    color: #b0b0b0;
    font-family: 'OpenSans-Regular';
    font-weight: 400;
}

.wpforms-form input::-moz-placeholder {
    color: #b0b0b0;
    font-family: 'OpenSans-Regular';
    font-weight: 400;
}

.wpforms-form input:-ms-input-placeholder {
    color: #b0b0b0;
    font-family: 'OpenSans-Regular';
    font-weight: 400;
}

.wpforms-form input:-moz-placeholder {
    color: #b0b0b0;
    font-family: 'OpenSans-Regular';
    font-weight: 400;
}

.wpforms-field-limit-text {
    display: none;
}

.news-slider.img-fix-size img {
    height: auto !important;
}

.news-slider.img-fix-size .slick-dots {
    display: none !important;
}

[placeholder] {
    text-overflow: ellipsis;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-overflow: ellipsis;
}

::-moz-placeholder {
    /* Firefox 19+ */
    text-overflow: ellipsis;
}

:-ms-input-placeholder {
    /* IE 10+ */
    text-overflow: ellipsis;
}

:-moz-placeholder {
    /* Firefox 18- */
    text-overflow: ellipsis;
}

::placeholder {
    text-overflow: ellipsis;
}

.dorf_archive-template-default .img-left img {
    box-shadow: 3px 3px 10px #0000001F;
}

.file-upload-hint {
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #e5f0f7;
    border: none;
    color: #404040;
}

@media all and (-ms-high-contrast: none) {
    .foo {
        color: green
    }

    /* IE11 */
    .site-logo .logo img {
        width: 622px;
    }

    .filter-bar.auto-width .dorf-custom-checkbox {
        min-width: auto !important;
    }

    .footer-logo img {
        max-height: 28px;
    }

    .feed-column-left .related-blk .text-col {
        max-width: 432px;
    }
}

.mail-crypt:after {
    content: attr(data-name) "@" attr(data-domain);
}

/*lighbox changes*/
#news-img-video-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    visibility: hidden;
}

.news-img-popup-overlay {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: #0b0b0b;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1054;
    display: block;
    visibility: hidden;
}

#news-img-video-popup .modal-content {
    max-width: 1200px;
    margin: 20px auto;
    background: transparent;
    padding: 25px 0px;
    border: none;
}

#news-img-video-popup .modal-content .close {
    position: relative;
    right: 0px;
    top: 0;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    display: block;
    text-align: right;
}

#news-img-video-popup .modal-content .slick-slider .slick-track {
    display: flex !important;
}

#news-img-video-popup .modal-content .slick-slider .slick-slide {
    height: inherit !important;
    display: flex !important;
    justify-content: center;
}

#news-img-video-popup .modal-content .slick-slider img {
    object-fit: cover;
}

#news-img-video-popup .modal-content .slick-list {
    height: auto !important;
}

body.no_scroll {
    overflow: hidden;
}

.news-slider-popup .img-zoom, .img-zoom.clicked {
    pointer-events: none;
}

@media screen and (min-width: 1200px) {
    #news-img-video-popup .modal-content .slick-slider,
    #news-img-video-popup .modal-content .slick-list,
    #news-img-video-popup .modal-content .slick-slider img {
        height: 100% !important;
    }
}

@media screen and (max-width: 1300px) {
    #news-img-video-popup .modal-content {
        max-width: calc(100% - 100px);
    }
}

@media screen and (max-width: 500px) {
    #news-img-video-popup .modal-content {
        top: 50%;
        transform: translateY(-50%);
    }
}


.dorf-select {
    padding: 8px 15px;
    border-radius: 3px;
    border: 1px solid #d1d1d1;
    font-size: 1.25em;
}