:root {
  --COL1: silver;
  --COL2: black;
  --COL3: white;
  --COL4: grey;
  --COL5: #4d4d4d;
}

h1 {
	color: var(--COL5);
}

h2, h3 {
	color: var(--COL4);
}

/* special */
blockquote {
	border-left-color: #630498;
	background: #d6c0f5;
}

blockquote p {
	color: black;
	font-weight: bold;
}

.logosize {
	width: 50px;
}

.blogentry {
	background: var(--COL4);
}

.blogentry h3{
	color: var(--COL3);
}

.jumbotron {
	background-color: black;	
	color: white;
}

.jumbotron h1 {
	font-size: 2.5em;
}

.jumbotron .h1, .jumbotron .footerjumbo {
	margin-block-end: 0px;
}

.mainpagehead {
	background-image: url("../../../images/mainpage/29153282131_79a810b2f8_w.jpg");
	background-repeat: no-repeat;
	background-size: contain, cover;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.66);
	background-position: left bottom;
}

.emph {
	color: red;
	font-weight: bold;
}

.blogheader > .panel-heading {
	background-color: black;
	color: white;
}

/* HEADER */
#wb-bar {
	background: var(--COL2);
}

#wb-bnr {
	background: var(--COL4);
}

#wb-sm {
	background: var(--COL5);
}

.wb-menu .menu>li a {
	padding: 0.5em 1em;
}

h1, h2, h3 {
	/*font-family: "Audiowide", sans-serif;*/
	text-transform: uppercase;
}

/* BODY */
body {
	background: var(--COL3);
}


/* FOOTER */
#wb-info {
		background: var(--COL2);
		color: var(--COL3);			
}

#wb-info h3 {
		color: var(--COL1);
		}
		
/* Blog */

.edblog-subtitle {
	padding: 0px;
	margin-bottom: 0px;
}

/*Logo*/

#wb-sttl img, #wb-sttl object {
	height: 1.5em;
	width: 1.5em;
}

/* Footer Logos */
#footersocial img {
	max-height: 25px;
}

.langselecttitle {
	color: var(--COL2);
}

/*Lightbox*/
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
}

.gallery-grid a {
    display: block;
    overflow: hidden;
}

.gallery-grid img {
    width: 100%;
    height: auto;
    transition: transform 0.2s;
}

.gallery-grid img:hover {
    transform: scale(1.05);
}


.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
