@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "Open Sans";
    src: url("/fileadmin/fonts/OpenSans-VariableFont_wdth,wght.ttf");
    font-weight: 400;
    font-style: normal;
}

html *
{
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
}

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

body#page
{
	color: #606062;
   background-color: #FFF;
	font-size: 15px;
	font-weight: 400;
   font-family: 'Open Sans', sans-serif;
}

body#page.parallaxPage
{
	background: transparent;
}

section,
article,
nav,
header
{
	display: block;
}

div#outerWrapper
{
	width: 100%;
	overflow: hidden;
}

div#extraMessage
{
	position: absolute;
	top: 80px;
	left: 50%;
	max-width: 98%;
	z-index: 120;
   
   -moz-transform: translate( -50%, 0 );
   -o-transform: translate( -50%, 0 );
   -ms-transform: translate( -50%, 0 );
   -webkit-transform: translate( -50%, 0 );
   transform: translate( -50%, 0 );
}

div#extraMessageInner
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #FFF;
	background-color: rgba( 255, 255, 255, 0.85 );
	color: #F02020;
	font-size: 24px;
	border: 2px #111166 outset;
	border-radius: 5px;
   
   -webkit-box-shadow: 10px 10px 25px 10px rgba(90,90,90,0.6);
   -moz-box-shadow: 10px 10px 25px 10px rgba(90,90,90,0.6);
   box-shadow: 10px 10px 25px 10px rgba(90,90,90,90.6);
}

#extraMessageInner p
{
	line-height: 140% !important;
}

table th
{
	text-align: left;
}

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

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

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

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

h1,h2,h3
{
	text-transform: uppercase;
}

h1,h2,h3
{
	font-weight: 400;
	color: #111166;
}

h1
{
	margin-bottom: 10px;
}

article.contentItem h1.csc-firstHeader
{
	margin-top: 15px;
	margin-bottom: 15px;
}

h2
{
	padding-bottom: 1px;
	padding-top: 15px;
}

.contentItemheader h2
{
	margin-bottom: 0px;
}

h1,
h2
{
	font-size: 26px;
   line-height: 32px;
	text-wrap: balance !important;
}

.csc-header h1
{
   margin-top: 15px;
}

.csc-header h1::before
{
      content: ' ';
      width: 300px;
      float: right;
      height: 45px;
}

.lexikonOverviewPage .csc-header h1::before,
.lexikonSubPage .csc-header h1::before
{
   display: none;
}

h2.csc-firstHeader,
h3.csc-firstHeader
{
   margin-top: -5px;
   padding-top: 0px;
}

h3
{
	font-size: 18px;
	margin-bottom: 1px;
	margin-top: 8px;
}

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

#mainContent > section > .contentWrapper
{
	anchor-name: --breadCrumbAnchor;
	margin-top: 2rem;
}

#mainContent > section > .contentWrapper > article
{
	background-color: white;
}


nav#breadCrumb
{
	position-anchor: --breadCrumbAnchor;
	position: absolute;
	right: anchor(right);
	top: anchor(top);
	padding-top: 0;
	margin-top: -1rem;
	z-index: 2;
}

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

#mainContent p
{
   line-height: 160%;
}

#mainContent strong,
#mainContent a,
#mainContent a:visited
{
   font-weight: 700;
}

#mainContent a.buttonLink,
#mainContent a.buttonLink:visited
{
	font-weight: 400;
}

ul,ol
{
	margin-left: 12px;
	padding-left: 5px;
   line-height: 160%;
}

ul
{
	list-style: square;
}

ul ul
{
	list-style: disc;
}

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

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

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

div#outerWrapper
{
   overflow: hidden;
}

article.contentItem div.articleInnerWrapper,
div#header,
div#footer,
div#topBar,
div#breadCrumbWrapper,
#teaser div.teaserImageSlogan,
.parallaxBody div.parallaxTextElementInner,
div#terminStoerer
{
	width: 1200px;
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
}

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

div#terminStoerer
{
   position: absolute;
   top: 480px;
   left: 50%;
   
   -moz-transform: translate( -50%, 0 );
   -o-transform: translate( -50%, 0 );
   -ms-transform: translate( -50%, 0 );
   -webkit-transform: translate( -50%, 0 );
   transform: translate( -50%, 0 );
   
   z-index: 100;
   -webkit-backface-visibility: hidden;
}

@media only screen and (max-height: 900px)
{
   div#terminStoerer
   {
      top: 320px;
   }
}

@media only screen and (max-height: 630px)
{
   div#terminStoerer
   {
      top: 220px;
   }
}

div#terminStoererInner
{
   display: inline-block;
   padding-left: 35px;
   padding-right: 35px;
   padding-top: 18px;
   padding-bottom: 20px;
   background: #111166;
   background: rgba( 17, 17, 102, 0.82 );
   color: #FFF;
   cursor: pointer;
	
        -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;
}
div#terminStoererInner:hover
{
   background: #111166; 
	
        -webkit-transition: background 2s linear;
        -moz-transition: background 2s linear;
        -ms-transition: background 2s linear;
        -o-transition: background 2s linear;
        transition: background 2s linear;
}

#terminStoererInner a,
#terminStoererInner a:visited
{
   color: #FFF;
}

div#breadCrumbWrapper
{
	display:  none;
	height: 20px;
	padding-top: 10px;
	background-color: #FFF;
}

div#headerWrapper
{
	position: fixed;
	top: 0px;
	left: 0px;
	background: #FFF;
   background: rgba( 255, 255, 255, 0.8 );
	
	z-index: 10;
	
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
}

div#headerWrapper:hover,
div#headerWrapper.scrolledUp
{
   background: #FFF;
	
        -webkit-transition: all 1s linear;
        -moz-transition: all 1s linear;
        -ms-transition: all 1s linear;
        -o-transition: all 1s linear;
        transition: all 1s linear;
}

