.galerka {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

.col2 .galerka td {
	width: 50%;
}

.col3 .galerka td {
	width: 33.333%;
}

.col4 .galerka td {
	width: 25%;
}

.col5 .galerka td {
	width: 20%;
}

.col6 .galerka td {
	width: 16.666%;
}

.galerka td {
	vertical-align: top;
	text-align: center;
	padding: 5px 0 10px 0;
	border: 2px dotted #ededed;
	max-width: 300px;
}

.galerka td article {
	padding: 3px 10px;
	height: 100%;
}

.galerka .spec.noZoom {
	padding-right: 46px;
}

.galerka .spec {
	margin: 0 auto 10px auto;
	text-align: center;
	color: black;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 36px;
	padding: 0 2px 0 10px;
	max-width: 240px;
}

.galerka .pic {
	display: block;
	margin: 0 auto;
	position: relative;
	max-width: 155px;
}

.galerka a {
	display: block;
	position: relative;
}

.galerka img {
	margin: 0 auto;
	display: block;
	height: auto;
	width: 100%;
	max-width: 155px;
	text-align: center;
}

.galerka h3 {
	padding: 0;
	margin: 0 0 0 0;
	font-weight: 400;
	font-size: 1em;
}

.galerka p {
	padding: 0 10px;
	margin: 0;
	font-size: .9em;
	line-height: 1.3em;
}

.galerka a {
	text-decoration: none;
}

.galerka h3 a {
	display: block;
	padding: 10px 5px;
	padding-bottom: 0;
}

.galerka h4 {
	font-weight: 300;
	color: #343434;
	display: block;
	font-style: normal;
	font-size: .85em;
	line-height: 1.2em;
	margin: 5px 0 0 0;
}

.galerka td:hover {
	-webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, .15);
	box-shadow: inset 0 0 15px rgba(0, 0, 0, .15);
}

.galerka .contentBanner td {
	padding: 10px 0 10px 0;
}

.galerka a:hover .flag {
	border-color: #189d9f;
}

.galerka .flag {
	background: transparent no-repeat 0px 0;
	background-size: contain;
	display: inline-block;
	float: left;
	width: 26px;
	height: 18px;
	border: 1px solid #E3E3E3;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-top: 7px;
}

.zoomButton {
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #dedede;
	text-align: center;
	width: 38px;
	height: 38px;
	float: right;
	line-height: 36px;
	color: silver;
	font-size: 16px;
	margin-top: -5px;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.zoomButton:hover {
	background: #189D9F;
	color: white;
	border-color: #189d9f;
}

.navigation {
	margin: 10px 0 10px 0;
	padding: 3px 0;
	font-weight: 400;
	line-height: 1.7em;
}

.navigation a, .navigation span {
	background: #189D9F;
	font-weight: 300;
	font-size: 1em;
	text-decoration: none;
	display: inline-block;
	margin: 2px;
	color: white;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.navigation a:hover, .navigation .aktiv {
	color: White;
	background: #127879;
	text-decoration: none;
}

.navigation p {
	margin: 0;
	text-align: center;
	padding: 2px 0;
}

.pageHeader {
	margin-top: 12px;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.pageHeader .revor {
	margin: 0;
	width: auto;
	padding: 4px 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.pageHeader h1 {
	margin: 0;
	padding-right: 15px;
}

.revor select {
	width: 45px;
	margin: 0;
}

.revor > div {
	padding: 0 5px 0 0;
}

.revor .btn {
	margin: 0;
	font-size: .85em;
}

.label {
	position: absolute;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	padding: 3px 5px;
	line-height: 1em;
	white-space: nowrap;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.1);
	right: 5px;
	top: -5px;
	color: #666;
}

.tab {
	font-size: 1em;
	border: 1px solid white;
	border-collapse: collapse;
	margin: 12px 0;
	line-height: 1.2em;
}

.tab th {
	color: black;
	font-size: .85em;
	line-height: 1.2em;
	padding: 10px 7px;
	font-weight: 300;
	border: 1px solid white;
}

.tab td {
	border: 1px solid white;
	padding: 9px 6px;
	background: #F7F7F7;
	font-size: .9em;
}

.tab tr:nth-of-type(odd) td {
	background-color: white;
}

.tab tr:hover td {
	background-color: #E2E2E2;
}

table.mTab {
	width: 100%;
}

table.mTab img {
	max-width: 24px;
	height: auto;
	display: block;
}

table.mTab th {
	color: black;
	font-size: 1em;
	padding: 10px 6px;
	font-weight: 300;
	text-align: left;
	border-bottom: 3px solid #189D9F;
}

table.mTab td {
	padding: 9px 6px;
	background: #F7F7F7;
	font-size: .9em;
}

table.summary {
	table-layout: fixed;
	font-size: 1em;
	min-width: 60%;
}

table.summary td {
	text-align: center;
	font-weight: 400;
	padding: 2px 0
}

table.summary td.not span {
	opacity: .4;
}

table.summary th {
	padding: 0 0;
	font-size: 1em;
	font-weight: 400;
}

table.summary th {
	background: #E8E8E8;
}

table.summary a {
	text-decoration: none;
	color: Black;
	display: block;
	padding: 10px 8px;
}

.tabScroll {
	max-width: 100%;
	overflow: auto;
}

table.summary td a {
	border: 2px solid #189D9F;
	border-radius: 50%;
	display: block;
	line-height: 32px;
	width: 36px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

table.summary span {
	display: block;
	padding: 10px 0;
}

table.summary a:hover {
	background: #189D9F;
	color: White;
}
