@charset "utf-8";
/* CSS Document */

/* colours

 white: #FFF
 light-grey: #CCCCCC
 green: #66CC33
 dark-grey: #333333;

*/

html
{
	z-index: 0;
}

body
{
	font-family: Verdana;
	font-size: 12px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

body#page
{
	background-image: url(/fileadmin/templates/images/header_sitebackground_tile.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	color: #333333;
}

h1,h2,h3,h4,p,ol,ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h1
{
	font-size: 30px;
}

h2
{
	font-size: 22px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 12px;
}

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

a, a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div#header,
div#topWrapper,
div#lowerContent,
div#footer
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	width: 965px;
	background-repeat: no-repeat;
	text-align: left;
}

/* floating items */
div#leftContent,
div#centreContent,
div#rightContent,
#topMenu ul li.level1,
div#bottomLeftContent,
div#bottomCentreContent,
div#bottomRightContent,
div#lowerMenu,
div#copyright,
div#mainContent,
div.acceptJob,
div.viewFiles
{
	position: relative;
	display: block;
	z-index: 10;
}

/* left float */
div#leftContent,
div#centreContent,
#topMenu ul li.level1,
div#bottomLeftContent,
div#bottomCentreContent,
div#lowerMenu,
div#mainContent,
div.viewFiles
{
	float: left;
}

div#rightContent,
div#bottomRightContent,
div#copyright,
div.acceptJob
{
	float: right;
}

div#header
{
	height: 90px;
	background-image: url(/fileadmin/templates/images/header_top_background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 20;
}

div#logo
{
	position: absolute;
	top: 30px;
	left: 10px;
}

div#topMenu
{
	position: absolute;
	right: 25px;
	bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-bottom: -6px;
	color: #FFF;
	width: 570px;
	height: auto;
	font-size: 13px;
	z-index: 30;
}

#topMenu ul.sf-menu
{
	position: relative;
	width: 570px
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	list-style: none;
	width: 100%;
	z-index: 35;
}

#topMenu ul.sf-menu li.level1 a,
#topMenu ul.sf-menu li.level1 a:visited
{
	color: #CCCCCC;
	font-weight: bold;
}

#topMenu ul.sf-menu li.level1 a:hover
{
	color: #FFF;
	text-decoration: none;
}

#topMenu ul.sf-menu li.level1
{
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 20px;
	z-index: 40;
	width: auto;
}

li#majorLink
{
	list-style: outside disc !important;
}

li#majorLink a,
li#majorLink a:visited
{
	color: #66CC33 !important;
}

#topMenu ul.sf-menu li ul
{
	position: absolute;
	list-style: none;
	background-color: #FFF;
	width: auto;
	height: auto;
	margin-left: -20px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	text-transform: none;
	border: 1px #333333 solid;
	z-index: 150;
	/*
    opacity: 0.80;
    filter: alpha(opacity=80);*/ /* For IE8 and earlier */
}

#topMenu ul.sf-menu li ul li
{
	position: relative;
	float: none;
	display: block;
	height: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	z-index: 151;
}

#topMenu ul.sf-menu li.level1 ul li a,
#topMenu ul.sf-menu li.level1 ul li a:visited
{
	color: #000;
	z-index: 151;
	font-weight: normal;
}

#topMenu ul.sf-menu li ul li a:hover
{
	color: #333333 !important;
	z-index: 151;
}

div#topWrapper
{
	background-position: center top;
}

div#lang
{
	position: absolute;
	right: 5px;
	top: 15px;
}

div#teaser
{
	z-index: 10;
}

div#teaser img
{
	margin-top: 10px;
	margin-left: 7px;
	border-radius: 10px 10px 10px 10px;
	width: 950px;
	z-index: 12;
}

div#slogan
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 35px;
	margin-left: 25px;
	z-index: 10;
}

div#slogan h1
{
	line-height: 110%;
	z-index: 11;
}

div#slogan em
{
	color: #66CC33;
	font-style: normal;
}

div#slogan b,
div#slogan strong
{
	color: #FFF;
}

/* content items */
div#leftContent,
div#centreContent,
div#rightContent,
div#bottomLeftContent,
div#bottomCentreContent,
div#bottomRightContent,
div#mainContent
{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	min-height: 50px;
	overflow: hidden;
}

div#leftContent,
div#centreContent,
div#rightContent,
div#bottomLeftContent,
div#bottomCentreContent,
div#bottomRightContent
{
	width: 304px;
}

div#mainContent
{
	width: 610px;
}

div#centreArea
{
	z-index: 10;
	font-size: 13px;
	line-height: 18px;
}

#centreArea a,
#centreArea a:visited
{
	color: #999999;
	font-weight: normal;
}

.homeTop #centreArea a,
.homeTop #centreArea a:visited
{
	color: #000;
	font-weight: normal;
}

div#leftContent
{
}

div#centreContent
{
	z-index: 11;
}

div#bottomRightContent,
div#rightContent
{
	margin-right: 22px;
}

.contentTitle
{
	color: #FFF;
	height: 50px;
	margin-top: 1.1em;
}

div.contentTitle,
div.contentText
{
	margin-left: 20px;
	margin-right: 10px;
}

div.contentText
{
	margin-top: 25px;
}

.contentText .detail
{
	color: #66CC33;
	font-weight: bold;
	font-style: normal;
}

div#sideBar
{
	position: absolute;
	right: 8px;
	width: 320px;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 11;
}

.stdTop div#sideBar
{
	top: 140px;
}

.stdTop div#rightContent
{
}

.homeTop div#sideBar
{
	top: 255px;
	height: 480px;
}

.homeTop #sideBar div.certLogo
{
	position: absolute;
	width: 40%;
}

.homeTop #sideBar div#certLogo
{
	right: 10px;
	bottom: 10px;
}

.homeTop #sideBar div#badge
{
	left: 10px;
	bottom: 0px;
}

.homeTop #sideBar .certLogo img
{
	width: 100%;
	height: auto;
}

#sideBar div#sideBarImg
{
	position: absolute;
	top: 0px;
	left: 0px;
}

#sideBar div#sideBarImg img
{
	margin-top: 11px;
	margin-left: 12px;
}

div.homeTop
{
	background-image: url(/fileadmin/templates/images/home_frames_buttons2.png);
	z-index: 11;
	width: 965px;
	min-height: 640px;
}

div.stdTop
{
	background-image: url(/fileadmin/templates/images/small-top-frame.png);
	z-index: 11;
	min-height: 580px;
	overflow: hidden;
}

div.homeBar
{
	height: 380px;
	background-image: url(/fileadmin/templates/images/black-frame.png);
}


div.pageBar
{
	height: 430px;
	background-image: url(/fileadmin/templates/images/pages_infobox.png);
}


.homeBar #sideBarLink,
.pageBar #sideBarLink,
.homeBar div#sideBarText,
div#sideBarTextLang
{
	left: 20px;
	width: 280px;
}

.homeBar div#sideBarText
{
	position: absolute;
	top: 248px;
	height: 60px;
	overflow: hidden;
	color: #FFF;
}

div#sideBarTextLang
{
	position: absolute;
	top: 310px;
	height: 60px;
	overflow: hidden;
	color: #FFF;
}

.homeBar #sideBarText h3,
.homeBar #sideBarText h4
{
	color: #66CC33;
}

.homeBar #sideBarLink,
.pageBar #sideBarLink
{
	position: absolute;
	left: 10px;
	height: 20px;
	width: 300px;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-image: url(/fileadmin/templates/images/big-green-arrow.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.homeBar #sideBarLink
{
	top: 305px;
}

.pageBar #sideBarLink
{
	top: 360px;
}

#sideBarLink a,
#sideBarLink a:visited
{
	display: block;
	width: 100%;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

#sideBarLink a:hover
{
	text-decoration: none;
}

div#lowerWrapper
{
	position: relative;
	background-image: url(/fileadmin/templates/images/footer_sitebackground_tile.jpg);
	background-position: center 130px;
	background-repeat: repeat-x;
	height: 300px;
	width: 100%;
}

div#lowerContent
{
	position: relative;
	background-image: url(/fileadmin/templates/images/footer_rounded_light_bar.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 145px;
	font-size: 10px;
}

div.bottomContent
{
	margin-left: 30px;
	margin-top: 30px;
}

div#recommendation
{
	margin-left: 0px;
}

#recommendation h3
{
	display: block;
	height: 65px;
	width: 280px;
	text-indent: -10px;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 25px;
	margin-bottom: -5px;
	color: #FFF;
	background-image: url(/fileadmin/templates/images/big-bubble.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#recommendation em
{
	color: #66CC33;
	font-style: normal;
}

.clear
{
	clear: both;
	float: none;
}

div#footer
{
	font-size: 11px;
	text-align: left;
	padding-left: 0px;
	margin-top: 5px;
	clear: both;
}

div#lowerMenu
{
	margin-left: 30px;
	color: #FFF;
	clear: left;
}

div#lowerMenu a,
div#lowerMenu a:visited
{
	color: #FFF;
	font-weight: bolder;
}

div#copyright
{
	color: #000;
	margin-right: 20px;
}

div#copyright a,
div#copyright a:visited
{
	color: #000;
}

select#language_cell
{
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 1px;
}

#language_cell option
{
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

div#bottomMenu
{
	margin-top: 10px;
}

#bottomMenu table
{
	width: 100%;
	margin-left: 25px;
	margin-right: 25px;
}

#bottomMenu a,
#bottomMenu a:visited
{
	color: #333333;
}

#bottomMenu a:hover
{
}

table.contactForm
{
	width: 100%;
}

.contactForm th
{
	text-align: left;
}

.contactForm td
{
	padding-top: 4px;
}

.contactForm td.rowTwo
{
	vertical-align: top;
}

.contactForm td.send
{
	text-align: right;
}

.contactForm td.rowTwo table th
{
	padding-bottom: 4px;
}

table.contactForm textarea
{
	width: 200px;
	overflow: auto;
}

.contactForm textarea.contactItem
{
	height: 35px;
	background-color: #E3E3E3;
	background-repeat: repeat;
	border: 1px #CCCCCC inset;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.contactForm td.rowTwo textarea.contactItem
{
	height: 205px;
}

.contactForm input#contactSubmit
{
	border: none;
	color: #66CC33;
	font-size: 20px;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 10px;
	background: none;
	cursor: pointer;
}

.contactForm input#contactSubmit:hover
{
	color: #44AA22;
}

div#social
{
	margin-left: 30px;
	margin-top: 10px;
}

#social img#hiddenLogo
{
	display: none;
}

table.getQuote,
div.jobInfo,
table#confOrder
{
	font-size: 10px;
}

table.getQuote th
{
	text-align: left;
	width: 80%;
}

table.getQuote td
{
}

div#getQuoteData,
div.jobInfo
{
	position: relative;
	min-height: 220px;
	padding-bottom: 60px;
}

div#getQuoteSubmit,
div#cancelJob
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div#cancelJob
{
	text-align: center;
}

input#quoteSubmit,
a.trans_backlink
{
	width: 120px;
	border: none;
	cursor: pointer;
}

input#quoteSubmit
{
	height: 32px;
	background-image: url(/fileadmin/templates/images/translate_continuebutton.png);
}

a.trans_backlink
{
	display: block;
	height: 24px;
	margin-bottom: -3px;
	padding-top: 8px;
	background-image: url(/fileadmin/templates/images/translate_backbutton.png);
	color: #000;
}

a.trans_backlink:hover
{
	text-decoration: none;
}

a.trans_backlink:hover,
input#quoteSubmit:hover
{
	border: 1px #E3E3E3 outset;
}

form.getQuote
{
}

form.getQuote select
{
	font-size: 10px;
}

div.quoteInfo
{
	font-size: 10px;
	margin-top: -20px;
	margin-bottom: 5px;
	min-height: 15px;
}

.quoteInfo em
{
	color: #CC0000;
}

table.getQuote
{
}

.getQuote th
{
	width: 120px;
	text-align: left;
	vertical-align: top;
}

input.bsd_file_upload[type='file']
{
	font-size: 10px;
}

input.quoteInput,
textarea.quoteInput
{
	width: 155px;
}

textarea.quoteInput2,
textarea#textValue
{
	width: 275px;
}

div.fileCost,
div.textCost
{
	display: block;
	position: relative;
	float: right;
	width: 240px;
}

div.fileDeleteForm,
div.textDeleteForm
{
	display: block;
	position: relative;
	float: left;
}

input.bsd_file_delete
{
	background: #F0F0F0 url(/typo3conf/ext/bsd_trans_portal/res/images/delete.png) no-repeat center;
	height: 24px;
	width: 24px;
}

input.bsd_file_delete:hover
{
	background: #A0A0A0 url(/typo3conf/ext/bsd_trans_portal/res/images/delete.png) no-repeat center;
}

div.paypal-img
{
	padding-left: 0px;
	padding-top: 5px;
	text-align: left;
}
input.paypal-button
{
	background: #FFFFFF url(/typo3conf/ext/bsd_trans_portal/res/images/paypal.gif) no-repeat top center;
	border: none;
	width: 165px; 
	height: 60px;
}

input.paypal-button:hover
{
	border-bottom-color: #000000;
	border-right-color: #000000;
	
	cursor: pointer;
}

ul.csc-menu-1
{
	list-style: none;
	margin-left: 5px;
	margin-top: 5px;
	padding-left: 5px;
}

.tx-bsdtransportal-pi2 h2
{
	font-size: 14px;
}

.tx-bsdtransportal-pi1 div#leftContent
{
	margin-left: -10px;
	width: 322px;
}

div.csc-frame-rulerAfter
{
	border-bottom: 1px #808080 solid;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

td#comboNA
{
	padding-top: 20px;
}

.getQuote .bodytext a,
.getQuote .bodytext a:visited
{
	cursor: pointer;
}

table#confirmPayPal
{
	border: #CC0000 2px groove;
	margin-left: -8px;
	margin-top: 10px;
}

div.acceptJob
{
	text-align: right;
	width: auto;
	margin-right: 110px;
}

div.viewFiles
{
	width: auto;
}

form.acceptJob
{
	height: 35px;
	margin-top: 5px;
}

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

#bottomMenu .itemBlock
{
    display: inline-block;
    width: 16.4%;
	margin: 0.1%;
	vertical-align: top;
}

/*************************************
**************************************
****
****	Powermail
****
**************************************
*************************************/

fieldset.powermail_fieldset
{
	border: none;
	display:inline-block;
	vertical-align: top;
}

fieldset.powermail_fieldset_1
{
	width: 52%;
}

fieldset.powermail_fieldset_2
{
	width: 39%;	
}

.tx-powermail h3
{
	display: none;
}

fieldset.powermail_fieldset label
{
	font-weight: bold;
	float: left;
	clear: both;
	width: 75px;
}

fieldset.powermail_fieldset legend
{
	display: none;	
}

fieldset.powermail_fieldset input
{
	background-color: #e3e3e3;
	/*float: right;*/
	clear: both;
	height: /*30px*/20px;
	width: 220px;
}

fieldset.powermail_fieldset_2 label
{
	float: none;
	display: block;
}

fieldset.powermail_fieldset_2 textarea
{
	height: /*240px*/139px;
	float: none;
	width: 90%;
	background-color: #e3e3e3;
}

fieldset.powermail_fieldset_2 .powermail_submit
{
	border: none;
	font-size: 22px;
	font-weight: bold;
	color: #66cc33;
	background-color: transparent !important;
	float: right;
	height: 30px;
}

@media only screen and (max-width: 965px)
{
	div#header,
	div#topWrapper,
	div#lowerContent,
	div#footer,
	div#teaser img
	{
		width: 800px;	
	}
	
	#sideBar div#sideBarImg,
	.homeBar #sideBarLink,
	.pageBar #sideBarLink ,
	.homeBar div#sideBarText,
	div#sideBar
	{
		position: relative;
		top: auto!important;
	}
	
	div#sideBar
	{
		margin: 0 auto;
		right: auto;
	}
	
	div#leftContent,
	div#centreContent
	{
		width: 45%;
		margin: 0 2.5%;
		background-image: url("/fileadmin/templates/images/home_frames_buttons2_crop.png");
		/*background-size: 100% auto;*/
    	background-repeat: no-repeat;
	}
	div#centreArea
	{
		background-color: #FFF;
		 border-radius: 10px 10px 0px 10px;
	}
	div#teaser,
	div#teaser img
	{
		width: 100%;
		margin-left: 0;
	}
	.contentTitle
	{
		color: #3E3E3E;
		height: auto;
	}
	.homeTop div.contentText
	{
		margin-top: 4em;
	}
	div#rightContent
	{
		background-image: url("/fileadmin/templates/images/home_frames_buttons2_crop.png");
		/*background-size: 100% auto;*/
    	background-repeat: no-repeat;
		float: left;
	}

	.homeTop div#rightContent
	{
		background-image: none;	
	}
	
	div.homeTop
	{
		background-image: none;	
	}
		
	#bottomMenu .itemBlock
	{
		width: 110px;
	}
	
	#bottomMenu #bottomMenuInnerWrapper
	{
		width: 680px;
		margin: 0 auto 15px auto;	
	}
	
	div#mainContent
	{
		width: 100%;	
	}
	
	div.stdTop
	{
		background-image: none;
	}
}

@media only screen and (max-width: 800px)
{
	div#header,
	div#topWrapper,
	div#lowerContent,
	div#footer,
	div#teaser img
	{
		width: 100%;	
	}
	.contentTitle
	{
		height: auto;
	}
	.homeTop div.contentText
	{
		margin-top: 3.5em;
	}
	div#topMenu
	{
		display: none;	
	}
	div#bottomRightContent, div#rightContent, div#bottomLeftContent
	{
		margin-right: auto;
		float: left;	
	}
	
	div#lang
	{
		position: absolute;
		right: 5px;
		top: 72px;
	}

	div#mainContent
	{
		background-color: white;	
	}
	
	.contentTitle
	{
		color: #000;	
	}
	
	.tx-bsdtransportal-pi1 div#leftContent
	{
		margin-left:0px;
		width: 304px;
	}

}
@media only screen and (max-width: 580px)
{
	fieldset.powermail_fieldset_2 textarea
	{
		width: 220px;
	}
}
@media only screen and (max-width: 580px)
{
	div#leftContent,
	div#centreContent
	{
		width: 95%;
		float: none;
		background-image: url("/fileadmin/templates/images/home_frames_buttons2_crop.png");
		/*background-size: 100% auto;*/
    	background-repeat: no-repeat;
	}
	
	div#slogan
	{
		max-width: 95%;
		margin-left: 20px;
		margin-top: 20px;
		/*background-color: rgba(169,169,169,0.70);*/
	}
	div.homeTop
	{
		background-image: none;	
	}
	
	div#slogan h1
	{
		font-size: 20px;
	}
	
	div.slide
	{
		height: 150px;
		overflow: hidden;	
	}
	
	div#teaser img
	{
		width: auto;
		height: 100%;
		margin-left: -50%;
	}
	.homeTop div#teaser img
	{
		width: 100%;
		height: auto;
		margin-left: 0;
	}
	div.quoteInfo
	{
		margin-top: 0;
	}
	div#getQuoteData, 
	div.jobInfo
	{
		min-height: 0;
		height: auto;
	}
	
	
	
}

@media only screen and (max-width: 480px)
{
	#bottomMenu #bottomMenuInnerWrapper
	{
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	
	div#teaser img
	{
		margin-left: -100%;
	}
	.homeTop div#teaser img
	{
		width: auto;
		height: 100%;
		margin-left: -20%;
	}
	#bottomMenu .itemBlock
	{
		width: 40%;
		margin-right: 5%;
	}
	div#slogan em
	{
		color: #000;
		font-style: normal;
	}
	div#copyright
	{
		float: none;
		margin-left: 1em;
	}
	table.getQuote th
	{
		width: auto;
	}
	textarea.quoteInput2, 
	textarea#textValue
	{
		max-width: 90%;
	}
	.tx-bsdtransportal-pi1 div#leftContent
	{
		margin-left:0px;
		width: 95%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 380px)
{
	div#teaser img
	{
		margin-left: -130%;
	}
	.homeTop div#teaser img
	{
		margin-left: -50%;
	}
}
@media only screen and (max-width: 325px)
{
	#bottomMenu .itemBlock
	{
		width: 90%;
		margin-left: 5%;
		margin-right: auto;
	}
}

/*************************************
**************************************
****
****	flexnav mobile Navigation
****
**************************************
*************************************/

.flexnav * ul,
.flexnav * ol,
.flexnav * p
{
	margin: 0;	
	padding: 0;
}

/* 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: 100%;*/
	max-height: 0;
	position: absolute;
}

#mainMenuMobile
{
	position: absolute;
	height: 3em;
	top: 0;
	left: 0;
	width: 99%;
	z-index: 1012;
	background-color: transparent;
}

#mainMenuMobile *
{
	z-index: 1013;
}

.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.4em;
	position: relative;
	overflow: hidden;
	
}

.flexnav li a
{
	position: relative;
	display: block;
	padding: 0.7em/*.96em*/;
	/*font-size: 2.4em;*/
	z-index: 2;
	overflow: hidden;
	color: #222222;
	background: white;
	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: lightgrey;
}

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

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

.flexnav .touch-button .navicon
{
	position: relative;
	top: 0.9em;
	font-size: 1em;

	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.35em;
	z-index: 1010;
}

.menu-button.active
{
	width: auto;
	float: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	background: white;
	color: #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: 1999;
	top: -0.2em;
	right: 0.3em;
	/*width: 60px;*/
	height: 100%;
	display: inline-block;
	text-align: center;
}

.menu-button .touch-button .navicon
{
	font-size: 1em;
	position: relative;
	/*top: 0.2em;*/
	right: 0/*.5em*/;
	color: #fff;
	font-family: verdana !important;
	font-style: normal;
	font-size: 2em;
}

.menu-button.active .touch-button .navicon
{
	color: #000;	
}
.menu-button.active .touch-button
{
	top: 0;
}
.menu-button .touch-button .navicon:after
{
	content:'\2261';	
}

/*************************************
**************************************
****
****	Ä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: lightgrey;
	}
	.flexnav li
	{
		height: auto;	
	}
	.flexnav .clear
	{
		display: none;	
	}
	
@media all and (min-width: 800px) {
	
	#contentWrapper
	{
		padding-top: 0;
	}
	
	#mainMenuMobile
	{
		display: none;
	}
	
}