/***************** search begin **********************/
input[type="search"] 
{
      -webkit-appearance: textfield;
}
div#search
{
	display: inline-block;
   width: 75%;
	margin-left: 8px;
   margin-top: 6px;
   vertical-align: top;
}

/*** search ***/
.stoererClosed div#search
{
   width: 0;
   overflow: clip;
}

#search fieldset
{
   border: none;
}

#search input.searchItem
{
	width: 100%;
	padding-top: 2px;
   padding-bottom: 2px;
	border-left: 0px transparent solid;
	border-top: 0px transparent solid;
   border-right: 0px transparent solid;
	border-bottom: 2px #005098 solid;
   color: #F0F0F0;
	background: transparent;
}

#search input.searchItem::-webkit-input-placeholder 
{
   color: #D0D0E0;
}
 
#search input.searchItem:-moz-placeholder 
{ /* Firefox 18- */
   color: #D0D0E0;  
}
 
#search input.searchItem::-moz-placeholder 
{  /* Firefox 19+ */
   color: #D0D0E0;  
}
 
#search input.searchItem:-ms-input-placeholder 
{  
   color: #D0D0E0;  
}

#search input.searchItem:focus
{
   outline: none;
   font-weight: 400;
}

#search input[type="submit"]
{
   display: none;
	background-color: transparent !important;
   border: none;
}

#search input#searchSubmit
{
	border: none;
	background-color: transparent !important;
	cursor: pointer;
}
/***************** search end **********************/

div#teaserWrapper
{
	/*max-width: 2000px;*/
	margin-left: auto;
	margin-right: auto;
}

.parallaxPage div#teaserWrapper
{
	display: none;
}

div#header
{
	height: 80px;
	z-index: 11;
	
	-webkit-transition: height 1s;
	-moz-transition: height 1s;
	-ms-transition: height 1s;
	transition: height 1s;
}

.scrolledUp div#header
{
   height: 50px;
}

div#logo
{
	position: absolute;
	left: -20px;
	top: 7px;
   height: 45px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-ms-transition: background-color 1s;
	transition: background-color 1s;
   
   -webkit-backface-visibility: hidden;
}

.scrolledUp div#logo
{
   background-color: #FFF;
	
	-webkit-transition: background-color 2s;
	-moz-transition: background-color 2s;
	-ms-transition: background-color 2s;
	transition: background-color 2s;
}

#logo img
{
	width: auto;
	height: 100%;
	
    -webkit-transition: all 1s;
    -o-transition: all 1s; 
    -ms-transition: all 1s; 
    -moz-transition: all 1s;  
    transition: all 1s;
}

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

/*** störer ***/
div#stoererRechts
{
	display: inline-block;
	position: fixed;
	right: 0;
	top: 40%;
	text-align: right;
	z-index: 20;
}

#stoererRechts div.stoererItem
{
	margin-bottom: 1px;
	text-align: left;
}

#stoererRechts .stoererItem div.stoererImage
{
	display: inline-block;
}

#stoererRechts li.stoererItem.stoererClosed
{
}

