/*
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");

.headline{padding-top:86px;}
.abschnitt{
	padding-top: 149px !important;
    padding-bottom: 111px !important;
}

.lottie{
	width: 80px;
    height: 80px;
    text-align: center;
    margin: 0 auto;
    padding: 5% 0;
}

@media only screen and (max-width: 768px) {
	.headline{
		padding-top:46px;
		padding-bottom: 30px;
	}
	.abschnitt{
		padding-top: 20px !important;
		
	}
}