/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/* Neu 2024 */

.wpcf7-captcha-captcha-3{
margin-bottom: -5px;
}

/* Neu 2024 */

/**********************
Basics
*********************/

body {
    color: #000000;
    font-family: 'varela-round', sans-serif;
    font-size: 18px;
    line-height: 1.9375rem;
}

p {
    margin: 0 0 1.6875rem;
    line-height: 1.9375rem;
}

sup {
	font-size: 10px;
	vertical-align: super;
	line-height: 1;
	padding-bottom: .5rem;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
}

.main_color strong {
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'hind', sans-serif;
}

/* Special Heading H2 modern */

h1, .av-special-heading-h1, .template-page .entry-content-wrapper h1 {
    font-size: 5rem;
    text-transform: initial;
    letter-spacing: -2px;
    font-weight: 700;
}

.content-header h1, .content-header .av-subheading.av-subheading_below {
    color: #ffffff;
}

.av-special-heading-h1 .av-subheading.av-subheading_below {
    letter-spacing: 0;
    font-size: 1rem;
    font-family: 'hind', sans-serif;
}


h2, .av-special-heading-h2, .template-page .entry-content-wrapper h2 {
    font-size: 2.625rem;
    text-transform: initial;
    letter-spacing: 0;
    font-family: 'Hind', sans-serif;
    line-height: 48px;
    font-weight: 300;
}

h3 {
    font-size: 1.875rem;
    font-weight: 300;
}

.widget h3 {
    text-transform: none !important;
    letter-spacing: 0px;
    font-size: 18px;
    font-weight: 550;
}

h3.widgettitle, .flex_column .widget .widgettitle {
    margin: 0 0 10px;
    color: #999;
}

/* News dates*/

.news-headline .av-subheading.av-subheading_above p {
    font-weight: 700;
    font-family: 'montserrat', sans-serif;
    margin-bottom: .5rem;
	font-size: 12px;
}

/* Other, products */

.av-subheading.av-subheading_above p {
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
}


img.avia_image {
    border-radius: 0 !important;
}

h3.author-title,
.main_color .meta-heading h2 {
    color: #ec7207;
}

.avia_textblock a:visited, .avia_textblock a:focus, .avia_textblock a:active {
    color: #ec7207;
    text-decoration: none;
}

    /* NOTE: Choose h2 padding-bottom 24px in page builder element */

/* NOTE: Styling in theme configuration for
Main content: bg white, color grey
Alternate content: bg blue, color white
 */

.special_amp {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit !important;
}

.quote-heading .av-subheading {
    text-align: right;
    margin-top: 0;
}

.quote-heading .av-subheading p {
    line-height: 1;
}

#top .color-section-grey {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    color: #000000;
}

#top .color-section-grey p {
    color: #000000;
}

#top .color-section-grey a {
    color: #ec7207;
    text-decoration: none;
}

#top .main_color div:not('.n2-ss-button-container') a:hover {
    color: #000000;
    text-decoration: none;
}

#top .color-section-grey a:hover {
    color: #000000;
    text-decoration: none;
}

#top .alternate_color a:hover {
    color: #ffffff;
    text-decoration: none;
}

#top .alternate_color strong {
    color: #ffffff;
    font-weight: bold;
}


.avia_textblock p:last-of-type {
    margin-bottom: 0 !important;
}

.avia_textblock ul {
    margin-bottom: 27px;
}

.avia_textblock li {
    line-height: 1.9375rem;
    padding-bottom: 0;
    padding-top: 0;
}

/* Basic spacing */

.content {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

.avia-section div .av_one_third {
    width: calc(33.333333% - 1rem);
}

/*div .av_one_fourth {
    width: auto;
}*/

/* Colored blocks */

.avia-section div .av_one_half {
    width: -webkit-calc(50% - .75rem);
    width: -moz-calc(50% - .75rem);
    width: calc(50% - .75rem);
}

/* Exceptions for Safari */

@media not all and (min-resolution: .001dpcm) {
    @media {

        .avia-section div .av_one_half {
            width: 48%;
        }

        .avia-section div .av_one_third {
            width: 33%;
        }
    }
}

.avia-section .flex_column:not(.avia-builder-el-first, .first) {
    margin-left: 1.5rem;
}

#top .flex_column_table.av-equal-height-column-flextable .av-flex-placeholder {
    width: 1.5rem;
}