#stoererRechts .stoererItem div.stoererHeader
{
	min-width: 420px;
	background: #111166;
	white-space: nowrap;
	
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
#stoererRechts .stoererClosed div.stoererHeader,
#stoererRechts .stoererClosed > div
{
	width: 50px;
	min-width: 0px;
    padding-bottom: 4px;
    margin-bottom: 2px;
    overflow: clip;
}
#stoererRechts .stoererItem .stoererHeader .csc-header
{
	display: inline-block;
	width: auto;
	margin-left: 20px;
	padding-top: 18px;
	vertical-align: top;
	
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-ms-transition: width 1s;
	transition: width 1s;
	/*
	-moz-transition-delay: 2s;
    -ms-transition-delay: 2s;
	-webkit-transition-delay: 2s;
    transition-delay: 2s;
	*/
}
#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
{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-weight: 400;
	font-size: 18px;
}

#stoererRechts .stoererItem a.stoererLink
{
	display: inline-block;
	padding-left: 12px;
	padding-right: 8px;
	padding-top: 8px;
}

#stoererRechts .stoererClosed a.stoererLink
{
}

#stoererRechts .stoererItem img
{
	width: 24px;
	height: auto;
	
	-webkit-transition: width 2s;
	-moz-transition: width 2s;
	-ms-transition: width 2s;
	transition: width 2s;
}

#stoererRechts .stoererItem div.stoererText
{
	padding-left: 70px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	background: #F0F0F0;
	
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-ms-transition: width 1s;
	transition: width 1s;
}

#stoererRechts .stoererClosed div.stoererText,
#stoererRechts .stoererClosed .stoererHeader .csc-header
{
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div#teaser
{
}

#teaser div#imageInfo
{
   display: none;
}

#teaser div.teaserImg
{
	width: 100%;
	height: auto;
}

#teaser .teaserImg img.teaserImage
{
	width: 100%;
	height: auto;
}

#teaser.productTeaser div.teaserImg
{
   overflow: hidden;
}

#teaser.productTeaser .teaserImg img.teaserImage
{
}

#teaser div.teaserImageSlogan
{
	position: absolute;
	left: 50%;
	top: 20%;
   
	-ms-transform: translate(-50%, 0%);
 	-webkit-transform: translate(-50%, 0%);
  	-moz-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
   
   -webkit-backface-visibility: hidden;
}

#teaser .teaserImageSlogan a,
#teaser .teaserImageSlogan a:visited
{
	font-weight: 400;
}

#teaser .teaserImageSlogan div.teaserImageSloganInner
{
	display: inline-block;
	max-width: 40%;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
	background: #F0F0F0;
	background: rgba( 250, 250, 250, 0.9 );
}

#teaser .teaserImageSlogan h1.teaserImageSloganHeader
{
	text-transform: uppercase;
}

div#mainMenuWrapper
{
	position: absolute;
	right: 0px;
	top: 30px;
	padding-top: 10px;
	text-align: left;
	
	-webkit-transition: top 1s, font-size 1s;
	-moz-transition: top 1s, font-size 1s;
	-ms-transition: top 1s, font-size 1s;
	transition: top 1s, font-size 1s;
	
	z-index: 11;
   
   -webkit-backface-visibility: hidden;
}

#mainMenuWrapper *
{
   z-index: 11;
}

.scrolledUp div#mainMenuWrapper
{
   top: 0px;
   font-weight: 600;
   font-size: 90%;
	
	-webkit-transition: top 0.5s, font-size 0.5s;
	-moz-transition: top 0.5s, font-size 0.5s;
	-ms-transition: top 0.5s, font-size 0.5s;
	transition: top 0.5s, font-size 0.5s;
}

#mainMenuWrapper a,
#mainMenuWrapper a:visited
{
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 30px;
	font-weight: 400;
	text-decoration: none;
	
    -webkit-transition: font-weight 0.8s; /* Safari */
	 -moz-transition: font-weight 0.8s;
	 -ms-transition: font-weight 0.8s;
    transition: font-weight 0.8s;
}

.scrolledUp #mainMenuWrapper a,
.scrolledUp #mainMenuWrapper a:visited
{
   font-weight: 600;
	
    -webkit-transition: font-weight 0.2s; /* Safari */
	 -moz-transition: font-weight 0.2s;
	 -ms-transition: font-weight 0.2s;
    transition: font-weight 0.2s;
}

#mainMenuWrapper a:hover
{
	color: #111166;
}

#mainMenuWrapper .level2 a:hover
{
	background-color: #fbfbfb;
	text-decoration: none;
}

#mainMenuWrapper li.level2:hover a.menuLinkLevel1
{
	color: #111166;
	background-color: #fbfbfb;
}

#mainMenuWrapper li.level2.current-item a
{
	background-color: #fbfbfb;
}


#mainMenuWrapper ul.level1 li.level1
{
	display: inline-block;
	margin-left: 3px;
	margin-right: 4px;
	padding-right: 3px;
	text-transform: uppercase;
}

#mainMenuWrapper ul.level1 li.level1.last-item
{
	margin-right: 0px;
	padding-right: 0px;
	background: none;
}

#mainMenuWrapper ul.level1 li.level1.last-item a,
#mainMenuWrapper ul.level1 li.level1.last-item a:visited
{
   padding-right: 0px;
}

#mainMenuWrapper ul.level1 li.level1 ul.level2
{
	position: absolute;
	display: none;
	width: 0px;
	top: 24px;
	left: 0px;
	margin-left:  0px;
	padding-left: 0px;
	padding-top: 15px;
	text-align: left;
	font-size: 14px;
	list-style: none;
   text-transform: none;
   
   -webkit-backface-visibility: hidden;
}

#mainMenuWrapper ul.level1 li.level1 ul.level2 li
{
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	background: #ededee;
	
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.2s linear;
}

#mainMenuWrapper ul.level1 li.level1:hover ul.level2
{
	display: block;
	width: auto;
	min-width: 100%;
	
    -o-transition: all 1s; 
    -ms-transition: all 1s; 
    -moz-transition: all 1s; 
    -webkit-transition: all 1s; 
    transition: all 1s;
}

#mainMenu li.level1 li.level2:hover
{
	z-index: 100;
}

#mainMenuWrapper li.level1 li.level2 a,
#mainMenuWrapper li.level1 li.level2 a:hover
{
	padding-bottom: 10px;
	border-top-right-radius: 0px !important;
	box-shadow: 0px 0px 0px 0px transparent !important;
	white-space: nowrap;
	
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.2s linear;
}

#mainMenuWrapper li.level1 li.level2 a
{
	border-left: 3px #ededee solid;
}

#mainMenuWrapper li.level1.current-item li.level2 a
{
	width: 100%;
	background-color: #ededee;
	border-left: 3px #ededee solid;
}

#mainMenuWrapper li.level1.current-item li.level2 a:hover,
#mainMenuWrapper li.level1.current-item li.level2.current-item a
{
	background-color: #fbfbfb;
	
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.2s linear;
}

#mainMenuWrapper li.level1.current-item li.level2.current-item a
{
	border-left: 3px #fbfbfb solid;
}

#mainMenuWrapper li.level1 li.level2 a:hover
{
	border-left: 3px #111166 solid;
}

#mainMenuWrapper li.level2 ul.level3
{
    position: absolute;
    display: none;
    top: 0;
    left: 100%;
    width: auto;
    margin-left: 0px;
    margin-top: 0px;
    min-width: 10em;
    padding-bottom: 0;
    padding-top: 0px;
	padding-left: 0;
	
    z-index: 101;
   -webkit-backface-visibility: hidden;
}

#mainMenuWrapper li.level2:hover ul.level3
{
    display: block;
	margin-left: -8px;
	margin-top: -2px;
	border: 2px #fbfbfb outset;
	
        -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;
}


#mainMenuWrapper ul.level2 li.level3
{
	width: 100%;
	z-index: 102;
}

#mainMenuWrapper li.level2:hover ul.level3:hover
{
	border-color: #fbfbfb;
}

#mainMenuWrapper ul.level2 li.level3:hover
{
	color: #FFF;
}

#mainMenuWrapper ul.level2 li.level3
{
	display: block;
	width: 100%;
}

.noHeader div#outerWrapper
{
}

div#contentWrapper
{
	/*max-width: 2000px;*/
   top: 80px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

.noHeader div#centreAreaWrapper,
productOverviewPage div#centreAreaWrapper
{
	/*top: 80px;*/
   margin-bottom: 80px;
}

div#centreArea
{
	min-height: 200px;
}

#centreArea article.contentItemLayout3
{
	width: 22.8%;
	margin-right: 1%;
}

#centreArea article.contentItem.style1
{
	padding-top: 30px;
	padding-bottom: 0px;
	background: #eeecf0;
}

#centreArea article.contentItem div.articleInnerWrapper
{
	padding-top: 10px;
	/*background-color: #FFF;*/
}

#centreArea article.contentItem.style5 div.articleInnerWrapper,
.groupContactAdvantage
{
}

#centreArea article.contentItem div.articleInner
{
}

#centreArea article.style5
{
}

#centreArea article.style5 div.articleInnerWrapper
{
	padding-top: 0px;
}

#centreArea article.style5 div.articleInner
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 20px;
	background: #C2C2CE;
}

#centreArea div.csc-frame-ruler-after
{
   float: right;
   margin-top: -205px;
   
   -moz-transform: translate( 0%, 70px );
   -o-transform: translate( 0%, 70px );
   -ms-transform: translate( 0%, 70px );
   -webkit-transform: translate( 0%, 70px );
   transform: translate( 0%, 70px );
}

#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-indent,
#centreArea .contentItemuploads div.csc-frame-rulerAfter ul.csc-uploads
{
    -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 div.csc-frame-indent p
{
   break-inside: avoid;
}

#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;
   
   -webkit-backface-visibility: hidden;
}

div#footerWrapper
{
	min-height: 40px;
	padding-bottom: 20px;
   margin-top: 0px;
	background: #eeecf0;
	z-index: 3;
}

.fsndElMgrGroup div.groupTeaserImageTextsInner
{
   color: #111166;
}

.fsndElMagrLinkList.elMagrLinkListBelowImage li.listElement1,
.fsndElMagrLinkList.elMagrLinkListBelowImage li.listElement3
{
   float: none;
   background: #FFF;
   /*border-bottom: 4px #FFF solid;*/
}

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

ul#bottom-menu
{
   font-size: 14px;
}

#footerJameda div.csc-frame,
#footerJameda
{
   display: inline-block;
}

#footerJameda
{
   position: absolute;
   top: -50px;
   right: -40px;
   margin-top: -8px;
   
   -webkit-backface-visibility: hidden;
   -webkit-transform: scale(0.8);
   -moz-transform: scale(0.8);
   transform: scale(0.8);
}

div#focusSiegel
{
   position: absolute;
   bottom: -70px;
   left: 50%;
   
   -moz-transform: translate( 610px, 0 );
   -o-transform: translate( 610px, 0 );
   -ms-transform: translate( 610px, 0 );
   -webkit-transform: translate( 610px, 0 );
   transform: translate( 610px, 0 );
   
   -webkit-backface-visibility: hidden
}

.stdPage section.contentSection
{
   padding-bottom: 80px;
}

.parallaxPage div#focusSiegel
{
   bottom: -70px;
}

#focusSiegel img
{
   max-height: 160px;
   width: auto;
}

.indexPage #focusSiegel img
{
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 2px;
   padding-right: 2px;
   background: #F0F0F0;
   background: rgba( 250, 250, 250, 0.3 );
   
   -webkit-box-shadow: 8px 8px 25px 0px rgba(90,90,90,0.6);
   -moz-box-shadow: 8px 8px 25px 0px rgba(90,90,90,0.6);
   box-shadow: 8px 8px 25px 0px rgba(90,90,90,90.6);
}


div#bottomMenu
{
   display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 15px;
	border-top: 1px #F0F0F0 solid;
}

div#buchungsWidget
{
   margin-right: 15px;
}


#socialMenuWrapper
{
   /*display: none;
   float: right;
   margin-top: 25px;*/
}

#socialMenu div.socialMenuItem
{
   display: inline-block;
   margin-right: 8px;
   vertical-align: top;
}

div#copyright
{
   margin-bottom: 10px;
   padding-bottom: 80px;
   text-align: center;
   vertical-align: bottom;
}

.noHeader div#copyright
{
   padding-bottom: 60px;
}

#bottom-menu li.level1
{
	display: inline-block;
   padding-right: 35px;
	padding-top: 3px;
	padding-bottom: 2px;
   text-transform: uppercase;
   vertical-align: top;
}
#bottom-menu li.level1 > a
{
	display: block;
	margin-bottom: 5px;
}

#bottom-menu li.level1.last-item
{
   padding-right: 0px;
}

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

#bottom-menu li.level1 a:hover
{
	text-decoration: none;
	color: #111166;
}

#bottom-menu li.level1 ul.level2
{
   margin-left: 0px;
   padding-left: 0px;
   list-style: none;
   text-transform: none;
}

#bottom-menu li.level1 li.level2
{
   padding-block: 5px;
}

.csc-frame-rulerAfter ul.csc-uploads
{
	margin-left: 40px;
}

.csc-uploads li.csc-uploads-element
{
	min-height: 60px;
	padding-left: 55px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 35px auto;
	break-inside: avoid;
}

.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;
}

/*************** indexed search   begin *****************/
.tx-indexedsearch-searchbox fieldset
{
	border: none;
}

#tx_indexedsearch legend,
#tx_indexedsearch p,
div.tx-indexedsearch-rules
{
   display: none;
}

#tx_indexedsearch div.tx-indexedsearch-form,
#tx_indexedsearch div.tx-indexedsearch-search-submit
{
   display: inline-block;
}

#tx_indexedsearch label,
#tx_indexedsearch .tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword
{
   margin-right: 15px;
}

#tx_indexedsearch .tx-indexedsearch-form input.tx-indexedsearch-searchbox-sword
{
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 2px;
   padding-bottom: 2px;
}

.tx-indexedsearch-search-submit input.tx-indexedsearch-searchbox-button
{
   padding-top: 4px;
   padding-bottom: 4px;
   padding-left: 15px;
   padding-right: 15px;
   background: #111144;
   border: none;
   color: #FFF;
   text-transform: lowercase;
}

div.tx-indexedsearch-browsebox
{
}

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox
{
   margin-left: 0px;
   padding-left: 0px;
   list-style: none;
   text-align: right;
}

.tx-indexedsearch-browsebox li
{
   display: inline-block;
   margin-left: 15px;
}

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

.tx-indexedsearch-info dt,
.tx-indexedsearch-info dd
{
   display: inline-block;
}

.tx-indexedsearch-info dt.tx-indexedsearch-text-item-size,
.tx-indexedsearch-info dd.tx-indexedsearch-text-item-size,
.tx-indexedsearch-info dt.tx-indexedsearch-text-item-crdate,
.tx-indexedsearch-info dd.tx-indexedsearch-text-item-crdate,
.tx-indexedsearch-info dt.tx-indexedsearch-text-item-mtime,
.tx-indexedsearch-info dd.tx-indexedsearch-text-item-mtime
{
   display: none;
}
/*************** indexed search   end *****************/

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;
}

