/* ------------------------------------------------ */
/* BASIC SETUP */
/* ------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	background-color: #fff;
	color: #555888;
	font-family: 'Arial', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
.clearfix {
	zoom: 1
}
.clearfix:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* ------------------------------------------------ */
/* REUSABLE COMPONENTS */
/* ------------------------------------------------ */


.row {
	max-width: 1060px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
/* ----- HEADINGS ----- */
h1, h2, h3 {
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 5px;
	font-family: glacialindifference, sans-serif;
}
h1 {
	margin-top: 60px;
	margin-bottom: 20px;
	color: #ef7d00;
	font-size: 200%;
	word-spacing: 4px;
	letter-spacing: 1px;
}
h1 br {
	display: none;
}
h2 {
	font-size: 95%;
	word-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.seotext h2:before {
	display: block;
	height: 2px;
	background-color: #F4820F;
	content: " ";
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
h4 {
	font-size: 90%;
	font-weight: 600;
	word-spacing: 1px;
	letter-spacing: 0.1px;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 1.2em;
	font-family: kfzteile24, sans-serif;
}
/* ----- LINKS ----- */
/*
a:link,
a:active {
    color: #F4820F;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #F4820F;
    transition: border-bottom 0.4s, color 0.4s;
}

a:hover,
a:active {
    color:#555;
    border-bottom: 1px solid transparent;
}
*/

/* ----- BUTTONS ----- */
.btn:link, .btn:visited {
	display: inline-block;
	padding: 10px 30px;
	font-weight: 400;
	text-decoration: none;
	border-radius: 3px;
	transition: background-color 0.2s, border 0.2s, color 0.2s;
}
.btn-full:link, .btn-full:visited {
	background-color: #F4820F;
	border: 1px solid #F4820F;
	color: #fff;
	margin-right: 15px;
}
.btn-ghost:link, .btn-ghost:visited {
	border: 1px solid #F4820F;
	color: #e67e22;
}
.btn:hover, .btn:active {
	background-color: #cf6d17;
}
.btn-full:hover, .btn-full:active {
	border: 1px solid #cf6d17;
}
.btn-ghost:hover, .btn-ghost:active {
	border: 1px solid #cf6d17;
	color: #fff;
}
/* ------------------------------------------------ */
/* HEADER */
/* ------------------------------------------------ */

.toall {
	margin: 0 0;
	padding: 0;
	box-sizing: border-box;
	background-color: #fff;
	color: #555;
	font-family: 'Arial', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}
.hero-text-box {
	width: 100%;
	height: 300px;
	position: relative;
	text-align: left;
	margin-top: 5px;
	overflow: hidden;
	/*background-color: #000;*/
	margin-bottom: 10px;
}
.hero-text-fill {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	/*transform: translate(-50%, -50%);*/
	padding-bottom: 2%;
	z-index: 3;
	white-space: nowrap;
}
.heroimg {
	position: absolute;
	opacity: 1;
	width: auto;
	min-height: 300px;
	top: 40px;
	left: 0;
	/*transform: translate(-50%, -50%);*/
	z-index: 1
}
.heromag {
	position: absolute;
	width: auto;
	min-height: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1
}
.heroimg-bright {
	position: absolute;
	/*opacity: 0.3;*/
	width: auto;
	min-height: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1
}
.herologo {
	position: absolute;
	background-color: #FFF;
	padding: 5px;
	max-width: 150px;
	height: auto;
	top: 0;
	left: 0;
	z-index: 2;
}

@media only screen and (max-width: 480px) {
.herologo {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
}
h1 {
	font-size: 120%;
}
}
.teaserlogo {
	position: absolute;
	margin-top: 5px;
	margin-left: 5px;
	width: 80px;
	height: auto;
	top: 0;
	left: 0;
	z-index: 6;
}
.teasernew {
	position: absolute;
	width: 100px;
	height: auto;
	top: 0;
	right: 0;
	z-index: 6;
}
.toall p {
	font-size: 80%;
	line-height: 145%;
}
.toall ul {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 80%;
	line-height: 145%;
}
.box2x2 {
	margin-top: 0;
	background-color: #fff;
	height: 180px;
	border: 1px solid #ccc;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	display: inline;
}
.line {
	border-bottom: 2px solid #F4820F;
	border-top: 2px solid #F4820F;
	line-height: 1.2em;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 8px;
	background-color: #f2f2f2;
}
.box4x4 {
	margin-top: 0;
	margin-bottom: 10px;
	background-color: #fff;
	height: 180px;
	border: 1px solid #ccc;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}
.box5x5 {
	margin-top: 0;
	margin-bottom: 10px;
	background-color: #fff;
	height: 100px;
	border: 1px solid #ccc;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}
.marke {
	position: absolute;
	display: inline;
	margin: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	z-index: 2;
	max-height: 80%;
}
.productteaser {
	position: absolute;
	display: inline;
	margin: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 350px;
	max-height: 180px;
	z-index: 2;
}
.box4x4 img {
	position: absolute;
	display: inline;
	margin: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 100px;
	z-index: 2;
}
.labelwhite {
	text-align: center;
	font-size: 90%;
	font-weight: 400;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	content: ' ';
	position: absolute;
	display: inline;
	left: 50%;
	bottom: -10%;
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 11;
}
.labeldetails {
	text-align: left;
	font-size: 90%;
	font-weight: 400;
	width: 100%;
	z-index: 5;
}
.linkbox {
	text-align: center;
	width: 100%;
	height: 100%;
	content: ' ';
	display: inline;
	position: absolute;
	z-index: 3;
	transition: background-color 0.4s;
}
.linkbox:hover {
	background-color: rgba(255, 255, 255, 0.4);
}
.BEISPIEL {
	display: block;
	position: absolute;
	z-index: 9;
	text-align: left;
	color: #fff;
	background-color: #0F3F91;
	padding: 5px 5px;
	font-size: 50%;
	border: px solid #fff;
	letter-spacing: 0.02em;
}
.box3x3 a img {
	transition: opacity 0.4s,
}
.box3x3 a img:hover {
	border: 1px solid #ccc;
	opacity: 0.4;
}
.box3x3 {
	margin-top: 0;
	background-color: #fff;
	height: content;
	border-radius: 2px;
	overflow: hidden;
}
.box3x3 img {
	display: block;
	margin: auto;
	height: auto;
	border: 1px solid #ccc;
	width: 100%;
	z-index: 2;
}
.box3x3 p {
	margin-top: 5px;
}
.box3x3 p:last-child {
	margin-bottom: 15px;
}
.seotext a:link, .seotext a:active {
	color: #F4820F;
	text-decoration: none;
	padding-bottom: -2px;
	border-bottom: 1px solid #F4820F;
	transition: border-bottom 0.4s, color 0.4s;
}
.seotext a:hover {
	color: #be660e;
	border-bottom: 1px solid #be660e;
	border-bottom: 1px solid transparent;
}
.seotext a:visited {
	color: #be660e;
	border-bottom: 1px solid #be660e;
}
.magazin h1 {
	color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 200%;
}
.magazin p {
	margin-bottom: 10px;
}
.magbox2x2 {
	margin-top: 0;
	background-color: #fff;
	height: 300px;
	border: 1px solid #ccc;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	display: inline;
}
.spacer {
	height: 30px;
}
.magteaser {
	position: absolute;
	display: inline;
	margin: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	min-height: 100%;
	min-width: 300px;
	max-width: 100%;
	width: auto;
	height: auto;
}
.maglabel {
	position: absolute;
	display: inline;
	background-color: rgba(255, 255, 255, 0.75);
	width: 100%;
	height: 60px;
	z-index: 3;
	margin-top: 240px;
}
.maglabelbtn {
	display: absolute;
	margin: auto;
	margin-top: 10px;
	padding: 4px;
	text-align: center;
	max-width: 200px;
	width: 50%;
	height: 40px;
	font-weight: 300;
	text-decoration: none;
	border-radius: 3px;
	transition: background-color 0.2s, border 0.2s, color 0.2s;
	background-color: #F4820F;
	border: 1px solid #F4820F;
	color: #fff;
	z-index: 5;
}
.maglabelbtn:link, .maglabelbtn:visited {
}
.maglabelbtn:active, .maglabelbtn:hover {
	transition: background-color 0.2s, border 0.2s, color 0.2s;
	background-color: #cf6d17;
	border: 1px solid #cf6d17;
}
.magheroimg {
	position: absolute;
	width: auto;
	min-height: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1
}
.pslogo {
	position: absolute;
	display: inline;
	margin: auto;
	;
	z-index: 1;
	max-width: 115px;
	margin-left: 5px;
	margin-top: 5px;
}
.voucherbox {
	background-color: #0F3F91;
	padding-top: 4%;
	margin-top: 0;
	line-height: 1.4em;
	height: 220px;
	/*border: 1px solid #ccc;*/
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	display: inline;
	text-align: center;
	border: none;
}
.voucher h1 {
	color: #F4820F;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 140%;
	word-spacing: 0em;
	line-height: 1.2em;
}
.voucher h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 80%;
	word-spacing: 0em;
	letter-spacing: 0em;
	line-height: 1.2em;
}
.btnorange {
	background-color: #F4820F;
}
.gutscheinteaser {
	position: absolute;
	display: inline;
	margin: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	min-height: 100%;
	min-width: 300px;
	max-width: 100%;
	width: auto;
	height: auto;
}
.sternchentext {
	font-size: 60%!important;
}


/***************************/
/* SASCHAS LITTLE HELPERS */
/*************************/

/*Headlines*/
h1 {
	margin: 0 0 15px;
	line-height: 1;
	font-weight: normal;
	font-size: 26px;
	border-bottom: none;
	padding-bottom: 0;
}

/*Farben*/
.txt_color_o { color: #ef7d01; }
.txt_color_b { color: #174287; }

/*Spaces*/
.p-top-15 { padding-top: 15px; }
.p-bottom-15 { padding-bottom: 15px; }

/*Buttons*/
#kfz_btns a.kfz-btn {
	background: #cccccc;
	display: block;
	float: left;
	width: 15.33%;
	margin: 0 0 1% 1.6%;
	padding: 11px 0;

	font-size: 13px;
	line-height: 1;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: center;

	cursor: pointer;

	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: none;
}
#kfz_btns a.kfz-btn:first-child { margin-left: 0; }

#kfz_btns a.kfz-btn:hover {
	color: #ffffff;
	background: #ef7d00;
	background: -webkit-linear-gradient(#f59c00, #ef7d00);
	background: -o-linear-gradient(#f59c00, #ef7d00);
	background: -moz-linear-gradient(#f59c00, #ef7d00);
	background: linear-gradient(#f59c00, #ef7d00);
}
#kfz_btns a.typ-btn span {
}
#kfz_btns a .textModell {
	display: block;
	margin-bottom: 4px;
}
#kfz_btns a .textBaujahr {
	font-size: 12px;
}
#kfz_btns a .textTyp {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-top: 2px;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
	#kfz_btns a.kfz-btn { width: 49.2%; } /*2spaltig*/
	#kfz_btns a.kfz-btn:nth-child(2n+1) { margin-left: 0; }
	#kfz_btns a.typ-btn { width: 100%; } /*1spaltig*/
	#kfz_btns a.typ-btn:nth-child(1n+1) { margin-left: 0; }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
	#kfz_btns a.kfz-btn { width: 32.26%; } /*3spaltig*/
	#kfz_btns a.kfz-btn:nth-child(3n+1) { margin-left: 0; }
	#kfz_btns a.typ-btn { width: 49.2%; } /*2spaltig*/
	#kfz_btns a.typ-btn:nth-child(2n+1) { margin-left: 0; }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
	#kfz_btns a.kfz-btn { width: 32.26%; } /*3spaltig*/
	#kfz_btns a.kfz-btn:nth-child(3n+1) { margin-left: 0; }
	#kfz_btns a.typ-btn { width: 49.2%; } /*2spaltig*/
	#kfz_btns a.typ-btn:nth-child(2n+1) { margin-left: 0; }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
	#kfz_btns a.kfz-btn { width: 23.8%; } /*4spaltig*/
	#kfz_btns a.kfz-btn:nth-child(4n+1) { margin-left: 0; }
	#kfz_btns a.typ-btn { width: 49.2%; } /*2spaltig*/
	#kfz_btns a.typ-btn:nth-child(2n+1) { margin-left: 0; }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	#kfz_btns a.kfz-btn { width: 18.72%; } /*4spaltig*/
	#kfz_btns a.kfz-btn:nth-child(5n+1) { margin-left: 0; }
	#kfz_btns a.typ-btn { width: 32.26%; } /*3spaltig*/
	#kfz_btns a.typ-btn:nth-child(3n+1) { margin-left: 0; }
}
