/* ############################################################################################# 
## PORSCHE MOVES-CMS-TEMPLATE #####################################################################
############################################################################################# */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v18-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('../fonts/roboto-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v18-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('../fonts/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}
body {
  	font-family: 'Roboto', arial, verdana, sans-serif;
	font-weight: 300;
  	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 160%;
	background:#0c1013;
	color: #333333;
	  -webkit-hyphens: auto;
	  -moz-hyphens: auto;
	  -ms-hyphens: auto;
	  -o-hyphens: auto;
	  hyphens: auto
}

/* #### HEADLINES ############################### */

h1 {
	font-size:50px;
	margin:50px 0 10px;
	color:#333333;
	font-weight:100;
	font-family: 'Roboto', arial, verdana, sans-serif;
	line-height: 110%;
}
h2 {
	font-size:40px;
	line-height:120%;
	margin: 60px 0 40px;
	font-family: 'Roboto', arial, verdana, sans-serif;
	font-weight:100;
}
h2:after {
	content:'';
	display:block;
	border-bottom:1px solid #AB293B;
	width:100px;
	margin:20px 0
}
h3 {
	font-size:25px;
	line-height:120%;
	margin:20px 0px 15px 0px;
	font-family: 'Roboto', arial, verdana, sans-serif;
	font-weight:500;
}
h4 {
	font-size:30px;
	line-height:120%;
	margin:20px 0px 20px 0px;
	font-family: 'Roboto', arial, verdana, sans-serif;
	font-weight:500;
}



/* text- and list-margins */

a{
	color: #AB293B;
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s;
}
a:hover {
	color:#5c0c1b;
	text-decoration: none;
}
ul, ol {
	margin: 20px 0 0 0;
	padding:0;
}
li {
	margin: 0;
	list-style-type:square;
	border-bottom:1px solid rgba(23,23,23,0.2);
	padding:5px 0;
}
li:last-child {
	border:none!important;
}
p, table, form{
	margin: 0 0 10px 0;
	width:100%;
	line-height:180%;
}
img {
	width:100%;
	display:block;
}
hr {
	margin:30px auto 40px;
	width: 100%;
	max-width:1300px;
	height: 5px;
	border-style: solid;
	background: rgba(23,23,23,0.1);
	border:none;
}
.button {
	color:#fff;
	background:#AB293B;
	margin:20px 0;
	font-size:16px;
	width: auto;
	border: none;
	padding:18px 18px 18px 18px;
	-webkit-appearance: none;
	display:inline-block;
	text-transform:uppercase;
	letter-spacing:2px;
	font-family: 'Roboto', arial, verdana, sans-serif;
	font-weight:300;
	-webkit-transition: .5s;
	transition: .5s;
}
.button:before { 
	content:'';
	font-family: 'FontAwesome';
	float:left;
	font-size: 16px;
    margin: 0 10px 0 0;
	width:20px;
}
.button:hover{
	color:#fff;
	cursor:pointer;
	background:#5c0c1b;
}

/* #### GRID ############################### */
.row {
  width: 94%;
  padding:100px 3%;
  max-width:1300px;
  margin:0 auto;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
}
.col-2 {width: 12.66%;margin:0 2%;}
.col-2_5 {width: 20%;margin:0;}
.col-3 {width: 21%;margin:0 2%;}
.col-4 {width: 29.33%;margin:0 2%;}
.col-5 {width: 37.66%;margin:0 2%;}
.col-6 {width: 46%;margin:0 2%;}
.col-7 {width: 54.33%;margin:0 2%;}
.col-8 {width: 62.66%;margin:0 2%;}
.col-9 {width: 71%;margin:0 2%;}
.col-10 {width: 79.33%;margin:0 2%;}
.col-12 {width: 100%;}
.col-last {margin-right:0;}

.cms_contentblock {
	max-width:1300px;
	margin:0 auto;
	width: 94%;
	padding:10px 3%;
}


/* #### FORMSTYLING ######################## */




