/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/



function disable_author_archives() {
    if (is_author()) {
        global $wp_query;
        $wp_query->set_404();
        status_header(404);
        get_template_part(404);
        exit();
    }
}
add_action('template_redirect', 'disable_author_archives');




.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-inline-end: 20px!important;
}

.elementor-message {
  font-size: 18px;
font-weight:600;
  padding: 20px;
  color: green;
border:1px solid green;
}

.swpm-post-not-logged-in-msg {
  padding: 80px 30px;
  text-align: center;
}

#cmplz-manage-consent .cmplz-manage-consent {
  border: 1px solid #00803C!important;
}

.sub-arrow .e-font-icon-svg.e-fas-caret-down {
  color: #00803C !important;
  fill: #00803C;
}

.swpm-join-us-link {
  display: none;
}

.swpm-forgot-pass-link {
  display: none;
}

.swpm-login-form-submit.swpm-submit-btn-default-style {
  border-radius: 30px;
}


.elementor-454 .elementor-element.elementor-element-bc40831 .elementor-nav-menu--dropdown {
	min-width: 13em !important;
}

.elementor-454 .elementor-element.elementor-element-bc40831 .elementor-nav-menu--dropdown .elementor-sub-item {
  display: flex;
  flex-wrap: wrap;
}

.elementor-454 .elementor-element.elementor-element-f1562dd .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown {
  margin-top: 0px !important;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
}


h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
}

/*
.farbbox.elementor-widget-text-editor a {color:#fff !important}
*/

p {
  margin-bottom: 25px;
}

li {
  margin-left: 15px;
	margin-bottom:5px;
}

ul {
  padding-bottom: 20px;
}

.umschalter ul {
list-style: disc !important;
margin-left: 15px;
}

.elementor-widget-tabs .elementor-tab-desktop-title {
  padding: 20px 30px;
}

.elementor-widget-tabs .elementor-tab-content {
  padding: 30px;
}

.footer_a.elementor-widget-text-editor a {
	font-weight:500;
	color: #fff!important;
}

.footer_a:hover.elementor-widget-text-editor a:hover {
	color: #EBE8D9!important;
	text-decoration: none;
}


.sticky-buttons.-medium .sb-icon {
  width: 50px!important;
height: 50px!important;
  line-height: 50px!important;
  font-size: 25px!important;
}



.sticky-buttons a:hover .sb-label {
  display: none!important;
}

.sticky-buttons.-right-center.-space li {
  margin: 8px 0!important;
  box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.32);
}



.gal_flaggen img {
  max-width: 80px;
} 


  #cf-app table.cf-table-grid .cf-icon::before {
    width: 2.625rem;
    height: 4.25rem;
  }

#cf-app .btn-download {
  border: 1.5px solid #00803C;
  font-weight: 500;
  border-radius: 30px;
  color: #00803C;
  padding: 0.8rem 1.5rem;
	text-transform: uppercase;
}

#cf-app .btn-download:hover, #cf-app .btn-download:hover svg {
  border-color: #00803C;
  color: #fff;
  background: #00803C;
}

#cf-app .cf-table-grid tbody tr {
  background: #fff;
  border: 1px solid #EBE8D9;
  border-radius: 0;
}

#cf-app table.cf-table-grid .cf-column-last.has-margin-top {
  margin-top: 0;
}

#cf-app table.cf-table-grid tr:hover .cf-column-last {
    border-color:#fff;
  }

#cf-app table.cf-table-grid tbody td {
  padding: 0 20px;
}



.icon-bar-sk {
  z-index: 9999;
}

.icon-bar-sk a {
  display: block;
  text-align: center;
  padding: 14px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar-sk a {
	position:relative;
	z-index:99999 !important}

/* ! Ausblenden bestimmter Icons Beispiel:
.sk-instagram {display:none !important} */

/* ! Ausblenden der Infos: 
.icon-bar-sk div {display:none;}  */

/**** Infos mit Animation ****/
.icon-bar-sk div {
	z-index: 9 !important;
	position:absolute; 
	width:200px; 
	right: -200px; 
	height:62px; 
	margin-top:-62px;
	
	display: flex;
    align-items: center;
	justify-content: center;
	padding:10px;
	
  transition:.5s all;}

.icon-bar-sk a:hover + div,
.icon-bar-sk div:hover {right:48px}

ul.elementor-nav-menu--dropdown { position: absolute;
    padding: 0px; 
    width: 100% !important;
display:inline-block}



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

ul.elementor-nav-menu--dropdown {
  position: inherit;
}
	
}

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

	.sticky-buttons.-right-center {
		display:none;
	}
	
	#cmplz-document p {
  font-size: 14px!important;
}
	
	.elementor-widget-tabs .elementor-tab-mobile-title {
  padding: 20px 30px;
}

}

/**** Startseite: Partner ****/
.elementor-2 .elementor-element.elementor-element-7ceec8e a {
	color: white !important;
	text-decoration: none;
}





