/*
 * Service Navigation und Country/Language Selektor aus bahn.css
 */
header select, header input, #language-selector-layer span, #language-selector-layer ul, #country-selector-layer span, #country-selector-layer ul {
	border: 1px solid #768086;
	color: #333;
	padding: 0 4px;
}
header label {
	position: absolute;
	left: -9999em;
}
#service-nav {
	float: right;
	margin-right: 10px;
}
#service-nav li {
	display: block;
	float: left;
}
#language-selector-layer span,
#country-selector-layer span,
#service-nav li a {
	border-left: 1px solid #696969;
	display: block;
	float: left;
	line-height: 1;
	margin: 6px 0 5px;
	padding: 0 10px;
}
#service-nav li a {
    border-left: none;
    border-right: 1px solid #646973;
    color: #646973;
    padding-top: 2px;
}
#service-nav li a:hover {
    color: #F01414;
}
#service-nav li a.first,
#service-nav li a.font-normal,
#service-nav li a.font-large,
#service-nav li a.font-xl {
	border-left: 0 none;
}
#font-sizer,
#service-nav #font-sizer {
	display: none;
}

/* language selection */
#language-selector,
#country-selector{
	float: right;
	margin-top: 2px;
	margin-right: 16px;
	width: 158px;
}
#language-selector select,
#country-selector select{
	padding: 0;
}
#language-selector option,
#country-selector option{
	padding-left: 8px;
}
#language-selector p {
	background: url(../img/flags.gif) 0 0 no-repeat;
	padding-left: 24px;
}
/* Country-Selector */
#country-selector {
    line-height: 24px;
}
#country-selector *:focus {
    outline: none;
}
#country-select {
    border: 1px solid #646973;
    height: 22px;
}
#country-select option {
    line-height: 22px;
}
/* positioniert das Hintergrundbild vor der Select-Box, um die richtige Sprache anzuzeigen */
#language-selector p.de, #country-selector p.de {background-position: 0 0}
#language-selector p.en, #country-selector p.en {background-position: 0 -40px}
#language-selector p.es, #country-selector p.es {background-position: 0 -80px}
#language-selector p.it, #country-selector p.it {background-position: 0 -120px}
#language-selector p.nl, #country-selector p.nl {background-position: 0 -160px}
#language-selector p.da, #country-selector p.da {background-position: 0 -200px}
#language-selector p.pl, #country-selector p.pl {background-position: 0 -240px}
#language-selector p.tr, #country-selector p.tr {background-position: 0 -280px}
#language-selector p.fr, #country-selector p.fr {background-position: 0 -320px}

#language-selector p select,
#language-selector p option,
#country-selector p select,
#country-selector p option{
	background-image: none !important;
}
#language-select-button,
#country-select-button{
	display: block;
	margin-left: 8px;
}
#language-selector select, #language-selector button, #country-selector select, #country-selector button {float: left}

/*********************/
/* Language selector */
/*********************/

#country-selector div.selectbox-wrapper {
	position: absolute;
	width: 300px;
	background-color: white;
	border: 1px solid #768087;
	border-top: none;
	margin: 0;
	margin-top: -1px;
	padding: 0 0 5px 8px;
	font-size: 1.6em;
	/*max-height: 200px; */
	overflow: auto;
}
header div.selectbox-wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
header div.selectbox-wrapper ul li {
 	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px 2px 2px 25px;
	cursor: pointer;
	font-size: 0.9em;
}

header .selectbox {
	margin: -1px 0 10px 0;
	padding: 1px 2px 1px 0 !important;
	height: 1.3em;
	width : 9.5em;
	display : block;
	text-align: left;
	background: url('../img/arrow.gif') right no-repeat;
	cursor: pointer;
	border: 1px solid #768087;
	color: #333;
}

header div.selectbox-wrapper ul li.current {
	text-decoration: underline;
}

header #country-selector .bel,
#countrypicker .bel {
	background: transparent url(../img/flaggen4.gif) 0 3px no-repeat;
}
header #country-selector #country-select_input .bel {
	background-position: 0 2px;
}

