/* 
Theme Name: AWI Mobile Theme 
Description: Autohaus in Kempen
Author: Björn Lange
Author URI: https://impecto.de/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/


//////////////////////////
// fonts
//////////////////////////

/* barlow-300 - 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: 'Barlow';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/barlow-v13-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-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: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/barlow-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-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: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/barlow-v13-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-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: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/barlow-v13-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-900 - 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: 'Barlow';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/barlow-v13-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html,body{ 
	width:100%;
	height:100%;
}

body
{
    font-family: 'Barlow', sans-serif !important;
    overflow-x: hidden !important;
    background-repeat: repeat;
   }

p
{
  font-family: 'Barlow', sans-serif !important;
  margin-top:0px;
   }


h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow',sans-serif !important;
   
}



ul.custom-list {
    list-style: square !important;
    padding: 0px 20px !important;
    margin-bottom: 10px !important;
}

ul.custom-list li::marker {
    color: #c64152 !important;
}


/*Buttons ------*/
#buttonmat a::before {
  content: "";
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  //width: 0%;
  width: 25px;
height: 15px;
border-top-left-radius: 0px;
-webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 9999;
}

#buttonmat a:hover:before, #buttonmat a:hover:after {
  width: 100%;
  height: 100%;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#buttonmat a::after {
  content: "";
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 15px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 9999;
  border-bottom-right-radius: 0px;
}


//Oeffnungszeiten
.zeiten {
    padding: 0px 0px;
    min-height: inherit;
    margin-left: 5px;
    color:#000000;
    text-align: left;
      }
      .zeiten strong{
          color: #000000;
      }
      .zeiten p{
        margin: 1.3rem 0 1rem 0 !important;
    }
  
  .zeiten ul, .zeiten ol {
        margin: 0;
       padding: 0;
        list-style: none !important;
          }       
  
  .zeiten li {
  
    border-bottom: 0.5px solid #f0f0f0;
    padding: 0.35rem 0;
    letter-spacing: 0rem;
    list-style: none;
    font-style: normal;
    //font-size: 1rem !important;
   }
  
  .zeiten li:last-child {
    border: 0;
  }
  
  .zeiten li strong {
    display: inline-block;
    width: 20%;
    padding: 0 10px !important;
  }  


 /*MEDIA QUERIES**********************************/


/*1*/   	
@media only screen and (max-width: 767px){
	 
}

 

   

/*----------------------------------------------------------------------------------------------------------------*/
/*-----------2-------------*/
@media (min-width: 768px) and (max-width: 979px) {


}

/*----------------------------------------------------------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*-----------3-------------*/
@media (min-width: 980px) and (max-width: 1279px) {

   
   
}

/*-----------4-------------*/
@media (min-width: 1280px) and (max-width: 1600px) {
 
   
}

/*----------------------------------------------------------------------------------------------------------------*/
/*-----------5-------------*/
@media (min-width: 1601px) {


}

/*----------------------------------------------------------------------------------------------------------------*/
/*-----------6-------------*/
@media (min-width: 2400px) {
   
    }




