/*
Theme Name: Bulk PRO
Theme URI: http://themes4wp.com/product/bulk-pro/
Author: Themes4WP
Author URI: http://themes4wp.com/
Description: Bulk PRO is fast, clean and modern responsive multipurpose (Business, Landing page, E-commerce, Portfolio, Photograpy, Creative, One Page...) WordPress theme. 
Version: 1.2.3
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-menu, featured-images, theme-options, translation-ready, custom-logo, e-commerce
Text Domain: bulk-pro
*/

/* The bootstrap.css file is auto-enqueued in functions.php */

/* WordPress Core */
.gallery-caption {
    font-weight: bold;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
img.alignnone {
    max-width: 96%;
    height: auto;
    width: auto;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    margin: 0;
    padding: 10px 0 0 0;
    color: #000;
}
/* Recommended CSS from WP for defined content width support */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}
iframe,
embed {
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
.sticky,
.bypostauthor {}
table { 
    width: 100%; 
    border-collapse: collapse; 
}
th { 
    font-weight: bold; 
}
td, th { 
    padding: 6px; 
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
body, html {
    overflow-x: hidden;
}
body {
    font-family: 'Roboto Condensed', "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 0;
    color: #404040;
    font-weight: 400;
    line-height: 1.8;
    font-size: 16px;
    word-wrap: break-word;
    overflow-x: hidden;
}
a, a:active, a:hover, a:focus {
    text-decoration: none;
    color: #0090ff;
}
ul, ol {
    padding-left: 20px;
}
article a {
    border-bottom: 1px dotted #777777;
    font-weight: bold;
}
.page-header a {
    border-bottom: 0;
    color: #000;
}
a:active {
    border-bottom: none;
}
.page-area {
    padding-top: 70px;
}
.main-container {
    background-color: #fff;
    margin-top: -30px;
    z-index: 9;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    padding: 25px;
}
.homepage-row.row {
    margin: 0;
    padding: 0;
    background: #fff;
    color: black;
}
.transparent-header .page-area {
    padding-top: 0 !important;
}
.admin-bar #site-navigation.shrink {
    top: 32px;
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    .shrink .navbar-nav > li > a {
		/*
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
		*/
    }
    .navbar-nav li:hover .dropdown-menu{
        visibility:visible;
        border-top: 4px solid #ccc;
        border-radius: 0;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    #site-navigation .container{
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent;
    }
    .top-bar-section .container {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .navbar-header {
        padding-right: 60px;
    }
    .navbar-nav a:hover, .navbar-nav a:focus {
        color: #ffffff !important;
        background-color: #000 !important;
    }
    .menu-container {
        width: 70%;
        position: absolute;
        left: 0;
        height: 100vh;
        transform: translate3d(-100%, 0, 0);
        overflow-y: auto;
        overflow-x: auto;
        background-color: #fff;
        top: 100%;
    }
    .openNav .menu-container {
        transform: translate3d(0, 0, 0);
        transition: transform 500ms ease;
    }
    .openNav .page-area {
        left: 0;
        transform: translate3d(70%, 0, 0);
        transition: transform 500ms ease;
    }
    .page-area {
        left: 0;
        transform: translate3d(0, 0, 0);
        transition: transform 500ms ease;
    }
    .navbar-nav {
        padding: 0;
        margin: 0;
    }
    .navbar-nav a {
        font-size: 14px;
        padding: 12px 10px !important;
        margin: 0 !important;
        line-height: 16px !important;
        float: left !important;
        margin: 0px !important;
        width: 100%;
        text-transform: none !important;
        word-wrap: break-word;
        white-space: normal !important;
    }
    .navbar-nav li, .navbar-nav ul {
        padding: 0px !important;
        margin: 0px !important;
    }
    .open-panel {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 25px;
        right: 22px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .shrink .open-panel {
        top: 14px;
    }
    .open-panel span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .open-panel span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel span:nth-child(2) {
        top: 9px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel span:nth-child(3) {
        top: 18px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .open-panel.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -2px;
        left: 3px;
    }
    .open-panel.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .open-panel.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 21px;
        left: 3px;
    }
    .caret, .dropdown-submenu>a:after {
        display: none !important; 
    }
    .navbar-nav .dropdown-menu {
        width: 100%;
        display: block !important;
        left: 0 !important;
        position: relative !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .openNav .page-area:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #00000085;
        left: 0;
    }
    .transparent-header #site-navigation .navbar-nav > li > a {
        color: #777;
    }
    .transparent-header #site-navigation .navbar-nav.login-cart a {
        background-color: transparent;
    }
    .top-bar-section .top-bar-item {
        text-align: center !important;
    }
}
.dropdown-menu > li > a {
    border-bottom: 0;
    letter-spacing: 0 !important;
}
#site-navigation {
    min-height: 70px;
}
.navbar-collapse {
    padding-left: 30px;
    padding-right: 30px;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.navbar-toggle {
    border: 1px solid #ccc;
}
.navbar-toggle .icon-bar {
    background-color: #ccc;
}
.navbar-nav > li > a {
    border-bottom: 0;
    text-transform: uppercase;
}
article {
    clear: both;
    float: left;
    margin-bottom: 60px;
    width: 100%;
}
article.col-md-6 {
    clear: none;
}
article.col-md-6:nth-child(2n-1) {
    clear: both;
}
.updated:not(.published) {
    display: none;
}
.space-right {
    margin-right: 5px;
}
.main-content {
    float: left;
    width: 100%;
    padding-top: 20px;
}
.page-header {
    margin: 0;
    border: none;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}
.post-meta {
    color: #fff;
}
.main-content .post-meta {
    color: #000;
}
.top-header {
    position: relative;
    min-height: 450px;
    background-color: #3c3c3c;
}
.header-title {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    padding: 15px;
    color: #000;
    left: 50%;
    -webkit-transform: translate(-50%, -55%);
    -moz-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    -o-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    max-width: 1170px;
}
.archive-page-header {
    background-color: #848484;
    color: #fff;
    padding: 100px 20px 120px 20px;
}
.archive-page-header h1 {
    margin: 0;
}
.single-entry-summary {
    margin-top: 25px;
    margin-bottom: 15px;
}
.single-content.row {
    margin-bottom: 60px;
}
input{
    background-color: #fff;
    padding: 6px;
    color: #464a4c;
    border-radius: 0;
    margin-bottom: 10px;
    width: 100%;
}

textarea {
    background-color: #fff;
    padding: 15px;
    color: #464a4c;
    border-radius: 0;
    margin-bottom: 10px;
    width: 100%;
}



select {
    max-width: 100%;
    padding: 5px;
    color: #000;
}
label {
    width: 100%;
}
#sidebar {
    display: inline-block;
    max-width: 100%;
    padding-top: 15px;
}
.widget {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    margin-bottom: 20px;
}
h3.widget-title {
    margin-top: 5px;
}
h1.site-title, .site-title {
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 28px;
}
p.site-description {
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.site-branding-logo {
    float: left;
}
.site-branding-logo a {
    border: none;
    z-index: 9999;
    position: relative;
}
.site-branding-logo img {
    max-height: 70px;
    width: auto;
    padding-right: 10px;
}
.navbar-brand {
    padding: 10px 15px;
    height: auto;
    z-index: 99999;
    position: relative;
}
.navbar {
    margin-bottom: 0;
}
.main-menu {
    position: relative;
}
.navbar-fixed-top {
    position: absolute;
}
.navbar-fixed-top.shrink {
    position: fixed;
}
#site-navigation,
#site-navigation.shrink,
.transparent-header #site-navigation.shrink {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border: none;
}
.transparent-header #site-navigation.shrink .site-title a, 
.transparent-header #site-navigation.shrink .site-title a:hover, 
.transparent-header #site-navigation.shrink p.site-description, 
.transparent-header #site-navigation.shrink .navbar-nav > li > a  { 
    color: #777777; 
}
.transparent-header #site-navigation {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#site-navigation, nav a, nav img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #000;
}
.shrink .site-branding-logo img {
    /*max-height: 50px;*/
}
#site-navigation.shrink {
    /*min-height: 50px;*/
}
.shrink h1.site-title, .shrink .site-title {
    font-size: 19px;
    line-height: 23px;
}
.shrink p.site-description {
    font-size: 12px;
    line-height: 15px;
}
.shrink .navbar-brand {
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.featured-thumbnail {
    width: 100%;
    float: left;
    text-align: center;
    border: 0;
}
.featured-thumbnail img{
    border: 0;
    webkit-box-shadow: 0 10px 28px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 28px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 28px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    width: 100%;
}
.single-image {
    max-height: 450px;
    overflow: hidden;
    position: relative;
    height: 450px;
}
.single-image img {
    position: absolute;
    height: auto;
    left: 50%;
    max-width: 1000%;
    min-height: 100%;
    width: auto;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-animation: grow 50s 1s linear infinite;
    animation: grow 50s 1s linear infinite;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.single-image:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
}
nav.navigation.pagination {
    text-align: center;
    width: 100%;
    clear: both;
    margin: 20px 0;
}
nav.navigation.pagination .nav-links a, nav.navigation.pagination .current {
    padding: 10px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
}
nav.navigation.pagination .current {
    background-color: rgba(0, 0, 0, 0.64);
    color: #fff;
}
#content-footer-section {
    padding-top: 15px;
}
.homepage-row #content-footer-section,
.elementor-page .footer-credits,
.page-template-template-homepage .footer-credits {
    margin: 0;
    clear: both;
}
.footer-credits {
    border-top: 1px solid #ccc;
    padding: 15px;
    clear: both;
    margin-top: 20px;
    background-color: #fff;
}
/* Comments */
.comment-form #comment, .comment-form #submit {
    width: 100%;
}