header #country-selector .nld,
#countrypicker .nld {
	background: transparent url(../img/flaggen4.gif) 0 -96px no-repeat;
}
header #country-selector #country-select_input .nld {
	background-position: 0 -98px;
}

header #country-selector .pol,
#countrypicker .pol {
	background: transparent url(../img/flaggen4.gif) 0 -196px no-repeat;
}
header #country-selector #country-select_input .pol {
	background-position: 0 -198px;
}

header #country-selector .ita,
#countrypicker .ita {
	background: transparent url(../img/flaggen4.gif) 0 -296px no-repeat;
}
header #country-selector #country-select_input .ita {
	background-position: 0 -298px;
}

header #country-selector .che ,
#countrypicker .che {
	background: transparent url(../img/flaggen4.gif) 0 -398px no-repeat;
}
header #country-selector #country-select_input .che {
	background-position: 0 -398px;
}

header #country-selector .swe,
#countrypicker .swe {
	background: transparent url(../img/flaggen4.gif) 0 -496px no-repeat;
}
header #country-selector #country-select_input .swe {
	background-position: 0 -498px;
}

header #country-selector .cze,
#countrypicker .cze {
	background: transparent url(../img/flaggen4.gif) 0 -1696px no-repeat;
}
header #country-selector #country-select_input .cze {
	background-position: 0 -1698px;
}


header #country-selector .dnk,
#countrypicker .dnk {
	background: transparent url(../img/flaggen4.gif) 0 -596px no-repeat;
}
header #country-selector #country-select_input .dnk {
	background-position: 0 -598px;
}

header #country-selector .gbr,
#countrypicker .gbr {
	background: transparent url(../img/flaggen4.gif) 0 -1596px no-repeat;
}

header #country-selector #country-select_input .gbr {
	background-position: 0 -1598px;
}

header #country-selector .irl,
#countrypicker .irl {
	background: transparent url(../img/flaggen4.gif) 0 -797px no-repeat;
}
header #country-selector #country-select_input .irl {
	background-position: 0 -798px;
}

header #country-selector .fra,
#countrypicker .fra {
	background: transparent url(../img/flaggen4.gif) 0 -896px no-repeat;
}
header #country-selector #country-select_input .fra {
	background-position: 0 -898px;
}

header #country-selector .aut,
#countrypicker .aut {
	background: transparent url(../img/flaggen4.gif) 0 -996px no-repeat;
}
header #country-selector #country-select_input .aut {
	background-position: 0 -998px;
}

header #country-selector .esp,
#countrypicker .esp {
	background: transparent url(../img/flaggen4.gif) 0 -1096px no-repeat;
}
header #country-selector #country-select_input .esp {
	background-position: 0 -1098px;
}

header #country-selector .tur,
#countrypicker .tur {
	background: transparent url(../img/flaggen4.gif) 0 -1197px no-repeat;
}
header #country-selector #country-select_input .tur {
	background-position: 0 -1198px;
}

header #country-selector .deu,
#countrypicker .deu {
	background: transparent url(../img/flaggen4.gif) 0 -1296px no-repeat;
}
header #country-selector #country-select_input .deu {
	background-position: 0 -1298px;
}

header #country-selector .usa,
#countrypicker .usa {
	background: transparent url(../img/flaggen4.gif) 0 -1497px no-repeat;
}
header #country-selector #country-select_input .usa {
	background-position: 0 -1498px;
}

header #country-selector .oc,
#countrypicker .oc {
	background: transparent url(../img/flaggen4.gif) 0 -1396px no-repeat;
}
header #country-selector #country-select_input .oc {
	background-position: 0 -1398px;
}

/*---------------------------------------------------------------------
 * Search form
 *---------------------------------------------------------------------*/
