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




/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
}
body {
	line-height: 1;
	min-width: 1024px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	line-height: normal;
}
h1 {
	font-family: 'FrutigerLTW01-55Roman', Arial;
	color: #eb0122;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.1em;
	margin-bottom: 1em;
}

h2 {
	font-family: 'FrutigerLTW01-55Roman', Arial;
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.1em;
	margin-bottom: 1em;
    margin-top: 0;
}
.login h2 {
	font-family: 'FrutigerLTW01-55Roman', Arial;
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.1em;
	margin-bottom: 0.5em;
}
.formassistant h1 {
	color: #eb0122;
	font-size: 1.2em;
	line-height: 1.1em;
	min-height: 20px;
	margin: 20px 0;
}
.modal h4 {
	font-family: 'FrutigerLTW01-55Roman', Arial;
	color: #333;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 4px;
}
strong {
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need '' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
input:focus, select:focus, textarea:focus {
	outline: none;
}
/* =Fonts
-------------------------------------------------------------- */
body, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */


body {
	background-color: #FFF;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
.hidden, .accessibility {
	display: inline;
	left: -1000px;
	overflow: hidden;
	width: 0px;
	position: absolute;
	top: -1000px;
	height: 0px;
    visibility: hidden;
}
/* Accessibility Nav */
ul#skiplinks {
	position: absolute;
	top: -999em;
	left: -999em;
	height: 1px;
	width: 1px;
}
ul#skiplinks li, ul#skiplinks li {
	float: none;
	display: list-item;
	list-style: none inside disc;
}
ul#skiplinks:focus, ul#skiplinks:active {
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	color: #fff;
	font-weight: bold;
	background: #000;
	padding: 0.5em;
	z-index: 2000;
}
/* Text elements */
p {
	margin-bottom: 20px;
}
ul {
	margin: 0;
	list-style-type: square;
}
.nomargin {
	margin-bottom: 0 !important;
}
.nomargin li {
	padding-bottom: 0 !important;
}
ol {
	list-style: decimal;
	margin: 0 0 20px 2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
.content  ul {
	list-style-position: outside;
	margin-bottom: 20px;
	margin-left: 30px;
	list-style-type: disc;
}
.content  .error ul{
    margin-bottom:0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 20px;
}
strong {
}
cite, em, i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite, blockquote em, blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 20px;
	margin-bottom: 20px;
	overflow: auto;
	padding: 1.5em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
.placeholder { color: #aaa; }
a:link {
	color: #eb0122;
	text-decoration: underline;
}
a:visited {
	color: #eb0122;
	text-decoration: underline;
}
a:active {
	color: #eb0122;
	text-decoration: underline;
	border: none;
	outline: none;
}
a:hover, a:focus {
	color: #eb0122;
	text-decoration: underline;
	border: none;
	outline: none;
}
#menu a:hover, .toolbox a:hover, #footer a:hover, #formicons a:hover, #menu a:focus, .toolbox a:focus, #footer a:focus, #formicons a:focus {
	text-decoration: underline !important;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Header
-------------------------------------------------------------- */
#header {
	height: 151px;
	position: relative;
}
#header.sticky {
	position: fixed;
    top: -112px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0px 14px 7px 0px rgba(252,252,252,1);
-moz-box-shadow: 0px 14px 7px 0px rgba(252,252,252,1);
box-shadow: 0px 14px 7px 0px rgba(252,252,252,1);
}



#headertop {
	background-color: #eb0122;
	height: 20px;
	padding: 7px 0;
}
#logo {
	height: 58px;
	width: 80px;
	position: absolute;
	z-index: 1000;
	left: 862px;
	top: 54px;
}

.formassistant .overlay {
	background-color:rgba(255,255,255,0.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
.formassistant #header .overlay {
	height: 151px;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	color: #5a5959;
	font-size: 0.7em;
	line-height: 1.2em;
	width: 920px;
	margin: 50px auto 0 auto;
	padding: 10px 20px 20px 20px;
	border-top: 1px solid #eb0122;
	position: relative;
}
.formassistant #footer, .login #footer {
	margin: 0px auto 0;
	clear: both;
}
#footer .disclaimer {
	float: right;
	width: 11em;
}
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #5a5959;
	text-decoration: none !important;
}
#footer a:hover {
	color: #5a5959;
	text-decoration: underline !important;
}
#footer .col1, #footer .col2, #footer .col3, #footer .col4 {
	float: left;
	width: 11em;
	padding-right: 3em;
}
#footer ul {
	list-style: none;
}
.formassistant #footer .overlay {
	top: -1px;
	bottom: 0;
}
/* =Menu
-------------------------------------------------------------- */

#menu {
	float: right;
	padding-top: 5px;
	text-align: right;
	font-size: 0.7em;
}
#menu ul {
	display: block;
	float: left;
	margin: 0;
	position: relative;
}
#menu li {
	display: block;
	float: left;
	line-height: 1.1em;
}
#menu .account {
	margin-right: 8px;
}
#menu .account li {
	background: url(../img/menu-line.png) no-repeat right 0px;
	padding-right: 9px;
	margin-right: 8px;
}
#menu .account > li:first-child {
}
#menu .account > li:last-child {
	padding-right: 18px;
}
#menu .about > li {
	padding-right: 9px;
	margin-right: 8px;
	height: 22px;
	background: url(../img/menu-line.png) no-repeat right 0px;
}
#menu .about > li:last-child {
	padding-right: 18px;
	margin-right: 16px;
}

#menu .about li.current-menu-item ul {
	display: block;
}
#menu li.current-menu-item > a {
	font-weight: bold !important;
}




#menu ul.lang {
	margin-right: 10px;
	position: relative;
}
#menu ul.lang li {
	padding-right: 5px;
}
#menu ul.lang a {
	text-transform: uppercase;
}
#menu .util li {
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 6px;
}
#menu .util li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 20px;
}
#menu a,
#menu a:link,
#menu a:visited,
#menu a:active {
	text-decoration: none !important;
	color: #FFF;
}
#menu a:hover {
	text-decoration: underline !important;
	color: #FFF;
}
#menu li.current-menu-item a, #menu li.current-menu-parent a {
	font-weight: bold;
}
#menu .dropdown ul {
	position: absolute;
	left: -18px !important;
	min-width: 125px !important;
	top: 22px !important;
	background-color: #eb0122;
	padding: 0 !important;
	display: none;
	z-index: 100;
	border-top: 1px solid #fff;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	
}
#menu .dropdown:hover ul {
	display: block;
}
#menu .lang .dropdown > a {
	width: 10px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	background-position: 0px 0px;
	margin-left: 8px;
	text-decoration: none !important;
}
#menu .dropdown ul li {
	padding: 0 !important;
	margin: 0 !important;
	white-space:nowrap;
}
#menu .dropdown ul a {
	display: block;
	font-weight: normal;
	line-height: 1.3em !important;
	text-decoration: none;
	text-transform: none;
	padding: 1px 10px 1px 18px !important;
}
#menu .dropdown-menu a:hover {
	background-position: left -933px;
	text-decoration: none !important;
}
#menu .dropdown-menu li.current-menu-item a {
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: left -933px;
}


#searchform {
	display: block;
	float: right;
	font-size: 0.7em;
}
#inpt_search {
	display: block;
	float: left;
	color: #333;
	background-color: #FFF;
	height: 20px;
	width: 140px;
	padding: 0px 5px;
	border: none;
	border-radius: 0;
}
#btn_suche {
	display: block;
	float: left;
	background: #b4b4b4 url(../img/sprite.png) no-repeat 0px -420px;
	padding: 0px;
	height: 20px;
	width: 21px;
	border: none;
	border-radius: 0;
}


#branchnav {
	font-family: 'FrutigerLTW01-55Roman', Arial;
	position: absolute;
	top: 27px;
	left: 10px;
	width: 850px;
}
#branchnav li {
	float: left;
	list-style: none;
	margin-right: 30px;
}
#branchnav a {
	font-size: 0.9em;
	display: block;
	text-transform: uppercase;
	padding-top: 12px;
	text-decoration: none;
	color: #5a6669;
}
#branchnav li.current-page-item > a, #branchnav li.current-menu-item > a, #branchnav li.current-menu-ancestor > a, #branchnav li.current-menu-parent > a {
	color: #eb0122;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: center -225px;
}

#branchnav a:hover {
	color: #000;
}
/* =Navigation
-------------------------------------------------------------- */

#mainnavigation {
	font-family: 'FrutigerLTW01-55Roman', Arial;
	position: absolute;
	top: 114px;
	z-index: 10;
}
#mainnavigation > ul {
	display: inline;
}
#mainnavigation li {
	list-style-type: none;
}
#mainnavigation > ul > li {
	position: relative;
	float: left;
	margin-right: 15px;
	font-size: 0.8em;
	text-align: center;
	padding: 0;
}
#mainnavigation a {
}
#mainnavigation > ul > li > a {
	display: block;
	color: #5a6669;
	line-height: 20px;
	text-decoration: none;
	min-width: 136px;
	height: 30px;
	padding: 0 10px;
	border-bottom: 7px solid;
	white-space: nowrap;
}
#mainnavigation > ul > li > a {
	border-bottom-color: #eb0122;
}
.formassistant #mainnavigation > ul > li > a, .formassistant #mainnavigation > ul > li > a:hover {
	cursor: default;
	
	border-bottom-color: #fbbfc7;
	
}
.formassistant #mainnavigation > ul > li > a:hover {
	color: #5a6669;
}

