/* ==========================================================================
														      			LISTS
   ========================================================================== */
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.einruecken {
	padding-left: 20px;
	list-style-type: disc;
}
/* ==========================================================================
														      EMBED CONTAINER
   ========================================================================== */
.embed-container {
		position: relative;
		padding-bottom: 56.25%; /* 16/9 ratio */
		padding-top: 30px; /* IE6 workaround*/
		height: 0;
		overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}


/* ==========================================================================
															 RESPONSIVE TABLE
   ========================================================================== */
.responsive-table {
	width: 100% !important;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.responsive-table table {
	display: table;
	width: 100%;
}
/* ==========================================================================
																	 CLEARING
   ========================================================================== */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ==========================================================================
																    SCROLLBAR
   ========================================================================== */
::-webkit-scrollbar {
		width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
		background-color: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
		background: rgba(50, 50, 50, 1.0);
		-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(50, 50, 50, 1.0);
}

/* ==========================================================================
														  B U T T O N   (BTN)
   ========================================================================== */
/*.btn {
	display: block;
	background-color: #c10000;
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0;
	color: #fff;
	font-weight: bold;
	line-height: 100%;
	padding: 10px;
	vertical-align: bottom;
	font-size: 17px;
	text-decoration: none;

	-moz-transition:all .2s ease-in;
	-o-transition:all .2s ease-in;
	-webkit-transition:all .2s ease-in;
}

.btn:hover {
	background-color: #333;
	color: #fff;
}*/

/* ==========================================================================
																	STRIPE ME
   ========================================================================== */
.stripeMe {
	color: #fff;
	font-size: 12px;
	/*background-color: #fff;*/
}

.stripeMe tr:nth-child(2n+1) {
	background-color: rgba(255, 255, 255, 0.15);
}
	.stripeMe tr:hover {
		background-color: #cfe11b;
		color: #000;
	}

.stripeMe td {
	padding: 3px;
	/*border-bottom: 1px solid rgba(210, 210, 210, 1);*/
}

.stripeMe td.original {
	padding-left: 26px !important;
	position: relative;
}
.stripeMe td.original:before {
	content: "HT";
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 100%;
	text-align: center;
	position: absolute;
	top: 3px;
	left: 2px;
	display: block;
	padding: 1px 2px;
	background-color: #ffc33f;
	color: #000;
	border: 1px solid #666;

	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.stripeMe td.tel {
	white-space: nowrap;
	min-width: 100px;
}

/* ==========================================================================
																		STUFF
========================================================================== */
.centertext{
	text-align:center;
}
.pdf{
	background-image:url(../img/all/icons/icon_pdf.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
	padding:0 1px 0 20px!important;
}
.picture{
	background-image:url(../img/all/icons/icon_picture.png);
	background-repeat:no-repeat;
	background-position:0 1px;
	padding:0 0 0 20px !important;
}
.marker{
	background-image:url(../img/all/icons/icon_marker.png);
	background-repeat:no-repeat;
	background-position:0 1px;
	padding:0 0 0 18px !important;
}

/* ==========================================================================
                                                         H O V E R   B U M P
  ========================================================================== */
.hover_bump {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover_bump:hover, .hover_bump:focus, .hover_bump:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.hover_bump.extreme:hover {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}

/* ==========================================================================
                                                                       HELPER
   ========================================================================== */
.nomargin {
	margin: 0 !important;
}

.nopadding {
	padding: 0 !important;
}

.spacer {
	display: block;
	height: 20px;
}

.spacer-half {
	display: block;
	height: 10px;
}

.justify {
	text-align: justify;
}

img.responsive {
	width: auto;
	max-width: 100%;
	height: auto;
	margin-bottom: -5px;
}


picture.responsive img, picture.responsive source {
	width: auto;
	max-width: 100%;
	height: auto;
}