div.pagesMenu
{
   margin-top: 10px;
}

.pagesMenu div.menuItem
{
   /*
	display: inline-block;
	width: 49%;*/
   padding-left: 10px;
	margin-bottom: 5px;
   margin-top: 5px;
	vertical-align:  top;
}

.pagesMenu div.menuItem::before
{
   position: absolute;
   left: 10px;
   top: 10px;
   content: "•";
   margin-right: 4px;
   color: #111166;
   font-size: 120%;
   
   -webkit-backface-visibility: hidden;
}

.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:#111166;
	
        -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;
}

.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;
   text-align: center;
	background: #005199;
	border: 2px #88A outset;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fsndElMagrLinkList .linkListElement a.buttonLink
{
   display: inline-block;
   margin-top: 15px;
   color: #FFF !important;
}

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;
}

.fsndElMagrLinkList .linkListElement a.buttonLink:hover
{
	
	-webkit-box-shadow: 5px 5px 3px 0px rgba(110,120,200,1);
	-moz-box-shadow: 5px 5px 3px 0px rgba(110,120,200,1);
	box-shadow: 5px 5px 3px 0px rgba(110,120,200,1);
}

div#lexPages
{
   margin-top: 20px;
   line-height: normal !important;
}

#lexPages a,
#lexPages a:visited
{
   color: #FFF;
}