/* Utility classes for colored blocks */

.main_color .flex_column.blue-block, .avia_textblock.blue-block  {
    background-color: #062e58;
    color: #ffffff;
    padding: 2.5rem;
}

.main_color .flex_column.blue-block a:hover {
    color: #ffffff;
}

#top .color-section-grey .flex_column.blue-block p {
    color: #ffffff;
}

.main_color .flex_column.blue-block h2 {
    color: #ffffff;
}

.flex_column.grey-block {
    background-color: #d3d3d3;
    color: #000000;
    padding: 2.5rem;
}

.main_color .flex_column.white-block, .alternate_color .flex_column.white-block {
    background-color: #ffffff;
    color: #000000;
    padding: 2.5rem;
}

#top .main_color .flex_column.white-block a:hover, #top .alternate_color .flex_column.white-block a:hover {
    color: #000000;
}

/* Other utilities */

.ml-0 {
    margin-left: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-27 {
    margin-top: 27px !important;
}

.mb-27 {
    margin-bottom: 24px !important;
}

.mr-12 {
    margin-right: 12px !important;
}

.ml-12 {
    margin-left: 12px !important;
}

.pb-24 .content, .pb-24 .avia-image-container-inner {
    padding-bottom: 24px !important;
}

.pt-24 {
    padding-top: 24px !important;
}

.pt-0 .content {
    padding-top: 0 !important;
}

.img-in-text .avia_textblock p:first-of-type {
    margin-bottom: 0 !important;
}

.center-elements .entry-content-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.box-shadow-hover:hover {
    transition: all 0.2s linear;
    box-shadow: 0 17px 25px rgba(0, 0, 0, 0.13);
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
}

/* Custom Button */

body div .avia-button.avia-size-small {
    background-color: #ec7207;
    color: #ffffff;
    font-family: "montserrat", sans-serif;
    font-size: 12px;
    border-radius: 200px;
    text-transform: uppercase;
    border-color: transparent;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    padding: 12px 22px 12px 42px;
    transition: padding .5s ease-in-out;
}

#top .main_color .avia-color-theme-color, #top .alternate_color .avia-color-theme-color {
    border-color: transparent;
}

body div .avia-button span.avia_iconbox_title {
    padding-right: 0;
    transition: padding-right .5s ease-in-out;
}

body div .avia-button .avia_button_icon_right {
    width: 20px;
    padding-left: 0;
    visibility: hidden;
    transition: padding-left .5s ease-in-out;
}

body div .avia-button:hover {
    opacity: .87;
    cursor: pointer;
    padding: 12px 22px;
    color: #ffffff !important;
}

body div .avia-button:hover .avia_button_icon_right {
    visibility: visible;
    width: 20px;
    padding-left: 10px;
    color: #ffffff;
}

body div .avia-button:hover span.avia_iconbox_title {
    padding-right: 20px;
}



#scroll-top-link.avia_pop_class {
    background-color: #ec7207;
    color: #ffffff;
    border-color: transparent;
    border-radius: 100%;
    opacity: 1;
    width: 2rem;
    height: 2rem;
    line-height: 1.9rem;
}

#scroll-top-link.avia_pop_class:hover {
    background-color: #ffffff;
    color: #ec7207;
}

/* Symbol Box */

.tescasehub-symbol-box .iconbox_icon {
	font-size: 34px;
	margin-right: 20px;
	top: 2px;
}


.tescasehub-symbol-box .iconbox_content {
	display: flex;
}


/* Icon List */

