
/* ===== wurster medien ==================================================
   Author: Simon Wurster
   ========================================================================== */

.pageLoading * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  }
.clear {
   clear: both;
   float: none;
   } 	
.right {
	float: right;
	}
.left {
	float: left;
	}
.hidden {
	visibility: hidden;
	}	
.center {
	text-align: center;
	margin: 0 auto;
	}
.script {
	font-family: 'tablet-gothic', cursive;
	}
	#main-text .script {
		color: rgba(15, 110, 50, 1);
		font-size: 1.125em;
		padding: 0.25em 0;
		display: inline-block;
		}

.message {
	background: rgba(245, 165, 0, 0.9);
	color: rgba(255, 255, 255, 1);
	padding: 1.5em 2em;
	margin: 2em auto;
	width: 600px;
	display: block;
	vertical-align: top;
	text-align: center;
	position: fixed;
	left: 50%;
	margin-left: -300px;
	top: 200px;
	z-index: 600;
	-moz-box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.6);
	}
	.message * {
		color: rgba(255, 255, 255, 1) !important;
		}
	.message .message-close {
		position: absolute;
		right: 1em;
		top: 0.5em;
		}
		
.box {
	color: rgba(216,76,17,1);
	background: rgba(255, 255, 255, 1);
	padding: 0.5em 1em;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	}
	a.box:hover {
		background: rgba(216,76,17,1);
		color: rgba(255, 255, 255, 1);
		}
	.box.big {
		font-size: 1.25em;
		}
	
.btn {
	color: rgba(216,76,17,1);
	background: rgba(255, 255, 255, 1);
	padding: 0.313em 1em;
	display: inline-block;
	text-transform: uppercase;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	}
	.btn:hover {
		background: rgba(216,76,17,10);
		color: rgba(255, 255, 255, 1);
		}
	
.important {
	color: rgba(5, 0, 0, 1);
	background: none;
	}
.upper {
	text-transform: uppercase;
	}
.lower {
	text-transform: lowercase;
	}
.small {
	font-size: 0.875em;
	}	
.big {
	font-size: 1.25em;
	}
.bg-image {
	background-position: center center ;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	}	
.neg  {
	color: rgba(255, 255, 255, 1);
	}

/* ====================
   SMALL
   ==================== */
   
@media only screen and (max-width : 1000px) {
	
.wrapper {
	width: auto;	
	}

}