/*
Theme Name: Garant Child Theme 1.8 - Shop
Description: Customized Divi Child Theme including Woocommerce enhancemnets.
Author: Garant Marketing GmbH
Author URI: https://www.garant-gruppe.de
Template: Divi
*/
/*---------------------------------------------------------------------------
>>> TABLE OF CONTENTS:
-----------------------------------------------------------------------------
	1.  Overrule Divi Styles
	2.  Individuelle Klassen und Ids
	3.  Simplybookit
----------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*	1. Overrule Divi Styles
/* -------------------------------------------------------------------------- */
.container {
  padding: 0;
}

.et_mobile_menu li.dashicons.homeicon.et_first_mobile_item a {
  padding: 0 5% 20px 5%;
}

.et_mobile_menu li.dashicons.homeicon.et_first_mobile_item a:before {
  margin-left: 10px;
  content: "";
}

.et_pb_bg_layout_dark .et_pb_slide_description {
  text-shadow: none;
}

/* -------------------------------------------------------------------------- */
/*	2. Individuelle Klassen und Ids
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .premiumimagerow {
    height: 370px;
  }
}

@media screen and (min-width: 981px) {
  .premiumimagerow {
    height: 400px;
  }

  .et_pb_code_inner {
    font-size: 18px;
  }
}

@media screen and (min-width: 1280px) {
  .premiumimagerow {
    height: 500px;
  }

  .et_pb_code_inner {
    font-size: 16px;
  }
}

.garantsearchresults {
  width: 80%;
  margin: 0 auto;
}
.garantsearchresults * {
  text-align: center;
  font-weight: 300;
  font-size: 23px;
}

/* -------------------------------------------------------------------------- */
/*	3. Simplybookit
/* -------------------------------------------------------------------------- */
.simplybook-widget-button {
  z-index: 99999 !important;
}
.simplybook-widget-container.active {
  z-index: 999999 !important;
}
