@charset "utf-8";
/* CSS Document */
/*****************************************************************************
Fonts
 *****************************************************************************/
@font-face {
	font-family: "Lato Light";
	src: url("/fileadmin/fonts/Lato-Light.ttf");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Lato";
	src: url("/fileadmin/fonts/Lato-Regular.ttf");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Lato Bold";
	src: url("/fileadmin/fonts/Lato-Bold.ttf");
	font-weight: 700;
	font-style: normal;
}
/*@ import url(htt ps://fo nts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,100italic,100);*/


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

body
{
	font-family: 'Lato',Arial, Helvetica, sans serif;
	font-size: 12px;
	font-weight: 400;
}

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

body#page
{
	color: #3E3E3E;
}

a, a:visited
{
	font-weight: bold;
	color: #3E3E3E;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

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

h1
{
	font-size: 16px;
	margin-bottom: 10px;
}

h2,
h3
{
	font-size: 14px;
	margin-bottom: 1px;
	margin-top: 8px;
}
/*
h3
{
	font-size: 12px;
	margin-bottom: 1px;
	margin-top: 8px;
	font-weight: bold;
}
*/
p, ul, ol
{
	padding-top: 3px;
	padding-bottom: 5px;
}

strong, b
{
	font-family: 'Lato Bold';
	font-weight: 700;
}

div#centreArea p.bodytext
{
	line-height: 160%;	
}

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

ul
{
	list-style: square;
}

ul ul
{
	list-style: disc;
}

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

#contentWrapper
{
	z-index: 2;
}

div#topBarWrapper
{
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	z-index: 3
}

.fixedTopBar div#topBarWrapper
{
	background: #F0F0F0;
	border-bottom: 2px #2eaadc solid;
}

div#outerWrapper,
div#headerOuterWrapper,
div#MenuOuterWrapper,
div#MainContentOuterWrapper,
div#footerOuterWrapper
{
	width: 100%;
}

div#topBar,
div#centreArea,
div#header,
div#footer
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#logo
{
	position: relative;
	height: 75px;
	width: 95px;
    margin-top: 5px;
	
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
	    transition: all 1s ease;
}

div#logo a
{
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
}

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

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

div#logo:hover img
{
	margin-top: 5px;
	margin-left: -10px;
    height: 130%;
	background-color: #FFF;
}

.logoElement
{
	display: inline-block;	
}

div#logoTextWrapper 
{
    display: block;
    width: 400px;
    top: 5px;
	left: 0;
	right: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    vertical-align: top;
}

div#logoTextWrapper h2.logoTextDetail,
div#logoTextWrapper h3.logoTextDetail
{
	font-weight: 400;
}

div#logoTextWrapper #logoHeader
{
	font-size: 24px;
	font-weight: 600;
	font-stretch: extra-expanded;
	color: #3e3e3e;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

div#logoTextWrapper h2.logoTextDetail,
div#logoTextWrapper h3.logoTextDetail
{
	display: inline-block;
	margin-top: 0px;
	font-size: 14px;
	color: #2eaadc;
}

#logoTextWrapper .logoTextDetail span.logoTextSep
{
	margin-left: 10px;
	margin-right: 10px;
	color: #3E3E3E;
}

div.websiteDescription
{
	font-stretch: extra-expanded;
	font-weight: 400;
	font-size: 14px;
	color: #2eaadc;
}

div#logoTuev
{
	vertical-align: top;
	text-align: right;
	float: right;
}

div#logoTuev img
{
	margin-top: 4px;
	width: 130px;
	height: auto;
}

#c14
{
	margin: 0 auto;
}

#c14 img
{
	display: none;
	width: 80%;
	max-width: 320px;
	height: auto;
	margin: 0 auto;	
	margin-top: 15px;
}
div#languageMenu
{
	position: absolute;
	right: 4em;
	bottom: 0;
}
div#fixableContentWrapper
{
	width: 100%;
	z-index: 3;
}

div#teaserWrapper.fixedTeaser
{
	width: 100%;
}

ul.langMenu li.level1
{
	display: inline-block;
}
div#search
{
	position: absolute;
	right: 0px;
	bottom: 40px;
}

#search input#search_item
{
	width: 135px;
	height: 19px;
	border: none;
	padding: 2px 4px;
	background-image: url(/fileadmin/templates/images/suche.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#search input#searchSubmit
{
	position: absolute;
	z-index: 10;
	top: 3px;
	right: 3px;
	border: none;
	background-image: url(/fileadmin/templates/images/lupe.png);
	width: 14px;
	height: 15px;
	cursor: pointer;
}

div#langMenu
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}


div#headerWrapper
{
	width: 100%;
	min-height: 20px;
	border-bottom: 1px solid lightgrey;
	z-index: 4;
}

div#headerWrapper:hover
{
}

div#topBar
{
	width: 100%;	
	z-index: 4;
}

div#topBar div#mainMenu
{
	width: auto;
	margin: 0 auto;
	z-index: 5;
}

div#topBar nav#mainMenuNav
{
	z-index: 6;
}

div#topBar div#mainMenu .level1 .menuItem
{
	display: inline-block;
	padding: 10px;
}

div#topBar div#mainMenu .level1 .menuItem a
{
	font-weight: 400;
}


/***********************************************************************************************/


#mainMenu *
{
    z-index: 3;
}

#mainMenu ul.level1
{
    padding: 0;
    text-align: center;
	font-size: 18px;
	z-index: 7;
}

#mainMenu li.level1
{
    display: inline-block;
    float: none;
    margin-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}
#mainMenu li.level1:hover
{
	background-color: rgba(200,200,200,0.95);
	
        -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;
}

#mainMenu li.level1 li.menuItem
{
    border-bottom: 1px solid #aaa;
    padding: 4px 10px;
    text-align: left;
}

#mainMenu ul.level2 
{
    position: absolute;
    display: none;
    left: 0;
    top: 0;
	height: 0px;
	width: 0px;
	
    margin-left: 0;
	opacity: 0;
	
    text-align: left;
	list-style: none;
    z-index: 9;
	
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
	    transition: all 1s ease;
}

#mainMenu li.menuItem203:hover ul.level2,
#mainMenu li.menuItem78:hover ul.level2
{
	left: 50%;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	
    -webkit-column-gap: 2px; /* Chrome, Safari, Opera */
    -moz-column-gap: 2px; /* Firefox */
    column-gap: 2px;
	
    -webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
    -moz-column-rule-style: solid; /* Firefox */
    column-rule-style: solid;
	
    -webkit-column-rule-width: 2px; /* Chrome, Safari, Opera */
    -moz-column-rule-width: 2px; /* Firefox */
    column-rule-width: 2px;
	
    -webkit-column-rule-color: #DDD; /* Chrome, Safari, Opera */
    -moz-column-rule-color: #DDD; /* Firefox */
    column-rule-color: #DDD;
	
	transform: translate( -50%, 0 );
}
#mainMenu ul.level1 a,
#mainMenu ul.level1 a:visited,
#mainMenu ul.level1 a:hover
{
	text-decoration: none;
}
#mainMenu ul.level2 li.level2
{
	background-color: rgb(230,235,240);
	background-color: rgba(230,235,240,0.95);
	padding: 7px;
	z-index: 9;
}

#mainMenu ul.level2 li.level2:hover
{
	background-color: rgba(200,200,200,1);
	
	z-index: 100 !important;
	
        -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;
}

#mainMenu li.level1:hover ul.level2
{
    display: block;
	height: auto;
	width: auto;
    min-width: 10em;
	
    margin-top: 24px;
    padding-bottom: 0.3em;
    padding-top: 18px;
	padding-left: 0px;
	
	opacity: 1;
	
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
}

#mainMenu li.level2 ul.level3
{
    position: absolute;
    display: none;
    top: 0;
    left: 100%;
    width: auto;
    margin-left: 0;
    margin-top: 0em;
    min-width: 10em;
    padding-bottom: 0;
    padding-top: 0em;
	padding-left: 0;
	
    text-align: left;
	list-style: none;
	
    z-index: 101;
}

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

#mainMenu li.level2.menuItem2325:hover ul.level3,
#mainMenu li.level2.menuItem2359:hover ul.level3,
#mainMenu li.level2.menuItem2358:hover ul.level3,
#mainMenu li.level2.menuItem2510:hover ul.level3
{
	display:  none;
}

#mainMenu ul.level2 li.level3
{
	padding: 8px;
	background-color: rgb(230,235,240);
	background-color: rgba(230,235,240,0.95);
	z-index: 102;
}

#mainMenu li.level2:hover ul.level3:hover
{
	border-color: #999;
}

#mainMenu ul.level2 li.level3:hover
{
	background-color: rgb(200,200,200);
	color: white;
}


.pagesMenu div.menuItem 
{
    display: inline-block;
    width: 20%;
    margin-bottom: 1em;
    overflow: hidden;
}
.pagesMenu div.menuItem, 
.pagesMenu .menuItem div.menuItemInner 
{
    height: 14em;
}
.pagesLayout1 div.menuItem
{
    width: 25%;
}
.pagesLayout5 div.menuItem
{
    width: 200px;
}
div.pagesMenu.pagesLayout5
{
	text-align: center;
}
.pagesLayout1 div.menuItem, 
.pagesLayout1 .menuItem div.menuItemInner 
{
    height: 16em;
}
.contentLayout1 .pagesLayout1 div.menuItem, 
.contentLayout1 .pagesLayout1 div.menuItemInner 
{
    height: 12em;
}
.pagesLayout0 div.menuItem 
{
    width: 33.3%;
}
.pagesLayout0 div.menuItem, 
.pagesLayout0 .menuItem div.menuItemInner 
{
    height: 19em;
}
.pagesLayout6 div.menuItem 
{
    width: 16.1%;
}
.pagesLayout6 div.menuItem, 
.pagesLayout6 .menuItem div.menuItemInner 
{
    height: 10em;
}
.pagesMenu .menuItem div.menuItemInner 
{
    margin-left: 0.5em;
    margin-right: 0.5em;
    overflow-y: hidden;
}
.pagesLayout5 .menuItem div.menuItemInner 
{
	margin-left: 10px;
	margin-right:  10px;
    height: 160px;
}
.pagesMenu div.menuItem img 
{
    height: 100%;
    width: 100%;
    opacity: 0.7;
	
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
	    transition: all 1s ease;
}
.pagesMenu .menuItem a 
{
    display: block;
}
.pagesMenu div.menuItem:hover img 
{
    opacity: 1;
}
.pagesMenu .menuItem div.pagesImage 
{
    height: 100%;
    width: 100%;
}
.pagesMenu .menuItem div.pagesItemTitle 
{
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    height: 4.5em;
    left: 0;
    overflow-y: hidden;
    position: absolute;
    width: 100%;
    z-index: 5;
}
.pagesMenu .menuItem div.pagesItemTitle:hover 
{
    background-color: rgba(255, 255, 255, 0.85);
}
/*
.pagesMenu .menuItem .pagesItemTitle h3 
{
    font-size: 1.2em;
    padding: 0.3em 1em 1em;
}
*/
.pagesMenu .menuItem .pagesItemTitle h3 
{
    font-size: 1.2em;
    padding-left:  1em;
}

.pagesMenu.pagesLayout5 .menuItem div.pagesItemTitle
{
	height:  auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 3px;
	padding-bottom: 3px;
}

.pagesMenu.pagesLayout5 .menuItem a div.pagesItemTitle
{
	font-weight: 400;
}

.pagesMenu.pagesLayout5 .menuItem div.pagesItemTitle h3
{
	padding-left:  0px;
	margin-top:  0px;
	font-size: 14px !important;
}

.pagesMenu.pagesLayout5 .menuItem:hover div.pagesItemTitle
{
	display:  none;
}

.pagesMenu .menuItem div.pagesText 
{
    background: rgba(254, 254, 254, 0.5) none repeat scroll 0 0;
    display: block;
    left: 0;
    min-height: 20px;
    padding-top: 5px;
    position: absolute;
    width: 180px;
}
.pagesMenu div.menuItem:hover div.pagesText 
{
    display: none;
}
.pagesMenu .menuItem div.topText 
{
    top: 0;
}
.pagesMenu .menuItem div.bottomText 
{
    bottom: 0;
}
.pagesMenu .menuItem .pagesText h3 
{
    font-size: 12px;
    margin-left: 10px;
    text-transform: uppercase;
}
.pagesMenu .menuItem .pagesText p 
{
    color: #444;
    font-size: 10px;
    margin-left: 10px;
    margin-top: 0;
    padding-top: 0;
}
/*************************************************************************************************/

div#teaser
{
	height: 520px;
	overflow: hidden;
}

#teaser div.teaserImg
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
}

#teaser div#teaserImg1
{
	display: block;
}

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

div#centreAreaWrapper
{
	z-index: 1;
}

div#centreArea
{
	/*position: absolute;*/
	top: -50px;
	left: 50%;
	
	min-height: 200px;
	width: 100%;
	max-width: 918px; /*928px*/
	
	background-color: #FFF;	
	border: 1px solid lightgrey;
	
	margin-left: -480px;
	padding: 20px;
	
}

div#mainContent em
{
	color: #2eaadc;
	font-weight: 500;
	font-style: normal;
}
div#mainContent article h1,
div#mainContent article h2,
div#mainContent article h3
{
	font-weight: 400;
	font-size: 20px;	
}
/***************************************************
****************************************************
****************************************************
*****
*****	Layouts Contentbreich
*****
****************************************************
****************************************************
***************************************************/
div#footerWrapper
{
	top: -50px;
}

div#mainContent article.layout0 h2,
div#mainContent article.layout0 h3
{
	margin-bottom: 0.2em;
	margin-top: 0.8em;
}

div#mainContent article.layout0,
div#mainContent article.layout1,
div#mainContent article.layout2,
div#mainContent article.layout3
{
	font-size: 14px;
}

.bodytext
{
    font-size: 14px;
}

div#mainContent .layout1
{
    display: inline-block;
    margin-top: 20px;
    vertical-align: top;
    width: 50%;
}

div#mainContent article.layout2
{
	width: 30%;
	display: inline-block;
	vertical-align:top;
	margin: 1em 1.5%;
}

div.csc-textpic-imagewrap[data-csc-images="1"]
{
	padding-top: 0.4em;
}

#mainContent .layout2 div.csc-textpic-text
{
	padding-top: 5px;
	margin-left: 10px;
}

div#mainContent article.layout2 .csc-textpic-imagewrap
{
	width: 100%;
	margin: 0;
	background-image: url("/fileadmin/images/shadowdummy.png");
	background-repeat: no-repeat;
	background-size: 97% auto;
	background-position: top;
	padding-bottom: 10px;
}

div#mainContent article.layout2 .csc-textpic-image
{
	width: 95%;
	height: 168px;
	padding: 2.5%;
	margin: 2px auto 10px auto;
	overflow: hidden;
}

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

div#mainContent article.layout4 h2,
div#mainContent article.layout4 h3
{
	text-align: center;
	margin: 2em 0 2em 0;
	font-weight: 300;
	font-size: 24px;
}

div#mainContent article.layout4 h2::before,
div#mainContent article.layout4 h3::before
{
	margin-left: -50%;
	right: 20px;	
}

div#mainContent article.layout4 h2::after,
div#mainContent article.layout4 h3::after
{
	left: 20px;
	margin-right: -50%;	
}

div#mainContent article.layout4 h2::before,
div#mainContent article.layout4 h2::after,
div#mainContent article.layout4 h3::before,
div#mainContent article.layout4 h3::after
{
	background-color: #eaeaea;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: auto;
	min-width: 30%;
}

div#mainContent article.layout5
{
	/*width: 265px;
		
	margin: 0 15px;
	border: 1px solid lightgrey;*/
	display: inline-block;
}

div#mainContent article.layout5 .csc-default
{
	
	width: 222px;
	height: 490px;
	border: 1px solid lightgrey;
	padding: 13px;
	margin: 0 15px;
}

div#mainContent article.layout5 .csc-default h2,
div#mainContent article.layout5 .csc-default h3
{
	border-bottom: 6px solid lightgrey;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 7px;
}
#mainContent #flexSlider article.layout5 div.csc-header
{
	height: 55px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 8px;
	border-bottom: 6px solid lightgrey;
	overflow: hidden;
	vertical-align: bottom;
}
#mainContent #flexSlider article.layout5 .csc-default h2,
#mainContent #flexSlider article.layout5 .csc-default h3
{
	display: table-cell;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: bottom;
	border-bottom: none;
}

#flexSlider .csc-textpic .csc-textpic-imagewrap .csc-textpic-image
{
	height: 190px;
	overflow: hidden;
}

div#mainContent article.layout5 div.csc-textpic-intext-right .csc-textpic-imagewrap
{
	float: none;	
	margin: 0 auto;
	border-bottom: 6px solid lightgrey;
    padding-bottom: 7px;
	margin-bottom: 20px;
}

div#mainContent article.layout5 div.csc-textpic-intext-right .csc-textpic-imagewrap img
{	
	width: 100%;
	height: 190px;
}

div#mainContent article.layout6
{
	text-align: center;
	margin-top: 2.5em;
	padding-bottom: 2em;
}

.layout6 .bodytext
{
    font-size: 16px;
}

div#mainContent article.layout6 .csc-firstHeader
{
	font-style: italic;
	color: lightgrey;
	font-weight: 300;
	font-size: 24px;
}

div#mainContent article.layout6 h2,
div#mainContent article.layout6 h3
{
	font-size: 24px;
	font-weight: 300;
}

div#mainContent article.layout6::after
{
 	border-top: 4px solid rgba(234, 234, 234, 0.6);
    content: "";
    display: block;
    left: 50%;
    margin-left: -110px;
    margin-top: 5px;
    position: absolute;
    width: 220px;
}

div#mainContent div#slider1
{
	/*background-color: #fbfbfb;*/	
	height: 520px;
	position: relative;
	width: 830px;
	margin: 0 auto;
	
}

div#mainContent div#slider1 div.sliderOuterWrapper
{
	width: 830px;
	/*overflow: hidden;*/
	position: relative;
}

div#mainContent div#slider1 div.sliderInnerWrapper
{
	height: 530px;
	width: 500%;
	overflow: hidden;
	transform: translate3d(-278px,0px, 0px);
	transition-duration: 0.6s;
}

.flex-direction-nav .flex-prevDiv
{
	position: absolute;
	top: -240px;
	left: -34px;	
}
.flex-direction-nav .flex-nextDiv
{
	position: absolute;
	top: -240px;
	right: -34px;	
}
/***************************************************
****************************************************
****************************************************
*****
*****	Footer
*****
****************************************************
****************************************************
***************************************************/

div#footer
{
	background: #FFF;
}

div#footerWrapper div#bottomMenu
{
	width: 280px /*275px 310px*/;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

div#footerWrapper div#bottomMenu .level1
{
	display: inline-block;
	padding: 10px;
}

div#footerWrapper div#bottomMenu .level1 a
{
	font-weight: 400;
	font-size: 18px;
	color: #2eaadc;
}
/*
div#footer div.footerElement
{
	width: 25%;
	display: inline-block;
	margin: 0 4%;
	text-align:  justify;
	vertical-align: top;
}
*/
div#footer div.footerElement {
    display: inline-block;
    margin: 0 2%;
    text-align: justify;
    vertical-align: top;
    width: 29.3%;
}

div#footer div#footerUpper .upperFooterHeader h2,
div#footer div#footerUpper .upperFooterHeader h3
{
	text-align: center;
	margin: 0em 0 1em 0;
	font-weight: 300;
	font-size: 24px;
	padding-top: 2em;
}

div#footer div#footerUpper .upperFooterHeader h2::before,
div#footer div#footerUpper .upperFooterHeader h3::before
{
	margin-left: -50%;
	right: 20px;	
}

div#footer div#footerUpper .upperFooterHeader h2::after,
div#footer div#footerUpper .upperFooterHeader h3::after
{
	left: 20px;
	margin-right: -50%;	
}

div#footer div#footerUpper .upperFooterHeader h2::before,
div#footer div#footerUpper .upperFooterHeader h2::after,
div#footer div#footerUpper .upperFooterHeader h3::before,
div#footer div#footerUpper .upperFooterHeader h3::after
{
	background-color: #eaeaea;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: auto;
	min-width: 30%;
}

div#footer div#footerUpper
{
	border: 1px solid lightgrey;
	border-top: none;
	margin-bottom: 2em;
	min-height: 350px;
}

div#footer div#footerUpper div.inside,
div#footer div#footerLower div.inside
{
	/*background-color: grey;	*/
	width: 95%;
	margin: 0 auto;
}

div#footer div#footerLower div.inside
{
	width: 100%;	
}

div#footer div#footerUpper div.upperFooterElement
{
	display: inline-block;
	margin: 0 0.65%;	
	vertical-align: top;
}

div#footer div#footerUpper div.left-upper,
div#footer div#footerUpper div.right-upper
{
	width: 24%;
}

div#footer div#footerUpper div.middle-upper
{
	width: 48%;	
}

div#footer div#footerUpper div.upperFooterElement h2
{
	border-bottom: 6px solid lightgrey;
	padding-bottom: 7px;
	margin-bottom: 20px;
	margin-top: 20px;
}

div#googleMap
{
	max-width: 99%;
	margin-bottom: 20px;
}

#googleMap iframe
{
	max-width: 100%;
}

div.atss
{
	top: 60%;
}
/*
.tx-powermail
{
	margin: 0 auto;	
}
*/

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

.tx-powermail .powermail_fieldset .powermail_field.powermail_submit,
.tx-powermail .powermail_fieldset .powermail_field.powermail_reset
{
	background-color: #2eaadc !important;
}

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

.tx-powermail .powermail_fieldset .powermail_fieldwrap_check.layout3 .powermail_label
{
   display: inline-block;
   float: left;
   width: auto;
   margin-right: 10px;
}

.tx-powermail .powermail_fieldset .powermail_fieldwrap_check.layout3 .powermail_check_outer
{
   display: inline-block;
   width: auto;
   float: none;
}

a.buttonLink
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFF;
	background: #a77dc2;
	border: 2px #88A outset;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-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
{
	margin-left: 10px;
}

p.fax
{
	margin-left: 10px;
}

p.email
{
	margin-left: 10px;
}

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

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

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

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

div.csc-textpic-imagewrap
{
	z-index: 20;
}

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



@media only screen and (max-width: 1900px) 
{
	div#teaser
	{
		height: 480px;
	}
	div.atss
	{
		top: 60%;
	}

}

@media only screen and (max-width: 1700px) 
{
	div#teaser
	{
		height: 440px;
	}
}

@media only screen and (max-width: 1600px) 
{
	div#teaser
	{
		height: 420px;
	}
}

@media only screen and (max-width: 1500px) 
{
	div#teaser
	{
		height: 400px;
	}
}

@media only screen and (max-width: 1400px) 
{
	div#teaser
	{
		height: 380px;
	}
}

@media only screen and (max-width: 1300px) 
{
	div#teaser
	{
		height: 350px;
	}
}

@media only screen and (max-width: 1200px) 
{
	div#teaser
	{
		height: 320px;
	}
}

@media only screen and (max-width: 1100px) 
{
	div#teaser
	{
		height: 300px;
	}
	.pagesMenu.pagesLayout5 div.menuItem img
	{
		opacity: 1;
	}
}
@media only screen and (max-width: 960px) 
{
	div#teaser
	{
		height: 260px;
	}
	div#centreArea
	{
		margin-left: -400px;
		max-width: 758px;
		min-height: 200px;
		padding: 20px;
		top: -50px;
		width: 100%;
	}
	
	div#footerWrapper,
	div#header
	{
		width: 800px;
		margin: 0 auto;
	
	}
	
	div#logoTextWrapper
	{
		margin-left: 80px;
	}
	
	div#footer,
	div#topBar,
	div#centreArea
	{
		width: 100%;	
	}
	
	div#mainContent div#slider1,
	div#mainContent div#slider1 div.sliderOuterWrapper
	{
		width: 760px;	
	}
	
	div#mainContent article.layout2 .csc-textpic-image
	{
		height: 143px;
	}
	
	.pagesLayout0 div.menuItem
	{
		width: 50%;
	}
}

@media only screen and (max-width: 800px) 
{
	div#teaser
	{
		height: 240px;
	}
	div#centreArea
	{
		top: -50px;
		width: 100%;
		max-width: 638px;
		min-height: 200px;
		margin-left: -340px;
		padding: 20px;
	}
	
	div#logoTextWrapper
	{
		margin-left: 60px;
	}
	
	div#footerWrapper,
	div#header
	{
		width: 680px;
		margin: 0 auto;
	}
	
	#c14 img
	{
		display: block;
	}
	
	#logoTuev
	{
		display: none;	
	}
		
	div#mainMenu
	{
		display: none;	
	}
	
	div#mainContent div#slider1,
	div#mainContent div#slider1 div.sliderOuterWrapper
	{
		width: 630px;	
	}
	
	div#mainContent article.layout2 .csc-textpic-image
	{
		height: 120px;
	}
	/*
	.pagesLayout5 div.menuItem
	{
		width: 30%;
	}
	*/
}

@media only screen and (max-width: 680px) 
{
	.sideBarForm div.closedElement
	{
		font-size: 0.9rem;
	}
	div#teaser
	{
		height: 200px;
	}
	div#centreArea
	{
		margin-left: -290px;
		max-width: 538px;
		min-height: 200px;
		padding: 20px;
		top: -50px;
		width: 100%;
	}
	
	div#footerWrapper,
	div#header
	{
		width: 580px;
		margin: 0 auto;
	
	}
	div#mainContent div#slider1,
	div#mainContent div#slider1 div.sliderOuterWrapper
	{
		width: 540px;	
	}
	#centreArea .tx-powermail
	{
		width: 90%;
		margin: 0 auto;	
	}
	
	#centreArea .tx-powermail .powermail_fieldset .powermail_field
	{
		width: 100% !important;
	}
	
	.tx-powermail .powermail_fieldset .powermail_radio_outer, .tx-powermail .powermail_fieldset .powermail_captcha_outer, .tx-powermail .powermail_fieldset .powermail_check_outer, .tx-powermail .powermail_fieldset .powermail_fieldwrap_text, .tx-powermail .powermail_fieldset .powermail_fieldwrap_file_inner ul:not(.parsley-errors-list)
	{
		width: 100% !important;	
	}
	
	div#mainContent .layout1
	{
		width: 100%;
	}
	
	div#mainContent article.layout2 .csc-textpic-image
	{
		height: 101px;	
	}
	
	.pagesLayout0 div.menuItem
	{
		width: 100%;
	}
	
	.pagesLayout5 div.menuItem
	{
		width: 180px;
	}
	
}

@media only screen and (max-width: 580px) 
{
	div#teaser
	{
		height: 180px;
	}
	div#centreArea
	{
		max-width: 90%;
		padding: 4%;
		top: 0px;
		width: 100%;
		margin: 0 auto;
		left: 0;
	}
	
	div#logo
	{
		width: 70px;
		margin: 0 auto;
		display: block;
	}
	
	div#footerWrapper,
	div#header
	{
		width: 100%;
		margin: 0 auto;
		top: 0;
	
	}
	
	div#footer div#footerUpper div.upperFooterElement,
	div#footer div.footerElement
	{
		display: block;
		width: 100%;	
	}
	
	div#footer div.footerElement
	{
		margin: 0;
		margin-bottom: 1em;
		
	}
	
	div#footer div#footerUpper div.inside, div#footer div#footerLower div.inside
	{
		width: 95% !important;	
	}
	
	div#mainContent article.layout2
	{
		width: 100%;
		display: block;	
		margin-bottom: 1em;
	}
	div#mainContent article.layout2 .csc-textpic-imagewrap
	{
		width: 85%;
		margin: 0 auto;
		float: none;
	}
	
	div#mainContent div#slider1,
	div#mainContent div#slider1 div.sliderOuterWrapper
	{
		width: 265px;	
	}
	
	div#mainContent div#slider1
	{
		margin: 0 auto;	
	}
	div#logoTextWrapper
	{
		width: 100%;
		margin: 0 auto;
		display: block;
		top: auto;
		position: relative;
	}
	
	div#logoTextWrapper h2.logoTextDetail,
	div#logoTextWrapper h3.logoTextDetail
	{
		font-size: 11px;
		margin-bottom: 0px;	
		text-allign: center;
	}
	div.websiteDescription
	{
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	div#mainContent article.layout4 h2::before,
	div#mainContent article.layout4 h2::after,
	div#mainContent article.layout4 h3::before,
	div#mainContent article.layout4 h3::after,
	div#footer div#footerUpper .upperFooterHeader h2::before,
	div#footer div#footerUpper .upperFooterHeader h2::after,
	div#footer div#footerUpper .upperFooterHeader h3::before,
	div#footer div#footerUpper .upperFooterHeader h3::after
	{
		min-width: 10%;
	}
	
	.flex-direction-nav
	{
		display: none;	
	}
	
	.openedElement
	{
		top: -44% !important;	
	}
	.tx-powermail
	{
		width: 90%;	
	}
	
	div.center-header
	{
		height: 250px;	
	}
	
	div#mainContent article.layout2 .csc-textpic-image
	{
		height: auto !important;
	}
	
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap
	{
		max-width: 50%;
		margin: 0;	
	}
	.csc-textpic-intext-right-nowrap .csc-textpic-text
	{
		margin: 0;
	}

	div#mainContent article.layout5
	{
		width: 264px !important;
	}

}
@media only screen and (max-width: 400px) 
{
	div#teaser
	{
		height: 105px;
	}
	
	div#mainContent article.layout4 h2::before,
	div#mainContent article.layout4 h2::after,
	div#mainContent article.layout4 h3::before,
	div#mainContent article.layout4 h3::after,
	div#footer div#footerUpper .upperFooterHeader h2::before,
	div#footer div#footerUpper .upperFooterHeader h2::after,
	div#footer div#footerUpper .upperFooterHeader h3::before,
	div#footer div#footerUpper .upperFooterHeader h3::after
	{
		min-width: 0%;
	}
	
	.pagesLayout5 div.menuItem
	{
		width: 160px;
	}
	.pagesLayout5 .menuItem div.menuItemInner
	{
		height: 140px;
	}
	
}
@media only screen and (max-width: 340px) 
{
	div#teaser
	{
		height: 90px;
	}
	
	div#mainContent article.layout6 h2,
	div#mainContent article.layout6 h3
	{
		font-size: 19px !important;	
	}
	
	div#mainContent article.layout6
	{
		margin-top: 0.5em;	
	}
	div.csc-textpic-imagewrap
	{
		width: 95%;
		float: none !important;
		margin-left: auto;
		margin-right: auto;
	}
	div.csc-textpic div.csc-textpic-imagecolumn
	{
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.csc-textpic div.csc-textpic-imagecolumn figure.csc-textpic-image
	{
		display: block;
		width: auto;
		text-align: center;
	}
	
	.pagesLayout5 div.menuItem
	{
		width: 220px;
	}
	.pagesLayout5 .menuItem div.menuItemInner
	{
		height: 200px;
	}
	div.websiteDescription
	{
		font-size: 12px;
	}
}

/**************************************************
***************************************************
***
***	mobile Menu Begin
***
***************************************************
**************************************************/

/* Flexnav Base Styles */

.flexnav
{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
	-webkit-transform-style: preserve-3d;
	overflow: hidden; 
	margin: 0 auto;
	width: 98%;
	max-height: 0;
	position: absolute;
	font-family: "Lato",​Verdana,​sans-serif;
	text-transform: uppercase;
}

#mainMenuMobile
{
	position: fixed;
	height: 3em;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.flexnav.opacity
{
	opacity: 0;
}

.flexnav.flexnav-show 
{
	max-height: 2000px;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 100%;
}

.flexnav.one-page {
	position: fixed;
	top: 50px;
	right: 5%;
	max-width: 200px;
}

.flexnav li
{
	font-size: 1.5em;
	position: relative;
	overflow: hidden;
	
}

.flexnav li a
{
	position: relative;
	display: block;
	padding: 0.7em/*.96em*/;
	/*font-size: 2.4em;*/
	z-index: 12;
	overflow: hidden;
	color: #2eaadc/*#222222*/;
	background: rgba(216, 216, 216, 0.53)/*#a6a6a2*/;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-weight: 400;
	font-style: normal;
}

.flexnav li ul
{
	width: 100%;
}

.flexnav li ul li
{
	font-size: 1em;
	position: relative;
	overflow: hidden;
}

.flexnav li ul.flexnav-show li
{
	overflow: visible;
}

.flexnav li ul li a
{
	display: block;
	background: #075192;
}

.flexnav ul li ul li a
{
	background: #bfbfbc;
}

.flexnav ul li ul li ul li a
{
	background: #cbcbc9;
}

.flexnav .touch-button
{
	position: absolute;
	z-index: 900;
	top: 0;
	right: 0;
	width: 3em;
	height: 2.7em;
	display: inline-block;
	background: #acaca1;
	background: rgba(0, 0, 0, 0.075);
	text-align: center;
}

.flexnav .level2 .item-with-ul .touch-button
{
	z-index: 999;
}

.flexnav .touch-button:hover
{
	cursor: pointer;
}

.flexnav .touch-button .navicon
{
	position: relative;
	top: 0.9em;
	font-size: 1em;
	color: #fff/*#666*/;
	font-family: verdana !important;
	/*font-style: normal;*/
}

.flexnav .touch-button .navicon:after
{
	content:'▼';	
	font-style: normal;
	font-size: 0.8em;
}

.menu-button
{
	position: relative;
	display: block;
	padding: 1em;
	background: transparent /*#a6a6a2*/;
	color: transparent /*#222222*/;
	cursor: pointer;
	border-bottom: none;
	width: 3em;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.75em;
}

.menu-button.active
{
	width: auto;
	float: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2em;
	background: rgba(216, 216, 216, 0.53)/*#a6a6a2*/;
	color: #1265b5/*#222222*/;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

span.touch-button
{
	font-family: Helvetica, Arial, sans-serif;
}

.menu-button.one-page
{
	position: fixed;
	top: 0;
	right: 5%;
	padding-right: 45px;
}

.menu-button .touch-button
{
	background: transparent;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	/*width: 60px;*/
	height: 100%;
	display: inline-block;
	text-align: center;
}

.menu-button .touch-button .navicon
{
	font-size: 1em;
	position: relative;
	top: 0.1em;
	right: 0.5em;
	color: #2eaadc;
	font-family: verdana !important;
	font-style: normal;
	font-size: 2em;
	z-index: 40;
}
.menu-button .touch-button .navicon:after
{
	content:'\2261';	
}

.menu-button span.active .navicon
{
	color: #2eaadc;	
}

/*************************************
**************************************
****
****	Änderungen
****
**************************************
*************************************/

	#mainMenu li.level1 li.last-item
	{
		float: none;
	}
	
	ul.flexnav li.menuItem
	{
		display: block;
		float: none;
		padding: 0 !important;
		margin: 0 !important;
	}
	
	.flexnav-show
	{
		padding: 0;
		margin: 0;
		background-color: #fff;
	}
	.flexnav li
	{
		height: auto;	
	}
	.flexnav .clear
	{
		display: none;	
	}
	
@media all and (min-width: 800px) 
{
	
	#contentWrapper
	{
		padding-top: 0;
	}
	
	#mainMenuMobile
	{
		display: none;
	}
	
}
