 * {
  box-sizing: border-box;
 }
 
/*
  font-family:verdana;
  font-size:10pt;
  text-align:justify;
}*/

div {
	font-family:verdana;
	font-size:12pt;
	text-align:justify;
}


@font-face {
    font-family: 'kreativgeist-light'; 
    src: url('kreativgeist-light.ttf'); 
}
 
h1 {
	font-family:verdana;
	font-size:16pt;
	
	/*font-family:kreativgeist-light;
	font-size:24pt;*/
	
	margin-bottom: 5px;
	margin-top:5px;
	text-align:left;
}

h2 {
	font-family:verdana;
	font-size:12pt;
	/*font-family:kreativgeist-light;
	font-size:18pt;*/
	margin-bottom: 3px;
	margin-top:20px;
	text-align:left;
}

h3 {
	font-family:verdana;
	font-size:12pt;
	
	/*font-family:kreativgeist-light;
	font-size:16pt;*/
	margin-bottom: 3px;
	margin-top:15px;
	text-align:left;
}

p {
	
	margin:0px;
	font-family:verdana;
	padding-left:20px;
	padding-bottom:10px;
}

li {
	margin:0px;
	font-family:verdana;
	font-size:12pt;
	padding-left:10px;
	list-style-type: square;
}


a:active, a:hover, a:visited, a:link {
	color: #dc2e23;
	text-decoration:none;	
}

a.linkwithicon {
	background: transparent url('link.png') center left no-repeat;
    background-size:contain;
	padding-left:22px;
}


.striptext {
	width: 100%; 
	text-align:justify;
	margin:0px;
	margin-top:0px;
}




pre {
    border-left: 3px solid #dc2e23;	
    color: #000000;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 12pt;
    line-height: 1.2;
    /*margin-bottom: 1.6em;*/
	
    max-width: 100%;
    overflow: auto;
    /*padding: 1em 1.5em;*/
	padding-left: 15px;
	margin-left:0px;
    display: block;
    word-wrap: break-word;
	
}

/*
.rect{
	float:left;
	border: 5px solid;
	border-color: rgba(220,46,35,0.9);
	border-radius: 0px 20px 0px 20px;
	overflow: hidden;
	padding:0px;
	margin-bottom:5px;
}
*/

.j-head {
	background-color:#dc2e23;
	color:#FFFFFF;
	min-height:30px;
	padding:2px 2px 2px 4px;
	font-size:16pt;
	font-family:verdana;
}

article {
	padding: 12px;
	color:#202016;
	background-color:rgba(255,255,255,0.7);
	border-radius: 0px 20px 0px 20px;
	border: 5px solid;
	border-color: rgba(220,46,35,0.9);
	line-height: 1.5em;
	overflow: auto;
}

ul.menu > li > div,
div.listentry {
	background-color: rgba(220,46,35,1);
	text-decoration:none;
	width:100%;
	display: inline-block;
	margin: 4px 0px 4px 0px;
	color:#FFFFFF;
	padding:10px;
	font-family:verdana;
	font-weight:bold;
	text-align:left;
	border-radius: 0px 10px 0px 10px;
	
}

/*
.listentry-indent {
	
	
	margin-left:22px;
	width:calc(100% - 22px);
}


.j-listentry-a:link {
	color: #FFFFFF;
	text-decoration:none;
	width:100%;
	display: inline-block;
	text-align:left;
	margin: 4px 0px 4px 0px;
	background-color:rgba(30,30,28,0.5);
	padding:10px;
	font-family:verdana;
	border-radius: 0px 10px 0px 10px;
}

.j-listentry-a:visited {
	color: #FFFFFF;
	text-decoration:none;
	width:100%;
	font-family:verdana;
	border-radius: 0px 10px 0px 10px;
}

.j-listentry-a:hover {
	background-color: #dc2e23;
	color: #FFFFFF;
	width:100%;
	font-family:verdana;
	border-radius: 0px 10px 0px 10px;
}
*/

/*ul.menu > li > a,  */
li.menuitem > a,
a.menuitem {
	color: #FFFFFF;
	width:100%;
	font-family:verdana;
	text-decoration:none;
	border-radius: 0px 10px 0px 10px;
	padding:10px;
	margin: 4px 0px 4px 0px;
	background-color:rgba(30,30,28,0.5);
	text-align:left;
	display: inline-block;
	/*width:100%;*/
}

/*ul.menu > li > a:hover,*/
li.menuitem > a:hover,
a.menuitem:hover {
	background-color: #dc2e23;
}


img.socialbutton {
	padding: 0px;
	margin: 4px 4px 4px 4px;
	height:40px;
	width:40px;
	/*filter:grayscale(100%);*/
}

a.twitter-button {
	height:40px;
	width:40px;
	background-color:#FF0000;
}

img.logo {
	height:18pt;
	color: red;
	max-width: 100%;
	max-width:100%;
}

img.cardimg {
	max-width:100%;
	max-height:100%;
}

