/* GENERALS */
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;}

body {
	font-family: 'DINPro';
	background-color: rgb(237,237,237);
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow-x: hidden !important;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: inherit;
}

a img {
	border: none;
}

p, h1, h2, h3, h4, h5 {
	margin: 0;
}

p {
	line-height: 1.5;
}

h2 {
	color: rgba(0,0,0,0.7);
	font-family: "Goldplay";
	font-size: 40px;
	font-weight: 500;
}

h3 {
	color: rgba(183,170,54,1);
	font-family: "Goldplay";
	font-size: 26px;
	font-weight: 500;
}

.italic {
	font-style: italic;
}

.gold {
	color: rgba(183,170,54,1);
}

.bold {
	font-weight: bold;
}

.smaller {
	font-size: smaller !important;
}

.content-wrapper {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
}

.content-section {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: rgb(255,255,255);
	position: relative;
	padding-bottom: 60px;
	padding-top: 60px;
}

.content-section.no-padding-top {
	padding-top: 0px;
}

.content-section.expanded-padding-bottom {
	padding-bottom: 100px;
}

.content-section.grey {
	background-color: rgba(177,117,117,0.15);
}

/* announcement-bar */
.announcement-bar {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	padding: 5px 30px;
	background-color: rgb(216,186,187);
	box-sizing: border-box;
}

.announcement-bar .announcement-bar-content {
	text-align: center;
	color: rgb(255,255,255);
	font-size: 18px;
}

.announcement-bar .announcement-bar-content a {
	text-decoration: underline;
}

.announcement-bar .announcement-bar-content.clickable {
	cursor: pointer;
}

/* POPUP */
.popup .popup-content p a {
	text-decoration: underline;
}

.box {
	border: 2px solid rgba(216, 186, 187, 1);
	display: inline;
	padding: 8px 8px;
	color: rgba(216, 186, 187, 1);
	text-align: center;
	background-position: 10px center;
	background-repeat: no-repeat;
}

a.box {
	display: inline-block;
	margin-top: 20px;
	text-decoration: none !important;
	padding: 10px 16px;
	font-size: 18px !important;
}

a.box.margin-bottom {
	margin-bottom: 40px;
}

.content-section.grey a.box {
	color: rgba(183,170,54,1) !important;
	border-color: rgba(183,170,54,1);
}

*:focus {
	outline: none;
}

.mfp-bg {
	opacity: 0.6 !important;
}

/* PRICE */
.price {
	margin-top: 20px;
	margin-bottom: 0px !important;
}

/* VIDEO POPUP */
.video-popup {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* CONTENT */
.content {
	min-height: 900px;
}

/* HEADER */

.header {
	position: relative;
	width: 100%;
	min-height: 800px;
	height: 100%;
}

.header.legals {
	min-height: 100px;
	background-color: #00457C;
}

.header .teaser-container {
	position: absolute;
	left: 0px;
	top: 0px;
	display: table;
	width: 100%;
	height: 100%;
}

.header.parallax .teaser-container {
	position: fixed !important;
}

.header .teaser-container .teaser-background-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

.header .teaser-container .teaser-background-layer video {
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	left: 50%;
}

.header .teaser-container .teaser-split-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgb(0,0,0);
	opacity: 0.1;
}

.header .teaser-container .teaser-message {
	display: table-cell;
	vertical-align: middle;
	font-family: "Goldplay";
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 140px;
}

.header .teaser-container .teaser-message .teaser-message-container {
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: rgb(255,255,255);
}

.header .teaser-container .teaser-message .teaser-message-container h1 {
	font-size: 60px;
	line-height: 1.1;
	margin-bottom: 50px;
	font-weight: 500;
}

.header .teaser-container .teaser-message .teaser-message-container .box {
	margin-top: 40px;
	font-size: 30px;
	font-weight: 500;
	padding: 8px 15px;
}

.header .title {
	height: 100px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10;
}

.header .title.with-announcement-bar {
	padding-top: 30px;
}

.header .title .title-background-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgb(255,255,255);
	opacity: 0;
}

