@charset "utf-8";
/*min-width: 512px;*/
html {
	font-size: 100%;
}

@font-face
{
	font-family: "PoetsenOne-Regular";
	src: local("PoetsenOne-Regular"), url("/fonts/por.ttf") format("TrueType") ;
}
/*
@font-face {
    font-family: 'PoetsenOne-Regular';
    src: url('/PoetsenOne-Regular.eot');
    src: url('/PoetsenOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('/PoetsenOne-Regular.woff2') format('woff2'),
        url('/PoetsenOne-Regular.woff') format('woff'),
        url('/PoetsenOne-Regular.ttf') format('truetype'),
        url('/PoetsenOne-Regular.svg#PoetsenOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	body {
		min-width: 320px;
		font-family: 'PoetsenOne-Regular', cursive;
		font-size: 0.7rem;
		margin: 0px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	body {
		min-width: 512px;
		font-family: 'PoetsenOne-Regular', cursive;
		font-size: 1.0rem;
		margin-top: 0px;
    }
}

/* Medium devices (portrait tablets and large phones, 800px and up) */
@media only screen and (min-width: 800px) {
	body {
		min-width: 512px;
		font-family: 'PoetsenOne-Regular', cursive;
		font-size: 1.2rem;
		margin-top: 0px;
    }
}

/* Large devices (landscape tablets and large phones, 1023px and up) */
@media only screen and (min-width: 1023px) {
	body {
		min-width: 512px;
		font-family: 'PoetsenOne-Regular', cursive;
		font-size: 1.0rem;
		margin-top: 0px;
    }
}

/* Large devices (landscape tablets and large phones, 1599px and up) */
@media only screen and (min-width: 1599px) {
	body {
		min-width: 512px;
		font-family: 'PoetsenOne-Regular', cursive;
		font-size: 1rem;
		margin-top: 0px;
    }
}

iframe {
	border: none;
}

.mainwrapper {
		display: grid;
		width: 100%;
		margin: 0px;
		grid-template-columns: 3fr 1fr;
		grid-template-rows: 42px 35px 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		grid-template-areas:
			"status1 status2"
			"phead1 phead2"
			"mainpage mainpage";
}

.status1 {
		grid-area: status1;
		background-color: #a00000;
		color:#fd8;
		border-top-width: 5px;
		border-top-color: #000;
		border-bottom-width: 5px;
		border-bottom-color: #000;
		grid-row-gap: 1px;
		font-size: 10px;
}

.status2 {
		grid-area: status2;
		background-color: #a00000;
		color:#fd8;
		border-top-width: 1px;
		border-top-color: #000;
		border-bottom-width: 1px;
		border-bottom-color: #000;
		text-align: right;
		font-size: 8px;
}

.phead1 {
		grid-area: phead1;
        background-color: #ffff60;
		color: #050080;
		border-top-width: 1px;
		border-bottom-width: 1px;
		text-align: left;
		grid-row-gap: 1px;
}

h1 {
	    background-color: #ffff60;
		color: #050080;
		text-align: left;
	/*	font-family: 'PoetsenOne-Regular', cursive;*/
		font-size: 1.2em;
		margin-top: 0px;
}

strong {
		background-color: #ffbf90;
		color: #801030;
}

code {
		background-color: #fff8e0;
		color: #801030;
		font-size: 1.3em;
		font-weight: 800;
}

.phead2 {
		grid-area: phead2;
		background-color: #ffff60;
		color: #050080;
		text-align: right;
}

.mainpage {
		grid-area: mainpage;
		grid-column: 1 / span 2;
		background-color: #ffefd0;
		color: #050080;
}

.wrapper {
		display: grid;
		margin: 0px;
		grid-template-columns: 230px 1fr 142px;
		grid-template-rows: 75px 1fr 42px;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		grid-template-areas:
			"header header header"
			"main main main"
			"footer footer footer";
      background-color: #fff;
		color: #444;
}

.footer {
		grid-area: footer;
		grid-column: 1 / 4;
		background-color: #fff;
		color: #999;
		text-align: center;
}

.main {
		grid-area: main;
		grid-column: 1 / 4;
      background-color: #ffefd0;
}

.header {
		grid-area: header;
		background-color: #fff;
	/*	background-image:url('gfx/top_right01.jpg'); */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; /* this is an arbitrary width, depends */
}

.header1 {
		background-color: #999;
		background-image:url('gfx/tops02.jpg');
    position: absolute;
    left: 0;
    top: 0;
		z-index: 3;
}

.header2 {
		background-color: #999;
		background-image:url('gfx/top_right01.jpg');
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 75px;
		z-index: 1;
}

.header3 {
		background-color: rgba(1, 1, 1, 0);
		background-image:url('gfx/top_fullright03.png');
    position: absolute;
    right: 0;
    top: 0;
		z-index: 2;
}

.feed-description {
	float: none;
}

.box {
  background-color: #444;
  color: #fff;
}

.xbtooltip {
   display: none;
   position: absolute;
   background-color: #eed;
	color: #074890;
	font-size: 1em;
	font-style: normal;
	border: 4px double #0c3; 
}

#fadeout {
  opacity: 1;
  transition: 1s opacity;
  text-align: center;
  font-size: 1.6em;
}


/* ------ ... for Slideshows ------ */

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}