@font-face {
  font-family: "HagerScale-Light";
  src: url("/common/css/fonts/hager/HagerScale-Light.woff2");
  src: url("/common/css/fonts/hager/HagerScale-Light.woff2") format("woff2"),
    url("/common/css/fonts/hager/HagerScale-Light.woff") format("woff"),
    url("/common/css/fonts/hager/HagerScale-Light.otf") format("opentype");
}

@font-face {
  font-family: "HagerScale-Regular";
  src: url("/common/css/fonts/hager/HagerScale-Regular.woff2");
  src: url("/common/css/fonts/hager/HagerScale-Regular.woff2") format("woff2"),
    url("/common/css/fonts/hager/HagerScale-Regular.woff") format("woff"),
    url("/common/css/fonts/hager/HagerScale-Regular.otf") format("opentype");
}

@font-face {
  font-family: "HagerScale-Medium";
  src: url("/common/css/fonts/hager/HagerScale-Medium.woff2");
  src: url("/common/css/fonts/hager/HagerScale-Medium.woff2") format("woff2"),
    url("/common/css/fonts/hager/HagerScale-Medium.woff") format("woff"),
    url("/common/css/fonts/hager/HagerScale-Medium.otf") format("opentype");
}

@font-face {
  font-family: "HagerScale-Bold";
  src: url("/common/css/fonts/hager/HagerScale-Bold.woff2");
  src: url("/common/css/fonts/hager/HagerScale-Bold.woff2") format("woff2"),
    url("/common/css/fonts/hager/HagerScale-Bold.woff") format("woff"),
    url("/common/css/fonts/hager/HagerScale-Bold.otf") format("opentype");
  font-weight: bold;
}

