/* ######################### DINA — CROSSLINKS ######################### */

.module.crosslinks {
	padding: 80px 0 120px;
	margin: 80px auto 0;
}

.module.crosslinks .container {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
}

.module.crosslinks .link.home {
	display: inline-block;
	padding: 8px 60px;
	border-radius: 20px;
	margin: 50px 0 0;
}

.module.crosslinks .link.home:visited {
	color: #fff;
}

.crosslink {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 33%;
	height: 400px;
	padding: 10px;
}

.crosslink .image {
	display: block;
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.crosslink.quality .image {
	background: #00a9e0 !important;
	transition: background 0.3s ease;
}

.crosslink .image:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3));
	z-index: 0;
	transition: background 0.3s ease;
}

.crosslink .image:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	opacity: 1;
	transition: opacity 0.3s ease;
}

.crosslink.quality .image:before,
.crosslink.quality .image:after {
	display: none;
}

.crosslink:hover .image:after {
	opacity: 0;
}

.crosslink.quality:hover .image {
	background: #09B6F7 !important;
}

.crosslink .text {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	padding: 35px;
}

.crosslink.quality .text .type {
	color: #fff;
}

.crosslink .text .date {
	display: block;
	margin: 10px 0 0;
}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {

	.crosslink {
		width: 50%;
		height: 400px;
	}

	.crosslink:nth-child(3) {
		display: none;
	}

}

/* —————————————————————————————————————————————————— */

@media (max-width: 767px) {

	.module.crosslinks {
		padding: 40px 0 40px;
		margin: 40px auto 0;
	}

	.module.crosslinks .container {
		display: block;
		margin: 0 auto;
	}

	.crosslink {
		width: 100%;
		height: auto;
		padding-top: 100%;
	}

	.crosslink:not(:first-child) {
		margin-top: 10px;
	}

	.crosslink .image {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.crosslink .text {
		padding: 20px;
	}

}

/* ######################### DINA — FRONT — RANDOM ######################### */

.section.content .module.facts {
	position: absolute;
	top: 60%;
	bottom: 15px;
	right: 30px;
	width: calc(50% - 45px);
}

.section.content .module.facts .left,
.section.content .module.facts .right {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: calc(50% - 15px);
	height: calc(100% - 30px);
	padding: 30px;
	margin-top: 0;
	opacity: 1;
	transition: opacity 0.5s ease, margin-top 0.7s ease;
}

.section.content .module.facts .left.loading,
.section.content .module.facts .right.loading {
	margin-top: 30px;
	opacity: 0;
}

.section.content .module.facts .left {
	left: 0;
	margin: 15px 15px 15px 0;
}

.section.content .module.facts .right {
	right: 0;
	margin: 15px 0 15px 15px;
}

.section.content .module.facts .category {
	transform: scale(1, 1);
	transition: transform 0.2s ease;
}

.section.content .module.facts .category.changing {
	transform: scale(1, 0);
}

.section.content .module.facts .number {
	font-size: 100px;
	line-height: 100%;
	margin-top: 10px;
}

.section.content .module.facts .message {
	display: block;
	height: 16px;
	margin-top: 10px;
	line-height: 150%;
	transform: scale(1, 1);
	transition: transform 0.2s ease;
}

.section.content .module.facts .message.changing {
	transform: scale(1, 0);
}

/* —————————————————————————————————————————————————— */

@media (min-width: 2160px) and (orientation: portrait) {

	.section.content .module.facts {
		top: calc(70% + 10px);
		bottom: 20px;
		left: calc(60% + 10px);
		right: 20px;
		width: auto;
	}

	.section.content .module.facts .left,
	.section.content .module.facts .right {
		top: 0;
		width: 100%;
		height: calc(50% - 10px);
		margin: 0;
	}

	.section.content .module.facts .right {
		top: auto;
		bottom: 0;
	}

}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {

	.section.content .module.facts {
		top: 75%;
		bottom: 10px;
		left: 20px;
		right: 20px;
		width: auto;
	}

	.section.content .module.facts .left,
	.section.content .module.facts .right {
		width: calc(50% - 10px);
		height: calc(100% - 20px);
		padding: 30px;
	}

	.section.content .module.facts .left {
		margin: 10px 10px 10px 0;
	}

	.section.content .module.facts .right {
		margin: 10px 0 10px 10px;
	}

	.section.content .module.facts .number {
		font-size: 50px;
		margin-top: 10px;
	}

	.section.content .module.facts .message {
		margin-top: 10px;
		height: 32px;
	}

}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1200px) {

	.section.content .module.facts .left,
	.section.content .module.facts .right {
		width: calc(50% - 10px);
		height: calc(100% - 20px);
		padding: 10px;
	}

	.section.content .module.facts .left {
		margin: 10px 10px 10px 0;
	}

	.section.content .module.facts .right {
		margin: 10px 0 10px 10px;
	}

	.section.content .module.facts .number {
		font-size: 50px;
		margin-top: 10px;
	}

	.section.content .module.facts .message {
		margin-top: 10px;
		height: 32px;
	}

}

/* —————————————————————————————————————————————————— */

@media (max-width: 767px) {

	.section.content .module.facts {
		display: block;
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
	}

	.section.content .module.facts .left,
	.section.content .module.facts .right {
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		height: calc(100vh - 20px);
		max-height: 400px;
		margin: 10px 0 0;
	}

}

/* ######################### KOKO — GRID ######################### */

