/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


h1, h2, h3, h4, h5{font-weight:800; color:#206FF5; line-height:1.2em;}



p{color:#32373D;}

.kLvkAw {
    color: rgb(51, 71, 91);
    text-decoration: none;
    font-weight: 500;
    font-size: 0px;
    line-height: 22px;
    -webkit-box-pack: center;
    justify-content: center;
    display: none;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #5421A9;
	font-weight:600;
}
.post-grid .pagination {

    display: none;
}
.eu-cookies-bar-cookies-bar-wrap {
    font-size: 12px !important;
    width: 100% !important;
    left: 0px !important;
    right: 0 !important;
    border-radius: 0 !important;
    margin: 0px 0px 39px 0px !important;
    margin-bottom: 100px;
}
	
	
.vierkant{
	height:25px;
	width:25px;
	background:red;
}




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {

.vierkant{
	background:pink;
}

}




/* #Desktop - Large
================================================== */
@media only screen and (min-width: 1140px) {

.vierkant{
	background:blue;
}
}


/* #Desktop - Extra Large
================================================== */
@media only screen and (min-width: 1340px) {

.vierkant{
	background:orange;
}
}


/* #Desktop - Mega Large
================================================== */
@media only screen and (min-width: 1600px) {

.vierkant{
	background:purple;
}
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px, Gutter: 30px, Unit: 32px */
@media only screen and (min-width: 768px) and (max-width: 989px) {


.vierkant{
	background:aqua;
}
}


/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

h1{font-size:25px;}
h2{font-size:20px;}
h3{font-size:20px;}
h4{font-size:18px;}
}


/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.vierkant{
	background:yellow;
}
}