/*
	Theme Name: Fotomat.sg-test
	Theme URI: http://fotomat.sg
	Description: Fotomat.sg Test-Theme based on HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Phillip Bührer
	Author URI: http://phillipbuehrer.ch
	Tags: Blank, HTML5, CSS3

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Oswald', sans-serif;
	font-size: 4vw;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 1.4em;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
h1{
	font-family: 'Alfa Slab One', sans-serif;
  font-size: 7vw;
  letter-spacing: 0.5vw;
	margin-top: -2vw;
}
h2 {
	font-size: 3vw;
	padding-bottom: 0;
	margin-top: 8vw;
}
a {
	color: black;
	text-decoration:none;
}
a:hover {
  color: #F7B264;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
::selection !important {
  background-color: #F7B264;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo h1{
	letter-spacing: 2vw;
	padding-top: 8vw;
	padding-bottom: 2vw;
	margin: 0vw;
}

.logo-img {

}
/* nav */
.nav {
	z-index: 33;
	line-height: 5vw;
	float: none;
  width: 100%;
  bottom: 0px;
  position: fixed;
  background-color: #F7B264;
  letter-spacing: 0.8vw;
  text-transform: uppercase;
	list-style: none;
	font-size: 3.5vw;
}

.nav a:hover{
	color: white;
}
/*.nav ul {
	padding-left: 0;
	margin-top:0.2vw;
}

.nav li {
		float: Left;
		width: 33.333%;
		list-style: none;
}*/

/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

p {
	width: 80vw;
	margin-left: 10vw;
}

.introtext p {
	width: 50%;
	margin-left: 25%;
	margin-top: 8vw;
	margin-bottom: 8vw;
}
.textleft{
	text-align: left;
}
.map {
	filter: grayscale(100%);
}

.preis {
	color: #F7B264;
}
.preis strong {
	font-size: 5vw;
}

.facebooklink {
	color: #F7B264;
}

.centertext{
	margin-top: 6vw;
}

.modell-slider {
	display: none;
}
.modell-slider-mobile {
	display: block;
}
.intro-slider {
	display: none;
}
.intro-slider_mobile {
	display: block;
}


/*------------------------------------*\
    slider
\*------------------------------------*/
.metaslider a{
	padding: 15%;
	padding-top: 40%;
	padding-bottom: 40%;
	top:0%;
	margin-top: 0;
	opacity: 0;
}
.rslides_nav.next {
		/*cursor: url(img/right.png), pointer;*/
		padding-left: 25%;
		padding-right: 5%;
		background-color: transparent;
		opacity: 1;
		font-size: 5vw;
}
.rslides_nav.prev {
		/*cursor: url(img/left.png), pointer;*/
		padding-left: 5%;
		padding-right: 25%;
		background-color: transparent;
		opacity: 1;
		font-size: 5vw;
}
.modell-slider .rslides_nav{
			/*opacity: 0;*/
}
/*------------------------------------*\
    formular
\*------------------------------------*/
.nf-form-cont {
	width: 65vw;
	margin-left: 17.5vw;
}
.nf-form-cont h3 {
	font-weight: normal;
		font-size: 2vw;
}
.nf-response-msg p {
		margin-left: 0vw;
			color: #F7B264;
}
.nf-field-element {
	text-align: left;
}
.Form_total p{
	margin-left:0;
	color:  #F7B264;
	font-size: 3vw;
	text-align: center;
}
.form_absenden .nf-field-element{
	text-align:center;
}

input[type="button" i]{
	background-color: #F7B264;
}
input[type="button" i]:hover{
	background-color: black;
	color: white
}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:600px) {
	body{
		font-size: 2vw;
		/*background-color: red;*/
	}
	h1{
		font-size: 3vw;
		margin-top: -1vw;
	}
p {
		width: 65vw;
		margin-left: 17.5vw;
	}
	h2 {
		font-size: 1.5vw;
	}
	.nav {
		line-height: 3vw;
	  letter-spacing: 1.5vw;
		font-size: 2vw;
	}
	.introtext p {
		width: 20%;
		margin-left: 40%;
		margin-bottom: 0;
		margin-top: 3vw;
		text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.5);
	}
	.introtext{
				top: 14vw;
				width: 100%;
				position: absolute;
				z-index: 3;
		}
		.modell-slider {
			display: block;
		}
		.modell-slider-mobile {
			display: none;
		}
		.intro-slider {
			display: block;
		}
		.intro-slider_mobile {
			display: none;
		}
		.logo h1{
			padding-top: 2vw;
			padding-bottom: 0vw;
		}
		.metaslider a{
			padding: 10%;
			padding-top: 20%;
			padding-bottom: 20%;
			top:0%;
			margin-top: 0;
			opacity: 0;
		}
		#ersteZeile {
			margin-top: 0vw;
			padding-top: 0vw;
		}
		#ersteZeile p {
			padding-top: 0;
			margin-top: 0;
		}
		.preis strong {
			font-size: 3vw;
		}
		.team {
			width: 65vw;
			margin-left: 17.5vw;
		}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