.module.grid {
	display: block;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.module.grid.align-left {
	text-align: left;
}

.module.grid.align-center {
	text-align: center;
}

.module.grid.align-right {
	text-align: right;
}

.module.grid .container {
	display: block;
	position: relative;
}

/* —————————————————————————————————————————————————— */

.module.grid .tile {
	display: inline-block;
	vertical-align: top;
}

.module.grid.columns-1 .tile {
	width: 100%;
}

.module.grid.columns-2 .tile {
	width: calc(99%/2);
}

.module.grid.columns-3 .tile {
	width: calc(99%/3);
}

.module.grid.columns-4 .tile {
	width: calc(99%/4);
}

.module.grid.columns-5 .tile {
	width: calc(99%/5);
}

.module.grid.columns-6 .tile {
	width: calc(99%/6);
}

.module.grid.columns-7 .tile {
	width: calc(99%/7);
}

.module.grid.columns-8 .tile {
	width: calc(99%/8);
}

.module.grid.columns-9 .tile {
	width: calc(99%/9);
}

.module.grid.columns-10 .tile {
	width: calc(99%/10);
}

.module.grid.columns-11 .tile {
	width: calc(99%/11);
}

.module.grid.columns-12 .tile {
	width: calc(99%/12);
}

/* —————————————————————————————————————————————————— */

@media screen and (max-width: 767px) {

	.module.grid {
		margin: 30px auto;
	}

	.module.grid.columns-1 .tile,
	.module.grid.columns-2 .tile,
	.module.grid.columns-3 .tile,
	.module.grid.columns-4 .tile,
	.module.grid.columns-5 .tile,
	.module.grid.columns-6 .tile,
	.module.grid.columns-7 .tile,
	.module.grid.columns-8 .tile,
	.module.grid.columns-9 .tile,
	.module.grid.columns-10 .tile,
	.module.grid.columns-11 .tile,
	.module.grid.columns-12 .tile {
		width: 100%;
	}
}

/* —————————————————————————————————————————————————— */

@media screen and (min-width: 768px) and (max-width: 1023px) {

	.module.grid.columns-3 .tile,
	.module.grid.columns-4 .tile,
	.module.grid.columns-5 .tile,
	.module.grid.columns-6 .tile,
	.module.grid.columns-7 .tile,
	.module.grid.columns-8 .tile,
	.module.grid.columns-9 .tile,
	.module.grid.columns-10 .tile,
	.module.grid.columns-11 .tile,
	.module.grid.columns-12 .tile {
		width: 50%;
	}

}

/* ######################### PARAGRAPH - KOKO ######################### */

.module.heading {
	position: relative;
}

.module.heading:not(:first-child) {
	margin-top: 30px;
}

/* ######################### KOKO — IMAGE ######################### */

.module.image {
	display: inline-block;
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.module.layout.row > .module.image {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 0;
}

.module.image:not(:first-child) {
	margin-top: 30px;
}

.module.image .ratio {
	display: block;
	position: relative;
	transition: padding-top 0.3s ease;
}

.module.image.loaded {
	opacity: 1;
}

/* —————————————————————————————————————————————————— */

@media screen and (max-width: 767px) {

	.module.layout.row > .module.image {
		/*max-width: calc(100% - 40px) !important;*/
	}

}

/* ######################### DINA — IMAGES ######################### */

.module.images {
    display: block;
    position: relative;
    margin: 50px auto 0;
}

.module.images + .module.images {
    margin-top: 20px;
}

.module.images .image {
    display: inline-block;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
}

.module.images.solo .image {
    height: auto;
}

.module.images:not(.solo) .image {
    padding-top: 0 !important;
}

.module.images.duo .image,
.module.images.trio-left .image,
.module.images.trio-right .image,
.module.images.gallery .image {
    width: calc(50% - 10px);
}

.module.images.duo .image.image-1,
.module.images.trio-left .image.image-1,
.module.images.trio-right .image.image-2,
.module.images.trio-right .image.image-3,
.module.images.gallery .image:nth-child(odd) {
    margin-right: 20px;
}

.module.images.trio-right .image,
.module.images.gallery .image:nth-child(even) {
    float: right;
}

.module.images.solo .module.image,
.module.images.duo .module.image,
.module.images.trio-left .module.image,
.module.images.trio-right .module.image,
.module.images.gallery .module.image {
    margin-top: 0;
}

.module.images.trio-left .image.image-3,
.module.images.trio-right .image.image-3,
.module.images.gallery .module.image:not(:first-child):not(:nth-child(2)) {
    margin-top: 20px;
}

.module.images.trio-left .image.image-2,
.module.images.trio-left .image.image-3,
.module.images.trio-right .image.image-2,
.module.images.trio-right .image.image-3 {
    height: calc(600px / 2 - 10px);
}

.module.images.gallery .image {
    height: 350px;
}

.module.images .caption {
    display: block;
    margin: 20px 10px 0;
}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {



}

/* —————————————————————————————————————————————————— */

@media (max-width: 767px) {

    .module.images .image {
        width: 100% !important;
        height: auto !important;
        padding-top: 100%;
        margin-right: 0 !important;
    }

    .module.images.duo .module.image.image-2,
    .module.images.trio-left .module.image.image-2,
    .module.images.trio-right .module.image.image-2,
    .module.images.trio-left .module.image.image-3,
    .module.images.trio-right .module.image.image-3,
    .module.images.gallery .module.image,
    .module.images.gallery .module.image:not(:first-child):not(:nth-child(2)) {
        margin-top: 10px;
    }
    
    .module.images + .module.images {
        margin-top: 10px;
    }

}


/* ######################### COLORS — TEXT ######################### */

.text-black,
.text-black:visited,
.text-hover-black:hover,
.text-active-black.active {
	color: #404040;
}

.text-white,
.text-white:visited,
.text-hover-white:hover,
.text-active-white.active {
	color: #fff;
}

.text-blue,
.text-blue:visited,
.text-hover-blue:hover,
.text-active-blue.active {
	color: #00a9e0;
}

.text-red,
.text-red:visited,
.text-hover-red:hover,
.text-active-red.active  {
	color: #ff5050;
}

.text-gray,
.text-gray:visited,
.text-hover-gray:hover,
.text-active-gray.active {
	color: #6d6d6d;
}



/* ######################### COLORS — BORDER ######################### */

.border-black,
.border-hover-black:hohoverver,
.border-active-black.active {
	border-color: #000;
}

.border-white,
.border-hover-white:hover,
.border-active-white.active {
	border-color: #fff;
}

.border-gray,
.border-hover-gray:hover,
.border-active-gray.active {
	border-color: #f4f4f4;
}

.border-blue,
.border-hover-blue:hover,
.border-active-blue.active {
	border-color: #00a9e0;
}



/* ######################### COLORS — BACKGROUND ######################### */

.background-white,
.background-hover-white:hover,
.background-active-white.active  {
	background-color: #fff;
}

.background-gray,
.background-hover-gray:hover,
.background-active-gray.active  {
	background-color: #f4f4f4;
}

.background-black,
.background-hover-black:hover,
.background-active-black.active  {
	background-color: #000;
}

.background-blue,
.background-hover-blue:hover,
.background-active-blue.active {
	background-color: #00a9e0;
}

.background-red,
.background-hover-red:hover,
.background-active-red.active  {
	background-color: #ff5050;
}

/* ######################### FONTS ######################### */

@font-face {
	font-family: 'AdelleSans-Regular';
	src: url('https://intra.dina.de/wp-content/themes/dina-intranet/static/fonts/adellesans-webfont.woff2') format('woff2'), url('https://intra.dina.de/wp-content/themes/dina-intranet/static/fonts/adellesans-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AdelleSans-Semibold';
	src: url('https://intra.dina.de/wp-content/themes/dina-intranet/static/fonts/adellesans-semibold-webfont.woff2') format('woff2'), url('https://intra.dina.de/wp-content/themes/dina-intranet/static/fonts/adellesans-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AdelleSans-Bold';
	src: url('https://intra.dina.de/wp-content/themes/dina-intranet/static/fonts/adellesans-bold-webfont.woff2') format('woff2'), url('https://intra.dina.de/wp-content/themes/dina-intranet/static/fonts/adellesans-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.font-default,
.font-regular {
	font-family: 'AdelleSans-Regular';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.font-bold {
	font-family: 'AdelleSans-Bold';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.font-semibold {
	font-family: 'AdelleSans-Semibold';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.text-smallest {
	font-size: 10px;
	line-height: 130%;
}

.text-small {
	font-size: 12px;
	line-height: 130%;
}

.text-regular {
	font-size: 16px;
	line-height: 150%;
}

.text-large {
	font-size: 20px;
	line-height: 150%;
}

.text-larger {
	font-size: 26px;
	line-height: 120%;
}

.text-largest {
	font-size: 40px;
	line-height: 120%;
}

.text-uppercase {
	text-transform: uppercase;
}

/* —————————————————————————————————————————————————— */

/*@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {

	.text-smallest {
		font-size: 10px;
		line-height: 130%;
	}

	.text-small {
		font-size: 12px;
		line-height: 130%;
	}

	.text-regular {
		font-size: 13px;
		line-height: 130%;
	}

	.text-large {
		font-size: 16px;
		line-height: 120%;
	}

	.text-larger {
		font-size: 20px;
		line-height: 120%;
	}

	.text-largest {
		font-size: 30px;
		line-height: 120%;
	}

}*/

/* —————————————————————————————————————————————————— */

@media (max-width: 1024px) {

	.text-smallest {
		font-size: 10px;
		line-height: 130%;
	}

	.text-small {
		font-size: 12px;
		line-height: 130%;
	}

	.text-regular {
		font-size: 16px;
		line-height: 150%;
	}

	.text-large {
		font-size: 18px;
		line-height: 150%;
	}

	.text-larger {
		font-size: 20px;
		line-height: 120%;
	}

	.text-largest {
		font-size: 30px;
		line-height: 120%;
	}

}

/* ######################### DINA — FOOTER ######################### */

.section.footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 1px solid #f4f4f4;
	border-bottom: 4px solid #00a9e0;
	padding: 20px;
}

.section.footer > .container {
	position: relative;
	height: 30px;
	margin: 0 auto;
}

.section.footer .legal,
.section.footer .claim {
	display: inline-block;
	position: absolute;
	bottom: 0;
}

.section.footer .legal {
	left: 0;
}

.section.footer .legal .appendix {
	margin-left: 20px;
}

.section.footer .claim {
	right: 0;
}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1024px) {



}

/* —————————————————————————————————————————————————— */

@media (max-width: 767px) {

	.section.footer {
		position: relative;
	}

	.section.footer > .container {
		height: auto;
	}

	.section.footer .legal,
	.section.footer .claim {
		display: block;
		position: relative;
	}

	.section.footer .legal {
		text-align: center;
	}

	.section.footer .claim {
		margin-top: 40px;
	}

	.section.footer .legal .appendix {
		display: block;
		margin-left: 0;
	}

}

/* ######################### DINA — HEADER ######################### */

.section.header {
	position: relative;
	width: 100%;
	height: 80px;
	border-style: solid;
	border-width: 0 0 1px;
	z-index: 1;
}

.section.header .column {
	position: relative;
	padding: 30px;
	float: left;
}

.section.header .column.left {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: calc(85%);
	height: 80px;
}

.section.header .column.right {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	height: 80px;
	border-style: solid;
	border-width: 0 0 0 1px;
}

.section.header .logo {
	position: absolute;
	left: 30px;
	top: 50%;
	width: 100px;
	transform: translateY(-44%);
}

.section.header .navigation {
	display: inline-block;
}

.section.header .navigation .menu-item,
.section.header a.link {
	display: inline-block;
	border-bottom: 2px solid transparent;
	transition: border-color 0.3s ease;
}

.section.header .navigation .menu-item:hover {
	border-color: inherit;
}

.section.header .navigation .menu-item:not(:first-child) {
	margin-left: 30px;
}

.section.header .navigation a,
.section.header .navigation a:focus,
.section.header .navigation a:visited {
	color: inherit;
	text-decoration: none;
}

.section.header a.link {
	position: relative;
	top: -1px;
	text-decoration: none;
	margin-left: 30px;
}

.section.header a.link:hover {
	border-color: #00a9e0;
}

.section.header .navigation .current-menu-item {
	font-family: 'AdelleSans-Bold';
}

.section.header .menu {
	display: none;
	width: 26px;
	height: auto;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

.section.header .menu:hover {
	opacity: 1;
}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {

	.section.header .column.left {
		width: 70%;
	}

	.section.header .column.right {
		width: 30%;
	}

	.section.header .navigation {
		display: block;
	}

}

/* —————————————————————————————————————————————————— */

@media (max-width: 767px) {

	.section.header {
		height: 50px;
	}

	.section.header .navigation {
		display: none;
	}

	.section.header a.link {
		display: none;
	}

	.section.header .column.left {
		width: 100%;
		height: 50px;
		padding: 10px;
	}

	.section.header .column.right {
		display: none;
	}

	.section.header .logo {
		width: 65px;
		left: 10px;
	}

	.section.header .menu {
		display: inline-block;
	}

}

/* ######################### DINA — PAGE ######################### */

html {
	position: relative;
}

body {
	position: relative;
	min-height: 100vh;
}

html.live-edit-active body {
	position: absolute !important;
	top: 0;
	right: 0;
}

html.live-edit-active {
    overflow: hidden;
    overflow-y: auto !important;
}

* {
	/*overflow: -moz-scrollbars-none;*/
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

::-webkit-scrollbar {
	display: none;
}

::-moz-selection {
	background-color: #ffdd32;
	color: #404040;
}

::selection {
	background-color: #ffdd32;
	color: #404040;
}

.link {
	text-decoration: none;
}

.template {
	display: none !important;
}

.max-width-small {
	max-width: 1000px;
}

.max-width-large {
	max-width: 1200px;
}



/* ######################### DINA — FRONT ######################### */

.section.content {
	position: relative;
	width: 85%;
}

.page-login .section.content {
	position: absolute;
	top: 80px;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	background-color: #00a9e0;
}

.page-front .section.content {
	position: absolute;
	top: 80px;
	bottom: 0;
	left: 0;
	right: 15%;
}

.page-archive .section.content {
	padding: 15px;
}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1500px) and (orientation: portrait) {

	.page-single .section.content {
		width: 70%;
	}

}

/* —————————————————————————————————————————————————— */

@media (min-width: 1080px) and (orientation: portrait) {

	.page-single .section.content {
		width: 100%;
	}

}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1500px) and (orientation: portrait) {

	.page-front .section.content {
		position: absolute;
		width: auto;
		top: 80px;
		bottom: 0;
		left: 0;
		right: 30%;
	}

}

/* —————————————————————————————————————————————————— */

@media (min-width: 2160px) and (orientation: portrait) {

	.page-front .section.content {
		right: 0;
	}

}

/* —————————————————————————————————————————————————— */

@media (max-width: 767px) {

	.page-login .section.content {
		background-color: #fff;
	}

	.section.content,
	.page-front .section.content {
		position: relative;
		width: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 10px;
	}

	.page-archive .section.content {
		padding: 10px;
	}

}

/* ######################### DINA — LOADER ######################### */

@keyframes loader-rotate {
	from {
		transform: translateX(-50%) translateY(-50%) rotate(0deg);
	} to {
		transform: translateX(-50%) translateY(-50%) rotate(360deg);
	}
}

.loader {
	position: relative;
	width: 60px;
	height: 60px;
}

.loader .circle {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.loader .circle:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% + 14px);
	height: calc(100% + 14px);
	background-color: #00a9e0;
    border-radius: 50%;
    background-image: linear-gradient(180deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%);
    z-index: -2;
}

.loader .circle:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	background-color: #fff;
    border-radius: 50%;
    z-index: -1;
}

.loader .circle-1 {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
    animation: loader-rotate 1.2s linear infinite;
    z-index: 3;
}

.loader .circle-2 {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
    animation: loader-rotate 1.6s linear infinite;
    z-index: 2;
}

.loader .circle-3 {
	width: 100%;
	height: 100%;
    animation: loader-rotate 2s linear infinite;
    z-index: 1;
}

.loader .circle-3:before {
	background-color: #ffdd32;
}



/* ######################### DINA — ARCHIVE ######################### */

.page-archive .categories {
	display: block;
	width: calc(100% + 30px);
	height: 80px;
	border-style: solid;
	border-width: 0 0 1px;
	text-align: right;
	padding: 30px;
	margin: -15px -15px 15px;
}

.page-archive .categories li {
	display: inline-block;
}

.page-archive .categories li:not(:first-child) {
	margin-left: 30px;
}

.page-archive .categories li a.link {
	display: inline-block;
	color: #6d6d6d;
	border-bottom: 2px solid transparent;
	transition: border-color 0.3s ease;
	text-decoration: none;
}

.page-archive .categories li a.link:hover,
.page-archive .categories li a.link:focus,
.page-archive .categories li a.link:visited {
	color: #6d6d6d;
	border-color: #6d6d6d;
	text-decoration: none;
}

.page-archive .categories li a.link.active{
	font-family: 'AdelleSans-Bold';
}

.page-archive .crosslink {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 25%;
	height: 400px;
	float: left;
}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {

	.section.content {
		width: 70%;
	}

	.page-archive .crosslink {
		width: 50%;
		height: auto;
		padding-top: 50%;
	}

}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

	.page-archive .crosslink {
		width: 33.333%;
		height: auto;
		padding-top: 33.333%;
	}

}

/* —————————————————————————————————————————————————— */

@media (max-width: 767px) {

	.page-archive .crosslink {
		width: 100%;
		height: auto;
		padding-top: 100%;
	}

}

/* ######################### DINA — LOGIN ######################### */

.login {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 600px;
	transform: translateX(-50%) translateY(-50%);
	padding: 40px 100px;
}

.login .title {
}

.login .text {
	margin-top: 10px;
}

.login form {
	display: block;
	width: 280px;
	margin: 40px auto 0;
}

.login form label {
	display: block;
	font-family: 'AdelleSans-Regular';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	margin: 10px 0 0 10px;
}

.login form input {
	display: block;
	width: 100%;
	height: 34px;
	border: 1px solid transparent;
	background: #f4f4f4;
	border-radius: 17px;
	padding: 7px 10px;
	font-family: 'AdelleSans-Regular';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
}

.login form input:focus,
.login form input:active {
	outline: none;
}

.login form input[type="submit"] {
	background-color: #00a9e0;
	color: #fff;
	font-family: 'AdelleSans-Bold';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 14px;
	border-width: 0;
	margin-top: 34px;
	transition: background-color 0.3s ease;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.login form input[type="submit"]:hover {
	background-color: #09B6F7;
}

.login .password {
	text-align: center;
	margin: 20px 0 0;
}

.login .password .link,
.login .password .link:focus,
.login .password .link:visited {
	color: #6d6d6d;
	font-size: 12px;
	text-decoration: none;
	margin: 20px auto 0;
	outline: none;
}

.login .notice,
.login .error:first-of-type {
	margin-top: 20px;
}

/* —————————————————————————————————————————————————— */

@media (max-width: 767px) {

	.login {
		padding: 20px;
	}

}

/* ######################### DINA — MENU (MOBILE) ######################### */

.section.menu {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 80px 0 0;
	z-index: 10;
}

.section.menu.active {
	display: block;
}

.section.menu .navigation {
	padding-left: 30px;
}

.section.menu .navigation .menu-item {
	display: block;
	font-size: 32px;
	line-height: 120%;
}

.section.menu .navigation .menu-item:not(:first-child) {
	margin-top: 20px;
}

.section.menu .navigation .menu-item a,
.section.menu .navigation .menu-item a:focus,
.section.menu .navigation .menu-item a:visited {
	color: inherit;
	text-decoration: none;
}

.section.menu .navigation .current-menu-item {
	font-family: 'AdelleSans-Bold';
}

.section.menu .close {
	position: absolute;
	top: 15px;
	right: 13px;
	display: block;
	width: 20px;
	height: auto;
}

.section.menu .footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 4px solid #00a9e0;
	padding: 20px;
}

.section.menu .footer .copyright {
	line-height: 150%;
	margin-top: 20px;
}

.section.menu .footer .claim {
	margin-top: 30px;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ######################### UTILITY ######################### */

.center-vertical {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    /*align-items: center;*/
    align-content: center;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

.overflow-hidden {
    position: fixed;
    width: 100%;
    overflow: hidden;
}

/* ######################### DINA — INTRO ######################### */

.module.intro {
	position:relative;
	margin: 20px auto 0;
}

.module.intro .image {
	display: block;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 40%;
}

.module.intro .information,
.module.intro .excerpt {
	width: calc(100% - 40px);
	max-width: 800px;
}

.module.intro .information {
	padding: 0 50px 50px;
	margin: -100px auto 0;
}

.module.intro.quality .information {
	background-color: #00a9e0;
}

.module.intro .author {
	display: inline-block;
	position: relative;
}

.module.intro .author .image {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding-top: 0;
	margin-top: -25px;
}

.module.intro .author .name {
	display: block;
	margin-top: 5px;
}

.module.intro .category {
	display: block;
	margin-top: 40px;
}

.module.intro .title {
	margin-top: 10px;
}

.module.intro .duration,
.module.intro .date {
	display: inline-block;
	margin-top: 20px;
}

.module.intro .duration .icon {
	display: inline-block;
	position: relative;
	top: 2px;
	width: 16px;
	height: auto;
	margin-right: 8px;
}

.module.intro.quality .author,
.module.intro.quality .category,
.module.intro.quality .title,
.module.intro.quality .date {
	color: #fff;
}

.module.intro .excerpt {
	font-size: 23px;
	margin: 80px auto 0;
}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {

	

}

/* —————————————————————————————————————————————————— */

@media (max-width: 767px) {

	.module.intro {
		margin: 0 auto;
	}

	.module.intro .image {
		padding-top: 66.666%;
	}

	.module.intro .information {
		padding: 0 20px 20px;
		margin: -50px auto 0;
	}

	.module.intro .category {
		margin-top: 15px;
	}

	.module.intro .title {
		margin-top: 5px;
	}

	.module.intro .duration,
	.module.intro .date {
		margin-top: 10px;
	}

	.module.intro .excerpt {
		margin-top: 40px;
	}

}

/* ######################### KOKO — LAYOUT ######################### */

.module.layout.row {
	display: block;
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: inherit;
	z-index: 1;
}

.module.layout.row.center-vertical {
	display: ms-flexbox;
	display: flex;
}

/* —————————————————————————————————————————————————— */

@media all and (-ms-high-contrast:none) {

	.module.menu .module.layout.row.center-vertical {
		height: 100%;
		min-height: 100%;
	}

	*::-ms-backdrop,
	.module.menu .module.layout.row.center-vertical {
		height: 100%;
		min-height: 100%;
	}

}

/* —————————————————————————————————————————————————— */

.module.layout.row.parallax {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	overflow: hidden;
	z-index: 0;
	-webkit-transform:translateZ(0px);
	-moz-transform:translateZ(0px);
	-o-transform:translateZ(0px);
	transform:translateZ(0px);
}

/* —————————————————————————————————————————————————— */

@media all and (-ms-high-contrast:none) {

	.module.layout.row.parallax .module.image {
		opacity: 1 !important;
	}

	*::-ms-backdrop,
	.module.layout.row.parallax .module.image {
		opacity: 1 !important;
	}

}

/* —————————————————————————————————————————————————— */

.module.layout.row > .container {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

/* —————————————————————————————————————————————————— */

.module.layout.column {
	display: inline-block;
	position: relative;
}

/* —————————————————————————————————————————————————— */

.module.layout.column.column-left {
	float: left;
}

.module.layout.column.column-right {
	float: right;
}

/* —————————————————————————————————————————————————— */

.module.layout.column-padding-none {
	padding: 0;
}

.module.layout.column-padding-small {
	padding: 20px;
}

.module.layout.column-padding-medium {
	padding: 50px;
}

.module.layout.column-padding-large {
	padding: 80px;
}

/* —————————————————————————————————————————————————— */

@media screen and (max-width: 767px) {

	.module.layout.column-padding-small,
	.module.layout.column-padding-medium,
	.module.layout.column-padding-large {
		padding: 30px;
	}

}

/* —————————————————————————————————————————————————— */

@media screen and (width: 768px) {

	.module.layout.column-padding-small,
	.module.layout.column-padding-medium,
	.module.layout.column-padding-large {
		padding: 50px;
	}

}

/* —————————————————————————————————————————————————— */

.module.layout.column-align-left {
	text-align: left;
}

.module.layout.column-align-center {
	text-align: center;
}

.module.layout.column-align-right {
	text-align: right;
}

.module.layout.row.max-width {
	margin: 0 auto;
}

/* —————————————————————————————————————————————————— */

.module.layout.column.column-100-100 {
	width: 100%;
}

.module.layout.column.column-90-100 {
	width: 90%;
}

.module.layout.column.column-80-100 {
	width: 80%;
}

.module.layout.column.column-75-100 {
	width: 75%;
}

.module.layout.column.column-70-100 {
	width: 70%;
}

.module.layout.column.column-66-100 {
	width: 66.66666%;
}

.module.layout.column.column-60-100 {
	width: 60%;
}

.module.layout.column.column-50-100 {
	width: 50%;
}

.module.layout.column.column-40-100 {
	width: 40%;
}

.module.layout.column.column-33-100 {
	width: 33.33333%;
}

.module.layout.column.column-30-100 {
	width: 30%;
}

.module.layout.column.column-25-100 {
	width: 25%;
}

.module.layout.column.column-20-100 {
	width: 20%;
}

.module.layout.column.column-10-100 {
	width: 10%;
}

/* —————————————————————————————————————————————————— */

@media screen and (max-width: 768px) {

	.module.layout.column.column-100-100,
	.module.layout.column.column-90-100,
	.module.layout.column.column-80-100,
	.module.layout.column.column-75-100,
	.module.layout.column.column-70-100,
	.module.layout.column.column-66-100,
	.module.layout.column.column-60-100,
	.module.layout.column.column-50-100,
	.module.layout.column.column-40-100,
	.module.layout.column.column-33-100,
	.module.layout.column.column-30-100,
	.module.layout.column.column-25-100,
	.module.layout.column.column-20-100,
	.module.layout.column.column-10-100 {
		width: 100%;
	}

}

@media screen and (min-width: 769px) and (max-width: 1024px) {

	.module.layout.column.column-30-100.column-left.column-offset-10-100,
	.module.layout.column.column-30-100.column-right.column-offset-10-100 {
		width: 50%;
		margin-left: 0;
		margin-right: 0;
	}

}

/* —————————————————————————————————————————————————— */

.module.layout.column-left.column-offset-0 {
	margin-left: 0;
}

.module.layout.column-left.column-offset-90-100 {
	margin-left: 90%;
}

.module.layout.column-left.column-offset-80-100 {
	margin-left: 80%;
}

.module.layout.column-left.column-offset-75-100 {
	margin-left: 75%;
}

.module.layout.column-left.column-offset-70-100 {
	margin-left: 70%;
}

.module.layout.column-left.column-offset-66-100 {
	margin-left: 66.66666%;
}

.module.layout.column-left.column-offset-60-100 {
	margin-left: 60%;
}

.module.layout.column-left.column-offset-50-100 {
	margin-left: 50%;
}

.module.layout.column-left.column-offset-40-100 {
	margin-left: 40%;
}

.module.layout.column-left.column-offset-33-100 {
	margin-left: 33.33333%;
}

.module.layout.column-left.column-offset-30-100 {
	margin-left: 30%;
}

.module.layout.column-left.column-offset-25-100 {
	margin-left: 25%;
}

.module.layout.column-left.column-offset-20-100 {
	margin-left: 20%;
}

.module.layout.column-left.column-offset-10-100 {
	margin-left: 10%;
}

/* —————————————————————————————————————————————————— */

@media screen and (max-width: 768px) {

	.module.layout.column-left.column-offset-0,
	.module.layout.column-left.column-offset-90-100,
	.module.layout.column-left.column-offset-80-100,
	.module.layout.column-left.column-offset-75-100,
	.module.layout.column-left.column-offset-70-100,
	.module.layout.column-left.column-offset-66-100,
	.module.layout.column-left.column-offset-60-100,
	.module.layout.column-left.column-offset-50-100,
	.module.layout.column-left.column-offset-40-100,
	.module.layout.column-left.column-offset-33-100,
	.module.layout.column-left.column-offset-30-100,
	.module.layout.column-left.column-offset-25-100,
	.module.layout.column-left.column-offset-20-100,
	.module.layout.column-left.column-offset-10-100 {
		margin-left: 0;
	}
}

/* —————————————————————————————————————————————————— */

.module.layout.column-right.column-offset-0 {
	margin-right: 0;
}

.module.layout.column-right.column-offset-90-100 {
	margin-right: 90%;
}

.module.layout.column-right.column-offset-80-100 {
	margin-right: 80%;
}

.module.layout.column-right.column-offset-75-100 {
	margin-right: 75%;
}

.module.layout.column-right.column-offset-70-100 {
	margin-right: 70%;
}

.module.layout.column-right.column-offset-66-100 {
	margin-right: 66.66666%;
}

.module.layout.column-right.column-offset-60-100 {
	margin-right: 60%;
}

.module.layout.column-right.column-offset-50-100 {
	margin-right: 50%;
}

.module.layout.column-right.column-offset-40-100 {
	margin-right: 40%;
}

.module.layout.column-right.column-offset-33-100 {
	margin-right: 33.33333%;
}

.module.layout.column-right.column-offset-30-100 {
	margin-right: 30%;
}

.module.layout.column-right.column-offset-25-100 {
	margin-right: 25%;
}

.module.layout.column-right.column-offset-20-100 {
	margin-right: 20%;
}

.module.layout.column-right.column-offset-10-100 {
	margin-right: 10%;
}

/* —————————————————————————————————————————————————— */

@media screen and (max-width: 768px) {

	.module.layout.column-right.column-offset-0,
	.module.layout.column-right.column-offset-90-100,
	.module.layout.column-right.column-offset-80-100,
	.module.layout.column-right.column-offset-75-100,
	.module.layout.column-right.column-offset-70-100,
	.module.layout.column-right.column-offset-66-100,
	.module.layout.column-right.column-offset-60-100,
	.module.layout.column-right.column-offset-50-100,
	.module.layout.column-right.column-offset-40-100,
	.module.layout.column-right.column-offset-33-100,
	.module.layout.column-right.column-offset-30-100,
	.module.layout.column-right.column-offset-25-100,
	.module.layout.column-right.column-offset-20-100,
	.module.layout.column-right.column-offset-10-100 {
		margin-right: 0;
	}
}

/* ######################### LINK ######################### */

.module.link {
	position: relative;
	color: inherit;
	text-decoration: none;
	padding-bottom: 0;
	border-bottom: 0.13em solid transparent;
	transition: color 0.3s ease, border-color 0.5s ease;
}

.module.link:hover,
.module.link.active {
	border-color: inherit;
}

/* ######################### MENU - GENERAL ######################### */

.module.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: grey;
	z-index: 1;
}

/* ######################### MENU - PUSH ######################### */

.menu-push {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.menu-push .module.menu,
.menu-push .container.body {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	-moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}

.menu-push .module.menu {
	z-index: 1;
	margin-left: -100%;
}

.menu-push.menu-active .module.menu,
.menu-push.menu-active .container.body {
	transform: translateX(100%);
}

/* ######################### MENU - TOGGLE ######################### */

.menu-toggle {
	cursor: pointer;
}

.menu-toggle .icon {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 20px;	
	background-image: linear-gradient(0deg, #000, #000, #000);
	background-position: 50%;
	background-repeat: repeat-x;
	background-size: auto 2px;
	opacity: 0.3;
	transition: opacity 0.3s ease;
}

.menu-toggle .icon:before,
.menu-toggle .icon:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	background-color: #000;
}

.menu-toggle .icon:hover {
	opacity: 1;
}

.menu-toggle.animate.active .icon {
	background-color: transparent;
}

.menu-toggle .icon:before {
	
	top: 0;
	margin-top: -1px;
	transition: transform 0.2s ease, top 0.2s ease;
}

.menu-toggle.animate.active .icon:before {
	top: 50%;
	transform: rotateZ(45deg);
}

.menu-toggle .icon:after {
	bottom: 0;
	margin-bottom: -1px;
	transition: transform 0.2s ease, bottom 0.2s ease;
}

.menu-toggle.animate.active .icon:after {
	bottom: 50%;
	transform: rotateZ(-45deg);
}

/* ######################### DINA — MODAL ######################### */

.section.modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: none;
}

.section.modal.active {
	display: block;
}

.section.modal > .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: background-color 1s ease;
	transition-delay: 1s;
}

.section.modal > .overlay.active {
	background: rgba(0, 0, 0, 0.7);
}

.section.modal .blend-in {
	opacity: 0;
	transition: opacity 0.5s ease;
}

.section.modal.loaded .blend-in {
	opacity: 1;
}

.section.modal .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 80%;
	height: 80%;
	max-width: 1200px;
	max-height: 800px;
	z-index: 1;
}

.section.modal .container .header {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 20px;
	z-index: 2;
}

.section.modal .container .header .deadline {
	display: none;
	margin-right: 30px;
}

.section.modal .container .header .deadline.active {
	display: block;
}

.section.modal .container .header .deadline .value {
	margin-left: 10px;
}

.section.modal .container .header .close {
	display: inline-block;
	width: 20px;
	height: auto;
	cursor: pointer;
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

.section.modal .container .header .close:hover {
	opacity: 1;
}

.section.modal .container .columns {
	position: absolute;
	top: 50px;
	bottom: 0;
	left: 0;
	right: 0;
	overflow-y: hidden;
}

.section.modal .container .column {
	position: absolute;
	top: 0;
	bottom: 0;
}

.section.modal .container .column.left {
	left: 0;
	right: 50%;
}

.section.modal .container .column.right {
	left: 50%;
	right: 0;
	bottom: 50px;
	overflow-y: scroll;
}

.section.modal .container .column.left .image {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section.modal .container .column.left .image:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
	z-index: 0;
}

.section.modal .container .column.left .image .text {
	position: relative;
	z-index: 1;
}

.section.modal .container .column.left .image .text .location {
	display: block;
}

.section.modal .container .column.left .image .text .meals,
.section.modal .container .column.left .dishes {
	display: none;
}

.section.modal .container .column.left .image .text .meals.active {
	display: inline-block;
	border-radius: 20px;
	margin-top: 30px;
}

.section.modal .container .column.left .image .text .meals .meal {
	display: inline-block;
	height: 40px;
	width: 60px;
	position: relative;
	border-radius: 20px;
	padding: 8px 15px;
	color: #f4f4f4;
	transition: background-color 0.3s ease, color 0.3s ease;
	color: #000;
	cursor: pointer;
}

.section.modal .container .column.left .image .text .meals .meal.active:hover,
.section.modal .container .column.left .image .text .meals .meal.focus {
	background-color: #00a9e0;
	color: #fff;
}

.section.modal .container .column.left .description {
    position: absolute;
	display: none;
    top: 40%;
    bottom: 0;
    overflow: scroll;
}

.section.modal .container .column.left .description.active,
.section.modal .container .column.left .dishes.active {
	display: block;
}

.section.modal .container .column.left .dishes {
	padding: 40px;
}

.section.modal .container .column.left .dishes .dish {
	display: block;
}

.section.modal .container .column.left .dishes .dish:not(:first-child) {
	margin-top: 30px;
}

.section.modal .container .column.left .dishes .dish .label,
.section.modal .container .column.left .dishes .dish .name {
	display: block;
}

.section.modal .container .column.left .dishes.active {
	display: block;
}

.section.modal .container .column.right,
.section.modal .container .column.left .description {
	padding: 40px;
}

.section.modal .container .column.right .count {
	margin-left: 10px;
}

.section.modal .container .column.right .participants {
	position: relative;
	margin-top: 30px;
}

.section.modal .container .column.right .participants .node {
	display: inline-block;
	width: 25%;
	position: relative;
	padding: 10px;
	vertical-align: top;
	cursor: pointer;
}

.section.modal .container .column.right .participants .node .image {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	background-color: #f4f4f4;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.section.modal .container .column.right .participants .node .name {
	display: block;
	height: 40px;
	margin-top: 10px;
}

.section.modal .container .column.right .participants .node .name .word {
	display: inline-block;
	border-bottom: 1px solid transparent;
	transition: border-color 0.3s ease;
}

.section.modal .container .column.right .participants .node .name .word:not(:first-child) {
	margin-top: 2px;
}

.section.modal .container .column.right .participants .node:hover .name .word {
	border-color: #000;
}

.section.modal .container .column.right .participants .node .meta {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	padding: 1px;
	text-align: center;
	font-family: 'AdelleSans-Bold';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
}

.section.modal .container .guests {
	display: none;
	border-style: solid;
	border-width: 0 0 1px;
	padding: 0 10px 20px;
}

.section.modal .container .guests.active {
	display: block;
}

.section.modal .container .guests .labels {
	position: relative;
	margin-top: 10px;
}

.section.modal .container .guests .labels .dishes {
	padding: 10px;
}

.section.modal .container .guests .labels .option {
	position: absolute;
	right: 70px;
	width: 220px;
	padding: 10px;
}

.section.modal .container .guests .labels .guest {
	position: absolute;
	right: 0;
	padding: 10px 0 10px 10px;
}

.section.modal .container .guests .dishes,
.section.modal .container .guests .option,
.section.modal .container .guests .guest {
	display: inline-block;
}

.section.modal .container .guests .node .dishes {
	border: 2px solid transparent;
	border-radius: 19px;
	transition: border-color 0.3s ease;
}

.section.modal .container .guests .node .dishes.error {
	border: 2px solid rgba(255, 0, 0, 0.5);
}

.section.modal .container .register .node.guest {
	padding: 5px 10px;
}

.section.modal .container .guests .dishes .dish {
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	padding: 5px;
	text-align: center;
	transition: background-color 0.3s ease, color 0.3s ease;
	cursor: pointer;
}

.section.modal .container .guests .dishes .dish:not(:first-child) {
	margin-left: 5px;
}

.section.modal .container .guests .guest .action {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 5px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #ff5050;
	transition: background-color 0.3s ease, color 0.3s ease;
	cursor: pointer;
	float: right;
}

.section.modal .container .guests .guest .action:after {
	content: '-';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 3px;
	font-size: 32px;
	color: #fff;
	text-align: center;
	font-family: 'AdelleSans-Regular';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.section.modal .container .guests .guest:first-child .action {
	background-color: #00a9e0;
}

.section.modal .container .guests .guest:first-child .action:after {
	content: '+';
}


.section.modal .container .guests .options {
	display: none;
	position: absolute;
	right: 70px;
	top: 5px;
	height: 38px;
	border-radius: 19px;
	padding: 2px 10px;
	margin-bottom: 5px;
	overflow: hidden;
	border: 2px solid transparent;
	transition: border-color 0.3s ease;
}

.section.modal .container .guests .options.error {
	border: 2px solid rgba(255, 0, 0, 0.5);
}

.section.modal .container .guests .options.active {
	display: inline-block;
}

.section.modal .container .guests .options select {
	min-width: 200px;
	max-width: 200px;
	background: transparent;
	border: none;
	height: 50px;
	margin-top:-10px;
	margin-left:-5px;
	padding: 5px; /* If you add too much padding here, the options won't show in IE */
	cursor: pointer;
}

.section.modal .container .guests .options select:focus {
	outline: none;
}

.section.modal .container .register {
	display: block;
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 0;
	padding: 0 40px;
	border-style: solid;
	border-width: 1px 0 0;
}

.section.modal .container .cover {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	opacity: 0.7;
	z-index: 3;
}

.section.modal .container .dialog {
	display: none;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.9);
	z-index: 5;
}

.section.modal .container .dialog .text {
	margin-bottom: 5px;
}

.section.modal .container .register .dialog .button {
	float: none;
}

.section.modal .container .register .dialog .button:not(:first-child) {
	margin-left: 10px;
}

.section.modal .container .register .node {
	position: relative;
	display: flex;
	align-items: center;
	padding: 20px 10px;
}

.section.modal .container .register .options .node {
	border-style: solid;
	border-width: 0 0 1px;
	cursor: pointer;
}

.section.modal .container .register .options .node .name {
	border-bottom: 1px solid transparent;
	transition: border-color 0.3s ease;
}

.section.modal .container .register .options .node:hover .name {
	border-color: #000;
}

.section.modal .container .register .image {
	display: inline-block;
	width: 34px;
	height: 34px;
	background-color: #f4f4f4;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	float: left;
}

.section.modal .container .register .name {
	display: inline-block;
	margin-left: 20px;
}

.section.modal .container .register .input {
	display: inline-block;
	width: calc(100% - 120px - 10px - 10px - 30px);
	height: 34px;
	border: none;
	border-radius: 17px;
	padding: 7px 10px;
	margin-left: 10px;
	float: left;
}

.section.modal .container .register .input:focus,
.section.modal .container .register .button:focus {
	outline: none;
}

.section.modal .container .register .button {
	display: inline-block;
	width: 120px;
	border: none;
	border-radius: 17px;
	padding: 5px 20px;
	margin-left: 10px;
	float: left;
}

.section.modal .container .register .button.add {
	background-color: #00a9e0;
	cursor: pointer;
}

.section.modal .container .register .button.remove {
	background-color: #ff5050;
	cursor: pointer;
}

.section.modal .container .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	opacity: 1;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.section.modal.loaded .container .overlay {
	opacity: 0;
	display: none;
}

.section.modal .overlay.transition {
	display: block !important;
}

.section.modal .container .overlay .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	transition: opacity 0.3s ease;
	transition-delay: 0.5s;
}

.section.modal.active .container .overlay .loader {
	opacity: 1;
}

.section.modal .container .register .node .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
}

.section.modal .container .register .node .overlay .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	transform: translateX(-50%) translateY(-50%);
}

.section.modal .container .register.pending .node .overlay {
	opacity: 1;
	display: block;
}

/* —————————————————————————————————————————————————— */

@media (max-width: 767px) {

	.section.modal .container {
		width: 100%;
		height: 100%;
	}

	.section.modal .container .header {
		position: fixed;
		z-index: 1;
	}

	.section.modal .container .header .deadline {
		position: absolute;
		left: 20px;
		line-height: 110%;
	}

	.section.modal .container .header .deadline .value {
		display: block;
		margin-left: 0;
		margin-top: 2px;
	}

	.section.modal .container .register {
		position: fixed;
		left: 0;
		padding: 0;
	}

	.section.modal .container .columns {
		overflow-y: auto;
	}

	.section.modal .container .column.left,
	.section.modal .container .column.right {
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.section.modal .container .column.left .image {
		height: 260px;
	}

	.section.modal .container .column.left .image .text .meals.active {
		margin-top: 10px;
	}

	.section.modal .container .column.right .participants .node {
		width: 33.3%;
	}

	.section.modal .container .column.right .participants .node .image {
		width: 60px;
		height: 60px;
	}

	.section.modal .container .guests .labels .option,
	.section.modal .container .guests .options {
		right: 40px;
		width: 120px;
	}

	.section.modal .container .register .node {
		padding: 10px;
	}

	.section.modal .container .register .input {
		width: calc(100% - 20px - 34px - 80px);
	}

	.section.modal .container .register .button {
		width: 80px;
		padding: 8px 10px;
		float: right;
	}

	.section.modal .container .register .node.guest {
		padding: 5px 0;
	}

}


/* ######################### PARAGRAPH - KOKO ######################### */

.module.paragraph {
	position: relative;
}

.module.paragraph:not(:first-child) {
	margin-top: 30px;
}

/* ######################### DRIVE — POPUP ######################### */

.module.popup {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.module.popup > .container {
	position: absolute;
	top: 40px;
	bottom: 40px;
	left: 40px;
	right: 40px;
	width: auto;
	height: auto;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.5s ease;
	overflow-x: hidden;
	overflow-y: scroll;
}

.module.popup.active > .container {
	opacity: 1;
}

/* —————————————————————————————————————————————————— */

@media screen and (max-width: 767px) {

	.module.popup > .container {
		top: 20px;
		bottom: 20px;
		left: 20px;
		right: 20px;
	}

}

/* ######################### MENU - TOGGLE ######################### */

.module.popup > .container > .icon {
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;	
	background-color: #fff;
	border-radius: 50%;
	transition: background-color 0.3s ease;
	z-index: 10;
	cursor: pointer;
}

.no-touch .module.popup > .container > .icon:hover,
.module.popup > .container > .icon.hover-touch {	
	background-color: #000;
}

.module.popup > .container > .icon:before,
.module.popup > .container > .icon:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 60%;
	height: 1px;
	top: 50%;
	left: 20%;
	margin-top: -1px;
	background-color: #000;
	transition: background-color 0.3s ease;
}

.module.popup > .container > .icon:before {
	transform: rotateZ(45deg);
}

.module.popup > .container > .icon:after {
	transform: rotateZ(-45deg);
}

.no-touch .module.popup > .container > .icon:hover:before,
.no-touch .module.popup > .container > .icon:hover:after,
.module.popup > .container > .icon.hover-touch:before,
.module.popup > .container > .icon.hover-touch:after {
	background-color: #fff;
}



/* ######################### DINA — FRONT — SLIDER ######################### */

.module.slider .slides {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #eee;
	overflow: hidden;
	z-index: 0;
}

.module.slider .slides .slide {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 0;
	transition: margin-left 1s ease;
	z-index: 0;
}

.module.slider .slides .slide:nth-child(1) {
	margin-left: -100%;
	z-index: 2;
}

.module.slider .slides .slide:nth-child(1):only-child {
	margin-left: 0;
}

.module.slider .slides .slide:nth-child(2) {
	margin-left: 0;
	z-index: 3;
}

.module.slider .slides .slide:nth-child(3) {
	margin-left: 100%;
	z-index: 1;
}

.module.slider .slides .slide.interactive {
	cursor: pointer;
}

.module.slider .skip {
	position: absolute;
	top: 50%;
	font-size: 40px;
	line-height: 100%;
	background: transparent;
	border: none;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 3;
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

.module.slider.single .skip {
	display: none;
}

.module.slider .skip:hover {
	opacity: 1;
}

.module.slider .skip .icon {
	display: block;
	width: 48px;
	height: 48px;
}

.module.slider .skip:focus {
	outline: none;
}

.module.slider .previous {
	left: 20px;
}

.module.slider .previous .icon {
	transform: rotateZ(180deg);
}

.module.slider .next {
	right: 20px;
}

.module.slider .pagination {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}

.module.slider.single .pagination {
	display: none;
}

.module.slider .pagination .node {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
}

.module.slider .pagination .node:after {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	background: #fff;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: width 0.3s ease, height 0.3s ease, background-color 0.5s ease;
	cursor: pointer;
}

.module.slider .pagination .node:hover:after {
	width: 14px;
	height: 14px;
}

.module.slider .pagination .node.active:after {
	width: 14px;
	height: 14px;
	background-color: #fff;
}

/* —————————————————————————————————————————————————— */

@media (max-width: 1200px) {

	.module.slider .skip {
		display: none;
	}

}



/* ######################### DINA — FRONT — TEASER ######################### */

.section.content .module.slider.teaser {
	position: absolute;
	top: 30px;
	left: 30px;
	bottom: 30px;
	width: calc(50% - 45px);
	height: auto;
	margin-left: 0;
	opacity: 1;
	transition: opacity 0.5s ease, margin-left 0.7s ease;
}

.section.content .module.slider.teaser.loading {
	margin-left: -30px;
	opacity: 0;
}

.section.content .module.slider.teaser .slides .slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section.content .module.slider.teaser .slides .slide:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0));
	z-index: 0;
}

.section.content .module.slider.teaser .slides .slide.notification {
	background-color: #00b7ff;
	transition: margin-left 1s ease, background-color 0.3s ease;
	cursor: default;
}

.section.content .module.slider.teaser .slides .slide.notification.clickable {
	cursor: pointer;
}

.section.content .module.slider.teaser .slides .slide.notification.clickable:hover {
	background-color: #00a9e0;
}

.section.content .module.slider.teaser .slides .slide.notification .text {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 80px;
}

.section.content .module.slider.teaser .slides .slide.notification .category {
	color: #fff;
	/*display: none;*/
}

.section.content .module.slider.teaser .slides .slide.notification:before,
.section.content .module.slider.teaser .slides .slide.notification:after,
.section.content .module.slider.teaser .slides .slide.notification .text .duration,
.section.content .module.slider.teaser .slides .slide.notification .text .author,
.section.content .module.slider.teaser .slides .slide.notification .text .portrait {
	display: none;
}

.section.content .module.slider.teaser .slides .slide:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.1;
	z-index: 0;
	transform: translateZ(0);
	transition: opacity 0.5s ease;
}

