/**
 * @Author: Rainer Imb <consentio>
 * @Date:   2018-11-22 11:51:29
 * @Email:  imb@consentio.at
 * @Project: consentio mccurdy
 * @Filename: yolololo.css
 * @Last modified by:   consentio
 * @Last modified time: 2024-07-01T12:25:53+02:00
 * @License: GPL 2.0
 */
/* ==================================================

  Yolololo Grid+

  12 column responsive grid
  + basic features

  author: IMB Webdevelopment
  licence: GPL 2.0

===================================================== */
/* resets & defaults
  ====================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, tt, var, fieldset, figure, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, address {
	margin-bottom: 1.1em;
}

li p, li h2, li h3, td p, p label, li label {font-size: 1em;}

.clrfx:before, .clrfx:after {
	content: " ";
	clear: both;
	display: table;
}

.clrfx:after {
	clear: both;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.hidden {
	position: absolute;
	left: -10000em;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.rel {
	position: relative;
}

.small {
	font-size: 95%;
	line-height: 1.3;
}

.xsmall {
	font-size: 85%;
	line-height: 1.2;
}

.no-wrap {
	white-space: nowrap;
}

.no-pad {
	padding: 0px !important;
}

.red {
	color: #FF6347;
}

.green {
	color: #32CD32;
}

.orange {
	color: #FFBE46;
}

.blue {
	color: #0000FF;
}

.grey {
	color: rgba(0, 0, 0, 0.4);
}

.center {
	text-align: center;
}

.alright {
	text-align: right;
}

.alleft {
	text-align: left;
}

img.icon {
	vertical-align: baseline;
}

img.middle {
	vertical-align: middle;
	margin-right: 1em;
}

img.right {
	float: right;
	margin: 5px 0px 1em 1.5em;
}

img.left {
	float: left;
	margin: 5px 1.5em 1em 0px;
}

img.cover {
	width: 100%;
}

img.cover320 {
	width: 100%;
	max-width: 320px;
}

img.natural {
	max-width: none !important;
}

.rightfloat {
	margin-left: 1.5em;
	margin-bottom: 1em;
	float: right;
}

.leftfloat {
	margin-right: 1.5em;
	margin-bottom: 1em;
	float: left;
}

.yo-iframe {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.yo-iframe iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

/* grid */
.grid {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
}