.header .title .content-wrapper {
	height: 100%;
	display: table;
}

.header .title .logo {
	height: 26px;
	vertical-align: middle;
}

.header .title img.white {
	display: inherit;
}

.header .title img.color {
	display: none;
}

.header .title.thin img.color {
	display: inherit;
}

.header .title.thin img.white {
	display: none;
}

.header .title.thin img {
	height: 50px;
}

.header .title .transition-fill-element {
	-webkit-transition: fill 0.9s ease;
	-moz-transition: fill 0.9s ease;
	-o-transition: fill 0.9s ease;
	transition: fill 0.9s ease;
}

.header .title.thin .transition-fill-element {
	fill: rgb(216,186,187) !important;
}

.header .title .transition-stroke-element {
	-webkit-transition: stroke 0.9s ease;
	-moz-transition: stroke 0.9s ease;
	-o-transition: stroke 0.9s ease;
	transition: stroke 0.9s ease;
}

.header .title.thin .transition-stroke-element {
	stroke: rgb(216,186,187) !important;
}

.header .title .menu-container ul li:nth-child(3) {
	-webkit-transition: color 0.9s ease;
	-moz-transition: color 0.9s ease;
	-o-transition: color 0.9s ease;
	transition: color 0.9s ease;
}

.header .title.thin .menu-container ul li:nth-child(3) {
	color: rgb(216,186,187) !important;
}

.header .title .logo-container,
.header .title .menu-container {
	display: table-cell;
	vertical-align: middle;
}

.header .title .logo-container.opened {
	opacity: 0.2;
}

.header .title .menu-container ul {
	text-align: right;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	display: table;
	float: right;
	z-index: 11;
}

.header .title .menu-container ul li {
	vertical-align: middle;
	display: table-cell;
	padding-right: 20px;
	position: relative;
}

.header .title .menu-container ul li:last-child {
	padding-right: 0px;
}

.header .title .menu-container ul img {
	border: none;
}

.header .title .logo-container img {
	height: 60px;
}

.header .title.thin .logo-container img {
	height: 50px;
	margin-top: 5px;
}

.header .title .menu-container ul li:nth-child(1) svg {
	width: 40px;
	height: 28px;
}

.header .title .menu-container ul li:nth-child(2) svg {
	width: 36px;
}

.header .title .menu-container ul li:nth-child(3) {
	padding-right: 10px;
	font-size: 18px;
	color: rgb(255,255,255);
	cursor: pointer;
	padding-bottom: 5px;
}

.header .title .menu-container ul li:nth-child(4) svg {
	width: 36px;
	-webkit-transition: opacity 0.9s ease;
	-moz-transition: opacity 0.9s ease;
	-o-transition: opacity 0.9s ease;
	transition: opacity 0.9s ease;
}

.header .title .menu-container ul li:nth-child(4) svg:nth-child(2) {
	position: absolute;
	left: 0px;
	top: 7px;
	opacity: 0;
}

.header .title .menu-container ul li:nth-child(4).opened svg:nth-child(1) {
	opacity: 0;
}

.header .title .menu-container ul li:nth-child(4).opened svg:nth-child(2) {
	opacity: 1;
}

.header .title .menu-container ul li:nth-child(3).opened {
	background-image: url("/assets/gfx/menu-opened-icon.svg");
}

.header .title .btn-menu {
	cursor: pointer;
}

.header .menu {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
	display: none;
}

.header .menu .title-menu-background-layer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgb(215, 183, 180);
	opacity: 0.95;	
}

.header .menu-wrapper {
	position: absolute;
	width: 100%;
	height: calc(100% - 100px);
	padding-top: 100px;
	display: table;
}

.header .menu-wrapper .content-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.header .menu-wrapper ul {
	padding: 0px;
	margin: 0px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}

.header .menu-wrapper ul li {
	font-family: "Goldplay";
	font-size: 64px;
	font-weight: 500;
	margin-bottom: 20px;
}

.header .menu-wrapper ul li a {
	color: rgb(255,255,255);
}