.section.content .module.slider.teaser .slides .slide:hover:after {
	opacity: 0;
}

.section.content .module.slider.teaser .slides .slide .text {
	display: block;
	position: absolute;
	left: 0;
	bottom: 70px;
	width: 100%;
	padding: 0 20px;
	text-align: center;
	z-index: 1;
}

.section.content .module.slider.teaser .slides .slide .text .title {
	margin-top: 10px;
}

.section.content .module.slider.teaser .slides .slide .text .duration {
	display: block;
	margin-top: 20px;
}

.section.content .module.slider.teaser .slides .slide .text .duration .icon {
	display: inline-block;
	position: relative;
	top: 2px;
	width: 16px;
	height: auto;
	margin-right: 8px;
}

.section.content .module.slider.teaser .slides .slide .text .portrait {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 20px;
}

.section.content .module.slider.teaser .slides .slide .text .author {
	display: block;
	margin-top: 6px;
}

/* —————————————————————————————————————————————————— */

@media (min-width: 2160px) and (orientation: portrait) {

	.section.content .module.slider.teaser {
		width: auto;
		top: 20px;
		left: 20px;
		right: 20px;
		bottom: calc(30% + 10px);
	}

}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {

	.section.content .module.slider.teaser {
		width: auto;
		top: 20px;
		left: 20px;
		right: 20px;
		bottom: calc(75% + 10px);
	}

	.section.content .module.slider.teaser .slides .slide {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.section.content .module.slider.teaser .slides .slide .text {
		position: relative;
		bottom: auto;
		max-width: 75%;
		padding: 20px;
	}

	.section.content .module.slider.teaser .slides .slide .text .title {
		margin-top: 0;
	}

	.section.content .module.slider.teaser .slides .slide .text .duration,
	.section.content .module.slider.teaser .slides .slide .text .portrait,
	.section.content .module.slider.teaser .slides .slide .text .author {
		display: none;
	}

}

/* —————————————————————————————————————————————————— */

@media (max-width: 767px) {

	.section.content .module.slider.teaser {
		display: block;
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		height: calc(100vh - 20px);
		max-height: 400px;
	}

	.section.content .module.slider.teaser .slides .slide .text {
		position: relative;
		bottom: auto;
		max-width: 100%;
		padding: 20px;
	}

	.section.content .module.slider.teaser .slides .slide.notification .text {
		position: relative;
		top: auto;
		bottom: auto;
		max-width: 100%;
		padding: 20px;
	}

	.section.content .module.slider.teaser .slides .slide .text .duration,
	.section.content .module.slider.teaser .slides .slide .text .portrait,
	.section.content .module.slider.teaser .slides .slide .text .author {
		display: none;
	}

}



/* ######################### DINA — FRONT — EVENTS ######################### */

.section.content .module.slider.events {
	position: absolute;
	top: calc(30% + 15px);
	bottom: calc(40% + 15px);
	right: 30px;
	width: calc(50% - 45px);
	height: auto;
	margin-left: 0;
	opacity: 1;
	transition: opacity 0.5s ease, margin-left 0.7s ease;
}

.section.content .module.slider.events.loading {
	margin-left: 30px;
	opacity: 0;
}

.section.content .module.slider.events .slides .slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section.content .module.slider.events .slides .slide:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
	z-index: 0;
	transform: translateZ(0);
	transition: opacity 0.5s ease;
}