li.lexPagesLevel1
{
   display: inline-block;
   width: 236px;
   height: 160px;
   padding-left: 20px;
   margin-right: 4px;
   margin-bottom: 4px;
   background-color: #111166;
   color: #FFF;
   font-size: 64px;
   overflow: hidden;
   vertical-align: top;
}

.lexPagesLevel1 div.pageLetter
{
   display: inline-block;
   width: 65px;
   height: 100%;
   vertical-align: top;
}

.lexPagesLevel1 div.pageLetter a
{
   display: block;
   height: 80%;
}

.lexPagesLevel1 div.lexSubPagesList
{
   position: absolute;
   display: inline-block;
   left: 90px;
   top: 50%;
   padding-right: 10px;
   max-height: 80%;
   min-height: 80px;
   font-size: 13px;
   overflow: hidden;
   white-space: nowrap;
   
   
   -moz-transform: translate(0%, -50% );
   -o-transform: translate(0%, -50% );
   -ms-transform: translate(0%, -50% );
   -webkit-transform: translate(0%, -50% );
   transform: translate(0%, -50% );
   
   -webkit-transition: max-height 0.5s ease-in;
   -ms-transition: max-height 0.5s ease-in;
   -moz-transition: max-height 0.5s ease-in;
   -os-transition: max-height 0.5s ease-in;
   transition: max-height 0.5s ease-in;
   
   -webkit-backface-visibility: hidden;
}

li.lexPagesLevel1:hover
{
   background-color: #444499;
   
   -webkit-transition: background-color 0.5s ease-in-out;
   -ms-transition: background-color 0.5s ease-in-out;
   -moz-transition: background-color 0.5s ease-in-out;
   -os-transition: background-color 0.5s ease-in-out;
   transition: background-color 0.5s ease-in-out;
}

#lexPages a:hover
{
   color: #C0C0FF;
   
   -webkit-transition: color 0.2s linear;
   -ms-transition: color 0.2s linear;
   -moz-transition: color 0.2s linear;
   -os-transition: color 0.2s linear;
   transition: color 0.2s linear;
}

.lexPagesLevel1:hover div.lexSubPagesList
{
   max-height: 105%;
   overflow-y: auto;
}

li.lexPagesLevel2
{
}

.text-center,
.csc-header-alignment-center,
.csc-textpic-center-inner
{
   text-align: center;
}
.align-left 
{ 
   text-align: left; 
}
.align-justify 
{ 
   text-align: justify; 
}
.align-right 
{ 
   text-align: right; 
}

