/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 13 2025 | 09:40:45 */
/*****************************/
/* COALO */
/*****************************/

/* Importiere Fontawesome, damit auf Seiten die nicht mit Elementor umgebaut wurden, das Newsletter-Icon in der rechten sticky Lasche erscheint */

@import url("https://www.lokbest-store.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3");
@import url("https://www.lokbest-store.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css?ver=5.15.3");
@import url("https://www.lokbest-store.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3");
@import url("https://www.lokbest-store.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3");

/* Borlabs Cookies */

.brlbs-btn-save,
.brlbs-cmpnt-btn-preferences
{
	display: none !important;
}

/******************** SCHRIFTART *********************************/

h1, h2, h3, h4, h5, h6 {
    font-family: 'fjord-one'!important;
}


/* Schriftfarbe bei <strong> */

.main_color strong
{
	color: inherit;
}

/* Headerbereich */

@media (max-width: 991px)
{
	.responsive #top #header .main_menu .social_bookmarks
	{
		display: none;
	}
	
	.avia-menu.av_menu_icon_beside
	{
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
	}
}

@media (min-width: 992px) and (max-width: 1200px)
{
	.main_menu ul li a span.avia-menu-text
	{
		font-size: 14px !important;
		padding: 0 !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
	#header_main .logo svg
	{
		width: 80% !important;
	}
}

@media (min-width: 1201px) and (max-width: 1300px)
{
	.main_menu ul li a span.avia-menu-text
	{
		padding: 0 !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}
	
/* Standorte bzw. Referenzen */

/* Detailseite Referenzen */

/*

.referenzen-detailseite-headline h1,
.referenzen-detailseite-subline div,
.referenz-kachel h2,
.referenzen-uebersicht-cta-headline h2
{
	font-family: "Fjord One" !important;
	font-weight: 600;
}
 */

.referenzen-detailseite-tabelle section:nth-child(odd)
{
	background-color: #F7F7F7 !important;
}

.referenzen-detailseite-tabelle a .elementor-icon-list-text
{
	color: #82632C !important;
}

/* Copyright Bilder */

.referenz-kachel .wp-caption,
.referenz-detailansicht-beitragsbild .wp-caption
{
	border-width: 0;
}

.referenz-kachel .wp-caption img
{
	padding: 0 !important;
    border-radius: 20px 20px 0 0;
}

.referenz-kachel .wp-caption-text,
.referenz-detailansicht-beitragsbild .wp-caption-text
{
    margin-top: -30px;
	font-weight: normal;
    color: white !important;
    z-index: 999;
    position: relative;
    text-align: right;
	padding: 0;
    padding-right: 5px;
    font-style: normal;
    text-shadow: 0 0 5px #000;
    line-height: 20px;
}

.referenz-detailansicht-beitragsbild .wp-caption-text
{
	padding-right: 10px;
    margin-top: -25px;
}

.referenz-detailansicht-beitragsbild .wp-caption img
{
	padding: 0 !important;
}

/* Bilder abrunden */

.sektion-mit-abgerundeten-bildern .avia_image,
.slide-entry.flex_column.post-entry
{
	border-radius: 20px !important;
}

.sektion-mit-abgerundeten-bildern .wp-post-image
{
	border-radius: 10px !important;
}

/* Popup-Fenster */

.button-popup
{
    background-color: #594d45 !important;
    color: white !important;	

    line-height: 50px;
    padding: 0 30px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    letter-spacing: 0.5px;
    align-content: center;
    font-weight: 400;
    font-size: 18px;
}

.button-popup:hover
{
	background-color: #82622c !important;
}

/* Newsletter / WhatsApp sticky Sidepanel */

.sidepanel 
{
	right: 0;
	color: white;
	height: 400px; 
	width: 0;
	position: fixed;
	top: 50%;
	transform: translate(0%, -50%);
	background-color: #82622c; 
	overflow-x: hidden; 
	padding-top: 20px; 
	transition: 0.2s;
	font-size: 14px !important;
	font-family: "Open Sans" !important;
	border-radius: 10px 0px 0px 10px;
	z-index: 999 !important;
}

.sidepanel-inner
{
	padding: 10px;
	padding-left: 20px;
	padding-right: 10px;
}

.sidepanel a,
.sidepanel .mc4wp-form a
{
	color: rgba(255,255,255,0.7) !important;
}

.sidepanel a:hover,
.sidepanel .mc4wp-form a:hover
{
	color: white !important;
}

.sidepanel h3
{
	color: white;
	font-weight: normal;
}

/* Position and style the close button (top right corner) */

.sidepanel .closebtn {
	
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  margin-bottom: 10px;
}

/* Style the button that is used to open the sidepanel */

.openbtn 
{
	cursor: pointer;
	background-color: #82622c;
	color: white;
	padding: 0;
	border-left: 2px solid white;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-right: 0px solid white;
	font-weight: 400;
	transition: 0.5s;
	border-radius: 10px 0px 0px 10px;
	z-index: 998 !important;
	height: 50px !important;
	width: 50px;
	position: fixed;
	right: 0;
	padding-left: 15px !important;
	padding-right: 15px !important;
	display: flex;
}

.openbtn.lasche-whatsapp 
{
	top: calc(50% - 25px);
	/* transform: translate(0%, calc(50% + 50px)); */
	margin-top: -5px;
	font-family: "Font Awesome 5 Brands" !important;
}

.openbtn.lasche-newsletter 
{
	top: calc(50% + 25px);
	/* transform: translate(0%, calc(50% - 50px)); */
	margin-top: 5px;
}

.openbtn:hover 
{
	background-color: #594d45;
	width: auto;
}

.openbtn i
{
	line-height: 50px;
	font-size: 24px;
	font-weight: normal;
	margin-top: -2px;
}

.openbtn:hover i
{
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.openbtn-caption
{
	font-family: "Roboto";
    font-size: 14px;
    margin-left: 12px;
    line-height: 50px;
    position: relative;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
	padding-top: 0px;
}

/* Newsletter-Bereich - sticky Lasche */

.sidepanel .mc4wp-form input[type="email"], 
.sidepanel .mc4wp-form input[type="text"]
{
	padding: 10px 5px !important;
	margin-bottom: 10px !important;
	font-family: "Open Sans" !important;
}

.sidepanel .sidepanel-einleitungstext
{
	margin-top: 10px;
}

.sidepanel label
{
	font-size: 14px !important;
}

.sidepanel .mc4wp-form input[type="submit"]
{
	background-color: white !important;
	color: #594d45 !important;
}

.sidepanel .mc4wp-form input[type="submit"]:hover
{
	background-color: #594d45 !important;
	color: white !important;
}


/*****************************/
/* NEWSLETTER */
/****************************/

.mc4wp-form a
{
	color: #594d45 !important;
}

.mc4wp-form input[type="submit"]
{
	position: relative !important;
	border-radius: 0 !important;
	background-color: #594d45 !important;
	font-size: 16px !important;
	text-transform: none !important;
	float: right !important;
	margin-bottom: 20px !important;
}

.mc4wp-form input[type="submit"]:hover
{
	background-color: #82622c !important;
}

.mc4wp-form input[type="email"],
.mc4wp-form input[type="text"]
{
    -webkit-appearance: none;
    border: 1px solid #e1e1e1 !important;
	padding: 0 !important;
    padding: 15px 5px !important;
    outline: none !important;
    font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #777 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    margin-bottom: 20px !important;
    background: #fff !important;
    border-radius: 0px !important;
	text-indent: 5px !important;
	min-height: unset !important;
}


/*****************************/
/* Header Menü */
/****************************/

#avia-menu .menu-item.button-header .avia-menu-text
{
	background-color: #594d45;
	color: white !important;
}

#avia-menu .menu-item.button-header:hover .avia-menu-text
{
	background-color: #82632c;
}

#avia-menu .menu-item.button-header.menu-item-has-children > a .avia-menu-text:after
{
	font-family: "Font Awesome 5 Free";
	content: '\f078';
	font-weight: 900;
	padding-left: 10px;
}

/* Submenü */

#avia-menu .menu-item.button-header ul li a .avia-menu-text
{
	padding: 0 !important;
}

#avia-menu .menu-item.button-header ul li a:hover .avia-menu-text
{
	color: #7d7d7d !important;
}

#avia-menu .menu-item.button-header ul li.current-menu-item a .avia-menu-text
{
	color: #7d7d7d !important;
}

#avia-menu .menu-item.button-header ul li .avia-menu-text,
#av-burger-menu-ul .button-header ul li .avia-menu-text
{
	background-color: transparent !important;
	color: #131313 !important;
	font-size: 16px !important;
	line-height: 140% !important;
}

body 
{
  counter-reset: section;
}

.lp-header-bild
{
    margin-top: -50px !important;
}

@media only screen and (max-width: 767px)
{
	.lp-header-bild
	{
			margin-top: 0px !important;
	}
}



/*****************************/
/* FOOTER */
/****************************/

/* zusätzliches Social-Icon TikTok */

.social-icons-zusatz 
{
	margin-top: -32px;
	list-style-type: none !important;
	font-size: 16px;
}

.social-icons-zusatz a
{
	color: white;
	vertical-align: top !important;
}

.social-icons-zusatz a:hover
{
	color: white;
	text-decoration: underline !important;
}

.icon-social
{
	margin-left: 0 !important;
}

.icon-social:before
{
	height: 1.45em;
  width: 1.45em;
  line-height: 1.45em;
  font-size: inherit;
  /* margin-right: 0.25em; */
  content: "";
	
	background-size: 12px 15px;
  display: inline-block;
  background-repeat: no-repeat;
	background-position: left 2px;
	}

.icon-social.tiktok:before
{
	background-image: url('https://www.lokbest-store.com/wp-content/uploads/2024/01/logo-tiktok-weiss.svg');
}


.icon-social-header.tiktok a
{
	background: url('https://www.lokbest-store.com/wp-content/uploads/2024/01/logo-tiktok-grau.svg') no-repeat !important;
	background-size: 12px !important;
	background-position: center !important;
}

.icon-social-header.tiktok a:hover
{
	background: url('https://www.lokbest-store.com/wp-content/uploads/2024/01/logo-tiktok-weiss.svg') no-repeat !important;
		background-size: 12px !important;
	background-position: center !important;
		background-color: #ff0050 !important;
}

/* Tiktok Icon Elementor-Version */

#footer-page .avia-icon-list li:last-child .iconlist_icon
{
	display: none !important;
}

#footer-page .icon-social.tiktok:before
{
    background-position: 5px 8px;
}

/* Newsletter */

.newsletter-footer input[type="text"],
.newsletter-footer input[type="email"]
{
	font-family: 'Open Sans', Helvetica, Arial, sans-s !important;
}

.newsletter-footer a
{
	color: white !important;
}

.newsletter-footer input[type="submit"]
{
	background-color: #82622c !important;
}

.newsletter-footer input[type="submit"]:hover
{
	background-color: white !important;
	color: #594d45 !important;
}

/* Buttons */

.elementor-button i:before
{
	font-size: 24px;
}

.elementor-button-text
{
	line-height: 24px;
}

.just-banner-bottom-section {
	position: relative;
	z-index: 9;
}
.avia-caption-content p {
	color: #82632c !important;
}

div#home-slider .avia-caption-content a {
    color: #fff;
}

div#av_section_3 .content {
    padding-top: 60px;
}
.pum-theme-enterprise-blue button.pum-close.popmake-close {
    background-color: #82632c;
}
.middle-section-repeater .av-special-heading:after{display:none;}

.middle-section-repeater .avia-image-container{float:left;width:25%;}
.middle-section-repeater .flex_column .av-special-heading,.middle-section-repeater .flex_column_table .av-special-heading{float:right;width:72%;text-align:left !Important;margin-top:-50px;}

.middle-section-repeater .av_textblock_section{float:right;width:72%;text-align:left !Important;margin-top:-25px;}
.middle-section-repeater .av_textblock_section p{text-align:left !Important;}


.pum-container.pum-responsive.pum-responsive-medium {
		width: 400px
	}

 #top .mc4wp-form  input[type="email"] {
    font-size: 14px;
    color: #515158;
    font-family: Open Sans;
    min-height: 48px;
    border: 1px solid #EEE8DD;
    border-right: none;
    border-radius: 50px 0 0 50px;
    padding: 10px;
    text-indent: 10px;
    width: 72%;
    background: #fff;margin: 0px;
}