.formassistant #mainnavigation a, .formassistant #branchnav a {
	cursor: default;
}
.formassistant #mainnavigation .current-menu-item a:hover, .formassistant #branchnav .current-menu-item a:hover {
	color: #eb0122 !important;
}
#mainnavigation > ul > li.current-page-item > a, 
#mainnavigation > ul > li.current-menu-item > a, 
#mainnavigation > ul > li.current-menu-ancestor > a, 
#mainnavigation > ul > li.current-menu-parent > a {
	color: #eb0122;
	border-bottom: 14px solid #eb0122 !important;
}

.formassistant #mainnavigation > ul > li.current-page-item > a, 
.formassistant #mainnavigation > ul > li.current-menu-item > a, 
.formassistant #mainnavigation > ul > li.current-menu-ancestor > a, 
.formassistant #mainnavigation > ul > li.current-menu-parent > a {
	color: #eb0122;
	border-bottom: 14px solid #fbbfc7 !important;
}


#mainnavigation > ul > li.current-page-item.dropdown > a, #mainnavigation > ul > li.current-menu-item.dropdown > a, #mainnavigation > ul > li.current-menu-ancestor.dropdown > a, #mainnavigation > ul > li.current-menu-parent.dropdown > a {
	border-bottom: 7px solid;
}
#mainnavigation > ul > li.current-page-item > ul, #mainnavigation > ul > li.current-menu-item > ul, #mainnavigation > ul > li.current-menu-ancestor > ul, #mainnavigation > ul > li.current-menu-parent > ul {
	display: block;
}
#mainnavigation > ul > li:hover > a {
	color: #000;
	border-bottom-color: #eb0122;
}
#mainnavigation > ul > li.current-page-item:hover > a, #mainnavigation > ul > li.current-menu-item:hover > a, #mainnavigation > ul > li.current-menu-ancestor:hover > a, #mainnavigation > ul > li.current-menu-parent:hover > a {
	color: #eb0122 !important;
}
.dropdown {
}
.dropdown-toggle:active, .open .dropdown-toggle {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 36px;
	left: 0px;
	z-index: 1100;
	display: none;
	float: left;
	min-width: 156px;
	list-style: none;
	background-color: #941709;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	padding: 7px 0px 0px 0px;
}
.dropdown-menu li {
	display: block !important;
	float: none !important;
}
#mainnavigation .dropdown-menu {
	background-color: rgba(235, 1, 34, 0.85) !important;
}
.dropdown-menu {
	display: none;
}
#mainnavigation li:hover > .dropdown-menu {
	/* [disabled]display: block;
*/
}
.dropdown-menu a {
	display: block;
	font-weight: normal;
	line-height: 19px;
	color: #fff !important;
	text-align: left !important;
	padding: 6px 10px 6px 20px;
	text-decoration: none;
}
.dropdown-menu a:hover {
	background-color: #941709;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: left -278px;
}
#mainnavigation ul.dropdown-menu > li.current-page-item > a, #mainnavigation ul.dropdown-menu > li.current-menu-item > a, #mainnavigation ul.dropdown-menu > li.current-menu-ancestor > a, #mainnavigation ul.dropdown-menu > li.current-menu-parent > a {
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: left -278px;
}
.dropdown-menu .first a, .dropdown-menu li:first-child a {
}
.dropdown-menu li {
	text-align: left !important;
	float: none;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	text-decoration: none;
}
.open {
 *z-index: 1100;
}
.login #mainnavigation li:hover > .dropdown-menu, .formassistant #mainnavigation li:hover > .dropdown-menu {
	display: none;
}
/* =Content
-------------------------------------------------------------- */


.banner {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 335px;
    background-size: cover;
	margin-right: auto;
	margin-left: auto;
    max-width: 1200px;
}
.smallscreen .banner {
	padding-top: 300px;
}
.portal.smallscreen .main {
	padding-top: 200px;
	background-position: center -135px;
}

.business .portal.smallscreen .main {
    background-position: center -50px;
}

.page #main, .portal .main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.login #main, .formassistant #main, .search .main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px !important;
	margin-top: 0;
}

.content  {
    
    

	background-color: #fff;
	padding: 40px 20px 10px 60px;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #5a6669;
    position: relative;
    
    
}

.ankor {
    position: absolute;
    top: -380px;
    left: 0;
}
.inner {
    max-width: 660px;
}




.portal .content  {
	min-height: 180px;
	padding-top: 140px;
}
.login .content  {
	background-color: #f0eeef;
	padding-top: 50px;
	min-height: 460px;
}
.formassistant .content  {
	background-color: #f0eeef;
	padding-top: 40px;
	min-height: 500px;
	margin-bottom: 40px;
}
/*.invoice .content  {*/
	/*padding-right: 130px;*/
/*}*/
.search .content  {
	background-color: #f0eeef;
	padding-top: 40px;
	min-height: 500px;
	margin-bottom: 40px;
}
#left {
	width: 465px;
	padding-right: 60px;
	float: left;
}
#aside {
	float: left;
	width: 350px;
}
.faq #left {
	width: 565px;
	padding-right: 60px;
	float: left;
}
.faq #aside {
	float: left;
	width: 250px;
}
.portal #left {
	width: 445px;
	padding-right: 60px;
	float: left;
}

.login #left {
	min-height: 142px;
	width: 550px;
}
.portal #aside {
	float: left;
	width: 257px;
	text-align: right;
	padding-top: 3em;
}
.formassistant #left {
	width: 570px;
	padding-right: 20px;
	float: left;
}
.formassistant #aside {
	float: left;
	width: 180px;
	padding: 0;
	text-align: left;
}

.invoice #aside {
	float: none;
	position: absolute;
	top: 40px;
	left: 780px;
	width: 180px;
	padding: 0;
	text-align: left;
}

.search #left {
	width: 465px;

}
.feedback #left {
	width: auto;
	padding-right: 130px;
	float: none;
}
.modal-body .agb-container ul{
	margin-left: 0px !important;
}
.modal-body .agb-container ul ul{
	margin-left: 15px !important;
}
.modal-body .agb-container li{
    list-style: none !important;
}
.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.cleaner {
	clear: both;
	height: 1px;
	width: 1px;
	font-size: 1px;
}
br.clear {
	line-height: 1px;
	clear: both;
	height: 1px;
	width: 1px;
	font-size: 1px;
}
/* Invoice */
.invoice #left {
    width: auto;
    padding-right: 20px;
    float: none;
}
.tb-invoice .invoice-open{
    color: #EB0122;
}
.tb-invoice .invoice-paid{
    color: #1BD157;
    text-align: center;
}



.background {
    background-color: rgba(0,0,0,0.06);
    padding: 5px;
    margin-bottom: 20px
}
.background ul {
    
    margin-bottom: 0 !important;
}
/* =Forms
-------------------------------------------------------------- */

form li {
	clear: left;
	list-style-type: none;
	padding-bottom: 10px;
	position: relative;
	list-style: none !important;
}
form li.margin {
	padding-top: 20px;
}
.form-inline {
}
.form-horizontal {
	margin-bottom: 10px;
}
.form-stacked {
	margin-bottom: 10px;
}
form > fieldset {
	margin-bottom: 20px;
}
form legend {
	padding-bottom: 10px;
    max-width: 556px;
}
.choice{
  clear: both;
}
label, legend {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-weight: normal;
}
label strong, legend strong {
	font-weight: normal;
	color: #eb0122;
	text-transform: uppercase;
}
.form-horizontal label, .form-horizontal ul legend {
	float: left;
	width: 130px;
}
.form-horizontal .form-question label{
    float: none;
    width: auto;
}
.wide-labels label, .wide-labels ul legend {
	float: left;
	width: 240px;
}
.middle-labels label, .middle-labels ul legend {
    float: left;
    width: 190px;
}
.radiobuttons > label {
	display: inline !important;
	float: none !important;
	width: auto !important;
	padding-right: 10px;
	white-space: nowrap;
}
.form-stacked .radiobuttons > label {
	white-space: normal !important;
}
li.infotext {
	margin-bottom: 20px;
}
.btns {
	padding-top: 30px;
	text-align: right;
}
.inpt {
	margin-right: 30px;
	padding-bottom: 10px
}
.inpt-left .help-block {
  display: inline;
  padding-left: 10px;
}
.control-group {
    margin-bottom: 10px;
	position: relative;
	clear:both;
}