#searchform {
	float: right;
	margin: 1px 16px 0 0;
	text-align: right;
	top: 24px;
	position: relative;
}
#contentSearch {
	margin-left: 15px;
}
#TB_window #contentSearch {
	margin-left:0;
}
#searchform p {
	float: left;
}
#searchform input.search-field {
    line-height: 1.4em;
    margin-right: 0;
    padding: 0 24px 0 4px;
    *padding-top: 2px;
    height: 22px;
    *height: 20px;
    width: 148px;
	box-sizing: content-box;
}
#searchform input.search-button {
    background: url(../img/topnav_bg.png) no-repeat -64px -29px;
    border: none;
    position: absolute;
    height: 22px;
    width: 17px;
    right: 2px;
    top: 1px;
}

/* search form autocomplete */
.autocomplete-suggestions {
	border: 1px solid #999;
	background: #FFF;
	overflow: auto;
	color: #333;
	font-size:12px;
}
.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}
.autocomplete-selected {
	background: #6699FF;
	color: #fff;
}

/*
 * ENDE -> STYLES AUS BAHN CSS !!!
 */


/********************************************************
 *
 * Elemente aus dem regulären Seitentemplate anpassen
 *
 ********************************************************/
html {
	-webkit-font-smoothing: auto;
}
body {
	background-color: #CECECE;
}
header {
	z-index: 10002 !important;
}
/*
 * Service Nav, Main Nav und Country Selector für Hilfecenter Template optimieren
 */
#print-footer {
	display: none;
}
#service-nav {
	position: relative;
	top: 24px;
	float: right;
}
#country-selector {
	position: relative;
	top: 24px;
	float: right;
}
header div.selectbox-wrapper {
	box-sizing: content-box;
}
header div.selectbox {
	font-size: 11px !important;
	line-height: 16px;
}
header div.selectbox-wrapper ul li {
	font-size: 11px !important;
}
header #service-nav li a {
	font-size: 11px !important;
}
@media (max-width: 992px) {
	.mainnav nav {
		height: auto !important;
		background-color: #fff !important;
	}
	.mainnav .flyout {
		display: none !important;
	}
	.mainnav .pull-right, .mainnav .pull-left {
		width: 100% !important;
		float: none;
		clear: both;
		padding-left: 8px;
	}
	.mainnav li {
		float: none;
		clear: both;
		padding-left: 0px;
		padding-right: 0px;
		background: none !important;
	}
	.mainnav li a {
		background: none !important;
		color: #333 !important;
		width: 272px;
	}
	.mainnav a {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	header {
		z-index: 1000 !important;
	}
	#service-nav {
		right: 38px;
		top: 16px;
	}
	#country-selector {
		right: 38px;
		top: 16px;
	}
	#searchform {
		right: 38px;
		top: 16px;
	}
}

@media (max-width: 840px) {
	#country-selector {
		display: none;
	}
}

@media (max-width: 682px) {
	.module-faqform section .tabs-navigation a {
		width: 141px !important;
	}
	.module-faqform section .tabs-navigation a.selected {
		width: 140px !important;
	}
	#service-nav {
		display: none;
	}
}

