html {
	position: relative;
	min-height: 100%;
}
body {
	margin-top: 100px;
	margin-bottom: 60px;
	background: #f5f5f5;
	font-family: 'Roboto Condensed', sans-serif;
}

nav { display: ; }

.clear {
	clear: both;
}

.inner {
	width: 1060px;
	margin: 0 auto;
}
.left {
	float: left;
}
.right {
	float: right;
}

h3.header {
	text-align: center;
	margin: 30px 0;
}

section#intro {
	margin-top: -100px;
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
}
section#intro #intro_wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
section#head h1 {
	font-size: 60px;
	text-transform: uppercase;
	text-align: center;
	color: #fc074c;
}
section#head h2 {
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	color: #A9A9A9;
	position: relative;
}
section#head p {
	text-align: center;
	margin: 10px;
	font-size: 20px;
}
section#head .border {
	width: 50%;
	margin: 0 auto;
	height: 2px;
	background: #ddd;

}

section#home {
	

}
section#home .inner > .box {
	float: left;
	width: 250px;
	height: 350px;
	margin-top: 50px;
	margin-right: 20px;
	padding: 40px 0;
	background: #ffffff;
	text-align: center;
	border: 1px solid #ebebeb;
	position: relative;
}
section#home .inner > .box:last-of-type {
	margin-right: 0;
}
section#home .inner > .box .icon {
	width: 100px;
	height: 100px;
	margin: 0 auto 20px;
	color: #fc074c;	
	text-align: center;
	line-height: 107px;
	font-size: 40px;
	border-radius: 50%;
	border: 3px solid #ededed;
	transition: background 0.9s ease, transform 1.5s ease;
}
section#home .inner > .box:hover .icon {
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg); 
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}
section#home .inner > .box .icon a,
section#home .inner > .box .icon span {
	color: inherit;
}
section#home .inner > .box:hover .icon {
	background: #fc074c;
	color: #fff;
}
section#home .inner > .box h3 {
	font-weight: 300;
	color: #191919;
	
}
section#home .inner > .box h3 a {
	color: inherit;
	transition: all 0.5s ease;
}
section#home .inner > .box h3 a:hover,
section#home .inner > .box:hover h3 a {
	text-decoration: none;
	color: #fc074c;
}

section#home .inner > .box p {
	margin: 23px 20px 0;
	font: 300 14px/24px 'Roboto Condensed';
	padding-top: 25px;
	position: relative;
}
section#home .inner > .box p:after {
	width: 100%;
	height: 1px;
	top: 0;
	left: 0;
	background: #ddd;
	position: absolute;
	content: '';
}

section#home > .wrapper a {
	float: left;
	width: 200px;
	background: rgba(255,255,255,0.5);
	line-height: 24px;
	text-align: center;
	color: #000;

	margin: 25px;
	padding: 20px 0;
	transition: all 0.5s ease;
	font-size:	14px;
	text-transform: uppercase;
}
section#home > .wrapper a:hover {
	width: 230px;
	margin: 10px;
	padding: 103px 0;
	font-size: 24px;
	text-decoration: none;
}

#section1 {
}
ul#table {
	display: block;
	list-style: none;
	text-align: left;
	background: #fff;
	padding: 0;
	margin-bottom: 50px;
	border-radius: 0 0 4px 4px;
}
ul#table li.row {
	border-bottom: none;
	border-top: 1px solid #d9d9d9;
	padding: 20px;
	margin-right: 0;
	margin-left: 0;
}
ul#table li.row .logo {
	float: left;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	width: 88px;
	height: 88px;
	margin: 0 20px 0 0;
}
ul#table li.row .logo img {
	width: 100%;
	height: auto;
}
ul#table li.row .name {
	float: left;
	width: 550px;
	padding: 17px 0 0 0;
}
ul#table li.row .name h3,
ul#table li.row .name h4 {
	margin: 0;
}
ul#table li.row .name h3 {
	font-size: 22px;
}
ul#table li.row .name h4 {
	font-size: 16px;
}
ul#table li.row .location {
	float: left;
	width: 200px;
	font-size: 15px;
	color: #333;
	padding: 14px 0 0 0;
}
ul#table li.row .meta {
	float: right;
}

section form#upload_form {
	margin: 0 auto 0;
	
}
section form .bg {
	padding: 20px 150px;
	background: #fc074c;
	border-radius: 5px 5px 0 0;
}
section form .cat {
	line-height: 35px;
	text-align: center;
	background: #fff;
}
section form .cat label {
	color: #333;
	margin: 0;
	text-transform: uppercase;
	border-right: 1px solid #d9d9d9;
	padding-right: 18px;
	
}
section form .cat label:last-of-type {
	border-right: 0;
}
section form .cat input[type=checkbox] {
	margin-left: 15px;
	margin-top: 2px;
}
section form input[type=text]:first-of-type {
	margin-right: 16px;
}
section form#search input[type=text] {
	width: 370px;
	color: #777;
	padding: 10px 20px;
	height: 40px;
	margin: 0;
}

section#container {
	margin-top: 30px;
	padding: 20px 20px 45px;
	background: #fff;
	border: 1px solid #d9d9d9;
	position: relative;
}
section#container.small {
	width: 600px;
	margin: 30px auto;
}
section#container .logo {
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 20px;
}
section#container .logo img {
	width: 100%;
	height: auto;
}
section#container h3.border {
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	padding: 0 10px;
}
section#container h3 {
	margin-top: 0;
}
#apply {
	display: block;
	width: 200px;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	margin: 20px auto;
	padding: 8px 15px;
	background: #ccc;
	border: 0;
	background: #fc074c;
	color: #fff;
}

section .left_box,
section .right_box {
	width: 520px;
	min-height: 395px;
	margin-top: 30px;
	padding: 20px;
	background: #fff;
	border: 1px solid #d9d9d9;
	position: relative;
}
section .left_box.login,
section .right_box.login {
	min-height: 240px;
}
form.registry {
	
}
form textarea {
	height: 350px;
}
form input[type=file],
form input[type=text],
form select,
form option,
form.registry input[type=text],
form.registry input[type=password] {
	width: 100%;
	color: #777;
	padding: 10px 20px;
	height: 40px;
	margin-bottom: 10px;
	border: 1px solid #D7D7D7;
}
form input[type=file] {
	height: auto;
}
form input#location {
	width: 49%;
	float: left;
}
form select {
	width: 49%;
	float: right;
}
form.cv select {
	width: 100%;
	float: none;
}
form input[type=submit],
form.registry input[type=submit] {
	float: right;
	padding: 8px 15px;
	background: #ccc;
	border: 0;
	background: #fc074c;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
}
form #progressbox,
form #output {
	width: 100%;
	text-align: center;
}
#progressbox {
	position:relative;
	width:390px;
	display:none;
	text-align:left;
}
#progressbar {
	height:30px;
	background-color: #FC074C;
	width:1%;
}
#statustxt {
	line-height: 30px;
	top: 0;
	left:50%;
	margin-left: -25px;
	width: 50px;
	text-align: center;
	position:absolute;
	display:inline-block;
	color: #FFFFFF;
}

section.profil .box {
	width: 500px;
	
}
section.profil ul a {
	float: right;
	margin: 0 5px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #A9A9A9;
}

body > .container {
	padding: 120px 15px 0;
}
.container .text-muted {
	margin: 20px 0;
}

#footer > .container {
	padding: 0;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	text-align: center;
}
#footer a {
	color: #A9A9A9;
}

code {
	font-size: 80%;
}
#textarea_kontakt {
	width: 100%;
	height: 200px;
}