.control-group.flex-float {
	float: left;
	clear: none;
}
.control-group.flex-float.col-20 {
	width: 20%
}
.control-group.flex-float.col-50 {
	width: 52%
}
.control-group.flex-float.col-80 {
	width: 80%
}
.control-group.flex-float.col-2.col-50 {
	width: 48%;
}

.control-group.flex-float.col-1 span.help {
	display: none;

}
.control-group.flex-float.col-2 label {
	width: 75px;
	text-align: right;
	padding-right: 3px;

}
.control-group.flex-float.col-2 .input-m{
	width: 155px!important;
}

.control-group.flex-float.col-2 .inpt {
	margin-left: 0;

}
li > div.control-group{
    margin-bottom: 0px;
}
.form-horizontal .inpt {
	margin-left: 140px;
}
.wide-labels .inpt {
	margin-left: 250px;
}
.middle-labels .inpt {
    margin-left: 200px;
}
input[type=text], input[type=email], input[type=password], textarea, select {
	font-size: 1.0em !important;
}
.main input[type=text], .main input[type=email], .main input[type=password], .main textarea {
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #dcdcdc;
	padding: 0 5px;
	/* [disabled]padding: 0; */
	
}
.main input[type=text], .main input[type=email], .main input[type=password] {
	/* [disabled]line-height: 24px; */
	height: 24px;
}
input[type=submit], a.more {
	-webkit-appearance: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 20px;
	color: #FFF !important;
	text-decoration: none;
	background: #eb0122;
	display: inline-block;
	padding: 3px 20px;
	border-style: none;
	height: 26px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	font-size: 13px;
	cursor: pointer !important;
}
.login input[type=submit] {
	width: 130px;
}
input[type=reset], a.back, button.back, input.disabled {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	background-color: #d2d2d2;
	color: #333;
	line-height: 20px;
	padding: 2px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	font-size: 13px;
}

input.inpt_search {
	width: 300px !important;
}
a.back {
	padding: 4px 20px;
}
.content  a.btn-primary, .content  button.btn-primary, .modal .btn-primary, a.file-input-wrapper {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 20px;
	color: #FFF !important;
	text-decoration: none;
	background: #eb0122;
	display: inline-block;
	padding: 3px 20px;
	border-style: none;
	height: 26px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	font-size: 13px;
}
.modal .btn-primary {
	font-size: 13px;
}
.input-xs, .input-mini {
	width: 40px !important;
}
.input-iban  {
    width: 45px !important;
}
.input-xss{
    width: 25px !important;
}
#canceldevice_contract_control_group .input-day{
    display:none;
}
.input-s, .input-small {
	width: 80px !important;
}
.input-m {
	width: 120px !important;
}
.input-l {
	width: 200px !important;
}
div.message {
	min-height: 40px;
	margin-bottom: 20px;
}
div.error {
	color: #eb0122;
	background: url(../img/error.png) no-repeat;
	padding-left: 25px;
}
div.info {
	background: url(../img/info.png) no-repeat;
	padding-left: 25px;
}
.show-fieldset-error fieldset.error {
    background: url(../img/error.png) no-repeat;
    padding-left: 25px;
}
fieldset.error .help-block{
    color: #eb0122;
}
span.error {
	color: #eb0122;
	font-size: 0.9em;
}
li.error label {
	background: url(../img/error.png) no-repeat right 2px;
	height: 22px;
}
.error input[type=text], .error input[type=email], .error input[type=password], .error textarea, .error select {
	background-color: #fcd9df;
}
.error p.normal{
	color: #5a6669;
	font-size: 1em;
}
.help-block{
    display: block;
}


input.invalid {
	background-color: #fcd9df;
}
input.valid {
	background-color: #dbfcd9;
}

#PWDstrength.invalid {
	color: #eb0122;
	padding-left: 2px;
}
#PWDstrength.valid {
	color: #019E2A;
	padding-left: 2px;
}


/* =Toolbox  
-------------------------------------------------------------- */

ul.toolbox {
	margin-left: 150px !important;
	list-style-type: none !important;
}
.faq ul.toolbox {
	margin-left: 050px !important;
	list-style-type: none !important;
}


ul.toolbox li {
	line-height: 30px;
	height: 30px;
	margin-bottom: 12px;
}
ul.toolbox a {
	display: block;
	padding-left: 40px;
	text-decoration: none;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: left -19px;
	font-size: 0.9em;
	color: #5a6669;
}
ul.toolbox .register a {
	background-position: left -17px;
}
ul.toolbox .payment a {
	background-position: left -53px;
}
ul.toolbox .move a {
	background-position: left -89px;
}
ul.toolbox .devices a {
	background-position: left -125px;
}
ul.toolbox .rights a {
	background-position: left -893px;
}
/* =Contact
-------------------------------------------------------------- */
#ct1 {
	background-color: #eb0122;
	position: absolute;
	height: 40px;
	width: 105px;
	top: -40px;
	right: -32px;
	color: #fff;
	padding-left: 25px;
	font-size: 0.85em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	line-height: 40px;
	z-index: 98;
	font-family: 'FrutigerLTW01-55Roman', Arial;
	cursor: pointer;
}
#ct2 {
	background-color: #eb0122;
	position: absolute;
	height: 307px;
	width: 28px;
	top: 0px;
	right: -32px;
	text-align: center;
	padding: 23px 2px 0 2px;
	z-index: 99;
}
ul.ct-toolbar {
	list-style: none;
}
ul.ct-toolbar li {
	list-style: none;
	background-image: url(../img/sprite.png);
	height: 36px;
	width: 28px;
	margin-top: 15px;
	/* [disabled]border-bottom: 1px solid #fff;
*/
}
ul.ct-toolbar .act {
	cursor: pointer;
}
ul.ct-toolbar .email {
	background-position: center -155px;
}
ul.ct-toolbar .feedback {
	background-position: center -192px;
}
ul.ct-toolbar .xclose {
	background-position: center -247px;
	border-bottom: none;
	height: 30px;
	margin-bottom: 37px;
	margin-top: 10px;
}
.contactlayer {
	background-color: #eb0122;
	position: absolute;
	min-height: 370px;
	width: 638px;
	top: -40px;
	right: -32px;
	z-index: 100;
	font-size: 0.9em;
	color: #fff;
	display: none;
}
.contactlayer h2 {
	font-family: 'FrutigerLTW01-55Roman', Arial;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0 0 0 25px;
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.contactlayer .file {
	color: #fff;
	/* [disabled]font-size: 0.9em;
*/
	padding-top: 2px;
}
.contactlayer .file a {
	color: #fff;
}
.contactlayer .col1 {
	float: left;
	width: 606px;
	min-height: 352px;
}
.contactlayer .col2 {
	float: left;
	width: 28px;
	padding: 0px 2px 0 2px;
}
.contactlayer form {
	background-color: #eb0122;
	min-height: 320px;
	padding: 10px 25px 0 25px;
}

.contactlayer .message {
	background-color: #FFFFFF;
	min-height: 296px;
	margin: 0px 0px 4px 28px;
	line-height: 1.4em;
}
.contactlayer .message_title {

	padding: 20px;
	font-family: 'FrutigerLTW01-55Roman', Arial;
	color: #eb0122;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.1em;
}
.contactlayer .message_inner {
	background-color: #fff;
	/* [disabled]margin-top: 0; */
	/* [disabled]margin-right: 20px; */
	/* [disabled]margin-left: 20px; */
	/* [disabled]margin-bottom: 20px; */
	padding: 74px 20px 20px 20px;
	color: #000000;
	height: 150px;
}
.contactlayer .message .btns {
	padding-right: 20px;
}
.contactlayer div.error {
	color:  #000;
	background: none;
	background-color: #fcd9df;
	padding: 0 2px 4px 2px;
	
}
.contactlayer .error span.help-block {
	color: #000;
	font-size: 1em;
	display: block;
	font-weight: bold;
}
.contactlayer .radiobuttons .error span.help-block {
    clear: both;
    display: block;

}
.contactlayer li.error label {
	background: none;
	height: 22px;
}
.contactlayer .error input[type=text], 
.contactlayer .error input[type=email], 
.contactlayer .error input[type=password], 
.contactlayer .error textarea, .error select {
	background-color: #fcd9df;
}



.contactlayer form li {
	padding-bottom: 8px;
}
.contactlayer .btns {
	padding-top: 0px;
	text-align: right;
}
.contactlayer label, .contactlayer legend {
	float: left;
	width: 110px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.contactlayer .radiobuttons label {
	/* [disabled]float: none; */
	/* [disabled]display: inline; */
	width: auto;
	padding-top: 0;
	/* [disabled]font-size: 0.9em;
*/
	margin-right: 10px;
	white-space: nowrap;
}
.contactlayer .radiobuttons > fieldset > label {
	float: left !important;
}
.contactlayer .inpt {
	margin-left: 120px;
	margin-right: 0 !important;
}
.contactlayer .input-long{
    margin-left: 0;
}
.contactlayer a.file-input-wrapper{
    margin-top: 4px;
}
.contactlayer .radiobuttons .inpt {
	padding-top: 3px;
}
.contactlayer textarea {
	height: 100px;
}
.contactlayer input[type=text], .contactlayer input[type=email], .contactlayer textarea {
	background-color: #fff;
	border: none;
	/* [disabled]padding: 0; */
}
.contactlayer input[type=submit] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	line-height: 20px;
	padding: 2px 20px;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	text-decoration: none;
	background-color: #fff;
	color: #5a6669 !important;
}

.contactlayer .message input[type=submit] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	background-color: #d2d2d2;
	color: #333;
	line-height: 20px;
	padding: 2px 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	font-size: 13px;
}

