@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
body,td,th {
	font-family: chivo;
	font-style: normal;
	font-weight: 400;
	font-size: 0.9em;
	color: #272727;
	background-image: url(../images/backgrounds/shapes.png);
	background-repeat: repeat;
}
body {
	
	margin-top: 0px;
	background-attachment: fixed;
	leftmargin:0;
	topmargin:0;
	marginwidth:0;
	marginheight:0;
}
a {
	font-size: 1em;
	color: #00488B;
}
a:visited {
	color: #00488B;
}
a:hover {
	color: #F39700;
}
a:active {
	color: #F39700;
}
img, object, embed, video {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.red{
	color:#FF0004;
}
.grey{
	color:#C5C5C5;
}
.bold{
	font-weight:bold;
}
.small{
	font-size:small;
}
.underlined{
	text-decoration:underline;
}
.italic{
	font-style:italic;
}

input[type="text"], input[type="password"], input[type="email"]{
  width: 96%;
  font-family: sans-serif;
  font-size: 12px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  height:1.5em;
}
input[type="text"]:focus, input[type="email"]:focus{
  outline: none;
}


input[type="text"],
input[type="password"], 
textarea,
input[type="email"]
 {
  padding: 4px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
input[type="text"]:focus,
input[type="text"].focus,
input[type="password"]:focus,
input[type="password"].focus,
textarea:focus,
textarea.focus ,
input[type="email"]:focus,
input[type="email"].focus
{
	border: solid 1px #707070;
	box-shadow: 0 0 5px 1px #969696;
	/*margin-top: 5px;*/
}
input[type="submit"]
 {
	padding: 4px;
	/*border: solid 1px #dcdcdc;*/
	transition: box-shadow 0.3s, border 0.3s;
	font-family: sans-serif;
	font-size: 12px;
	
	margin-right: 22px;
	/*
	width: 70%;
	*/
	float: right;
	
}
input[type="file"]{
  font-family: sans-serif;
  font-size: 12px;
  height:1.5em;
}
textarea{
	width:96%;
	font-family: sans-serif;
  	font-size: 12px;
}
select {
	font-family: chivo;
	font-style: normal;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
pre {
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.rel_list_img {
	margin-left: 0;
	width: 100%;
}
.topline {
}
.logocontainer {
}
.menue_container_desktop {
}
.user_menue_container {
}
.content_container {
width: 100%;
}
.content_left {
width: 100%;
margin-left: 0;
}
.content_right {
margin-left: 0;
width: 100%;
clear: both;
}
.ads_col {
width: 100%;
margin-left: 0;
clear: both;
display: block;
}
.logo {
width: 100%;
margin-left: 0;
}
.content_header {
	width: 100%;
	margin-left: 0;
	font-weight: bolder;
	text-align: center;
}
.content_main_container {
}
.pr_list {
	margin-top: 2em;
	border-radius: 0px;

}
.mainmenue {
width: 100%;
}
.languageswitcher {
width: 100%;
margin-left: 0;
clear: both;
}
.english {
width: 100%;
margin-left: 0;
}
.deutsch {
width: 100%;
margin-left: 0;
clear: both;
}
.navigationbar {
}
.navbar_ul {
}
.navbar_li {
width: 100%;
margin-left: 0;
clear: both;
}
.main_menu_container_desktop {
}
.main_menu_container_mobile {
}
.lang_switcher_mobile {
display: block;
width: 100%;
}
.langsw_en_mobile {
	display: block;
	width: 42.368%;
	float: left;
}
.langsw_de_mobile {
	display: block;
	width: 42.368%;
	float: right;
	clear: right;
}
.navigation_mobile {
}
.navigation_mobile a:link, .navigation_mobile a:visited{
	color:#FFFFFF;
}
.navigation_mobile a:hover, .navigation_mobile a:active{
	color:#FFBE00;
}

.nav_ul_mobile {
display: block;
}
.nav_li_mobile {
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #393939;
	margin-top: 1px;
	background-color: #7C0002;
	color: #FFFFFF;
	display: block;
	min-height: 18px;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 100%;
	text-align: center;
}
.navigation_desktop {
width: 100%;
}
.lang_switcher_desktop {
	color:#D3D3D3;
	width: 100%;
	margin-left: 0;
	clear: both;
	display: block;
}
.langsw_en_desktop {
width: 100%;
margin-left: 0;
}
.langsw_de_desktop {
width: 100%;
margin-left: 0;
clear: both;
display: block;
}
.content_right_col {
}
.content_right_col img{
	border-radius: 40px;
	width: 200px;
}
.more_news {
	margin-left: 0;
	clear: both;
	font-family: abril-fatface;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 3em;
}
.group_container {
}
.category2Cols {
}
.catContentCol {
width: 100%;
margin-left: 0;
clear: both;
}
.category_name {
	color: #FFFFFF;
	background-color: #2E7FFC;
	font-weight: bold;
	text-align: center;
}
.category_content {
}
.reports_container {
}
.reports_left {
width: 100%;
}
.reports_right {
width: 100%;
margin-left: 0;
clear: both;
}
.ads2 {
width: 100%;
margin-left: 0;
}
.ads3 {
width: 100%;
margin-left: 0;
}
.footer {
	background-color: #3E3E3E;
	border-radius: 9px 9px 0px 0px;
}
.footer_links_block {
	width: 100%;

	margin-left: 0;

}
.footer_link {
	width: 100%;	
	margin-left: 0;
}
.footer_link a:link, .footer_link a:visited{
	color:#CCCCCC;
	width: 100%;
}
.footer_link a:hover, .footer_link a:active{
	color:#FFAE00;
	text-decoration:none;
	width: 100%;
}
.footer_box {
	width: 100%;
	margin-left: 1.6949%;
	clear: both;
}
.user_menu_desktop {
display: block;
}
.user_menu_mobile {
display: block;
}

.photo {
	width: 100%;
	margin-left: 0;
	min-width: 0px;
	max-width: 100%;
	clear: left;
	float: left;
}

.press_release_container {
width: 100%;
}
.info_container {
width: 100%;
margin-left: 0;
clear: both;
}
.press_release {
margin-left: 0;
width: 100%;
}
.headline {
	width: 100%;
	margin-left: 0;
}
.headline h1{
	font-size: large;
}
.pr_content {
width: 100%;
margin-left: 0;
}
.disclaimer {
width: 100%;
margin-left: 0;
}
.image {

}
.rel_pic {
width: 100%;
margin-left: 0;
}
.rel_pic_caption {
margin-left: 0;
width: 100%;
}
.social_media {
width: 100%;
margin-left: 0;
}
.content_adBlock1 {
width: 100%;
margin-left: 0;
clear: both;
display: block;
}
.infocontainer_content1 {
width: 100%;
margin-left: 0;
}
.video {
width: 100%;
margin-left: 0;
}
.press_info {
}
.infoheadlines {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	/* [disabled]letter-spacing: 0.1em; */
}
.rightColHeader {
}
.rightColSubHeader {
}
.login_container {
width: 100%;
margin-left: 0;
}
.login_text {
	width: 90%;
	margin-left: 15px;
}
.login_label {
width: 100%;
margin-left: 0;
clear: both;
}
.logfield {
width: 100%;
margin-left: 0;
clear: both;
}
.form_button {
width: 100%;
margin-left: 0;
}
.access_error {
	width: 90%;
	padding:1%;
	margin-left: 1%;
	margin-right: 1%;
}
.new_pr_container {
}
.new_pr_form_container {
width: 100%;
}
.new_pr_right_col {
width: 90%;
clear: both;
}
.tf_left {
width: 100%;
margin-left: 0;
}
.tf_right {
width: 100%;
margin-left: 0;
clear: both;
}
.prtf_left {
	width: 20.6779%;
}
.prtf_right {
	width: 40.6779%;
	margin-left: 0;
	clear: both;
}
.prtextbox {
}
.forminfo {
}
.fflimits {
}
.spacer {
}
.form_error {
}
.alert {
	margin-left: 0;
	clear: both;
	width: 100%;
}
.formfield {
width: 100%;
margin-left: 0;
}
#companyaddress {
	height: 55px;
}
.summary {
	font-weight: bold;
	margin-bottom: 25px;
}
.photolarge {
	margin-bottom: 32px;
	margin-top: 5px;
}
.CheckAlert {
width: 100%;
}
.confirmation {
width: 100%;
margin-left: 0;
clear: both;
}
.confirmation_right {
width: 100%;
margin-left: 0;
clear: both;
}
.formrow {
}
.ffdescription {
width: 100%;
margin-left: 0;
display: block;
}
.regContainer {
width: 100%;
margin-left: 0;
}
.formTitel {
width: 100%;
margin-left: 0;
}
.formDescription {
width: 100%;
margin-left: 0;
}
.regFormContainer {
}
.formRow {
}
.fieldDescrLeftSpacer {
width: 100%;
}
.FormFieldDescription {
width: 100%;
margin-left: 0;
clear: both;
}
.FFTitle {
width: 100%;
}
.FInput {
width: 100%;
margin-left: 0;
clear: both;
}
.rw {
width: 100%;
margin-left: 0;
}
.noclass {
width: 100%;
margin-left: 0;
}
.success {
width: 100%;
margin-left: 0;
}
.bordedbox {
width: 100%;
margin-left: 0;
}
.fullwidth {
	width: 100%;
}
.singlecol {
width: 100%;
margin-left: 0;
}
.pp1 {
width: 47.3684%;
margin-left: 0;
clear: both;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.noclass img {
	margin-right: 10px;
	margin-left: 10px;
}



/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.rel_list_img {
	margin-left: 0;
	width: 100%;
}
.topline {
}
.logocontainer {
}
.menue_container {
}
.user_menue_container {
}
.content_container {
width: 100%;
}
.content_left {
width: 100%;
margin-left: 0;
}
.content_right {
margin-left: 0;
width: 100%;
clear: both;
}
.ads_col {
width: 100%;
clear: both;
margin-left: 0;
display: block;
}
.logo {
width: 100%;
margin-left: 0;
}
.content_header {
	width: 100%;
	margin-left: 0;
	color: #0091E3;
	font-size: xx-large;
	text-align: center;
	font-family: abril-fatface;
	font-style: normal;
	font-weight: 400;
}
.content_main_container {
}
.pr_list {
	margin-top: 2em;
}
.pr_list img{
	border-radius: 6px;
	max-width: 150px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 4px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #C9C9C9;

}
.mainmenue {
width: 100%;
}
.languageswitcher {
width: 100%;
clear: both;
margin-left: 0;
}
.english {
width: 100%;
margin-left: 0;
}
.deutsch {
width: 100%;
clear: both;
margin-left: 0;
}
.navigationbar {
}
.navbar_ul {
}
.navbar_li {
width: 100%;
clear: both;
margin-left: 0;
}
.main_menu_container_desktop {
display: block;
}
.main_menu_container_mobile {
}
.lang_switcher_mobile {
display: block;
width: 100%;
}
.langsw_en {
}
.langsw_de {
}
.navigation_mobile {
}
.nav_ul_mobile {
display: block;
}
.nav_li_mobile {
width: 100%;
}
.navigation_desktop {
width: 100%;
}
.lang_switcher_desktop {
width: 100%;
clear: both;
margin-left: 0;
}
.langsw_en_desktop {
width: 100%;
margin-left: 0;
}
.langsw_de_desktop {
width: 100%;
clear: both;
margin-left: 0;
}
.content_right_col {
	text-align: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 4px;
}
.content_right_col img{
	border-radius: 10px;
	float: none;
	max-width: 109px;
	width: 75%;
}
.more_news {
clear: both;
margin-left: 0;

}
.group_container {
}
.category2Cols {
}
.catContentCol {
width: 100%;
clear: both;
margin-left: 0;
}
.category_name {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.category_content {
}
.reports_container {
}
.reports_left {
width: 100%;
}
.reports_right {
width: 100%;
clear: both;
margin-left: 0;
}
.ads2 {
width: 100%;
margin-left: 0;
}
.ads3 {
width: 100%;
margin-left: 0;
}
.footer {
}
.footer_links_block {

width: 35.8974%;

margin-left: 0;

}
.footer_link {
width: 100%;
margin-left: 0;
}
.footer_link a:link, .footer_link a:visited{
	color:#CCCCCC;
	
}
.footer_link a:hover, .footer_link a:active{
	color:#FFAE00;
	text-decoration:none;
}
.footer_box {
	width: 100%;
	clear: both;
	margin-left: 1.6949%;
}
.user_menu_desktop {
display: block;
}
.user_menu_mobile {
display: block;
}

.photo{
	width: 100%;
	margin-left: 0;
	float: none;
}

.press_release_container {
width: 100%;
}
.info_container {
width: 100%;
clear: both;
margin-left: 0;
}
.press_release {
width: 100%;
margin-left: 0;
}
.headline {
margin-left: 0;
width: 100%;
}
.headline h1{
	font-size: large;
}

.pr_content {
	width: 100%;
	margin-left: 0;
	font-style: normal;
}
.disclaimer {
width: 100%;
margin-left: 0;
}
.image {
}
.rel_pic {
width: 100%;
margin-left: 0;
}
.rel_pic_caption {
width: 100%;
margin-left: 0;
}
.social_media {
width: 100%;
margin-left: 0;
}
.content_adBlock1 {
width: 100%;
clear: both;
margin-left: 0;
display: block;
}
.infocontainer_content1 {
width: 100%;
margin-left: 0;
}
.video {
	width: 74.3589%;
	margin-left: 12.8205%;
	margin-right: 12.821%;
	height: auto;
}
.press_info {
}
.rightColHeader {
}
.rightColSubHeader {
}
.login_container {
width: 100%;
margin-left: 0;
}
.login_text {
}
.login_label {
width: 100%;
clear: both;
margin-left: 0;
}
.logfield {
width: 100%;
clear: both;
margin-left: 0;
}
.form_button {
width: 100%;
margin-left: 0;
}
.access_error {
	width: 90%;
	padding:1%;
	margin-left: 1%;
	margin-right: 1%;
}
.new_pr_container {
}
.new_pr_form_container {
width: 100%;
}
.new_pr_right_col {
width: 100%;
clear: both;
margin-left: 0;
}
.tf_left {
width: 100%;
margin-left: 0;
}
.tf_right {
width: 100%;
margin-left: 0;
clear: both;
}

.prtf_left {
	width: 20.6779%;
	margin-left: 0;
}
.prtf_right {
	width: 40.6779%;
	margin-left: 0;
	clear: both;
}
.prtextbox {
}
.forminfo {
}
.fflimits {
}
.spacer {
}
.form_error {
}
.alert {
	clear: both;
	margin-left: 0;
	width: 100%;
}
.formfield {
width: 100%;
margin-left: 0;
}
.summary {
}
.photolarge {
}
.CheckAlert {
width: 100%;
}
.confirmation {
width: 100%;
clear: both;
margin-left: 0;
}
.confirmation_right {
width: 100%;
clear: both;
margin-left: 0;
}
.formrow {
}
.ffdescription {
width: 100%;
margin-left: 0;
display: block;
}
.regContainer {
width: 100%;
margin-left: 0;
}
.formTitel {
width: 100%;
margin-left: 0;
}
.formDescription {
width: 100%;
margin-left: 0;
}
.regFormContainer {
}
.formRow {
}
.fieldDescrLeftSpacer {
width: 100%;
}
.FormFieldDescription {
width: 100%;
clear: both;
margin-left: 0;
}
.FFTitle {
width: 100%;
}
.FInput {
width: 100%;
clear: both;
margin-left: 0;
}
.rw {
width: 100%;
margin-left: 0;
}
.noclass {
width: 100%;
margin-left: 0;
}
.success {
width: 100%;
margin-left: 0;
}
.bordedbox {
width: 100%;
margin-left: 0;
}
.fullwidth {
width: 100%;
}
.singlecol {
width: 100%;
margin-left: 0;
}
.pp1 {
width: 100%;
clear: both;
margin-left: 0;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 98.3333%;
	max-width: 1232px;
	padding-left: 0.8333%;
	padding-right: 0.8333%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
	min-height: 60px;
}
.rel_list_img {
	width: 16.6666%;
	border: 1px solid #CDCDCD;
	border-radius: 10px;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0;
}
.topline {
	height: 30px;
	background-color: #333333;
	min-height: 30px;
	color: #FFFFFF;
}
.logocontainer {
	background-image: url(../images/backgrounds/headerbkg.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #C0C0C0;
	background-size: 100% auto;
}
.menue_container {
}
.user_menue_container {
}
.content_container {
width: 83.0508%;
}
.content_left {
	margin-left: 0;
	width: 59.1836%;
	border-right: 1px solid #DDDDDD;
	margin-top: 20px;
}
.content_right {
margin-left: 2.0408%;
width: 28.5714%;
clear: none;
}
.ads_col {
	width: 15.2542%;
	clear: none;
	margin-left: 1.6949%;
	display: block;
	margin-top: 145px;
}
.logo {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
}
.content_header {
	width: 100%;
	margin-left: 0;
	font-family: abril-fatface;
	font-style: normal;
	font-weight: 400;
	font-size: 7em;
	text-align: center;
	border-bottom: 2px solid #316494;
	color: #316494;
}
.firstword{
	color:#000000;
}
.content_main_container {
}
.pr_list {
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	margin-top: 10px;
	border-bottom: 1px solid #FBFBFB;
	width:92%;
}

.pr_list a:link,.pr_list a:visited{
	font-size:1em;
	font-weight:500;
	
}
.pr_list a:hover, .pr_list a:active{
	color:#FFA600;
	text-decoration:none;
}
.pr_list img{
	border-radius: 6px;
	max-width: 150px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 4px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #C9C9C9;

}
.mainmenue {
	width: 83.0508%;
}
.languageswitcher {
	width: 15.2542%;
	clear: none;
	margin-left: 1.6949%;
}
.english {
	width: 44.4444%;
	margin-left: 0;
}
.deutsch {
	width: 44.4444%;
	clear: none;
	margin-left: 11.1111%;
}
.navigationbar {
}
.navigationbar a:link{
	margin-right:20px;
	min-height:32px;
}
.main_menu_container_desktop {
	display: block;
}
.main_menu_container_mobile {
}
.lang_switcher_mobile {
	width: 100%;
}
.langsw_en {
}
.langsw_de {
}
.navigation_mobile {
}
.nav_ul_mobile {
display: block;
}
.nav_li_mobile {
display: block;
width: 100%;
}
.navigation_desktop {
	min-height:40px;
	margin-top:10px;
	font-weight:bold;
	width: 66.1016%;
	
}
.navigation_desktop a, .navigation_desktop a:link{
	margin-right:40px;
	text-decoration:none;
	border-left:1px solid #c0c0c0;
	padding-left:8px;
	color:#0073A3;
}
.navigation_desktop a:hover, .navigation_desktop a:visited{
	text-decoration:underline;
}
.lang_switcher_desktop {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
	min-height: 30px;
	font-size: 0.8em;
	text-align: right;
	display: block;
}

.lang_switcher_desktop img{
	width: 24px;
}

.langsw_en_desktop {
width: 44.4444%;
margin-left: 0;
}
.langsw_de_desktop {
width: 47.3684%;
clear: none;
margin-left: 57.8947%;
display: block;
}
.content_right_col {
	width: 94%;
	margin-left:1em;
}
.content_right_col img{
	border-radius: 4px;
	max-width: 20%;
	float: left;
	margin-right: 6px;
}
.more_news {
	clear: none;
	margin-left: 7.1428%;
	font-family: abril-fatface;
	font-style: normal;
	font-weight: 400;
	font-size: 3em;
	margin-bottom: 13px;
	border-bottom-width: 1px;
	color: #316494;
}
.group_container {
}
.category2Cols {
	margin-top: 21px;
}
.catContentCol {
	width: 50%;
	clear: none;
	margin-left: 1.6949%;
}
.category_name {
	background-color: #316494;
	font-size: 2em;
	text-shadow: 0px 0px;
	color: #FFFFFF;
	padding-left: 0px;
	text-align: center;
	width: 99%;
}
.category_content {
	width: 91%;
	margin-left: 10px;
	margin-bottom: 6px;
	padding-left: 0px;
	margin-top: 6px;
}
.category_content a:link, .category_content a:visited,.category_content a:hover,.category_content a:active{
	text-decoration:none;
	color:#323232;
}
.category_content a:hover, .category_content a:active{
	color:#FFCE00;
}
.category_content a:visited{
	color:#323232;
}
.reports_container {
}
.reports_left {
width: 66.1016%;
}
.reports_right {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}
.ads2 {
	max-width: 1201px;
	max-height: 100px;
	width: 66.1016%;
	margin-left: 16.9491%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ads3 {
	width: 66.1016%;
	margin-left: 16.9491%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer {
	margin-top: 38px;
}
.footer_links_block {
	color: #FFFFFF;
	width: 58.3333%;
	margin-left: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
}
.footer_link {
width: 100%;
margin-left: 0;
}
.footer_link a:link, .footer_link a:visited{
	color:#CCCCCC;
	
}
.footer_link a:hover, .footer_link a:active{
	color:#FFAE00;
	text-decoration:none;
}
.footer_box {
width: 40.6779%;
clear: none;
margin-left: 1.6949%;
}
.user_menu_desktop {
	display: block;
	margin-bottom:20px;
}

.user_menu_desktop a:link, .user_menu_desktop a:visited{
	color:#FFB600;
	margin-right:20px;
	font-size:0.9em;
}
.user_menu_desktop a:hover, .user_menu_desktop a:active{
	color:#DC4603;
	margin-right:20px;
	font-size:0.9em;
	text-decoration:none;
}
.user_menu_mobile {
}

.photo {
	width: 180px;
	margin-right: 3%;
	margin-bottom: 12px;
	float: left;
	clear: left;
	display: block;
}

.press_release_container {
	width: 57.6271%;
	margin-top: 23px;
}
.info_container {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
	margin-top: 200px;
}
.press_release {
	background-color: #FFFFFF;
	width: 100%;
	margin-left: 0;
}
.headline {
	font-size: large;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0;
	width: 100%;
}

.headline h1{
	font-size: large;
}
.pr_content {
	width: 100%;
	margin-right: 0px;
	margin-top: 30px;
	padding-right: 10px;
	/* [disabled]float: right; */
	border-right: 1px solid #C1C1C1;
	border-bottom-color: #C1C1C1;
}
.disclaimer {
	background-color: #FFFEDA;
	padding-top: 5px;
	padding-right: 75px;
	padding-bottom: 6px;
	padding-left: 130px;
	width: 83.0508%;
	font-size: small;
	color: #737373;
	border-top: 1px solid #C1C1C1;
	margin-top: 10px;
}
.image {
}
.rel_pic {
	width: 100%;
	margin-bottom: 0px;
}
.rel_pic_caption {
	margin-left: 0;
	width: 180px;
	color: #737373;
	font-size: 0.8em;
}
.social_media {
	margin-top: 24px;
	width: 100%;
	margin-left: 0;
}
.content_adBlock1 {
	color: #FF0004;
	font-weight: bold;
	width: 41.1764%;
	clear: none;
	margin-left: 2.9411%;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
}
.infocontainer_content1 {
	width: 100%;
	margin-left: 0;
}
.video {
	width: 70.5882%;
	margin-left: 14.7058%;
	margin-right: 14.7058%;
	height: auto;
}
.video *{
	width: 100%;
	height: auto;
}
.video object, .video iframe, .video embed{
	width: 100%;
	height: auto;
}
.press_info {
}
.rightColHeader {
	font-family: abril-fatface;
	font-style: normal;
	font-weight: 400;
	font-size: 2em;
	margin-bottom: 13px;
	border-bottom: 1px solid #0061D5;
	color: #316494;
}

.rightColSubHeader {
	font-family: abril-fatface;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;
	margin-bottom: 13px;
	margin-top: 13px;
}

.login_container {
	width: 32.2033%;
	margin-left: 33.8983%;
	margin-right: auto;
	margin-top: 77px;
	margin-bottom: 10px;
	border: 1px solid #C1C1C1;
	border-radius: 10px;
	padding-bottom:10px;
}
.login_container form{
	
}
.login_text {
	margin-bottom: 10px;
	border-bottom: 1px solid #C1C1C1;
	padding-bottom: 4px;
	padding-right: 0px;
	font-size:0.9em;
	color:rgba(138,138,138,1.00);
	}
.login_label {
width: 21.0526%;
clear: none;
margin-left: 5.2631%;
}
.logfield {
	width: 73.6842%;
	clear: none;
	margin-bottom: 8px;
}
.form_button {
	text-align: right;
	width: 21.0526%;
	margin-left: 78.9473%;
	margin-right: 62px;
}
.access_error {
	background-color: #FDDEDE;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 90%;
	padding:1%;
	margin-left: 1%;
	margin-right: 1%;
}
.new_pr_container {
}
.new_pr_form_container {
width: 74.5762%;
}
.new_pr_right_col {
width: 15.2542%;
clear: none;
margin-left: 1.6949%;
}
.tf_left {
	width: 31.678%;
	margin-left: 0;
	margin-top: 20px;
}
.tf_right {
	width: 49.1525%;
	margin-left: 0%;
	clear: none;
	margin-top: 20px;
}

.prtf_left {
	width: 16.5%;
	text-align: right;
	font-weight: bold;
	padding-top: 0px;
}
.prtf_right {
	width: 66.1016%;
	clear: none;
	margin-left: 18.644%;
}
.prtextbox {
	width: 70%;
	margin-left: 17.5%;
	margin-top: 1%;
}
.prtextbox textarea{
	height:400px;
}
.summerytextbox{
	width: 70%;
	margin-left: 17.5%;
	margin-top: 1%;
}
.summerytextbox textarea{
	height:100px;
}

.addresstextbox textarea{
	height:40px;
}

.forminfo {
	font-size: 1em;
	font-weight: bold;
	color: #004687;
}
.fflimits {
	color: #5CD986;
	font-style: italic;
	font-size: small;
	width: 48%;
	/* [disabled]float: none; */
}
.spacer {
	margin-top: 30px;
	clear: both;
}
.form_error {
	width: 5%;
}
.alert {
	clear: none;
	margin-left: 35.5932%;
	width: 6.7796%;
}
.formfield {
width: 100%;
margin-left: 0;
}
.summary {
}
.photolarge {
}
.CheckAlert {
	width: 100%;
	min-height: 13em;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	border: 3px double #BBBBBB;
	background-color: #FCFFDD;
	margin-bottom: 0px;
	border-radius: 16px;
	color: #00761C;
}
.confirmation {
width: 41.1764%;
clear: none;
margin-left: 2.9411%;
}
.confirmation_right {
width: 41.1764%;
clear: none;
margin-left: 2.9411%;
}
.formrow {

}
.ffdescription {
width: 31.8181%;
margin-left: 34.0909%;
}
.regContainer {
width: 83.0508%;
margin-left: 8.4745%;
}
.formTitel {
	margin-top: 47px;
	width: 38.7755%;
	margin-left: 30.6122%;
	font-size: 1.2em;
	height: 2.4em;
	font-weight: bold;
}
.formDescription {
width: 38.7755%;
margin-left: 30.6122%;
}
.regFormContainer {
}
.formRow {
}
.fieldDescrLeftSpacer {
width: 28.5714%;
}
.FormFieldDescription {
	width: 38.7755%;
	clear: none;
	margin-left: 2.0408%;
	color: #5CD986;
	font-style: italic;
	font-size: small;
}
.FFTitle {
	width: 28.5714%;
	text-align: right;
	font-weight: bold;
}
.FInput {
width: 38.7755%;
clear: none;
margin-left: 2.0408%;
}
.rw {
	width: 49.1525%;
	margin-left: 25.4237%;
	color: #FF0004;
	font-size: 1.5em;
	text-align: center;
	border-radius: 16px;
	border: 2px solid #B7B7B7;
	background-color: rgba(195,241,255,0.56);
	-webkit-box-shadow: 2px 2px 17px 4px rgba(224,224,224,1.00);
	box-shadow: 2px 2px 17px 4px rgba(224,224,224,1.00);
}
.noclass {
width: 65.5172%;
margin-left: 17.2413%;
}
.success {
	width: 32.2033%;
	margin-left: 33.8983%;
	background-color: rgba(225,249,210,1.00);
	font-size: 1em;
	border: 1px solid rgba(223,223,223,1.00);
	border-radius: 7px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	color: rgba(8,124,0,1.00);
	font-weight: bold;
}
.bordedbox {
	width: 32.2033%;
	margin-left: 33.8983%;
	text-align: center;
	border-radius: 4px;
	border: 1px solid rgba(212,212,212,1.00);
	min-height: 27px;
	margin-top: 10px;
	font-size: 1em;
	color: rgba(127,127,127,1.00);
	-webkit-box-shadow: 2px 2px 17px 4px rgba(224,224,224,1.00);
	box-shadow: 2px 2px 17px 4px rgba(224,224,224,1.00);
}
.bordedbox li, .bordedbox ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
	margin-bottom:0.25em;
	margin-top:0.5em;
}
.bordedbox a:link,.bordedbox a:visited{
	color:rgba(127,127,127,1.00);
	text-decoration:underline;
	font-size:0.7em;
}
.bordedbox a:active,.bordedbox a:hover{
	color:rgba(255,0,4,1.00);
	text-decoration:none;
	font-size:0.7em;
	list-style-type: none;
}
.bordedbox .header{
	font-size:1em;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#C1C1C1;
	}
.bordedbox .text{
	font-size:0.9em;
}
.bordedbox form{
	margin:0px;
	padding:0px;
}

.bordedbox li a:link, .bordedbox li a:visited{
	font-size:1em;
	font-weight:bold;
	margin-top:0.5em;
	list-style-type: none;
	text-align:left;
	text-decoration:none;
}
.bordedbox li a:hover, .bordedbox li a:active{
	text-decoration:underline;
	list-style-type: none;
	color:#FFB600;	
}
.fullwidth {
width: 100%;
}
.pp1 {
width: 15.2542%;
clear: none;
margin-left: 1.6949%;
}
.singlecol {
width: 83.0508%;
margin-left: 8.4745%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
.flags {
	margin-left:0px;
	margin-right:10px;
}