.avia-icon-list .av-iconlist-empty .iconlist_title {
    line-height: 1.9375rem;
    text-transform: none;
    margin-top: 0;
    top: initial;
}

#top .custom-list-style .avia-icon-list .iconlist_icon {
    font-size: 20px;
    background: transparent !important;
    margin-right: 1rem;
    line-height: 1.9375rem;
    height: 1.9375rem;
    width: 18px;
    margin-left: 0;
}

.avia-icon-list li {
    padding-bottom: 0;
    min-height: initial;
    margin-bottom: 0.3125rem;
}

#top .custom-list-style .avia-icon-list .iconlist-timeline {
    border: none !important;
}

.avia-icon-list article.article-icon-entry {
    min-height: 1.9375rem;
}

/* Masonry Galery */

.main_color .av-masonry-outerimage-container {
    background-color: #062e58;
}


/* Flipbox */

.avia-icongrid.avia-icongrid-flipbox li:not(:first-child) {
    padding-left: 1.5rem;
}

/* SMIT Product Page Logo */

.smit-product-page-logo .content {
    padding: 1.25rem 0;
}

.smit-product-page-logo .content img {
    height: 60px;
    width: auto;
}

/* SMIT Referenzen Page Headline/Logos */

#referenzen .avia-image-container-inner {
    margin-bottom: 1.5rem;
}

/* SMIT Partner Page Text unter Logos */

.page-id-15260 .av_textblock_section,
.page-id-14291 .av_textblock_section,
#partner .av_textblock_section {
    margin-top: 1.5rem;
}


/* Home Header IMG */

.content-header-home.avia-section.av-minimum-height .container .content {
    vertical-align: top;
}

body .container_wrap .avia-builder-el-no-sibling.home-header-heading {
    margin-top: 10%;
}

.content-header-home.avia-section {
    min-height: 75vh;
}

.content-header-home h2, .content-header-home .av-subheading.av-subheading_below {
    color: #000000;
}

.modern-quote.home-header-heading h2.av-special-heading-tag {
    font-family: "hind", sans-serif;
    font-size: 2.625rem;
    font-weight: bold;
    line-height: 3rem;
    margin-bottom: 15px;
}

.content-header-home .av-subheading.av-subheading_below {
    font-family: "varela-round", sans-serif;
    font-size: 1.25rem;
}

.content-header-home .av-subheading.av-subheading_below p {
    line-height: 37px;
}


/*********************
Header and Menu
*********************/

.logo {
    display: flex;
    align-items: center;
}

header:not(.header-scrolled) .logo a, header:not(.header-scrolled) .logo img {
    max-height: 3.1875rem !important;
    transition: max-height 250ms linear;
}

header.header-scrolled .logo a, header.header-scrolled .logo img {
    max-height: 1.875rem !important;
    transition: max-height 250ms linear;
}

.header_bg {
    opacity: 1;
}

.av-main-nav ul {
    margin-top: 0;
}

.avia-menu-text {
    font-size: 1rem;
    font-weight: 400;
    padding-bottom: .5rem;
    transition: padding-bottom 250ms linear;
}

.menu.av-main-nav > li > a .avia-menu-text:after {
    display: block;
    content: '';
    border-bottom: solid 2px #ec7207;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    margin-top: -2.25rem;
}

header.header-scrolled .menu.av-main-nav > li > a .avia-menu-text:after {
    margin-top: -.875rem;
}

.menu.av-main-nav > li > a .avia-menu-text:hover:after,
header.header-scrolled .menu.av-main-nav > li > a .avia-menu-text:hover:after {
    transform: scaleX(1);
}


.menu.av-main-nav > li.current-menu-item > a .avia-menu-text {
    border-bottom: 2px solid #ec7207;
}

header.header-scrolled .menu.av-main-nav > li.current-menu-item > a .avia-menu-text {
    padding-bottom: .25rem;
}

#top .main_menu .menu ul.sub-menu li a {
    background-color: #062d58;
    border-color: transparent;
    color: #cccccc;
    line-height: .8125rem;
    padding-top: .875rem;
    padding-bottom: .875rem;
}