@media (min-width: 992px) {
	div.wrapper {
		background: #f2f2f2 url(../img/content-bg.png) left top repeat-y;
		margin: 0 auto;
		padding: 0 10px;
		position: relative;
		width: 1000px;
		max-width: 1000px
	}
	body.normal-nav header,
	body.ipad-nav header {
		height: 71px;
	}
	body.normal-nav header .logo,
	body.ipad-nav header .logo {
		margin: 16px;
	}
	.module {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/********************************************************
 *
 * FAQ Formular
 *
 ********************************************************/
.module-faqform section {
	width: 780px;
	top: 300px;
	left: 100px;
	margin: 0 auto 32px auto;
	overflow: visible;
}
.module-faqform section .tabs {
	position: relative;
}
.module-faqform .tabs {
	z-index: 100;
}
.module-faqform .clearfix {
	zoom: 1;
}
.module-faqform section .tabs nav {
	overflow: auto;
	position: relative;
	float: none;
	top: 2px;
	left: 0;
	height: 100%;
	z-index: 100;
}
.module-faqform section ul {
	font-size: 1em;
	margin: 0;
	padding: 0;
	list-style: none;
}
.module-faqform section .tabs-navigation {
	float: left;
	width: auto;
}
.module-faqform section .tabs ul {
	list-style: none;
}
.module-faqform section .tabs-navigation li {
	float: left;
}
.module-faqform section .tabs-navigation a {
	position: relative;
	display: block;
	width: 191px;
	text-align: center;
	font-family: DBSansRegular, Arial, Helvetica, "sans serif";
	font-size: 0.875em;
	color: #333333;
	text-decoration: none;
	margin-left: 4px;
	padding: 13px 0 8px 0;
	background-color: #fff;
	opacity: 0.95;
}
.module-faqform section .tabs-navigation a.first-item {
	margin-left: 0;
	padding-left: 1px;
}
.module-faqform section .tabs-content li.selected {
	position: relative;
	display: block;
	border: none;
	border-top: 2px #878c96 solid;
}
.module-faqform section .tabs-navigation a.selected {
	position: relative;
	width: 190px;
	font-family: DBSansBold, Arial, Helvetica, "sans serif";
	padding: 11px 0 10px 0;
	border-left: 2px #878c96 solid;
	border-top: 2px #878c96 solid;
	border-right: 2px #878c96 solid;
	opacity: 1;
}
.module-faqform section .tabs ul {
	list-style: none;
}
.module-faqform section .tabs-content {
	background: #fff;
	min-height: 0;
	z-index: 110;
}
.module-faqform li.selected {
	position: relative;
	display: block;
	border: 2px #878c96 solid;
}
.module-faqform section .tabs-content li {
	display: none;
}
.module-faqform section fieldset {
	border: none;
	border-bottom: 1px solid #f5f5f5;
	padding: 10px 14px;
	margin: 20px 0px;
}
.module .input-wrapper {
	position: relative;
	border: 1px solid #878c96;
	height: 32px;
	width: 298px;
	margin: 10px 10px 10px 0px;
	background: #fff;
}
.module .input-wrapper input:focus {
	background-color: #fff;
	outline: 0;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5) inset;
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5) inset;
	box-shadow: 0 0 4px rgba(0,0,0,0.5) inset;
}

.module input.submit-btn {
	margin: 10px 10px 10px 10px;
	min-width: 160px;

}
.module .input-wrapper .label-inside {
	background: url("../img/ico/transparent.png") repeat scroll 0 0 transparent;
	z-index: 1;
	position: relative;
}
.module .input-wrapper input {
	border: none;
	width: 289px;
	padding-left: 9px;
	height: 19px;
}
.module input.text {
	font-family: DBSansBold, Arial, Helvetica, "sans serif";
	font-size: 0.875em;
	color: #333333;
	height: 100%;
}
.module input.text::-webkit-input-placeholder {
	font-family: DBSansRegular;
	color: #878c96;
}
.module input.text:-moz-placeholder {
	font-family: DBSansRegular;
	color: #878c96;
}
.module input.text::-moz-placeholder {
	font-family: DBSansRegular;
	color: #878c96;
}
.module input.text:-ms-input-placeholder {
	font-family: DBSansRegular;
	color: #878c96;
}

