﻿/* base stuff */
body 
{ 
	/* background-color: #6ea2c5; */
	background-color: #efefef;
	font-family: "system-ui";
}

div.main 
{
	box-shadow: 0px 0px 10px 0px #000000;
	background-color: #ffffff;
	width: 55%;
	min-width: 890px;
	margin: auto;
	padding: 0;
	text-align: center;
}

div.content
{
	padding: 1% 3% 1% 3%;
	margin: auto;
}

a
{
	color: #5555ca; /* 1c7eb2 */
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
	font-size: 13pt;
}

a:hover 
{
	color:red;
	text-decoration: underline;
}

img
{
	border: 0px solid black;
}

img.r /* imgs in articles */
{
	width: 100%;
	border: 1px solid black;
}

img.r2 /* two images */
{
	width: 49%;
	border: 1px solid black;
}

img.r3 /* three images */
{
	width: 32%;
	border: 1px solid black;
}

p
{
	color: black;
	font-size: 13pt;
	text-indent: 24px;
	text-align: justify;
}

p.label
{
	text-indent:0px; 
	text-align:center; 
	font-weight: bold; 
	font-size: 12pt; 
	color: grey;
}

h1
{
	font-size: 18pt; 
	margin: 10px 0 0; 
	border-color: #b5b5b5; /*#6ea2c5;*/
	border-style: solid; 
	border-image: linear-gradient(to right, #b5b5b5 0%, #ffffff 90%) 1;
	border-width: 0px 0px 4px 20px; 
	padding: 6px 10px;
	text-indent: 0px;
	text-align: left;
	font-weight: bold;
}

h2
{
	font-size: 16pt; 
	text-indent: 0px;
	text-align: left;
	font-weight: bold;
}

/* icons for downloads */
p img
{
	width: 16px; 
	height: 16px;
}


/* menues */
div.menu
{
	text-align: left;
	background-color: #b5b5b5; /* 6ea2c5 */
	border: 1px solid #202020;
	font-size: 14px;
	position: sticky;
	top: 0;
	position: -webkit-sticky;
	z-index: 90;
}

.menu ul 
{
	margin: 0px;
}

.menu li 
{
	display: inline-block;
	vertical-align: top;
	padding: 10px 5px;
	color: #ffffff;
	transition: 0.7s;
}

.menu li a 
{
	text-decoration: none;
	color: #ffffff;
}

.menu li:hover
{
	background-color: #000000;
	transition: 0.7s;
}

a.menu
{
	font-size: 16px;
	color: black;
}

/* other */
li 
{
	text-align: justify; 
	font-size: 13pt;
}

iframe
{
	border: 1px solid black;
	width: 600px;
	height: 337px;
}

/* table of contents */
.cont
{
	text-indent: 0px;
	color: black;
	font-size: 13pt;
}

a.cont
{
	padding-left: 20px;
}

/*  items */
div.item 
{
    width: 100%;
    min-height: 200px;
    margin: 0em 0em 25px;
}

div.item_image 
{
    height: 200px;
    float: left;
    margin: 0em 1.5em 0.2em;
}

div.item_description 
{
    min-width: 100%;
}


item_caption h2 
{
    margin: 20px auto 5px;
	font-size: 14pt;
}

.item_caption a 
{
    color: #000000;
    text-decoration: none;
    transition: 0.4s;
	font-size: 16pt;
}

.item_description p
{
	text-align: left;
	text-indent: 0px;
}

/* fancybox */
.fancybox__container
{
	--fancybox-bg: rgba(24, 24, 27, 0.5);
}

.fancybox__content 
{
	border: 1px solid rgba(24, 24, 27, 0.65);
	box-sizing: content-box;
}

/* albums */
.album:hover 
{
	text-decoration: none;
}

.album .r 
{
	display: block;
	box-sizing: border-box;
}

.album_footer 
{
	display: flex;
	justify-content: space-between;
	padding: 6px 12px;
	background: #6ea2c5;
	color: white;
	border: 1px solid black;
    border-top: none;
}

.album_icon
{
	width: 20px;
    height: 20px;
}