/* remove standard-styles */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
}
input[type='number'] {
	background-color: rgba(171,41,59,0.1);
	border: none;
	padding: 10px;
	box-shadow: none;
	width: 70px;
	height: 50px;
	box-sizing: border-box;
	float: left;
}
/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 17px;
    height:17px;
    position: relative;
    top:4px;
    border: 1px solid #bbb;
    background: white;
    margin-right: 1em;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
  background:#ddd;
  box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background:black;
  box-shadow: inset 0 0 0 2px white;
}
#bestellung input, #bestellung textarea {
	background:rgba(0,0,0,0.2);
	border:none;
	color:#fff;
	padding:10px;
	font-family: 'open_sansregular', arial, verdana, sans-serif;
	font-size: 16px;
	line-height: 150%;
	margin-bottom:5px;
	box-sizing: border-box;
}
#bestellung textarea {
	width:100%;
}
#bestellung .button {
	padding:20px!important;
}
#bestellung .button:hover {
	background:#1e2126;
}

label {
	background: rgba(171,41,59,0.2);
	padding: 10px 20px;
	width: auto;
	display: inline-block;
	margin: 0;
	font-weight: 500;
	box-sizing:border-box;
	height:50px;
	float: left;
}





/* ############################################################################################# 
## NAVIGATION ##################################################################################
############################################################################################# */

/* #### SANDWICH-ICON ############################### */
.menu {
display: block;
width: 60px;
height: 60px;
cursor:pointer;
position:absolute;
right:0;
top:0;
margin:0;
}
.menu span {
margin: 0 auto;
position: relative;
top: 38px;
}
.menu span:before, .menu span:after {
position: absolute;
content: '';
}
.menu span, .menu span:before, .menu span:after {
width: 30px;
height: 2px;
background-color:#fff;
display: block;
}
.menu span:before {
margin-top: -8px;
}
.menu span:after {
margin-top: 8px;
}
.rwdbtn span {
-webkit-transition-duration: 0s; transition-duration: 0s;
-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.rwdbtn:hover span {
background-color: rgba(0,0,0,0.0)!important;
-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.rwdbtn span:before {
-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.rwdbtn:hover span:before {
margin-top: 0;
-webkit-transform: rotate(45deg); transform: rotate(45deg);
-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.rwdbtn span:after {
-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.rwdbtn:hover span:after {
margin-top: 0;
-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}


/* #### MAIN_NAVI ############################### */

#navigation {
	display:none;
	left: 0;
	width: 100%;
	z-index: 1;
	top:90px;
	position:absolute;
	margin:0;
	background:rgba(144,30,52,0.9)!important;
	}
#navigation ul {
	width:100%;
	padding:0;
	margin: 0;
	float:none;
	}
#navigation li {
	border-bottom:1px solid rgba(0,0,0,0.2);
	float:none;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	list-style-type:none;
	}
#navigation a {
	font-family: 'Roboto', arial, verdana, sans-serif;
	display:block;
	color:#fff;
	padding:5px 0;
	line-height:60px;
	font-size:24px;
}
#navigation a:hover {
	text-decoration: none;
	position: relative;
	display:block;
	color:#fff;
	background:rgba(0,0,0,0.2);
}


/* ############################################################################################# 
## Inhalt ##################################################################################
############################################################################################# */
#wrapper {
	width:100%;
	margin:0 auto;	
}
#bg {
	background:url('../img/bg-head.jpg') no-repeat;
	height:100%;
	background-size:contain;
	background-position:0 -50px;
	position:fixed;
	width:100%;
	z-index:-1!important;
	top:0;
}
/* #### HEADER ############################### */

#header {
	margin: 0 auto;
	width: 96%;
	padding:0;
    height: 90px;
	max-width:1300px;
	box-sizing:border-box;
}
#header .row {
	padding:0;
	margin:0 auto;
}
#logo {
	margin: 0 auto;
	background: #fff;
	padding: 5px;
	width: 300px !important;
	height: 90px;
	float: none;
	box-sizing: border-box;
}
#logo img {
	width:100%;
}
.sticky {
	position: fixed;
	max-width:none!important;
	height:90px!important;
	margin:0!important;
	padding:0!important;
	background:#fff!important;
	left: 0;
	top: 0;
	z-index: 101;
	-webkit-box-shadow: 0px 3px 17px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 17px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 17px -7px rgba(0,0,0,0.75);
	box-sizing:border-box;
	width:100%!important;
}
.sticky .row {
	padding:0!important;
	border:none!important;
}
.sticky #logo {
	background: none;
}
.sticky #navigation {
	margin:0!important;
}
.sticky ul li a {
	color:#fff!important;
}
.sticky .menu span, .sticky .menu span:before, .sticky .menu span:after {
	background-color:#AB293B;
}