@font-face {
  font-family: "HagerScale-ExtraBold";
  src: url("/common/css/fonts/hager/HagerScale-ExtraBold.woff2");
  src: url("/common/css/fonts/hager/HagerScale-ExtraBold.woff2") format("woff2"),
    url("/common/css/fonts/hager/HagerScale-ExtraBold.woff") format("woff"),
    url("/common/css/fonts/hager/HagerScale-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: "HagerScale-Italic";
  src: url("/common/css/fonts/hager/HagerScale-Italic.woff2");
  src: url("/common/css/fonts/hager/HagerScale-Italic.woff2") format("woff2"),
    url("/common/css/fonts/hager/HagerScale-Italic.woff") format("woff"),
    url("/common/css/fonts/hager/HagerScale-Italic.otf") format("opentype");
  font-style: italic;
}

/*HTML Body*/
/*========================================================*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h5{
	font-family : HagerScale-Regular, Arial, sans-serif;
	color : #555555;
	font-weight : bold;
	text-align:left;
	border-bottom:solid #555555 1px;
}

/* INPUT FIELDS */
/*========================================================*/
form {
	display:inline;
}
.formfieldcaption, .topselect, .selectbox, .inputfields, .formtextarea, .infodiv {
 color:#555555;
 font-family : HagerScale-Regular, Arial, sans-serif;
 font-size : 8pt;
 text-align:left;
}
.formfieldcaption {
	font-weight:bold;
}
.topselect, .selectbox, .inputfields, .formtextarea {
	border : 1px solid #B9B9B9;
	background-color : #ffffff;
 }
 .infodiv {
	border : 1px solid #B9B9B9;
	display:none;
	position:absolute;
	top:0px;
	left:-288px;
	width:300px;
 	background-color : #E4E2E3;
 	padding:4px;
 }
 .formfieldcaption {
 padding-right:10px;
 }
 .forminfo {
 padding-top:1px;
 }
.topselect {
 color:#ff0000;
  font-weight: bold;
 }
.checkbox {
	font-family : HagerScale-Regular, Arial, sans-serif;
	font-size : 8pt;
	background-color : #E4E2E3;
}

/* IMAGE BORDER */
.imageborder {
	border : 1px solid #555555;
}

/* BLOCK HEADLINES */
/*========================================================*/
.headline, .headlinebig {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #0672BA;
	padding-bottom:0px;
	margin-bottom:0px;
}
.headlinebig {
	font-size: 18pt;
}

/* PARAGRAPH HEADLINE */
/*========================================================*/
.subheadline {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #0672BA;
	padding-bottom:0px;
	margin-bottom:0px;
}
.subheadlinesmall {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0672BA;
	padding-bottom:0px;
	margin-bottom:0px;
}

/* PARAGRAPH TEXT */
/*========================================================*/
/*Flie�text*/
.normtext, .normtextlight, .normtextwhite, .teasertext, .dummy {
	font-family : HagerScale-Regular, Arial, sans-serif;
	font-size : 8pt;
	color : #555555;
	font-weight : normal;
}
.normtextlight {
	color : #BBBBBB;
}
.normtextwhite {
	color : #ffffff;
	background-color : #0672BA;
	padding:4px;
}
a.normtext:link {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #555555;
}
a.normtext:active {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #555555;
}
a.normtext:visited {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #0672ba;
}
a.normtext:hover{
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #0672BA;
}
.normtextsmall {
	font-family : HagerScale-Regular, Arial, sans-serif;
	font-size : 8pt;
	color : #555555;
	font-weight : normal;
}
a.normtextsmall:link {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #555555;
}
a.normtextsmall:active {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #555555;
}
a.normtextsmall:visited {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #555555;
}
a.normtextsmall:hover
{
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #555555;
}

/*Subheadlines*/
.normtextbold {
	font-family : HagerScale-Regular, Arial, sans-serif;
	font-size : 8pt;
	color : #555555;
	font-weight : bold;
}
a.normtextbold:link {
	font-family : HagerScale-Regular, Arial, sans-serif;
	font-size : 8pt;
	color : #555555;
	font-weight : normal;

}
a.normtextbold:active {
	font-family :  HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	color : #555555;
	font-weight : normal;

}
a.normtextbold:visited {
	font-family :  HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	color : #555555;
	font-weight : normal;

}
a.normtextbold:hover{
	font-family :  HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	color: #0672BA;
	font-weight : normal;

}

/*Subheadlines*/
.normtextblue{
	font-family : HagerScale-Regular, Arial, sans-serif;
	font-size : 8pt;
	color : #0672BA;
	font-weight : bold;
	padding-bottom:0px;
	margin-bottom:0px;
}
a.normtextblue:link {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #0672BA;
}
a.normtextblue:active {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #0672BA;
}
a.normtextblue:visited {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #0672BA;
}
a.normtextblue:hover{
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #0672BA;
}

/*Bildunterschrift*/
.normtextklein {
	font-family : HagerScale-Regular, Arial, sans-serif;
	font-size : 7pt;
	color : #0672BA;
	font-weight : normal;
	padding-top:3px;
}


/* THEME & GLOSSARY CONTENT */
/*========================================================*/
.themeheadline {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom:0px;
	margin-bottom:0px;
}
.glossarimage
{
	float:left;
	margin-right:7px;
}
.glossarheadline {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color:#7C7D81;
	padding-bottom:0px;
	margin-bottom:0px;
}
.glossartext {
	font-family : HagerScale-Regular, Arial, sans-serif;
	font-size : 11px;
	color : #ffffff;
	font-weight : normal;
}
.glossartextlinks {
	font-family : HagerScale-Regular, Arial, sans-serif;
	font-size : 8pt;
	color : #555555;
	font-weight : normal;
}
a.glossartextlinks:link {
	color : #555555;
	border-bottom: 1px dashed;
}
a.glossartextlinks:active {
	color : #555555;
	border-bottom: 1px dashed;
}
a.glossartextlinks:visited {
	color : #555555;
	border-bottom: 1px dashed;
}
a.glossartextlinks:hover{
	border-bottom: 1px dashed;
	color: #0672BA;
}

/* TEXT/BUTTON/RSS LINKS */
/*========================================================*/
.textlinks, .rsstextlinks {
	font-family : HagerScale-Regular, Arial, sans-serif;
	font-size : 8pt;
	color : #555555;
	font-weight : normal;
}
a.textlinks:link, a.rsstextlinks:link  {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #555555;
}
a.rsstextlinks:link  {
	text-decoration: none;
}
a.textlinks:active, a.rsstextlinks:active  {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #555555;
}
a.rsstextlinks:active  {
	text-decoration: none;
}
a.textlinks:visited, a.rsstextlinks:visited {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #555555;
}
a.rsstextlinks:visited  {
	text-decoration: none !important;
}

a.textlinks:hover, a.rsstextlinks:hover {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #0672BA;
}
.buttontext, a.buttontext:link {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #555555;
}
a.buttontext:active {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #555555;
}
a.buttontext:visited {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #555555;
}
a.buttontext:hover{
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #0672BA;
}

/* NAVIGATION LINKS */
/*========================================================*/
.specialnav {
	font-family : HagerScale-Regular, Arial, sans-serif;
	font-size : 8pt;
	color: #555555;
	font-weight : bold;
}
a.specialnav:link {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size : 8pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}
a.specialnav:active {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size : 8pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}
a.specialnav:visited {
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size : 8pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}
a.specialnav:hover{
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size : 8pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #7C7D81;
}

.Level0 {
	font-size :8pt;
	font-weight : bold;
}
.Level1 {
	font-size : 8pt;
	font-weight : bold;
}
.Level2 {
	font-size : 8pt;
	font-weight : bold;
}
.Level3 {
	font-size : 8pt;
	font-weight : bold;
}
.Level4 {
	font-size : 8pt;
	font-weight : bold;
}


.aktiv {
	color: #ffffff;
}
.hover {
	color: #ffffff;
}
.inaktiv {
	color:  #e4e2e3;
}

a{
	font-family : HagerScale-Regular, Arial, sans-serif;
	text-decoration:none;
	font-size : 9pt;
}
a:link    {
	color: #e4e2e3;
}
a:active {
	color:  #e4e2e3;
}
a:visited {
	color:  #e4e2e3;
}
a:hover{
	color: #ffffff;
}

/* TABLE CONTENT */
/*========================================================*/
.tableborder {
	background-color:#ffffff;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	border : thin #ffffff;
}
.tablebackgroundlight {
	background-color:#E4E2E3;
}
.tablebackgroundmiddle {
	background-color:#B9B9B9;
}
.tablebackgrounddark {
	background-color:#7C7D81;
}
.dummy {
	margin:0px;
	padding:0px;
}
td.kontentrahmen {
	background-color:#555555;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	border : thin #b2b2b2;
}
.thspacer {
	padding-left:3px;
	padding-right:3px;
	padding-top:1px;
	padding-bottom:1px;
	margin:0px;
	font-family : HagerScale-Regular, Arial, sans-serif;
	font-size : 8pt;
}
th.normtext{
	font-weight:bold;
	text-align:center;
	
	
}
th.normtext2{
	font-weight:normal;
	text-align:left;
	font-family : HagerScale-Regular, Arial, sans-serif;
	font-size : 8pt;
	color : #555555;
}
.tableFrage
{
	border : 1px solid #B9B9B9;
	width:100%;
	border-collapse:collapse;
	margin : 10px 0px 10px 0px;
}
.tableFrage th
{
	padding-top:7px;
	padding-bottom:7px;
	padding-left:5px;
	padding-right:10px;
	vertical-align:middle;
	border : 1px solid #B9B9B9;
}
.tableFrage td	
{
	text-align:center;
	vertical-align:middle;
	border : 1px solid #B9B9B9;
}
/* LIST CONTENT */
/*========================================================*/
ul
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left: 16px;
	padding-left: 0px;
}
.line2{
padding-left:20px;
}
.line23{
padding-left:28px;
}
.line21{
padding-left:15px;
}/* Embedded E-Catalogue */
/*========================================================*/
.eectablecell, .eectablecelldunkel,
.eectableheader, .eectableheaderhell,
.eecnopicturemedium, .eecnopicturethumb,
.eecnopictureinnen, .eecnopicturenoborderinnen,
.eecpageheadline, .eecimagecaption,
.eecheadlinerot, .eecheadlineblau, .eecheadlinegrau,
.eecextsearchtablecell, .eecextsearchtableheadline,
.eectablecellwhite,
.eecfilterdiv, .eecfilterdivactive, .eecfilterdivwhite, .eecfilterdivwhiteactive  {
	font-family : HagerScale-Regular, Arial, sans-serif;
	font-size : 8pt;
	color : #555555;
	font-weight : normal;
	vertical-align:top;
	padding:4px 4px 2px 2px;
}
.eecimagecaption, .eectableheader, .eectableheaderhell {
	font-size : 7pt;
}
.eectableheader {
	vertical-align:bottom;
}
.eectablecell, .eectableheaderhell {
	background-color:#F3F3F3;
}
.eecnavigationpathactive {
	font-weight : bold;
	color: #0672BA;
}
.eeclinkactive {
	font-weight : bold;
}
.eecpageheadline {
	font-weight : bold;
	font-size : 13pt;
	color: #555555;
	padding-bottom:0px;
	margin-bottom:0px;
}
.eecmainpageheadline {
	font-family : HagerScale-Regular, Arial, sans-serif;
	font-weight : bold;
	font-size : 20px;
	color: #7C7D81;
	padding-bottom:0px;
	margin-bottom:0px;
}
.eecheadlinerot, .eecheadlineblau, .eecheadlinegrau {
	font-size : 11px;
	font-weight : bold;
	color: #ffffff;
}
.eecheadlinerot {
	background-color:#ED2433;
	}
