/*
Theme Name: Divi Child Theme Manato
Theme URI: https://www.manato.de
Description: Child Theme For Divi
Author: Dominik Hermann
Author URI: https://www.manato.de
Version: 1.0.0
Template: Divi
*/

/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/lato-v24-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/playfair-display-v37-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/playfair-display-v37-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/playfair-display-v37-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*
h1, h2, h3, #footer h2{
	    font-family: 'Playfair Display', sans-serif !important
}
body{
	    font-family: Lato, sans-serif !important
}
*/

.mobile_menu_bar:before {
color: #39342c;
}

footer{
	color:#9f9f9f;
}
#footer_copyright{
	font-size:.85rem;
	color:#7d7d7d;
}
#footer_copyright a{
	color:#a8a8a8
}

/* #region max-width 980px */
@media only screen and (max-width: 980px) {
  .et_fixed_nav header#main-header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  /* #region Pimp my mobile Menu Icon */
  .mobile_menu_bar::before {
    display: block;
    transition: all 0.4s ease;
  }

  .mobile_nav.opened .mobile_menu_bar::before {
    content: "M";
    transform: rotate(90deg);
  }

  /* #endregion */
  /* fullwidth mobile nav menu aka gooder menu */
  header#main-header > .container {
    position: static;
  }
	
  header#main-header > .container #mobile_menu {
    background-color: #fff;
    border-top: none;
    box-shadow: 0px 3px 3px #0000001a !important;
    padding: 30px 12% 15px;
    width: 100%;
  }/*
  header#main-header > .container #mobile_menu li {
    padding: 0 0 18px;
  }
  header#main-header > .container #mobile_menu li a {
    background: none;
    border: none;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
  }
  header#main-header > .container #mobile_menu li a:hover {
    background: transparent;
  }*/
}
/* #endregion */

.wpforms-container .wpforms-field-label, .wp-core-ui div.wpforms-container .wpforms-field-label {font-weight:normal}

/*show desktop menu on phone*/
footer .et_pb_menu__menu {
		display: flex !important;
	}
footer .et_pb_menu__menu ul li {
		width:100%;
}
footer .et_mobile_nav_menu {
		display: none !important;
	}
footer .et_pb_menu__wrap{
justify-content: left !important;	
}
/* #region min-width: 981px */
@media only screen and (min-width: 981px) {
  .cards.et_pb_row .et_pb_column {
    display: flex;
    flex-flow: column nowrap;
  }
  .cards.et_pb_row .et_pb_column .et_pb_module:last-child {
	   margin-top: 0;
    margin-left: auto;
    margin-right: auto;
	  height:100%
  }
}
/* #endregion */
.card .et_pb_image_wrap {
  overflow: hidden; 
}
.card img {
  transition: transform .8s ease;
	width:100%
}
.card:hover img {
  transform: scale(1.05);
}
.wpbs-main-wrapper .wpbs-form-container .wpbs-form-field label{
	font-weight:300 !important
}

body {
  font-size: 14px !important;
}
   
@media all and (min-width: 480px) {
 
body {
  font-size: 15px !important;
} 
} 
@media all and (min-width: 980px){
body {
  font-size: 16px !important;
}
}
/*show desktop menu on phone*/
.mnt-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,.mnt-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}
 
.mnt-hide-mobile-menu .et_mobile_nav_menu {
    display: none;
}