.header .menu-wrapper ul li:nth-child(2n) a {
	color: rgb(128, 128, 128);
}

/* OBJECTS */

.objects-wrapper {
	padding: 0px;
}

.objects {
	background-color: transparent;
	transform: translateY(-25%);
	-webkit-transform: translateY(-25%);
	margin-bottom: 0px !important;
}

.objects .objects-container {
	background-color: rgb(255,255,255);
	padding: 24px 0px;
}

.objects .objects-container ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: table;
	width: 100%;
}

.objects .objects-container ul.grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 50px;
	row-gap: 50px;
}

.objects .objects-container ul li {
	list-style: none;
	display: table-cell;
	width: 25%;
	vertical-align: bottom;
	text-align: center;
	color: rgb(216,186,187);
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.objects .objects-container ul.grid li {
	width: 100%;
	display: inherit;
}

.objects .objects-container ul li a {
	color: rgb(177,117,117);
}

.objects .objects-container ul li.scrollto {
	cursor: pointer;
}

.objects .objects-container ul li:nth-child(6) {
	border: none;
}

.objects .objects-container ul li img {
	height: 75px;
	margin-bottom: 14px;
}

.objects .objects-container ul li p {
	font-size: 18px;
}

.objects .objects-container ul li p.title {
	font-size: 24px;
}

.objects .drop {
	position: absolute;
	top: 0px;
	margin-top: -90px;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	text-align: center;
}

.objects .drop img {
	width: 100%;
	border: none;
}

.objects .drop img:nth-child(1) {
	width: 40px;
	margin-bottom: -10px;
	-webkit-animation: drop 1.5s ease-in-out infinite;
	animation: drop 1.5s ease-in-out infinite;
}

.objects .separator {
	width: 40% !important;
	height: 1px !important;
	background-color: rgb(216, 186, 187);
	padding: 0px !important;;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0px;
	margin-bottom: 0px;
	display: none !important;
}

@keyframes drop {
  0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }

  50% {
	-webkit-transform: translateY(10px);
	transform: translateY(5px);
  }

  100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

/* ARTICLES */
#care {
	padding-top: 0px;
}

.article {
	width: 100%;
	display: table;
}

.article .article-half.image iframe,
.article .article-half.image img {
	width: 100%;
}

.article .article-half.image div.play {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("/assets/gfx/articles/play.png");
	background-size: 450px 450px;
	cursor: pointer;
	display: none;
}

.article .article-half.image.video div.play {
	display: inherit;
}

.article .article-half.text h2 {
	margin-bottom: 20px;
}

.article .article.text p,
.article .article-half.text p {
	font-size: 18px;
	margin-bottom: 20px;
}

.article .article-half.text .full {
	display: none;
}

.article .article-half.text a {
	color: rgb(177, 117, 117);
	font-size: 18px;
	text-decoration: underline;
}

.article {
	display: table;
	width: 100%;
	padding-bottom: 50px;
}

.article .article-half {
	display: table-cell;
	width: 50%;
	position: relative;
}

.article .article-half:nth-child(1) {
	padding-right: 20px;
}

.article .article-half:nth-child(2) {
	padding-left: 20px;
}

.article .article-half.text {
	vertical-align: middle;
	padding-top: 0px !important;
}

.article .article-half.image {
	vertical-align: top;
}

.article .article-half.image .image {
	position: relative;
}

.article .article-half.image .cover {
	position: absolute;
	width: 100%;
	height: 99.5%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.1);
}

.article .article-half .top,
.article .article-half .bottom {
	width: 100%;
}

.article .article-half .top {
}

.article .article-half .bottom {
	position: absolute;
	bottom: 0px;
}

.article .article-half .article-text-wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	display: table;
}

.article .article-half .bottom .bottom-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 18px;
}

.article .article-half .bottom .bottom-wrapper div {
	display: table-cell;
	vertical-align: bottom;
	position: relative;
	width: 50%;
}

.article .article-half .bottom .bottom-wrapper div:nth-child(1) {
	padding-right: 10px;
}

.article .article-half .bottom .bottom-wrapper div:nth-child(2) {
	padding-left: 10px;
}

