/* general */

#wivr-viewer {
	align-items: center;
	background-color: #f1f1f1;
	box-sizing: border-box;
	color: #222;
	overflow: hidden;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	/*touch-action: manipulation;*/
	z-index: 4;
}

.wivr-hidden {
	display: none !important;
}

.wivr-overflow-hidden {
	overflow: hidden !important;
	position: fixed;
}

.wivr-hidden-anim {
	display: none !important;
}

/* viewport */

#wivr-slide-viewport {
	bottom: 0;
	box-sizing: border-box;
	left: 0;
	margin: auto;
	max-height: 1200px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

#wivr-slide-container {
	/*background-color: greenyellow;*/
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate3d(0, 0, 0);
	/*transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);*/
	/*transition: transform 333ms ease-out;*/
}

.wivr-slide-anim {
	transition: transform 300ms ease-out;
}

.wivr-slide {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

/* viewport controls */

.wivr-control {
	background-color: rgba(255, 255, 255, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.wivr-btn-pn {
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	justify-content: center;
	margin-top: -30px;
	opacity: 0.001;
	transition: opacity 300ms ease-in-out;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 50%;
	width: 2.6rem;
	z-index: 1;
}

.wivr-btn-pn .material-icons {
	font-size: 2rem;
}

#wivr-btn-prev {
	border-radius: 0 2px 2px 0;
	left: 0;
}

#wivr-btn-next {
	border-radius: 2px 0 0 2px;
	right: 0;
}

#wivr-zoom-panel {
	height: 5.2rem;
	margin-top: 3rem;
	opacity: 0.001;
	transition: opacity 300ms ease-in-out;
	position: absolute;
	right: 0;
	top: 50%;
	width: 2.6rem;
	z-index: 1;
}

.wivr-btn-zoom {
	align-items: center;
	border-radius: 2px 0 0 2px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 2.6rem;
	justify-content: center;
	position: relative;
	text-decoration: none;
	z-index: 1;
}

#wivr-btn-zoom-in {
	margin-bottom: 4px;
}

/* toast message */
#wivr-toast-message {
	align-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 18px;
	bottom: 4.6rem;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.9em;
	justify-content: center;
	justify-items: center;
	left: 50%;
	line-height: 1.2rem;
	min-width: 100px;
	max-width: 80%;
	opacity: 0.001;
	padding: 0.5rem 1.5rem;
	position: fixed;
	text-align: center;
	transform: translateX(-50%);
	transition: opacity 300ms ease-in-out;
	z-index: 2;
}

.wivr-toast-show {
	opacity: 0.9 !important;
}

/* pages */

