/*	################################################################

	Author: Carlos Alvarez
	URL: http://alvarez.is

	Project Name: SOLID - Bootstrap 3 Theme
	Version: 1.0
	URL: http://alvarez.is

################################################################# */
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700');

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
	* {
		margin: 0;
		padding: 0px;
	}

	html {
	}

body {
	margin: 0;
	background: #114e80; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #114e80, #005da9); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #114e80, #005da9); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #114e80, #005da9); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #114e80, #005da9); /* Standard syntax */
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #384452;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	overflow: visible;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	color: #4f4f4f;
}

p {
	padding: 0;
	margin-bottom: 12px;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #a8a8a8;
	margin-top: 10px;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	padding: 0;
	margin: 0;
	color: #a8a8a8;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#114e80;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center
}

.gears {
	opacity: 0.05;
	position: fixed;
	height: 80%;
	left: -100px;
	bottom: -100px;
}

.cone-icon {
	width: 20%;
	margin-top: 10%;
	margin-bottom: 10%;
}

.logo {
	width: 40%;
	margin-bottom: 10%;
}

.trennlinie{
	height: 1px;
	width: 100%;
	background-color: #000;
	margin-top: 10%;
	margin-bottom: 10%;
	opacity: 0.1;
}

.box {
	width: 600px;
	position: relative;
	z-index: 10;
	padding-bottom: 10%;
	margin: auto;
	margin-top: 10%;
	margin-bottom: 10%;
	box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.2)  ;
  -moz-box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.2)  ;
  -webkit-box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.2)  ;
	background: #114e80; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #fff, #bfbfbf); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #fff, #bfbfbf); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #fff, #bfbfbf); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #fff, #bfbfbf); /* Standard syntax */
}

@media (max-width: 600px) {
	.box {
		width: 80%;
		padding-right: 5%;
		padding-left: 5%;
	}
}