.section.content .module.slider.events .slides .slide:hover:before {
	opacity: 0.3;
}

.section.content .module.slider.events .slides .slide .text {
	position: relative;
	max-width: 75%;
	padding: 20px;
	z-index: 1;
}

.section.content .module.slider.events .slides .slide .text .date {
	display: block;
	margin-top: 20px;
}

/* —————————————————————————————————————————————————— */

@media (min-width: 2160px) and (orientation: portrait) {

	.section.content .module.slider.events {
		top: calc(85% + 10px);
		bottom: 20px;
		left: 20px;
		right: calc(40% + 10px);
		width: auto;
	}

}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {

	.section.content .module.slider.events {
		top: calc(50% + 10px);
		bottom: calc(25% + 10px);
		left: 20px;
		right: 20px;
		width: auto;
	}

}

/* —————————————————————————————————————————————————— */

@media (max-width: 767px) {

	.section.content .module.slider.events {
		display: block;
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		height: calc(100vh - 20px);
		max-height: 400px;
		margin: 10px 0 0;
	}

	.section.content .module.slider.events .slides .slide .text {
		max-width: 100%;
	}

}



/* ######################### DINA — FRONT — MEALS ######################### */

.section.content > .module.slider.meals {
	position: absolute;
	top: 30px;
	bottom: calc(70% + 15px);
	right: 30px;
	width: calc(50% - 45px);
	height: auto;
	transform: translateY(0);
	opacity: 1;
	transition: opacity 0.5s ease, transform 0.7s ease, background-color 0.3s ease;
}

