/*
 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
*/

/* //////////////// Cookie Consent Legal Cockpit start //////////////// */

/* Button "Alle ablehnen entfernen "*/
#c-bns button:first-child {
    display: none;
}

/* Bug fix */
#c-txt {
    height: auto !important;
    overflow-y: auto !important;
    margin-bottom: 3em !important;
}

#c-inr > div:nth-child(3) {
    min-height: 4.5em;
}

#c-inr > div:nth-child(3) div {
    flex-direction: column;
	row-gap: 10px;
    margin-right: 20px;
}

#c-inr > div:nth-child(3) div > div:nth-child(1) {
    flex-direction: row;
}

@media screen and (max-width: 768px) {
	div#c-inr {
		min-height: 28em;
	}
}

/* Bug fix */

/* //////////////// Cookie Consent Legal Cockpit end //////////////// */