cite.fn {
    font-weight: bold;
}
a.comment-reply-link {
    border: 1px solid #ccc;
    padding: 10px 20px;
}
.reply {
    margin: 20px 0;
}
.comment-meta.commentmetadata {
    margin: 10px 0;
    font-size: 12px;
    font-style: italic;
}
.comment-body {
    margin-bottom: 40px;
}
.commentlist li {
    list-style-type: none;
}
.error-template {
    padding-bottom: 60px;
}
.btn-default, input[type="submit"], input#submit, button, a.comment-reply-link { 
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: 1px solid #8e8e8e;
}
input#submit:hover, .btn-default:hover, input[type="submit"]:hover, button:hover, a.comment-reply-link:hover { 
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.woocommerce-product-search button[type="submit"] {
    padding: 6px;
    border-radius: 0;
    margin-bottom: 10px;
    width: 100%;
}
/* WooCommerce */
.woocommerce .woocommerce-breadcrumb {
    margin: 15px 0;
}
.woocommerce .woocommerce-ordering select {
    color: #000;
}
/* WooCommerce Buttons */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    padding: 8px 16px;
    border: 1px solid;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-radius: 0;
    background-color: transparent;
    color: #222222;
    font-weight: 300;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: transparent;
    opacity: 0.8;
    color: #222222;
}
.woocommerce ul.products li.product .button {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #000;
    white-space: normal;
}