.section.content .module.slider.meals.loading {
	transform: translateY(-30px);
	opacity: 0;
}

.section.content .module.slider.meals .slides .slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section.content .module.slider.meals .slides .slide:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
	z-index: 0;
	transform: translateZ(0);
	transition: opacity 0.5s ease;
}

.section.content .module.slider.meals .slides .slide:hover:before {
	opacity: 0.3;
}

.section.content .module.slider.meals .slides .slide .text {
	position: relative;
	max-width: 75%;
	padding: 20px;
	z-index: 1;
}

.section.content .module.slider.meals .slides .slide .text .date {
	display: block;
	margin-top: 20px;
}

/* —————————————————————————————————————————————————— */

@media (min-width: 2160px) and (orientation: portrait) {

	.section.content .module.slider.meals {
		position: absolute;
		top: calc(70% + 10px);
		bottom: calc(15% + 10px);
		left: 20px;
		right: calc(40% + 10px);
		width: auto;
	}

}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {

	.section.content .module.slider.meals  {
		position: absolute;
		top: calc(25% + 10px);
		bottom: calc(50% + 10px);
		left: 20px;
		right: 20px;
		width: auto;
	}

}

/* —————————————————————————————————————————————————— */

@media (max-width: 767px) {

	.section.content .module.slider.meals {
		display: block;
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		height: calc(100vh - 20px);
		max-height: 400px;
		margin: 10px 0 0;
	}

	.section.content .module.slider.meals .slides .slide .text {
		max-width: 100%;
	}

}