.contact-close{ display:none;}

.contact-open{ display:block;}



/* File Uploader */
.file-input-wrapper{
    background-color: #eb0122;
    color: #FFF;
    border-radius:4px;
    padding-left:10px;
    margin-top:-2px;
    vertical-align: middle;

}
a.file-input-wrapper:hover,a:hover.file-input-wrapper {
    color:#FFF;
    text-decoration:none;
}
.contactlayer a.file-input-wrapper{
    margin-top:-2px;
    font-size: 13px;
}
.file-uplaod-wrapper span.file-input-name{
    display: none;
}
.circle{
    display: block;
    width:20px;
    height: 20px;
    border-radius:10px;
    background-color: #666;
    border-color: #000;
    color:#FFF;
    text-align:center;

    font-size: 0.9em;
}
#contact_form .circle{
    line-height: 1.5em;
}
#upload-message{
    margin-top:0.5em;
}
.file-uplaod-wrapper{
    margin:2em 0;
    padding:2em 0;
    border-top:1px solid #ACB2B3;
    border-bottom:1px solid #ACB2B3;
    background-color:#FFF;

}
#contact_form .file-uplaod-wrapper{
    padding:2em 1em;
    color:#333;
}
#file-upload-progress{
    border:1px solid;
    width:200px;
    display:none;
    margin-left:10px;
}
.bar{
    width: 0%;
    background-color:#333;
    height:6px
}




.login #ct1,
.login .contactlayer,
.formassistant #ct1,
.formassistant .contactlayer,
.search #ct1,
.search .contactlayer {
	top: 152px;
	background-color: #eb0122;
}
.login #ct2,
.formassistant #ct2,
.search #ct2 {
	top: 192px;
	background-color: #eb0122;
}
.login #ct1, .formassistant #ct1 {
	/* [disabled]border-bottom: 2px solid #fff;
*/
}
.formassistant #ct2 {
	background-color: #fbbfc7;
}
.formassistant #ct1 {
	background-color: #fbbfc7;
	cursor: default;
	color: #FDDEE3;
}
.formassistant ul.ct-toolbar .act {
}
.formassistant #ct2 ul.ct-toolbar .email {
	cursor: default;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
/* =Portal
-------------------------------------------------------------- */


#portalnavigation {
	background: rgba(255, 255, 255, 0.85);
	width: 784px;
	padding-top: 9px;
	padding-left: 9px;
	position: absolute;
	top: -49px;
	left: 37px;
}
#portalnavigation li {
	list-style: none;
}
#portalnavigation a {
	word-wrap: break-word;
	color: #fff;
	text-decoration: none;
	display: block;
}
#portalnavigation > ul > li {
	width: 187px;
	float: left;
	margin-right: 9px;
	background-color: #767676;
}
#portalnavigation >ul > li span {
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 10px 4px 48px;
	height: 32px;
	line-height: 32px;
	background-color: #6c6c6c;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: 10px -19px;
	font-size: 0.85em;
	font-family: 'FrutigerLTW01-55Roman', Arial;
}
#portalnavigation >ul > li.current-menu-parent > span {
	background-color: #4e4e4e;
}
#portalnavigation >ul > li.current-menu-parent > ul {
	background-color: #595959;
}
#portalnavigation > ul > li ul {
	width: 187px;
	padding-top: 7px;
	font-size: 0.8em;
	min-height: 105px;
}
#portalnavigation > ul > li ul li {
	width: 187px;
	float: none;
}
#portalnavigation > ul > li ul li a {
	padding: 6px 15px;
}
#portalnavigation > ul > li ul li a:hover,#portalnavigation > ul > li ul li.act a {
	background-color: #333;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: left -280px;
}
#portalnavigation .register span {
	background-position: 10px -12px;
}
#portalnavigation .payment span {
	background-position: 10px -48px;
}
#portalnavigation .move span {
	background-position: 10px -84px;
}
#portalnavigation .cancel span {
	background-position: 10px -794px;
}
#portalnavigation li.current-menu-parent li.current-page-item > a, #portalnavigation li.current-menu-parent li.current-menu-item > a, #portalnavigation li.current-menu-parent li.current-menu-ancestor > a, #portalnavigation li.current-menu-parent li.current-menu-parent > a {
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: left -280px;
}
.help span {
	display: block;
	position: absolute;
	top: 0px;
	right: -270px;
	width: 240px;
	padding: 5px 10px;
	background-color: #FFF;
	z-index: 1030;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	white-space: normal;
	min-height: 80px;
}
.help i {
	position: absolute;
	top: 2px;
	right: 0px;
	height: 20px;
	width: 20px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: left -385px;
	cursor: pointer;
	z-index: 1000;
}
.help.inline {
	position: relative;
	height: 24px;
	width: 30px;
	display: block;
	float: left;
}
.help.inline span {
	display: block;
	position: absolute;
	top: 0px;
	left: 50px;
	width: 240px;
	padding: 5px 10px;
	background-color: #FFF;
	z-index: 2000;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	white-space: normal;
	min-height: 100px;
}
.help.inline i {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: left -385px;
	cursor: pointer;
}
.file-input-name{
    display:block;
}
.info i {
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: left -985px !important;
	cursor: pointer;
}
.ui-autocomplete-loading {
            background: white url(../img/ui-anim_basic_16x16.gif) right center no-repeat !important;
        }
.form-stacked .help span {
	top: 20px;
}
.form-stacked .help i {
	top: 22px;
}

h2.dashboard {
	padding-bottom: 8px !important;
	border-bottom: 1px solid #dcdadb;
	margin-bottom: 8px !important;
}
table td, table th {
	padding: 2px 20px 2px 0;
}
table td:last-child, table th:last-child {
	padding: 2px 0 2px 0;
}
table.line td, table.line th {
	border-bottom: 1px solid #dcdadb;
}
table.dashboard td, table.dashboard th {
	padding-right: 3%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}
table.dashboard .col1,
table.dashboard .col2 {
	width: 33%
}

table.dashboard .col3 {
	width: 34%
}
table.dashboard .col23 {
	width: 77%
}
table.dashboard  {
	margin-bottom: 40px;
	width: 100%;
}
table.dashboard .padding td, table.dashboard .padding th {
	
	padding-bottom: 8px;
}
table.dashboard .line td, table.dashboard .line th {
	border-top: 1px solid #dcdadb;
	padding-top: 8px;
}
table.dashboard th {
	font-weight: normal;
	color: #8f8f8f;
}
table th {
	font-weight: bold;
	text-align: left;
}

table.gebuhren th,
table.gebuhren td {
	padding: 8px 4px;
}

table.gebuhren th {
	font-weight: normal;
	text-align: left;
	background-color: #F0F0F0;
	border-bottom: none;
}
table.gebuhren th.right,
table.gebuhren td.right {
	text-align: right;
}


table.tb-invoice td, table.tb-invoice th {
	padding: 2px 10px 2px 0;
}