/* #### INDEX ############################### */
#teaser {
	margin: 50px auto 0;
	width: 94%;
	padding: 30px 3%;
	max-width: 1300px;
	box-sizing: border-box;
	height:400px;
}
#teaser h1 {
	margin-top:20px;
	color:#fff;
}
#teaser h2 {
	font-size:25px;
	color:#fff;
	font-weight:500;
	margin:0 0 20px;
	text-align:left;
}
#teaser h2:after {
	display:none;
}
#teaser p, #teaser li {
	font-family: 'Roboto', arial, verdana, sans-serif;
	color:#333333;
	font-size:20px;
	line-height:120%;
}
#teaser .row {
	padding:0;
}
#teaser img {
	margin-top:-100px;
}
.lines {
	clear:both;
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
	display:block;
	background:url('../img/bg-lines.svg') #dadada;
	background-position:left!important;
	background-size:10px;
}
.lines h2 {
	margin:0 0 40px;
}
.lines li {
	list-style-type:none;
	margin:0;
}
.lines img {
	border:10px solid rgba(0,0,0,0.1);
	box-sizing:border-box;
}
.white {
	clear:both;
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
	display:block;
	background:#fff;
}
#benefit {
	clear:both;
	box-sizing:border-box;
	width:100%;
	padding:0;
	margin:0;
	display:block;
	background:url('../img/bg-benefit.jpg') no-repeat #fff;
	background-size:cover;
}
#benefit .row {
	padding:0 3%;
	margin-bottom:-11px;
}
#benefit .col-8 {
	background:#1e2126;
	padding:100px 50px;
	box-sizing:border-box;
}
#benefit h2 {
	margin: 0;
	color:#fff;
}
#benefit li {
	padding: 15px 20px 15px 0;
	color:#fff;
	font-weight:500;
	list-style-type:none;
	  -webkit-hyphens: none;
	  -moz-hyphens: none;
	  -ms-hyphens: none;
	  -o-hyphens: none;
	  hyphens: none;
}
#benefit li img {
	margin: -18px 10px 0 0;
	width: 50px;
	height: 50px;
	display: block;
	float: left;
}
.white_boxes > div {
	background:#fff;
	padding:20px;
	box-sizing:border-box;
}
.white_boxes {
	width: 100%;
	padding:20px 0;
	max-width:none;
}
.white_boxes h2 {
	max-width:1300px;
	margin: 0 auto;
}
.white_boxes .col-12 {
	margin:0 2%;
	width: 96%;
}
#auswahl {
	padding-bottom:0;
}
#bestellung {
	background:#AB293B;
	color:#fff;
	display: inline-block;
    width: 100%;
	padding:80px 0 30px;
	margin-top:-7px;
}
.full {
	width: 100%;
	padding: 50px 0 20px;
	max-width: 1300px;
	margin: 0 auto;
}
#bestellung .col-5 {
	background:#fff;
	padding:20px;
	box-sizing:border-box;
	margin:0 4% 0 0;
}
#bestellung h2{
	margin:20px auto;
	max-width:1300px;
	color:#fff;
}
#bestellung h2:after {
	border-bottom:3px solid #fff;
}
#bestellung h3 {
	font-size:26px;
}
#content {
	clear:both;
	padding-top:80px!important;
	box-sizing:border-box;
	width:100%;
	padding:30px 0 30px;
	margin:100px 0 0 0;
	display:block;
	background:url('../img/bg-lines.svg') #fff;
	background-position:left!important;
	background-size:10px;
}
#content h1{
	width:100%;
	max-width:1300px;
	text-align:center;
	margin:20px auto;
	color:#333333;
}
#content h1:after {
	content:'';
	display:block;
	border-bottom:3px solid #333333;
	width:100px;
	margin:30px auto;
}
#content li {
	list-style-type:none;
	margin:0;
}
#content ul {
	padding:0;
}
#content li span,
#content li span {
	width:80px;
	float:left;
	display:block;
}
.content form {
	color:#fff!important;
}
.content form h2:after {
	display:none;
}
.content form h2 {
	font-size:26px;
	text-transform:inherit;
}
.content form h2:first-child {
	margin-top:0;
}
.content form .formdiv {
	margin-bottom:20px;
}
.content form a {
	color:rgba(255,255,255,0.5);
}
.content form a:hover {
	color:#fff;
}
.content form input, select, textarea  {
	background:rgba(0,0,0,0.2);
	border:none;
	color:#fff;
	padding:10px;
	font-family: 'open_sansregular', arial, verdana, sans-serif;
	font-size: 16px;
	line-height: 150%;
	margin-bottom:1px;
}
.content form input {
	width:50%;
}
.content form .checkbox {
	width:auto!important;
}
.content form textarea {
	padding-left:0!important;
	width:95%!important;
}
.content form .button {
	font-size: 20px;
	width:auto!important;
	padding:10px;
	text-transform:uppercase;
	font-family: 'Roboto', arial, verdana, sans-serif;
	font-weight:300;
}
.content form .button:before { 
	content:'';
	font-family: 'FontAwesome';
	float:left;
	font-size: 16px;
    margin: 0 10px 0 0;
	width:20px;
}
.content form input:hover, select:hover, textarea:hover  {
	background:rgba(0,0,0,0.3);
}