/* ######################### DINA — FRONT — STATUS ######################### */

.section.content > .module.status {
	position: absolute;
	top: 30px;
	bottom: calc(70% + 15px);
	right: 30px;
	width: calc(50% - 45px);
	transform: translateY(0);
	opacity: 1;
	transition: opacity 0.5s ease, transform 0.7s ease, background-color 0.3s ease;
}

.section.content > .module.status:hover {
	background-color: #09B6F7;
}

.section.content .module.status.loading {
	transform: translateY(-30px);
	opacity: 0;
}

.section.content .module.status .left,
.section.content .module.status .right {
	display: flex;
	align-items: center;
	position: absolute;
	width: 50%;
	height: 100%;
	padding: 50px;
}

.section.content .module.status.empty .left,
.section.content .module.status.empty .right {
	display: none;
}

.section.content .module.status .center {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

.section.content .module.status.empty .center {
	display: flex;
	padding: 20px;
}

.section.content .module.status .left {
	left: 0;
	top: 0;
	justify-content: flex-start;
}

.section.content .module.status .right {
	right: 0;
	top: 0;
	justify-content: flex-end;
}

.section.content .module.status .title {
	margin-top: 20px;
}

.section.content .module.status .date {
	display: inline-block;
	margin-top: 20px;
}

.section.content .module.status .count,
.section.content .module.status .completed {
	font-size: 100px;
	line-height: 100%;
}

.section.content .module.status .relation {
	display: inline-block;
	position: relative;
	top: -30px;
	transform: rotateZ(-90deg);
	padding: 0 5px;
}

/* —————————————————————————————————————————————————— */

.section.content .module.slider.events .slides .slide.module.status .left {
	padding: 50px 25px 50px 120px;
}

.section.content .module.slider.events .slides .slide.module.status .right {
	padding: 50px 120px 50px 25px;
}

.section.content .module.slider.events .slides .slide.module.status .text {
	max-width: 100%;
	padding: 0px;
}

.section.content .module.slider.events .slides .slide.status:before,
.section.content .module.slider.events .slides .slide.status:hover:before {
	opacity: 0;
}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {

	.section.content .module.status {
		position: absolute;
		top: calc(25% + 10px);
		bottom: calc(50% + 10px);
		left: 20px;
		right: 20px;
		width: auto;
	}

	.section.content .module.status .count,
	.section.content .module.status .completed {
		font-size: 50px;
	}

	.section.content .module.status .relation {
		top: -15px;
	}

	.section.content .module.status {
		display: block;
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		max-height: 400px;
		margin: 10px 0 0;
	}

	/* —————————————————————————————————————————————————— */

	.section.content .module.slider.events .module.status {
		margin-top: 0;
	}

	.section.content .module.slider.events .slides .slide.module.status .left {
		padding: 30px;
	}

	.section.content .module.slider.events .slides .slide.module.status .right {
		bottom: 20px;
		padding: 30px;
	}

}

/* —————————————————————————————————————————————————— */

@media (min-width: 1080px) and (orientation: portrait) {

	/*.section.content .module.status {
		position: absolute;
		top: calc(70% + 10px);
		bottom: calc(15% + 10px);
		left: 20px;
		right: calc(40% + 10px);
		width: auto;
	}*/

}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

	.section.content .module.status .left,
	.section.content .module.status .right {
		padding: 20px;
	}

	.section.content .module.status .count,
	.section.content .module.status .completed {
		font-size: 50px;
	}

	.section.content .module.status .relation {
		top: -15px;
	}

}