.invoice-open {
	text-transform: uppercase;
	color: #eb0122;
}
.invoice-paid {
	text-transform: uppercase;
	color: green;
}
ul.linklist {
	list-style-type: none;
}
ul.linklist a {
	color: #333;
}
small {
	font-size: 0.8em;
}
.colset1,.colset_addresses,.colset2 {
	clear: both;
}
.colset1 .col1 {
	background: #FFF;
	padding: 20px;
	float: left;
	width: 270px;
	margin-right: 125px;
}
.colset1 .col2 {
	background: #FFF;
	padding: 20px;
	float: left;
	width: 270px;
}
.colset_addresses .col1 {
    background: #FFF;
    padding: 20px;
    float: left;
    width: 230px;
}
.colset2 .col1 {
	background: #FFF;
	float: left;
	width: 445px;
	padding-right: 45px;
}
.colset2 .col2 {
	background: #FFF;
	float: left;
	width: 250px;
}
.colset2 .login{
	border: 1px solid #f0eeef;
	padding: 10px;
}
.colset_addresses .col2 {
    background: #FFF;
    padding: 20px;
    float: left;
    width: 230px;
}
.content-wide {
	width: 750px;
}
.tab-content {
	padding: 40px 20px;
	border-right: 1px solid #f0eeef;
	border-bottom: 1px solid #f0eeef;
	border-left: 1px solid #f0eeef;
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.nav-tabs {
	border-bottom: 1px solid #f0eeef;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
	border: 1px solid #f0eeef;
	border-bottom-color: transparent;
}
ul.nav-tabs {
	margin: 0;
}
.nav-tabs>li {
}
.nav>li>a, .nav>li>a {
	text-decoration: none;
	background-color: #f0eeef;
	color: #666;
}
.nav-tabs>li>a {
	padding: 8px 20px;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #bfbfbf;
	color: #000;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
}
.CollapsiblePanel {
	margin: 0 0 10px 0;
	padding: 0px;
}
.CollapsiblePanelTab {
	margin: 0px 0 10px 0;
	padding-left: 20px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	outline: none;
	color: #eb0122;
}
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -ms-transition: max-height  0.28s ease-in-out, opacity  0.28s ease-in-out;
	-moz-transition: max-height  0.28s ease-in-out, opacity  0.28s ease-in-out;
	-webkit-transition: max-height 0.28s ease-in-out, opacity  0.28s ease-in-out;
	transition: max-height  0.28s ease-in-out, opacity  0.28s ease-in-out;
}
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}
.CollapsiblePanelTab {
	background-image: url(../img/accordion_closed.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}
.CollapsiblePanelTab.open {
	background-image: url(../img/accordion_open.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}

.open  .CollapsiblePanelTab{
	background-image: url(../img/accordion_open.png);
	background-repeat: no-repeat;
	background-position: left 6px;
}

.open .CollapsiblePanelContent {
	max-height: 400px;
    opacity: 1;
}

.CollapsiblePanelTabHover, .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	color: #f80024;
}
.CollapsiblePanelFocused .CollapsiblePanelTab {
}

.multiLanguageBoxes  .CollapsiblePanel {
	margin: 0 0  0;
	padding:  10px;
}
.multiLanguageBoxes .CollapsiblePanelTab {
	margin: 0px ;
	color: #5a6669;
	
}
.multiLanguageBoxes .CollapsiblePanelTab  span{
	display: inline-block;
	width: 50%;
	color: rgb(235, 1, 34);
	
}

@media screen and (min-width:480px) {
	.multiLanguageBoxes .CollapsiblePanelTab  span{
		width: 200px;
	}
}


.multiLanguageBoxes  .CollapsiblePanel:nth-child(even) {
	background-color: rgba(0,0,0,0.06);
	
}


.multiLanguageBoxes  .CollapsiblePanel:nth-child(6) {
	margin-top: 40px;

}



.multiLanguageBoxes .CollapsiblePanelContent {
	margin: 10px 0 0 0px;
	padding: 0px 0 0 20px;
}
.multiLanguageBoxes .CollapsiblePanelContent p {
	margin: 0 0 5px 0;	
}
@media screen and (min-width:480px) {
	.multiLanguageBoxes .CollapsiblePanelContent p {
		margin: 0 0 5px 204px;	
	}
}

.multiLanguageBoxes .CollapsiblePanelContent p:last-child {
	margin: 0px;	
}
@media screen and (min-width:480px) {
	.multiLanguageBoxes .CollapsiblePanelContent p:last-child {
		margin: -24px 0 0 0;	
	}
}


.question {
	cursor: pointer;
}

.question:hover, .question.open {
	color: #eb0122;
}
.answer {
	color: #5a6669;
	padding-left: 40px;
}
.answer ul {
	list-style-position: outside;
	margin-bottom: 20px;
	margin-left: 30px;
	list-style-type: disc;

}
.answer p + ul {
	margin-top: -10px;

}
.answer li {
	list-style-position: outside;
}

.border {
	-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
#news {
	height: 52px;
}
#newsInner {
	height: 175px;
	width: 467px;
	
	position: absolute;
	left: -32px;
	top: -110px;

}
#newsInner::after {
	content: " ";
	width:32px;
	height: 31px;
	position: absolute;
	background-image: url(../img/news_corner.png);
	bottom: -31px;
	left: 0;
	
}

#newsInner a {
	color: #fff;
	text-decoration: underline;
}
#news h1 {
	position: absolute;
	background-color: #eb0122;
	padding-left: 42px;
	top: 136px;
	left: 0;
	color: #fff !important;
	font-size: 1em;
	line-height: 40px;
	margin: 0;
	cursor: pointer;
	width: 130px;
	
	-ms-transition: width 0.1s ease-in-out;
	-moz-transition: width  0.1s ease-in-out;
	-webkit-transition: width 0.1s ease-in-out;
	transition: width  0.1s ease-in-out;
}
#news h2 {
	color: #fff !important;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	line-height: 40px;
	padding-top: 2px
	
}
#news p {
	margin-bottom: 10px;
	
}
#closeNews {
	display: block;
	position: absolute;
	height: 40px;
	width: 40px;
	left: 539px;
	top: 2px;
	cursor: pointer;
	background-image: url(../img/news_close.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.news-detail {
	width: 467px;
	max-height: 0;
	overflow: hidden;
	color: #fff !important;
	position: absolute;
	bottom: 39px;
	left: 0;
	background-color: #eb0122;
	padding: 0 80px 0 42px;
	
	-ms-transition: max-height 0.28s ease-in-out, opacity  0.28s ease-in-out;
	-moz-transition: max-height  0.28s ease-in-out, opacity  0.28s ease-in-out;
	-webkit-transition: max-height 0.28s ease-in-out, opacity  0.28s ease-in-out;
	transition: max-height  0.28s ease-in-out, opacity  0.28s ease-in-out;
}
#news.show h1 {
	width: 547px;
	
}
#news.show .news-detail {
	max-height: 180px;
	min-height: 120px;
	
}
.formcontainer {
	background: #FFF;
	padding: 14px;
	margin: 0 -7px 7px -7px;
}
.formcontainer ul,
.login ul {
	margin-left: 0 	!important;
	list-style-type: none !important;
}
.formcontainer form {
	font-size: 0.9em;
}
.searchform {
	margin-bottom: 40px;
}
.formassistant .mandatory {
	font-size: 0.9em;
}
.login .mandatory {
	margin-top: 7px;
	font-size: 0.9em;
}
.formtitle {
	margin: 0 -7px 16px -7px;
	padding-bottom: 7px;
	background: url(../img/grey_arrow.png) no-repeat 10px bottom;
}
.formtitle h2 {
	text-transform: uppercase;
	color: #FFF;
	background: #6c6c6c;
	padding : 0 7px;
	margin: 0;
	line-height: 40px;
	font-size: 0.9em;
}
#formicons {
	height: 59px;
	padding-top: 15px;
}
#progress ul {
	list-style: none;
	margin-left: 0;
}
/*#progress ul li {*/
	/*line-height: 40px;*/
	/*min-height: 40px;*/
	/*margin-bottom: 1px;*/
	/*padding: 0 20px 0 7px;*/
	/*font-size: 0.9em;*/
/*}*/
#progress ul li {
    min-height: 30px;
    margin-bottom: 1px;
    padding: 10px 15px 1px 8px;
    font-size: 0.9em;
}
#progress > ul > li > p {
    display: block;
    margin-left: 30px;
    margin-bottom: 10px;
}
#progress li.current {
	background: #6C6C6C;
	color: #FFF;
}
#progress li.completed {
	background: #dcdadb url(../img/arrow_down.png) no-repeat 160px 10px;
	color: #6c6c6c;
	cursor: pointer;
    overflow: hidden;
}
#progress li.completed.open {
	background: #dcdadb url(../img/arrow_up.png) no-repeat 160px 10px;
}
#progress li.not-completed {
	background: #e6e5e5;
	color: #b5b8b9;
	padding-left: 34px;
}
#progress li.dots {
	background: url(../img/sprite.png) no-repeat center -667px;
}
/*#progress span {*/
	/*line-height: 20px;*/
	/*color: #6C6C6C;*/
	/*background: #FFF;*/
	/*display: inline-block;*/
	/*height: 20px;*/
	/*width: 20px;*/
	/*margin-right: 7px;*/
	/*text-align: center;*/
	/*font-size: 0.9em;*/
	/*border-radius: 10px;*/
/*}*/
#progress span {
    line-height: 20px;
    color: #6C6C6C;
    background: #FFF;
    display: block;
    height: 20px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    font-size: 0.9em;
    border-radius: 10px;
    float: left;
}
#progress li.completed div {
	background-color: #dcdadb;
	line-height: 1.1em;
	margin: 0 -7px;
	border-top: 1px solid #F0EEEF;
	padding: 4px 7px;
	font-size: 0.9em;
}
#progress li.completed div p {
	margin-bottom: 4px;
}
#progress li.completed div p.edit {
	text-align: right;
}
div.conditionalstuff {
	clear: both;
	padding: 20px 50px;
}
div.conditionalstuff2 {
    clear: both;
    margin: 20px 0;
    padding: 0 50px;
}
.formcontainer .overview {
	list-style-type: none;
}
.formcontainer .overview li {
	font-weight: bold;
	border-bottom: 1px solid #dcdadb;
	margin-bottom: 20px;
	position: relative;
}
.formcontainer .overview div {
	font-weight: normal;
	margin-bottom: 30px;
	font-size: 0.9em;
	line-height: 1.1em;
	padding: 10px 0 0 0px;
}
.formcontainer .overview div p {
	margin-bottom: 8px;
}
.formcontainer .overview div p.edit {
	position: absolute;
	right: 0;
	top: 0;
}
.formcontainer .overview span {
	display: none;
}
.modal{
    font-size: 0.9em;
    line-height: 1.4em;
    color: #5A6669;
}
.formcontainer .modal {
	font-size: 1em !important;
}
.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.modal-body {
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0 25px;
}