.eecheadlineblau {
	background-color:#0672BA;
}
.eecheadlinegrau {
	background-color:#7C7D81;
}

.eecsubgroupheadline {
	font-weight : bold;
	font-size : 8pt;
	color: #0672BA;
}

.eecnopicturelarge, .eecnopicturemedium, .eecnopicturethumb,
.eecpicturelarge, .eecpicturemedium, .eecpicturethumb,
.eecnopicturenoborderlarge, .eecnopicturenobordermedium, .eecnopicturenoborderthumb,
.eecpicturenoborderlarge, .eecpicturenobordermedium, .eecpicturenoborderthumb  {
	width:50px;
	height:50px;
	#display: table; 
	position: relative; 
	overflow: hidden; 
	padding:0px;
}
.eecnopicturelarge, .eecnopicturemedium, .eecnopicturethumb,
.eecnopicturenoborderlarge, .eecnopicturenobordermedium, .eecnopicturenoborderthumb,
.eecpicturelarge, .eecpicturemedium, .eecpicturethumb {
	border: 1px solid #B9B9B9;
}
.eecnopicturelarge, .eecnopicturenoborderlarge,
.eecpicturelarge, .eecpicturenoborderlarge {
	width:175px;
	height:175px;
}
.eecnopicturemedium, .eecnopicturenobordermedium,
.eecpicturemedium, .eecpicturenobordermedium {
	width:100px;
	height:100px;
}
.eecpictureinnen, .eecnopictureinnen,
.eecpicturenoborderinnen, .eecnopicturenoborderinnen  {
	#top:50%;
	#left:50%;
	padding:0px;
	vertical-align:middle;
	display: table-cell;
}
.eecpictureinnen, .eecnopictureinnen {
	position: absolute;
}
.eecnopictureinnenlarge, .eecnopictureinnenmedium, .eecnopictureinnenthumb,
.eecpictureinnenlarge, .eecpictureinnenmedium, .eecpictureinnenthumb {
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	position: relative;
	#top:-50%;
	#left:-50%;
	font-size : 8pt;
}
.eecnopictureinnenlarge, .eecnopictureinnenmedium, .eecnopictureinnenthumb {
	padding:2px;
}
.eecnopictureinnenthumb {
	font-size : 7pt;
}
.eecpicturelarge {
	width:175px;
	height:175px;
}
.eecpicturemedium {
	width:100px;
	height:100px;
}
.eecpicturethumb {
	width:50px;
	height:50px;
}
.eecastext, .eecastextbold {
	font-family : Courier new;
	color : #555555;
	font-size : 8pt;
}
.eecproposallist {
	position : absolute;
	background-color:#FFFFFF;
	visibility:hidden;
	border-style: none;
}
.eecextsearchtablecell, .eecextsearchtableheadline {
	border: 1px solid #B9B9B9;
	padding:4px;
}
.eecextsearchtableheadline {
	background-color:#B9B9B9;
}
.eecfilterdiv, .eecfilterdivactive, .eecfilterdivwhite, .eecfilterdivwhiteactive  {
	border: 1px solid #E4E2E3;
	padding-left:4px;
	padding-right:4px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#F3F3F3;
}
div.eecfilterdiv, div.eecfilterdivactive, div.eecfilterdivwhite, div.eecfilterdivwhiteactive  {
	float:left;
}
.eecfilterdivwhite, .eecfilterdivwhiteactive {
	background-color:#FFFFFF;
}
.eecfilterdivactive, .eecfilterdivwhiteactive {
	border-color:#555555;
}
.eecmouseoverdivaussen, .eecmouseoverdiv {
	position:absolute;
	width:175px;
	padding:1px;
}
.eecmouseoverdivinnen, .eecmouseoverdiv {
	border: 1px solid #555555;
	float:right;
	background-color:#D7D7D7;
}
.eecmouseoverdivinnen {
	right:0px;
}
.autoformdiv {
	padding-left:40px;
	padding-top:10px;
	padding-bottom:20px;
}
.tableheader {
	font-weight:bold;
	font-size:9pt;
}