#top .main_menu .menu ul.sub-menu li a:hover, #top .main_menu .menu ul.sub-menu li.current-menu-item a {
    background-color: #ec7207;
    color: #ffffff !important;
}

ul.sub-menu li a .avia-menu-text {
    font-size: .75rem;
}

#header_meta {
    border-bottom: 1px solid #cccccc !important;
}

#header_meta .sub_menu {
    position: initial;
    display: flex;
    align-items: center;
}

#header_meta #avia2-menu li {
    border-left: 1px solid #cccccc;
    line-height: 1.875rem;
}

#header_meta #avia2-menu li:last-child {
    border-right: 1px solid #cccccc;
    padding-right: .625rem;
}

#header_meta #avia2-menu li a {
    font-size: .75rem;
    font-weight: 400;
    padding: 0 .625rem;
    text-decoration: none;
}

#header_meta #avia2-menu li a:hover {
    text-decoration: none;
    color: #ec7207;
}

/* Sticky additional menu home */

#top .av-subnav-menu > li {
    padding: .875rem 0;
}

.home .alternate_color .av-subnav-menu a {
    color: #ffffff;
    opacity: .7;
    padding: 0;
}

.home .alternate_color .av-subnav-menu a:hover {
    opacity: 1;
}


/*********************
Footer and Socket
*********************/

#footer {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border-color: transparent;
}

#footer p {
    margin: 0;
}

.menu-footer-container, .menu-footer-englisch-container {
    margin-top: 5px;
}

#footer #block-20, #footer #block-20 figure, #footer #block-15, #footer #block-15 figure {
    margin-bottom: 0;
}

#footer #block-18, #footer #block-19 {
    margin-top: 0;
    padding-top: 9px;
}

#footer #block-20 img, #footer #block-15 img {
    height: 2.5rem;
    width: auto;
}

#footer .widget h3 {
    font-size: 1.125rem;
    /*line-height: 2.5rem;*/
    margin: 0 0 .56rem 0;
    text-transform: none;
    letter-spacing: initial;
}

#footer .menu-footer-container li a, #footer .menu-footer-englisch-container li a {
    font-size: 1.125rem;
    line-height: 1.9375rem;
    padding: 0;
}

.widget_nav_menu .current-menu-item > a {
    font-weight: normal;
}

#socket {
    font-size: .75rem;
    color: #888888;
}

#socket .container {
    display: flex;
    align-items: center;
}

#socket .copyright {
    display: block;
    line-height: 1;
}

#socket .sub_menu_socket {
    flex-grow: 2;
}

#socket .sub_menu_socket a .avia-menu-text, #socket .sub_menu_socket ul, #socket .sub_menu_socket {
    font-size: .75rem;
    line-height: 1;
    margin: 0;
}

#socket .sub_menu_socket a:hover {
    text-decoration: none;
}

#socket .sub_menu_socket ul li {
    border-left-color: #888888;
}

#socket .social_bookmarks {
    order: 2;
    font-size: 1.25rem;
}

#top #wrap_all .av-social-link-linkedin:hover a, #top #wrap_all .av-social-link-xing:hover a {
    background-color: transparent;
    color: #ec7207;
}

/*********************
Forms
*********************/

/* NOTE Contact Form 7*/

.wpcf7-list-item {
    margin: 0 0 0 0;
    line-height: initial;

}

/* NOTE Comment Form anpassungen hier, die Template ist schwer zu ändern, Übersetzungen finde ich nicht ... */
#top label,
form label,
#commentform label {
    position: relative;
    left: auto;
    margin-bottom: 5px;
    font-size: inherit;
    font-weight: normal;
}

.side-container-comment-inner,
.comment_container .minitext {
    display: none;
}

.comment-notes,
#commentform .comment-form-comment label {
    display: block;
}