.module-faqform.contentform {
	background: none;
	height: auto;
	margin-top: -100px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.module-faqform section {
	top: 0px;
	left: 0px;
	margin: 0px;
}
.module-faqform section h2 {
	margin-top: 0px !important;
}
.module-faqform section .tabs-navigation a {
	padding: 13px 0 10px 0;
}
.module-faqform section .tabs-navigation a.selected {
	padding: 11px 0 10px 0;
}
.module-faqform section .tabs-navigation a.selected {
	border-top: 4px solid #F01414;
}
.module-faqform section .tabs-content .selected:after {
	right: 0;
}
.module-faqform .tabs-content .selected:before,
.module-faqform .tabs-content .selected:after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#878c96),to(transparent));
    background-image: -webkit-linear-gradient(#878c96,transparent);
    background-image: -moz-linear-gradient(#878c96,transparent);
    background-image: -o-linear-gradient(#878c96,transparent);
    background-image: linear-gradient(#878c96,transparent);
    top: -2px;
    bottom: -2px;
    width: 2px;
}
.module-faqform section {
	height: 100%;
	width: 100%;
}
.module-faqform section .input-wrapper {
	width: 100%;
}
.module-faqform section .input-wrapper input {
	width: 100%;
	padding-left:9px;
}

.module-faqform .row .flex {
	display: flex;
}
.module.module-faqfilter + .searchresult {
	padding-top: 0px;
}
@media (max-width: 992px) {
	.module-faqform.contentform {
		position: relative;
		margin: -60px 0px -20px 0px;
		padding-top: 0px;
		width: 100%;
		height: auto;
	}
	.module-faqform.contentform .container-fluid {
		padding-left: 0px;
		padding-right: 0px;
	}
	.module-faqform.contentform section fieldset {
		margin-left: 8px;
		margin-right 8px;
	}
	.module-faqform .tabs-content .selected:before,
	.module-faqform .tabs-content .selected:after {
		background-image: none;
	}
	.module-faqform section .tabs-navigation {
		margin-left: 8px;
	}
}

@media (max-width: 682px) {
	.module-faqform {
		padding-bottom: 0px;
		height: auto !important;
	}
	.module-faqform .row .flex.wrap-xs {
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}
}

/*---------------------------------------------------------------------
 * Style attachment content in Searchresult
 *---------------------------------------------------------------------*/
.module-accordion ul li .accordion-content .more.attachment h3 {
	margin: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.module.module-accordion ul li .accordion-content .more.attachment a {
	font-size: 1em;
	font-weight: bold;
	color: rgb(255, 0, 0);
}
.module.module-accordion.searchresult ul li:first-child {
	border-top: 1px solid #e4e4e4;
}
.module.module-accordion ul li .accordion-content form {
	margin-top: 10px;
}
.module.module-accordion ul li .accordion-content form label {
	font-size: 12px;
	font-weight: normal;
	margin-top: 16px;
	line-height: 20px;
}
.module.module-accordion ul li .accordion-content .input-wrapper {
	margin: 10px;
	width: 46%;
}
.module.module-accordion ul li .accordion-content .input-wrapper input {
	width: 100%;
}

@media (min-width: 768px) {
	.module.module-accordion ul li .accordion-content .video-wrapper {
		margin-bottom: 22px;
	}
}

@media (max-width: 768px) {
	.module.module-accordion ul li .accordion-content .input-wrapper {
		margin: 10px 0 10px 10px;
		width: 73%;
	}

	.module.module-accordion ul li .accordion-content input.submit-btn {
		float: none;
	}
}

/*---------------------------------------------------------------------
 * Search form FAQ - Suchergebnisseite
 *---------------------------------------------------------------------*/
.module-faqform.searchresult {
	padding-top: 0px;
	padding-bottom: 0px;
}
.module-faqform.searchresult .container-fluid {
	background-color: #F5F5F5;
}
/* .module-faqform.searchresult .row { */
/* 	padding: 25px 0px 40px 0px; */
/* } */
.module-faqform.searchresult section fieldset {
	padding-left: 0px;
}
.module-faqform.searchresult section .input-wrapper {
	margin-left: 0px;
}

/* compensate empty space after stage module */
.module-stage + .module-faqform.searchresult {
	margin-top: -8px;
}
@media (min-width: 992px) {
	/* compensate empty space after stage module */
	.module-stage + .module-faqform.searchresult {
		margin-top: -20px !important;
	}
	.module-faqform.contentform .row {
		margin-left: -25px;
		margin-right: -25px;
	}
}
@media (min-width: 768px) {
	/* compensate empty space after stage module */
	.module-stage + .module-faqform.searchresult {
		margin-top: -16px;
	}
}
@media (max-width: 768px) {
	.module-faqform.searchresult .row {
		padding: 0px 0px 0px 0px;
	}
}
@media (max-width: 992px) {
	.module-faqform.searchresult:first-child {
		padding-top: 64px;
	}
	.module-faqform.searchresult {
		padding-bottom: 0px;
	}
}

.module-accordion .paging {
	margin-top: 22px;
}
.module-accordion .paging a {
	background: url(../img/micro/icons/ico_arrow-red-right.png) no-repeat 0 3px;
}
.module-accordion .paging a.load-more {
	background: url(../img/micro/icons/ico_arrow-red-down.png) no-repeat 0 5px;
	padding-left: 16px;
}
.module-accordion .paging a.pull-right {
	margin-top: 4px;
}

/*---------------------------------------------------------------------
 * Search form FAQ - Filter
 *---------------------------------------------------------------------*/
.module-faqfilter {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.module-faqfilter #filtergroup_category1 {
	font-size: 14px;
}
.module-faqfilter #filtergroup_category1 ul {
	border: none;
	width: 100%;
	padding: 5px 0px 5px 0px;
}
.module-faqfilter #filtergroup_category1 ul li {
	width: auto;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.module-faqfilter #filtergroup_category2 {
	font-size: 0.88em;
	display: none;
}
.module-faqfilter #filtergroup_category2 .flex {
	height: auto;
	background-color: #f5f5f5;
	border: 1px solid #D7DEE2;
	margin-bottom: 18px;
	margin-top: -2px;
	display: flex;
}
.module-faqfilter #filtergroup_category2 .flex ul {
	border: none;
	display: block;
	margin-bottom: 0px;
	padding: 5px 0px 5px 0px;
	width: 100%
}
.module-faqfilter #filtergroup_category2 .flex ul li {
	border: none;
	width: 24%;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
}


