@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	color: #444;
}
.container {
	max-width: 970px;
}
section {
	padding: 40px 0;
}
img {
	max-width: 100%;
}

/* BUTTONS + LINKS */
a {
	color: #3d74a3;
	font-weight:bold;
}
.button-wrapper {
	padding: 20px 0 25px;
}
.btn-primary {
	background: #1e5482;
	border-radius: 45px;
	border: none;
	font-size: 17px;
	font-weight: 600;
	padding: 15px 30px 0 90px;
	position: relative;
	height: 80px;
	max-width: 100%;
	overflow: hidden;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #3c7799;
}
.btn-primary:before {
	content:"\f063";
	font-family:'FontAwesome';
	font-weight: normal;
	font-size: 30px;
	line-height: 80px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 80px;
	border-radius: 45px 45px 0 45px;
	background: #dd8502;
}
@media (max-width: 767px) {
	.btn-primary {
		border-radius: 35px;
		font-size: 14px;
		padding: 7px 20px 0 60px;
		height: 50px;
	}
	.btn-primary:before {
		font-size: 20px;
		line-height: 50px;
		height: 50px;
		width: 50px;
		border-radius: 35px 35px 0 35px;
	}
}

/* PADDINGS */
.padder-40 {
	padding-top: 40px;
	padding-bottom: 0;
}

/* BACKGROUNDS */
.bg-1 {
	background: white;
}
.bg-2 {
	background: #e3edf3;
}
.bg-3 {
	background: #e3edf3;
	color: #021038;
}
.bg-4 {
	background: url('../images/bg-4.jpg') center center no-repeat;
	background-size: cover;
}
.bg-5 {
	background: #f7f6f6;
}

/* TYPE */
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: 600;
}
h2.script {
	font-family: 'Allura', cursive;
	color: #009197;
	font-weight: normal;
	font-size: 40px;
	line-height: 0.85em;
	margin: 25px 0 10px;
}
.section-title {
	text-align: center;
	padding-bottom: 55px;
}
.section-title .sub {
	font-size: 20px;
	line-height: normal;
	color: white;
	text-shadow: 1px 1px 0 black;
}
.section-title .sub a {
	color: white;
	font-weight: normal;
}
.section-title h2 {
	font-size: 40px;
	color: #009197;
}
.section-title h2.white {
	color: #fff;
	text-shadow: 1px 1px 0 black;
}
.marker {
	background: rgba(245,237,18,1.00);
	color: black;
}
.editor-content.border{

	padding-bottom: 25px;
	margin-bottom: 25px;
}
.editor-content img {
	max-width: 100%;
	height: auto;
}
.editor-content h3 {
  font-size: 22px;
  color: #009197;
  margin: 20px 0 7px;
}
.editor-content ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 25px;
}
.editor-content ul li {
  margin-top: 10px;
}
.editor-content ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #dd8502;
  font-size: 17px;
  margin-left: -25px;
  padding-right: 7px;
}
.caption {
	font-style:  italic;
	background: white;
	font-size: 14px;
	padding: 10px;
	margin-top: 5px;
	cursor: pointer;
}
b.count {
	color: #009197;
	font-size: 15px;
	display: inline-block;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 22px;
	border: solid 1px #009197;
	border-radius: 50%;
	margin-right: 5px;
}
@media (max-width: 767px) {
	h2.script {
		font-size: 32px;
		text-align: center;
	}
	.section-title h2 {
		font-size: 28px;
	}
	.section-title .sub {
		font-size: 18px;
		padding-top: 12px;
	}
}

/* STAGE */
.stage {
	height: 637px;
	width: 100%;
	background: url(../images/Header2.jpg) center center no-repeat;
	background-size: auto 100%;
	cursor: pointer;
}
@media (max-width: 767px) {
	.stage {
		height: 480px;
		width: 100%;
	}
}
@media (max-width: 559px) {
	.stage {
		background: url(../images/Header_mobile.jpg) center center no-repeat;
		background-size: 100% auto;
		height: 480px;
	}
}
@media (max-width: 479px) {
	.stage {
		height: 415px;
	}
}
@media (max-width: 379px) {
	.stage {
		height: 380px;
	}
}

/* COUNTER */
.counter {
	padding: 30px;
	position: relative;

	margin-top: -120px;
}
.text {
	float: left;
	font-family: 'Allura', cursive;
	color: #1e5482;
	font-weight: normal;
	font-size: 50px;
}
.counter_wrapper {
	width: 40%;
	float: left;
	margin: -62px 180px 0;
}
@media (max-width: 767px) {
	.counter {
		text-align: center;
		margin-top: -80px;
	}
	.text {
		float: none;
		display: block;
		text-align: center;
		font-size: 40px;
		line-height: 1em;
	}
	.counter_wrapper {
		width: 100%;
		float: none;
		margin: 0 auto 0;
	}
}
@media (max-width: 559px) {
	.counter {
		margin-top: -15px;
	}
	.counter .button-wrapper {
		margin-bottom: 0 !important;
	}
}