#commentform .comment-form-comment label::after {
    content: " ...";
}
#commentform p:not(.comment-notes) span.required{
	margin-left: -0.3em;
	font-size: 18px;
}
#commentform input[type='checkbox'] + label {
    left: 1.5em;
}
#commentform .comment-form-cookies-consent{
	margin-top: 1em;
}
#commentform p.form-submit {
    text-align: left!important;
}
.template-blog .post_delimiter {
    margin: 0 0 0px 0;
    padding: 30px 0 0 0;
}

#commentform input[type='checkbox'] + label {
    padding-top: 0px;
}

#commentform textarea {
    margin-top: 1rem;
}

#commentform > p.comment-form-cookies-consent > label {
    position: absolute !important;
}

#wp-comment-cookies-consent,
.comment-form-cookies-consent label,
#commentform .comment-form-author,
#commentform .comment-form-email {
    display: inline-block;
}

#top .comment-form-email input,
#top .comment-form-author input {
    width: 428px;
}

#commentform p.form-submit {
    text-align: center;
    margin-top: 2rem;
}

#top input[type='text'] .mailpoet_text,
#top .main_color input[type='text'],
#top .main_color input[type='input'],
#top .main_color input[type='password'],
#top input[type='email'] .mailpoet_text,
#top .main_color input[type='email'],
#top .main_color input[type='number'],
#top .main_color input[type='url'],
#top .main_color input[type='tel'],
#top .main_color select,
#top .main_color textarea,
form textarea {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    position: relative;
    margin: 0;
    padding: 16px 8px;
    font-size: 14px;
    border-bottom: 2px solid #e0e0e0;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    border-radius: 0 !important;
}

form input:focus, form textarea:focus,
#commentform input:focus, #commentform textarea:focus {
    border-bottom: 1px solid #EC7107 !important;
    transition: border-color 0.4s cubic-bezier(0.4, 0, 1, 1) !important;
}

/* NOTE Comment Form */


#top .wpcf7-form-control-wrap.gender select {
    width: 15rem;
}


input.mailpoet_submit,
input.wpcf7-submit,
input#submit {
    background-color: #ec7207;
    color: #ffffff;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    border-radius: 200px !important;
    text-transform: uppercase;
    border-color: transparent;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    padding: 15px 40px 15px 40px !important;
    transition: padding .5s ease-in-out;
}

input.wpcf7-submit:hover,
input#submit:hover {
    background-color: #ec7207 !important;
    opacity: .87;
    color: #ffffff;
}

/* Search */

#top #searchsubmit {
    background-color: transparent;
    color: #888;
    border-bottom: none !important;

}

#top #searchsubmit:hover {
    background-color: transparent;
    color: #ec7207;
    border-bottom: none !important;

}
#top .template-search .entry-content-wrapper .post-title a:hover {
    text-decoration: none;
}

/* Mailpoet */

#mailpoet_form_1 form.mailpoet_form {
    padding: 0 !important;
}

.mailpoet_form_paragraph {
    line-height: 1.25rem;
    font-size: 0.8rem;
    color: #888;
}

.mailpoet_validate_success {
    top: 20%;
    left: 40%;
    font-size: 0.8rem;
    line-height: 1.25rem;
    padding: 10px;
}

.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    left: 50%;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 50%;
    margin-left: 20px;
    border: 1px solid #ec7207;
    color: #ec7207;
}

.parsley-required, .parsley-custom-error-message {
    color: #b94a48;
    padding: 1rem 0rem 1rem 0rem;
    font-size: 0.8rem;
}

.single-mailpoet_page .post-meta-infos,
.single-mailpoet_page .post_author_timeline,
.single-mailpoet_page .av-share-box {
    display: none;
}

.main_color input[type="submit"]:hover {
    background-color: #ec7207;
    opacity: .8;
}

/*********************
Blog
*********************/

/* Sidebar */

.template-blog main {
    margin-right: 22px;
}

.container_wrap.container_wrap_first.main_color.sidebar_right {
    border-top-width: 0;
}