.article .article-half .bottom .bottom-wrapper .box {
	display: block;
	margin-bottom: 15px;
}

.article .article-half .bottom .bottom-wrapper .box:last-child {
	margin-bottom: 0px;
}

p.introduction {
	font-size: 18px;
	line-height: 1.5;
	width: 100%;
}

p.introduction.thin {
	max-width: 600px;
}

/* LISTS */
.lists-wrapper {
	padding-top: 40px;
	position: relative;
}

.lists-wrapper .list-container {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
/*	float: left;*/
}

.lists-wrapper ul {
	padding-left: 21px;
	margin: 0px;
	margin-top: 5px;
	width: 90%;
}

.lists-wrapper ul li {
	font-size: 18px;
	line-height: 1.5;
	list-style-image: url("/assets/gfx/list-image.png");
	list-style-position: outside;
}

/* FLAPPY */
.flappy {
	position: relative;
	width: 100%;
}

.flappy .flappy-opener {
	color: rgba(0,0,0,0.7);
	font-family: "Goldplay";
	font-size: 40px;
	font-weight: 500;
	border-bottom: 2px solid rgba(0,0,0,0.7);
	padding-bottom: 15px;
	cursor: pointer;
	position: relative;
	padding-right: 33px;
}

.flappy .flappy-opener .arrow {
	position: absolute;
	right: 0px;
	height: 50px;
	width: 50px;
	top: 4px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	background-image: url("/assets/gfx/flappy-arrow.png");
	-webkit-transition: -webkit-transform 200ms linear 0.2s;
	-moz-transition: -moz-transform 200ms linear 0.2s;
	transition: transform 200ms linear 0.2s;
}

.flappy .flappy-opener .arrow.opened {
	transform: rotate(90deg);
}

.flappy .flappy-content {
	padding-top: 40px;
	display: none;
}

.flappy .flappy-content ul {
	font-size: 18px;
}

/* SPECIALISTS */
#specialists .article {
	padding-top: 40px;
}

#specialists .article:nth-child(1) {
	padding-top: 0px;
}

#specialists .article h2:nth-child(2) {
	color: #00AFD3;
}

#specialists h3 {
	margin-top: 14px;
}

#specialists ul.expertises {
	padding-left: 21px;
	margin: 0px;
}

#specialists ul.expertises li {
	font-size: 18px;
	line-height: 1.5;
	list-style-image: url("/assets/gfx/list-image.png");
	list-style-position: outside;
}

#specialists .article .article-half .bottom .bottom-wrapper .box:last-child {
	margin-bottom: 4px;
}

#specialists .article .article-half .bottom .bottom-wrapper p {
	padding-right: 20px;
}

/* SECTIONS */
ul.sections {
	padding: 0px;
	margin: 40px 0px 0px 0px;
	display: table;
	width: 100%;
	list-style: none;
	position: relative;
}

ul.sections li.section {
	display: table-cell;
	position: relative;
	height: 200px;
	width: 33.3%;
}

ul.sections li.section .section-wrapper {
	position: relative;
	width: 100%;
}

ul.sections li.section .section-wrapper a.box {
	display: block;
	margin-bottom: 15px;
	text-align: left;
	padding-left: 60px;
	font-size: 16px;
}

ul.sections li.section .section-wrapper a.box:last-child {
	margin-bottom: 0px;
}

ul.sections li.section .section-content .section-wrapper:first-child {
	top: 0px;
}

ul.sections li.section .section-content .section-wrapper:last-child {
	position: absolute;
	bottom: 0px;
}

ul.sections li.section .section-wrapper h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}

ul.sections li.section .section-wrapper:nth-child(2) h3 {
	margin-bottom: 2px;
}

ul.sections li.section .section-wrapper:first-child {
	border-bottom: 1px solid #00AFD3;
	padding-bottom: 10px;
	text-align: center;
}

ul.sections li.section .section-wrapper:last-child {
}

ul.sections li.section .section-wrapper:first-child h3 {
	margin: 0px;
	color: rgb(0,0,0);
}

