/** 
-- root
-- fontface
-- iframe
-- table
-- grid
-- awards thumbnails
-- leaflet map

**/
/** CSS variables settings **/
:root {
	/* colors */
	--showroom-yellow: #ffe664;
	--showroom-blue-1: #01486a;
	--showroom-blue-2: #01486a;
	--showroom-blue-3: #01486a;
	--showroom-blue-4: #01486a;
	--showroom-blue-5: #01486a;
	--showroom-blue-6: #01486a;
	--showroom-blue-7: #01486a;
	--showroom-blue-8: #01486a;
	--showroom-white: #ffffff;

	--primary-bg-color: #749eb1;
	--secondary-bg-color: orange;
	/* border */
	--sr-border-radius: 2.5px;
}
.leaflet-control-attribution {
	display:none;
}
@font-face {
	font-family: 'FrutigerLTStd-Light';
	/* src: local('FrutigerLTCom-Light'), url('./src/font/FrutigerLTCom-Light.otf'), url('./src/font/FrutigerLTCom-Light.otf'); */
	src: url('../src/font/FrutigerLTStd-Light.woff2');
}

html,
body {
	font-family: 'FrutigerLTStd-Light', sans-serif;
	margin: 0;
	padding: 0;

	/* scrollbar is hidden, function is on */
	scrollbar-width: none;
	scroll-behavior: smooth;
}
#bg {
			background: rgb(1,71,104);
background: linear-gradient(170deg, rgba(1,71,104,1) 0%, rgba(0,118,155,1) 35%, rgba(6,170,161,1) 100%);
height:100vh;
}

/* iframe */
iframe {
	width: 100%;
	min-height: 100%;
	border: 0;
}
/* MEDIA */
.location-images {
	max-width: 100%;
}