/* GOOGLE */
.google {
	padding: 20px;
	margin: 10px 0 25px;
}
@media (max-width: 767px) {
	.google .product {
		padding: 0 !important;
	}
}

/* EDITORIAL */
.editorial .img-wrapper img {
	max-width: 100%;
	height: auto;
}
.editorial .editorial-content {
	padding: 20px;
}

/* list */
.list {
	width: 100%;
	height: auto;
	background: url(../images/bg_list.jpg) center top no-repeat;
	background-size: cover;
}
.list-wrapper {
	background: rgba(253,253,253,0.8);
	padding: 20px;
	margin-bottom: 35px;
}
.list-wrapper h3 {
	font-size: 18px;
	position: relative;
	padding-left: 110px;
	margin-bottom: 25px;
}


.list .number {
	display: inline-block;
	height: 140px;
	width: 140px;
	position: absolute;
	left: -5px;
	top: -30px;
	border-radius: 50%;
	background: url(../images/liste_fahrtkosten.png) center center no-repeat;
	background-size: 100% 100%;
	color: white;
	font-size: 38px;
	font-weight: normal;
	line-height: 90px;
	text-align: center;
	border:1px solid #CCC;
	background-color:#FFF; 
}

.list .number2 {
	display: inline-block;
	height: 140px;
	width: 140px;
	position: absolute;
	left: -5px;
	top: -30px;
	border-radius: 50%;
	background: url(../images/liste_firmenwagen.png) center center no-repeat;
	background-size: 100% 100%;
	color: white;
	font-size: 38px;
	font-weight: normal;
	line-height: 90px;
	text-align: center;
	border:1px solid #CCC;
	background-color:#FFF; 
}


.list .number3 {
	display: inline-block;
	height: 140px;
	width: 140px;
	position: absolute;
	left: -5px;
	top: -30px;
	border-radius: 50%;
	background: url(../images/liste_rechnungspfl.png) center center no-repeat;
	background-size: 100% 100%;
	color: white;
	font-size: 38px;
	font-weight: normal;
	line-height: 90px;
	text-align: center;
	border:1px solid #CCC;
	background-color:#FFF; 
}


.list .number4 {
	display: inline-block;
	height: 140px;
	width: 140px;
	position: absolute;
	left: -5px;
	top: -30px;
	border-radius: 50%;
	background: url(../images/liste_excel_ber.png) center center no-repeat;
	background-size: 100% 100%;
	color: white;
	font-size: 38px;
	font-weight: normal;
	line-height: 90px;
	text-align: center;
	border:1px solid #CCC;
	background-color:#FFF; 
}


@media (max-width: 767px) {
	.list-wrapper {
		height: auto !important;
	}
	.list-wrapper h3 {
		padding-left: 75px;
		margin-bottom: 15px;
		font-size: 17px;
	}
	.list .number {
		height: 80px;
		width: 80px;
		top: -15px;
		font-size: 24px;
		line-height: 64px;
	}
	
		.list .number2 {
		height: 80px;
		width: 80px;
		top: -15px;
		font-size: 24px;
		line-height: 64px;
	}
		.list .number3 {
		height: 80px;
		width: 80px;
		top: -15px;
		font-size: 24px;
		line-height: 64px;
	}
		.list .number4 {
		height: 80px;
		width: 80px;
		top: -15px;
		font-size: 24px;
		line-height: 64px;
	}
	
}

/* MODAL */
.modal-content {
	border-radius: 0;
}
.modal-content img {
	max-width: 100%;
}

/* TESTI */
.testi {
	margin-bottom: 20px;
}
.testi .testi_inner {
	padding: 50px 30px 40px;
}
.testi .testi_inner p {
	position: relative;
	font-size: 14px;
}
.testi .testi_inner p:before {
	content: "\f10d";
	font-family: fontawesome;
	position: absolute;
	font-size: 30px;
	color: #dd8502;
	top: -45px;
	left: 0px;
}
.testi .testi_inner p:after {
	bottom: -40px;
	color: #dd8502;
	content: "\f10e";
	font-family: fontawesome;
	font-size: 30px;
	left: auto;
	margin: auto;
	position: absolute;
	right: auto;
	text-align: center;
}
@media (max-width: 767px) {
	.testi {
		margin-top: 20px;
	}
}

/* FEATURE LIST */
.feature-item {
	margin-bottom: 30px;
}
.feature-item .feature-title {
	font-size: 21px;
	font-weight: 600;
	display: block;
	padding-left: 58px;
	position: relative;
	line-height: 1.2;
	margin-bottom: 22px;
	min-height: 50px;
}
.feature-item .feature-title .fa {
	font-size: 47px;
	color: #e83a4c;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.feature-item .feature-title .fa.small {
	font-size: 40px;
}
.feature-item p {
	font-size: 16px;
}
/* ORDER */
#order {
	padding: 35px 0;
}
