

.header-lg {
	background: #303030;
	height: 150px;
	margin: 0 0 2rem;
	padding: 2rem 0;
}

.header-lg > .container {
	height: 100%;
}

.header-lg__row {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	align-items: center;
	justify-content: space-between;
	
}

.header-lg__text {
	margin-left: auto;
}

.header-lg #logo {
	max-width: 262px;
}

.header-lg .tel {
	line-height: 1.5em;
	text-align: right;
	display: flex;
	justify-content: end;
	align-items: center
}

.header-lg .tel .header_phone_image {
    display: inline-block;
	padding-right: 10px;
}


.header-lg .tel .s11, 
.header-lg .tel .s12 {
  font-size: 14px;
  display: block;
  text-align: right;
  color: #fff;
}


.header-lg .tel .s22 {
  font-size: 21px;
  font-weight: bold;
  display: block;
  padding-top: 2px;
  text-align: right;
  line-height: 26px;
}

.header-lg .tel .s22 a {
	color: #fff;
}

.header-lg .tel .s22 .telefon {
  color: #fff;
  font-weight: normal;
  font-size: 17px;
  vertical-align: text-bottom;
}


.header-lg + div .breadcrumb {
	display: none;
}


@media screen and (max-width: 560px) {
	
	.header-lg {
		height: auto;
	}
	
	.header-lg__logo {
		margin: 0 0 1rem;
	}
	
	.header-lg__row {
		 justify-content: center;
	}
	
	.header-lg__text {
		margin-left: unset;
	}
}