#top form{display:block;margin: 0px;position: relative;}
.mc4wp-form input[type="submit"]{
    background: #82622c;
    border: none;
    border-radius: 0 50px 50px 0;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    line-height: 1.8;
    padding: 0px 15px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    font-family: Open Sans;
    color: #ffffff;
    font-size: 11px;height:48px;margin:0px;;width:auto;margin: 0px;position: absolute;
    right: 0px;
    top: 0px;
    bottom: auto;
}

.img-content-block > p {
    display: none;
}

.mc4wp-form input[type="submit"]:hover{background:green;}

.pum-form__field {
    margin-bottom: 0px;
}

.pum-form__message--success{margin:0px;}

.avia-section.middle-section-repeater{background-position-x:100px;}

.avia-fullscreen-slider.home-banner-slider .caption_bottom .slideshow_caption{left:0px;}
.responsive #top .slideshow_caption h2{padding-right:50px;}
div#home-slider .avia-caption-content a{font-size:11px;}

.digital-form-related a.action.primary{background: #82632c;
    border: 1px solid #82632c;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding: 10px 30px;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 400;display:inline-block
    text-decoration: none;
}

@media only screen and (min-width: 220px) and (max-width: 767px){
.caption_bottom .slideshow_caption .slideshow_inner_caption {
    padding: 0 25px;
    top: 32%;
    transform: translatey(-50%);
}
	.avia-builder-el-0.avia-fullscreen-slider .avia-slideshow{height:390px !important;}


#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 0px;
}	
	.mc4wp-form input[type="submit"]{font-size:9px;}	
	
	.responsive #top #wrap_all .middle-section-repeater .flex_column{margin-bottom:0px;}
	.responsive #top .home-banner-slider .slideshow_caption .avia-caption-content	{width:80%;}

}

