@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed');
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");

/*************************************
 **
 **  Colours:
 **  red: #AB2328
 **  black: #252525
 **  grey: #e1e1e1
 **  orange: #ee6417
 **  dark blue: #003951
 **  light blue: #a0cee1
 **
 ***************************************/

html *
{
	position: relative;
	margin: 0px;
	padding: 0px;
   vertical-align: top;
	z-index: 1;
}

html
{
   
}

body
{
	font-family: 'Open Sans', Arial, sans-serif;
}

body.htmlarea-content-body
{
	font-size: 12px;
}

body#page
{
   height: 100%;
	color: #252525;
	font-size: 16px;
	font-weight: 400;
   background-image: url(/fileadmin/images/temp/Victoria_Beach3.jpg);
   background-size: 100% auto;
   background-position: center center;
   background-repeat: no-repeat;
}

body#page.parallaxPage
{
}
section,
article,
nav,
header
{
	display: block;
}

div#outerWrapper
{
	width: 100%;
   height: 1000px;
   max-height: 100%;
	overflow: hidden;
}

table th
{
	text-align: left;
}

.htmlarea-content-body table
{
	font-size: inherit;
}

a, a:visited
{
	color: #ee6417;
	text-decoration: none;
	font-weight: 400;
	
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
}

a:hover
{
	text-decoration: none;
	color: #005e2d;
}

a img
{
	text-decoration: none;
	border: none;
}

h1,h2,h3
{
   color: #003951;
}

h1,h2
{
	margin-bottom: 20px;
	font-size: 29px;
}

h3
{
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 1px;
	margin-top: 10px;
}

#mainContent .fsndRespImageItemTitle h1, 
#mainContent .fsndRespImageItemTitle h2
{
	text-transform: none;
	white-space:  nowrap;
}

p, ul, ol
{
	padding-top: 3px;
	padding-bottom: 5px;
}

#mainContent p
{
	line-height: 200%;
   margin-bottom: 15px;
   margin-top: 5px;
}

ul,ol
{
	margin-left: 12px;
	padding-left: 5px;
}

ul
{
	list-style: square;
}

ul ul
{
	list-style: disc;
}

ul.menu,
ul.csc-uploads
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#mainWrapper
{
}

div#headerWrapper,
div#contentWrapper,
div#mainMenuWrapper,
div#footerWrapper,
article.contentItem
{
	width: 100%;
}

div#outerWrapper,
div#footerWrapper
{
	max-width: 100%;
	height: auto;
	overflow: hidden;
}