.important
{
   color: #CC2222;
}

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 form.layout2
{
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.tx-powermail fieldset
{
	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,
.tx-powermail form.powermail_form_1 .powermail_legend,
.tx-powermail form.powermail_form_3 .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
{
}

.tx-powermail .layout3 label
{
}

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

.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;
}

.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.layout1 input.powermail_input,
.tx-powermail form.layout1 textarea.powermail_textarea,
.tx-powermail form .layout3 input.powermail_input,
.tx-powermail form .layout3 textarea.powermail_date,
.tx-powermail form .layout3 textarea.powermail_textarea,
.tx-powermail form .powermail_form_3 input.powermail_input,
.tx-powermail form .powermail_form_3 textarea.powermail_date,
.tx-powermail form .powermail_form_3 textarea.powermail_textarea
{
	width: 99%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1%;
	padding-right: 1%;
}

.tx-powermail form.powermail_form_1 input.powermail_input,
.tx-powermail form.powermail_form_1 textarea.powermail_textarea,
.tx-powermail form.powermail_form_1 input.btn
{
	width: 75%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
   border-color: #EEE;
   border-style: solid;
}

.tx-powermail form.powermail_form_1 input.btn
{
   width: 76%;
   margin-left: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
   background: #111166;
   color: #FFF;
   text-align: center;
   border: none;
}

.tx-powermail .layout3 input.btn
{
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 3px;
   padding-bottom: 3px;
}

.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 div.powermail_fieldwrap
{
	margin-bottom: 10px;
}

.tx-powermail form.powermail_form_1 div.powermail_fieldwrap
{
   display: block;
   margin-bottom: 5px;
}

.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.layout3
{
	width: 13%;
	margin-right: 1%;
}

.tx-powermail .layout3 div.powermail_fieldwrap.layout2
{
   display: inline-block;
	width: 42%;
	margin-right: 3.54%;
}

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

.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;
   
   -webkit-backface-visibility: hidden;
}

.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: " ";
   
   -webkit-backface-visibility: hidden;
}

.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;
    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%;
   
   -webkit-backface-visibility: hidden;
}
.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;
}

div#jamedaRatingWrapper
{
   height: 350px;
   background: #FFF;
}

#jamedaRatings
{
}

.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
{
   width: 88%;
	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;
}

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


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

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

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

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

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

#mainMenuMobile
{
   max-width: 420px;
}
 
#outerWrapper #mainMenuMobile.active .menu-button
{
   background: #111166;
}

#outerWrapper #mainMenuMobile.active .flexnav .touch-button .navicon
{
   color: #111166;
}

#mainMenuMobile #mainMenuNav ul.level1 li a
{
	font-size: 14px;
}

#mainMenu li a
{
	font-size: 14px;
}

.linkListBody p em a
{
	padding-block: 20px;
	padding-inline: 20px;
	font-size: 14px;
}

#bottom-menu li a
{
	margin-block: 20px;
	margin-inline: 20px;
	font-size: 12px;
}

@media only screen and (max-width: 1400px)
{
   div#focusSiegel,
   .parallaxPage div#focusSiegel
   {
      bottom: 90px;

      -moz-transform: translate( 532px, 0 );
      -o-transform: translate( 532px, 0 );
      -ms-transform: translate( 532px, 0 );
      -webkit-transform: translate( 532px, 0 );
      transform: translate( 532px, 0 );
   }
}

@media only screen and (max-width: 1200px)
{
   body#page
   {
      font-size: 14px;
   }
   #page p,
   #page ul
   {
      line-height: 18px;
   }
   #page ul.lexPagesList
   {
      line-height: normal;
   }
   #mainMenuWrapper
   {
      font-size: 13px;
   }
   div#contentWrapper
   {
      max-width: 100%;
      overflow-x: hidden;
   }
   #mainMenuWrapper ul.level1 li.level1.last-item ul.level2
   {
      left: -40px;
   }
   div#logo
   {
   }
   .scrolledUp div#logo
   {
      box-shadow: 5px 5px 10px 5px rgba( 200, 200, 200, 0.8 );
      border-bottom-right-radius: 2px;
   }
   div#headerWrapper.scrolledUp
   {
      box-shadow: 5px 5px 10px 5px rgba( 200, 200, 200, 0.8 );
   }
   
   div#focusSiegel,
   .parallaxPage div#focusSiegel
   {
      left: auto;
      right: 10px;

      -moz-transform: translate( 0, 0 );
      -o-transform: translate( 0, 0 );
      -ms-transform: translate( 0, 0 );
      -webkit-transform: translate( 0, 0 );
      transform: translate( 0, 0 );
   }
   
   .parallaxPage div#focusSiegel
   {
      bottom: 280px;
   }

   #focusSiegel img
   {
   }

   .indexPage #focusSiegel img
   {
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      padding-right: 0px;
      background: transparent;

      -webkit-box-shadow: 0px 0px 0px 0px rgba(90,90,90,0.6);
      -moz-box-shadow: 0px 0px 0px 0px rgba(90,90,90,0.6);
      box-shadow: 0px 0px 0px 0px rgba(90,90,90,90.6);
   }

}


@media only screen and (max-width: 1120px) 
{
	div#logo
	{
      left: -4px;
		height: 36px;
      top: 2px;
	}
   div#header
   {
      height: 70px;
   }
   .scrolledUp div#header
   {
      height: 40px;
   }
   #mainMenuWrapper ul.level1 li.level1 ul.level2
   {
      padding-top: 5px;
   }
	.parallax-container div.fsndRespImageTitleWrapper
	{
		max-width: 100%;
	}

	/*** störer rechts ***/
   #stoererRechts .stoererClosed div.stoererHeader
   {
      width: 40px;
      margin-bottom: 2px;
   }
   #stoererRechts .stoererItem a.stoererLink
   {
      padding-top: 8px;
      padding-bottom: 5px;
      padding-left: 9px;
   }
   #stoererRechts .stoererItem img
   {
      width: 17px;
   }
   #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: 16px;
   }
   #stoererRechts .stoererItem .stoererHeader .csc-header
   {
      padding-top: 9px;
      padding-bottom: 6px;
   }
   div#terminStoerer
   {
      top: 440px;
   }


   #mainMenuWrapper a, 
   #mainMenuWrapper a:visited
   {
      padding-left: 10px;
      padding-right: 10px;
   }
   #mainMenuWrapper ul.level1 li.level1.last-item a, 
   #mainMenuWrapper ul.level1 li.level1.last-item a:visited
   {
      padding-right: 0px;
   }
}