ul.shortcuts {
	list-style-image:none !important;
}
li.shortcuts {
	list-style-type:none !important;
	list-style-image:none !important;
	background:url(../../icons/pfeil.gif) no-repeat scroll 5px 80%;	
	padding-left:13px;
	margin-left:-20px;
}

li.pager {
	margin-left: 0px !important;	
}

/* Password validation */
input.error {border: 1px solid #FF6422 !important;}
#passwordcheck ul,
.password_validation_ul {margin:0;padding:0;list-style:none;}
#passwordcheck p {margin:0;padding:0;font-size: 8pt;}
#passwordcheck li {font-size: 8pt;}
#repeatpasswordcheck li {font-size: 8pt;}
#password-eight-characters-ul{margin-bottom:5px;}
.password_validation_ul li {  margin-left: 0; padding-left: 20px;}
.fail{background: url(../../icons/pwdko.gif) no-repeat;}
.pass{background: url(../../icons/pwdok.gif) no-repeat;}
.egal{background: url(../../icons/pwdegal.gif) no-repeat;}
#passwordStrength{font-weight:bold;}
#passwordStrengthMessage{margin-bottom:10px;}
#repeatpasswordcheck ul {list-style-image: none;}
.strengthistooshort{color: #FF6422;}
.strengthisnormal{color: #454545;}
.strengthisgood{color: #6DB676;}

.index__cookie__body {
    padding:20px 0;
    margin:0px;
    background-color: #ffffff;
    font-family: HagerScale-Regular, Arial, sans-serif;
	position:relative;
}
.index__cookie__body .shadow {
	position:absolute;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
	z-index: 23;
	bottom: 0;
	width: 100%;
	height: 9px;
}

.index__cookie__body .inner {
    max-width:1003px;
    margin: auto;
}
.index__cookie__body h6 {
    font-size: 13pt;
    font-weight:bold;
    color: #0672BA;
	margin:0;
}
.index__cookie__body p {
    font-size: 8pt;
    color: #4a4a4a;
}
.index__cookie__body a, .index__cookie__body button {
	width: auto;
	font-family: HagerScale-Regular, Arial, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	border:0;
	background-color:#fff;
	color: #555555;
	cursor: pointer;
}
.index__cookie__body a:active,
.index__cookie__body a:focus,
.index__cookie__body a:hover {
    outline: 0;
}
.index__cookie__body button {
	padding:0;
}
.index__cookie__body .button {
    display:inline-block;
	margin:auto;
}
