/*
Theme Name: Floatwork Template
Theme URI: http://floatwork.at
Description: Standard Floatwork Template
Author: Andreas Mauritz
*/

/* FONTS */
@import url("../fonts/quicksand/stylesheet.css");
/* END FONTS */


/* CSS RESET */
html, body, div, span, applet, object, iframe,
blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;	
}

h1, h2, h3, h4, h5, h6, p {
	line-height: 100%;
}

input, select, textarea {
	margin:0;
	padding:0;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

a {
	color: inherit;
	text-decoration: none;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, img, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END CSS RESET*/


/* GENERAL STYLES */
html {
    -webkit-font-smoothing: subpixel-antialiased!important;
}

body {
    -webkit-text-size-adjust: none;
}

p {
    -webkit-font-smoothing: subpixel-antialiased!important;
}

body {
	font-family: 'quicksandbook', sans-serif;
	min-width: 320px;
}

b {
	font-family: 'quicksandbold';
	display: block;
	margin-bottom: .5em;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

p {
	font-size: 1.3em;
}

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.fixed {
	position: fixed;
}

.vCenter {
    text-align: center;
    font-size: 0px;
}

.vCenter > div, .vCenter > img, .vCenter > a, .vCenter > p {
    display: inline-block;
    *display: inline; /** for ie6/7 */
    zoom: 1;
    vertical-align: middle;
    font-size: 16px;
    width: auto;
    height: auto;
    background: #cccccc;
}

.vCenter:after {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    height: 100%;
    width:1;
    content: ""
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

img.alignright {
	float: right; margin: 0 0 1em 1em;
}

img.alignleft {
	float: left; margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block; margin-left: auto; margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block; margin-left: auto; margin-right: auto;
}

/* END GENERAL STYLES */


/* PAGE STYLES */
body {
	background: #fff;
	color: #000; 
}

#logo, #fallback {
	position: relative;
	left: 20%;
}

#fallback {
	width: 60%;
	padding: 50px 0;
}

#fallback img {
	width: 100%;
	height: auto;
}

.logo_part {
	fill: #9D9D9C;
	stroke-dasharray: 5000;
	stroke-dashoffset: 5000;
	fill-opacity: 0;

	-webkit-animation-delay: 0s, 2s;
	-webkit-animation-duration: 5s, 1s;
	-webkit-animation-name: dash, color;
	-webkit-animation-fill-mode: forwards, forwards;
	-webkit-animation-timing-function: linear, linear;

	animation-delay: 0s, 2s;
	animation-duration: 5s, 1s;
	animation-name: dash, color;
	animation-fill-mode: forwards, forwards;
	animation-timing-function: linear, linear;

	-webkit-transition: fill .5s ease;
	-moz-transition: fill .5s ease;
	-o-transition: fill .5s ease;
	transition: fill .5s ease;
}

.logo_part.darkgrey {
	fill: #595959;
}

.hover {
	fill: #fff;
	fill-opacity: 0;
	stroke-opacity: 0;
	cursor: pointer;
	stroke-width: 2;

	-webkit-animation-delay: 0s, 2s, 2s;
	-webkit-animation-duration: 5s, 1s, 1s;
	-webkit-animation-name: dash, color, strokecolor;
	-webkit-animation-fill-mode: forwards, forwards, forwards;
	-webkit-animation-timing-function: linear, linear, linear;

	animation-delay: 0s, 2s, 2s;
	animation-duration: 5s, 1s, 1s;
	animation-name: dash, color, strokecolor;
	animation-fill-mode: forwards, forwards, forwards;
	animation-timing-function: linear, linear, linear;	
}

#metabolic_hover {
	fill: #3AAA35;
	stroke: #3AAA35;
}

#pilates_hover {
	fill: #BE1622;
	stroke: #BE1622;
}

#powerplate_hover {
	fill: #312783;
	stroke: #312783;
}

.training_hover {
	fill: #E94E1B;
	stroke: #E94E1B;
}

#contact {
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;

	padding: 0 27% 100px;
}
/* END PAGE STYLES */


/* MEDIA QUERIES */
@media only screen and (max-width:1024px) {
	html {
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: none;
	}
}

@media only screen and (max-width:1024px) {
	body {
		font-size: 12px;
	}
}

@media only screen and (max-width:768px) {
	#contact {
	    padding: 0px 10% 100px;
	}

	h2 {
		font-size: 1.3em;
	}
}

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

}
/* END MEDIA QUERIES */

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@-o-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@-ms-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes color {
  to {
    fill-opacity: 1;
  }
}

@-moz-keyframes color {
  to {
    fill-opacity: 1;
  }
}

@-o-keyframes color {
  to {
    fill-opacity: 1;
  }
}

@-ms-keyframes color {
  to {
    fill-opacity: 1;
  }
}

@keyframes color {
  to {
    fill-opacity: 1;
  }
}

@-webkit-keyframes strokecolor {
  to {
    stroke-opacity: 1;
  }
}

@-moz-keyframes strokecolor {
  to {
    stroke-opacity: 1;
  }
}

@-o-keyframes strokecolor {
  to {
    stroke-opacity: 1;
  }
}

@-ms-keyframes strokecolor {
  to {
    stroke-opacity: 1;
  }
}

@keyframes strokecolor {
  to {
    stroke-opacity: 1;
  }
}