.padding_inside.rs-columns {
	padding-bottom: 50px;
}

h1 {
 margin-bottom: 40px;
}

 
h3 {
 margin-bottom: 20px;
 }
 
p {
	margin-bottom: 20px;
}

.padding_top_0 {
	padding-top: 0 !important;
}

.padding_top_20 {
	padding-top: 20px !important;
}

.padding_bottom_20 {
	padding-bottom: 20px !important;
}

.padding_top_40 {
	padding-top: 40px !important;
}

.padding_bottom_40 {
	padding-bottom: 40px !important;
}

.padding_top_60 {
	padding-top: 60px !important;
}

.padding_bottom_60 {
	padding-bottom: 60px !important;
}

.padding_top_80 {
	padding-top: 80px !important;
}
.padding_bottom_80 {
	padding-bottom: 80px !important;
}

.padding_top_100 {
	padding-top: 100px !important;
}
.padding_bottom_100 {
	padding-bottom: 100px !important;
}

.padding_beetween_headline_content {
	padding-top: 30px;
}

#footer p {
	margin-bottom: 10px;
	}

.margin_top_10 {
	margin-top: 10px;
}

.margin_top_20 {
	position: relative;
	margin-top: 20px;
}

.margin_top_30 {
	position: relative;
	margin-top: 30px;
}

.margin_top_50 {
	margin-top: 50px;
}

.margin_bottom_20_img figure {
	margin-bottom: 20px;
	}


.margin_picture_right_float figure {
	position: relative;
	margin-left: 50px;
	margin-bottom: 50px;
}


.margin_picture_left_float figure {
	position: relative;
	margin-right: 50px;
	margin-bottom: 50px;
}

.padding_bottom_subline {
	padding-bottom: 30px;	
}