/* This could be relevant in some cases for proper display in Safari */
/*html,table {
	background-color: white;
}*/

body  {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: none;
	background-color: white;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow-y: scroll;
}

body.header {
	background: gray;
	background-image: none;
}

body.menu {
	background: #F5F5F5;
	background-image: none;
}

html,body,p,li,td,input,select,textarea {
	font-size: 16px;
	font-family: "fira_sanslight", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #504A48;
	text-align: left;
}

td {
	vertical-align: top;
}

div#tabs {
	width: 660px;
}


.smallerwidth {
	width: 70%;
}

span.highlight {
	font-size: 20px;
	font-family: "fira_sanssemibold", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0060A8;
}

b,strong {
	font-family: "fira_sanssemibold", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

i,em {
	font-style: italic;
}

h1,h2,h3  {
	font-size: 28px;
	font-family: "fira_sanssemibold", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	margin-bottom: 20px;
	color: #0060A8;
}

h1 {
	margin-top: 0px;
	padding-top: 0px;
}

h2  {
	font-size: 24px;
	margin-bottom: 10px;
}

h3  {
	font-size: 20px;
	margin-bottom: 10px;
}

hr  {
	width: 100%;
	color: #0060A8;
}

a {
	font-family: "fira_sanssemibold", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:link  {
	text-decoration: underline;
	color: #0060A8;
}

a:visited  {
	text-decoration: underline;
	color: #0060A8;
}

a:hover,a:focus  {
	text-decoration: underline;
	color: #008EFA;
}

a:active  {
	text-decoration: underline;
	color: #008EFA;
}

input,select,textarea {
	border: 1px solid gray;
	background: transparent;
}

input.button,button {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-align: center;
	border: 1px solid gray;
	background: transparent;
}

input.checkbox,checkbox {

}

select {
	background-color: white;
}

option {
	background: white;
}

a img,img,input.radio,input.checkbox {
	border: none;
}

div.line {
	border-bottom: 1px solid #0060A8;
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0;
}

.with_line {
	padding-bottom: 4px;
	border-bottom: 1px solid #0060A8;
	margin-bottom: 20px;
}

span.separator {
	color: #0060A8;
}

marquee.marquee {
	margin-left: 370px;
	margin-right: 20px;
}

div.marquee {
	width: 100%;
	position: absolute;
	right: 0px;
}

.tickertext {
	font-weight: bold;
	color: gray;
}

a:link.tickertext {
	text-decoration: none;
	color: gray;
}

a:visited.tickertext {
	text-decoration: none;
	color: gray;
}

a:hover.tickertext,a:focus.tickertext {
	text-decoration: none;
	color: red;
}

a:active.tickertext {
	text-decoration: none;
	color: red;
}

.tickerseparator {
	color: gray;
	margin-left: 20px;
	margin-right: 20px;
}

td.contactform_leftcol {
	width: 180px;
	vertical-align: top;
	text-align: left;
}

td.contactform_rightcol {
	width: 300px;
	vertical-align: top;
	text-align: left;
}

input.contactform,select.contactform {
	width: 300px;
}

textarea.contactform {
	width: 300px;
	height: 100px;
}

div.feed_title {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}


div.feed_item {
   	background: #F5F5F5;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
}


div.feed_item_title {
	font-weight: bold;
}

a:link.feed_item_link {

}

a:visited.feed_item_link {

}

a:hover.feed_item_link,a:focus.feed_item_link {

}

a:active.feed_item_link {

}

div.feed_item_description {

}

a:link.feed_page {
	text-decoration: none;
	color: gray;
}

a:visited.feed_page {
	text-decoration: none;
	color: gray;
}

a:hover.feed_page,a:focus.feed_page {
	text-decoration: none;
	color: red;
}

a:active.feed_page {
	text-decoration: none;
	color: red;
}

.warning {
	color: red;
}

/* overrides for ui-autocomplete */
.ui-autocomplete {
	background: #eeeeee;
}

/* paged listings navigation start */

div.listing_links_top {
	display: none;
}
div.listing_links_bottom {
}
div.listing_links {
}
a:link.listing_link_prev {

}
a:visited.listing_link_prev {

}
a:hover.listing_link_prev {

}
a:focus.listing_link_prev {

}
a:active.listing_link_prev {

}
div.listing_link_separator {
	display: inline-block;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
a.listing_link_next {

}
a:visited.listing_link_next {

}
a:hover.listing_link_next {

}
a:focus.listing_link_next {

}
a:active.listing_link_next {

}
a.listing_link_no {
	
}
a:visited.listing_link_no {

}
a:hover.listing_link_no {

}
a:focus.listing_link_no {

}
a:active.listing_link_no {

}
a.listing_link_no.inactive {
}
a:visited.listing_link_no.inactive {

}
a:hover.listing_link_no.inactive {

}
a:focus.listing_link_no.inactive {

}
a:active.listing_link_no.inactive {

}

/* paged listings navigation end */

div.number_entries_found {
	margin-bottom: 40px
}

div.list_container {

}

/* necessary for correct display of floats in tables */
div.listing_cell {
	vertical-align: top;
	display: inline-block;
}
td {
	display: table-cell;
}

.block_left {
	display: inline-block;
	vertical-align: top;
	width: calc(75% - 40px);
	margin-right: 40px
}

.block_right {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 24%;
}

.block_right_content {
	width: calc(100% - 45px);
	background: #FDC646;
	color: #0060A8;
	text-align: center;
	padding: 20px;
	position: relative;
	top: 10px
}

.hervorhebung {
	width: calc(100% - 40px);
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #FDC646;
}

td.coloredtablecell {
	background-color: #4580BF;
	vertical-align: top
}

@media only screen and (max-device-width: 480px) {
	html,body,p,li,td,input,select,textarea {
		font-size: 36px;
		text-align: left;
	}
	h1  {
		font-size: 64px;
	}
	h2  {
		font-size: 52px;
	}
	h3  {
		font-size: 40px;
	}
	.block_left {
		display: block;
		width: 100%;
	}
	.block_right {
		width: 100%
	}
	span.highlight {
		font-size: 40px;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
	html,body,p,li,td,input,select,textarea {
		font-size: 24px;
		text-align: left;
	}
	h1  {
		font-size: 40px;
	}
	h2  {
		font-size: 34px;
	}
	h3  {
		font-size: 28px;
	}
	span.highlight {
		font-size: 30px;
	}
}


@font-face {
    font-family: 'fira_sanslight';
    src: url('firasans-light-webfont.eot');
    src: url('firasans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('firasans-light-webfont.woff2') format('woff2'),
         url('firasans-light-webfont.woff') format('woff'),
         url('firasans-light-webfont.ttf') format('truetype'),
         url('firasans-light-webfont.svg#fira_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sansregular';
    src: url('firasans-regular-webfont.eot');
    src: url('firasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('firasans-regular-webfont.woff2') format('woff2'),
         url('firasans-regular-webfont.woff') format('woff'),
         url('firasans-regular-webfont.ttf') format('truetype'),
         url('firasans-regular-webfont.svg#fira_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sanssemibold';
    src: url('firasans-semibold-webfont.eot');
    src: url('firasans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('firasans-semibold-webfont.woff2') format('woff2'),
         url('firasans-semibold-webfont.woff') format('woff'),
         url('firasans-semibold-webfont.ttf') format('truetype'),
         url('firasans-semibold-webfont.svg#fira_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}