/* CSS Document */
.obogallery_container {
	position: relative;
	transititon: background-color 400ms;
}
.obogallery_container div {
	box-sizing: border-box;
}
.og_hide {
	display: none;
}
.obogallery_container.og_full {
	display: block;
	position: fixed!important;
	z-index: 500000;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}
.og_full .og_control {
	position: fixed!important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1000;
	background-color: rgba(0,0,0,0.7);
}
.og_full .og_control:before {
	content: " ";
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 600000;
	top: 0;
	right: 0;
	cursor: pointer;
	background-image: url(//twobyone.ch/_libraries/media/close_x.png);	
	background-size: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.7;
}
.og_full .fs_closer {
	width: 60px;
	height: 60px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 600000;
	cursor: pointer;
	background-image: url(//twobyone.ch/_libraries/media/close_x.png);	
	background-size: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.7;
}

.obogallery {
	display: none;
	position: relative;
	z-index: 5000;
	margin: auto;
	overflow: hidden;
	width: 100%;
}
@keyframes minizoom {
	from { opacity: 0; transform: scale(0.9,0.9); }
	to { opacity: 1; transform: scale(1,1); }
}
.og_full .obogallery {
	animation: minizoom 400ms ease-in-out;
}
.og_bild {
	position: absolute;
	z-index: 5200;
	top: 0;
	transform: translateX(100%);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 300ms ease-in-out!important;
}
.og_bild.og_mitte {
	transform: translateX(0);
	transition-timing-function: ease-in-out!important;
	z-index: 10000;
}
.og_bild.og_hinten {
	transform: translateX(0);
	transition-duration: 0!important;
	opacity: 0;
	z-index: 1;
}
.og_bild.og_rechts {
	/*transform: translateX(100.5%);*/
	transform: translateX(100%);
	z-index: 9500;
	opacity: 0;
}
.og_bild.og_links {
	/*transform: translateX(-100.5%);*/
	transform: translateX(-80%);
	z-index: 9500;
	opacity: 0;
}

.og_bild.og_rechts.og_subito, .og_bild.og_links.og_subito {
	transition: transform 0ms ease-in-out!important;
	z-index: 1!important;
}

.og_bild.og_rechts.og_speedy, .og_bild.og_links.og_speedy, .og_bild.og_mitte.og_speedy {
	transition: transform 0ms ease!important;
}

.og_sperrset {
	position: absolute;
	z-index: 4900;
}

.og_fullscreen {
	position: absolute;
	top: 0;
	width: 40%;
	margin-left: 30%;
	height: 100%;
	z-index: 1000000;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
}
.og_full .og_fullscreen {
	display: none;
}
.og_fullscreen .og_fs {
	position: absolute;
	top: 0;
	width: 60px;
	max-width: 100%;
	left: 50%;
	margin-left: -30px;
	cursor: pointer;
	height: 100%;
	background-image: url(//twobyone.ch/_libraries/media/fullscreen.png);	
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.5;
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
}
.og_fullscreen:hover {
	opacity: 1;
}
.og_fullscreen .og_fs:hover {
	opacity: 0.8;
}
@media screen and (max-width: 600px) {
	.og_fullscreen {
		display: none!important;
	}
}
.og_next, .og_prev {
	position: absolute;
	top: 0;
	width: 15%;
	min-width: 50px;
	height: 100%;
	z-index: 11000;
	cursor: pointer;
	opacity: 0.4;
	transition: opacity 400ms ease-in-out, transform 500ms ease-in-out;
}
.og_next:hover, .og_prev:hover {
	opacity: 1;
	transition: 200ms;
}
.og_prev {
	left: 0;
}
.og_next {
	right: 0;
}
.og_pf {
	width: 50%;
	min-width: 20px;
	max-width: 50px;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
}
@media screen and (max-width: 1000px) {
	.og_next, .og_prev {
		opacity: 1;
	}
	.og_pf {
    	filter: drop-shadow(0 0 0.2em rgba(0,0,0,0.5)) drop-shadow(0 0 0.8em #000);		
	}
}
.og_prev .og_pf {
	left: 2%;
	background-image: url(//twobyone.ch/_libraries/media/pfeil_l2.png);	
}
.og_next .og_pf {
	right: 2%;
	background-image: url(//twobyone.ch/_libraries/media/pfeil_r2.png);	
}
.og_prev.og_invisible {
	transform: translateX(-110%);
}
.og_next.og_invisible {
	transform: translateX(110%);
}
.og_none {
	display: none;
}
.og_bullets {
	position: absolute;
	z-index: 22000;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 0.5em 0;
}
.og_bullets_container {
	margin: auto;
	box-sizing: border-box;
}
.og_bullets.og_outer {
	position: static;
	z-index: 22000;
	padding: 0.5em 0;
	opacity: 0.6;
}
.og_bullets.og_outer.opac {
	opacity: 1;
}
.og_bullet {
	display: inline-block;
	width: 18px;
	height: 18px;
	opacity: 0.8;
	cursor: pointer;
	transition: opacity 400ms ease, background-color 800ms ease;
}
.og_bull_thumbs .og_bullet {
	width: auto;
	height: 2.5em;
	margin-bottom: 0.4em;
	opacity: 1;
}
.og_bull_thumbs img {
	height: 100%;
	opacity: 1;
	margin: 0 0.2em;
	-webkit-transition: transform 500ms ease-in-out, box-shadow 500ms ease-in-out;
	-moz-transition: transform 500ms ease-in-out, box-shadow 500ms ease-in-out;
	transition: transform 500ms ease-in-out, box-shadow 500ms ease-in-out;
}
.og_bullet:hover img {
	transform: translateY(-0.3em);
	box-shadow: 0 0.3em 0.8em rgba(0,0,0,0.6);
	transition: transform 150ms ease-in-out, box-shadow 150ms ease-in-out;
}
.og_bullet.og_aktiv img, .og_bullet.og_aktiv:hover img {
	transform: translateY(-0.5em);
	box-shadow: 0 0.5em 1em rgba(0,0,0,0.6);
	transition: transform 150ms ease-in-out, box-shadow 150ms ease-in-out;
}
.og_outer .og_bullet:hover img {
	-webkit-transform: translateY(0.15em);
	-moz-transform: translateY(0.15em);
	transform: translateY(0.15em);
	box-shadow: none;
}
.og_outer .og_bullet.og_aktiv img {
	transform: translateY(0.3em);
	box-shadow: none;
}
.og_bullet_inner {
	width: 9px;
	height: 9px;
	margin: 4px;
	border-radius: 100%;
	background-color: rgba(255,255,255,0);
	border: 1px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.og_bullet.og_bullet_ov {
	width: 22px;
	padding-left: 4px;
	padding-top: 1px;
}
.og_bullet_ov .og_bullet_inner {
	border-radius: 0%;
	float: left;
	width: 6px;
	height: 6px;
	margin: 1px 0 0 1px;
}
.og_bullet_ov .og_bullet_inner:nth-child(2n-1) {
	clear: both;
}
.og_outer .og_bullet_inner {
	background-color: rgba(0,0,0,0);
	border: 1px solid #000;
	box-shadow: 0 0 5px rgba(255,255,255,0.2);
}
.og_bullet.og_aktiv {
	opacity: 1;
}
.og_bullet.og_aktiv .og_bullet_inner {
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.og_outer .og_bullet.og_aktiv .og_bullet_inner {
	background-color: rgba(0,0,0,0.8);
	box-shadow: 0 0 5px rgba(255,255,255,0.4);
}
.og_bullet:hover {
	opacity: 1;
}

.og_full .og_outer .og_bullet_inner {
	border: 1px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.og_full .og_outer .og_bullet.og_aktiv .og_bullet_inner {
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

.og_legend {
	line-height: 1.4em;
	padding-top: 0.5em;
	padding-bottom: 1em;
	width: 100%;
	text-align: center;
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	transition: opacity 200ms;
}
.og_full .og_legend {
	line-height: 1.4em;
	color: #fff!important;
}
.og_legend.og_inner {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10500;
	padding: 1em;
	color: #fff;
	text-shadow: 0 0 15px rgba(0,0,0,0.9), 0 0 5px rgba(0,0,0,1);
}
.og_leg_text {
	float: left;
	width: 80%;
	_box-shadow: 0 0 30px #098;
}
.og_leg_text_mit_counter {
	text-align: left;
}
.og_full .og_leg_text {
	width: 80%;
	float: none;
	margin: 0 10%;
	text-align: center;
	color: #fff;
}
.og_leg_counter {
	float: right;
	text-align: right;
	font-weight: normal;
	width: 15%;
}
.og_full .og_leg_counter {
	width: 100%;
	float: none;
	text-align: center;
	color: #fff;
	font-weight: 300;
	padding-top: 0.5em;
}
.og_clear {
	clear: both;
}
.og_fadein {
	opacity: 1;
}
.og_fadeout {
	opacity: 0;
}
.og_control {
	clear: both;
}

.og_overview_container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100000% 100000%;
	position: absolute;
	z-index: 15300;
	text-align: center;
}
.og_overview_container.og_ov_hide {
	display: none;
}
.og_overview_bild {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	display: inline-block;
	z-index: 100;
	cursor: pointer;
	transition: transform 400ms ease-in-out;
}
.og_overview_bild:hover {
	z-index: 200;
	transform: scale(1.05,1.05);
	transition-duration: 200ms;
}

.og_thumb {
	float: left;
	cursor: pointer;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.og_thumb_outer_legende {
	font-size: 0.9em;
	line-height: 1.3em;
	position: absolute;
	left: 0;
	width: 95%;
	top: 102%;
}

.og_thumb_float {
	display: block;
	position: relative;
	float: left;
	text-align: center;
	margin: 0 1% 1% 0;
}
.og_thumb_float img {
	
}

.og_video_container {
	position: relative;
}
.og_video_sperrset {
	position: relative;
	width: 100%;
}
.og_video_thumb {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	border: none;
	background-color: rgba(0,0,0,0.3);
}
.og_buttonbar {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.og_buttonbar button {
	background-color: transparent;
	border: 0;
	width: 4em;
	height: 1.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1.1em;
	outline: none;
	position: absolute;
	top: 100%;
	margin-top: -2em;
	cursor: pointer;
	opacity: 0.8;
	transform: scale(0.9);
	transition: all 300ms ease-in-out;
}
.og_buttonbar button.og_pl {
	background-color: #fff;
	width: 4em;
	height: 4em;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
	margin-left: -2em;
	background-image: url(//twobyone.ch/_media_icons/material-design-icons-1.0.0/av/svg/ic_play_arrow_24px.svg);
	background-size: 80%;
}
.og_buttonbar:hover button {
	opacity: 1;
}
.og_buttonbar:hover button:hover {
	transform: scale(1);
}
.og_buttonbar:hover button:active {
	opacity: 1;
	transform: scale(0.9);
}

.og_buttonbar button.og_pl:active {
	box-shadow: 0 0 0.2em rgba(0,0,0,1);
}
.og_buttonbar button.og_pl.paused {
	height: 1.5em;
	background-size: 1.3em;
	top: 100%;
	background-color: transparent;
	border-radius: 0;
	filter: drop-shadow(0 0 5px #000);
	box-shadow: none;
	background-image: url(//www.show-ticket.ch/obo_icons4/pause.svg);
}
.og_buttonbar button.og_rs {
	filter: drop-shadow(0 0 5px #000);
	left: 0;
	opacity: 0;
	background-image: url(//www.show-ticket.ch/obo_icons4/refresh.svg);
}
.og_buttonbar button.og_rs.visi {
	opacity: 0.8;
}
.og_buttonbar button.og_fs {
	filter: drop-shadow(0 0 5px #000);
	right: 0;
	opacity: 0;
	background-image: url(//www.show-ticket.ch/obo_icons4/expand_alt.svg);
}
.og_buttonbar button.og_fs.visi {
	opacity: 0.8;
}

.og_buttonbar button.og_ff, .og_buttonbar button.og_rw {
	display: none;
}

.thumbnail_container_magicten {
	display: grid;
	gap: 0;
	margin: 0 -0.5em;
}
.thumbnail_container_magicten .og_thumb {
	float: none;
}
.thumbnail_container_magicten .og_thumb_float {
	width: auto;
	float: none;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0.5em;
}
.thumbnail_container_magicten .og_thumb_float img {
	width: 100%;
	height: 100%;
}











