/* 
Theme Name: IJken-bouw
Description: Thema voor IJkenbouw.nl
Author: Dot Circle
Author URI: https://www.dotcircle.nl
Template: hello-elementor
Version: 2.0
Text Domain: hello-elementor-child
*/

/* Algemeen */
.grecaptcha-badge { visibility: hidden; }

/* Mobiele aanpassingen */

/* Desktop: 1281px of hoger */
@media (min-width: 1281px) { }

/* Desktop en laptops: 1025px tot 1280px */
@media (min-width: 1025px) and (max-width: 1280px) { }

/* Tablet en Ipads in portret mode: 768px tot 1024px */
@media (min-width: 768px) and (max-width: 1024px) {  }

/* Tablets en Ipads in landscape mode: 768px tot 1024px */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { }

/* Lage resolutie tablets en telefoons in landscape mode: 481px to 767px */
@media (min-width: 481px) and (max-width: 767px) { }

/* De meeste telefoons: 320px to 479px */
@media (min-width: 320px) and (max-width: 480px) { }