* {
	margin: 0;
	padding: 0;
}

body, html {
	font-family: 'Open Sans Condensed', Impact, Arial;
}

html, body {
	min-height: 101%;
}
body {
	overflow-y: scroll;
}

body.modal-open {
	width: 100%;
}

.postUploadModalInnerWrapper {
	min-height: 101%;
}

body.embed .postUploadModalInnerWrapper {
	min-height: 100%;
}

body.embed #hochladen_overlay {
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0px;
	margin-left: 0px;
}

.transbutton {
	float: right;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	background: #fff;
	background: rgba(238,238,238,0.5);
	line-height: 40px;
	padding: 0 10px;
	margin-left: 10px;
	position: relative;
	z-index: 1000;
	text-align: center;
}
.transbutton a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #444;
	display: block;
	font-family: 'Open Sans Condensed', Impact, Arial;
	position: relative;
	z-index: 1;
}
.transbutton a:hover {
	color: #eeeeee;
}
.transbutton .btnactive {
	color: #eeeeee;
}

.avatar {
	width: 200px;
	max-width: 200px;
	height: auto;
	max-height: 200px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.stage {
	text-align: center;
	padding-top: 100px;
	overflow: hidden;
}
.stage h2, .stage h3 {
	font-family: 'Open Sans Condensed', Impact, Arial;
	color: #f3f3f3;
	outline: 0;
	font-weight: 600;
	margin: 0;
	text-shadow: 0px 0px 13px rgba(50, 50, 50, 1);
}
.stage h2 {
	font-size: 42px;
}
.stage h3 {
	font-size: 25px;
	margin-top: -1px;
}
.stagebar {
	position: relative;
	width: 100%;
}
.grid-item-content {
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 319px) {
	.stage {
		height: 320px;
	}
	.stagebar {
		top: 100px;
	}
}

@media only screen and (min-width: 320px) {
	.stage {
		height: 320px;
	}
	.stagebar {
		top: 50px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
	.stage {
		height: 320px;
	}
	.stagebar {
		top: 50px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
	.stage {
		height: 300px;
	}
	.stagebar {
		top: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.avatar {
		max-width: 100px;
		max-height: 100px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
	.stage {
		height: 400px;
	}
	.stagebar {
		top: 40px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
	.stage {
		height: 500px;
	}
	.stagebar {
		top: 80px;
	}
}

body {
	background-color: #ecddb4;
}
#header {
	margin: 0 auto 10px;
	max-width: 100%;
	width: 1140px;
	position: relative;
}
#headerbild {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	z-index: 1;
}
#foto_button {
	position: absolute;
	right: 130px;
	bottom: 100px;
	z-index: 2;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
}
#info_button {
	position: absolute;
	right: 130px;
	bottom: 20px;
	z-index: 2;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
}
#foto_button:hover, #info_button:hover {
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-o-transform: rotate(1deg);
}
#foto_button span, #info_button span {
	display: none;
}
#ssb {
	max-width: 1625px;
	margin: 0 auto;
}
#hochladen_overlay {
	background-color: #fff;
	padding: 20px 20px 20px;
	width: 800px;
	max-width: 100%;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -400px;
	text-align: center;
	z-index: 3;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 10px 0px;
	-o-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 10px 0px;
	display: none;
}
.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 10px 12px;
	line-height: 1.42857143;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn-social {
	color: #ffffff;
	border-radius: 6px;
	font-weight: 700;
	width: 100%;
}
.btn-oe3 {
	background-color: #002350;
	border-color: #002350;
}
.btn-oe3:hover, .btn-oe3:focus, .btn-oe3:active {
	background-color: #000d1d;
	border-color: #000813;
	color: #ffffff;
	text-decoration: none;
}
.btn-facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
	background-color: #2d4373;
	border-color: #2a3f6c;
	color: #ffffff;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.label-inside {
	position: relative;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}
.label-inside label {
	position: absolute;
	left: 16px;
	top: 50%;
	z-index: 3;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #c7c7c7;
	font-weight: 400;
	font-size: 15px;
}
.label-inside-textarea label {
	position: absolute;
	top: 16px;
	left: 30px;
	z-index: 3;
	-webkit-transform: translate(0, -10%);
	-ms-transform: translate(0, -10%);
	-o-transform: translate(0, -10%);
	transform: translate(0, -10%);
	color: #c7c7c7;
	font-weight: 400;
	font-size: 15px;
}
@media screen and (max-width: 810px) {
	#hochladen_overlay {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 1300px) {
	#foto_button, #info_button {
		position: relative;
		right: 0;
		bottom: 0;
	}
	#foto_button img, #info_button img {
		display: none;
	}
	#foto_button span, #info_button span {
		display: block;
		background: #ac0a1d;
		font-size: 24px;
		color: #fff;
		padding: 20px 40px;
		margin: 10px 20px;
		text-align: center;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
		-webkit-transition: all ease 0.2s;
		-moz-transition: all ease 0.2s;
		-o-transition: all ease 0.2s;
	}
	#foto_button:hover, #info_button:hover {
		text-decoration: none;
	}
	#foto_button span:hover, #info_button span:hover {
		background: #ba0c20;
	}
}

.item-author {
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 0px;
}
