@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
	font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Black.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
	font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Satoshi', Arial, sans-serif;
}

img{
	max-width:100%;
}

section {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.navbar-brand{
	background:url('../img/C2_Cargo_Logo_mitSchriftzug1.svg');
	background-size: 20rem;
    height: 14rem;
    background-repeat: no-repeat;
}

.hero-image::before {
    background-image: url('../img/bg_abstract_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    background-position: center;
    left: 0;
    top: -123px;
    content: "";
    height: 950px;
    width: 100%;
    z-index: -1;
}

.hero-image h1 {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.hero-image h1.h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1rem !important;
	position:relative;
}
.hero-image p {
    font-size: 1.8rem;
    color: #434343;
    margin-bottom: 1rem !important;
}
h1.h2::before {
    content: '';
    background: #ffec33;
    position: absolute;
    height: 1rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
	max-width: 625px;
}

.lkw{
	background-image: url('../img/C2Cargo_LKW_freigestellt_gelb.png');
	width: 100%;
    height: 100%;
    background-size: 138%;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
    animation: lkw-move 2s forwards;
	animation-iteration-count: 1;
}
@keyframes lkw-move {
    from {
		right: -300px;
	}
	to {
		right: 0;
	}
}

@media (max-width: 991px) {
	.lkw{
		height: 280px;
		background-size: 80%;
		margin-top: 2rem;
	}
}
@media (max-width: 768px) {
	.lkw{
		background-size: 114%;
	}
}

.info-box {
    padding: 0;
    margin: 0;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    margin-top: -2rem;
}
.info-box .container{
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.16);
    padding: 2rem;
    padding-bottom: 0.7rem !important;
    background-color: #fff;
}
.info-box ul {
	padding-left:0;
	margin-bottom:0;
}
.info-box li {
    font-size: 1.2rem;
	list-style: none;
    margin-bottom: 0.5rem;
    padding-bottom: 1rem;
	background: url(../img/check.svg) no-repeat left 0.1rem;
	background-size: 20px;
    padding-left: 2.5rem;
}

.map-section{
	background-color: #f2f3f3 !important;
	margin-top: -12rem;
    position: relative;
    z-index: -1;
}
.map-container{
	padding-top:10rem;
}

h2.content-headline{
	position:relative;
	z-index:0;
	display:inline-block;
	font-weight: 600;
}
h2.content-headline::before{
    content: '';
    background: #ffec33;
    position: absolute;
    height: 1rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.content-text{
	font-size: 1.2rem;
}

.content-text ul {
	padding-left:0;
	margin-bottom:0;
}
.content-text li {
    font-size: 1.2rem;
	list-style: none;
    margin-bottom: 0.5rem;
    padding-bottom: 1rem;
	background: url(../img/check.svg) no-repeat left 0.1rem;
	background-size: 20px;
    padding-left: 2.5rem;
}

@media (max-width: 1399px) {
	.map-section {
		margin-top: -14rem;
	}
	.map-container {
		padding-top: 12rem;
	}
}
@media (max-width: 1199px) {
	.map-section {
		margin-top: -16rem;
	}
	.map-container {
		padding-top: 14rem;
	}
}
@media (max-width: 991px) {
	.map-section {
		margin-top: -31rem;
	}
	.map-container {
		padding-top: 29rem;
	}
	.map-image{
	    display: flex;
        justify-content: center;
	}
	.map-image img{
		max-width:50% !important;
		padding-bottom:3rem;
	}
}
@media (max-width: 768px) {
	.map-section {
		margin-top: -36rem;
	}
	.map-container {
		padding-top: 33rem;
	}
	h1.h2::before {
		max-width: 370px;
	}
}

@media (max-width: 470px) {
	.info-box {
		margin-top: -3rem;
	}
}
@media (max-width: 400px) {
	.hero-image h1.h2 {
		font-size: 2.2rem;
	}
	h1.h2::before {
		max-width: 340px;
	}
	.hero-image p {
		font-size: 1.6rem;
	}
}

#kontakt {
    background-color: #fff;
    background-image: url('../img/bg_rectangle_yellow.jpg');
    background-repeat: no-repeat;
    background-position: 32% 94%;
    background-size: 550px;
}

.contact_box {
    background-color: #434343;
    color: #fff;
    padding: 4rem !important;
}
.contact_box p:first-child {
    color: #ffec33;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.contact_box p {
    line-height: 2.2;
    color: #fff;
	font-size: 1.2rem;
}
.contact_box a {
    text-decoration: none;
    transition: all .3s ease-in-out;
    color: #fff;
    line-height: 2.1;
    font-weight: 400;
}
.contact_box a:hover {
    color: #ffec33;
    text-decoration: underline;
}
.phone {
	background: url(../img/phone.svg) no-repeat left 0.2rem;
	background-size: 20px;
    padding-left: 2.5rem;
}
.mail {
	background: url(../img/envelope.svg) no-repeat left 0.3rem;
	background-size: 20px;
    padding-left: 2.5rem;
}

@media (max-width: 500px) {
	.contact_box {
		padding: 2rem !important;
	}
}

#footer-bottom{
	color: #fff;
	background: #020403;
}
.footer-bottom {
    padding-top: 0.8rem;
}
#footer-bottom .footer-bottom li {
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid #bbb;
}
#footer-bottom .footer-bottom a, #footer-bottom .footer-bottom li {
    font-size: 1.0rem;
    color: #bbbbbb;
    line-height: 1.0;
	text-decoration: none;
}
#footer-bottom .footer-bottom li:last-child {
    border-right: none;
}

@media (max-width: 768px) {
	.footer-bottom li {
        display: block;
        padding: 10px;
        border-right: 0;
    }
    .footer-bottom li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}