@media only screen and (max-width: 1060px) 
{
	#mainMenuWrapper ul.level1 li.level1
	{
      margin-right: 2px;
      margin-left: 2px;
	}
	#mainMenuWrapper a, 
	#mainMenuWrapper a:visited
	{
		padding-left: 10px;
		padding-right: 10px;
	}

	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;
	}
   div#terminStoerer
   {
      top: 200px;
   } 

   #footerJameda
   {
      position: relative;
      float: right;
      top: auto;
      right: auto;
      margin-top: -105px;

      -moz-transform: translate( 0%, 5px );
      -o-transform: translate( 0%, 5px );
      -ms-transform: translate( 0%, 5px );
      -webkit-transform: translate( 0%, 5px );
      transform: translate( 0%, 5px );
   }
   #mainMenuWrapper a, 
   #mainMenuWrapper a:visited
   {
      padding-left: 8px;
      padding-right: 8px;
   }
   #mainMenuWrapper ul.level1 li.level1.last-item a, 
   #mainMenuWrapper ul.level1 li.level1.last-item a:visited
   {
      padding-right: 0px;
   }
}


@media only screen and (max-width: 1024px) 
{
	div#mainMenuWrapper
	{
      top: 25px;
	}
   #mainMenuWrapper ul.level1 li.level1 ul.level2
   {
      padding-top: 10px;
   }
   .scrolledUp #mainMenuWrapper ul.level1 li.level1 ul.level2
   {
      padding-top: 5px;
   }
	#mainMenuWrapper a, 
	#mainMenuWrapper a:visited
	{
		padding-left: 4px;
		padding-right: 10px;
	}
   .parallaxPage div#focusSiegel
   {
      bottom: 90px;
   }
   #mainMenuWrapper a, 
   #mainMenuWrapper a:visited
   {
      padding-left: 6px;
      padding-right: 6px;
   }
   #mainMenuWrapper ul.level1 li.level1.last-item a, 
   #mainMenuWrapper ul.level1 li.level1.last-item a:visited
   {
      padding-right: 0px;
   }
}

@media only screen and (max-width: 960px)
{
	#mainMenuWrapper ul.level1 li.level1
	{
	}
	.fsndElMgrImageList .listElement div.imageLinkInner
	{
		min-height: 100px;
		margin-right: 10px;
	}
	div#logo
	{
		height: 30px;
	}
   div#header
   {
      height: 57px;
   }
   .scrolledUp div#header
   {
      height: 27px;
   }
   div#mainMenuWrapper
   {
      top: 18px;
   }
   .scrolledUp div#mainMenuWrapper
   {
      padding-top: 0px;
   }
   .noHeader div#centreAreaWrapper
   {
   }
   #mainMenuWrapper a, 
   #mainMenuWrapper a:visited
   {
      padding-left: 4px;
      padding-right: 4px;
   }
   #mainMenuWrapper ul.level1 li.level1.last-item a, 
   #mainMenuWrapper ul.level1 li.level1.last-item a:visited
   {
      padding-right: 0px;
   }
}


@media only screen and (max-width: 900px) 
{
	#mainMenuWrapper ul.level1 li.level1
	{
	}
	#mainMenuWrapper a, 
	#mainMenuWrapper a:visited
	{
		padding-left: 5px;
		padding-right: 5px;
	}
	div#logo
	{
		height: 25px;
	}
   div#header
   {
      height: 55px;
   }
   .scrolledUp div#header
   {
      height: 26px;
   }
   div#mainMenuWrapper
   {
      top: 15px;
   }
   .scrolledUp div#mainMenuWrapper
   {
      padding-top: 0px;
   }
   #mainMenuWrapper ul.level1 li.level1.last-item ul.level2
   {
      left: -45px;
   }
   .noHeader div#centreAreaWrapper
   {
   }
}

@media only screen and (max-width: 860px)
{
   h1, h2
   {
      font-size: 22px;
      line-height: 24px;
   }
}

@media only screen and (max-width: 800px)
{
	#mainMenuWrapper ul.level1 li.level1
	{
		font-size: 12px;
	}
}

@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: 790px)
{
   body#page
   {
   }
   div#contentWrapper
   {
      top: 0px;
   }
   div#headerWrapper
   {
      background: transparent;
   }
   #focusSiegel img
   {
      height: 100px;
      width: 60px;
   }
	#mainContent h1
	{
		font-size: 24px;
	}
   div#logo
   {
      position: relative;
      max-width: 34%;
      height: auto;
   }
   #logo img
   {
      width: 100%;
      height: auto;
   }
   .pagesMenu div.menuItem
   {
      display: block;
      width: auto;
   }
   .noHeader div#centreAreaWrapper
   {
   }
}

@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)
{
}

@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;
	}
   .noHeader div#centreAreaWrapper
   {
      top: 60px;
      margin-bottom: 60px;
   }
}

@media only screen and (max-width: 700px) and (orientation: landscape)
{
	.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: 700px)
{
   article.contentItem h1.csc-firstHeader
   {
      margin-top: 10px;
   }
}

