
/******** Buchdruck ***********/

#druck-background {
    background: url(../../../uploads/buchproduktion/buchdruck.jpg);
    background-size: cover;
    background-position: right bottom;
}

#bindung-standard-background {
    background: url(../../../uploads/buchproduktion/bindung-standard.jpg);
    background-size: cover;
}

#bindung-individuell-background {
    background: url(../../../uploads/buchproduktion/bindung-individuell.jpg);
    background-size: cover;
}


/******** Buchdruck End ***********/





/******** Fulfillment ***********/

#publishing-background {
    background: url(../../../uploads/fulfillment/publishing.jpg);
    background-size: cover;
    background-position: center;
}

#lager-background {
    background: url(../../../uploads/fulfillment/lager.jpg);
    background-size: cover;
    background-position: center;
}

#dropshipping-background {
    background: url(../../../uploads/fulfillment/dropshipping.jpg);
    background-size: cover;
    background-position: center;
}

.divider {
    position: absolute;
    height: 30px;
    background: #fff;
    top: 50%;
    left: 0;
    right: 0;
}

/******** Fulfillment End ***********/

#schaltplan-background {
    background: url(../../../uploads/dokumentationen/schaltplan-big.jpg);
    background-size: cover;
    background-position: center;
}

#rapair-background {
    background: url(../../../uploads/dokumentationen/repair.jpg);
    background-size: cover;
    background-position: center;
}


/******** Dokumentationen End ***********/

#service-dokumentationen-background {
    background: url(../../../uploads/dokumentationen/old-television.jpg);
    background-size: cover;
    background-position: right;
}


/******** Dokumentationen End ***********/








/******** Historie ***********/


/******** Historie End ***********/




/******** Kontakt ***********/
.kontakt-logo {
    max-width: 400px;
    width: 100%;
}

@media (max-width: 991px) {
	.dsgvo-kontakt {
    	padding-left: 0 !important;
    	margin-left: -15px;
	}
}

.col.mb-3.dsgvo-kontakt{
padding-left: 0;
}
/******** Kontakt End ***********/




.spacer {
    height: 3.75rem;
}

#subpage-header {
    margin-top: 3.71rem;
}


@media (max-width: 991px) {
	.teaser-tiled {
    	position: relative;
    	width: 100vw;
    	margin-left: -50vw;
    	left: 50%;
	}
	
	.teaser-tiled .row {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.col-lg-6.teaser-tiled-image, .col-lg-6.teaser-tiled-text {
    	padding-left: 0px;
    	padding-right: 0px;
	}
}

@media (max-width: 991px) {
	.teaser-full {
    	position: relative;
    	width: 100vw;
    	margin-left: -50vw;
    	left: 50%;
	}
}

.teaser-img {
	width: 100%;
}


ul.list-success {
    list-style: none;
    padding: 0;
}

.list-success li {
    padding-left: 1.3em;
}

.list-success li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-left: -1.3em;
    width: 1.3em;
    display: inline-block;
    /*color: #a4c401;*/
}