h1.h5,
h2.h5,
h3.h5,
h4.h5,
h5 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 18px;
	font-weight: bold;
}

h1.h5:before,
h2.h5:before,
h3.h5:before,
h4.h5:before,
h5:before {
	content: url('../Images/Zoller_Icon_Arrow_black.svg');
	display: inline-block;
	width: 28px;
	margin-left: -5px;
	margin-right: 5px;
	height: 28px;
	position: relative;
	bottom: -7px;
}

h1.h4,
h2.h4,
h3.h4,
h4,
h5.h4 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 18px;
}
h1.h3,
h2.h3,
h3,
h4.h3,
h5.h3 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 18px;
}
h1.h2,
h2,
h3.h2,
h4.h2,
h5.h2 {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 18px;
}
h1,
h2.h1,
h3.h1,
h4.h1,
h5.h1 {
	font-size: 48px;
	line-height: 54px;
	margin-bottom: 18px;
}

a,
a:visited {
	color: inherit;
	text-decoration: none;
}

.ce-bodytext a {
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

.bigger,
.bigger-text {
	font-size: 22px;
}

.smaller,
.smaller-text {
	font-size: 12px;
	line-height: 17px;
}

a.arrow-link {
	color: inherit;
	text-transform: none;
	text-decoration: none;
}

a.arrow-link:hover {
	text-decoration: underline;
}

.arrow-link:before,
.black .arrow-link:before,
.black50 .arrow-link:before,
.black80 .arrow-link:before {
	content: url('../Images/Zoller_Icon_Arrow_black.svg');
	display: inline-block;
	width: 12px;
	margin-right: 4px;
	height: 12px;
}
.black .arrow-link:before,
.black50 .arrow-link:before,
.black80 .arrow-link:before {
	content: url('../Images/Zoller_Icon_Arrow_white.svg');
}

.arrow-button,
.big-arrow-button,
.giant-arrow-button {
	display: inline-block;
	padding: 6px 10px 3px 10px;
	color: black !important;
	background: #F0E600;
	transition: .3s all;
	text-decoration: none;
}

.arrow-button.grey,
.big-arrow-button.grey,
.giant-arrow-button.grey {
	background: #CCC;
}

.arrow-button:hover,
.big-arrow-button:hover,
.giant-arrow-button:hover {
	text-decoration: underline;
}
.arrow-button.grey:hover,
.big-arrow-button.grey:hover,
.giant-arrow-button.grey:hover {
	text-decoration: none;
}
.big-arrow-button {
	font-size: 18px;
	padding: 10px 20px 8px 20px;
}

.giant-arrow-button {
	font-size: 24px;
	padding: 30px 30px 26px 30px;
}

.arrow-button:before,
.big-arrow-button:before,
.giant-arrow-button:before {
	content: url('../Images/Zoller_Icon_Arrow_black.svg');
	display: inline-block;
	width: 12px;
	margin-right: 7px;
	height: 12px;
}

.arrow-button.download:before,
.big-arrow-button.download:before,
.giant-arrow-button.download:before {
	content: url('../Images/Zoller_Icon_Download.svg');
	width: 24px;
	float: left;
}

.arrow-button + .arrow-button,
.arrow-button + .big-arrow-button,
.arrow-button + .giant-arrow-button,
.big-arrow-button + .arrow-button,
.big-arrow-button + .big-arrow-button,
.big-arrow-button + .giant-arrow-button,
.giant-arrow-button + .arrow-button,
.giant-arrow-button + .big-arrow-button,
.giant-arrow-button + .giant-arrow-button {
	margin-left: 30px;
}

.fax-icon:before,
.phone-icon:before,
.mobile-icon:before {
	content: "";
	background: no-repeat url(../Images/Telephon-Icon.svg);
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}
.fax-icon:before {
	background: no-repeat url(../Images/Fax-Icon.svg);
}
.mobile-icon:before {
	background: no-repeat url(../Images/Mobil-Icon.svg);
}
.phone-icon:before {
	background: no-repeat url(../Images/Telephon-Icon.svg);
}
.email-icon {
	position: relative;
	padding-left: 30px;
	color: black;
}
.email-icon:before {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../Images/Mail-Icon.svg) no-repeat;
}

hr.ce-div {
	border: none;
	border-top: 1px solid #575757;
	margin: 25px 0 25px 0;
}

@media (max-width: 600px){
	h5,.h5 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 18px;
		font-weight: bold;
	}

	h4,.h4 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 18px;
	}
	h3,.h3 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 18px;
	}
	h2,.h2{
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 18px;
	}
	h1,.h1 {
		font-size: 40px;
		line-height: 46px;
		margin-bottom: 18px;
	}
}

@media (max-width: 1118px) {
	h3.h1 {
		font-size: 24px;
		line-height: 27px;
		margin-bottom: 18px;
	}
	h3.h2 {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 18px;
	}
}