/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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:		1.0.0
Text Domain:	hello-elementor-child
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
*/

.header {
    max-width: 81.57895rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #2a2a85;
    color: #fefefe;
}


.secondbutton {
    box-shadow: 7px 7px 0 0 #2a2a85;
    background-color: #f27461;
}

.second-outlined {
	background: transparent;
    border: 2px solid #f27461;
    color: #f27461;
    font-size: 17px;
}

#block-beveiliger::before {
    content: "";
    display: block;
    background: url(/content/wp-content/uploads/set-arrow.png) no-repeat;
        background-size: auto;
    background-size: contain;
    width: 8px;
    height: 12px;
    float: left;
    margin-top: 5px;
    margin-right: 1rem;
}


.gradient h1 {
    font-size: 32px;
	line-height: 38px;
    color: #fefefe;
    font-weight: 700;
}

.gradient h2 {
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

ul.category {
	max-width: 81.57895rem;
    margin-right: auto;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: 0;
    list-style: none;
}

ul.category li::before {
    content: "";
    display: block;
    background: url(/content/wp-content/uploads/set-arrow.png) no-repeat;
        background-size: auto;
    background-size: contain;
    width: 8px;
    height: 12px;
    float: left;
    margin-top: 5px;
    margin-right: 1rem;
}


#beveiliger-1 {
	display:none;
}

#beveiliger-2 {
	display:none;
}


