/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/

/* #### SCHRIFTEINBINDUNG #### */

/* ### Poppins ### */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'),
	   url('fonts/poppins/Poppins-Regular.woff2') format('woff2'), /* Modern Browsers */
	   url('fonts/poppins/Poppins-Regular.woff') format('woff'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: local('Poppins Italic'), local('Poppins-Italic'),
	   url('fonts/poppins/Poppins-Italic.woff2') format('woff2'), /* Modern Browsers */
	   url('fonts/poppins/Poppins-Italic.woff') format('woff'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local('Poppins Medium'), local('Poppins-Medium'),
	   url('fonts/poppins/Poppins-Medium.woff2') format('woff2'), /* Modern Browsers */
	   url('fonts/poppins/Poppins-Medium.woff') format('woff'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'),
	   url('fonts/poppins/Poppins-MediumItalic.woff2') format('woff2'), /* Modern Browsers */
	   url('fonts/poppins/Poppins-MediumItalic.woff') format('woff'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
	   url('fonts/poppins/Poppins-SemiBold.woff2') format('woff2'), /* Modern Browsers */
	   url('fonts/poppins/Poppins-SemiBold.woff') format('woff'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  src: local('Poppins SemiBoldItalic'), local('Poppins-SemiBoldItalic'),
	   url('fonts/poppins/Poppins-SemiBoldItalic.woff2') format('woff2'), /* Modern Browsers */
	   url('fonts/poppins/Poppins-SemiBoldItalic.woff') format('woff'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'),
	   url('fonts/poppins/Poppins-Bold.woff2') format('woff2'), /* Modern Browsers */
	   url('fonts/poppins/Poppins-Bold.woff') format('woff'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: local('Poppins BoldItalic'), local('Poppins-BoldItalic'),
	   url('fonts/poppins/Poppins-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
	   url('fonts/poppins/Poppins-BoldItalic.woff') format('woff'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'),
	   url('fonts/poppins/Poppins-Light.woff2') format('woff2'), /* Modern Browsers */
	   url('fonts/poppins/Poppins-Light.woff') format('woff'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  src: local('Poppins LightItalic'), local('Poppins-LightItalic'),
	   url('fonts/poppins/Poppins-LightItalic.woff2') format('woff2'), /* Modern Browsers */
	   url('fonts/poppins/Poppins-LightItalic.woff') format('woff'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: local('Poppins Thin'), local('Poppins-Thin'),
	   url('fonts/poppins/Poppins-Thin.woff2') format('woff2'), /* Modern Browsers */
	   url('fonts/poppins/Poppins-Thin.woff') format('woff'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  src: local('Poppins ThinItalic'), local('Poppins-Thin'),
	   url('fonts/poppins/Poppins-ThinItalic.woff2') format('woff2'), /* Modern Browsers */
	   url('fonts/poppins/Poppins-ThinItalic.woff') format('woff'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: local('Poppins Black'), local('Poppins-Black'),
	   url('fonts/poppins/Poppins-Black.woff2') format('woff2'), /* Modern Browsers */
	   url('fonts/poppins/Poppins-Black.woff') format('woff'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  src: local('Poppins BlackItalic'), local('Poppins-Black'),
	   url('fonts/poppins/Poppins-BlackItalic.woff2') format('woff2'), /* Modern Browsers */
	   url('fonts/poppins/Poppins-BlackItalic.woff') format('woff'); /* Safari, Android, iOS */
}

body {
	font-family: "Poppins";
}

/* Custom Styles */

.mcb-column-inner {
  --mfn-column-gap-left: 20px;
  --mfn-column-gap-right: 20px;
  margin-left: var(--mfn-column-gap-left);
  margin-right: var(--mfn-column-gap-right);
}

/* Button Pfeil Stil */
.button-default .button .button_icon i {
  color: rgba(255, 255, 255, 0.5);
}


/* Logo und Burger-Menu Spacing */
.mobile-header-mini #Top_bar a.responsive-menu-toggle {
	top: 38px!important;
}

#Top_bar #logo img.logo-mobile {
	padding-top: 7px;
}


/* Navbar und Logo Anpassungen Responsive */
@media only screen and (max-width: 1200px) {
	.logo-overflow #Top_bar #logo {
		max-width: 75%;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	#Top_bar {
		background-color: #fffff !important;
		height: 70px;
	}

	body:not(.template-slider) #Header {
    min-height: 70px;
  }
}


/* Image Frame */
.image_frame {
  border-radius: 25px;
}


/* List */
.list_tags {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: left;
  margin: 0!important;
}

.list_tags li {
  color: #000;
  list-style: square;
  padding: 0;
  position: relative;
}


@media only screen and (min-width: 768px) {
  .list_tags li.tag_big {
    font-weight: 700;
  }

  .list_tags li {
    color: #000;
    list-style: none;
    padding: 0;
    margin: -10px 0 0 0!important;
    position: relative;
  }

  .list_tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0!important;
  }

  .list_tags li:not(:last-child)::after {
    background-color: #000;
    content: '';
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    width: 1px;
	}
}

/* Vertiler Dienstleistungen */

@media only screen and (min-width: 767px) and (max-width:1240px) {
  .verteiler-leistungen .column_hover_color {
    width: 50%;
  }
}

/* Overlay Call to action */

.overlay::before {
	content:"";
	background-color: rgba(0, 0, 0, 0.75);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.overlay .section_wrapper   {
	z-index: 2;
}

/* 24/7 Service Abbinder */

.bauchbinde-section .hover_color_wrapper {
  padding: 35px;
}

.bauchbinde-section .section_wrapper {
  max-width: 100% !important;
  padding: 0 !important;
}

.bauchbinde {
  display: flex;
  flex-direction: row;
  gap: 35px;
  align-items: flex-end;
  justify-content: center;
}

.bauchbinde h3 {
  line-height: 0
}

@media only screen and (max-width: 767px) {
  .bauchbinde-section .hover_color_wrapper {
    padding: 20px 35px;
  }

  .bauchbinde {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .bauchbinde h3 {
    line-height: 30px;
    text-align: left;
  }
}

/* Highlight Section */

.highlight-right .section_wrapper {
  max-width: 1280px;
}

@media only screen and (max-width: 767px) {
  .cta-24-7  {
    width: 30% !important;
  }
}

@media only screen and (max-width: 390px) {
  .cta-24-7  {
    width: 100% !important;
  }
}

/* Footer */
.copyright a:first-child {
  margin-left: 0;
}
.copyright a {
  display: inline-block;
  margin: 0 15px;
  margin-left: 15px;
  color: #fff !important;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

footer figcaption {
  text-align: center;
}

footer .widget_media_image .wp-block-image,
footer .widget_media_image .wp-block-image a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

footer .widget_media_image .wp-block-image img {
  width: 60%;
}

/* Call To Action Position*/


@media only screen and (max-width: 767px) {
	.mcb-section.action--image {
		background-position: 27% 0% !important;
	}

  }