/* #### KONTAKT/FOOTER ############################### */

#footer {
	box-sizing:border-box;
	width:100%;
	padding:30px 0;
	position:relative;
	display:inline-block;
	background:url('../img/bg-footer.svg') #333333;
	background-size:10px;
	color:#fff;
	font-size:smaller;
}
#footer ul {
	margin:0;
	padding:0;
	float:right;
}
#footer li {
	float:left;
	list-style-type:none;
	margin:0 20px;
	border-bottom:none;
}
#footer li a {
	color:#fff;
}
#footer li a:hover {
	color: #AB293B;
}



/* ############################################################################################# 
## RWD ##################################################################################
############################################################################################# */

@media only screen and (max-width: 1300px) {
	h2 {
		font-size:30px;
		margin:50px 0 0!important;
	}
	#teaser h2, #benefit h2 {
		margin:0px 0 20px!important;
	}
}
@media only screen and (max-width: 1150px) {
	#bg {
		background-position: -600px -150px;
		background-size: cover;
	}
	#teaser {
		height: 300px;
		margin: 30px 0 20px;
		width: 90%;
		box-sizing: border-box;
		padding: 20px 5%;
	}
	#teaser .col-7 {
		border-left:none;
		padding-left:0;
	}
}
@media only screen and (max-width: 1050px) {
	[class*="col-"] {
		padding: 0;
		width:100%;
		box-sizing:border-box;
		margin:0 0 50px;
	}
	h1 {
		font-size:45px;
	}
	h2 {
		font-weight:500!important;
	}
	h4 {
		font-size:20px;
	}
	#benefit .col-4 {
		display:none;
	}
	.white_boxes > div {
		margin-bottom:0!important;
	}
	.button::before {
		font-size:12px;
	}
	#teaser {
		height:auto!important;
	}
	.lines img, #white img {
		max-width:400px;
	}
	.full {
		width:94%!important;
	}
}
	
@media only screen and (max-width: 767px) {
	#wrapper {
		width:100%;
		/* padding:0 1%; */
		margin:0;
		border:none;
		position:relative;
	}
	#teaser {
		margin: 100px auto 0;
	}
	.row {
		padding:50px 0;
	}
	#benefit .col-8 {
		padding:50px;
	}
}

@media only screen and (max-width: 600px) {
	.content form td {
		width:100%;
		display:block;
	}
	.content form input, select, textarea {
		width:91%!important;
	}
	iframe {
		height:2000px!important;
	}
}


@media only screen and (max-width: 480px) {
	#logo {
		margin: 0 0 0 -11px;
	}
	.button {
		font-size:16px;
		letter-spacing:0;
	}
	.button::before {
		margin: 0 5px 0 0;
	}
	#teaser h1 {
		font-size:35px;
	}
	h2 {
		font-size:30px;
	}
	h3 {
		font-size:25px!important;
	}
	#benefit .row {
		width:100%;
		padding:0;
	}
	#benefit .col-8 {
		padding:50px 10px;
	}
	#benefit .col-8 img {
		margin: 0;
		float: none;
	}
	iframe {
		height:1500px!important;
	}
	input[type="checkbox"]:checked + label::before, input[type="checkbox"]:not(:checked) + label::before, input[type="radio"]:checked + label::before, input[type="radio"]:not(:checked) + label::before {
		margin-left:-30px;
	}
}