ul.sections li.section .section-wrapper:first-child img:first-child {
	margin-bottom: 10px;
	height: 76px;
	width: 90px;
}

ul.sections li.section .section-wrapper:first-child img:last-child {
	margin-top: 10px;
	height: 15px;
}

ul.sections li.section .section-wrapper {
	width: calc(100% - 20px);
	margin-left: 10px;
}

ul.sections li.section:last-child .section-wrapper {
	margin-left: 20px;
}

ul.sections li.section:first-child .section-wrapper {
	margin-left: 0px;
}

ul.sections li.section ul {
	padding-left: 21px;
	margin: 0px;
}

ul.sections li.section ul li {
	font-size: 18px;
	line-height: 1.5;
	list-style-image: url("/assets/gfx/list-image.png");
	list-style-position: outside;
}

ul.sections li.section .section-container {
	display: table;
	height: 100%;
	width: 100%;
}

/* FACTS */
#facts ul {
	display: table;
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}

#facts ul:nth-child(2) {
	margin-bottom: 40px;
}

#facts ul li {
	width: 25%;
	display: table-cell;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#facts ul li img {
	height: 70px;
}

#facts ul:first-child li {
	vertical-align: bottom;
}

#facts ul:nth-child(2) li {
	vertical-align: middle;
}

#facts ul:nth-child(2) li {
	border-right: 2px dotted rgba(177,117,117,0.5);
}

#facts ul:nth-child(2) li:last-child {
	border-right: none;
}

#facts ul p {
	font-family: "Goldplay";
	font-size: 30px;
	font-weight: 500;
	color: rgba(0,0,0,0.7);
	line-height: 1.1;
}

#facts ul span.tick,
#facts ul p.tick {
	font-weight: 600;
}

#facts ul p.large {
	font-size: 40px;
}

#facts ul p.huge {
	font-size: 60px;
}

#facts ul p.small {
	font-size: 20px;
}

#facts ul p.light {
	color: rgba(183,170,54,1);
}

#facts ul:nth-child(2) li img {
	width: 50px;
	margin-bottom: 10px;
	margin-top: 20px;
	display: none;
	margin-left: auto;
	margin-right: auto;
}

/* KONTAKT */
#kontakt .box {
	display: block;
	text-decoration: none;
	margin-top: 16px;
}

/* FORM */
#contact .form-wrapper {
	display: table;
	width: 100%;
}

#contact .form-wrapper-half {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}

#contact .form-wrapper .form-wrapper-half:nth-child(1) {
	padding-right: 20px;
}

#contact .form-wrapper .form-wrapper-half:nth-child(2) {
	padding-left: 20px;
}

#c1ontact .form-wrapper-half:nth-child(2) {
	float: right;
}

#contact .separator {
	width: 100%;
	background-color: #00AFD3;
	height: 1px;
	margin-bottom: 10px;
}

.mfp-content input,
#contact input {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid rgb(183, 170, 54);
	margin-bottom: 20px;
	padding: 14px 30px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.7);
}

#contact h3 {
	margin-top: 5px;
	margin-bottom: 10px;
}

#contact textarea {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid rgb(183, 170, 54);
	padding: 14px 30px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.7);
	height: 180px;
	margin-top: 10px;
}

.mfp-content button,
#contact #btn-send {
	background-color: rgb(183, 170, 54);
	width: 100%;
	margin-top: 20px;
	border: none;
	height: 54px;
	cursor: pointer;
	color: rgb(255,255,255);
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}

#message,
#message::placeholder {
	font-size: 18px;
	font-family: 'DINPro';
}

::placeholder,
::-webkit-input-placeholder {
	font-size: 18px;
	font-family: 'DINPro';
	color: rgba(0, 0, 0, 0.6);
}

.error {
	background-color: rgba(126,0,0,0.7);
	color: rgb(255,255,255) !important;
}

.error::placeholder {
	background-color: rgba(126,0,0,0.7);
	color: rgb(255,255,255) !important;
}

#send-confirmation {
	margin-top: 20px;
	font-size: 18px;
	text-align: right;
	display: none;
}

