/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* FONTZ */
body {
  font-family: greycliff-cf, sans-serif;
  font-weight:400;
  background-color: var(--accent-ultra-light);	
}

h1, h2, h3, h4, h5, h6 {
  font-family: greycliff-cf, sans-serif;
  font-weight:700;
}

.hyphenate {
-webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;
    -webkit-hyphenate-limit-zone: 8%;
    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;
    -ms-hyphenate-limit-zone: 8%;
    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
}

/* IMG SIZE MAX */
img {
	max-width:100%
}

.brxe-button, .brxe-button:hover {
	transition: .4s ease;
}

.headline-link a{
	opacity: 1;
	transition: .4s ease;	
}
.headline-link a:hover {
	opacity: .6;
	transition: .4s ease;	
}


root ul li {
	list-style: none;
}

ul.voelkel-liste{
	padding-inline-start:40px;
}


#brxe-lpbgol, #brx-header.sticky.scrolling > #brxe-lpbgol {	
	background-color: #f4f4f4!important;
	}

@media only screen
and (max-width : 768px) {
	ul.voelkel-liste{
		padding-inline-start:5px;
	}
}

.voelkel-liste li {
            list-style: none;
            padding: 0 40px 20px;
            background-image: url(
"/wp-content/uploads/voelkel_icon_haken-bullets.svg");
            background-repeat: no-repeat;
            background-position: left top;
            background-size: 25px;
        }

.voelkel-liste-fragen li {
            list-style: none;
            padding: 0 30px 20px;
            background-image: url(
"/wp-content/uploads/voelkel_icon_haken-frage.svg");
            background-repeat: no-repeat;
            background-position: left top;
            background-size: 30px;
        }
}