.grid .col {
	float: left;
	min-height: 1em;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.grid .col.first {
	padding-left: 0;
}

.grid .col.last {
	padding-right: 0;
}

.grid .row {
	margin-bottom: 1.5em;
}

.grid .row:after {
	content: "";
	display: table;
	clear: both;
}

.grid .stretch {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/* images may zoom in
 ==================== */
.grid img, .yo-mod-content img {
	max-width: 100%;
	height: auto;
}

.col.right, .fixcol.right {
	text-align: right;
}

/* show-mobile means hidden for desktop */
.grid .show-mobile, .grid .show-mobile-in, .grid .show-small, .grid .show-tablet {
	display: none;
}

.grid .col.w1 {
	width: 8.33%
}

.grid .col.w1h {
	width: 12.50%
}

.grid .col.w2, .grid .fixcol.w16p {
	width: 16.66%
}

.grid .col.w3, .grid .col.w25p {
	width: 25%
}

.grid .col.w4, .grid .col.w33p {
	width: 33.33%
}

.grid .col.w5 {
	width: 41.66%
}

.grid .col.w6, .grid .col.w50p {
	width: 50%
}

.grid .col.w7 {
	width: 58.33%
}

.grid .col.w8, .grid .col.w66p {
	width: 66.66%
}

.grid .col.w9, .grid .col.w75p {
	width: 75%
}

.grid .col.w10 {
	width: 83.33%
}

.grid .col.w11 {
	width: 91.66%
}

.grid .col.w12 {
	width: 100%
}

/* positions in container
  ====================== */
.yo-con {
	position: relative;
}

.yo-tl, .yo-tr, .yo-bl, .yo-br, .yo-m, .yo-l, .yo-r, .yo-tm, .yo-bm {
	position: absolute;
}

.yo-tl {
	left: 0;
	top: 0;
}

.yo-tr {
	right: 0;
	top: 0;
}

.yo-bl {
	left: 0;
	bottom: 0;
}

.yo-br {
	right: 0;
	bottom: 0;
}

.yo-m {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.yo-l {
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	-ms-transform: translate(-0%, -50%);
}

.yo-r {
	top: 50%;
	right: 0%;
	text-align: right;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}

.yo-tm {
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
}

.yo-bm {
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
}

.yo-mod {
	z-index: 1000;
	display: none;
	padding-top: 20px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: center;
}

.yo-open {
	display: block;
}

.yo-closed {
	display: none;
}

.yo-outset {
	margin-left: -20px;
	margin-right: -20px;
}

ul.yo-tiles {
	margin: 0 -10px;
	display: flex;
	flex-flow: row wrap;
	list-style: none;
}

/* no border-box for flexbox!! */

ul.yo-tiles > li {
	display: flex;
	margin: 10px;
	padding: 12px;
	overflow: hidden;
	align-content: center;
	flex-flow: column nowrap;
	flex-grow: 0;
}

ul.yo-tiles > li.t2 {width: calc(50% - 44px);}
ul.yo-tiles > li.t3 {width: calc(33.3% - 44px);}
ul.yo-tiles > li.t4 {width: calc(25% - 44px);}
ul.yo-tiles > li.t5 {width: calc(20% - 44px);}

.flex-bottom {
	margin-top: auto;
}

.yo-mod-content {
	display: inline-block;
	max-width: 100%;
	min-width: 300px;
	min-height: 200px;
	margin: auto;
	background-color: #ffffff;
	position: relative;
	text-align: left;
}

/* misc positions
  ====================== */
.yo-left {
	float: left !important;
}

.yo-right {
	float: right !important;
}

.yo-row {
	display: table;
}

.yo-cell {
	display: table-cell;
}

/* animations
  ====================== */
.yo-an-fade {
	animation: fade 0.6s;
}

@keyframes fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.yo-an-top {
	animation: antop 0.6s;
}

@keyframes antop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

.yo-an-bot {
	animation: anbot 0.6s;
}

@keyframes anbot {
	from {
		bottom: -300px;
		opacity: 0;
	}

	to {
		bottom: 0;
		opacity: 1;
	}
}

.yo-an-left {
	animation: anleft 0.6s;
}

@keyframes anleft {
	from {
		left: -300px;
		opacity: 0;
	}

	to {
		left: 0;
		opacity: 1;
	}
}

.yo-an-right {
	animation: anright 0.6s;
}

@keyframes anright {
	from {
		right: -300px;
		opacity: 0;
	}

	to {
		right: 0;
		opacity: 1;
	}
}

.yo-an-zoom {
	animation: anzoom 0.8s;
}

@keyframes anzoom {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

/* bars and buttons
  ====================== */
.yo-btn {
	margin: 6px;
	cursor: pointer;
}

.yo-bar, .yo-bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.yo-bar .yo-bar-item {
	margin: 0;
	float: left;
}

.yo-bar a, .yo-sidebar ul a {
	text-decoration: none;
}

.yo-bar a {
	display: block;
	min-width: 8em;
	padding: 12px;
}

.yo-bar a:hover {
	text-decoration: none;
}

.yo-dropdown-content {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.yo-dropdown-item:hover+.yo-dropdown-content, .yo-bar-item:hover .yo-dropdown-content {
	display: block;
}

.yo-sidebar {
	display: none;
	min-width: 250px;
	max-width: 80%;
	background-color: #fff;
	position: fixed !important;
	margin: 0;
	z-index: 110;
	animation: anleft 0.6s;
}

/* bigger Desktop
  ====================== */
@media only screen and (min-width: 1440px) {
	.grid {
		width: 100%;
		max-width: 1420px;
	}
}

/* smaller Desktop
  ====================== */
@media only screen and (min-width: 768px) and (max-width: 1240px) {
	.grid {
		width: 100%;
		max-width: 1020px;
		min-width: 748px;
	}

	.grid .hide-small {
		display: none !important;
	}

	.grid .show-small {
		display: block;
	}
}

@media only screen and (max-width: 1040px) {}

/* Tablet
================================*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	body {
		font-size: 80% !important;
	}

	.grid .col, .mobile-pad {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.grid .col.l1 {
		float: left !important;
		width: 8.33% !important;
	}

	.grid .col.l2 {
		float: left !important;
		width: 16.66% !important;
	}

	.grid .col.l3 {
		float: left !important;
		width: 25% !important;
	}

	.grid .col.l4 {
		float: left !important;
		width: 33.33% !important;
	}

	.grid .col.l5 {
		float: left !important;
		width: 41.66% !important;
	}

	.grid .col.l6 {
		float: left !important;
		width: 50% !important;
	}

	.grid .col.l7 {
		float: left !important;
		width: 58.33% !important;
	}

	.grid .col.l8 {
		float: left !important;
		width: 66.66% !important;
	}

	.grid .col.l9 {
		float: left !important;
		width: 75% !important;
	}

	.grid .col.l10 {
		float: left !important;
		width: 83.33% !important;
	}

	.grid .col.l11 {
		float: left !important;
		width: 91.66% !important;
	}

	.grid .col.l12 {
		float: left !important;
		width: 100% !important;
	}

	.yo-outset {
		margin-left: -10px;
		margin-right: -10px;
	}

	img.right, img.left, .rightfloat, .leftfloat {
		max-width: 200px !important;
		height: auto !important;
	}

	ul.yo-tiles li.t4, ul.yo-tiles li.t5 {width: calc(33.3% - 44px);}
	ul.yo-tiles > li.mreset {display: block; width: calc(100% - 44px) !important;}

	.grid .hide-tablet {
		display: none !important;
	}

	.grid .show-tablet, .grid .show-small {
		display: block;
	}
}

/* Mobile
===================================== */
@media only screen and (max-width: 767px) {
	.grid {
		width: 100%;
		min-width: 0;
		margin: 0;
		padding: 0;
	}

	.grid .col, .grid .col.stretch {
		width: auto !important;
		float: none !important;
		padding-left: 0;
		padding-right: 0;
	}

	.mobile-pad {
			padding-left: 10px !important;
			padding-right: 10px !important;
		}

	.grid .col .row {
		margin-bottom: 0;
	}

	.grid .col.m1 {
		float: left !important;
		width: 8.33% !important;
	}

	.grid .col.m2 {
		float: left !important;
		width: 16.66% !important;
	}

	.grid .col.m3 {
		float: left !important;
		width: 25% !important;
	}

	.grid .col.m4 {
		float: left !important;
		width: 33.33% !important;
	}

	.grid .col.m5 {
		float: left !important;
		width: 41.66% !important;
	}

	.grid .col.m6 {
		float: left !important;
		width: 50% !important;
	}

	.grid .col.m7 {
		float: left !important;
		width: 58.33% !important;
	}

	.grid .col.m8 {
		float: left !important;
		width: 66.66% !important;
	}

	.grid .col.m9 {
		float: left !important;
		width: 75% !important;
	}

	.grid .col.m10 {
		float: left !important;
		width: 83.33% !important;
	}

	.grid .col.m11 {
		float: left !important;
		width: 91.66% !important;
	}

	.grid .col.m12 {
		float: left !important;
		width: 100% !important;
	}

	div.grid .col:not(.stretch) {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	div.grid>.col:not(.stretch) {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	img.right, img.left, .rightfloat, .leftfloat {
		max-width: 100px !important;
		height: auto !important;
	}

	.yo-mod-content {
		margin: 10px;
	}

	.yo-outset {
		margin-left: 0;
		margin-right: 0;
	}

	.grid .col.right {
		text-align: left;
	}

	.grid .col.mcenter {
		text-align: center;
	}

	ul.yo-tiles {margin: 0 -5px;}
	ul.yo-tiles > li {width: calc(50% - 44px) !important;}

	.grid .hide-mobile {
		display: none !important;
	}

	.grid .show-mobile, .grid .show-tablet, .grid .show-small {
		display: block;
	}

	.grid .show-mobile-in {
		display: inline !important;
	}
}

@media only screen and (max-width: 480px) {
  ul.yo-tiles {display: block;}
  ul.yo-tiles > li {width: calc(100% - 44px) !important;}
}
