@import url('font-awesome.css');

* {
	padding: 0;
	margin: 0;
}
*:focus {
	outline: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bebebe;
	text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
	background: url(../images/wartung/background.png);
	background-repeat: repeat;
}
a {
	font-size: 12px;
	color: #bebebe;
	outline: none;
}
a img {
	border: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #bebebe;
}
a:hover {
	text-decoration: none;
	color: #bebebe;
}
a:active {
	text-decoration: none;
	color: #bebebe;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 {
	font-size: 14px;
	color: #828282;
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clear { display: inline-block; }
/* start commented backslash hack \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* close commented backslash hack */
.space1 { height: 1px; }
.space2 { height: 2px; }
.space3 { height: 3px; }
.space4 { height: 4px; }
.space5 { height: 5px; }
.space6 { height: 6px; }
.space7 { height: 7px; }
.space8 { height: 8px; }
.space9 { height: 9px; }
.space10 { height: 10px; }
.space11 { height: 11px; }
.space12 { height: 12px; }
.space13 { height: 13px; }
.space14 { height: 14px; }
.space15 { height: 15px; }
.space16 { height: 16px; }
.space17 { height: 17px; }
.space18 { height: 18px; }
.space19 { height: 19px; }
.space20 { height: 20px; }
.space21 { height: 21px; }
.space22 { height: 22px; }
.space23 { height: 23px; }
.space24 { height: 24px; }
.space25 { height: 25px; }
.space26 { height: 26px; }
.space27 { height: 27px; }
.space28 { height: 28px; }
.space29 { height: 29px; }
.space30 { height: 30px; }
.container {
	width: 890px;
	height: auto;
	margin: 0 auto;
}
.logo {
	width: 868px;
	height: 86px;
	background: url(../images/php-fusion-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header {
	width: 868px;
	height: 86px;
	background-repeat: no-repeat;
}
.header.yellow { background: url(../images/wartung/header_yellow.png); }
.header.blue { background: url(../images/wartung/header_blue.png); }
.header.green { background: url(../images/wartung/header_green.png); }
.header.red { background: url(../images/wartung/header_red.png); }
.header.purple { background: url(../images/wartung/header_purple.png); }
.header.gray { background: url(../images/wartung/header_gray.png); }
.content {
	width: 890px;
	height: auto;
	background: url(../images/wartung/content.png);
	background-repeat: repeat-y;
	padding: 13px 24px 4px 24px;
	text-align: center;
	overflow: hidden;
}
.footer {
	width: 868px;
	height: 20px;
	background: url(../images/wartung/footer.png);
	background-repeat: no-repeat;
}
.countdownTimerWrap {
	float: right;
	position: relative;
	left: -50%;
}
.countdownTimer {
	position: relative;
	left: 50%;
}
.days, .hours, .minutes, .seconds, .splitter {
	float: left;
}
.splitter {
	font-size: 64px;
	color: #acacac;
	letter-spacing: -5px;
	font-weight: bold;
	width: 24px;
	text-shadow: rgba(0, 0, 0, 0.75) 0 2px 0;
}
.number {
	font-size: 64px;
	color: #acacac;
	letter-spacing: -5px;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.75) 0 2px 0;
}
.text {
	font-size: 16px;
	color: #6e6e6e;
	margin-top: -2px;
}
.progressBar {
	width: 667px;
	height: 34px;
	background: url(../images/wartung/progress_bar_background.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 3px 3px 4px 3px;
}
.progressBarFill {
	width: 50%;
	height: 34px;
	overflow: hidden;
	float: left;
}
.progressBarFillLeft {
	width: 7px;
	height: 34px;
	background-repeat: none;
	float: left;
}
.progressBarFillRight {
	width: 7px;
	height: 34px;
	background-repeat: none;
	float: right;
}
.progressBarFillMiddle {
	height: 34px;
	background-repeat: repeat-x;
	overflow: hidden;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
}

.green .progressBarFillLeft { background: url(../images/wartung/progress_bar_fill_left_green.png); }
.blue .progressBarFillLeft { background: url(../images/wartung/progress_bar_fill_left_blue.png); }
.yellow .progressBarFillLeft { background: url(../images/wartung/progress_bar_fill_left_yellow.png); }
.purple .progressBarFillLeft { background: url(../images/wartung/progress_bar_fill_left_purple.png); }
.red .progressBarFillLeft { background: url(../images/wartung/progress_bar_fill_left_red.png); }
.gray .progressBarFillLeft { background: url(../images/wartung/progress_bar_fill_left_gray.png); }

.green .progressBarFillMiddle { background: url(../images/wartung/progress_bar_fill_middle_green.png); color: #214200; text-shadow: #d2f000 0 1px 0; }
.blue .progressBarFillMiddle { background: url(../images/wartung/progress_bar_fill_middle_blue.png); color: #001742; text-shadow: #3bd5f0 0 1px 0; }
.yellow .progressBarFillMiddle { background: url(../images/wartung/progress_bar_fill_middle_yellow.png); color: #422b00; text-shadow: #fbed00 0 1px 0; }
.purple .progressBarFillMiddle { background: url(../images/wartung/progress_bar_fill_middle_purple.png); color: #350042; text-shadow: #ef80f2 0 1px 0; }
.red .progressBarFillMiddle { background: url(../images/wartung/progress_bar_fill_middle_red.png); color: #420000; text-shadow: #f28080 0 1px 0; }
.gray .progressBarFillMiddle { background: url(../images/wartung/progress_bar_fill_middle_gray.png); color: #3f3f3f; text-shadow: #eeeeee 0 1px 0; }

.green .progressBarFillRight { background: url(../images/wartung/progress_bar_fill_right_green.png); }
.blue .progressBarFillRight { background: url(../images/wartung/progress_bar_fill_right_blue.png); }
.yellow .progressBarFillRight { background: url(../images/wartung/progress_bar_fill_right_yellow.png); }
.purple .progressBarFillRight { background: url(../images/wartung/progress_bar_fill_right_purple.png); }
.red .progressBarFillRight { background: url(../images/wartung/progress_bar_fill_right_red.png); }
.gray .progressBarFillRight { background: url(../images/wartung/progress_bar_fill_right_gray.png); }

.progressDescription {
	width: 412px;
	height: auto;
	margin: 0 auto;
}
.progressDescriptionHeader {
	width: 412px;
	height: 20px;
	background: url(../images/wartung/progress_description_header.png);
	background-repeat: no-repeat;
}
.progressDescriptionMiddle {
	width: 300px;
	height: auto;
	padding: 5px 56px;
	background: url(../images/wartung/progress_description_middle.png);
	background-repeat: repeat-y;
}
.progressDescriptionMiddle h1 {
	font-size: 16px;
	color: #ddd;
	padding-bottom: 5px;
}
.progressDescriptionMiddle p {
	font-size: 14px;
	color: #bbb;
}
.progressDescriptionFooter {
	width: 412px;
	height: 10px;
	background: url(../images/wartung/progress_description_footer.png);
	background-repeat: no-repeat;
}
.bottomBar {
	height: 39px;
	padding: 0 9px;
	margin-top: -2px;
}
.followUs {
	height: 39px;
	float: left;
	overflow: hidden;
}
.notifyMe {
	height: 39px;
	float: right;
	overflow: hidden;
}
.boxIndent {
	height: 39px;
	overflow: hidden;
}
.boxIndent.icon {
	width: 38px;
	float: left;
	margin-right: 11px;
}
.boxIndent.notify {
	width: 266px;
	float: right;
}
.boxIndentLeft {
	width: 4px;
	height: 39px;
	background: url(../images/wartung/box_indent_left.png);
	background-repeat: no-repeat;
	float: left;
}
.boxIndentMiddle {
	height: 30px;
	background: url(../images/wartung/box_indent_middle.png);
	background-repeat: repeat-x;
	overflow: hidden;
	padding: 4px 0 5px 0;
}
.boxIndentRight {
	width: 4px;
	height: 39px;
	background: url(../images/wartung/box_indent_right.png);
	background-repeat: no-repeat;
	float: right;
}
.boxIndentContent {
	width: 30px;
	height: 30px;
	overflow: hidden;
	max-height: 30px;
	max-width: 30px;
}
.boxIndentContent a img {
	margin: -1px;
	opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .70;
	-moz-opacity: .70;
}
.boxIndentContent a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
}
.notifyMeInput {
	width: 168px;
	height: 39px;
	padding-right: 4px;
	float: left;
	overflow: hidden;
}
.notifyMeInputLeft {
	width: 3px;
	height: 39px;
	background: url(../images/wartung/notify_me_input_left.png);
	background-repeat: no-repeat;
	float: left;
}
.notifyMeInputRight {
	width: 3px;
	height: 39px;
	background: url(../images/wartung/notify_me_input_right.png);
	background-repeat: no-repeat;
	float: right;
}
.notifyMeInputMiddle {
	height: 39px;
	background: url(../images/wartung/notify_me_input_middle.png);
	background-repeat: repeat-x;
	overflow: hidden;
	padding: 0 4px;
}
.notifyMeInputMiddle input {
	width: 100%;
	border: none;
	background: transparent;
	font-size: 13px;
	color: #282828;
	height: 30px;
	line-height: 30px;
}
.notifyMeSubmit {
	height: 39px;
	width: 86px;
	float: right;
}

/* LOGIN FORM */

/* GLOBALS */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.form-1 {
    /* Size & position */
    width: 300px;
    margin: 60px auto 30px;
    padding: 10px;
    position: relative; /* For the submit button positioning */

    /* Styles */
    box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
    border-radius: 5px;
    background: white; /* Fallback */
    background: -moz-linear-gradient(#eeefef, #ffffff 10%);
    background: -ms-linear-gradient(#eeefef, #ffffff 10%);
    background: -o-linear-gradient(#eeefef, #ffffff 10%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeefef), color-stop(0.1, #ffffff));
    background: -webkit-linear-gradient(#eeefef, #ffffff 10%);
    background: linear-gradient(#eeefef, #ffffff 10%);
}

.form-1 .field {
    position: relative; /* For the icon positioning */
}

.form-1 .field i {
    /* Size and position */
    left: 0px;
    top: 0px;
    position: absolute;
    height: 36px;
    width: 36px;

    /* Line */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);

    /* Styles */
    color: #777777;
    text-align: center;
    line-height: 42px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
}

.form-1 input[type=text],
.form-1 input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    /* Size and position */
    width: 100%;
    padding: 10px 18px 10px 45px;

    /* Styles */
    border: none; /* Remove the default border */
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.1),
        inset 0 3px 2px rgba(0,0,0,0.1);
    border-radius: 3px;
    background: #f9f9f9;
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}

.form-1 input[type=text] {
    margin-bottom: 10px;
}

.form-1 input[type=text]:hover ~ i,
.form-1 input[type=password]:hover ~ i {
    color: #52cfeb;
}

.form-1 input[type=text]:focus ~ i,
.form-1 input[type=password]:focus ~ i {
    color: #42A2BC;
}

.form-1 input[type=text]:focus,
.form-1 input[type=password]:focus,
.form-1 button[type=submit]:focus {
    outline: none;
}

.form-1 .submit {
    /* Size and position */
    width: 65px;
    height: 65px;
    position: absolute;
    top: 17px;
    right: -25px;
    padding: 10px;
    z-index: 2;

    /* Styles */
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 
        0 0 2px rgba(0,0,0,0.1),
        0 3px 2px rgba(0,0,0,0.1),
        inset 0 -3px 2px rgba(0,0,0,0.2);
}

.form-1 .submit:after {
    /* Size and position */
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: -2px;
    left: 30px;

    /* Styles */
    background: #ffffff;
    
    /* Other masks trick */
    box-shadow: 0 62px white, -32px 31px white;
}

.form-1 button {
    /* Size and position */
    width: 100%;
    height: 100%;
    margin-top: -1px;

    /* Icon styles */
    font-size: 1.4em;
    line-height: 1.75;
    color: white;

    /* Styles */
    border: none; /* Remove the default border */
    border-radius: inherit;
    background: #52cfeb; /* Fallback */
    background: -moz-linear-gradient(#52cfeb, #42A2BC);
    background: -ms-linear-gradient(#52cfeb, #42A2BC);
    background: -o-linear-gradient(#52cfeb, #42A2BC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#52cfeb), to(#42A2BC));
    background: -webkit-linear-gradient(#52cfeb, #42A2BC);
    background: linear-gradient(#52cfeb, #42A2BC);
    box-shadow: 
        inset 0 1px 0 rgba(255,255,255,0.3),
        0 1px 2px rgba(0,0,0,0.35),
        inset 0 3px 2px rgba(255,255,255,0.2),
        inset 0 -3px 2px rgba(0,0,0,0.1);

    cursor: pointer;
}

.form-1 button:hover,
.form-1 button[type=submit]:focus {
    background: #52cfeb;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-1 button:active {
    background: #42A2BC;
    box-shadow: 
        inset 0 0 5px rgba(0,0,0,0.3),
        inset 0 3px 4px rgba(0,0,0,0.3);
}