/***********************************/
/* SEITE: BETREIBER WERDEN */
/**********************************/

/* Wie funktioniert es */

.bereich-wie-funktioniert-es p
{
	font-family: "Roboto";
}

.bereich-wie-funktioniert-es .qodef-e-content-holder
{
	justify-content: center !important;
}

.bereich-wie-funktioniert-es .qodef-e-top-holder
{
	/* align-items: center !important; */
}

.bereich-wie-funktioniert-es .qodef-e-item:nth-child(2n)
{
	background-color: rgb(130 99 44 / 5%);
}

.bereich-wie-funktioniert-es .qodef-e-item
{
	padding: 20px !important;
}

.bereich-wie-funktioniert-es .qodef-e-point:after
{
	counter-increment: section;
  	content: counter(section);
    /* font-family: "Roboto"; */
    font-size: 18px;
    font-weight: bold;
}

/* Responsive */

@media (max-width: 991px)
{
	.trennlinie-mobile .elementor-icon i:after
	{
		text-align: center;
		position: absolute;
		color: white;
		width: 100%;
		display: block;
		font-family: "Open Sans";
		font-size: 20px;
		font-weight: 500;
		line-height: 40px;
		counter-increment: section;
  		content: counter(section);
	}
}


@media (max-width: 767px)
{
	.lokbest-erfolgsgeschichten	.elementor-testimonial__footer
	{
		padding-right: 20px !important;
	}
	
	.lokbest-erfolgsgeschichten	.elementor-testimonial__image img
	{
		width: 100px !important;
		height: 100px !important;
	}
}