/* SELECT */
.select2-container {
	width: 100% !important;
	margin-bottom: 10px !important;
}

.select2-container .select2-selection--single {
	height: auto !important;
}

.select2-container--default .select2-selection--single {
	border: 2px solid #00AFD3 !important;
	border-radius: 0px !important;
	margin-bottom: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 14px 30px !important;
	font-size: 18px !important;
	color: #00AFD3 !important;
	line-height: 1.22 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #00AFD3 !important;
	opacity: 0.6 !important;
}

.select2-container--default .select2-selection--multiple {
	border: 2px solid #00AFD3 !important;
	border-radius: 0px !important;
	margin-bottom: 10px !important;
	padding: 14px 30px !important;
	max-height: 54px !important;
	overflow: scroll !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
	border: 0px !important;
	margin-bottom: 0px !important;
	padding: 14px 30px !important;
}

.select2-container .select2-search--inline .select2-search__field {
	margin: 0px !important;
	padding: 0px !important;
}

.select2-container--open .select2-dropdown--below {
	margin-top: -10px;
}

.select2-results__option {
	padding: 10px 30px !important;
	font-size: 18px;
}

.select2-container--default .select2-results__option--selected {
	color: rgb(255,255,255);
	background-color: #00AFD3 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #00457C !important;
}

/* FOOTER */
.footer {
	background-color: rgb(121,121,123);
	padding: 50px 0px 30px 0px;
	color: rgb(255,255,255);
	position: relative;
}

.footer a {
	color: rgb(255,255,255);
}

.footer ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.footer ul.footer-structure {
	display: grid;
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 1.5;
	grid-template-columns: 2fr 2fr 1fr 1fr;
	column-gap: 20px;
}

.footer ul.footer-structure li.footer-column {
	width: 100%;
	font-weight: 800;
}

.footer ul.footer-structure li.footer-column:nth-child(2) {
	font-weight: 300;
}

.footer ul.menu.socials {
	display: table;
	margin-top: 16px;
}

.footer ul.menu.socials li {
	display: table-cell;
}

.footer ul.menu.socials li img {
	height: 37px;
	margin-right: 10px;
	border: none;
}

.footer ul.menu.socials li:last-child img {
	margin-right: 0px !important;
}

.footer .copyright {
	font-weight: 300;
}

/* SCROLLER */
.scroller-lower {
	position: absolute !important;
	bottom: 0px;
	top: auto;
	width: calc(100% - 20px);
	top: auto;
}

.scroller-scrolling {
	position: fixed !important;
	top: 0px;
}

/* TESTIMONILAS */
.testimonials-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
}

.testimonial {
	box-sizing: border-box;
	padding: 20px;
	background-color: rgba(177, 117, 117, 0.05);
}

.testimonlials-column {
	grid-template-columns: 1fr;
	row-gap: 40px;
	display: grid;
}

.testimonial .person {
	margin-top: 20px;
	margin-bottom: 5px;
}

.testimonial .person img {
	border-radius: 50%;
	width: 90px;
}

/* PODCASTS */
.podcasts {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	list-style: none;
	column-gap: 30px;
	padding: 0px;
}

.podcasts .image {
	margin-bottom: 10px;
}

.podcasts .image iframe {
	border-radius: 14px;
}

/* SUBSITE */
body.subsite .header {
	min-height: 100px;
}

body.subsite .header .title {
	background-color: rgb(216, 186, 187);
}

body.subsite .header .title .title-background-layer {
}

/* BLOG */
#blog ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 40px;
	row-gap: 40px;
}

#blog ul li {
	position: relative;
	text-align: left;
}

#blog ul li h2 {
	font-size: 18px;	
}

#blog ul li h3 {
	font-size: 16px;	
}

#blog ul li .titleimage {
	width: 100%;
	aspect-ratio: 3/2;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#blog ul p {
	font-size: 12px;
}

.header.blog {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 500px;
}

.blog-content {
	margin-top: 20px;
}

.article.blog h4 {
	font-size: 20px;
}