/* Wolfgang Bock *
/* 2022-02-04 */

/* #006633 - SZ gruen */
/* IMPORT GOOGLE FONTS */

/* @import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700); */
/* "Droid Sans" */

/***********************************************
Bc 2022-02-05
Einbeziehung des Fonts Agfa Rotis Sans Serif
***********************************************/
@charset "UTF-8";

@font-face {
  font-family: 'RotisSans';
/* bei weiteren Setzungen font-family:'Agfa Rotis Sans Serif'; verwenden */
  src: local('Ø'), local('RotisSans'), url('/fonts-rotis-sans/rotis_sans.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-weight: normal;
  font-style: normal;
}

/* FEED FRAME AREA TOP LEVEL PAGE - WIDTH ADDS BORDER */

#feed_iframe_scroll	{
		width: 100%;
		max-width: 300px;
		min-width: 250px;
/*		margin: 0px auto 10px auto; */
		margin: 0px auto 0px auto;
/*		border: #1152D5 1px solid; */
		border: #006633 1px solid;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		}

#feed_iframe_scroll iframe 
		{
		width: 100%;
/* IF YOU EDIT HEIGHT EDIT THE SCROLLING SCRIPT HEIGHT!!!! */
/*		height: 218px; */
		height: 95px;
		display: block;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		}

.scroll_feed-title 
		{
		color: #FFFFFF;
		font: normal 20px 'Agfa Rotis Sans Serif';
		text-align: left;
/*		background-color: #1152D5; */
                background-color: #006633;
/*		padding: 5px 5px 5px 5px; */
		padding: 0px 0px 0px 0px;
/*		border-bottom: #FF3300 2px solid; */
		border-bottom: #006633 2px solid;
		}

/* EMBEDDED FEED PAGE BODY */

#FeedDiv	{ position: absolute; left: 0; top: 0px; width: 100%; }

body.feed-scroll {
		background-color: #FFFFFF;
		background-image: url("picts/feed-globe.jpg");
		background-repeat: no-repeat;
		background-position: -30px -40px;
		margin: 0;
		padding: 0;
		border: 0;
		}

/* FONTS & PADDING */

.feed-text-if	{
		color: #666666;
		font: normal 0.9em 'Agfa Rotis Sans Serif';
		text-align: left;
/*		padding: 8px 0px 0px 0px; */
		padding: 0px 0px 0px 0px;
		}

.feed-title-if {
		color: #000000;
		font: bold 0.9em 'Agfa Rotis Sans Serif';
		text-align: left;
/*		padding: 5px 3px 0px 5px; */
		padding: 0px 0px 0px 0px;
		border-bottom: #666666 0px solid;
		}

/* FEED NEWS LISTING OPTIONS */

#FeedDiv ul	{
	list-style: none;
	padding: 0px;
/*	margin-top: 10px; */
	margin-top: 0px;
	margin-right: 0px;
/* 	margin-bottom: 10px; */
	margin-bottom: 0px;
	margin-left: 0px;
	}

#FeedDiv ul li 
	{
	padding: 10px 5px 10px 5px;
	}

#FeedDiv ul li	{ background-color: rgba(255,255,255,0.8); }
#FeedDiv ul li:nth-child(odd) { background-color: rgba(200,210,240,0.6); }

/* EMBEDDED FEED PAGE LINK COLORS */

.feed-scroll a:link	{ color: #000000; text-decoration: none; }

.feed-scroll a:visited	{ color: #000000; text-decoration: none; }

.feed-scroll a:active	{ color: #0033FF; text-decoration: none; }

.feed-scroll a:hover	{ color: #0033FF; text-decoration: underline; }