/* —————————————————————————————————————————————————— */

@media (max-width: 767px) {

	.section.content .module.status {
		display: block;
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		height: calc(100vh - 20px);
		max-height: 400px;
		margin: 10px 0 0;
	}

	.section.content .module.status .left,
	.section.content .module.status .right {
		display: block;
		width: 70%;
		height: auto;
		padding: 20px;
	}

	.section.content .module.status .left {
		top: 0;
	}

	.section.content .module.status .right {
		bottom: 0;
	}

	/* —————————————————————————————————————————————————— */

	.section.content .module.slider.events .module.status {
		margin-top: 0;
	}

	.section.content .module.slider.events .slides .slide.module.status .left {
		padding: 30px;
	}

	.section.content .module.slider.events .slides .slide.module.status .right {
		bottom: 20px;
		padding: 30px;
	}

}

/* ######################### DINA — STREAM ######################### */

.section.stream {
	position: absolute;
	top: 80px;
	right: 0;
	bottom: 0;
	width: 15%;
	padding: 20px;
	overflow: hidden;
}

.page-single .section.stream {
	bottom: 75px;
}

.section.stream .list:before {
	content: '';
	position: absolute;
	left: 45px;
	top: 45px;
	bottom: -30px;
	width: 1px;
	background: #00a9e0;
}

