/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



/* All smaller screens*/
/* If the screen size is 768px wide or less, hide the element */
@media only screen and (max-width: 768px) {
    div#abstand1 {
      display: none;
    }
  }

 
  
/* Smartphone */
/* If the screen size is 600px wide or more, hide the element */
  @media only screen and (min-width: 600px) {
    div#abstandmobile1 {
      display: none;
    }
  }



/* Tablet */
/* If the screen size is 768px wide or more, hide the element */
@media only screen and (min-width: 768px) {
    div#abstandtablet1 {
      display: none;
    }
  }

/* If the screen size is 600px wide or less, hide the element */
  @media only screen and (max-width: 600px) {
    div#abstandtablet1 {
      display: none;
    }
  }

/* If the screen size is 768px wide or less, hide the element*/
@media only screen and (max-width: 768px) {
    div#abstand2 {
        display: none;
    }
}

/* If the screen size is 768px wide or less, hide the element*/
@media only screen and (max-width: 768px) {
  div#abstand3 {
      display: none;
  }
}


/* Desktop */
/* If the screen size is 1800px wide or less, hide the element*/
@media only screen and (max-width: 1800px) {
  div#abstanddesktop {
      display: none;
  }
}

