/*
 Theme Name:     Better Child
 Theme URI:      http://demo.krownthemes.com/better/
 Description:    A basic child theme for the Better theme.
 Author:         RubenBristian
 Author URI:     http://rubenbristian.com
 Template:       better
 Version:        1.0.6.5b
*/

@import url("../better/style.css");

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.hide-children-wrapper .hide-children-trigger {
    margin-left: 0;
}

/**
 * Bullets fix
 */
#content .wpb_wrapper ul {
    margin-left: 20px;
    text-indent: -20px;
}

/**
 * Hide "mehr >" button
 */
.active .hide-children-trigger {
    display: none;
}

.single-produkt #content dt {
    width: 25%;
}

.single-produkt #content dd {
    width: 73%;
}

/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/

/*.page-template-template-lizenznehmer #page-title > div {
	    border-bottom: 1px solid #e9e9e9;
	    padding: 31px 0 3px;
}*/




@media (max-width: 450px) {
    .single-produkt #content dt {
        width: 45%;
    }

    .single-produkt #content dd {
        width: 50%;
    }
}
/*.single-produkt #content .wpb_wrapper > dl {
        display: flex;
	flex-wrap: wrap;
	
}

.single-produkt #content .wpb_wrapper > dl > dd {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
}

.single-produkt #content .wpb_wrapper > dl > dd > a {
	display: flex;
	clear: both;
	flex-direction: column;
	width: 100%;
}*/
dd p{ margin-bottom :0px;}
.mb-15 h2 {
    margin-top: 45px;
}
.mb-15.heading-1 h2 {
    margin-top: 0px;
}