@import url("normalize.css");
@import url("grid.min.css");
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 400;
	src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("RobotoCondensed-Regular.ttf") format('truetype');
}
@font-face {
	font-family: "Roboto Condensed";
	font-style: normal;
	font-weight: 700;
	src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url("RobotoCondensed-Bold.ttf") format('truetype');
}
/* =============================================
   Resets
============================================= */

* {
   margin      : 0;
   padding     : 0;
   outline     : 0;
   box-sizing  : border-box;
}

img,
iframe {
   vertical-align : middle;
   border         : none;
   width				: 100%;
}

button  { outline         : none;  }
figure  { margin          : 0;     }
h1 		{ font-family: 'Roboto Condensed', sans-serif; margin: 0;}
h2 		{ font-family: 'Roboto Condensed', sans-serif; font-size: 34px; text-transform: normal; margin: 0 0 15px 0; color: #00938d; letter-spacing: 1px; position: relative;}
h3 		{ font-family: 'Roboto Condensed', sans-serif; font-size: 18px; text-transform: none; margin: 0 0 15px 0; color: #00938d; letter-spacing: 1px;}
h4 		{ font-family: 'Roboto Condensed', sans-serif; font-size: 14px; text-transform: none; margin: 0 0 10px 0; color: #666666; font-weight: 400;}
a       { text-decoration : none; color: #009999; }
nav ul  { list-style      : none;  }

header ul:after {
  content: "";
  display: table;
  clear: both;
}

/* =============================================
   Global Styles
============================================= */

body {
	font-size   : 16px;
	line-height : 1.6;
	background  : #FFF;
	color: 		#666666;
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 295px;
}

.container{
	max-width			:	1310px;
	width					:	100%;
	margin				:	0 auto;
	padding-right	:	15px;
	padding-left	:	15px;
}
	
/* ====== Border ====== */

.border-top:before,
.border-bottom:after{
  content     : "";
  display     : block;
  height      : 1px;
  background  :  #000;
}

.row-g.border-top:before,
.row-g.border-bottom:after {
  width 	: calc(100% - 30px);
  margin	: 0 15px;
}

p {
	margin-bottom: 15px;
}

main strong {
	color: #009999;
} 

/* =============================================
   Main Styles
============================================= */

header .head {
	position: fixed;
	width: 100%;
	z-index: 5000;
	top: 0px;
	max-height: 295px;
	background: rgba(255,255,255,0.9);
	transition: .2s;
}

header.small .head {
	height: 183px;
}

header .head .logo {
	transition: .2s;
	height: 212px;
	text-align: center;
}

header.small .head .logo {
	height: 100px;
	text-align: center;
}

header .head .logo img {
	height: 80% !important;
	width: auto !important;
	transition: .2s;
	margin: 20px 0;
}

header.small .head .logo img {
	height: 60% !important;
	width: auto !important;
}

header .top {
	font-family: 'Roboto Condensed', sans-serif;
	background: 	#009999;
	padding: 		7px 0;
	font-size: 		12px;
	font-weight: 	bold;
	max-height: 33px;
	color: #fff;
}

header .top a {
	color: 		#fff;

}

header .top .topnav {
	background: none;
	padding: 0px;
	float: left;
}
header .top .topnav ul li {
	display: inline-block;
	margin-right: 15px;
	text-transform: uppercase;
}

header .top .topnav ul li:last-child a {
	cursor: default;
}

header .top nav {
	float: left;
}

header .nav {
	border-top: 	1px solid #009999;
	border-bottom: 	1px solid #009999;
	text-align: 	center;
	height: 		50px;
	font-family: 'Roboto Condensed', sans-serif;
	background: rgba(255,255,255,0.9);
}

header .nav li {
	display: 	inline-block;
	position: relative;
}

header .nav li a:hover {
	
}

header .nav li a {
	display: 	block;
	padding: 	0 13px;
	height:     49px;
	line-height: 50px;
	font-size: 	15px;
	color: 		#666666;
	font-weight: 700;
	transition: 		.2s ;
	position: relative;
}

header .nav li a:after {
	content: 	"";
	width: 100%;
	height: 2px;
	background: #009999;
	position: absolute;
	bottom: 0px;
	left: 0px;
	opacity: 0;
	transition: .3s;
}

header .nav li ul {
	position: absolute;
	left: 0px;
	background: #fff;
	border: 1px solid #009999;
	border-top: none;
	font-size: 	15px;
	width: 200%;
	transition: .2s;
	opacity: 0;
	visibility: hidden;
	
}

header .nav li ul:before {
	content: 	"";
	width: 100%;
	height: 2px;
	background: #009999;
	position: absolute;
	top: -2px;
	left: 0;
	transition: .3s;

}


header .nav li ul li {
	display: block;
	text-align: left;
	width: auto!important;
	position: relative;
}

header .nav li ul li a {
	display: block;
	padding: 8px 13px;
	height: auto;
    line-height: inherit;
    color: #666666;
    font-weight: 400;
    transition: .2s;
    position: relative;
}

header .nav li ul li a:hover {
	background: #009999;
	color: #fff;
}

header .nav li ul li a:after {
	content: 	"";
	width: 0;
	height: 0;
	background: #009999;
	position: absolute;
	bottom: 0px;
	left: 0px;
	opacity: 0;
	transition: .3s;
}

header .nav li ul li ul {
	position: absolute;
	top: 0px;
	left: 100% !important;
	width: 100% !important;
	opacity: 0;
}

header .nav li:hover ul, header .nav li ul li:hover ul {
	opacity: 1;
	z-index: 50000;
	visibility: visible;
}

header .nav ul li a:hover:after, .nav ul li a.active:after {
	opacity: 1;
}

.border {
	height: 1px;
	width: 100%;
	background: #fff;
	border-top: 30px solid #ff9933;
	border-bottom: 30px solid #ff9933;
	box-sizing: content-box;
	position: relative;
	clear: both;
}

.border:before {
	content: "";
    position: absolute;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    top: -45px;
	background: #f8f8f8;
}

.border:after {
	content: "";
    position: absolute;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    top: 16px;
	background: #ff9933;
}

.border .arrow {
	font-size: 52px;
	color: #fff;
	height: 100px;
	width: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 500000;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

main .slides .slider-wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

main .slides .slider-wrapper .slider-text {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #3d3d3d;
	height: 100%;
	width: 30%;
	padding: 20px 20px 20px 20px;
}

main .slides .slider-wrapper .slider-text h3 {
	color: #fff !important;
	font-size: 25px;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

main .slides {
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 5px 9px -4px rgba(191,191,191,1);
	-moz-box-shadow: 0px 5px 9px -4px rgba(191,191,191,1);
	box-shadow: 0px 5px 9px -4px rgba(191,191,191,1);
}

main .slides .slider-direction, main .slides .slider-pagination {
	display: none;
}

main article h2, main .blog h2, main hgroup h2 {
	padding: 0 0 0 30px;
}
main article h2:before, main .blog h2:before, main hgroup h2:before {
	content: "";
	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
	border-style: solid;
	border-width: 0 15px 25px 0;
	border-color: transparent #b3b3b3 transparent transparent;
	position: absolute;
    top: 16px;
	left: 0px;
}

main .home {
	background: #f8f8f8;
	padding-bottom: 10px;
	float: left;
}

main .contentpage {
	padding: 0 0 20px 0;
}

main .contentpage a {
	color: #009999;
	transition: .2s;
}

main .contentpage a:hover {
	color: #000;
		
}

main .contentpage ul {
	margin: 0 0 10px 20px;
}

main .contentpage .ul-col ul {
	list-style: none;
	float: left;
	display: block;
	margin: 0 20px 0 0;
}
main .contentpage .ul-col ul li {
	margin-bottom: 10px;
}
main .contentpage .ul-col ul li ul {
	float: none;
	display: block;
	clear: both;
	margin: 0px;
}

main .contentpage .ul-col ul li ul li ul {
	float: none;
	display: block;
	clear: both;
	
}
main .contentpage .ul-col ul li ul li ul li {
	float: none;
	display: block;
	clear: both;
	margin-left: 10px;
}
main .blog article {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}
main .service article {
	position: relative;
	min-height: 120px;
}

main .service h3 {
	width: 100%;
	clear: both;
}

main .service article .blog-image {
	height: 100%;
	line-height: 98px;
}
main .service article img {
	width: 150px;
	height: auto;
	margin: 0 auto;
}

main .service article .more {
	
	height: 100% !important;
	width: 100px;
	float: right;
}
main .service article .button {
	background: #00938d;
	display: block;
	width: 50px;
	position: absolute;
	right: 0px;
	height: 100%;
	top: 0px;
	text-align: center;
	color: #fff;
	line-height: 120px;
	transition: .2s;
}

main .service article .button:hover {
	background: #ff9933;
}

main .service2 article {
	position: relative;
	min-height: 120px;
}

main .service2 h3 {
	width: 100%;
	clear: both;
}

main .service2 article .blog-image {
	height: 100%;
	line-height: 98px;
}
main .service2 article img {
	height: 80px;
	margin: 0 auto;
}

main .service2 article .more {
	
	height: 100% !important;
	width: 100px;
	float: right;
}
main .service2 article .button {
	background: #00938d;
	display: block;
	width: 50px;
	position: absolute;
	right: 0px;
	height: 100%;
	top: 0px;
	text-align: center;
	color: #fff;
	line-height: 120px;
	transition: .2s;
}

main .service2 article .button:hover {
	background: #ff9933;
}


main .products article {
	min-height: 445px;
	position: relative;
}

main .products article .blog-image {
	margin-bottom: 15px;
}

main .products article .button {
	background: #00938d;
	width: calc(100% - 20px);
	padding: 10px 10px;
	display: block;
	color: #fff;
	margin-top: 20px;
	position: absolute;
	bottom: 10px;
}

main .sidebutton {
	margin-top: 16px;
}

main .sidebutton a {
	display: block;
	background: #009999;
	width: 100%;
	padding: 15px 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	transition: .2s;
}

main .sidebutton a:hover {
	background: #ff9933
}

main .map {
	margin-top: 75px;
}

main .dropdown {
	clear: both;
	margin-bottom: 20px;
}

main ol, main ul {
	margin: 0px 0 20px 30px;
	padding: 0px;
}

main .dropdown ul {
	list-style: none;
}

main .dropdown ul {
	margin: 0px;
}
main .dropdown ul li ul {
	margin-left: 20px;
}
main .dropdown h4 {
	width: 100%;
	display: block;
	padding: 9px 3px 9px 35px; 
	border: 1px solid #e1e1e1;
	margin: 0px;
	position: relative;
	cursor: pointer;
	transition: .2s;
	color: #009999;
}

main .dropdown h4:hover {
	background: #fff;
}


main .dropdown h4:before {
	content: "\f0fe";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	position: absolute;
	left: 10px;
	transition: .2s;
	color: #009999 !important;
}

main .dropdown h4.active:before {
	content: "\f146";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	position: absolute;
	left: 10px;
	color: #009999 !important;
}
main .dropdown div {
	display: none;
	background: #fff;
	padding: 12px 30px 11px 30px;
	border: 1px solid #e1e1e1;
}


/* =============================================
   Contact Form
============================================= */

main .contact {
	background: #009999;
	padding: 70px 0;
	margin-top: 20px;
}

main .contact .call {
	background: #fff;
	text-align: center;
	color: #222222;
	padding: 40px 0 10px ;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	margin-bottom: 30px;
}

main .contact .call strong {
	color: #000;
}

main .contact .call:before {
	content: "\f095";
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	position: absolute;
	 left: 50%;
    transform: translateX(-50%);
	top: -30px;
	font-size: 32px;
	color: #fff;
	background: #ff9933;
	border-radius: 50%;
	line-height: 60px;
	width: 60px;
	height: 60px;
}

main  .contactform .fieldrow.send .g-recaptcha, main  .contact .contactform .fieldrow.send .g-recaptcha {
	float:left;
	width:100%;
	clear:both;
	margin-bottom:15px;
}


main .contact .contactform .fieldrow, main .contactform .fieldrow {
	margin-bottom: 15px;
	padding: 0 5px;
}

main .contact .contactform .fieldrow.datenschutz, main .contactform .fieldrow.datenschutz, main .contact .contactform .fieldrow.datenschutz-en, main .contactform .fieldrow.datenschutz-en {
	clear: both;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
main .contact .contactform .fieldrow.datenschutz label, main .contactform .fieldrow.datenschutz label, main .contact .contactform .fieldrow.datenschutz-en label, main .contactform .fieldrow.datenschutz-en label {
	display: inline-block;
	width: 95%;
	float: left;
	font-size: 11px;
}

main .contact .contactform .fieldrow.datenschutz input, main .contactform .fieldrow.datenschutz input, main .contact .contactform .fieldrow.datenschutz-en input, main .contactform .fieldrow.datenschutz-en input {
	display: inline-block;
	float: left;
	width: auto;
	margin-right: 5px;
	margin-top: 2px;
}

main .contact .contactform .fieldrow label, main .contactform .fieldrow label {
	display: none;
}

main .contact .contactform input, main .contact .contactform textarea, main .contactform input, main .contactform textarea {
	width: 100%;
	border: 1px solid #bababa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	padding: 8px;
	color: #8d8d8d;
	font-size: 15px;
}

main .contact .contactform textarea, main .contactform textarea {
	resize: none;
	height: 120px;
}

main .contact .contactform button, main .contactform button {
	background-color: #ff9933;
    color: #ffffff;
	border: 1px solid #007777;
	margin: 0;
    padding: 16px 20px;
    border-radius: 2px;
    font-weight: normal;
    min-width: 142px;
    outline: none;
	font-size: 13px;
	transition: all 0.3s ease-out;
}

main .contact .contactform button:hover, main .contactform button:hover {
	background: #009999;
}

main .contact h3 {
	color: #000;
}
.contact a{
	color:#000;
	text-decoration:underline;
}
/* =============================================
   Footer
============================================= */

footer .top {
	background: 	#333333;
	padding: 	40px 0;
	color: 		#aaaaaa;
	font-size: 		14px;
}

footer .top .logos span img {
	background: #222222;
	margin-right: 10px;
	margin-top: 20px;
}

footer .top .logos span {
	margin-left: 10px;
	float: left;
}

footer .bottom {
	padding: 		15px 0 0;
	background: #000;
	color: #fff;
	font-size: 		13px;
	font-weight: 	normal;
}

footer .legal {
	float: left;
}

footer nav {
	float: right;
	text-align: right;
}

footer nav a {
	color: #aaaaaa;
	transition: .2s;
}

footer nav a:hover {
	color: #009999;
}

footer .bottom nav ul {
	float: right;
	text-align: right;
}
footer .bottom nav ul li {
	display: inline-block;
	margin-left: 20px;
}

footer .top nav ul li {
	margin: 0 0 10px 0;
}

footer h4 {
	font-weight: 700;
	color: #919191;
}

footer .scrollup {
	position: fixed;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    opacity: 0;
    right: 50px;
    bottom: 50px;
    z-index: 1030;
	background-color: #111111;
	transition: all 0.6s ease-out;
	color: #fff;
}

footer .scrollup.animate {
	opacity: 0.7;
}
/* =============================================
   Media Queries
============================================= */

@media (max-width: 1310px) {
	
}
@media (max-width: 1024px) {
  
  /* ====== Global Styles ======*/
  
  .container{
    padding-right	:	10px;
    padding-left	:	10px;
  }
  
  /* ====== Header ====== */
  
  header .container,
  header .row,
  header .row-g {
    padding-right: 0;
    padding-left: 0;
  }
  
  header nav {
    background: lightgrey;
    display: none;
  }
  
  header nav li {
    float: none;
    border-bottom: 1px solid #000;
  }
  
  header nav li:last-child {
    border: none;
  }
  
  header nav a {
    display: block;
    padding: 10px 20px;
  }
	
	body {
    font-size: 14px;
    line-height: 1.6;
    background: #FFF;
    color: #666666;
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 220px;
}
	
	header .top {
    font-family: 'Roboto Condensed', sans-serif;
    background: #009999;
    padding: 7px 20px;
    font-size: 12px;
    font-weight: bold;
    min-height: 60px;
    color: #fff;
		line-height: 45px;
		
}
	
	header .head {
    position: fixed;
    width: 100%;
    z-index: 5000;
    top: 0px;
    height: 220px;
    background: rgba(255,255,255,0.9);
    transition: .2s;
		border-bottom: 1px solid #009999;
}
	header .head .logo {
    transition: .2s;
    height: 60%;
    text-align: center;
		
}
	
	header .head .logo img {
    height: 100% !important;
    width: auto !important;
    transition: .2s;
    margin: 15px 0px;
}
	
	header.small .head {
    height: 150px;
}
	
	header.small .head .logo {
    height: 89px;
    text-align: center;
}
	header .head .nav {
		display: none;
		position: absolute;
		border-top: 1px solid #009999;
		border-bottom: 1px solid #009999;
		text-align: center;
		font-family: 'Roboto Condensed', sans-serif;
		background: #f8f8f8;
		top: 0px;
		width: 100%;
		height: 100vh;
		padding-top: 50px;
		overflow: scroll;
	}
	
	header .head .nav li ul, header .head .nav li ul li ul {
		opacity: 1;
		position: relative;
		border: none;
		background: #f8f8f8;
		visibility: visible;
		width: 100%;
	}
	
	header .nav li ul li ul {
		left: 0 !important;
		text-indent: 40px;
	}
	
	header .nav li ul:before {
		content: none;
	}
	
	header .nav li ul li ul li {
		border: none;
	}
	header .nav li {
    display: block;
    position: relative;
	border-bottom: 1px solid #e1e1e1;
		text-align: left;
}
	
	header .nav li ul li {
    display: block;
    text-align: left;
    width: auto!important;
    position: relative;
		border: none;
		margin-left: 20px;
}
	
	main .slides .slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
	
	main .slides .slider-wrapper .slider-text {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #3d3d3d;
    height: 100%;
    width: 50%;
    padding: 150px 10px 10px 10px;
}
	main .slides .slider-wrapper .slider-text h3 {
    color: #fff !important;
    font-size: 15px;
}
  main .products article {
    min-height: 470px;
    position: relative;
}
	
	main .service article {
    position: relative;
}
	main .sidebutton a {
    display: block;
    background: #009999;
    width: 100%;
    padding: 15px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    transition: .2s;
}

main .service article img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
	
	
}

@media (max-width: 900px) {
	
	
}

@media (max-width: 767px) {
	
	body {
		padding-top: 220px;
	}
	
	h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    color: #00938d;
    letter-spacing: 1px;
    position: relative;
	}
	
	main article h2, main .blog h2 {
    padding: 0 0 0 25px;
	}
	
	main article h2:before, main .blog h2:before {
    content: "";
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
	transform: rotate(360deg);
    border-style: solid;
    border-width: 0 15px 25px 0;
    border-color: transparent #b3b3b3 transparent transparent;
    position: absolute;
    top: 10px;
    left: 0px;
	}
	
	header .top {
    font-family: 'Roboto Condensed', sans-serif;
    background: #009999;
	padding: 10px;
    font-size: 15px;
    font-weight: bold;
    min-height: 60px;
    color: #fff;
	line-height: 45px;
	max-height: 0;
	float:left;
	width:100%;
	}
	
	header .head {
    position: fixed;
    width: 100%;
    z-index: 5000;
    top: 0px;
    height: 220px;
    background: rgba(255,255,255,0.9);
    transition: .2s;
	border-bottom: 	1px solid #009999;
	}
	
	
	header.small .head {
    height: 130px;
	}
	
	header .top ul {
		width: 100%;
		text-align: left ;
		line-height: 20px;
	}
	
	header .head .logo {
    transition: .2s;
    height: 55%;
	width: auto;
    text-align: center;
	}
	
	header.small .head .logo {
    height: 70px;
    text-align: center;
	}
	
	header .head .logo img {
    height: 100% !important;
    width: auto !important;
    transition: .2s;
	}
	
	header.small .head .logo img {
    height: 75% !important;
    width: auto !important;
		margin: 10px 0;
	}
	
	header .head .nav {
		display: none;
		position: absolute;
		border-top: 1px solid #009999;
		border-bottom: 1px solid #009999;
		text-align: center;
		font-family: 'Roboto Condensed', sans-serif;
		background: #f8f8f8;
		top: 0px;
		width: 100%;
		height: 100vh;
		padding-top: 50px;
		overflow: scroll;
	}
	
	header .head .nav li ul, header .head .nav li ul li ul {
		opacity: 1;
		position: relative;
		border: none;
		background: #f8f8f8;
		visibility: visible;
		width: 100%;
	}
	
	header .nav li ul li ul {
		left: 0 !important;
		text-indent: 40px;
	}
	
	header .nav li ul:before {
		content: none;
	}
	
	header .nav li ul li ul li {
		border: none;
	}
	header .nav li {
    display: block;
    position: relative;
	border-bottom: 1px solid #e1e1e1;
		text-align: left;
		}
	
	header .nav li ul li {
    display: block;
    text-align: left;
    width: auto!important;
    position: relative;
		border: none;
}
	
	header .top .topnav ul li:last-child {
		clear:both;
		display:block;
	}
	
	main .slides .slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
	
	main .slides .slider-wrapper .slider-text {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #3d3d3d;
    height: 100%;
    width: 50%;
    padding: 5px;
}
	main .slides .slider-wrapper .slider-text h3 {
    color: #fff !important;
    font-size: 15px;
    position: relative;
    left: 0;
    bottom: 0;
}
	
	footer .legal {
    float: left;
		text-align: center;
}
	
	footer .bottom nav ul {
		float: left;
		text-align: center;
		width: 100%;
	}
	
	footer .bottom {
    padding: 15px 0;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}
	footer .bottom nav ul li {
    display: inline-block;
    margin-left: 20px;
	}
	
	footer .top .contact, footer .siegel {
		margin-bottom: 20px;
	}

}

@media (max-width: 375px) {

main iframe {
		width: 100% !important;
		height: auto !important;
	}
	
	main .service article img {
    width: 70%;
    height: auto;
    margin: 0 auto;
}
}

.user form {
	margin-top: 15px;
}

.user form .row {
	margin-bottom: 15px;
}
.user form .row label, .user form .row input {
	width: 100%;
	float: left;
	clear: both;
}

.user form .row input {
	width: 100%;
border: 1px solid
#bababa;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:
#fff;
padding: 8px;
color:
#8d8d8d;
font-size: 15px;
}

.user form button:hover {
    background: #ff9933;
}
.user form button {
    display: block;
    background: #009999;
    width: 100%;
    padding: 15px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    transition: .2s;
	border: none;
}