/* TABLE */
table {
	font-size: 20px;
}
th,
td {
	padding: 0.5em 2em 0.5em 1em;
}
tr {
	background-color: var(--showroom-yellow);
	padding: 20px;
}
th,
tr:nth-child(odd) {
	background-color: var(--showroom-blue-1);
}
.boxes {
	width: 50%;
	height: 100%;
	overflow: hidden;

}
/* SETTINGS */
/* TITLE LEFT // RIGHT */
.box-links-rechts {
	position: absolute;
	top: 30px;
}
/* INNER BOXES */
.box-links-inner-box,
.box-rechts-inner-box {
	top: 194px;
}
/* LINKE SEITE */
.box-links {
	/* background-color: var(--showroom-white); */

	position: absolute;
	left: 0px;
}
.box-links-title {
	left: 60px;
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}
.box-links-inner-box {
	position: absolute;
	left: 0;
	width: 100%;
	height: 500px;
}
.box-links-inner-box-2 {
	background-color: transparent;
	top: 69vh;
	position: relative;
	left: 0;
	width: 100%;
	height: 200px;
	margin: auto;
	padding-left: 33px;
}
.box-links-inner-box-2 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/* LINKE SEITE KACHELN */
.box-links-inner-kachel {
	top: 300px;
	width: 96px;
	height: 96px;
	margin: 6px 6px;
	display: inline-block;
}
/* RECHTE SEITE */
.box-rechts {

	position: absolute;
	right: 0px;
}
.box-rechts-navigation {
	position: absolute;
	right: 20px;
	color: var(--showroom-white);
}
.box-rechts-inner-box {
	position: absolute;
	left: 120px;
	width: 78%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.box-rechts-iframe {
	height: 100%;
}
.box-rechts-iframe-title {
	font-family: 'Frutiger-local-font', sans-serif;
	margin: 0 0 3rem;
	text-transform: uppercase;
	color: var(--showroom-yellow);
	font-size: 40px;
	font-weight: 900;
}
.box-rechts-iframe-title-sub {
	font-size: 38px;
	line-height: 1.2;
	color: var(--showroom-yellow);
}
.box-rechts-iframe-content {
	font-size: 29px;
	color: var(--showroom-white);
	width: 100%;
	/* height: 100%; */
}
/* space for content at bottom */
.space-box-rechts-iframe {
	padding-bottom: 270px;
}
.showroom-icon {
	color: var(--showroom-white);
}
/* Location linked list*/
.location-list-item {
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	font-size: 23px;
	font-weight: 600;
	color: var(--primary-bg-color);
	background-color: var(--showroom-yellow);
	border-radius: 50px;
	padding: 6px;
	line-height: 37px;
	margin: auto 0 10px;
	width: 251px;
	display: inline-block;
	vertical-align: middle;

	-ms-user-select: None;
 	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None; 
}
.location-list-item:active {
	box-shadow: 3px -3px 5px var(--showroom-blue-7);
  	transform: translateY(2px);
}
/* Navigation in footer */
.location-footer-nav {
	display: flex;
	justify-content: space-between;
}
.location-footer-nav-item {
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	font-size: 16px;
	font-weight: 600;
	color: var(--showroom-yellow);
	border: 2px solid var(--showroom-yellow);
	border-radius: 50px;
	padding: 2px 4%;
	line-height: 30px;
	
	vertical-align: middle;

	-ms-user-select: None;
 	-moz-user-select: None;
 	-webkit-user-select: None;
 	user-select: None; 
}
/* the main color of the thumbnail */
.fp-2025 {
	background-color: var(--showroom-blue-1);
}
.fp-2021 {
	background-color: var(--showroom-blue-1);
}
.fp-2019 {
	background-color: var(--showroom-blue-2);
}
.fp-2018 {
	background-color: var(--showroom-blue-1);
}
.fp-2016 {
	background-color: var(--showroom-blue-2);
}
.fp-2014 {
	background-color: var(--showroom-blue-3);
}
.fp-2012 {
	background-color: var(--showroom-blue-4);
}
.fp-2011 {
	background-color: var(--showroom-blue-5);
}
.fp-2009 {
	background-color: var(--showroom-blue-6);
}
.fp-2008 {
	background-color: var(--showroom-blue-7);
}
.fp-2007 {
	background-color: var(--showroom-blue-8);
}
.fp-2006 {
	background-color: var(--showroom-blue-8);
}
.fp-2005 {
	background-color: var(--showroom-blue-1);
}
.fp-2004 {
	background-color: var(--showroom-blue-2);
}
.fp-2003 {
	background-color: var(--showroom-blue-3);
}
.fp-2002 {
	background-color: var(--showroom-blue-4);
}
.fp-2001 {
	background-color: var(--showroom-blue-5);
}
.fp-2000 {
	background-color: var(--showroom-blue-6);
}
/* highlights the thumbnail which is clicked */
.active {
	background-color: var(--showroom-yellow);
}
/* slideshow */
.screensaver {
	background-color: #fff;
}
.screensaver img {
	position: absolute;
	width: 100%;
	margin: auto;
	object-fit: cover;
	z-index: 9999;
}
.sub-item-nav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	grid-column: 9/11;
}
.sub-item-nav-icons {
	border-radius: var(--sr-border-radius);
}
/* .sub-item-content {
    color: var(--showroom-white);
    padding-right: 4rem;
    grid-column: 3/11;
    grid-row: 3/13;
} */
.sub-item-content {
	color: var(--showroom-white);
	padding-right: 4rem;
	grid-column: 2/10;
	/* grid-row: 3/15; */
	padding: 50px 0 0 50px;
}
.sub-item-marker {
	grid-column: 1;
	grid-row: 3;
	visibility: hidden;
	background-color: var(--showroom-yellow);
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	margin-top: 250px;
	margin-left: 100px;
}
/****/
/* leaflet map  */
.sub-item-map {
	grid-column: 1 / 13;
	grid-row: 1 / 13;
}
/* LEAFLET MAP ID */
#mapid {
	width: 100%;
	height: 100%;
	background-color: transparent;
}