#top .main_color .sidebar a, .avia-builder-widget-area a {
    color: #ec7207;
    font-family: "varela-round", "Arial", sans-serif;
    font-style: normal;
    font-size: 1.125rem;
}

#top .main_color .sidebar .mailpoet_form_paragraph a, #top .main_color .avia-builder-widget-area .mailpoet_form_paragraph a {
    font-size: .8rem;
}

#top .main_color .sidebar a:hover, #top .main_color .avia-builder-widget-area a:hover {
    color: #969696;
}

#custom_html-4, #recent-posts-3, .avia-builder-widget-area section {
    padding-bottom: 0;
}

.avia-builder-widget-area #block-2 {
    padding-top: 0;
}

.sidebar .widget ul li, .avia-builder-widget-area .widget ul li, .widget_recent_entries li a {
    padding: .25rem 0;
    line-height: 1.5rem;
    list-style-type: none;
    margin-left: 0;
    font-family: "varela-round", "Arial", sans-serif;
    font-style: normal;
    font-size: 1.125rem;
}

#top #main aside.sidebar {
    width: 20.5%;
    padding: 40px 0 0 0;
    margin-left: 24px;
}

aside.sidebar .inner_sidebar {
    margin-left: 0;
}

.content .entry-content-wrapper {
    padding-right: 60px;
}

.container .av-content-small.units {
    width: 73.5%
}

/* Blog teaser */

.slide-content .entry-content-header {
    margin-top: 1rem;
}

.avia-content-slider .slide-entry-wrap:last-child {
    margin-bottom: 0;
}


#top h3.slide-entry-title.entry-title a, #top h2.post-title.entry-title a {
    font-size: 2.625rem;
    text-transform: initial;
    letter-spacing: 0;
    color: #ec7207;
    line-height: 3rem;
    font-weight: 300;
}

#top h2.post-title.entry-title a:hover, #top .template-author .entry-content-wrapper .post-title a:hover {
    text-decoration: none;
    color: #000000;
}

.container.template-blog.template-author h4.extra-mini-title.widgettitle {
    display: none;
}

#top article.slide-entry.av_one_half h3.slide-entry-title.entry-title a {
    font-size: 2.25rem;
    line-height: 1.1;
}

#top article.slide-entry.av_one_third h3.slide-entry-title.entry-title a {
    font-size: 18px;
    line-height: 1.1;
}

#top article.slide-entry.av_one_third h3.slide-entry-title.entry-title {
    line-height: 1.1rem;
}

#top h3.slide-entry-title.entry-title a:hover {
    color: #000000;
}

.avia-content-slider .slide-image img, .avia-content-slider .slide-image {
    border-radius: 0;
}

.slide-content .slide-meta {
    font-size: 14px;
}

.slide-entry-excerpt.entry-content a {
    margin-top: 1.5rem;
}

#top article.slide-entry.av_one_third .slide-entry-excerpt.entry-content a {
    margin-top: 0;
}

/* Detail pages */

.post-entry .big-preview.multi-big {
    display: none;
}

.post-entry h1.post-title.entry-title {
    font-size: 2.625rem;
    text-transform: initial;
    letter-spacing: 0;
    color: #ec7207;
    line-height: 3rem;
    font-weight: 300;
}

.post-meta-infos {
    font-size: 11px;
    line-height: 17.6px;
    margin-bottom: 27px;
}

.av-share-box {
    margin-top: 0;
}

#top .av-share-box .av-social-link-vk a:before,
#top .av-share-box .av-social-link-xing a:before {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    background: url(/wp-content/uploads/xing-logo.png) no-repeat center center;
    background-size: contain;
}

#top .av-social-sharing-box .av-share-link a:hover {
    background-color: transparent !important;
    opacity: .87;
}

#top .av-share-box .av-social-link-linkedin a:before {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    background: url(/wp-content/uploads/linkedin-logo.png) no-repeat center center;
    background-size: contain;
}