.modal-body ul {
	list-style-position: outside;
	margin-bottom: 20px;
	margin-left: 30px !important;
	list-style-type: disc !important;
}
.modal-body li {
	list-style-type: disc !important;
	padding-bottom: 0;
}

.modal-header {
	padding: 0 5px 10px 25px;
	border-bottom: none;
}
.modal-footer {
	padding: 0px 15px 10px;
	background-color: #fff;
	border-top:none;
}
#formicons ul {
	margin: 0 0 0 5px;
	list-style-type: none;
}
#formicons li {
	line-height: 30px;
	height: 30px;
}
#formicons a {
	display: block;
	padding-left: 30px;
	text-decoration: none;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: left -19px;
	font-size: 0.9em;
	color: #5a6669;
}
#formicons .cancel a {
	background-position: left -952px;
}
.content  ul.nav-tabs {
	margin-bottom: 0;
	margin-left: 0;
	list-style-type: none;
}
.modal-header h3 {
	text-transform: uppercase;
	font-size: 0.95em;
	font-family: 'FrutigerLTW01-55Roman', Arial;
}
.accordion li {
	cursor: pointer;
}
.accordion li.question:hover, .accordion li.open {
	color: #eb0122;
}
.accordion .CollapsiblePanel {
	margin: 0 0 15px 0;
}
.accordion .CollapsiblePanelContent {
	border-bottom: 1px solid #bababa;
}
.accordion .answer {
	padding-left: 40px;
	color: #5a6669;
	margin: 0px 0 20px 0;
}
.file-input-wrapper input[type="file"] {
    font-weight: normal;
}
.file-input-wrapper {
    cursor: pointer;
    cursor: hand;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
a.file-input-wrapper {
    cursor: pointer;
    cursor: hand;
}
.file-input-wrapper input {
    cursor: pointer;
    cursor: hand;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    opacity: 0.01;
    margin-left: -204px;
}
.infotext {
	background: #F7F6F7 url(../img/bg_helptext.png) no-repeat;
	margin: -23px -7px 24px;
	padding: 20px 17px 17px;
	font-size: 0.95em;
}
.error #headertop {
	background-color: #fff;
	height: 20px;
	padding: 7px 0;
}
.error .main {
	padding-top: 150px;
}
.error h1 {
	font-size: 120px;
	line-height: 100px;
	margin-bottom: 15px;
}
.error h2 {
	font-family: 'FrutigerLTW01-55Roman', Arial;
	color: #eb0122;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 10px;
}
.error p {
	font-family: 'FrutigerLTW01-55Roman', Arial;
	font-size: 16px;
	line-height:normal;
	margin-bottom: 40px;
}
.error .content  {
	min-height: auto;
	background-color: #fff;
	padding: 40px 120px 30px 120px;
}

.map {
	margin-right: -200px;
}

.search .content  ul.searchresult {
	margin: 0 !important;
	list-style: none;
}
.search  .content  ul.searchresult li {
	margin:  0 0 20px 0 !important;
	list-style: none;
	padding: 0 0 20px 0 !important;
	border-bottom: 1px solid #dcdadb;
}
.search  .content  ul.searchresult li:last-child {
	border-bottom: none;
}
#recaptcha_image img {
    width: 270px !important;
    height: 45px !important;
}
#dashboard {
    width: 760px;
}
#dashboard .colset1 .col1 {
    padding: 0;
	float: left;
	width: 270px;
	margin-right: 10px;
}
#dashboard .colset1 .col2 {
    padding: 0;
	float: left;
	width: 270px;
}

.formtext {
	margin-right: 30px;
}

.feedbacktext {
	width: 550px;
	float: left;

}
.feedback .formcontainer {
	clear:both;
}
.feedback #formicons {
	width: 140px;
	float: left;
	margin-left: 40px;
}
.feedback fieldset {
	border-bottom: 1px solid #dcdadb;
	margin-bottom: 20px;
	clear: both;
}
.feedback fieldset.noline {
	border-bottom: none;

}
.feedback textarea {
	width: 50%;
	margin-bottom: 20px;
}