.wivr-page-container {
	/*background-color: greenyellow;*/
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.wivr-page {
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.wivr-page-single {
	left: 0;
	width: 100%;
}

/*.slide:nth-child(even) {*/
/*background-color: #0a88ff;*/
/*}*/

/*.slide:nth-child(odd) {*/
/*background-color: red;*/
/*}*/

.wivr-page-left {
	right: 50%;
	width: 50%;
}

.wivr-page-right {
	left: 50%;
	width: 50%;
}

.wivr-page-img {
	bottom: 0;
	display: block;
	margin: auto;
	position: absolute;
	opacity: 0.001;
	top: 0;
	transition: opacity 200ms ease-in-out;
}

.wivr-page-single-img {
	left: 0;
	right: 0;
}

.wivr-page-left-img {
	right: 0;
}

.wivr-page-right-img {
	left: 0;
}

.wivr-zoomed-in img {
	cursor: grab;
}

.wivr-dragging img {
	cursor: grabbing !important;
}

/* page overlays */

.wivr-overlay {
	position: absolute;
	z-index: 1;
}

.wivr-overlay-link {
	z-index: 2;
}

.wivr-overlay-button {
	align-items: center;
	background-color: #13aef0;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	height: 28px;
	justify-content: center;
	margin-left: -16px;
	margin-top: -16px;
	opacity: 0.001;
	transition: opacity 300ms ease-in-out;
	text-align: center;
	text-decoration: none;
	transform: scaleX(-1);
	width: 28px;
}

.wivr-overlay-animation {
	animation: wivrfadeinout 2s linear 2;
}

.wivr-overlay-touch-icon {
	background-color: #13aef0;
	border-radius: 28px;
	height: 28px;
	left: 50%;
	margin-left: -14px;
	margin-top: -14px;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 28px;
}

.wivr-overlay-area:hover .wivr-overlay-touch-icon {
	opacity: 1;
}

.wivr-overlay-touch-icon-inner {
	left: 50%;
	position: absolute;
	top: 50%;
}

.wivr-overlay-touch-icon-inner1 {
	background-color: #fff;
	border-radius: 24px;
	height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	width: 24px;
}

.wivr-overlay-touch-icon-inner2 {
	background-color: #13aef0;
	border-radius: 16px;
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
	width: 16px;
}

.wivr-overlay-touch-icon-inner3 {
	background-color: #fff;
	border-radius: 12px;
	height: 12px;
	margin-left: -6px;
	margin-top: -6px;
	width: 12px;
}

.wivr-overlay-touch-icon-inner4 {
	background-color: #13aef0;
	border-radius: 4px;
	height: 4px;
	margin-left: -2px;
	margin-top: -2px;
	width: 4px;
}

.wivr-overlay-button .material-icons {
	color: #fff;
	margin-top: -2px;
}

/* dialog */

.wivr-dialog-mask {
	align-items: stretch;
	background-color: rgba(192, 192, 192, 0.6);
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 999;
}

.wivr-dialog-mask[hidden] {
	display: none;
}

.wivr-dialog-body {
	background-color: #fff;
	color: #000;
	display: flex;
	flex-flow: column nowrap;
	margin: 80px auto;
	max-width: 500px;
	width: 90%;
	opacity: 1;
	position: relative;
	transform: scale(1);
	transition: visibility 0s, opacity .3s linear, transform .15s ease-in-out;
	visibility: visible;
}

.wivr-dialog-body--invisible {
	opacity: 0;
	transform: scale(0.1);
	visibility: hidden;
}

.wivr-dialog-link-close {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 50px;
	justify-content: center;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	width: 50px;
}

.wivr-dialog-link-close-icon {
	font-size: 30px;
	height: 30px;
	width: 30px;
}

.wivr-dialog-headline {
	font-weight: bold;
	padding: 30px 20px 10px 20px;
}

.wivr-dialog-paragraph {
	line-height: 1.3;
	padding: 0 20px 0.2em 20px;
}

.wivr-dialog-paragraph--center {
	text-align: center;
}

.wivr-location-search {
	align-items: stretch;
	display: flex;
	flex-flow: row nowrap;
	flex: 0 0 44px;
	/*height: 44px;*/
	padding: 10px 20px 10px 20px;
}

.wivr-location-search-field {
	align-items: stretch;
	border: 1px solid #d2d2d2;
	display: flex;
	flex: 1;
}

.wivr-location-search-clear-button {
	align-items: center;
	background: transparent;
	border: 0;
	color: inherit;
	display: flex;
	flex: 0 0 50px;
	font: inherit;
	justify-content: center;
	line-height: normal;
	outline: none;
	padding: 0;
}

.wivr-location-search-submit-button {
	align-items: center;
	background: transparent;
	border: 1px solid #d2d2d2;
	border-left: 0;
	color: inherit;
	display: flex;
	font: inherit;
	height: 100%;
	justify-content: center;
	line-height: 100%;
	outline: none;
	padding: 0;
	width: 50px;
}

.wivr-location-search-input {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	color: inherit;
	display: block;
	flex: 1;
	font: inherit;
	/*line-height: 40px;*/
	/*line-height: 100%;*/

	outline: none;
	padding-left: 8px;
	/*width: 100%;*/
}

.wivr-location-search-results {
	overflow-y: auto;
	padding: 10px 20px 10px 20px;
}

.location-search__result-item {
	border-top: 1px solid #eee;
	cursor: pointer;
	padding: 10px 0;
}

.wivr-store-list-container {
	overflow-y: auto;
	padding: 10px 20px 10px 20px;
}

.wivr-store-list {
	box-sizing: border-box;
	list-style: none;
	margin: 10px 0 5px 0;
	padding: 0;
	position: relative;
}

.wivr-store-list-item {
	align-items: stretch;
	border-top: 1px solid #eee;
	box-sizing: border-box;
	display: flex;
	flex-flow: column nowrap;
	justify-content: stretch;
	padding: 15px 0 20px 0;
	text-indent: 0;
}

.wivr-store-item-link {
	align-items: flex-start;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 0;
	text-decoration: none;
	width: 100%;
}

.wivr-store-item-logo {
	display: block;
	width: 60px;
}

.wivr-store-item-logo-image {
	display: block;
	width: 100%;
}

.wivr-store-item-body {
	display: block;
	flex: 1;
	margin-left: 15px;
}

.wivr-store-item-header {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.wivr-store-item-name {
	display: block;
	flex: 1;
	font-weight: bold;
	width: 100%;
}

.wivr-store-item-distance {
	text-align: right;
}

.wivr-store-item-addr-line {
	display: block;
	padding: 0.2em 0;
	width: 100%;
}

.wivr-store-item-footer {
	margin-top: 10px;
}

.wivr-store-item-btn {
	background-color: #d3d3d3;
	display: inline-block;
	padding: 0.4em 2em;
	text-align: center;
}

/* article */

.wivr-article-page {
	background-color: #fff;
	color: #000;
	display: flex;
	flex-flow: column nowrap;
	max-width: 800px;
	opacity: 1;
	position: relative;
	transform: scale(1);
	transition: visibility 0s, opacity .3s linear, transform .15s ease-in-out;
	visibility: visible;
}

.wivr-article-page--invisible {
	opacity: 0;
	transform: scale(0.1);
	visibility: hidden;
}

.wivr-article-header, .wivr-article-footer {
	flex-basis: 50px;
	text-align: center;
}

.wivr-article-header-link {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	height: 50px;
	justify-content: center;
	text-decoration: none;
	width: 50px;
}

.wivr-article-content {
	flex: 1;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	overflow-y: auto;
	padding: 20px 40px;
	position: relative;
}

.wivr-article-content p.titel {
	color: #000;
	font-family: 'Merriweather', serif;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.5em;
	width: 100%;
	margin: 0 0 1em 0;
	max-width: 100%;
	text-align: center;
}

.wivr-article-content p.text, .wivr-article-content p.infokasten_text {
	color: #1d1d1b;
	font-weight: 400;
	line-height: 1.7;
	position: relative;
	max-width: 100%;
	margin: 0 0 1.5rem;
}

.wivr-article-content p.vorspann {
	color: #1d1d1b;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.7;
	position: relative;
	max-width: 100%;
	margin: 0 0 1.5rem;
}

.wivr-article-content p.autorenzeile {
}

.wivr-article-content p.infokasten_balken {
	font-weight: 700;
}

.wivr-article-content p.infokasten_titel {

}

.wivr-article-content p.infokasten_text {

}


/* menu bars */

.wivr-logo {
	align-self: stretch;
	background: no-repeat center;
	background-size: contain;
	box-sizing: border-box;
	display: block;
	width: 3rem;
}

.wivr-bar {
	background-color: rgba(255, 255, 255, 0.96);
	box-sizing: border-box;
	color: #222;
	height: 3.8rem;
	left: 0;
	position: absolute;
	transition: transform 150ms ease-out;
	width: 100%;
	z-index: 2;
}

.wivr-bar a {
	color: #222;
	text-decoration: none;
}

.wivr-bar .material-icons {
	color: #555;
}

.wivr-bar-inner {
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1;
	height: 100%;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1140px;
}

.wivr-top-bar {
	border-bottom: 1px solid #d3d3d3;
	top: 0;
}

.wivr-footer-bar {
	border-top: 1px solid #d3d3d3;
	bottom: 0;
}

.wivr-bar-left {
	align-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1;
	flex-flow: row nowrap;
	justify-content: flex-start;
	padding-left: 5px;
}

.wivr-bar-center {
	align-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 2;
	flex-flow: row nowrap;
	justify-content: center;
	max-width: 50vw;
}

.wivr-bar-right {
	align-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex: 1;
	flex-flow: row nowrap;
	justify-content: flex-end;
	padding-right: 5px;
}

.wivr-footer-bar .wivr-bar-center {
	flex-direction: column;
}

.wivr-title, .wivr-subtitle {
	height: 1.4em;
	line-height: 1.4em;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.wivr-subtitle {
	color: #999;
	font-size: 0.8em;
}

.wivr-link-next-ad {
	text-align: center;
}

.wivr-page-progress-bar {
	bottom: 1px;
	height: 3px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.wivr-page-progress {
	background: #31a8f0;
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	width: 120px;
}


/* menu bar buttons */

.wivr-btn-icon {
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	text-decoration: none;
	width: 2.6rem;
}

.wivr-btn {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.96);
	border-radius: 50%;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	height: 40px;
	justify-content: center;
	position: absolute;
	text-align: center;
	left: 10px;
	text-decoration: none;
	top: 10px;
	width: 40px;
	z-index: 1;
}

.wivr-btn.wivr-btn-bookmark {
	top: auto;
	bottom: 10px;
	left: 50%;
	margin-left: -20px;
	z-index: 1;
}

/* popup menu */

.wivr-menu {
	display: none;
	background-color: rgba(255, 255, 255, 0.96);
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	padding: 0.5em 1em 0.5em 0;
	position: absolute;
	right: 0.3rem;
	top: 0.3rem;
	min-width: 240px;
}

.wivr-menu-item {
	align-items: center;
	color: #333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	padding: 1em 1em;
	text-decoration: none;
}

.wivr-menu-item > .material-icons {
	margin-right: 8px;
}

.wivr-version-number {
	font-size: 0.8em;
	justify-content: center;
}

/* page overview */

.wivr-page-overview {
	box-sizing: border-box;
	bottom: 0;
	display: none;
	max-width: 240px;
	overflow-x: visible;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-left: 16px;
	position: absolute;
	right: 0;
	top: 0;
	width: 28vh;
	z-index: 1;
}

.wivr-po-container {
	background-color: rgba(255, 255, 255, 0.96);
	border-left: 1px solid #d3d3d3;
	opacity: 0.001;
	transition: opacity 300ms ease-in-out;
	overflow: visible;
	padding: 14px;
	position: relative;
	width: auto;
}

.wivr-po-page {
	display: block;
	margin: 0 auto 14px auto;
	overflow: visible;
	position: relative;
	width: 100%;
}

.wivr-po-img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.wivr-po-number {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.96);
	border: 2px solid #d3d3d3;
	border-radius: 50%;
	color: #222;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	height: 32px;
	justify-content: center;
	left: -25px;
	margin-top: -16px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 32px;
	z-index: 1;
}

/* related brochures */

.wivr-related-view {
	bottom: 0;
	box-sizing: border-box;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	position: absolute;
	right: 0;
	top: 0;
	touch-action: pan-y;
}

.wivr-related-condensed {
	top: 3.8rem;
}

.wivr-related-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 3.8rem;
	font-size: 1.2em;
	text-align: center;
}

.wivr-related-title {
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* brochure grid */

.wivr-brochure-grid {
	box-sizing: border-box;
	display: grid;
	grid-gap: 30px 4%;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	padding: 5px 4% 20px 4%;
}

.wivr-brochure-grid-item {
	display: block;
	float: left;
	box-sizing: border-box;
	margin: 0 20px 30px 0;
	position: relative;
	text-decoration: none;
	width: 160px;
}

@supports (display: grid) {
	.wivr-brochure-grid-item {
		margin: 0;
		min-width: 100%;
		width: auto;
	}
}

.wivr-bgi-cover {
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.wivr-bgi-cover-image {
	display: block;
	left: 0;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 0.5;
	position: absolute;
	top: 0;
}

.wivr-bgi-title, .wivr-bgi-subtitle {
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	user-select: none;
	white-space: nowrap;
}

.wivr-bgi-title {
	font-weight: bold;
	padding: 0.5em 0.1em 0 0.1em;
	position: relative;
}

.wivr-bgi-subtitle {
	color: #999;
	font-size: 0.85em;
	padding: 0.5em 0.1em 0 0.1em;
	position: relative;
}

@media screen and (max-width: 479px) {
	.wivr-brochure-grid {
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));

	}
}

.c-dialog {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}

.c-dialog-inner {
	background-color: #f1f1f1;
	box-shadow: 5px 0 8px rgba(0, 0, 0, 0.2);
	min-height: 100px;
	min-width: 320px;
	max-width: 600px;
	position: relative;
	width: 100%;
}

.c-share-dialog {
	padding: 60px 40px;
	position: relative;
	/*left: 50%;*/
	/*margin-left: -150px;*/
	/*padding: 20px 10px;*/
	/*position: absolute;*/
	/*top: 40%;*/
	/*width: 300px;*/
}

.c-share-dialog__close-button {
	display: block;
	position: absolute;
	right: 10px;
	text-decoration: none;
	top: 10px;
}

.c-share-dialog__input {
	background-color: white;
	border: 1px solid #eee;
	display: block;
	outline: none;
	padding: 0.8rem 0.4rem;
	width: 96%;
}

.c-share_dialog__button-panel {
	padding: 10px 0;
}

.c-share-dialog__button {
	background-color: #4D4D4D;
	border: 0;
	border-radius: 20px;
	color: white;
	cursor: pointer;
	outline: none;
	padding: 8px 20px;
}


/* lazyload */

.no-src.lazyload,
.no-src.lazyloading {
	opacity: 0;
}

.no-src.lazyloaded {
	opacity: 1;
}

/* loader */

.wivr-loader {
	-webkit-animation: wivrtyping 1s linear infinite alternate;
	-moz-animation: wivrtyping 1s linear infinite alternate;
	animation: wivrtyping 1s linear infinite alternate;
	border-radius: 50%;
	display: block;
	height: 6px;
	left: 50%;
	margin-left: -15px;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	width: 6px;
	z-index: 1;
}

@-webkit-keyframes wivrtyping {
	0% {
		background-color: rgba(85, 85, 85, 1);
		box-shadow: 12px 0 0 0 rgba(85, 85, 85, 0.2),
		24px 0 0 0 rgba(85, 85, 85, 0.2);
	}
	25% {
		background-color: rgba(85, 85, 85, 0.4);
		box-shadow: 12px 0 0 0 rgba(85, 85, 85, 2),
		24px 0 0 0 rgba(85, 85, 85, 0.2);
	}
	75% {
		background-color: rgba(85, 85, 85, 0.4);
		box-shadow: 12px 0 0 0 rgba(85, 85, 85, 0.2),
		24px 0 0 0 rgba(85, 85, 85, 1);
	}
}

@-moz-keyframes wivrtyping {
	0% {
		background-color: rgba(85, 85, 85, 1);
		box-shadow: 12px 0 0 0 rgba(85, 85, 85, 0.2),
		24px 0 0 0 rgba(85, 85, 85, 0.2);
	}
	25% {
		background-color: rgba(85, 85, 85, 0.4);
		box-shadow: 12px 0 0 0 rgba(85, 85, 85, 2),
		24px 0 0 0 rgba(85, 85, 85, 0.2);
	}
	75% {
		background-color: rgba(85, 85, 85, 0.4);
		box-shadow: 12px 0 0 0 rgba(85, 85, 85, 0.2),
		24px 0 0 0 rgba(85, 85, 85, 1);
	}
}

@keyframes wivrtyping {
	0% {
		background-color: rgba(85, 85, 85, 1);
		box-shadow: 12px 0 0 0 rgba(85, 85, 85, 0.2),
		24px 0 0 0 rgba(85, 85, 85, 0.2);
	}
	25% {
		background-color: rgba(85, 85, 85, 0.4);
		box-shadow: 12px 0 0 0 rgba(85, 85, 85, 2),
		24px 0 0 0 rgba(85, 85, 85, 0.2);
	}
	75% {
		background-color: rgba(85, 85, 85, 0.4);
		box-shadow: 12px 0 0 0 rgba(85, 85, 85, 0.2),
		24px 0 0 0 rgba(85, 85, 85, 1);
	}
}

@keyframes wivrfadeinout {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}