/* WooCommerce Products */
.single-product .main-container {
    margin-top: 0px !important;
}
.woocommerce ul.products li.product h3 {
    font-size: 16px;
    color: inherit;
}
.woocommerce ul.products li.product .star-rating, .woocommerce .star-rating span {
    color: #000;
}
.woocommerce .products .star-rating {
    margin: 0 auto;
    margin-bottom: 10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin-bottom: 1.992em;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    color: #000;
}
li.product-category.product {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.woocommerce ul.products li.product a img {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.38);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.38);
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 18px;
}
.woocommerce ul.products li.product .price del, .woocommerce div.product p.price del {
    font-size: 80%;
    display: inline-block;
}
.woocommerce span.onsale {
    top: 0;
    left: 0;
    border-radius: 0; 
    background-color: #000;
}
.woocommerce ul.products li.product .onsale {
    margin: 0;
    top: 8px;
    padding: 6px 10px;
    min-height: 20px;
    line-height: 1.2;
    min-width: 30px;
}
.woocommerce div.product div.summary {
    margin-top: 1em;
}
.woocommerce div.product form.cart .variations label {
    margin-bottom: 0;
}
.woocommerce-variation-price {
    margin-bottom: 10px;
}
.woocommerce .quantity .qty {
    height: 32px;
    margin-right: 10px;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin: 20px 0;
    padding: 15px 0;
    border-top: 1px solid rgba(138, 138, 138, 0.4);
    border-bottom: 1px solid rgba(138, 138, 138, 0.4);
}
.woocommerce .product_meta {
    margin-top: 10px;
    clear: both;
}
.woocommerce .product_meta .sku_wrapper, .woocommerce .product_meta .posted_in, .woocommerce .product_meta .tagged_as {
    display: block;
    font-weight: bold;
    padding: 5px 0 2px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
    border-bottom-color: transparent;
    padding: 0 20px 0 10px;
    color: #FFFFFF;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    border: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #000;
    z-index: -1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    border: 0;
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
    background: transparent;
}
#add_payment_method #payment, .woocommerce-checkout #payment {
    background: transparent;
    background: rgba(148, 148, 148, 0.2);
}
.woocommerce a.added_to_cart {
    display: block;
    padding: 5px;
    border: 0;
}
.woocommerce .related.products {
    clear: both;
}
/* WooCommerce categories */
#flex-carousel-woo-cat-carousel ul.products {
    margin-left: 0;
    padding-left: 0;
}
.woo-categories-section ul.products li.first {
    clear: none;
}
.woo-categories-section ul.products li.product {
    margin-bottom: 0;
}
li.product-category.product {
    text-align: center;
    border: 1px solid #dbdbdb;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    padding: 5px;
    position: relative;
}
li.product-category.product h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 15px 0 10px 0;
    font-weight: bold;
}
li.product-category.product .count {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    padding-top: 40%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 100%;
    background-color: transparent;
    text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
}
li.product-category.product:hover .count {
    opacity: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 1em;
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}
.category-description {
    font-size: 22px !important;
    color: #fff;
}
/* WooCommerce my account css */
.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}
li.woocommerce-MyAccount-navigation-link {
    padding: 10px 15px;
    border-bottom: 1px solid;
}
li.woocommerce-MyAccount-navigation-link:hover {
    background-color: rgba(169, 169, 169, 0.20);
}
li.woocommerce-MyAccount-navigation-link.is-active {
    background-color: #000;
    color: #ffffff;
}
li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #ffffff;
}