table.feedbackmatrix {
	margin-bottom: 20px;
	width: 100%;

}
table.feedbackmatrix td {
	padding: 4px 0;
	width: 40%;
}
table.feedbackmatrix th  {
	font-weight: normal;
	padding: 2px 0;
}
table.feedbackmatrix .center  {
	text-align: center;
	width: 12%;
}
ul.feedback {
	margin: 0;
	list-style-type: none;
}
ul.feedback > li {
	width: 50%;
	float: left;
	clear: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.feedback label {
	display: inline;
}
a.pdf {
	padding-left: 22px;
	background-image: url(../img/pdficon_small.png);
	background-repeat: no-repeat;
	display: inline-block;
}

.colset_adressen {
	margin-bottom: 20px;
	
}
.colset_adressen p {
	margin-bottom: 10px;
}
.colset_adressen .col1 {
	float: left;
	width: 268px;
	padding-right: 20px;
}
.colset_adressen .col2 {
	float: left;
	width: 268px;

}	
.pagination-centered {
	text-align: center;
}
.pagination ul {
	margin-left: 0 !important;
	display: inline;

}
.pagination li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
.main input[disabled=disabled], .main input[readonly=readonly] {
    border: 1px solid #EBE8E8;
    background-color: #F3F2F2;
    color: #808080;
}


.ui-autocomplete {
	font-size: 0.8em !important;
}


@media screen and (max-width:480px) {
		body {
			line-height: 1;
			min-width: 240px;
			max-width: 480px;
            padding-top: 53px
		}
		.wrapper {
			width: auto;
			margin-right: 0;
			margin-left: 0;
			max-width: none;
			position: relative;
			clear: both;
		}
		#headertop {
			position: fixed;
            top: 0;
            left: 0;
            right: 0;
			height: 53px;
			width: auto;
			
            z-index: 1000;
			
			background-color: #FFF;
			border-bottom: 4px solid #EB1627;
			padding-bottom: 0px;
			-ms-transition: max-height  0.28s ease-in-out;
			-moz-transition: max-height  0.28s ease-in-out;
			-webkit-transition:  max-height  0.28s ease-in-out;
			transition:  max-height  0.28s ease-in-out;
		}
		#header.sticky {
			top: 0;
            left: 0;
            right: 0;
			height: 53px;

		}
    
		#logo {
			height: 44px;
			width: 80px;
			position: static;
			padding: 2px 10px 7px;
			left: inherit;
			right: inherit;
		}
		#logo img {
			height: 44px;
			width: auto;
		
		}
		#header {
			height: auto;
			width: auto;
		}
		#header .wrapper {
			position: static;
		}
		#branchnav {
			position: static;
			width: auto;
			
		}
		#header h3.accessibility {
			display: block;
			left: auto;
			overflow: hidden;
			width: auto;
			position: absolute;
			top: 38px;
			height: 25px;
			right: 10px;
			cursor: pointer;
			font-size: 1em;
			text-transform: uppercase;
			padding-right: 20px;
			background-image: url(../img/menu.png);
			background-repeat: no-repeat;
			background-position: right 2px;
			text-indent: -9999px;
			visibility: visible;
		}
		.formassistant #header h3.accessibility {
			display: none;
		}
		
		#menu {
			float: none;
			clear: both;
			
			
		}
		#menu a {
			font-size: 1.2em;
			line-height: 1.6;
		}
		#menu ul {
			float: none;
			margin-bottom: 5px;
		}
		#menu li {
			display: block;
			float: none;
			clear: both;
			text-align: left;
			line-height: 1.4em;
			background: none;
			margin-left: 10px;
		}
		#menu  li.li_international {
			
		}
	
		a.international {
			margin-top: 0 !important;
			background-image: none !important;
			width: auto !important;
		}
		a.international:before {
			content:"International";
		}
	
	
		#menu .about > li {
			padding-right: 9px;
			margin-right: 8px;
			height: auto;
		}
		#menu a, #menu a:link, #menu a:visited, #menu a:active {
			text-decoration: none !important;
			color: #5a6669;
		}
		#menu ul.lang {
			position: absolute;
			top: 5px;
			right: 0px;
		}
		#menu .lang li {
			display: inline;
			margin-right: 0;
			margin-left: 10px;
			padding-right: 0 !important;
		}
		.formassistant #menu ul.lang {
			display: none;
		
		}
		#menu .lang .dropdown > a {
			display: none;
		}
		#menu .dropdown ul {
			position: static !important;
			overflow: hidden;
			background-color: #fff;
			padding: 0 !important;
			min-width: 200px !important;
			display: none;
			
			border-top: none;
		}
	
		#menu  .current-menu-item.dropdown ul {
			display: block;
			overflow: visible;
		}
		#menu .dropdown ul li {
			padding: 0 !important;
			margin: 0 !important;
		}
		#menu .dropdown ul a {
			display: block;
			font-weight: normal;
			line-height: 1.3em !important;
			text-decoration: none;
			text-transform: none;
			padding: 0 0 0 10px !important;
			color: #5a6669 !important;
			background: none;
		}
		#menu .dropdown-menu a:hover {
			background: none;
			background-color: #FFF;
			text-decoration: none !important;
		}
		#searchform {
			float: none;
			margin-bottom: 10px;
			padding: 6px;
			height: 20px;
			background-color: #eb0122;
		}
		#inpt_search {
			display: block;
			float: left;
			color: #333;
			background-color: #FFF;
			height: 20px;
			width: 85%;
			padding: 0px 10px;
			border: none;
			border-radius: 0;
		}
		#branchnav {
			position: static;
			top: auto;
			left: auto;
			width: auto;
			margin: 0px 0;
			height: 45px;
			border-top: 4px solid #eb0122;
		}
		#branchnav li {
			float: left;
			margin-right: 0;
			padding-left: 10px;
		}
		#branchnav li.current-page-item > a, #branchnav li.current-menu-item > a, #branchnav li.current-menu-ancestor > a, #branchnav li.current-menu-parent > a {
		}
		#mainnavigation {
			clear: both;
			position: absolute;
            
			top: 100%;
			left: 0;
            right: 0;
            display: none;
		}
    #mainnavigation.show {
        display: block;
    }
    
		#mainnavigation > ul > li {
			position: relative;
			float: none;
			margin-right: 0;
			text-align: left;
		}
		#mainnavigation > ul > li > a {
			background-color: #eb0122;
			border-bottom: 1px solid #fff;
			color: #fff;
			height: auto;
			font-size: 1.1em;
			line-height: 30px;
		}
		#mainnavigation > ul > li.current-page-item > a, #mainnavigation > ul > li.current-menu-item > a, #mainnavigation > ul > li.current-menu-ancestor > a, #mainnavigation > ul > li.current-menu-parent > a {
			color: #fff !important;
			font-weight: bold;
			border-bottom: 1px solid #fff !important;
		}
		#mainnavigation > ul > li.current-page-item:hover > a, #mainnavigation > ul > li.current-menu-item:hover > a, #mainnavigation > ul > li.current-menu-ancestor:hover > a, #mainnavigation > ul > li.current-menu-parent:hover > a {
			color: #fff !important;
			font-weight: bold;
			border-bottom: 1px solid #fff !important;
			background-color: #eb0122 !important;
		}
		#mainnavigation > ul > li:hover > a {
			color: #fff;
			background-color: #941709;
			border-bottom: 1px solid #fff;
		}
		.dropdown-menu {
			position: static;
			top: 36px;
			left: 0px;
			z-index: 1100;
			display: none;
			float: none;
			min-width: 156px;
			list-style: none;
			background-color: #941709;
			-webkit-background-clip: padding-box;
			-moz-background-clip: padding;
			background-clip: padding-box;
			padding: 0px;
			border-bottom: 1px solid #fff;
		}
		#mainnavigation .dropdown-menu li:hover > a {
			color: #fff;
			background-color: #eb0122 !important;
		}
		.main {
			background: none !important;
			
			width: auto;
		}
		.portal .main {
			padding-top: 0 !important;
		}
		.page #main, .portal #main, .faq #main, .search .main {
			width: auto;
			margin-right: 0;
			margin-left: 0;
		}
		input.inpt_search {
			width: 210px !important;
		}
		#content, .portal .content  {
			min-height: none;
			padding: 0;
		}
        .content {
        background-color: #fff;
        padding: 10px !important;
        font-size: 0.9em;
        line-height: 1.4em;
        color: #5a6669;
        position: relative;
        }
		#left, .faq #left, .portal #left, .formassistant #left, .feedback #left, .search #left {
			width: auto;
			padding-right: 0;
			float: none;
			padding: 0 10px;
		}
		#aside, .faq #aside, .portal #aside, .formassistant #aside {
			border-top: 1px solid #eb0122;
			float: none;
			width: auto;
			margin-top: 40px;
			padding: 20px 10px 0;
		}
		.portal #aside, .formassistant #aside {
			margin-top: 0;
			border-top: none;
		}
		
		#ct1 {
			display: none;
		}
		#ct2 {
			display: none;
		}
		#news {
			height: auto;
			margin-bottom: 30px;
		}
		#newsInner {
			height: auto;
			width: auto;
			padding: 0;
			position: static;
			left: auto;
			top: auto;
			color: #5a6669 !important;
			background: none;
			clip: none;
		}
		#newsInner::after {
			display: none;
		}
		#news h1 {
			position: static;
			display: inline-block;
			color: #fff !important;
			font-size: 1em;
			line-height: normal;
			margin: 0;
			cursor: pointer;
			
			margin-bottom: 0.2em;
			background-color: #eb0122;
			padding: 2px 4px;
			width: auto !important;
		}
		#news h2 {
			color: #eb0122 !important;
			margin: 0.2em 0;
			text-transform: uppercase;
			line-height: normal;
		}
		.news-detail {
			position: static;
			max-height: 600px !important;
			width: auto !important;
			padding: 0 !important;
			background-color: #fff !important;
			color: #5a6669 !important;
		}
		.news-detail a {
			color: #eb0122 !important;
			
		}
		#closeNews {
			display: none;
		}
		ul.toolbox {
			margin-left: 0 !important;
		}
		.faq ul.toolbox {
			margin-left: 0 !important;
		
		}
		
		
		
		
		#footer {
			width: auto;
			margin: 4px 0 0 0;
			padding: 10px;
			border-top: 4px solid #eb0122;
		}
		#footer .disclaimer {
			float: none;
			display: block;
			width: auto;
		}
		#footer .col1, #footer .col2, #footer .col3, #footer .col4 {
			display: none;
		}
		.error #headertop {
			background-color: #fff;
			height: 68px;
			padding: 7px 0;
		}
		.error .main {
			padding-top: 210px;
		}
		.error h1 {
			font-size: 40px;
			line-height: auto;
		}
		.error h2 {
			margin-bottom: 20px;
		}
		.error .content  {
			min-height: auto;
			background-color: #fff;
			padding: 10px;
		}
		#portalnavigation {
			background: rgba(255, 255, 255, 0.85);
			width: auto;
			padding: 10px 10px 0 10px;
			position: static;
			margin-bottom: 10px;
		}
		
		#portalnavigation >ul > li span {
			padding: 4px 10px 4px 10px;
			height: 20px;
			line-height: 20px;
			background-color: #6c6c6c;
			background-image: none;
			
		}
		#portalnavigation li {
			list-style: none;
		}
		#portalnavigation a {
			word-wrap: break-word;
			color: #fff;
			text-decoration: none;
			display: block;
		}
		
		
		#portalnavigation > ul > li {
			width: 100%; 
			float: none;
			margin-right: 0;
			background-color: #767676;
			margin-bottom:1px;
			height: auto;
		}
		
		#portalnavigation ul ul {
			/* [disabled]display: none; */
		}
		
		#portalnavigation > ul > li:hover ul {
			/* [disabled]display: block; */
		}
		#portalnavigation > ul > li ul {
			width: auto;
			padding: 2px 0;
			font-size: 0.8em;
			min-height: 20px;
			height: auto;
		}
		#portalnavigation > ul > li ul li {
			width: auto;
			float: none;
		}
		#portalnavigation > ul > li ul li a {
			padding: 5px 15px 5px 20px;
		}
		#portalnavigation > ul > li ul li a:hover {
			background-color: #333;
			background-image: url(../img/sprite.png);
			background-repeat: no-repeat;
			background-position: left -282px;
		}
		#portalnavigation .register span {
			background-position: 10px -12px;
		}
		#portalnavigation .payment span {
			background-position: 10px -48px;
		}
		#portalnavigation .move span {
			background-position: 10px -84px;
		}
		#portalnavigation .cancel span {
			background-position: 10px -794px;
		}
		#portalnavigation li.current-menu-parent li.current-page-item > a, #portalnavigation li.current-menu-parent li.current-menu-item > a, #portalnavigation li.current-menu-parent li.current-menu-ancestor > a, #portalnavigation li.current-menu-parent li.current-menu-parent > a {
			background-image: url(../img/sprite.png);
			background-repeat: no-repeat;
			background-position: left -282px;
		}
		.portal .content  h1 {
			padding-top: 20px;
		}
		.portal .colset1 {
			padding: 10px;
		}
		.colset1 .col1 {
			background: #FFF;
			padding: 10px;
			float: none;
			width: auto;
			margin-right: 0;
			margin-bottom: 20px;
		}
		.colset1 .col2 {
			background: #FFF;
			padding: 10px;
			float: none;
			width: auto;
		}
		.login .mandatory {
			padding: 0 10px;
		}
		.content-wide {
			width: auto;
			padding: 0 10px;
		}
		.formcontainer {
			background: #FFF;
			padding: 14px;
			margin: 0 0 7px 0;
		}
		.help span,
		.form-stacked .help span {
			display: block;
			position: absolute;
			top: 50px !important;
			right: 0px;
		
		}
		
		.modal {
			left: 50%;
			width: 90%;
			margin-left: -45%;
		
		}
		.form-horizontal .inpt {
			margin-left: 0px;
		}
		.form-horizontal label, .form-horizontal ul legend {
			float: none;
			width: auto;
			margin-right: 30px;
		}
		li.error label {
			background: url(../img/error.png) no-repeat left 0px;
			height: 22px;
			padding-left: 25px;
		}
		#formicons .cancel {
			position: absolute;
			right: 10px;
			top: -60px;
		}
		.formassistant #progress  {
			display: none;
		}
		
		ul.toolbox a {
			background-image: url(../img/sprite@2x.png);
			background-size: 30px auto;
		}
		ul.toolbox .register a {
			background-position: left -0px;
		}
		ul.toolbox .payment a {
			background-position: left -35px;
		}
		ul.toolbox .move a {
			background-position: left -70px;
		}
		ul.toolbox .devices a {
			background-position: left -105px;
		}
		ul.toolbox .rights a {
			background-position: left -210px;
		}
		
		
		.CollapsiblePanelTab {
			background-image: url(../img/accordion_closed@2x.png);
			background-size: 14px auto;
			background-position: left 6px;
		}
		.CollapsiblePanelTab.open {
			background-image: url(../img/accordion_open@2x.png);
			background-size: 14px auto;
			background-position: left 6px;
		}
		
		#branchnav li.current-page-item > a, #branchnav li.current-menu-item > a, #branchnav li.current-menu-ancestor > a, #branchnav li.current-menu-parent > a {
		
			background-image: url(../img/accordion_closed@2x.png);
			background-size: 14px auto;
			background-position: center 0px;
		}
		.search .content  ul.searchresult {
			margin: 0 !important;
			list-style: none;
		}
		.search  .content  ul.searchresult li {
			margin:  0 0 20px 0 !important;
			list-style: none;
			padding: 0 0 20px 0 !important;
			border-bottom: 1px solid #dcdadb;
		}
		.search  .content  ul.searchresult li:last-child {
			border-bottom: none;
		}
		
		.feedbacktext {
			width: auto;
			float: none;
		
		}
		
		table.feedbackmatrix td {
		
			
		}
		table.feedbackmatrix th.center  {
		
		}
		
		
		.vertical-text {
			display: inline-block;
			overflow: hidden;
			width: 1.5em;
		}
		.vertical-text__inner {
			display: inline-block;
			white-space: nowrap;
			line-height: 1.5;
			-webkit-transform: translate(0,100%) rotate(-90deg);
			-webkit-transform-origin: 0 0;
			-moz-transform: translate(0,100%) rotate(-90deg);
			-moz-transform-origin: 0 0;
			-webkit-transform: translate(0,100%) rotate(-90deg);
			-webkit-transform-origin: 0 0;
			
		}
		/* This element stretches the parent to be square
		   by using the mechanics of vertical margins  */
		.vertical-text__inner:after {
			content: "";
			display: block;
			margin: -1.5em 0 100%;
		}
		
		table.feedbackmatrix .center  {
		
			
		}
		
		.map {
			margin-right: 0 !important;
		}
		
		.map img {
			max-width: 100%;
			height: auto !important;
		}
		.invoice .content  {
			padding-right: 10px;
		}
		
		.invoice #aside {
			position: relative;
			top: 0;
			left: 0;
			
		}
		
		
		
}
/* 500 Error */
.error500 .wrapper  {
	min-height: 100%;
}
.error500 #header {
	height: 238px;
	margin-bottom: 40px;
}
.error500 #logo {
	left: 810px;
	top: 10px;
	transform:rotate(-3deg);
	-ms-transform:rotate(-3deg); /* IE 9 */
	-webkit-transform:rotate(-3deg); /* Opera, Chrome, and Safari */
}
.error500 .main {
	background-image: none;
	padding-top: 0;
}
.error500 .content  {
	min-height: none;
	background-color: #fff;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #5a6669;
}
.error500 h1 {
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 40px;
	line-height: auto;
	margin-bottom: 2em;
	text-align: center;
	transform:rotate(3deg);
	-ms-transform:rotate(3deg); /* IE 9 */
	-webkit-transform:rotate(3deg); /* Opera, Chrome, and Safari */
}
.error500 h2 {
	color: #eb0122;
	font-size: 1.2em;
	line-height: 1.1em;
	margin-bottom: 0.5em;
}
.error500 .colset {
	transform:rotate(-3deg);
	-ms-transform:rotate(-3deg); /* IE 9 */
	-webkit-transform:rotate(-3deg); /* Opera, Chrome, and Safari */
}