@media only screen and (max-width: 640px)
{
	#mainContent h1
	{
		font-size: 22px;
	}
   .csc-header h1::before
   {
      width: 110px;
   }
   article.contentItem h1.csc-firstHeader
   {
      margin-top: 5px;
   }
	#teaser .teaserImageSlogan div.teaserImageSloganInner
	{
		max-width: 90%;
	}
	#teaser .teaserImageSlogan div.teaserImageSloganInner h1,
	#teaser .teaserImageSlogan div.teaserImageSloganInner h2
	{
		font-size: 18px;
	}
	#centreArea article.contentItem div.articleInner
	{
		/*padding-top: 20px;*/
		margin-left: 15px;
		margin-right: 15px;
	}
	#mainContent .fsndRespImageItemTitle h1, 
	#mainContent .fsndRespImageItemTitle h2
	{
		white-space: normal;
		font-size: 16px;
	}
	#footerComponents div.footerComponentInner
	{
		font-size: 16px;
		height: 40px;
	}
	#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%;
	}
	.csc-firstHeader
	{
		padding-top: 15px;
	}
	.fsndElMgrImageList .listElement div.imageLinkInner
	{
		margin-right: 15px;
		background-size: auto 80% !important;
	}
   #centreArea div.csc-frame-indent, 
   #centreArea .contentItemuploads div.csc-frame-rulerAfter ul.csc-uploads
   {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0;
	   width: 100%;
   }
   a.buttonLink
   {
	   display: block;
	   width: fit-content;
   }
   div#terminStoererInner
   {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 80%;
   }
   .fsndElMgrGroup article.groupTeaserImageTexts
   {
      background: rgba( 240, 240, 240, 0.70 );
   }
   .contentItemInImage .elMagrListCount1 .fsndElMgrLinkListElements li.linkListElement
   {
      max-width: 140px;
   }
   .noHeader div#centreAreaWrapper
   {
   }
   
   #footerJameda
   {
      margin-top: -5px;
      top: -35px;

      -moz-transform: translate( 0%, 0% );
      -o-transform: translate( 0%, 0% );
      -ms-transform: translate( 0%, 0% );
      -webkit-transform: translate( 0%, 0% );
      transform: translate( 0%, 0% );
   }
}

@media only screen and (max-width: 600px)
{ 
   div#focusSiegel
   {
      top: 70px;
      right: 5px;
   }

   #focusSiegel img
   {
      height: 95px;
   }
   div#stoererRechts
   {
      zoom: 0.9;
   }
}

@media only screen and (max-width: 560px)
{
   ul#bottom-menu
   {
      max-width: 95%;
      margin-left: auto;
      margin-right: auto;
   }
   #bottom-menu li.level1
   {
      width: 48%;
      padding-right: 1%;
   }
	
	#stoererRechts .stoererClosed div.stoererHeader
	{
		min-width: 0px;
		width: 35px;
	}
   div#terminStoererInner
   {
      padding-top: 15px;
      padding-bottom: 10px;
      font-size: 75%;
   }
   div#logo
   {
      max-width: 40%;
   }
}

@media only screen and (max-width: 480px)
{
   body#page
   {
   }
   div#headerWrapper
   {
      background: transparent;
   }
   article.contentItem h1.csc-firstHeader
   {
      margin-top: 0px;
   }
   #focusSiegel img
   {
      max-height: 90px;
   }
	#mainContent h1
	{
		font-size: 16px;
	}
	#mainContent h2
	{
		font-size: 16px;
	}
	div#stoererRechts
	{
		max-width: 99%;
	}
	#stoererRechts .stoererItem div.stoererHeader
	{
		min-width: 320px;
		max-width: 100%;
	}
   #stoererRechts .stoererClosed div.stoererHeader
   {
      min-width: 0px;
   }
	#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;
	}
	.csc-firstHeader
	{
		padding-top: 25px;
	}
	.fsndElMgrImageList .listElement div.imageLinkInner
	{
		background-size: auto 65% !important;
	}
   div#logo
   {
      max-width: 45%;
   }
   h1, h2
   {
      font-size: 16px;
      line-height: 18px;
   }
   #socialMenuWrapper,
   div#copyright
   {
      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: 380px)
{
   div#terminStoerer
   {
      top: 170px;
      zoom: 0.8;
   }
	.pagesMenu div.menuItem
	{
		width: 50%;
	}
	#stoererRechts .stoererClosed div.stoererHeader
	{
		width: 30px;
      min-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;
	}
   div#logo
   {
      max-width: 50%;
   }
   div#focusSiegel
   {
      top: 60px;
      right: 15px;
   }
   #focusSiegel img
   {
      max-height: 80px;
   }
   div#terminStoererInner
   {
      zoom: 0.7;
   }
}

@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: 320px)
{
	.fsndElMgrImageList .listElement div.imageLinkInner
	{
		min-height: 70px;
		margin-right: 5px;
		background-size: auto 55% !important;
	}
	.fsndElMgrImageList .listElement div.imageLinkInner
	{
		background-size: auto 50% !important;
	}
   #focusSiegel img
   {
      max-height: 70px;
   }
}

@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-height: 680px)
{
   #teaser #googleMap
   {
      max-height: 330px;
      margin-top: 50px;
   }
}

@media only screen and (max-height: 640px)
{
   .linkListBody
   {
      zoom: 0.8;
      margin-left: 40px;
   }
   #teaser #googleMap
   {
      max-height: 300px;
   }
}

@media only screen and (max-height: 550px)
{
   .contentSection div#focusSiegel
   {
      bottom: auto;
      top: 40px;
   }
   div#terminStoerer
   {
      top: 120px;
      zoom: 0.9;
   }
   #teaser #googleMap
   {
      max-height: 240px;
   }
}

@media only screen and (max-height: 500px)
{
   .contentSection div#focusSiegel
   {
      top: 60px;
      right: auto;
      left: 10px;
   }
   #focusSiegel img
   {
      max-height: 100px;
   }
   div#terminStoerer
   {
      top: 160px;
      zoom: 0.85;
   }
   #teaser #googleMap
   {
      max-height: 220px;
   }
}

@media only screen and (max-height: 420px)
{
   div#focusSiegel
   {
      top: 60px;
   }
   #focusSiegel img
   {
      max-height: 100px;
   }
   div#terminStoerer
   {
      top: 190px;
      zoom: 0.8;
   }
}

@media only screen and (max-height: 400px)
{
   #focusSiegel img
   {
      max-height: 80px;
   }
   div#terminStoerer
   {
      top: 150px;
      zoom: 0.75;
   }
   #teaser #googleMap
   {
      max-height: 180px;
   }
}

@media only screen and (max-height: 370px)
{
   #focusSiegel img
   {
      max-height: 60px;
      zoom: 0.7;
   }
   #teaser #googleMap
   {
      max-height: 160px;
   }
}

