@charset "utf-8";
/* CSS Document dbd*/
body {
	margin: 10px auto;
	max-width: 75em;
	color: #000000;
	font: 1.2em/1.2 "Agency FB";
	font-weight:550;
	background: #fde129;
	display: grid;
}

@media (min-width: 45em) {
	body {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(25em, 1fr));
	}
}
#fwnormal {
	font-weight: normal;
}

a {
	color:#000;
}

a:hover   { background-color: #FDE129; color: black; }
a:active  { background-color: black; color: white; }

li {
	margin-bottom: 2px;
}

h2, h3, h4, p, ul {
	margin: 4px;
}

article {
	grid-column: 1 / -1;
	grid-row: span 2;
}

header {
	grid-row: span 3;
	max-width: 73.5em;
	grid-column: span 2;
}

header img {
	width: 100%;
	grid-row: span 2;
}

nav {
	
	grid-row: span 2;
}

#devilpic {
}

#news {
	grid-row: span 1;
	grid-column: span 1;
}

#Agency {
	font-family: Agency FB;
}

#wir {
	width: 100%;
}

footer div {
	padding: 1em 0 0 70%;
}

#logo {
	width: 4em;
	height: 3em;
	padding: 5px;
}

#logo3fpx {
	width: 3em;
	height: 3em;
	padding: 0 0 0 10px;
}

.insta {
	width: 1.1em;
}

#w3c {
	width: 3em;
}


header,
nav,
main,
article,
aside,
footer {
	border-radius: 0px 0.5em 0.5em;
	border: 2px solid;
	padding: 5px;
	margin: 5px;
}

section {
	padding: 2px;
	margin: 2px;
}

header, nav, #news, article, aside, article {
	background: #fe9720;
	border-color: #aa003e;
}

footer, aside {
	background: #fc3b3b;
	border-color: #aa003e;
}

.gallery a img {
	width: 18em;
}

.columnone {
	width: 30%;
	vertical-align:top;
}

.columntwo {
	font-weight:bold;
	font-size: 1.3em;
	padding-left: 1em;
	line-height: 1.4;
	width: 20%;
	vertical-align:top;
}

.columnthree {
	margin-left: 1em;
	line-height: 1.4;
	vertical-align:top;
}

table th {
	font-weight:bold;
	font-size: 1.4em;
	line-height: 1.4;
}

table tr {
	width: 100%;
	line-height: 1.4;
}

table td {
	line-height: 1.4;
}

table td img {
	width: 100%;
	vertical-align:top;
}



#galerie { 
	padding:0; 
	margin:0; 
	list-style-type:none; 
} 

#galerie li{ 
	padding: 3px; 
	background-color:#fde129; 
	border:1px solid #aa003e; 
	float:left; 
	margin:0 10px 10px 0; 
	list-style-type:none;
	color:#000;
} 
#galerie li:hover{ 
	border:1px solid #aa003e; 
} 
#galerie li span{ 
	display:block; 
	text-align:center; 
	font-size:1em; 
} 
#galerie li a img{ 
	border:none;
	width: 13.8em;
} 

.gallery a {
	text-decoration: none;
	display: inline-block;
}
.gallery a:focus {
	outline: 2px solid #aa003e;
}
.gallery img {
	width: 100px;
	display: block;
}
#gallery-fullview {
	width: 100vw;
	height: 100vh;
	padding: 2em 5vw 8vh 5vw;
	background-color: #fde129;
	box-sizing: border-box;
	border-radius: 10px;
	border-color:#aa003e;
}
#gallery-fullview::backdrop {
	background: rgb(200 200 200 /.8);
}
#gallery-fullview figure {
	border: thin solid #aa003e;
	margin: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: #fe9720;
}
#gallery-fullview img {
	display: block;
	margin: auto;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#gallery-fullview figcaption {
	font-style: italic;
	text-align: center;
	background-color: white;
}
#gallery-fullview button {
	position: absolute;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
	border: 0;
	background-color: transparent;
	--fill: none;
	--stroke: black;
}
#gallery-fullview:focus {
	outline: none;
}
#gallery-fullview[value=close] {
	top: 0;
	right: 0;
}			