.woocommerce-checkout input,
.woocommerce-checkout label {
    width: initial;
}
.woocommerce form .form-row .input-checkbox {
    position: relative;
}
#checkout label {
    width: inherit;
}
.woocommerce-cart-form input {
    width: inherit;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    margin-right: 15px;
    width: 70px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-weight: 400;
}

/* Search form */ 
.header-site-search {
    width:100%;
    display: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    min-width: 300px;
    right: 0;
    z-index: 9;
}
.header-site-search .dgwt-wcas-is-details .dgwt-wcas-content-wrapp {;
                                                                    padding-left: 40px;
}
.header-search-form {
    text-transform: initial;
    letter-spacing: 0;
}
button.dgwt-wcas-search-submit, button.dgwt-wcas-search-submit:hover {
    background: inherit;
    width: auto;
}

/* Header Cart */ 
.site-header-cart {
    position: absolute;
    top: 100px;
    padding: 5px;
    border: 1px solid #1E1E1E;
    display: none;
    opacity: 0;
    min-width: 350px;
    right: 0;
    z-index: 999;
    background-color: #fff;
    color: #000;
    box-shadow: 0 4px 30px rgba(0,0,0,0.17);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
@media (min-width: 767px) {
    .header-cart-inner:hover .site-header-cart {
        display: block;
        opacity: 1;
        top: 100%;
    }
}
.woocommerce-cart .header-cart-inner:hover .site-header-cart,
.woocommerce-checkout .header-cart-inner:hover .site-header-cart {
    display: none;
    opacity: 0;
}
@media (max-width: 767px) {
    .login-cart {
        display: none;
    }
} 
.login-cart {
    margin-right: 0;
    margin-left: 15px;
}
ul.nav.navbar-nav.navbar-right.visible-xs.login-cart li {
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
ul.nav.navbar-nav.navbar-right.visible-xs.login-cart {
    float: right;
    padding-top: 17px;
}
.shrink ul.nav.navbar-nav.navbar-right.visible-xs.login-cart {
    padding-top: 6px;
}

/* Wishlist */
.single .yith-wcwl-add-to-wishlist {
    margin-bottom: 10px;
}
.add-to-wishlist-custom {
    position: absolute;
    top: 12px;
    right: 8px;
    font-size: 15px;
    line-height: 15px;
}
.woocommerce ul.products li.product.sale .add-to-wishlist-custom {
    top: 44px;
}
.add-to-wishlist-custom a.add_to_wishlist:before {
    font-family: 'FontAwesome';
    content: '\f004';
    color: #4c4c4c;
}
.add-to-wishlist-custom a.add_to_wishlist {
    margin: 0;
    opacity: 0.2;
    font-size: 15px;
    line-height: 15px;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: 6px;
    font-weight: 700;
    border-radius: 2px;
    color: #4c4c4c;
    background-color: #ffffff;
    border: 1px solid #4c4c4c;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    width: 28px;
    height: 28px;
}
.add-to-wishlist-custom .yith-wcwl-add-to-wishlist {
    margin: 10px 0;
}
.add-to-wishlist-custom img.ajax-loading {
    top: 8px;
    right: 8px;
    visibility: hidden;
    height: 16px;
    width: 16px;
    position: absolute;
}
.header-wishlist span, .header-cart-inner span.simple-counter {
    font-size: 12px;
    padding: 0px 5px;
    border: 1px solid;
    border-radius: 50%;
    line-height: 12px;
    bottom: 2px;
    position: relative;
    margin-left: 3px;
}
.header-wishlist span, .header-cart-inner span.simple-counter {
    margin-left: -4px;
    position: relative;
    top: -8px;
}
.header-cart-inner span.simple-counter {
    margin-left: -8px;
}
.blockUI.blockMsg.blockElement h1{display: none !important;}

/* Quick view */
.woocommerce ul.products li.product a.button.yith-wcqv-button {
    position: absolute;
    top: 33px;
    right: 8px;
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 15px;
    text-indent: -9999em;
    line-height: 15px;
    width: 28px;
    height: 28px;
    transform: inherit;
    text-decoration: none;
    overflow: visible;
    padding: 6px;
    font-weight: 700;
    border-radius: 2px;
    color: #4c4c4c;
    background-color: #ffffff;
    border: 1px solid #4c4c4c;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}
.woocommerce ul.products li.product.sale a.button.yith-wcqv-button {
    top: 65px;
}
.woocommerce ul.products li.product a.button.yith-wcqv-button:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    content: '\f06e';
    margin-right: 0;
}

/* Compare */
.woocommerce ul.products li.product a.compare.button:before {
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    content: '\f074';
    margin-right: 0;
}
.woocommerce ul.products li.product a.compare.button {
    position: absolute;
    top: 64px;
    right: 8px;
    opacity: 0.2;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-indent: -9999em;
    font-size: 15px;
    text-indent: -9999em;
    line-height: 15px;
    width: 28px;
    height: 28px;
    transform: inherit;
    text-decoration: none;
    overflow: visible;
    padding: 6px;
    font-weight: 700;
    border-radius: 2px;
    color: #4c4c4c;
    background-color: #ffffff;
    border: 1px solid #4c4c4c;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}
.woocommerce ul.products li.product.sale a.compare.button {
    top: 96px;
}
.woocommerce ul.products li.product:hover .add-to-wishlist-custom a.add_to_wishlist,
.woocommerce ul.products li.product:hover a.button.yith-wcqv-button,
.woocommerce ul.products li.product:hover a.compare.button {
    opacity: 1;
}
.header-cart-inner a,
.header-wishlist a,
.header-my-account a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

/* Gallery over products */
.arhive-product-gallery {
    position: absolute;
    top: 10px;
    left: 8px;
    z-index: 9;
    max-width: 50px;
}

.arhive-product-gallery-image {
    width: 45px;
    height: 45px;
    margin-bottom: 5px;
    background-color: #fff;
}
.arhive-product-gallery-image img {
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 !important;
}

/* Archive categories */
.archive-product-categories a {
    font-weight: 300;
    font-size: 90%;
    margin-left: 3px;
    text-decoration: none;
    border: none;
}
@-webkit-keyframes grow{
    0% { -webkit-transform: translateX(-50%) translateY(-50%) scale(1)}
    50% { -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2)}
    100% { -webkit-transform: translateX(-50%) translateY(-50%) scale(1)}
}
@keyframes grow{
    0% { transform: translateX(-50%) translateY(-50%) scale(1)}
    50% { transform: translateX(-50%) translateY(-50%) scale(1.2)}
}
.custom-header {
    margin-bottom: -110px;
    overflow: hidden;
    position: relative;
}
#wp-custom-header {
    height: 1200px;
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
}
#wp-custom-header img {
    position: absolute;
    height: auto;
    left: 50%;
    max-width: 1000%;
    min-height: 100%;
    width: auto;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-animation: grow 50s 1s linear infinite;
    animation: grow 50s 1s linear infinite;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-image-text {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    padding: 15px;
    color: #000;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.header-image-text .site-title, 
.header-image-text .site-title a, 
.header-image-text .site-title a:hover {
    font-size: 80px;
    line-height: 100px;
    color: #ffffff;
    font-weight: bold;
}
.header-image-text .site-description {
    font-size: 46px;
    line-height: 52px;
    color: #ffffff;
}
#header-image-arrow {
    position: relative;
    top: 35px;
    width: 100%;
    height: 50px;
}
#header-image-arrow a span:hover {
    opacity: 0.7;
}
#header-image-arrow a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 38px;
    height: 38px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#header-image-arrow a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