.section.stream:after {
	content: '';
	position: absolute;
	left: 0;
	top: -18px;
	bottom: -30px;
	width: 1px;
	background: #f4f4f4;
}

.section.stream .node {
	position: relative;
	padding: 10px 0 10px 50px;
	/*max-height: 100px;*/
	overflow: hidden;
}

/*.section.stream .node:not(:first-child) {
	margin-top: 20px;
}*/

.section.stream .node .image {
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
}

.section.stream .node .image .image {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@keyframes rotate {
	from {
		transform: translateX(-50%) translateY(-50%) rotate(0deg);
	} to {
		transform: translateX(-50%) translateY(-50%) rotate(360deg);
	}
}

.section.stream .node:first-child .image:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	background-color: #ffdd32;
    border-radius: 50%;
    background-image: linear-gradient(180deg, transparent 50%, white 50%), linear-gradient(90deg, white 50%, transparent 50%);
    z-index: -2;
    animation: rotate 2s linear infinite;
}

.section.stream .node:first-child .image:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	background-color: #fff;
    border-radius: 50%;
    z-index: -1;
}

.section.stream .node .title,
.section.stream .node .message {
	display: block;
}

.section.stream .node .link {
	cursor: pointer;
}

.section.stream .node.list-enter-active,
.section.stream .node.list-leave-active {
	transition: max-height 0.5s linear, padding-top 0.3s linear, padding-bottom 0.3s linear, opacity 1s ease;
}

.section.stream .node.list-enter,
.section.stream .node.list-leave-to {
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0;
}

/* —————————————————————————————————————————————————— */

@media (min-width: 2160px) and (orientation: portrait) {

	.section.stream {
		/*display: none;*/
	}

}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1500px) and (orientation: portrait) {

	.section.stream {
		top: 80px;
		right: 0;
		bottom: 0px;
		width: 30%;
		padding: 10px 15px 10px 10px;
	}

	.section.stream .list:before {
		left: 35px;
		top: 35px;
	}

}

/* —————————————————————————————————————————————————— */

@media (max-width: 767px) {

	.section.stream {
		display: none;
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		width: auto;
		height: 400px;
		margin: 10px 0 0;
	}

	.section.stream .node {
		position: relative;
		padding: 10px 20px 10px 65px;
		max-height: 100px;
	}

	.section.stream:before {
		left: 35px;
	}

	.section.stream .node .image {
		left: 20px;
	}

}

/* ######################### DINA — TASKS ######################### */

.module.tasks {
	display: block;
	position: relative;
	margin: 80px auto 0;
}

.module.tasks .status .count,
.module.tasks .status .completed {
	font-size: 100px;
	line-height: 100%;
}

.module.tasks .status .relation {
	display: inline-block;
	position: relative;
	top: -30px;
	transform: rotateZ(-90deg);
	padding: 0 5px;
}

.module.tasks .status .relation {
	display: inline-block;
	position: relative;
	top: -30px;
	transform: rotateZ(-90deg);
	padding: 0 5px;
}

.module.tasks .container {
	display: block;
	width: calc(50% - 10px);
	padding: 30px;
	margin-top: 100px;
	float: left;
}

.module.tasks .container.complete {
	margin-right: 20px;
}

.module.tasks .container .label {
	display: block;
}

.module.tasks .container .count {
	font-size: 50px;
	line-height: 100%;
	margin: 20px auto 0;
}

.module.tasks .container .icon {
	display: block;
	width: 24px;
	height: auto;
	margin: 20px auto 0;
}

.module.tasks .container .list {
	margin-top: 50px;
}

.module.tasks .container .list .task {
}

.module.tasks .container .list .task:not(:first-child) {
	border-top: 1px solid #fff;
	padding-top: 20px;
	margin-top: 20px;
}

.module.tasks .container .list.executives {
	margin-top: 15px;
}

.module.tasks .container .list.executives .executive {
	display: inline-block;
	position: relative;
	width: 25%;
	float: left;
}

.module.tasks .container .list.executives .executive .image {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.module.tasks .container .list.executives .executive .name {
	display: block;
	height: 30px;
	margin-top: 5px;
}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {

	

}

/* —————————————————————————————————————————————————— */

@media (max-width: 767px) {

	.module.tasks .container {
		width: 100%;
		padding: 20px;
		margin-top: 10px;
	}

	.module.tasks .container.complete {
		margin-right: 0;
	}

	.module.tasks .container .list.executives .executive {
		width: 33.333%;
	}

}

/* ######################### DINA — TEXT ######################### */

.module.text {
	display: block;
	position: relative;
	width: calc(100% - 40px);
	max-width: 600px;
	margin: 50px auto 0;
}

.module.text p:not(:first-child) {
	margin: 10px 0 0;
}

.module.text strong {
	display: block;
	width: 50%;
	font-family: 'AdelleSans-Bold';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
}

/* —————————————————————————————————————————————————— */

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {

	

}

/* —————————————————————————————————————————————————— */

@media (max-width: 767px) {

	.module.text {
		padding: 0 30px;
	}

	.module.text strong {
		width: 100%;
	}

}


/* ######################### DINA — VIDEO ######################### */


.module.video {
	display: block;
	position: relative;
	margin: 80px auto 0;
}

.module.video .wp-video {
	width: 100% !important;
	border: 1px solid #e3e3e3;
}

.module.video .wp-video .mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #01efbd;
}

.module.video .wp-video .mejs-overlay-button {
	background: url('https://intra.dina.de/wp-content/themes/dina-intranet/static/../modules/video/play-button.svg') no-repeat;
	background-size: cover;
}

.module.video.embed .embed {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.module.video iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	border: 1px solid #e3e3e3;
}