/* ——— EIGENE ÄNDERUNGEN VON Markus Schmid: 04.12.2018 ——— */


/* ÄNDERUNG **************************************************************** ÄNDERUNG */
/*  Custom size logo  

 Update the width in the below code and height from the Enfold > Header > Header size */

#top .logo ,
#top .logo a {  
  width: 588px;
 }

@media only screen and (max-width: 767px) {
#top .logo ,
#top .logo a {  
  max-width: 60% !important;
  width: 60% !important;
  height: 50px;
/* height: auto; */
 }}



/* ÄNDERUNG **************************************************************** ÄNDERUNG */
/*Add space around the logo*/

#header_main {
  /* Increase the top and bottom space */
    padding: 20px 0;
}

#top #main {
  /* If the header overlap your content adjust the padding top value */
    padding-top: 130px;
}




/* ÄNDERUNG **************************************************************** ÄNDERUNG */

/* #top #main {
    /* Distance of page content from top is equal to total header height including the top bar */
/*     padding-top: 250px!important; */
/* } */





/* ÄNDERUNG **************************************************************** ÄNDERUNG */



/* ÄNDERUNG **************************************************************** ÄNDERUNG */



/* ÄNDERUNG **************************************************************** ÄNDERUNG */



/* ÄNDERUNG **************************************************************** ÄNDERUNG */