/* Vier Schritte > Process Steps */

.vier-schritte .qodef-e-text
{
	font-family: "Roboto";
}

.vier-schritte .qodef-qi-process .qodef-e-icon-holder
{
	transition: all 300ms ease-out;
	transform: scale(1);
}

.vier-schritte .qodef-qi-process .qodef-e-icon-holder:hover
{
	transition: all 300ms ease-in;
	transform: scale(1.1);
}

.vier-schritte .qodef-qi-process .qodef-e-icon-holder:hover .qodef-e-icon
{
	background-color: white !important;
	color: #82632C;
}


/* Screens */

/* Umbau für mobile */

.screens-mobile .qodef-e-content
{
	padding-bottom: 0 !important;
}

.screens-mobile .qodef-e-content-inner img
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.screens-mobile.app .qodef-e-content-inner img
{
	width: 200px !important;
}

/* Screens bei Hover */

.alle-screens-app,
.alle-screens-software
{
    display: none;
	margin-bottom: 0 !important;
}

.screen-app-1,
.screen-software-1
{
    display: block;
}

.screens-zeile > div
{
	padding-bottom: 0 !important;
}

.screens-spalte > div
{
	padding-bottom: 0 !important;
}

.screens-description:hover
{
	cursor: pointer;
}

.screens-description h4
{
	font-family: "Fjord One";
	color: #82622c;
	font-size: 22px;
	position: relative;
}

