/*
Theme Name: Konnex Ledwall
*/


@font-face {
    font-family: 'Mont';
    font-weight: 400;
    src: url("fonts/Mont-Regular.otf") format("opentype");
}
@font-face {
    font-family: 'Mont';
    font-weight: 300;
    src: url("fonts/Mont-Book.otf") format("opentype");
}
@font-face {
    font-family: 'Mont';
    font-weight: 700;
    src: url("fonts/Mont-Bold.otf") format("opentype");
}

:root {
    --purple: transparent; /* change to transparent */
    --purple-dark: #170f38;
    --blue-light: #1DA4E4;
    --yellow: #C8D924;
   --outline: none; /*  remove outline */
	--supervisors-background: #271960;
}
body {
    font-family: 'Mont', sans-serif;
/* 	background-image: url('images/FallBackPicture2_Brand.png') !important; */
	background-position: center;
	background-repeat: no-repeat;
}
body.supervisors-view {
	background: var(--supervisors-background);
}
.supervisors-view:after { 
	background: rgba(0, 0, 0, 0.7) !important;
}
.text-yellow {
    color: var(--yellow);
}
.carousel-inner::after {
    content: none;
}
.kontakt-info {
	position: absolute;
	bottom: 30px;

}
.kontakt-info.border-blue {
	padding-top: 20px; 
	width: calc(100% - 50px);
	border-top: 6px solid #1caced;
}
/**************** PLATFORM NEWS *******************/
.platformnews-body {
    width: 1664px;
    height: 1152px;
    color: #fff;
    background: var(--purple);
    position: relative;
    font-family: 'Mont', sans-serif;
    margin: 0;
    padding: 0;
    border: var(--outline);
    padding-right: 50px;
    /* display: flex;
    align-items: center; */
}
.news-wrap {
    margin-left: 347px;
}
.news-title {
    margin-top: 255px;
    font-size: 100px;
    font-weight: 700;
    line-height: 1.3;
}
.rss-block {
    margin-top: 80px;
}
.platformnews-body {
    position: relative;
}   
.platformnews-body .carousel {
    position: unset;
}
.platformnews-body .carousel-indicators {
    bottom: 25px !important;
}
.platformnews-body .rss-block, .platformnews-body .carousel {
    width: 100%;
    max-width: unset;
}
.rss-block .rss-img-box {
    width: 450px;
    height: 380px;
    margin-right: 50px;
    flex-shrink: 0;
}
.rss-block .rss-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rss-date {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 10px;
}
.rss-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.27;
}
.rss-p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    display: -webkit-box; /* short-text */
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
	overflow: hidden;
}
.carousel {

}
.carousel-indicators {
    bottom: -120px;
}
.platformnews-body .carousel-indicators {
    bottom: -280px;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}
.platformnews-body .rss-p {
    max-height: 750px;
-webkit-line-clamp: 18;

}

/**************** RSS NEWS *****************/
.rssnews-body .news-title {
    background-color: #fff;
    display: inline-block;
}
.rssnews-body .news-title img {
    width: 500px;
    height: 100px;
    margin: 20px;
}
/**************** WEATHER *****************/
.weather-body {
    width: 712px;
    height: 1152px;
    background: rgba(0, 0, 0, 0.7);
    border: var(--outline);
    padding-left: 50px;
    padding-top: 72px;
    position: relative;
}
.weather-body::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--purple);
    z-index: -1;
}
.date-time, .weather, .areal-events, .restaurant-news {
	padding-right: 100px;
}
.weather-body .carousel-item.active {
    opacity: 1 !important;
    transition: 0.75s ease-in-out !important;
}
.weather-body .carousel-item {
    opacity: 0 !important;
}
/**/
.date-time {
    padding-bottom: 0;
    border-bottom: 6px solid var(--yellow);
}
.date-time .current-date {
    font-size: 30px;
    line-height: 1.26;
    font-weight: 500;
}
.date-time .current-time {
    font-size: 100px;
    line-height: 1;
    font-weight: 600;
}
/**/
.weather {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 6px solid #A4CA78;
}
.weather .current-weather {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 10px;
}
.weather .current-weather span.break {
    margin-left: 15px;
    margin-right: 15px;
}
.forecast-icon {
    width: 51px;
    height: 40px;
}
.forecast-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.forecast-time {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
	margin-top: 25px;
}
.forecast {
    margin-right: 65px;
}
/**/
.areal-events {
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 10px;
    max-height: 668px;
    overflow: hidden;
}
.areal-event-img-box {
    width: 49px;
    height: 43px;
    flex-shrink: 0;
    margin-right: 35px;
}
.areal-event-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.areal-events-name {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
}
.areal-events-time {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
}
.events-table {
    background-color: transparent;
    font-weight: 300;
}
.events-table th {
    font-size: 12px;

}
.events-table td {
    font-size: 16px;
	padding-bottom: 7px;
}
.events-table .titel {
    width: 305px;
}
.events-table tr.hr2 td {
    padding-top: 5px;
    border-top: 1px solid #fff;
}
.events-table tr.hr td {
    padding-bottom: 5px;
}
.events-table tr {
    background-color: transparent !important;

}
.events-table tbody tr:nth-child(1) th {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}
.events-table2 tbody tr:nth-child(1) td {
    padding-top: 5px;
    border-top: 1px solid #fff;
}
.events-table tbody tr:nth-child(2) td {
    padding-top: 5px;
}
/**/
.restaurant-news {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 6px solid #7ABAAD;
}