.error500 .col {
	float: left;
	width: 225px;
	margin-right: 20px;
}
.error500 .col:last-child {
	margin-right: 0;
}
.error500 .main {
	padding-bottom: 100px;} 

.error500 #footer {
	width: 960px;
	position: relative;
	margin: -100px auto 0 auto; 
	height: 100px;
	clear:both;
	padding: 0;
	border: none;
	text-align: center;
	background-image: url(../img/500_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
} 

#comeback {
	color: #000000;
	position: absolute;
	left: 0;
	bottom: 40px;
	padding-right: 30px;
	width: 930px;
	text-align: right;
	font-size: 22px;
	transform: rotate(3deg);
	-ms-transform: rotate(3deg); /* IE 9 */
	-webkit-transform: rotate(3deg); /* Opera, Chrome, and Safari */
}
@media screen and (min-width: 760px){
	div#content.column_2{
		padding: 40px 20px 30px 20px;
	}
	.column_2 #left {
		width: 645px;
		padding-right: 20px;
	}
	.column_2 #aside {
		width: 250px;
	}
	.column_2 ul.toolbox {
		margin-left: 50px !important;
	}
	.colset .col1{
		width: 50%;
		float: left;
		margin-right: 5%;
	}
	.colset .col2{
		width: 45%;
		float: left;
	}
}
#menu .about > li:last-child.li_international {
	
    margin-right: 9px;
    padding-right: 8px
}

a.international {
    margin-top: -20%;
	background-image: url(../img/globe_3.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px
}
.clear-none{
	clear: none !important;
}



/* Logo Slider */
.logo-slider {
	height: 86px;
}

.logos #left,
.logos #aside {
	height: 329px;	
}
#logos  {
	margin-right: 160px;
	margin-left: 120px;
	
}
#logos .slick-slide {
	
	overflow: hidden;	
	position: relative;
	
	
}
#logos .slick-slide:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

#logos .slick-slide img {
	width: 100%;
	height: 100%
}

#logos .slick-slide a {
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	
	
}

.rect .slick-slide  {
	
}
.rect .slick-slide a {
	display: block;
	height:  40px;
	
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 2px;
	text-decoration: none;
}

@media screen and (max-width:480px) {
	
	.logos #left,
	.logos #aside {
		height: auto;	
	}

	#logos  {
		width: auto;
		margin: -20px 0 0 0;
		padding: 3px 5px;
		border-top: 1px solid #eb0122;
	}
	
	
	/* Arrows */
	.slick-prev, .slick-next {  height: 30px  !important; width: 15px  !important;  margin-top: -15px  !important;  }
	.slick-next { 
		right: 10px !important;
		display: none !important;
	}
	.slick-prev { 
		left: 10px !important;
		display: none !important;
	}
}


/* Videos */



.video-list  {
	margin-left:  -5px !important;
	margin-right: -5px;
}
.video-list li {
	margin: 0;
	padding: 0;

	list-style: none;
	float: left;
	width: 33.33%;
	
	
	
}
.video-list a {
	display: block;
	padding: 0 5px;
	color: #5a6669 !important;
	text-decoration: none;
	text-align: center;
	
	-ms-word-break: break-all;
     word-break: break-all;

   
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
		
}
.video-list img {
	max-width: 100%;
	height: 	auto;
}
@media screen and (min-width:940px){
	.modal.video {
		width: 920px;
		margin-left: -460px;
	}
}
@media screen and (max-width:939px){
	.modal.video {
		width: 90%;
		margin-left: 0;
		left: 5%;
	}
}


.modal.video .modal-header {
	border-bottom: none;
	
}

.modal.video .modal-body {
	padding: 15px;
	
	margin-top: -5px;
	overflow: hidden;
	max-height: 550px;
	clear:both;
}

#videoplayer, #videoplayer2, #videoplayer3 {
	
	
}

.video-action {
	margin: 16px 0 16px 0;
	text-align: center;
}

.jwplayer {
	background-color: #fff !important;
}


.e-bill {
	margin: -8px 0 10px 20px;
	height: 55px;
	width: auto;
}