.screens-description p
{
	margin-bottom: 0 !important;
}

.screens-description.links:hover::after
{
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #E2E2E2;
    position: absolute;
    top: calc(50% - 5px);
   	right: -10px;
}

.screens-description.rechts:hover::after
{
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #E2E2E2;
    position: absolute;
    top: calc(50% - 5px);
   	left: -10px;
}

/* Lightbox */

.alle-screens-software .lightbox-added,
.alle-screens-app .lightbox-added
{
	overflow: unset !important;
}

.alle-screens-software .image-overlay
{
	background: #F7F7F7;
}

.alle-screens-app .image-overlay
{
	background: #eaeaea;
}

/* 
.screens-description.links h4
{
	padding-right: 50px;
	margin-right: -50px;
}

.screens-description.rechts h4
{
	padding-left: 50px;
	margin-left: -50px;
}

.screens-description.links h4:after
{
	content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #82622c;
    top: 50%;
    position: absolute;
    right: -5px;
}

.screens-description.rechts h4:before
{
	content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #82622c;
    top: 50%;
    position: absolute;	
    left: -5px;
}
*/

/* Textbox bei Hover über Bilder */

.c-text-anpassen-hover:before
{
	/*
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #82632c;
    position: absolute;
    top: 50%;
   	left: -12px;
	*/
}

.bild-anpassen-hover img
{
	cursor: pointer;
	opacity: 0.5;
}

.bild-anpassen-hover:hover img
{
	opacity:1;
}

.text-anpassen-hover 
{
	display: none;
}

.text-anpassen-hinweis
{
	display: block;
}

.text-anpassen-hinweis.unsichtbar
{
	display: none;
}

.text-anpassen-hover.elementor-widget:not(:last-child),
.text-anpassen-hinweis.elementor-widget:not(:last-child)
{
	margin: 0 !important;
}

.text-anpassen-hover.sichtbar
{
	display: block !important;
}

/* FAQ */

.faq-bereich .elementor-tab-title
{
	border-bottom: 4px solid white;
	border-radius: 10px;
}

.faq-bereich .elementor-tab-title.elementor-active
{
	background-color: #82632C !important;
}