.av-share-box ul li a {
    padding: 19px 0;
}

.template-blog .blog-meta {
    display: none;
}

.author .template-blog .blog-meta {
    display: block;
}

#blog-header .av-special-heading-tag {
    color: #fff;
    font-size: 5rem;
    letter-spacing: -2px;
    font-weight: 700;
    text-transform: none;
}

#blog-header .av-subheading p {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

#blog-header {
    padding-bottom: 0!important;
}

.archive .widget,
.single .widget,
.tag .widget,
.blog .widget,
.author .widget {
    padding-top: 0;
}


/*********************
Plugins and Features
*********************/

/* NOTE: Anpassungen für Overlay Borlabs Cookie im Plugin (BE)*/


/* Kontakt slide-in */
.contactContainer {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 10px;
    z-index: 9999;
    background: #062D58;
    line-height: 22px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin-right: -265px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.contactContainer:hover {
    margin-right: 0;
}

.contactContainer__small {
    transform: translate(0, 270%) rotate(270deg);
    position: absolute;
    left: -60px;
    width: 150px;
    height: 30px;
    background: #062D58;
    padding-top: 12px;
    padding-left: 30px;
}

.contactContainer__big {
    padding-left: 40px;
}

.contactContainer__big p {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}

.contactContainer__callUs {
    margin-top: 5px;
}

.contactContainer .avia-button-center {
    display: inline-block;
}


/* Tag cloud */
.tagcloud-neu a.tag-cloud-link {
    color: #ec7207;
}


/* WPML and language */
.language_en.avia_current_lang,
.language_de.avia_current_lang {
    display: none !important;
}

#top ul.avia_wpml_language_switch {
    padding-top: 9px !important;
}


/* author.php */

#top.author #main .sidebar {
    display: none;
}

.author .container .av-content-small.units {
    width: 100%;
}

.author .av-share-box ul li {
    padding: 0 1rem 2rem 0;
}

/* NOTE: CSS for animation home is inline */

.avia-video {
    margin-bottom: 0;
}

.home-logo img {
    height: 3.75rem;
}

.q-circle-img {
    padding-right: 1.6875rem;
}

/* Portfolio slider and static */

.portfolio-slider {
    display: none;
}

#top .portfolio-static.white-block {
    padding: 0;
}

#top .portfolio-static-wrapper {
    margin-top: 24px !important;
}


/* Leader-Team */

.sharing-leader.av-social-sharing-box {
    width: auto;
    margin-right: 1rem;
}

.sharing-leader .av-share-box-list {
    display: flex !important;
}

.sharing-leader .av-share-box-list li:not(:first-child) {
    padding-left: .5rem;
}

.sharing-leader .av-share-box-list li a {
    padding: 0;
}

/* Icon-Box */

.iconbox_top .iconbox_content {
    border-radius: 0;
}

.iconbox .iconbox_content .iconbox_content_title {
    letter-spacing: 0;
    text-transform: none;
    font-weight: 300;
    font-size: 1.875rem;
}


/*********************
Responsive
**********************/

@media screen and (min-width: 1300px) {

    #top .portfolio-static {
        display: none;
    }

    #top .portfolio-static-wrapper {
        margin-top: 0 !important;
    }

    .portfolio-slider {
        display: block;
    }
}


@media screen and (min-width: 998px) {

    /* Spacing Animation Home */

    .animation-column {
        margin-bottom: -33px!important;
    }

   
}