article.contentItem div.articleInnerWrapper,
div#mainMenu,
div#header,
div#pageTitle,
div#centreArea,
div#footer
{
	width: 980px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.plainPage article.contentItem div.articleInnerWrapper
{
   max-width: 100%;
}

article.contentItem.contentItemLayout1 div.articleInnerWrapper,
article.contentItem.contentItemLayout2 div.articleInnerWrapper
{
   width: 100%;
   max-width: 100%;
}

article.contentItem div.articleInnerWrapper img
{
   max-width: 100%;
   height: auto;
}

div#headerWrapper
{
	background-color: #F0F0F0;
   background-color: rgba( 255,255,255,0.6);
	z-index: 4;
}

div#logo
{
   display: inline-block;
   height: 90px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
   overflow: hidden;
}

#logo img
{
	width: auto;
	height: 100%;
	
    -webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}

div#logo:hover
{
	z-index: 101;
}

#headerWrapper div#topAddress
{
   position: absolute;
   top: 20px;
   right: 0px;
   font-size: 12px;
   color: #003951;
}

div#siteTitle
{
   display: inline-block;
   width: 50%;
   margin-left: 20px;
   padding-top: 10px;
   font-size: 30px;
   font-weight: bold;
   color: #003951;
   font-family: 'Roboto Condensed', Arial, sans-serif;
   text-shadow: 1px 1px 2px rgba( 0, 0, 0,0.5);
   text-align: center;
   text-transform: capitalize;
}

#siteTitle div.siteTitleLine1
{
}

div#topSearch
{
   position: absolute;
	display: inline-block;
   top: 50px;
   right: 0px;
	width: 300px;
	margin-left: 4px;
}

#topSearch input.searchItem
{
	width: 100%;
	padding-top: 5px;
	border: 1px #999 solid;
	padding: 5px 8px;
	background: #FFF;
}

#topSearch input[type="submit"]
{
	background-color: transparent !important;
}

#topSearch input.searchButton
{
	position: absolute;
	top: 4px;
	right: 4px;
	width: 18px;
	height: 18px;
	border: none;
   font-family: "Font Awesome 5 Free";
   font-size: 17px;
   color: #ee6417;
	background-color: transparent !important;
	/*background: url(/fileadmin/templates/images/lupe.png);*/
   background-repeat: no-repeat;
   background-position: center center;
   background-size: auto 100%;
	cursor: pointer;
	z-index: 10;
}

div#header
{
	z-index: 5;
}

div#mainMenuWrapper
{
   background-color: #FFF;
   font-family: 'Roboto Condensed', Arial, sans-serif;
	z-index: 10;
}

#mainMenuWrapper a,
#mainMenuWrapper a:visited
{
   display: block;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 25px;
   padding-right: 25px;
	color: #003951;
	font-weight: 600;
	text-decoration: none;
   white-space: nowrap;
	text-transform: uppercase;
   
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

#mainMenuWrapper .menuItemPage4 a.menuItemLink
{
   font-family:"Font Awesome 5 Free";
   font-size: 17px;
}

#mainMenuWrapper a:hover
{
	color: #FFF;
   background-color: #005e2d;
}

#mainMenuWrapper ul.level1 li.level1
{
	display: inline-block;
	font-size: 16px;
   text-transform: uppercase;
}

#mainMenuWrapper ul.level2
{
   display: none;
}

div#centreAreaWrapper
{
   min-height: 220px;
}

div#contentWrapper
{
	z-index: 2;
}

div#pageTitle
{
   padding-top: 30px;
   padding-bottom: 20px;
   color: #FFF;
   text-align: center;
   background-color: rgba( 200, 200, 200, 0.3 );
}

#pageTitle h1
{
   font-size: 36x;
   font-weight: normal;
   color: #FFF;
   text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

div#centreArea
{
   background-color: #FFF;
   background-color: rgba( 255, 255, 255, 0.8);
}

div#leftArea
{
   display: inline-block;
   min-height: 100%;
   height: 800px;
   width: 20%;
   padding-top: 30px;
   padding-bottom: 20px;
   background-color: #e1e1e1;
   background-color: rgba( 240, 240, 240, 0.8);
}

ul.leftMenu
{
}

.leftMenu a,
.leftMenu a:visited
{
   display: block;
   width: 85%;
   padding-left: 10%;
   padding-right: 5%;
   padding-top: 4px;
   padding-bottom: 4px;
   color: #252525;
}

.leftMenu a:hover
{
   color: #FFF;
   background-color: #00395a;
}
div#mainContent
{
   display: inline-block;
   width: 70%;
   margin-left: 5%;
   margin-top: 30px;
   margin-bottom: 30px;
}

.imageTextImageItem img
{
   max-width: 100%;
   width: 100%;
   height: auto;
   margin-bottom: -5px;
}

.imageTextTextItem div.imageTextTextContent
{
   max-width: 500px;
   margin-top: 50px;
}

.imageTextTextContent div.imageTextTextBody
{
   margin-top: 20px;
   font-size: 14px;
}

.imageTextTextContent header .headerItem
{
   margin-bottom: 15px;
}

.imageTextTextContent .subHeader2
{
   margin-top: 0px;
   font-size: 18px;
}

.imageTextGroupleft div.imageTextTextContent
{
   margin-left: 50px;
}

.imageTextGroup a.boxMoreLink
{
   text-transform: uppercase;
   font-weight: 600;
}

.imageTextGroupright div.imageTextTextContent
{
   float: right;
   margin-right: 50px;
}

.imageTextGroupleft div.imageTextImageItem
{
   float: left;
}

.imageTextGroupleft div.imageTextTextItem
{
   float: right;
}

.imageTextGroupright div.imageTextImageItem
{
   float: right;
}

.imageTextGroupright div.imageTextTextItem
{
   float: left;
}

.csc-textpic-intext-left-nowrap .csc-textpic-image
{
   float: left;
}

#centreArea .csc-frame-rulerBefore div.csc-textpic-text
{
	padding-top: 25px;
}

#centreArea .csc-frame-rulerBefore p,
#centreArea .csc-frame-rulerBefore ul,
#centreArea .csc-frame-rulerBefore ol
{
	font-size: 20px;
}

#centreArea .csc-frame-rulerBefore ul,
#centreArea .csc-frame-rulerBefore ol
{
	padding-left: 25px;
	margin-left: 25px;
}

#centreArea .csc-frame-rulerBefore p,
#centreArea .csc-frame-rulerBefore ul li,
#centreArea .csc-frame-rulerBefore ol li
{
	margin-bottom: 15px;
}

.csc-frame-rulerBefore div.csc-textpic-intext-left .csc-textpic-imagewrap, 
.csc-frame-rulerBefore div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap
{
	margin-right: 45px;
}

.csc-frame-rulerBefore div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image
{
	margin-bottom: 0px;
}

#centreArea .csc-frame-rulerBefore div.csc-header
{
	margin-bottom: 20px;
}

#centreArea div.csc-frame-ruler-after,
#centreArea .contentItemuploads div.csc-frame-rulerAfter ul.csc-uploads,
#centreArea div.csc-frame-indent
{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	
    -webkit-column-gap: 25px; /* Chrome, Safari, Opera */
    -moz-column-gap: 25px; /* Firefox */
    column-gap: 25px;
}

#centreArea .csc-frame-indent p
{
   break-inside: avoid;
}

#centreArea .contentItemuploads div.csc-frame-rulerAfter,
#centreArea .csc-frame-indent div.csc-header
{
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}

#centreArea .csc-frame-indent-right
{
	display: block;
	width: 22%;
	float: left;
	margin-right: 1.5%;
	vertical-align: top;
}

#centreArea .csc-frame-default
{
	float: none;
	clear: both;
}

div#breadCrumb
{
	position: absolute;
	right: 10px;
	top: 5px;
	font-size: 10px;
}

ul.ce-uploads
{
   text-align: center;
}

.ce-uploads li.fileDownloaditem
{
   display: inline-block;
   max-width: 150px;
   margin-left: 12px;
   margin-right: 12px;
}

.fileDownloaditem div.ce-uploads-description
{
   display: none;
}

.fileDownloaditem div.fileDownloadImage
{
   max-height: 170px;
   text-align: center;
   overflow: hidden;
}

.fileDownloaditem a.fileDownloadImageLink
{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.fileDownloaditem a .ce-uploads-description
{
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 8px;
   padding-right: 8px;
   color: #1E1E1E;
   font-size: 10px;
}

.fileDownloaditem img.fileDownloadPreviewImage
{
   float: none;
   padding-right: 0px;
   text-align: center;
}

.fileDownloaditem span.ce-uploads-filesize
{
   display: block;
   margin-top: 5px;
   margin-bottom: 5px;
   text-align: center;
   font-size: 10px;
}

.fileDownloaditem div.fileDownloadAfter
{
   height: 25px;
   width: 100%;
   background-image: url(/fileadmin/templates/images/download_icon-red.png);
   background-position: center top;
   background-repeat: no-repeat;
   background-size: auto 100%;
}

div#footerWrapper
{
	min-height: 40px;
   
	background: #157dbd;
   color: #FFF;
   font-size: 14px;
	z-index: 3;
}

div#footerComponents
{
   display: inline-block;
	padding-top: 30px;
	padding-bottom: 20px;
}

#footerComponents h2,
#footerComponents h3
{
   margin-bottom: 20px;
   color: #FFF;
   font-weight: 600;
}

#footerComponents div.footerComponentsElement
{
	display: inline-block;
	width: 32.5%;
	text-align: center;
	vertical-align: middle;
}

#footerComponents div.footerComponentInner
{
   display: inline-block;
	/*
	transform: translate( 0%, 50% );
	-moz-transform: translate( 0%, 50% );
	-webkit-transform: translate( 0%, 50% );
	-o-transform: translate( 0%, 50% );
	-ms-transform: translate( 0%, 50% );
	*/
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.groupContactItems a.contactDetailLink
{
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
}

#footerComponents #footerContact div.footerComponentInner,
.groupContactItems .contactGroupContactEmail a.contactDetailLink
{
	/*background-image: url(/fileadmin/templates/images/icon_mail_gray.png);*/
}

#footerComponents #footerContact div.footerComponentInner:hover,
.groupContactItems .contactGroupContactEmail a.contactDetailLink:hover
{
	/*background-image: url(/fileadmin/templates/images/icon_mail_red.png);*/
}

#footerComponents #footerPhone div.footerComponentInner,
.groupContactItems .contactGroupContactPhone a.contactDetailLink
{
	/*color: #b13a29;
	background-image: url(/fileadmin/templates/images/icon_phone_red.png);*/
}

#footerComponents #footerPhone div.footerComponentInner:hover,
.groupContactItems .contactGroupContactPhone a.contactDetailLink:hover
{
	/*color: #606062;
	background-image: url(/fileadmin/templates/images/icon_phone_gray.png);*/
}

#footerComponents #footerPhone a,
#footerComponents #footerPhone a:visited
{
	/*color: #b13a29;*/
}

#footerComponents #footerPhone a:hover
{
	/*color: #606062;*/
}

#footerComponents #footerFax div.footerComponentInner
{
	background-image: none;
}

#footerComponents #footerFax div.footerComponentInner:hover
{
	background-image: none;
}

div#bottomMenu
{
   display: inline-block;
   position: absolute;
   right: 0px;
   bottom: 25px;
}

.tempHomepage div#footer div
{
   display: none;
}

div#copyright
{
	display: block;
	float: right;
	margin-left: 20px;
	margin-right: 20px;
}

#bottom-menu li.level1
{
	display: inline-block;
	padding-top: 3px;
   padding-bottom: 3px;
   vertical-align: middle;
}

#bottom-menu li.menuItem
{
	padding-left: 10px;
   padding-right: 10px;
}

#bottom-menu li.firstItem
{
   padding-left: 0px;
}

#bottom-menu li.lastItem
{
   padding-right: 0px;
}

#bottom-menu li.menuSep
{
   width: 1px;
}

#bottom-menu .menuSep div.menuSepChar
{
   position: absolute;
   bottom: 0px;
   left: 0px;
   width: 1px;
   height: 12px;
   background: #FFF;
}

#bottom-menu li.level1 a,
#bottom-menu li.level1 a:visited
{
	color: inherit;
}

#bottom-menu li.level1 a:hover
{
	text-decoration: underline;
}

.csc-uploads li.csc-uploads-element-pdf
{
	background-image: url(/fileadmin/templates/images/pdf-icon.png);
}

.csc-uploads .csc-uploads-element a,
.csc-uploads .csc-uploads-element a:visited,
ul.csc-uploads span.csc-uploads-fileName
{
	color: #b13a29;
	text-decoration: none;
}

.fsndElMgrGroup .groupTeaserImages .groupTeaserImageItem div.groupTeaserImageOverlay
{
	background: rgb( 177, 58, 41 );
	background: rgba( 177, 58, 41, 0.75 );
	color: #FFF;
}

.fsndElMgrGroup .groupTextItems div.groupTextItem
{
	border-top: 2px #b13a29 solid;
	background: #dfe0e1;
}

#tx-indexedsearch fieldset,
.tx-indexedsearch-searchbox fieldset
{
	border: none;
}

table input.tx-indexedsearch-searchbox-button,
.tx-indexedsearch-searchbox legend,
#isBrowseBoxTop
{
   display: none;
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox
{
   margin-top: 25px;
   margin-left: 0px;
   padding-left: 0px;
}

.tx-indexedsearch-browsebox .tx-indexedsearch-browsebox li
{
   display: inline-block;
   margin-right: 15px;
   list-style: none;
}

div.tx-indexedsearch-browsebox
{
	min-height: 28px;
}

div.tx-indexedsearch-searchbox div.tx-indexedsearch-form,
div.tx-indexedsearch-searchbox div.tx-indexedsearch-search-submit
{
	display: block;
	position: relative;
	float: left;
	width: auto;
	max-width: 50%;
}

div.tx-indexedsearch-searchbox p
{
	clear: both;
	float: none;
}

div.tx-indexedsearch-whatis
{
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 700;
}

ul.browsebox
{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 5px;
	height: 24px;
}

ul.browsebox li
{
	float: left;
	position: relative;
	display: block;
	margin-left: 10px;
	margin-right: 5px;
}

div.tx-indexedsearch-res
{
	clear: both;
	float: none;
	margin-top: 20px;
}

dl.tx-indexedsearch-info
{
	display: none;
}

div.csc-sitemap
{
	margin-left: 2em;
}

.csc-sitemap h3
{
	padding-bottom: 2px;
	font-size: 1em;
	color: #3E3E3E;
	display: block;
	width: 80%;
	border-bottom: #3E3E3E 1px dotted;
}

.csc-sitemap ul.sitemap-level2
{
	list-style: none;
}

.csc-sitemap ul
{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 2px;
	margin-left: 10px;
	padding-left: 5px;
}

.csc-sitemap ul.sitemap-level2 li.level2
{
	font-size: 1em;
	padding-top: 4px;
	margin-left: 0px;
}

.csc-sitemap a,
.csc-sitemap a:visited
{
	color: #3E3E3E;
}

.csc-sitemap ul.sitemap-level3
{
	font-size: 0.9em;
	margin-left: 12px;
}

.csc-sitemap a:hover
{
	color: #000;
}

.csc-textpic-imagewrap[data-csc-cols='2'] div.csc-textpic-imagecolumn
{
	max-width: 48%;
}

.csc-textpic-imagewrap[data-csc-cols='3'] div.csc-textpic-imagecolumn
{
	max-width: 30%;
}

.csc-textpic-imagewrap[data-csc-cols='4'] div.csc-textpic-imagecolumn
{
	max-width: 22%;
}

.csc-textpic-imagewrap .csc-textpic-imagecolumn figure
{
	display: inline-block !important;
	max-width: 100%;
}

.csc-textpic-imagewrap .csc-textpic-imagecolumn figure img
{
	max-width: 100%;
	height: auto;
}

.googleMap iframe
{
	max-width: 98%;
}

div.googleMapCentred
{
	margin-left: auto;
	margin-right: auto;
}

.pagesMenu div.menuItem
{
	display: inline-block;
	width: 20%;
	margin-bottom: 20px;
	vertical-align:  top;
}

.pagesMenu .menuItem div.menuItemInner
{
	margin-left: 5px;
	margin-right: 5px;
}

.pagesMenu .menuItem div.pagesItemTitle
{
	width: 100%;
	height: 40px;
	left: 0px;
	bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FFFFFF;
}

.pagesMenu .menuItem .pagesItemTitle h3
{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}

.pagesMenu .menuItem a .pagesItemTitle h3
{
	color: #005098;
}

.pagesMenu .menuItem a:hover .pagesItemTitle h3
{
	color: #b13a29;
	
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.pagesMenu .menuItem img.pagesImage
{
	width: 100%;
	height: auto;
	
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.pagesMenu .menuItem a:hover img.pagesImage
{
	opacity: 0.8;
}

a.buttonLink
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFF;
	background: #005199;
	border: 2px #88A outset;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.buttonLink:hover
{
	text-decoration: none;
	border-color: #3E3E3E;
	
	-webkit-box-shadow: 5px 5px 3px 0px rgba(170,170,170,1);
	-moz-box-shadow: 5px 5px 3px 0px rgba(170,170,170,1);
	box-shadow: 5px 5px 3px 0px rgba(170,170,170,1);
	
	-webkit-transition-delay: 0.1s; /* Safari */
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
	
	-webkit-transition-duration: 0.5s; /* Safari */
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

p.phone,
p.fax,
p.email
{
	margin-left: 10px;
	padding-left: 22px;
	background-repeat: no-repeat; 
	background-position: 0% 2px;
}

p.phone
{
	background-image: url(/fileadmin/templates/images/tel.png);
}

.tx-fsnd-flyin p.phone
{
	font-size: 140%;
	background-position: 0% 6px
}

p.fax
{
	background-image: url(/fileadmin/templates/images/fax.png);
}

p.email
{
	background-image: url(/fileadmin/templates/images/email.png);
}

p.important,
div.important
{
	font-weight: 600;
	font-size: 18px;
	text-align: center;
}

.tx-powermail .layout3 legend.powermail_legend
{
	display: none;
}


.tx-powermail div.powermail_fieldwrap
{
	margin-bottom: 10px;
}

.tx-powermail form.layout2
{
   display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}

.tx-powermail form.layout2 fieldset.layout2
{
   display: inline-block;
   width: 49%;
   max-width: 99%;
   padding-left: 1%;
   vertical-align: top;
}

.tx-powermail form.layout2 fieldset.layout1
{
   width: 44%;
   max-width: 100%;
   height: 275px;
   float: right;
}

.tx-powermail fieldset
{
	border: none;
}

.tx-powermail form.layout2 fieldset.layout2 input.powermail_input,
.tx-powermail form.layout2 fieldset.layout2 textarea.powermail_textarea
{
   width: 96.5%;
   padding-top: 8px;
   padding-bottom: 8px;
   padding-left: 8px;
   padding-right: 4px;
   margin-left: 0.5%;
   font-size: 16px;
}

.tx-powermail form.layout2 fieldset.layout2 input.powermail_input
{
   
}

.tx-powermail form.layout2 fieldset.layout2 textarea.powermail_textarea
{
   height: 110px;
}

.tx-powermail form.layout2 fieldset.layout1 .powermail_fieldwrap_type_content
{
   font-size: 14px;
   color: #1F1F1F;
}

.tx-powermail form.layout2 fieldset.layout1 div.powermail_fieldwrap_type_submit
{
   position: absolute;
   bottom: 0px;
   left: 0px;
   margin-bottom: 2px;
}

.tx-powermail form.layout2 fieldset.layout1 input.powermail_submit
{
   padding-top: 12px;
   padding-bottom: 12px;
   padding-left: 50px;
   padding-right: 50px;
   background: #AB2328;
   color: #FFF;
   font-size: 16px;
   text-transform: uppercase;
   border: none;
}

.tx-powermail form.layout1 fieldset
{
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background: #F0F0F0;
	background: rgba( 240, 240, 240, 0.9 );
}

.tx-powermail .layout1 .powermail_fieldset .powermail_legend,
.tx-powermail .layout2 .powermail_fieldset .powermail_legend
{
	display: none;
}

.tx-powermail .powermail_form_3 .powermail_fieldset .powermail_legend
{
	margin-bottom: 15px;
	font-size: inherit;
}

.tx-powermail .powermail_fieldset .parsley-errors-list
{
	width: 100% !important;	
}

.tx-powermail form.layout3
{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 20px;
    background: #C2C2CE;
}

.tx-powermail .layout3 label
{
	text-transform: uppercase;
	color: #005098;
	font-weight: 400;
}

.tx-powermail form.layout1 h3,
.tx-powermail form.layout2 h3,
.tx-powermail form.layout3 h3,
.tx-powermail form.powermail_form_3 h3,
.tx-powermail .layout3 .nolabel label
{
	display: none;
}

.tx-powermail form header h3.headerItem
{
   display: block;
   margin-top: 0px;
   font-size: 16px;
}

.tx-powermail form .layout3 .radio label
{
	display: inline-block;
}

.tx-powermail form .layout3 .powermail_fieldwrap_type_check label
{
	display: block;
}

.tx-powermail .layout3 div.powermail_fieldwrap_type_check
{
	width: 88%;
	margin-top: 5px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}

.tx-powermail form .layout3 .powermail_fieldwrap_type_check div.powermail_field
{
	margin-top: 5px;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	
    -webkit-column-gap: 25px; /* Chrome, Safari, Opera */
    -moz-column-gap: 25px; /* Firefox */
    column-gap: 25px;
}

.tx-powermail form .layout3 .powermail_fieldwrap_type_check.layout3 div.powermail_field
{
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	
    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
}

.tx-powermail form.layout1 input.powermail_input,
.tx-powermail form.layout1 textarea.powermail_textarea
{
	width: 99%;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1%;
	padding-right: 1%;
}

.tx-powermail form.layout1 label.powermail_label
{
	display: inline-block;
	width: 20%;
}

.tx-powermail form.layout1 div.powermail_field
{
	display: inline-block;
	float: right;
	width: 78%;
	margin-bottom: 5px;
}

.tx-powermail form.layout1 .powermail_fieldwrap_type_textarea div.powermail_field
{
	display: block;
	width: 100%;
	float: none;
	margin-top: 3px;
	margin-bottom: 10px;
}

.tx-powermail div.powermail_fieldwrap_type_submit
{
	margin-top: 25px;
}

.tx-powermail form.layout1 .powermail_fieldwrap_type_submit div.powermail_field
{
	display: block;
	width: 95%;
	float: none;
	text-align: right;
}

.tx-powermail form.layout1 div.powermail_fieldwrap
{
	display: block;
	clear: both;
}

.tx-powermail form.layout1 input.powermail_input
{
}

.tx-powermail form.layout1 textarea.powermail_textarea
{
}

.tx-powermail .layout3 div.radio
{
	display: inline-block;
}
.tx-powermail .layout3 div.powermail_fieldwrap_type_input,
.tx-powermail .layout3 div.powermail_fieldwrap_type_country
{
	display: inline-block;
}

.tx-powermail .layout3 div.powermail_fieldwrap_type_input.layout1,
.tx-powermail .layout3 div.powermail_fieldwrap_type_input.nolabel,
.tx-powermail .layout3 div.powermail_fieldwrap_type_country
{
	width: 45%;
	margin-right: 2%;
}

.tx-powermail .layout3 div.powermail_fieldwrap_type_input.layout3
{
	width: 13%;
	margin-right: 1%;
}

.tx-powermail .layout3 div.powermail_fieldwrap_type_input.layout2
{
	width: 29%;
	margin-right: 3.54%;
}

.tx-powermail .layout3 div.powermail_fieldwrap_type_textarea
{
	width: 97.7%;
}

.tx-powermail .layout3 .powermail_fieldwrap div.powermail_field
{
	width: 90%;
}

.tx-powermail .layout3 .powermail_fieldwrap .powermail_field input.powermail_input,
.tx-powermail .layout3 .powermail_fieldwrap .powermail_field select.powermail_country
{
	height: 25px;
}

.tx-powermail .layout3 .powermail_fieldwrap .powermail_field input.powermail_input,
.tx-powermail .layout3 .powermail_fieldwrap .powermail_field select.powermail_country,
.tx-powermail .layout3 .powermail_fieldwrap .powermail_field textarea.powermail_textarea
{
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.tx-powermail span.select
{
    display: block;
    position: absolute;
    width: 100%;
    height: 25px;
    top: 0;
    left: 0;
    padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
    line-height: 25px;
    overflow: hidden;
    cursor: pointer;
}

.tx-powermail select,
.tx-powermail select option
{
	font-size: inherit;
	color: inherit;
}

.tx-powermail span.select:after
{
    position: absolute;
    right: 10px;
    top: 40%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #333;
    content: " ";
}

.tx-powermail .layout3 .powermail_fieldwrap .powermail_field input.powermail_input,
.tx-powermail .layout3 .powermail_fieldwrap .powermail_field select.powermail_country,
.tx-powermail .layout3 .powermail_fieldwrap .powermail_field textarea.powermail_textarea,
.tx-powermail span.select
{
	font-size: inherit;
	color: inherit;
	background-color: #fbfbfb;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
}

.tx-powermail span.select.selectHidden
{
	display: none;
}

.tx-rssdisplay .tx-rssdisplay-item-title
{
	margin-bottom: 10px;
}
.tx-rssdisplay p.date
{
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 20px;
	font-size: 80%;
}
.tx-rssdisplay ul.tx-rssdisplay-list
{
	list-style: none;
}

.tx-rssdisplay .tx-rssdisplay-list li
{
	display: inline-block;
	width: 45%;
	height: 180px;
	padding-right: 3%;
	padding-bottom: 15px;
	margin-bottom: 20px;
	clear: both;
	vertical-align: top;
	break-inside: avoid;
}

.tx-rssdisplay .tx-rssdisplay-list li h3
{
	height: 45px;
}

.tx-rssdisplay h2
{
	display: none;
}

.tx-rssdisplay .news-img-wrap
{
	max-width: 18%;
	display: inline-block;
	text-align: right;
	clear: right;
	margin-bottom: 10px;
	margin-right: 3%;
}
	
	.tx-rssdisplay .news-img-wrap img
	{
		max-width: 100%;
		height: auto;
	}
	
.tx-rssdisplay-item-description img
{
	display: block;
	max-width: 22%;
	height: auto;
	float: left;
	margin-right: 3%;
}

p.tx-rssdisplay-item-description
{
	clear: both;
}

.tx-rssdisplay .news-list-view .teaser-text
{
	display: inline-block;
	max-width: 74%;
	vertical-align: top;
}

.parallaxBody div.tx-powermail
{
	width: 460px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}

.parallaxBody .tx-powermail .powermail_fieldset .powermail_legend
{
	display: inline-block;
	float: none;
	clear: both;
	padding-top: 45px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 18px;
}

.tx-powermail form .layout3 input.powermail_submit
{
    padding: 8px 20px;
    font-size: inherit;
    color: #fff;
    background-color: #b13a29;
    border: 0;
    cursor: pointer;
	
    -webkit-appearance: button;
    -webkit-border-radius: 0;
   border-radius: 0;
}

.tx-powermail .layout3 div.powermail_fieldwrap_type_submit
{
	text-align: right;
}

.style5 .tx-powermail form .layout3 input.powermail_submit
{
	margin-right: 40px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #005098;
	text-transform: uppercase;
	background: #FFF;
	border: 1px #005098 solid;
	cursor: pointer;
}

.style5 .tx-powermail form .layout3 input.powermail_submit:hover
{
	border-style: outset;
}

#footerComponents #footerPhone div.footerComponentInner
{
   top: 00px;
}

.footerComponentInner .callbackWrapper div.callbackButton 
{
    margin-top: -10px;
}

.csc-space-before-extra-small
{
   margin-top: 10px;
}

.csc-space-before-small
{
   margin-top: 20px;
}

.csc-space-before-medium
{
   margin-top: 30px;
}

.csc-space-before-large
{
   margin-top: 40px;
}

.csc-space-before-extra-large
{
   margin-top: 55px;
}

.csc-space-after-extra-small
{
   margin-bottom: 10px;
}

.csc-space-after-small
{
   margin-bottom: 20px;
}

.csc-space-after-medium
{
   margin-bottom: 30px;
}


.csc-space-after-large
{
   margin-bottom: 40px;
}

.csc-space-after-extra-large
{
   margin-bottom: 55px;
}

a.buttonLink
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFF;
	background: #005199;
	border: 2px #88A outset;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.align-right
{
	text-align: right;
}

.align-center,
.text-center
{
	text-align: center;
}

.clear
{
	float: none !important;
	clear: both !important;
	height: 0px;
	width: 0px;
}

div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap
{
	max-width: 65%;
}

div.csc-textpic .csc-textpic-imagewrap img
{
	max-width: 100%;
	height: auto;
}

.rssFeedNewsShortTeaser div.news-list-view
{
   
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	
    -webkit-column-gap: 25px; /* Chrome, Safari, Opera */
    -moz-column-gap: 25px; /* Firefox */
    column-gap: 25px;
}

.rssFeedNewsShortTeaser .news-list-view div.article
{
   break-inside: avoid;
}

.rssFeedNewsShortTeaser .news-list-view .article h3::before
{
   content: ' ';
   width: 130px;
   float: right;
   height: 14px;
}

.rssFeedNewsShortTeaser .news-list-view .article p.date
{
   
}

#downloadFormWrapper
{
   max-width: 400px; 
   margin-left: auto; 
   margin-right: auto; 
   padding-top: 25px;
}

#downloadFormWrapper .fileDownloadTitle
{
   text-align: center;
   font-size: 14px;
   color: #AB2328;
}

form.fileDownloadForm
{
   margin-top: 15px;
   font-size: 12px;
}

.fileDownloadForm div.fileDownloadSubmitWrapper
{
   margin-top: 15px;
   text-align: center;
}

.fileDownloadForm input.fileDownloadSubmit
{
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 30px;
   padding-right: 30px;
   background: #AB2328;
   color: #FFF;
   text-transform: uppercase;
   border: none;
   cursor: pointer;
}

.fileDownloadForm div.fileDownloadInputWrapper
{
   margin-top: 5px;
   margin-bottom: 5px;
   text-align: center;
}

.fileDownloadForm label.fileDownloadLabel
{
   display: inline-block;
   width: 65px;
   text-align: left;
}

.fileDownloadForm input.fileDownloadTextItem
{
   width: 200px;
   padding-left: 2px;
   padding-right: 2px;
   padding-top: 2px;
   padding-bottom: 2px;
   margin-bottom: 5px;
   text-align: left;
}

@media only screen and (max-width: 2000px)
{
   div#contentWrapper
   {
      max-width: 100%;
      overflow: hidden;
   }
   .imageTextGroup div.imageTextTextItem
   {
      max-height: 600px;
      overflow-x: hidden;
      overflow-y: auto;
   }
}

@media only screen and (max-width: 1600px)
{
   .imageTextGroup div.imageTextTextItem
   {
      max-height: 520px;
   }
   .imageTextTextItem div.imageTextTextContent
   {
      margin-bottom: 15px;
   }
}

@media only screen and (max-width: 1380px)
{
   .imageTextGroup div.imageTextTextItem
   {
      max-height: 470px;
   }
}

@media only screen and (max-width: 1300px)
{
   .imageTextGroup div.imageTextTextItem
   {
      max-height: 460px;
   }
}

@media only screen and (max-width: 1200px)
{
   body#page
   {
      padding-top: 80px;
   }
   div#header
   {
      height: 85px;
   }
   #mainMenuWrapper ul.level1 li.level1 ul.level2
   {
      top: 35px;
      padding-top: 20px;
   }
   .imageTextGroup div.imageTextTextItem
   {
      max-height: 420px;
   }
   div#mainMenuWrapper
   {
      top: 20px;
      background: transparent;
   }
   #mainMenuWrapper ul.level1 li.level1
   {
      font-size: 13px;
   }
}


@media only screen and (max-width: 1120px) 
{
   body#page
   {
      padding-top: 70px;
   }
   div#header
   {
      height: 75px;
   }
	div#logo
	{
      top: 10px
	}
   div#mainMenuWrapper
   {
      top: 10px;
   }
	#mainMenuWrapper ul.level1 li.level1
	{
      font-size: 12px;
	}
	.parallax-container div.fsndRespImageTitleWrapper
	{
		max-width: 100%;
	}
   .multiColumn .tx-powermail .layout3 div.powermail_fieldwrap_type_input.layout1, 
   .multiColumn .tx-powermail .layout3 div.powermail_fieldwrap_type_input.nolabel, 
   .multiColumn .tx-powermail .layout3 div.powermail_fieldwrap_type_country 
   {
      width: 98%;
      margin-right: auto;
      margin-left: auto;
   }
   .imageTextGroup div.imageTextTextItem
   {
      max-height: 400px;
   }
   .imageTextTextItem div.imageTextTextContent
   {
      max-width: 420px;
   }
}

@media only screen and (max-width: 1060px) 
{
   body#page
   {
      padding-top: 65px;
   }
	div#logo
	{
	}
	#mainMenuWrapper ul.level1 li.level1
	{
		font-size: 11px;
	}
	#mainMenuWrapper a, 
	#mainMenuWrapper a:visited
	{
	}

	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap
	{
		max-width: 55%;
	}
	.csc-textpic-intext-left-nowrap-760 .csc-textpic-text
	{
		margin-left: 58%;
	}
	.fsndElMgrImageList .listElement div.imageLinkInner
	{
		min-height: 100px;
		margin-right: 15px;
	}
   .imageTextGroup div.imageTextTextItem
   {
      max-height: 380px;
   }
   .imageTextTextItem div.imageTextTextContent
   {
      max-width: 400px;
   }
}


@media only screen and (max-width: 990px) 
{
	#mainMenuWrapper ul.level1 li.level1
	{
      margin-left: 0px;
	}
	#mainMenuWrapper a, 
	#mainMenuWrapper a:visited
	{
	}
   
   .imageTextGroup div.imageTextTextItem
   {
      max-height: 340px;
   }
   .imageTextTextItem div.imageTextTextContent
   {
      margin-top: 10px;
      margin-left: 25px;
      font-size: 12px;
   }
   #mainContent .imageTextTextItem div.imageTextTextContent p
   {
      line-height: 20px;
   }
}

@media only screen and (max-width: 960px)
{
	#mainMenuWrapper ul.level1 li.level1
	{
      margin-right: 2px;
	}
	.fsndElMgrImageList .listElement div.imageLinkInner
	{
		min-height: 100px;
		margin-right: 10px;
	}
}


@media only screen and (max-width: 900px) 
{
	body#page
	{
		font-size: 14px;
	}
	#mainMenuWrapper ul.level1 li.level1
	{
	}
	#mainMenuWrapper a, 
	#mainMenuWrapper a:visited
	{
	}
   div#logo
   {
      width: 200px;
      max-width: 50%;
   }
}

@media only screen and (max-width: 860px)
{
   #mainMenuWrapper
   {
      display: none;
   }
   #mainMenuMobile
   {
      display: block;
      max-width: 440px;
   }
   #teaser .teaserImageSlogan h1.teaserImageSloganHeader, 
   #teaser .videoInfoTextWrapper div.videoInfoTitle
   {
      font-size: 40px;
      margin-bottom: 15px;
   }
   #teaser .teaserImageSlogan div.teaserImageSloganInner, 
   #teaser div.videoInfoText
   {
      font-size: 22px;
   }
   .imageTextGroup div.imageTextTextItem
   {
      max-height: 300px;
   }
   div#logo
   {
      width: 190px;
   }
}

@media only screen and (max-width: 800px)
{
   body#page
   {
      padding-top: 60px;
   }
	#mainMenuWrapper ul.level1 li.level1
	{
	}
   #footerComponents div.footerComponentInner
   {
      font-size: 20px;
   }
   .parallaxItemGroup div.textElementsBelowImage
   {
      background: #FFF;
   }
   div.imageTextHalfGroup
   {
      width: auto;
      float: none;
   }
   .imageTextGroup div.imageTextTextItem
   {
      max-height: 100%;
   }
   .imageTextTextItem div.imageTextTextContent
   {
      max-width: 100%;
      margin-right: 15px;
      margin-bottom: 20px;
      margin-top: 20px;
   }
}

@media only screen and (max-width: 800px) and (orientation: protrait)
{
}

@media only screen and (max-width: 800px) and (orientation: landscape)
{
	#mainMenuWrapper a, 
	#mainMenuWrapper a:visited
	{
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media only screen and (max-width: 770px)
{
   body#page
   {
      font-size: 12px;
   }
   .imageTextTextContent div.imageTextTextBody
   {
		font-size: 12px;
   }
	#mainMenuWrapper a, 
	#mainMenuWrapper a:visited
	{
		padding-left: 4px;
		padding-right: 4px;
	}
	#mainContent h1
	{
		font-size: 24px;
	}
	div#footerWrapper
	{
		position: absolute;
		height: auto;
		min-height: 45px;
		padding-bottom: 20px;
	}
	div#bottomMenu
	{
		display: block;
	}
	div#copyright
	{
		float: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.csc-textpic-intext-left-nowrap-760 .csc-textpic-text
	{
		margin-left: 0px;
	}
	div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap
	{
      display: block;
		max-width: 60%;
		margin-right: 15px !important;
		float: left;
	}
   div.csc-textpic-intext-left-nowrap .csc-textpic-text
   {
      margin-left: 0px !important;
   }
   div.csc-textpic-intext-left-nowrap .csc-textpic-text ul,
   div.csc-textpic-intext-left-nowrap .csc-textpic-text ol
   {
      display: table;
      break-inside: avoid;
   }
   div.csc-textpic .csc-textpic-imagewrap figure, 
   div.csc-textpic figure.csc-textpic-imagewrap
   {
      float: none;
   }
	.elMagrListCount3.fsndElMgrImageList li.listElement
	{
		display: block;
		float: none;
		width: 100%;
		min-height: 120px;
		margin-left: auto;
		margin-right: auto;
	}
	.fsndElMgrImageList .listElement div.imageLinkInner
	{
		min-height: 110px;
		margin-top: 15px;
		/*background-size: auto 100% !important;*/
	}
	.pagesMenu div.menuItem
	{
		width: 25%;
	}
	#footerComponents div.footerComponentsElement
	{
		width: 49%;
	}
	#footerComponents #footerPhone div.footerComponentInner
	{
		background: none;
	}
	#centreArea div.csc-frame-ruler-after, 
	#centreArea .contentItemuploads div.csc-frame-rulerAfter ul.csc-uploads,
   #centreArea div.csc-frame-indent
	{
		margin-bottom: 15px;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	#footerComponents div.footerComponentInner
	{
		font-size: 24px;
	}
   
   .rssFeedNewsShortTeaser div.news-list-view
   {

       -webkit-column-count: 1; /* Chrome, Safari, Opera */
       -moz-column-count: 1; /* Firefox */
       column-count: 1;

       -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
       -moz-column-gap: 0px; /* Firefox */
       column-gap: 0px;
   }

}

@media only screen and (max-width: 770px) and (orientation: portrait)
{
}

@media only screen and (max-width: 770px) and (orientation: landscape)
{
}

@media only screen and (max-width: 760px)
{
	#mainMenuWrapper
	{
		display:  none;
	}
	div#logo
	{
		right: auto;
		left: 0px;
	}
	#mainMenuMobile div.menu-button
	{
		margin-top: 4px;
	}
	.pagesMenu div.menuItem
	{
		width: 33%;
	}
	#footerComponents div.footerComponentsElement
	{
		width: 100%;
	}
	#footerComponents .footerComponentsElement div.footerComponentInner
	{
		background: none;
	}
	#stoererRechts .stoererClosed div.stoererHeader
	{
		width: 40px;
	}
	#stoererRechts .stoererItem img
	{
		width: 20px;
	}
	div.csc-textpic .csc-textpic-imagewrap figure, 
	div.csc-textpic figure.csc-textpic-imagewrap
	{
		display: block;
	}
   #footerComponents div.footerComponentInner
   {
      height: auto;
   }
   div.callbackWrapper
   {
      display: block;
      text-align: center;
   }
   .footerComponentInner .callbackWrapper div.callbackButton
   {
      margin-top: 20px;
   }
}

@media only screen and (max-width: 740px) and (orientation: landscape)
{
	.fsndElMgrImageList .listElement div.imageLinkInner
	{
		top: 0px;
		margin-top: 0px;
	}
	#mainContent .fsndRespImageItemTitle h1, 
	#mainContent .fsndRespImageItemTitle h2
	{
		font-size: 20px;
		white-space: normal;
	}
	.parallax-container .fsndRespImageTitleWrapper.titleHasBG div.fsndRespImageItemTitle
	{
		padding-top: 18px;
		padding-bottom: 18px;
	}
}
@media only screen and (max-width: 740px) and (orientation: portrait)
{
	#mainMenuMobile.active
	{
	}
   #teaser .teaserImageSlogan h1.teaserImageSloganHeader, 
   #teaser .videoInfoTextWrapper div.videoInfoTitle
   {
      font-size: 36px;
   }
   #teaser .teaserImageSlogan div.teaserImageSloganInner, 
   #teaser div.videoInfoText
   {
      font-size: 20px;
   }
}

@media only screen and (max-width: 700px) and (orientation: landscape)
{
	#mainMenuMobile
	{
		top: -15px;
	}
	#mainMenuMobile.active
	{
		top: -35px;
	}
	div#logo
	{
		height: 30px;
	}
	div#header
	{
		height: 45px;
	}
	div#contentWrapper
	{
		top: 75px;
	}
	.parallax-container .fsndRespImageTitleWrapper.titleHasBG div.fsndRespImageItemTitle
	{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#mainContent .fsndRespImageItemTitle h1, 
	#mainContent .fsndRespImageItemTitle h2
	{
		font-size: 18px;
	}
}

@media only screen and (max-width: 640px)
{
	body#page
	{
		font-size: 11px;
	}
   .imageTextTextContent div.imageTextTextBody
   {
		font-size: 11px;
   }
	div#websiteSlogan
	{
		font-size: 20px;
	}
	#mainContent h1
	{
		font-size: 22px;
	}
	div#websiteSlogan
	{
		max-width: 60%;
		left: 56%;
		white-space: normal;
	}
	#teaser .teaserImageSlogan div.teaserImageSloganInner
	{
		max-width: 90%;
	}
   #teaser .teaserImageSlogan h1.teaserImageSloganHeader, 
   #teaser .videoInfoTextWrapper div.videoInfoTitle
   {
      font-size: 30px;
   }
   #teaser .teaserImageSlogan div.teaserImageSloganInner, 
   #teaser div.videoInfoText
   {
      font-size: 18px;
   }
	#centreArea article.contentItem div.articleInner
	{
		padding-top: 20px;
		margin-left: 15px;
		margin-right: 15px;
	}
   #centreArea article.contentItem.contentItemLayout2 div.articleInner
   {
      padding-top: 0px;
   }
	#mainContent .fsndRespImageItemTitle h1, 
	#mainContent .fsndRespImageItemTitle h2
	{
		white-space: normal;
		font-size: 16px;
	}
	#footerComponents div.footerComponentInner
	{
		font-size: 16px;
	}
	#centreArea .csc-frame-rulerBefore p, 
	#centreArea .csc-frame-rulerBefore ul, 
	#centreArea .csc-frame-rulerBefore ol
	{
		font-size: 16px;
	}
	#centreArea article.contentItem div.articleInner
	{
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
	div.csc-textpic .csc-textpic-imagewrap img
	{
		width: 100%;
	}
	#centreArea .csc-frame-rulerBefore ul, 
	#centreArea .csc-frame-rulerBefore ol
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.csc-firstHeader
	{
		padding-top: 15px;
	}
	.fsndElMgrImageList .listElement div.imageLinkInner
	{
		margin-right: 15px;
		/*background-size: auto 80% !important;*/
	}
   article.contentItemlist div.articleInnerWrapper
   {
      /*max-width: 100%;*/
   }
   article.contentItemlist .articleInnerWrapper div.articleInner
   {
      padding-left: 0px !important;
      padding-right: 0px !important;
   }
   article.contentItemlist .articleInnerWrapper .articleInner div.detailHeader
   {
      padding-left: 15px;
      padding-right: 15px;
   }
   iframe
   {
      max-width: 98%;
      margin-left: 1%;
   }
   body#page.tempHomepage
   {
      padding-top: 80px;
   }
}

@media only screen and (max-width: 640px) and (orientation: protrait)
{
	div#header
	{
		height: 100px;
	}
	div#logo
	{
		height: 70px;
	}
	div#contentWrapper
	{
		top: 100px;
	}
}

@media only screen and (max-width: 640px) and (orientation: landscape)
{
	div#header
	{
		height: 35px;
	}
}

@media only screen and (max-width: 480px)
{
	#teaser .teaserImageSlogan h1.teaserImageSloganHeader, 
   #teaser .videoInfoTextWrapper div.videoInfoTitle
   {
      font-size: 24px;
   }
   #teaser .teaserImageSlogan div.teaserImageSloganInner, 
   #teaser div.videoInfoText
   {
      font-size: 14px;
   }
	div#header
	{
		height: 70px;
	}
	div#contentWrapper
	{
	}
	div#logo
	{
	}
	#mainContent h1
	{
		font-size: 18px;
	}
	#mainContent h2
	{
		font-size: 16px;
	}
   .imageTextTextContent .subHeader2
   {
      font-size: 14px;
   }
	div#stoererRechts
	{
		max-width: 99%;
	}
	#stoererRechts .stoererItem div.stoererHeader
	{
		min-width: 320px;
		max-width: 100%;
	}
	
	#stoererRechts .stoererClosed div.stoererHeader
	{
		min-width: 0px;
		width: 35px;
	}
	#stoererRechts .stoererItem img
	{
		width: 18px;
	}
	#stoererRechts .stoererItem .stoererHeader .csc-header h2, 
	#stoererRechts .stoererItem .stoererHeader .csc-header h3, 
	#stoererRechts .stoererItem .stoererHeader .csc-header a.intStoererLink, 
	#stoererRechts .stoererItem .stoererHeader .csc-header a.intStoererLink:visited
	{
		font-size: 14px;
	}
	.parallax-container .fsndRespImageTitleWrapper.titleHasBG div.fsndRespImageItemTitle
	{
		margin-left: auto;
		margin-right: auto;
	}
	#teaser .teaserImageSlogan div.teaserImageSloganInner
	{
		max-width: 98%;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	body#page
	{
		font-size: 13px;
	}
	#centreArea .csc-frame-rulerBefore p, 
	#centreArea .csc-frame-rulerBefore ul, 
	#centreArea .csc-frame-rulerBefore ol
	{
		font-size: 13px;
	}
	#centreArea .csc-frame-rulerBefore ul, 
	#centreArea .csc-frame-rulerBefore ol
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	.csc-firstHeader
	{
		padding-top: 25px;
	}
	.fsndElMgrImageList .listElement div.imageLinkInner
	{
		background-size: auto 65% !important;
	}
   .tx-powermail form.layout2 fieldset.layout2,
   .tx-powermail form.layout2 fieldset.layout1
   {
      display: block;
      width: 98%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0px;
      float: none;
   }
}

@media only screen and (max-width: 480px) and (orientation: protrait)
{
}

@media only screen and (max-width: 480px) and (orientation: landscape)
{
}
@media only screen and (max-width: 420px)
{
	#teaser .teaserImageSlogan h1.teaserImageSloganHeader, 
   #teaser .videoInfoTextWrapper div.videoInfoTitle
   {
      font-size: 22px;
   }
   #teaser .teaserImageSlogan div.teaserImageSloganInner, 
   #teaser div.videoInfoText
   {
      font-size: 12px;
   }
}
@media only screen and (max-width: 400px)
{
	div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap
	{
		max-width: 100%;
		margin-right: 0px !important;
		float: none;
	}
	div#header
	{
		height: 60px;
	}
}
@media only screen and (max-width: 380px)
{
	div#header
	{
		height: 55px;
	}
	div#logo
	{
	}
	.pagesMenu div.menuItem
	{
		width: 50%;
	}
	#stoererRechts .stoererClosed div.stoererHeader
	{
		width: 30px;
	}
	#stoererRechts .stoererItem img
	{
		width: 14px;
	}
	.fsndElMgrImageList .listElement div.imageLinkInner
	{
		min-height: 100px;
		margin-right: 10px;
		background-size: auto 75% !important;
	}
	.fsndElMgrImageList .listElement div.imageLinkInner
	{
		background-size: auto 50% !important;
	}
}

@media only screen and (max-width: 380px) and (orientation: protrait)
{
}

@media only screen and (max-width: 380px) and (orientation: landscape)
{
}

@media only screen and (max-width: 380px)
{
	.fsndElMgrImageList .listElement div.imageLinkInner
	{
		background-size: auto 65% !important;
	}
	#teaser .teaserImageSlogan h1.teaserImageSloganHeader, 
   #teaser .videoInfoTextWrapper div.videoInfoTitle
   {
      font-size: 20px;
   }
   #teaser .teaserImageSlogan div.teaserImageSloganInner, 
   #teaser div.videoInfoText
   {
      font-size: 11px;
   }
}

@media only screen and (max-width: 320px)
{
   body#page
   {
      font-size: 12px;
   }
	div#header
	{
	}
	div#contentWrapper
	{
	}
	.fsndElMgrImageList .listElement div.imageLinkInner
	{
		min-height: 70px;
		margin-right: 5px;
		background-size: auto 55% !important;
	}
	.fsndElMgrImageList .listElement div.imageLinkInner
	{
		background-size: auto 50% !important;
	}
}
@media only screen and (max-width: 320px) and (orientation: protrait)
{
}

@media only screen and (max-width: 320px) and (orientation: landscape)
{
}

@media only screen and (max-width: 480px) and (max-height: 520px)
{
   /* android keyboard open */
   div#topBarWrapper,
   div#stoererRechts
   {
      display: none;
   }
   div#logo
   {
      height: 25px;
   }
   div#header
   {
      height: 40px;
   }
   .menu-button .touch-button .navicon
   {
      top: -5px;
   }
}

@media only screen and (max-height: 440px)
{
   /* small landscape */
   div#topBarWrapper
   {
      display: none;
   }
   div#logo
   {
      height: 25px;
   }
   div#header
   {
      height: 40px;
   }
   #mainMenuMobile.active
   {
      top: 0px;
   }
   .menu-button .touch-button .navicon
   {
      top: 5px;
   }
   div#stoererRechts
   {
      zoom: 0.8;
   }
}