.contentstrip {
	position:relative;
	/*align-content: center;*/
	display: grid;
	flex-wrap: wrap;
	color:#202016;
	background-color:rgba(255,255,255,0.7);
	overflow: hidden;
	border-radius: 0px 15px 0px 15px;
	padding:15px;
}


body {
	position:absolute;
	
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	
	padding:0px;
	margin:0px;
	
	box-sizing: border-box;
	background-color:#404040;
	background-image: url('bg2.jpg');
	background-repeat: no-repeat;
	scrollbar-color: #dc2e23 #888888;
	overflow: hidden;
}

.container {
	position:absolute;
	
	left:10px;
	top:10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	
	padding:10px;
	overflow-x:hidden;
}


nav.menu {
	width: 100%;
	height:auto;
	
	padding-left:0px;
	padding-right:10px;
	
	background-color:rgba(255,255,255,0.7);
	border: 5px solid;
	border-color: rgba(220,46,35,0.9);
	border-radius: 0px 20px 0px 20px;
}

header {
	background-color:rgba(255,255,255,1);

	width: 100%;
	padding:10px;
	margin-top:20px;
	margin-bottom:10px;
	
	overflow:hidden;
	border: 5px solid;
	border-color: rgba(220,46,35,0.9);
	border-radius: 0px 20px 0px 20px;		
}

.main {
	/*margin-right: 15px;
	height:auto;*/
	
	margin-bottom:10px;
	margin-right: 0px;
	
	/*display: grid;
	grid-auto-flow: row;
	grid-row-gap: 10px;*/
	
	overflow:none;
	overflow-y:auto;
}

.card {
	width: calc(100% - 30px);
	height: auto;
	overflow: hidden;
	display: none;
}

.twitter-container {
	max-width:400px;
	height:100%;
	margin-left: auto;
    margin-right: auto;
}
	
.social {
	top:20px;
	left: calc(100% - 145px); 
	height:66px;
	background-color:rgba(255,255,255,0.7);
	text-align: center;
	padding:5px;
	border-radius: 0px 15px 0px 15px;
	border: 5px solid;
	border-color: rgba(220,46,35,0.9);
	
	display:flex;
		flex-wrap: wrap;
		justify-content: center;
}

.contentlisthead {
	border: 5px solid;
	border-color: rgba(220,46,35,0.9);
	border-radius: 0px 20px 0px 20px;
	overflow: hidden;
	padding:10px;
	margin-bottom:5px;
	background-color:rgba(255,255,255,0.7);
	text-align:justify;
}

.content {
	width:100%;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	grid-auto-rows: minmax(100px, auto);
}

img.stripimg {
	width:100%;
	height:auto;
	position:relative;
	max-width:360px;
	text-align: center;
}

.menuselected {
	
}



#acceptcookies, #declinecookies {
	/*border: 5px solid;
	border-color: rgba(220,46,35,0.9);
	border-radius: 0px 10px 0px 10px;*/
	border: 0px;
	height:50px;
	background-color:rgba(30,30,28,0.5);
	color:#FFFFFF;
	margin-top:20px;
	margin-bottom:10px;
	margin-right:20px;
	
}

#acceptcookies {
	background-color:rgba(46,220,35,0.9);
}

#declinecookies {
	background-color:rgba(220,46,35,0.9);
}

#cookie-warning {
	position: fixed;
	
	width:calc(100% - 100px);
	height:calc(100% - 100px);
	background-color:rgba(255,255,255,1);
	padding:10px;
	margin:50px;
	display:none;
	/*
	background-image:url('bg2.png');
	background-repeat:none;*/
	border-radius: 0px 20px 0px 20px;
}
	
img.cookiewarning {
	width:100%;
	max-width:300px;
}

div.video {
	width:100%;
	height:auto;
	overflow:none;
}

iframe.video {
	min-height:400px;
	width:100%;
	height:auto;
	display:none;
}
blockquote {
	font-style: italic;
}

 ul.menu > li {
/*ul.menu > li*/
	padding-left:0px;
	list-style-type: none;
	/*
	background-color: #808080;
	margin:5px;
	border-radius: 0px 10px 0px 10px;
	padding:10px;
	*/
}

ul.menu {
	padding-left:10px;
	/*margin:10px;*/
	list-style-type: none;
} 