#header-image-arrow a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 38px;
    height: 38px;
    box-shadow: 0 0 0 0 rgba(255,255,255,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* Top bar */
.top-bar-section {
    background: #242424;
    padding: 5px 0;
    z-index: 999;
    position: relative;
}
.social-links li {
    list-style-type: none;
    display: inline-block;
    padding: 0 5px;
}
.top-bar-section ul,
.top-bar-section p {
    margin: 0;
    padding: 0;
}
.top-bar-section .col-sm-4:nth-child(3n),
.top-bar-section .col-sm-6:nth-child(2n) {
    text-align: right;
}
.top-bar-section .col-sm-4:nth-child(2n) {
    text-align: center;
}

/* Highlight menu item */
.highlight-menu-item {
    background-color: #0090ff;
    border-radius: 20px;
    margin-top: 16px;
}
#site-navigation li.highlight-menu-item > a,
#site-navigation.shrink li.highlight-menu-item > a,
.transparent-header #site-navigation .navbar-nav li.highlight-menu-item > a {
    padding: 10px 20px;
    color: #fff;
}
.shrink .highlight-menu-item {
    margin-top: 5px;
}


















/*
 * 
 * PAXIDO FORMFIELDS
 * 
 * 
 * */

a.paxidoFormFieldDialogLink
{
	border: 0px !important;
	
}