/* Preise */

@media (max-width: 991px)
{
	.preise-betreiber-werden .elementor-price-list .elementor-price-list-item .elementor-price-list-title
	{
		max-width: 70%;
	}
}


/***********************************/
/* CF7 Formulare */
/**********************************/

.formular-cf7
{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.formular-cf7 .spalte-links,
.formular-cf7 .spalte-rechts
{
	display: inline-flex !important;
	width: 50% !important;
}

.formular-cf7 .spalte-ganz
{
	display: inline-flex !important;
	width: 100% !important;
}

.formular-cf7 .spalte-links label
{
	margin-right: 5px;
}

.formular-cf7 .spalte-rechts label
{
	margin-left: 5px;
}

.formular-cf7 label
{
	width: 100%;
	font-family: "Open Sans";
	font-size: 16px;
	display: inline-block;
}

.formular-cf7 input[type='text'],
.formular-cf7 input[type='email'],
.formular-cf7 textarea
{
	padding: 15px 10px !important;
}

.formular-cf7 textarea
{
	height: 150px;
}

#kontakt.contact-text-darker .wpcf7-submit,
.wpcf7 form .wpcf7-submit
{
    font-family: "Open Sans";
    font-size: 16px;
    width: 100%;
    padding: 20px 10px;
    margin-top: 10px;
	color: white !important;
	border: 1px solid #82632C !important;
}

#kontakt.contact-text-darker .wpcf7-submit:hover,
.wpcf7 form .wpcf7-submit:hover
{
	border: 1px solid #82632C !important;
	background-color: #ffffff !important;
	color: #82632C !important;
}

.formular-cf7 .datenschutzhinweis .wpcf7-list-item
{
	margin-left: 0;
}

.formular-cf7 .datenschutzhinweis .wpcf7-list-item-label
{
	font-size: 16px !important;
}

.anfrage-formular-auf-dunkel .wpcf7-submit
{
    width: 100%;
    border: 2px solid white !important;
    margin-top: 20px;
    padding: 20px 10px;
	font-family: "Open Sans";
	font-size: 16px;
}

.anfrageformular-laendervorwahl
{
	width: 20% !important;
	margin-right: 2% !important;
	float: left !important;
	height: 50px !important;
	position: relative !important;
	z-index: 9 !important;
	display: block !important;
}

.anfrageformular-telefon
{
	width: 78% !important;
}

.wpcf7-form-control-wrap
{
	display: block !important;
}

/* Meldungen */

.wpcf7 form .wpcf7-not-valid-tip,
#kontakt.contact-text-darker .wpcf7 form .wpcf7-not-valid-tip
{
    color: #dc3232 !important;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-top: -15px;
    margin-bottom: 15px;
}

.wpcf7 form .wpcf7-response-output,
#kontakt.contact-text-darker .wpcf7 form .wpcf7-response-output
{
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 2em !important;	
}

.wpcf7 form.invalid .wpcf7-response-output,
#kontakt.contact-text-darker .wpcf7 form.invalid .wpcf7-response-output
{
	border-color: #ffb900 !important;
}

.wpcf7 form.sent .wpcf7-response-output,
#kontakt.contact-text-darker .wpcf7 form.sent .wpcf7-response-output
{
	border-color: #46b450 !important;
}

/* responsive Anpasssungen CF7  */

@media (max-width: 767px) 
{
	.formular-cf7 .spalte-links,
	.formular-cf7 .spalte-rechts
	{
		width: 100% !important;
	}
	.formular-cf7 .spalte-links label
	{
		margin-right: 0px;
	}

	.formular-cf7 .spalte-rechts label
	{
		margin-left: 0px;
	}
	
	.anfrageformular-laendervorwahl
	{
		width: 100% !important;
		margin-right: 0% !important;
		clear: both !important;
	}

	.anfrageformular-telefon
	{
		width: 100% !important;
	}
}