@media only screen and (max-width: 576px) /*Bootstrap sm Small breakpoint*/ {
	
	.line6_1{
		min-height: 220px;
	}
	.line6_2{
		min-height: 225px;
	}
	
	#zehn-prozessschritte .um-prozessspalte{
		text-align: start!important;
		padding-right: 20px!important;
		padding-left: 60px!important;
		border-left: solid white 8px;
		padding-bottom: 30px;
		margin-left: 24px !important;
	}
	#zehn-prozessschritte .um-prozessspalte:nth-of-type(odd) h6, 
	#zehn-prozessschritte .um-prozessspalte:nth-of-type(even) h6{
	right: unset;
	left: -28px;
	top: -1px;
}
	#zehn-prozessschritte .um-prozessspalte:nth-of-type(odd) {
		box-shadow: unset;
	}
	#zehn-prozessschritte .container .row:last-of-type .um-prozessspalte{
		border-left: solid transparent 8px;
	}
	#inhaber #profilbild {
		width: 60%;
		max-height: none;
	}
	
	.container {
		width: 100%;
	}
  #adhesive {
		min-height: 100%;
		background-position: center bottom;
		padding-bottom: 40% !important;
  }
    .ueber-adhesive {
    	transform: translateY(-17.5%);
	}
	.navbar {
		padding: 0;
		height: unset;
	}
}