.register_form .btn {
  padding: 15px 50px;
  text-transform: uppercase;
  font-size: 13px;
}
.register_form .btn:hover {
  padding: 15px 60px;
}
.register_form .btn.btn-success {
  box-shadow: 0 0 20px rgba(33, 33, 33, 0.15);
}

.form-group label {
  font-weight: bold;
  
}
.form-group label.inline {
  /*line-height: 50px;*/
  display: inline-block;
}
.form-group-label {
  position: relative;
  margin-top: 5px ;
}

.form-group .textinput-container {
  position: relative;
  width:100%;
}

.form-group .textarea-container {
  position: relative;
  width:100%;
}

.form-group .textarea{
  position: relative;
  width:100%;
  height:auto;
  padding:5px;
  min-height: 50px;
  resize:vertical !important;
}

.form-group input[type=text].form-control ,
.form-group input[type=text] ,
.form-group select 
{

  padding-left: 10px;
}

.form-group.has-error {
  position: relative;
}
.form-group.has-error input {
  border-color: #e0171c;
  
}
.form-group.has-error .error-message {
  /*Mertz Position:absolute in separate Klasse */
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding-left: 5px;
  padding-top: 15px;
  padding-bottom:0px;
  /*color: #e0171c;*/
  font-size: 14px;
}
.form-group.has-error-inside-input .error-message {
  position: absolute;
}
.form-group.has-error .error-message .fa {
  font-size: 20px;
}

.response-message-success {
  color: limegreen;
}
.response-message-warning {
  color: orange;
}
.response-message-error {
  color: #e0171c;
}
.elementor-widget-container .response-message-error 
{
	margin-bottom:20px !important;
}

.dataprocessor-submit-response .response-message-error 
{
	margin-bottom:2px !important;
}

.response-message-info {
  color: deepskyblue;
}

.response-message-error-as-warning { color: orange; }
.response-message-error-as-info { color: deepskyblue; }
.response-message-error-as-success { color: limegreen; }

.response-ajax-loader-small {
  padding-left: 10px;
}

/*
TODO: Umbennen in response-submit-error-box
 */
.dataprocessor-submit-response {
  display: none;
  padding: 10px;
  border-color: #e0171c;
  border-style: solid;
  margin: 5px;
}
.form-group
{
	margin-bottom:0px;
	margin-top:0px;
}

.form-group select {
    
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%; 
  background-color: #ffffff;
  height: 50px;
  padding-left: 10px;
}

.form-group select option{
	
}

.form-group select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-group select::-ms-expand {
  display: none;
}

.form-group .textinput-container {
  position: relative;
  width:100%;
}

.form-group .select-container {
  position: relative;
  width:100%;
  vertical-align: middle !important;
}

.form-group .select-container:after {
  content: "\f0dc";
  font-family: 'FontAwesome';
  font-size:2em !important;
  line-height:1.5em !important;
  color:#3FA9F5;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 1;
  text-align: center;  
  margin: auto;
  width: 10%;
  height: 100%;  
  pointer-events: none;
  box-sizing: border-box;
  display:inline;
}

.form-group textarea {
  height: auto !important;
  padding:15px;
}


/*
 * 
 * CHECKBOXEN , RADIO
 * 
 */

.radio-form {
	/*position:relative;*/
}

.radio-form input {
  opacity: 0;
  z-index: -99;
}

.radio-form:before,
.radio-form:after 
{
  content: '';
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.2s;
}

.radio-form:after {
  transform: translateY(-50%) scale(0);

}
.radio-form div {
  display: inline-block;
}

.radio-form div.first-child 
{
  display: inline-block;
  width: 0px;
}
.radio-form div.second-child
 {
  display: inline-block;
  line-height:30px !important; 
}

.radio-form span {
  display: inline-block;
}

.radio-form.checked:after 
{
  transform: translateY(-50%) scale(0.5);
}

.checkbox-form {
  position: relative;
  padding-left: 0px;
}
.checkbox-form input {
  opacity: 0;
  z-index: -99;
}
.checkbox-form.var1:before,
.checkbox-form.var1:after {
  content: '';
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}

.checkbox-form.var1:after {
  transform: translateY(-50%) scale(0);
}

.checkbox-form.var1 div {
  display: inline-block;
}

.checkbox-form div.first-child {
  display: inline-block;
  width: 0px;
  border: 0px solid red;
}
.checkbox-form div.second-child {
  display: inline-block;
  
}

.checkbox-form.var1 span {
  display: inline-block;

}