@media (max-width: 768px) {
	.module-faqfilter #filtergroup_category2 .flex ul li {
		width: 49%;
	}
	.module.module-breadcrumb + .module-faqfilter {
		padding-top: 0px;
	}
}
/*---------------------------------------------------------------------
 * Breadcrumb
 *---------------------------------------------------------------------*/
.module-breadcrumb {
	margin: 0px;
}
.module-breadcrumb ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.module-breadcrumb li.first {
	background: 0;
	padding: 0;
}
.module-breadcrumb li {
	background: transparent url(../img/icons.gif) 5px -1142px no-repeat;
	padding-left: 20px;
	float: left;
}
.module-breadcrumb a.active {
	color: #333;
	cursor: auto;
	text-decoration: none;
}
.module-breadcrumb a span {
	font-size: 14px;
}
@media (max-width: 992px) {
	.module-breadcrumb:first-child {
		padding-top: 88px; /* 64px + 20px */
	}
}
/*---------------------------------------------------------------------
 * Radio and Checkbox Styles
 *---------------------------------------------------------------------*/
.module-faqform .radio-group {
	font-size: 0.88em;
	margin: 0px 0px 10px 0px;
	padding-top: 10px;
}
.module-faqform .radio-group>span {
	margin-right: 1em;
}

.module input[type='radio'] + label {
	background: url(../img/micro/icons/radio.png) no-repeat 0 0;
}

.module input[type='radio']:checked + label {
	background: url(../img/micro/icons/radio_act.png) no-repeat 0 0 !important;
}
.module input[type='checkbox']+label {
	background: url(../img/micro/icons/checkbox.png) no-repeat 0 0;
}
.module input[type='checkbox']:checked + label {
	background: url(../img/micro/icons/checkbox_act.png) no-repeat 0 0 !important;p
}
.module input[type="checkbox"], input[type="radio"] {
	opacity: 0;
	width: 0px;
}
.module input[type="checkbox"]+label, input[type="radio"]+label {
	padding-left: 24px;
	padding-right: 10px;
}