@media (orientation:landscape) and (min-width: 785px) {
	
	body {
		
	}
	
	.container { 
		position: absolute;
		left:10px;
		top:10px;
	}
	
	nav.menu {
		position:absolute;
		top: 10px;
		left: 10px;
		width: 30%;
		height:auto;
		
		background-color:rgba(255,255,255,0.7);
		border-radius: 0px 20px 0px 20px;
		overflow:hidden;
	}
	
	header {
		position:relative;
		/*position:absolute;*/
		
		left: calc(30% + 40px);
		top: 250px;
		width: calc(70% - 60px);
		/*height:85px;*/

		margin-top:0px;
		margin-bottom:0px;
		padding:10px;		
	}

	.main {
		position:absolute;
		/*top: 340px;*/
		
		position:relative;
		top:260px;
		
		left: calc(30% + 40px);
		width: calc(70% - 60px);
		height: calc(100% - 355px);
		padding-right: 10px;
		overflow:none;
		overflow-y:auto;
		display:block;
		
		/*margin-right: 15px;
	height:auto;*/
	
		margin-right: 0px;
	}
	
	.card {
		position:absolute;
		left: calc(100% - 415px);
		top: 16px; /*-4px; transparent margin in graphics*/
		width:396px; /*-4px transparent margin in graphics*/
		max-width:400px;
		display: block;
	}
	
	.social {
		position:absolute;
		top:20px;
		width:66px; 
		left: calc(100% - 498px); 
		height:198px;
		background-color:rgba(255,255,255,0.7);
		padding:5px;
		
		border: 5px solid;
		border-color: rgba(220,46,35,0.9);
		border-radius: 0px 20px 0px 20px;
		
		flex-direction: column;
		
	}
	
	.content {
		overflow: auto;
		flex-wrap: wrap;
		width:100%;
		display:flex;
		justify-content:space-between;
	}
	
	.contentstrip {
		
		display:flex;
		flex-wrap: wrap;
		width:280px;
		flex-grow:1;
		padding: 5px;
		color:#202016;
		background-color:rgba(255,255,255,0.7);
		overflow: hidden;
		border-radius: 0px 20px 0px 20px;
		margin:5px;
		
	}
	
	
	.stripimage {
		margin:7px;
		
		max-width:350px;
		max-height:350px;
		width:100%;
		margin-bottom:0px;
	}
	
	.striptext {
		margin: 12px;
	}
	
	img.stripimg {
		width:100%;
	}	
	
	a.imagelink {
		padding:0px;
		margin:0px;
		border:0px;
	}
	
	iframe.video {
		min-height:400px;
		width:100%;
		height:100%;
		display:none;
	}
	
	div.video {
		width:100%;
		height:auto;
		overflow:none;
	}
	
	#cookie-warning {
		position: fixed;
		width: calc(100% - 200px);
		height: calc(100% - 200px);
		background-color:rgba(255,255,255,1);
		padding:10px;
		margin:100px;
		display:none;
		/*
		background-image:url('bg2.png');
		background-repeat:none;*/
		border-radius: 0px 20px 0px 20px;
	}
	
	img.cookiewarning {
		width:100%;
		max-width:300px;
	}
	
	


@media (orientation:portrait) {
	body {		
		background-image: url('bg-h.jpg');
	}
	
	.container {
		overflow-x: hidden;
		padding: 10px;
	}
	
	.contentstrip {
		position:relative;
		align-content: center;
		display: grid;
		flex-wrap: wrap;
		color:#202016;
		background-color:rgba(255,255,255,0.7);
		overflow: hidden;
		border-radius: 0px 15px 0px 15px;
		padding:15px;
	}
	
	.striptext {
		margin:0px;
	}
	
	.stripimage {
		width:100%;
		height:100%;
	}
	
	
	
	.card {
		max-width:260px;
		display: none;
	}
	
	.main {
		margin-bottom:10px;
		margin-right: 0px;
		
		/*display: grid;
		grid-auto-flow: row;
		grid-row-gap: 10px;*/
	}
	
	header {
		width: 100%;
		padding:10px;
		margin-top:20px;
		margin-bottom:10px;		
	}
	
	
	.content {
		/*
		width:100%;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 10px;
		grid-auto-rows: minmax(100px, auto);
		*/
	}
	
	
	.listentry {
	}
	
	.j-listentry-a:link {
		
	}
	
	
}

@media print {
	
	body {
		height:100%;
	}
	
	.menu {
		display:none;
	}
	
	.card {
		position: relative;
		left: calc(100% - 8cm);
		width:8cm;
	}
	
	.rect{
		float:left;
		border: none;
		overflow: hidden;
		padding:0px;
		margin-bottom:0px;
		overflow:auto;
		border-radius: 0px;
	}
	
	article {
		padding: 0px;
		color:#202016;
		overflow: auto;
		text-align: justify;
	}
	
	.main {
		width: 100%;
		overflow:auto;
		height: 100%;
	}
	
	* {
	  box-sizing: border-box;
	  font-family:verdana;
	  font-size:14pt;
	}

	h1 {
		font-family:verdana;
		font-size:18.75pt;
		margin-bottom: 5px;
		margin-top:5px;
	}

	h2 {
		font-family:verdana;
		font-size:12.75pt;
		margin-bottom: 5px;
		margin-top:15px;
	}

	h3 {
		font-family:verdana;
		font-size:10.5pt;
		margin-bottom: 5px;
		margin-top:15px;
	}

	p {
		margin:0px;
		font-family:verdana;
		font-size:12pt;
		padding-left:20px;
		padding-bottom:10px;
	}

	li {
		margin:0px;
		font-family:verdana;
		font-size:12pt;
		padding-left:10px;
		list-style-type: square;
	}
	
	.container {
		float:none;
		width:100%;
		height:100%;
		overflow-x: auto;
	}
	
	.social {
		display:none;
	}
}


	

	