.restaurant-news-img-box {
    width: 49px;
    height: 50px;
    margin-right: 35px;
    flex-shrink: 0;
}
.restaurant-news-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.catering .restaurant-news-img-box {
    filter: invert(94%) sepia(94%) saturate(22%) hue-rotate(135deg) brightness(106%) contrast(100%);
}
.restaurant-news-title, .restaurant-news-description, .food-price {
    font-size: 20px;
    line-height: 1.25;
}
.restaurant-news-title {
    font-weight: 800;
}
.restaurant-news-description {
    font-weight: 400;
    min-height: 100px;
}
.food-price {
    margin-top: 30px;
}
/**************** TRANSPORT *****************/
.transport-body {
    width: 1536px;
    height: 1152px;
    background: var(--purple);
    border: var(--outline);
    padding-left: 450px;
    padding-right: 347px;
    padding-top: 195px;
    color: #fff;
}
.transport-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;
    padding-bottom: 10px;
    border-bottom: 6px solid var(--blue-light);
    margin-bottom: 45px;
}
.transport-station-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: var(--yellow);
}
.transport-station-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 59px;
}
tbody, td, tfoot, th, thead, tr {
    border: 0;
}
thead tr th {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
}
tbody td img {
    width: 35px;
    height: 35px;
    filter: brightness(999%);
}
tbody tr th, td {
    font-size: 30px;
    line-height: 1.25;
}

/**************** FALLBACK *****************/
.fallback-body {
    background: var(--purple);
    width: 3840px;
    height: 1152px;
    padding: 0;
    margin: 0;
}
.carousel-fallback {
    max-width: unset;
}
/**************** PLATFORM-EVENTS *****************/
.platformevents-body {
    width: 1664px;
    height: 1152px;
    background-color: var(--purple);
    border: var(--outline);
}
.platformevents-body .news-title {
    margin-bottom: 30px;
}
.platformevent-date {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin-right: 125px;
    min-width: 181px;
}
.platformevent {
    padding-top: 15px;
    border-top: 1px solid #fff;
    max-width: 1100px;
    padding-bottom: 35px;
}
.platformevent .rss-title {
    margin-bottom: 15px;
    font-weight: 500;
}
.platformevent .rss-p {
    font-weight: 200;
}
.news-wrap .platformevent:last-child {
    border-bottom: 1px solid #fff;
}
.platformevents-body .carousel-item {
    min-height: 430px;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 1.5s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}
/**************** GLOBAL TIME *****************/
.globaltime-body .country-time-wrap {
    margin-right: 50px;
    display: block;
    padding-bottom: 50px;
    padding-top: 50px;
    border-bottom: 1px solid #fff;
}
.countries {
    display: grid;
    grid-template-columns: auto auto;
}
.global-time-zone3 {
	grid-template-columns: auto auto auto;
}
.country-time-wrap .country-flag {
    width: 50px;
    height: 30px;
}
.country-time-wrap .country-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.country-name {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    margin-left: 20px;
    margin-top: 5px;
}
.country-clock {
    font-size: 100px;
    margin-top: 35px;
    line-height: 1.28;
    font-weight: 600;
}
/**************** GLOBAL TIME ZONE 2*****************/
.globaltime-zone2 span.date {
    margin-left: 40px;
}
.globaltime-zone2 .country-time-wrap {
    padding-bottom: 20px;
}
/**************** DAILY QUOTEs ZONE3*****************/
.quote {
    max-width: 850px;
    margin-left: 90px;
}
.quote-text {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 600;
}
.quoter {
    font-size: 20px;
    line-height: 1.25;
    margin-top: 70px;
}
.daily-quoteszone3 .news-title {
    margin-bottom: 80px;
}