/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

p {
	margin: 0;
	padding-bottom: 12px;
}

ul, ol {
	padding-left: 30px;
	list-style-position: outside;
}

/* Silbentrennung */
p, ul {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-hyphens: auto;
}

/* Zitate (Options/Blockquotes */
blockquote.with_quote_icon h5 {
	padding-bottom: 10px;
}

/* auch im Firefox "bold" erzwingen (funktionierte sonst über Visual Composer nicht) */
strong {
	font-weight: bold;
}