@media only screen and (max-width: 1200px) {

    h1, .av-special-heading-h1, .template-page .entry-content-wrapper h1 {
        font-size: 4.5rem;
    }

    .av-main-nav > li.menu-item-avia-special {
        display: block;
    }

    .av-main-nav > li {
        display: none;
    }

    .blue-block .av-special-heading-h2 h2, .grey-block .av-special-heading-h2 h2 {
        font-size: 2.25rem;
    }

    /* Header img */
    .content-header .container {
        height: 25% !important;
    }

    #top article.slide-entry.av_one_half h3.slide-entry-title.entry-title a {
        font-size: 2rem;
    }

    .modern-quote.home-header-heading h2.av-special-heading-tag {
        font-size: 2rem!important;
        line-height: 3rem;
    }

    .content-header-home .av-subheading.av-subheading_below {
        font-size: 1rem!important;
    }

    .content-header-home .av-subheading.av-subheading_below p {
        line-height: 1.75rem;
    }


    body .container_wrap .avia-builder-el-no-sibling.home-header-heading {
        margin-top: 5%;
        padding-right: 15px;
    }
}


@media only screen and (max-width: 989px) {

    h1, .av-special-heading-h1, .template-page .entry-content-wrapper h1 {
        font-size: 3.5rem;
    }

    h2, .av-special-heading-h2, .template-page .entry-content-wrapper h2 {
        font-size: 2.25rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    #avia2-menu {
        display: none;
    }

    .avia_wpml_language_switch.avia_wpml_language_switch_extra {
        display: flex;
        justify-content: flex-end;
    }

    .responsive #header_meta .sub_menu > ul > li {
        padding: 0;
    }

    .responsive #top #wrap_all #header.header-scrolled {

        position: fixed !important;
        margin-top: -31.5px !important;
    }

    .responsive #top .header-scrolled .logo {
        height: 40px !important;
        transition: max-height 250ms linear;
    }

    #sub_menu1, .sticky_placeholder {
        display: none;
    }

    #socket .container {
        flex-direction: column;
        align-items: flex-start;
    }

    #socket .container .sub_menu_socket {
        margin: 1rem 0;
    }

    #socket .container .sub_menu_socket li:first-child {
        padding-left: 0;
    }

    #socket .container .social_bookmarks {
        margin-left: -5px;
    }

    .responsive #top #wrap_all .flex_column.av-break-at-tablet.leadership-wrapper {
        margin-top: 40px;
    }

    .contactContainer {
        display: none;
    }

    .author .template-blog .blog-meta {
        float: none;
    }

    .responsive #top .container .av-content-small, #top #main aside.sidebar {
        width: 100%;
        margin-left: 0;
    }

    .blog-teaser-wrapper, .content .entry-content-wrapper {
        padding-right: 0!important;
    }

    body .container_wrap .avia-builder-el-no-sibling.home-header-heading {
        margin-top: 0;
        padding-right: 0;
    }

    .content-header-home.avia-section {
        min-height: 30vh;
    }

    .modern-quote.home-header-heading h2.av-special-heading-tag {
        font-size: 2rem!important;
        line-height: 2.25rem;
    }

    .content-header-home .av-subheading.av-subheading_below p {
        line-height: 1.25rem;
    }
}


@media only screen and (max-width: 767px) {

    h1, .av-special-heading-h1, .template-page .entry-content-wrapper h1 {
        font-size: 1.75rem;
        letter-spacing: 0;
    }

    #footer .widget {
        margin-bottom: 0;
    }

    #addons .mt-27 {
        margin-top: 0 !important;
        margin-bottom: 27px;
    }

    #offer .mt-27 {
        margin-top: 12px !important;
        margin-bottom: 27px;
    }

    .pb-24.icons-row-365 .content {
        padding-bottom: 0 !important;
    }
}


@media only screen and (max-width: 479px) {

    h1, .av-special-heading-h1, .template-page .entry-content-wrapper h1 {
        font-size: 1.75rem;
        letter-spacing: 0;
    }

    h2, .av-special-heading-h2, .template-page .entry-content-wrapper h2 {
        font-size: 2rem;
        hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphenate-limit-chars: 5;
        hyphenate-limit-lines: 2;
    }


    #top h3.slide-entry-title.entry-title a {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    #socket .container .sub_menu_socket ul {
        display: flex;
        flex-direction: column;
    }

    #socket .container .sub_menu_socket ul li {
        border: none;
        padding: .25rem 0;
    }
}