.checkbox-form.var2 span {
  display: inline-block;
}

.checkbox-form.var1.checked:before 
{

}
.checkbox-form.var1.checked:after 
{
  transform: translateY(-50%) scale(0.5);
}


.radio-form.var2.checked:after,
.checkbox-form.var2.checked:after 
{
    transform: rotate(45deg);
}

div.radio-form_container
{
 margin-left:	20px;
 border:0px solid blue;
}

.checkbox-form.var2:after {
    display: block;
    content: '';
    transform: rotate(0deg);
    transition: all .1s ease-out;
}

.checkbox-form.var2::before {
  content: '';
  background: #fff;
  background-color: rgb(255, 255, 255);
 
  display: block;
  box-sizing: border-box;
  float: left;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all .1s ease-out;
}

.elementor-widget-paxido_formfield .checkbox-form.var2.checked:after {
    color: #012169;
	/*
    border-right: 5px solid #012169 !important; 
    border-bottom: 3px solid #012169 !important; 
    */
	position: absolute;	
	top: 30px;
	left: -30px;
	width:15px;
	height:30px;
}

div.checkbox-form_container
{
/* Abstand zur linken Kante*/
margin-left:	20px !important;
border:0px solid blue;
min-width:90%;
}


@media screen and (max-width: 768px) 
{
  label.float-right {
    float: left !important;
  }
}

fieldset.gse-package
{
    margin: 0;
	margin-bottom:20px;
    padding: 0.7em;
    width: 97%;
    border: 0.1em solid #000 !important;	
}

fieldset legend
{
	color: #666666;
	padding-left:20px;
	padding-right: 20px;
	width:auto;
	border:0px;
	background: #ffffff;
	margin-bottom:0;
}

.shadow
{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.radio-form_headline
{
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom: 10px;
	width:100%;
	padding-left:20px;	
	border-bottom: 0.5px solid  #eeeeee;
	
}

.px_hidden
{
	/**/
	display:none;
	visibility:hidden;
	width:0px !important;
	height:0px !important;
	
}

.elementor-widget-paxido_formfield.elementor-widget:not(:last-child) {
    margin-bottom: 1px !important;
}

.elementor-widget-paxido_formfield .elementor-field-group:not(.px_hidden)
{
	margin-bottom: 5px !important;
}

.px_showhidden_in_backend	
{
	border: 2px solid pink !important;
	background: pink !important;	
}

.px_showhidden_in_backend :input
{
  display: none;
  visibility: hidden;	
}

.search-div {
	width:96% !important;
	border-style: groove;
	border: 15px solid lightgrey;

}
	
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
   background-color: #2196F3;
}

label.switch.disable input:checked + .slider 
{background-color: rgba(33, 150, 243, 0.5);}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch.disable {
    pointer-events: none;
    cursor: default;
}

.px-info
{
	margin-left:5px;	
	font-size:75% !important;
	line-height:75%;
}

.readonly
{
	background-color:#eeeeee;
	color:#cccccc;
}

/*
 * 
 * 
 * 
 * */
/*
div.main-menu
{
display:none;
	visibility:hidden;
}
*/
#site-navigation .navbar-nav > li.active > a, 
#site-navigation .dropdown-menu > .active > a, 
#site-navigation.shrink .navbar-nav > li.active > a {
color: black !important;
}

#site-navigation .navbar-nav > li.active > a, 
#site-navigation .dropdown-menu > .active > a {
    background-color: white !important;
}


#site-navigation .navbar-nav > li > a:hover, #site-navigation .dropdown-menu > li > a:hover {
    background-color: rgba(1,33,105,1) !important;
	color: #fff !important;
}

#site-navigation .navbar-nav > li > a, 
#site-navigation .dropdown-menu > li > a {
    color: black !important;
}

#site-navigation {
    background-color: #fff !important;
}

.site-branding-logo img {
    max-height: 70px;
    width: auto;
    padding-right: 10px;
    height: 35px;
    margin-top: 15px;
}

.pauleventsFont {
	    font-family: "Arial", Sans-serif;
    /*font-size: 20px;
    font-weight: 900;*/
}

/*
.elementor-nav-menu a {
	color: black !important;
}
*/

.elementor-widget-paxido_verificationfield
{
min-height:50px;	
}

.paxido_button  input[type="submit"]
{

    font-size: 1.5em;
    font-weight: normal;
    fill: #ffffff;
    color: #ffffff;
    background-color: rgba(1,33,105,1);
    border-radius: 0px 0px 0px 0px;
	background: linear-gradient(90deg, rgba(1,33,105,1), rgba(1,33,105,1));
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	padding-bottom:0px;
}


