/*********************  Default-CSS  *********************/
html body {
	font-family: Arial, sans-serif;
	margin: 0;
	line-height: 1.3;
	color: #414042;
	font-size: 14px;
}

.anim {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.intro-ausbildung {
	padding-bottom: 20px;
}

.btn-job {
	padding-top: 15px !important;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

a,
span,
a:hover,
a:active,
button {
	text-decoration: none;
}

*::after,
*::before,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

a:focus,
button:focus,
input:focus,
select:focus {
	outline: none;
}

a:hover {
	color: #000;
}

body .clearfix,
body .clear {
	clear: both;
	line-height: 100%;
}

body .clearfix {
	height: auto;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

* {
	outline: none !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: Arial, sans-serif;
	margin: 0;
}

p {
	margin: 0;
}

img {
	max-width: 100%;
}

.cm_overflow {
	overflow: hidden;
}

/*********************  Default-CSS close  *********************/

/*********************  header CSS Start  *********************/
.tel_headder {
	padding: 15px 0px;
	background-color: #b4d4f0;
	position: relative;
}

.tel_headder.active {
	z-index: 2;
}

.tel_headder:after {
	content: ' ';
	width: 35%;
	height: 100%;
	background-color: #bb3b37;
	position: absolute;
	left: 0px;
	top: 0px;
}

.tel_headder ul {
	display: flex;
	position: relative;
	z-index: 1;
}

.tel_headder ul li {
	display: flex;
	align-items: center;
}

.tel_headder ul li a {
	display: flex;
	align-items: center;
}

.tel_headder ul li a span {
	font-size: 15px;
	color: #fff;
	display: inline-block;
	margin-left: 7px;
	font-weight: bold;
	line-height: 1;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.tel_headder ul li a i {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.tel_headder ul li:first-child a i {
	margin-top: 2px;
}

.tel_headder ul li:last-child a i {
	font-size: 15px;
}

.tel_headder ul li a:hover span,
.tel_headder ul li a:hover i {
	color: #b4d4f0;
}

.tel_headder ul li + li {
	margin-left: 20px;
}

.main-header {
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0px;
}

.menu-main > img {
	margin-left: 24px;
}

.menu-main > a {
	position: relative;
}

.menu,
.menu_inner {
	display: flex;
	align-items: center;
	align-content: center;
}

.header_iteams {
	padding: 37px 0;
	-webkit-box-shadow: 0px 3px 12px #00000017;
	box-shadow: 0px 3px 12px #00000017;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: absolute;
	top: 50px;
	width: 100%;
	background-color: #fff;
}

.header-wrapper header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

nav {
	display: inline-block;
}

.menu img {
	margin-right: 10px;
}

.menu li {
	margin-right: 30px;
	font-size: 16px;
	display: flex;
	position: relative;
}

.menu li a {
	color: #171b1e;
	font-family: Arial, sans-serif;
	text-decoration: none;
}

.menu li:last-child {
	margin-right: 0px;
}

.menu li a.btn.btn-secondary span {
	color: #fff;
	background: #bb3b37;
	padding: 10px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.menu li a.btn.btn-secondary:hover span {
	color: #ffffff;
	text-decoration: none;
}

#toggle {
	width: 28px;
	height: 30px;
	display: none;
	position: relative;
	right: 0px;
	cursor: pointer;
	z-index: 2;
}

#toggle div {
	width: 100%;
	height: 3px;
	background: #bb3b37;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	backface-visibility: hidden;
}

#toggle.on .one {
	transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
	opacity: 0;
}

#toggle.on .three {
	transform: rotate(-45deg) translate(6px, -7px);
}

#menu {
	color: white;
	width: 100%;
	height: 100vh;
	background-color: white;
	padding: 10px;
	border-radius: 3px;
	text-align: center;
	margin: auto;
	position: fixed;
	right: 100%;
	top: 0px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

#menu.show {
	right: 0;
}

.or_menu_img {
	position: absolute;
	opacity: 0;
	left: 0px;
	top: 1px;
}

.menu_inner li a span {
	font-family: Arial, sans-serif;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	color: #303538;
}

.menu_inner li.active a span {
	color: #bb3b37;
}

.menu_inner li a span:after,
.menu_inner li.active a span:after {
	content: ' ';
	width: 50%;
	height: 3px;
	background-color: #bb3b37;
	position: absolute;
	left: 0px;
	bottom: -2px;
	right: 0px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}

.menu_inner li a span:after {
	left: auto;
	width: 0%;
}

.menu_inner li a:hover span::after {
	width: 100%;
	right: auto;
	left: 0;
}

.menu_inner li.active a span::after {
	right: unset;
	width: 50%;
}

.menu_inner li:hover a span {
	color: #bb3b37;
}

.mobile_inner_menu a:hover {
	color: #f66245;
}

.mobile_inner_menu a:hover .menu_img {
	opacity: 0;
}

.mobile_inner_menu a:hover .or_menu_img {
	opacity: 1;
}

.mobile_inner_menu a {
	position: relative;
}

.header_search_and_btn {
	display: flex;
	align-items: center;
}

.search_box {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #bb3b37;
	margin-right: 30px;
}

.search_box i {
	font-size: 26px;
	color: #fff;
	margin-top: -2px;
}

.search_box:hover {
	background-color: #b4d4f0;
}

.common_btn {
	min-width: 245px;
	padding: 9px 15px;
	background-color: #b4d4f0;
	display: flex;
	align-items: center;
}

.common_btn span {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
}

.common_btn i {
	font-size: 20px;
	color: #000;
	margin-left: 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.common_btn:hover {
	background-color: #bb3b37;
}

.common_btn:hover span,
.common_btn:hover i {
	color: #fff;
}

.mobile_block {
	display: none;
}

.header_iteams.header_fixed {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 5;
}

.menu-main,
.header_search_and_btn {
	position: relative;
}

/*********************  header CSS End  *********************/

/*********************  Footer Section CSS Start  *********************/
.footer-wrapper {
	padding: 110px 0 30px;
	background-color: #303538;
}

.footer_inner_wrapper {
	display: flex;
}

.footer_title {
	font-size: 20px;
	color: #b4d4f0;
	font-weight: 600;
	margin-bottom: 40px;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
}

.footer_title:after {
	content: ' ';
	width: 50px;
	height: 6px;
	background-color: #bb3b37;
	position: absolute;
	left: 0px;
	bottom: -18px;
}

.footer_cotain {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}

.uner_uns_section .footer_cotain {
	max-width: 370px;
	line-height: 2;
}

.uner_uns_section {
	padding-right: 57px;
	min-width: 33.5%;
}

.produktsortiment_section {
	min-width: 30.5%;
}

.links_section {
	min-width: 14%;
}

.kontact_info_section {
	min-width: 25%;
}

.links_section ul li a {
	font-size: 18px;
	color: #fff;
}

.links_section ul li + li {
	margin-top: 12px;
}

.produktsortiment_section ul li + li {
	margin-top: 10px;
}

.produktsortiment_section ul li h5 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 1.8;
}

.produktsortiment_section .footer_cotain {
	line-height: 2;
}

.kontact_info_section ul li i {
	color: #b4d4f0;
	font-size: 16px;
}

.kontact_info_section ul li {
	display: flex;
}

.kontact_info_section ul li i {
	margin-right: 10px;
}

.kontact_info_section ul li:first-child i {
	margin-top: 10px;
}

.kontact_info_section ul li .footer_cotain {
	max-width: 200px;
	line-height: 2;
}

.kontact_info_section ul li:nth-child(1),
.kontact_info_section ul li:nth-child(2) {
	margin-bottom: 47px;
}

.kontact_info_section ul li:nth-child(2) i {
	margin-top: 5px;
}

.kontact_info_section ul li:nth-child(3) {
	margin-bottom: 16px;
}

.kontact_info_section ul li a {
	font-size: 18px;
	color: #fff;
}

.footer_copy_right {
	padding-top: 60px;
}

.footer_copy_right {
	display: flex;
	justify-content: space-between;
}

.footer_link a {
	color: #fff;
	font-size: 18px;
}

.footer_link a + a {
	margin-left: 15px;
}

.links_section a:hover,
.footer_link a:hover {
	color: #bb3b37;
}

.kontact_info_section a:hover {
	color: #bb3b37;
}

.produktsortiment_section,
.links_section {
	padding-right: 30px;
}

/*********************  Footer Section CSS End  *********************/

/*********************  Main-Banner Section CSS Start  *********************/
.main-contain {
	padding-top: 145px;
}

.main_banner_section {
	background-image: url(../image/home/main_banner.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 150px 0 0;
	background-position: center;
	position: relative;
	z-index: 0;
}

.main_banner_section:after {
	content: ' ';
	width: 80%;
	height: 100%;
	background: transparent
		linear-gradient(90deg, #ffffffe3 0%, #ffffffe6 63%, #ffffff00 100%) 0% 0%
		no-repeat padding-box;
	position: absolute;
	left: 11.1%;
	bottom: 0px;
	z-index: -1;
}

.main_title {
	font-size: 60px;
	color: #303538;
	font-weight: bold;
}

.inner_banner_section p {
	font-size: 40px;
	color: #000;
	font-weight: bold;
	max-width: 640px;
	position: relative;
}

.inner_banner_section > p:after {
	content: ' ';
	width: 71px;
	height: 8px;
	background-color: #bb3b37;
	position: absolute;
	left: 0px;
	bottom: -15px;
}

.inner_banner_section .main_title {
	max-width: 429px;
}

.banner_btn {
	padding-top: 145px;
	display: flex;
}

.banner_btn .common_btn {
	min-width: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13.5px 15px;
}

.banner_down_box {
	margin-top: 230px;
}

.banner_down_box ul {
	display: flex;
}

.banner_down_box ul li {
	min-width: 33.33%;
}

.banner_down_box ul li a {
	width: 100%;
	background-color: #fff;
	padding: 29px 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.banner_down_box ul li a p {
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	max-width: 220px;
}

.banner_down_box ul li a i {
	font-size: 24px;
	font-weight: 400;
}

.banner_down_box ul li a .truck_icon {
	margin-right: 30px;
}

.banner_down_box a .cube_icon img {
	height: 62px;
}

.right_arrow {
	margin-left: 20px;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.banner_down_box ul li a:hover .right_arrow {
	opacity: 1;
}

.banner_down_box ul li a:hover {
	background-color: #b4d4f0;
}

.banner_down_box ul li:last-child a p {
	max-width: 190px;
}

/*********************  Main-Banner Section CSS End  *********************/

/*********************  Seit 1975 Section CSS Start  *********************/
.common_sub_title {
	font-size: 20px;
	color: #bb3b37;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 12px;
}

.common_title {
	font-size: 48px;
	font-weight: bold;
	color: #303538;
}

.seit_dec_sec {
	padding-top: 30px;
}

.seit_dec {
	line-height: 2;
	max-width: 570px;
	font-size: 18px;
	color: #6a6a6a;
}

.market_dec {
	padding-top: 40px;
}

.market_dec h5 {
	line-height: 2;
	font-weight: bold;
	font-size: 1.2rem;
}

.seit_truck_section {
	padding: 100px 0 55px;
}

.seit_dec_mar {
	margin-top: 35px;
}

.jahre_details {
	display: flex;
	align-items: center;
	min-width: 50%;
}

.jahre_icon {
	width: 85px;
	height: 85px;
	background-color: #b4d4f0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.sei_right_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
	padding-bottom: 27px;
}

.sei_right_list li {
	min-width: 50%;
	display: flex;
	align-items: center;
}

.sei_right_list li:nth-child(n + 3) {
	margin-top: 15px;
}

.sei_right_list li p {
	margin-left: 15px;
	font-size: 18px;
	color: #6a6a6a;
}

.jahre_icon_contain h5 {
	font-size: 24px;
	font-weight: bold;
	color: #303538;
}

.jahre_icon_contain p {
	font-size: 16px;
}

.jahre_img_and_list {
	display: flex;
	width: 100%;
	position: relative;
	padding-top: 24px;
	border-top: 1px solid #b4b4b4;
}

/*********************  Seit 1975 Section CSS End  *********************/

/*********************  Company Ads Section CSS Start  *********************/
.company_ads_section {
	padding-top: 70px;
	padding-bottom: 30px;
	background-color: #f8f8fa;
}

.company_ads_inner_section .owl-carousel {
	z-index: 0;
}

.company_ads_inner_section .owl-carousel .owl-item img {
	width: unset;
}

.company_ads_inner_section .owl-stage .owl-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*********************  Company Ads Section CSS End *********************/

/*********************  Entdecken Blog Section CSS Start *********************/
.entdecken_blog_section {
	padding: 125px 0 205px;
}

.entdecken_blog_details {
	margin-top: 80px;
}

.entdecken_blog_details .row {
	margin: 0 -18px;
}

.entdecken_blog_details .blog_col_pad {
	padding: 0 18px;
}

.blog_border {
	padding: 6px;
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: 0px 0px 20px #00000029;
	box-shadow: 0px 0px 20px #00000029;
}

.entdecken_blog_img {
	position: relative;
}

.blog_icon_box {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #b4d4f0;
	border: 5px solid #fff;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%, 34px);
}

.entdecken_blog_info {
	text-align: center;
	position: relative;
	padding-bottom: 35px;
}

.entdecken_blog_info h3 {
	font-size: 2.1rem;
	font-weight: 600;
}

/* .entdecken_blog_info {
    padding-top: 35px;
} */

.entdecken_blog_info ul li {
	margin-top: 14px;
}

.entdecken_blog_info ul li span {
	font-size: 16px;
}

.hover_circle {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 29px);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 1;
}

.hover_circle span {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-color: #ebebeb;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.blog_border:after {
	content: ' ';
	width: 100%;
	height: 2px;
	background-color: #bb3b37;
	position: absolute;
	left: 0px;
	bottom: 0px;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.blog_border:hover:after {
	opacity: 1;
}

.blog_border:hover .hover_circle {
	border-color: #bb3b37;
}

.blog_border:hover .hover_circle span {
	background-color: #bb3b37;
}

/*********************  Entdecken Blog Section CSS End *********************/

/*********************  Kontackt Details Section CSS Start *********************/
.kontakt_detail_section {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	justify-content: center;
}

.kontakt_info_section {
	max-width: 975px;
	width: 975px;
	padding: 50px 15px 68px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 46%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 60px;
}

.kontakt_info_section .common_title {
	text-align: center;
	line-height: 1.2;
	font-size: 41px;
}

.kontakt_list {
	display: flex;
	align-items: center;
	margin-top: 52px;
}

.kontakt_list li p {
	font-size: 22px;
	font-weight: 600;
	color: #6a6a6a;
}

.kontakt_list li + li {
	margin-left: 25px;
}

.kontakt_list li p a {
	color: #6a6a6a;
	font-size: 22px;
}

.kontakt_list li {
	position: relative;
}

.kontakt_list li:after {
	content: ' ';
	width: 2px;
	height: 25px;
	background-color: #bb3b37;
	position: absolute;
	right: -12.5px;
	top: 50%;
	transform: translateY(-50%);
}

.kontakt_list li:last-child:after {
	content: unset;
}

.kontakt_info_section .common_sub_title {
	margin-bottom: 10px;
}

.message_circle {
	width: 105px;
	height: 105px;
	border-radius: 50%;
	background-color: #b4d4f0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 5px solid #fff;
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate(-50%, -53.5px);
}

.kontakt_bg_left_section img .kontakt_bg_right_section img {
	width: 100%;
	height: 638px;
	object-fit: cover;
}

.kontakt_bg_left_section {
	position: relative;
}

.kontakt_bg_left_section:after {
	content: ' ';
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #bb3b37;
	opacity: 1;
	mix-blend-mode: multiply;
}

.kontakt_list li p a:hover {
	color: #bb3b37;
}

/*********************  Kontackt Details Section CSS End *********************/

.back_to_top {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #bb3b37;
	width: 79px;
	height: 79px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.back_to_top:hover {
	background-color: #b4d4f0;
}

.back_to_top.active {
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

/*/ ------------------------ Term And Condition / Privacy Policy Page Start --------------------------- /*/

.term_condition_section {
	margin-top: 110px;
	margin-bottom: 60px;
}

.term_condition_section h1 {
	font-size: 50px;
	padding-bottom: 20px;
}

.tt_titles {
	font-size: 24px;
	padding-top: 25px;
	padding-bottom: 10px;
}

.tt_paragraph {
	font-size: 17px;
	padding-bottom: 5px;
}

/*/ ------------------------ Term And Condition / Privacy Policy Page Start --------------------------- /*/

/*/ ------------------------ Contact Page Start --------------------------- /*/

.contact-main-content {
	padding-top: 185px;
}

.contact_section .container {
	max-width: 1200px;
}

.contact_outer {
	display: flex;
	justify-content: space-between;
	padding-top: 0;
}

.contact_left {
	width: 50%;
	padding-left: 20%;
	padding-top: 150px;
	padding-bottom: 100px;
	background-color: transparent;
}

.contact_right {
	background-color: rgb(180 212 240 / 3%);
	width: 50%;
	padding-top: 150px;
	padding-right: 15%;
	padding-bottom: 100px;
	padding-left: 80px;
}

.contact_left .contact_title h3 {
	font-size: 40px;
	max-width: 510px;
	font-weight: 700;
	padding-top: 15px;
	padding-bottom: 35px;
	color: #303538;
}

.contact_small_title h2 {
	font-size: 20px;
	color: #bb3b37;
	font-weight: 700;
	text-transform: uppercase;
}

.address_block:last-child {
	margin-bottom: 0;
}

.address_block {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.icon_block {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #b4d4f0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.contact_data h4 {
	font-size: 24px;
	font-weight: 600;
}

.contact_data p,
.contact_data a {
	color: #6a6a6a;
	padding-top: 5px;
	font-size: 18px;
}

.contact_data a {
	display: inline-block;
}

.contact_data a:hover {
	color: #bb3b37;
}

.contact_data {
	padding-left: 20px;
	max-width: calc(100% - 100px);
}

.top_inputboxes {
	display: flex;
	flex-wrap: wrap;
}

.top_inputboxes input::placeholder,
.top_inputboxes textarea::placeholder {
	color: #b4b4b4;
	font-size: 18px;
}

.top_inputboxes input,
.top_inputboxes textarea {
	font-size: 18px;
}

.top_inputboxes textarea {
	padding: 10px;
	border: 1px solid transparent;
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.top_inputboxes input:nth-child(even) {
	margin-left: 10px;
}

.top_inputboxes input:focus,
.top_inputboxes textarea:focus {
	border: 1px solid #b4d4f0;
}

.top_inputboxes input {
	border: 1px solid transparent;
	padding: 20px 10px;
	width: 256px;
	margin-bottom: 30px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.contact_right button {
	margin-top: 20px;
	font-weight: 800;
	font-size: 18px;
	background-color: #b4d4f0;
	text-transform: uppercase;
	padding: 16px 40px;
	border: none;
}

.contact_right button:hover {
	background-color: #bb3b37;
	color: #fff;
}

.icon_block img {
	width: 50%;
}

.banner_down_box .owl-nav button i {
	color: #bb3b37;
}

.banner_down_box .owl-nav button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner_down_box .owl-nav button.owl-prev {
	left: -15px;
}

.banner_down_box .owl-nav button.owl-next {
	right: -15px;
}

#thankyou-msg {
	margin-top: 170px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

button.owl-next:hover {
	background: none !important;
	color: black !important;
}

button.owl-prev:hover {
	background: none !important;
	color: black !important;
}

.career .main_banner_section {
	background-image: url(../image/intro.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 140px 0 120px;
	background-position: center 20%;
	position: relative;
	z-index: 0;
}

.career .main_banner_section:after {
	/* background: transparent; */
}

.career .main_title {
	line-height: 1.1;
}

.career .inner_banner_section .main_title {
	max-width: 900px;
}

.career .seit_dec_sec p.intro {
	font-size: 21px;
	line-height: 1.6;
}

.career .seit_dec_sec p {
	font-size: 16px;
	line-height: 1.6;
}

.career .seit_dec_sec h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}

.career .blog_border:hover:after {
	opacity: 0;
}

.career .seit_truck_section {
	padding: 80px 0 80px;
}

.career .entdecken_blog_section {
	padding: 10px 0px 80px;
	text-align: left;
	background: #f7fafd;
}

.career .entdecken_blog_info {
	text-align: left;
	padding-bottom: 0;
}

.career .blog_border {
	padding: 30px;
	min-height: 130px;
	background: #b4d4f0;
	box-shadow: 0px 0px 10px #0000001a;
	margin-bottom: 30px;
}

.blog_border_min_height {
	padding: 30px;
	min-height: 145px !important;
	background: #b4d4f0;
	margin-bottom: 35px;
	box-shadow: 0px 0px 10px #0000001a;
}

.blog_border_95px {
	padding: 30px;
	min-height: 95px !important;
	background: #b4d4f0;
	margin-bottom: 35px;
	box-shadow: 0px 0px 10px #0000001a;
}

.career .entdecken_blog_details a {
	color: #bb3b37;
}

.career .entdecken_blog_details a:hover {
	color: #bb3b37;
}

.blog_border:after {
	height: 0;
	background-color: transparent;
	display: none;
}

.career .sei_right_list li {
	min-width: 51%;
	display: flex;
	align-items: flex-start;
	padding-right: 30px;
}

.career .sei_right_list {
	margin-top: 20px;
}

.career .seit_tick_mark {
	min-width: 25px;
	margin-top: 5px;
}

.career .box_vorteile {
	padding: 10px 35px 35px;
	border: 4px solid #b4d4f0;
	margin-right: 20px;
}

.career img.kontakt {
	max-width: 200px;
	margin: 0 auto 20px;
	display: block;
	border-radius: 100%;
}

@media screen and (max-width: 1600px) {
	.career .main_title {
		font-size: 82px;
	}

	.career .seit_dec_sec {
		padding-top: 0;
	}
}

@media screen and (max-width: 1199px) {
	.career .main_banner_section {
		padding: 120px 0 120px;
	}

	.career .inner_banner_section .main_title {
		font-size: 62px;
	}

	.career .inner_banner_section .main_title {
		max-width: 700px;
	}

	.career .seit_right_contain_section {
		margin-top: 0px;
	}

	.career .blog_border {
		padding: 30px;
		/* min-height: 200px; */
	}
}

@media screen and (max-width: 991px) {
	.career .inner_banner_section .main_title {
		font-size: 62px;
	}

	.career .entdecken_blog_info {
		padding-top: 0px;
		padding-bottom: 0;
	}

	.career .seit_dec_sec h2 {
		font-size: 27px;
	}
}

@media screen and (max-width: 767px) {
	.career .inner_banner_section .main_title {
		font-size: 32px;
	}

	.career .main_banner_section {
		padding: 120px 0 120px;
	}

	.career .inner_banner_section .main_title {
		max-width: 360px;
	}

	.career .blog_border {
		min-height: 0;
	}

	.blog_border {
		height: 185px !important;
	}

	.career .mb-5,
	.my-5 {
		margin-bottom: 0.5rem !important;
	}

	.career .entdecken_blog_details {
		max-width: none;
		margin: 30px auto 0;
	}
}

.ausbildung_box_vorteile {
	padding: 35px 35px 35px;
	border: 4px solid #b4d4f0;
	margin-right: 20px;
}

.no_padding {
	padding: 10px 0px 0px !important;
}

.bewerbung_icon {
	width: 85px;
	height: 85px;
	background-color: #b4d4f0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	margin-bottom: 30px;
	padding: 15px;
}

.bewerbung_details {
	display: -webkit-inline-box;
	align-items: center;
	min-width: 50%;
}

.bewerbung_icon_contain h5 {
	font-size: 24px;
	font-weight: bold;
	color: #303538;
}

.bewerbung_icon_contain p {
	font-size: 16px;
	padding-right: 80px;
}

.same-height {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: repeat(6, 1fr);
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 2vw;
}

.center-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-center {
	text-align: center;
}

.no-deco {
	text-decoration: none !important;
}

.entdecken_blog_info h3 {
	margin-top: 35px !important;
}

.blog_border {
	height: 230px;
}