.paxido_button  a
{

    font-size: 1.5em;
    font-weight: normal;
    fill: #ffffff;
    color: #ffffff;
    background-color: #3599E0;    
	
	padding-left:20px;
	padding-right:20px;
	padding-top:10px !important;
	padding-bottom:10px !important;
	border-radius: 15px;	
}



.session_uhrzeit
{
	color:#000000;
	font-weight:bold;
}

.session_title
{
	color:#000000;
	font-weight:bold;
}


.session_beschreibung
{
	color:#000000;
	font-weight:normal;
}

.jet-listing-dynamic-repeater__item h3
{
	font-size:16px;
	font-weight:300;
	color:#000000;
	
}

.site-branding-logo img {
    margin: 15px !important;
}

div.sign img
{
	height:100px;
}

div.sign *
{
	border: 0px !important;
}

span.showhidebutton
{
	margin-left:10px;
}

.button_teilnehmertyp
{
background-color:#d3072a; 
}

.button_teilnehmertyp a
{
	min-width:100%;
	background-color:#d3072a; 
	
}

.belegtVon
{
	margin-left:10px;
	color:#d3072a; 
}

.belegtVon:empty {
   display: none;
}

span.belegtVon::after
{
content: ')';
}

span.belegtVon::before
{
content: '(';
}
section.agenda div.elementor-column
{

}
section.agenda div.elementor-column-wrap
{
	margin-bottom:10px;

}

.agendarund
{
  -webkit-border-radius: 32px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 32px; 
  
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 32px; 
}



.german h2::after ,
.german h3::after 
{
	background-image:url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/flags/1x1/de.svg");
}

.english h2::after ,
.english h3::after 
{
	background-image:url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/flags/1x1/gb.svg");
}

.english h3, 
.german h3
{
  width:98%;	
	text-align:right ;
	font-size:1em;
	line-height:1em;
	padding:0;
	margin:0px;
}

.english h2, 
.german h2
{
	width:95%;
	text-align:left ;
	font-size:1em;
	line-height:1em;
	padding:0;
	margin-left:0px;
}

.english h3::after 
,.german h3::after 
{
	content: "";
	color:#666666;
  display:inline-block;
  height:0.9em;
  width:1em;
	/*
  background-size: 0.5em 1.5em;
  */
	background-repeat: no-repeat;
	margin-top:0px;

  background-position: 0px 0px, center;

}

.english h2::after 
,.german h2::after 
{
	margin-left:10px;
	content: "";
	color:#666666;
  display:inline-block;
  height:0.9em;
  width:1em;
	/*
  background-size: 0.5em 1.5em;
  */
	background-repeat: no-repeat;
	margin-top:0px;

  background-position: 0px 0px, center;
}

.column_orange .elementor-column-wrap 
{
	border: 2px solid #F38A05 !important

}

.column_green .elementor-column-wrap 
{
	border: 2px solid  #61CE70 !important;	
}
.column_yellow .elementor-column-wrap 
{
	border: 2px solid  #F3CF05 !important;	
}

.elementor-widget-paxido-listing-relation-object .jet-listing-grid__item
{
    padding-top:10px;
    padding-bottom:1px;
}

.english h2 .jet-listing-dynamic-field__content,
.german h2 .jet-listing-dynamic-field__content
{
	display:inline !important;
}

.breakout_headline h2
{
	min-height:2em;
}

.disabled
{
	cursor: not-allowed;  
    cursor: -moz-not-allowed;
    cursor: -webkit-not-allowed;
}
/*
.disabled 
.option_value:after
{
  color:#D3072A;
font-weight:bold;
	content: '  [alle Plätze ausgebucht]';
}
*/

.checkbox-form.disabled  .option_value:after
{
  color:#D3072A;
  font-weight:bold;
  content: '  [alle Plätze ausgebucht]';
}

/*
@media screen and (min-width: 900px) 
{
	
 .mobile_centered
 .jet-listing-dynamic-field__content 
 {
    text-align: left !important;
    width:100%;
   
 }
}
*/

@media screen and (min-width: 300px) and (max-width: 900px)
{
	
 .mobile_centered
 .jet-listing-dynamic-field__content 
	,.mobile_centered
	.jet-listing-dynamic-image
 {
    text-align: center !important;
    width:100%;
   
 }
}

.elementor-field-textual 
{
    -webkit-border-radius: 15px !important;
    border-radius: 15px !important;
	border: 1px solid rgba(1,33,105,1) !important
}

p.flip-carousel-text
{
	margin-top:10px;
	margin-left:45%;
}

button.pxCamera
{
	-webkit-border-radius: 15px !important;
    border-radius: 15px !important;
}

.gse-row-container
{
	margin-left: 10px !important;
}