/*---fonts---*/
#nav1,
#nav3,
.submenu2,
h1,
h2,
.dir2 .layer h2,
.box_out_3 h3,
.cont3 section.koop h3,
a.button,
a.button2,
th,
.tab a,
.blockwrap a,
.blocklink,
.fliparchiv,
.flipcur,
#frame .mehr a,
.back a,
.back2 a,
.ntm .text table tr:first-child td,
td.thstyle,
.tabs_header,
form.cform input.active,
form.cform button  {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase	;
}

/*---links---*/
a {
	color: rgba(0, 187, 255, 1);
	text-decoration: none;
}
a:hover {
	color: rgba(0, 187, 255, 1);
	text-decoration: underline;
}
a:visited {
	color: rgba(0, 187, 255, 1);
	text-decoration: none;
}
a:focus,
a:active {
	color: #000000;
	text-decoration: underline;
}
.clickable {
	cursor: pointer;
}

h2 a {
	text-decoration: none;
}
.blockwrap a,
.blocklink,
#frame .mehr a,
.back a,
.back2 a {
	display: inline-block;
	padding: 5px 20px 5px 20px;
	margin: 10px 0 10px 0;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	font-weight: 400;
  transition: background-color 0.5s;
}
.highlite {
	display: inline-block;
	padding: 5px 20px 5px 20px;
	margin: 0 0 10px 0;
	background: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	font-weight: 400;
  transition: background-color 0.5s;
}
.blockwrap a:hover,
.blocklink:hover,
.fliparchiv:hover,
.flipcur:hover,
#frame .mehr a:hover,
.back a:hover,
.back2 a:hover {
	background-color: rgba(0, 187, 255, 1);
	color: white;
}
.blockwrap a:before,
.blocklink:before,
#frame .mehr a:before {
	content: "\f101";
	color: black;
	padding-right: 5px;
}
.fliparchiv:before,
.flipcur:before {
	content: "\f101";
	color: white;
	padding-right: 5px;	
}
.back a:before,
.back2 a:before {
	content: "\f100";
	color: black;
	padding-right: 5px;
}
.blockwrap a:hover:before,
.blocklink:hover:before,
.fliparchiv:hover:before,
.flipcur:hover:before,
#frame .mehr a:hover:before,
.back a:hover:before,
.back2 a:hover:before {
	content: "\f101";
	color: white;
}
span.back {
	display: block;
	clear: left;
}
/*---box buttons---*/
a.button {
	position: relative;
	background: rgba(0, 0, 0, 0.1);
	background: linear-gradient(135deg, rgba(0, 187, 255, 1) 10%, rgba(0, 0, 0, 1) 50%, rgba(0, 187, 255, 1) 90%);
	display: block;
	padding: 20px 0px 20px 0px;
	margin: 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 1.6rem;
	line-height: 26px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
  transition: all 0.3s;
}
a.button:before {
	position: absolute;
	left: 20px;
	top: 0;
	font-size: 2rem;
	line-height: 66px;
	color: rgba(255, 255, 255, 0.9); 
  transition: all 0.3s;
}
.box_out .marketout h1:before {
	position: absolute;
	left: 10px;
	top: 0;
	font-size: 1.6rem !important;
	line-height: 66px;
	color: rgba(255, 255, 255, 0.9); 
  transition: all 0.3s;
}
a.fan.button:before {
	content: "\f07a";
}
a.ticket.button:before {
	content: "\f145";
}
a.em.button:before {
	left: 19px;
	top: 9px;
	content: url(/files/tpl/set1/img/em-ball.png);
}
a.button:hover,
a.button:focus {
	background: linear-gradient(135deg, rgba(0, 0, 0, 1) 10%, rgba(0, 187, 255, 1) 50%, rgba(0, 0, 0, 1) 90%);
	color: rgba(0, 0, 0, 1);
	font-weight: bold;
	text-shadow: 0 0 5px #FFFFFF, 0 0 7px #FFFFFF;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
box-shadow: 10px 0 25px -5px #333;
}
a.button:hover:before,
a.button:focus:before {
	color: rgba(0, 0, 0, 0.9); 
}
a.button2 {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	padding: 20px 0px 20px 20px;
	margin: 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: rgba(255, 255, 255, 1);
	font-size: 1.6rem;
	line-height: 26px;
	text-decoration: none;
	text-transform: uppercase;
  transition: all 0.3s;
}
a.button2:before {
	padding-right: 20px;
	font-size: 2rem;
	color: rgba(255, 255, 255, 1); 
  transition: all 0.3s;
}
a.news.button2:before {
	content: "\f1ea";
}
a.button2:hover,
a.button2:focus {
	background: rgba(0, 0, 0, 1);
	margin: 0;
	transform: scale(1.03);
	box-shadow: 10px 0 25px -5px #333;
}
ul.bbutt {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.bbutt li {
	position: relative;
	background: rgba(0, 0, 0, 0.1);
	background: linear-gradient(135deg, rgba(0, 187, 255, 1) 10%, rgba(0, 0, 0, 1) 50%, rgba(0, 187, 255, 1) 90%);
	display: block;
	width: 49%;
	float: left;
	padding: 10px 0px 10px 0px;
	margin: 0 2% 10px 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 1rem;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
  transition: all 0.3s;
}
ul.bbutt li:nth-child(even) {
	margin: 0 0 10px 0;
}
ul.bbutt li a,
ul.bbutt li a:visited {
	color: white;
}
ul.bbutt li:hover,
ul.bbutt li:focus {
	background: linear-gradient(135deg, rgba(0, 0, 0, 1) 10%, rgba(0, 187, 255, 1) 50%, rgba(0, 0, 0, 1) 90%);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
box-shadow: 10px 0 25px -5px #333;
}
/*---headlines---*/
h1 {
	color: #000000;
	padding: 40px 0 40px 0;
	margin: 0 0 20px 0;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}
.box_out_4 .marketout h1 {
/*	background: #00BBFF;*/
	text-align: center;
	margin: 0px 0 10px 0;
	padding: 30px 10px 30px 10px;

}
h1.dateh1 {
	position: relative;
	background: linear-gradient(135deg, rgba(0, 187, 255, 1) 10%, rgba(0, 0, 0, 1) 50%, rgba(0, 187, 255, 1) 90%);
	text-align: center;	
	font-size: 1.6rem;
	font-weight: 300 !important;
	text-transform: uppercase;
	line-height: 26px;
	color: white;
	padding: 20px 0 20px 0;
	margin: 0 0 10px 0;
}
.box_out .marketout h1:before {
	content: "\f26c";
}
.box_out_3 .contenth1 {
	text-transform: uppercase;
}
h2 {
	color: black;
	margin: 0 0 20px 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 30px;
}

.box_out_3 h3 {
	background: black;
	color: white;
	padding: 0 10px 0 10px;
	margin: 0;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 2.4rem;
}
h3 {
	color: #000000;
	margin: 0 0 20px 0;
	font-size: 1rem;
	font-weight: bold;
	line-height: 30px;
}
p {
	margin: 0 0 20px 0;
}
td p {
	margin: 0;
}
/*---news-artikel---*/
.dir64 #news {
	margin-top: 20px;
}
.list.artikel,
.box_out_3 .slide {
	border-bottom: 1px solid rgba(0,187,255, 1);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.list.artikel img.thumbpic,
.box_out_4 .section img,
.box_out_3 .slide img {
	float: right;
	margin: 0 0 20px 40px;
}
.imgdetail {
	float: right;
	margin: 0 0 20px 30px;
	padding: 0 0 5px 5px;
}
.list.news img {
	float: right;
	margin: 0 0 20px 20px;
}
.list.news {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 2px dotted #cccccc;
}
.dir103 .list {
	padding: 0px;
	width: 360px;
	min-height: 450px;
	float: left;
	border-bottom: 2px dotted #cccccc
}
.dir154 .list.artikel {
	display: table;
	width: 100%;
}
.dir154 .list.artikel > div {
	display: table-cell;
	vertical-align: top;
}
.dir154 .list.artikel img {
	max-width: inherit !important;
	margin: 0 40px 0 0;
	float: none;
	box-shadow: 2px 2px 8px #cccccc;
}
.dir154 .list.artikel hr {
	display: none;
}

/*---marktplatz---*/
.list.market {
	position: relative;
	padding: 0 0 70px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid rgba(0,0,0, 0.8);
}
.market .thumbpic {
	float: right;
	margin: 0 0 20px 40px;
}
.market .togglein.active {
	padding: 20px 0 20px 0;
}
.mehr.togglein span {
	display: none;
}
.mehr.togglein {
	background-color: rgba(0,0,0, 0.8);
	display: block;
	height: 40px;
	width: 40px;
	position: absolute;
	bottom: 1px;
	right: 0;
	margin: 0;
	text-align: center;
	transition: all 0.6s;
}
.mehr.togglein:after {
	content: "\f078";
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	color: white;	
	cursor: pointer !important;
}
.mehr.togglein:hover,
.mehr.togglein.active {
	background-color: rgba(0, 187, 255, 1);
}
.mehr.togglein.active:hover {
	background-color: rgba(0, 187, 255, 1);
}
.mehr.togglein:hover:after {
	color: rgba(0,0,0, 0.8);
}
.mehr.togglein.active:after {
	color: rgba(0,0,0, 0.8);
	content: "\f077";
}
.dir160 .mehr.togglein {
	display: none;
}
/*---news startseite---*/
.dir2 .list.news {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
.dir2 .list.news .firstpic {
	position: relative;
	width: 710px;
	height: 355px;
	margin: 0 0 10px 0;
	overflow: hidden;
	border: 10px solid #F5F5F5;
}
.dir2 .list.news .firstpic img {
	float: none;
	position: absolute;
	width: 710px;
	height: 355px;
	object-fit: cover;
	margin: 0;
}
.dir2 .firstpic h2 {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	padding: 10px;
	margin: 0;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.4rem;
}
.dir2 .firstpic h2 a,
.dir2 .firstpic h2 a:visited {
	color: white;
}
.dir2 .list.news.sec {
	float: left;
	width: 355px;
}
.dir2 .list.news.sec:nth-child(2n+1) {
	padding-left: 5px
}
.dir2 .list.news .secpic {
	position: relative;
	width: 350px;
	height: 220px;
	margin: 0 0 10px 0;
	overflow: hidden;
	border: 10px solid #F5F5F5;
}
.dir2 list.news .secpic img {
	float: none;
	position: absolute;
	width: 350px;
	height: 220px;
	object-fit: cover;
	margin: 0;
}
.dir2 .list.news .secpic h2 {
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	color: black;
	padding: 5px;
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6rem;
}
.dir2 .list.news .secpic h2 a,
.dir2 .list.news .secpic h2 a:visited {
	color: black;
}


/*---doc center---*/
#uploadoverviews {
	list-style: none;
	padding: 0;
	margin: 0;
}
h2.togglein,
h3.togglein,
.box_in h2.togglein,
.tog2 {
	display: block;
	background: #EEEEEE;
	position: relative;
	padding: 20px;
	margin: 0 0 10px 0;
	border: 1px solid #DDDDDD;
	cursor: pointer;
	transition: all 0.5s;
}
h2.togglein.alert,
#header h2.togglein.alert {
	background: #6482AF;
	color: white;	
	text-align: center;
	padding: 20px 50px 20px 50px;
	margin: 0 auto 10px auto !important;
	width: 50%;
	border-radius: 30px;
}
h2.togglein:hover,
h3.togglein:hover,
h2.togglein.active,
h3.togglein.active,
.box_in h2.togglein:hover,
.box_in h2.togglein.active {
	background: rgba(0, 187, 255, 1);
	color: white !important;
	border: 1px solid rgba(0, 0, 0, 1);
}
h2.togglein.alert:hover,
h2.togglein.alert.active {
	background: #4B6894;
	color: white;	
}
h2.togglein:after,
h3.togglein:after,
.tog2:after {
	position: absolute;
	top: 20px;
	right: 10px;
	content: "\f078";
	font-size: 2em;
	color: #cccccc;
	font-weight: bold;
  transition: color 0.5s, content 0.5s;
}
h2.togglein:hover:after,
h3.togglein:hover:after,
.tog2:hover:after {
	content: "\f078";
	color:  rgba(255, 255, 255, 1);
}
h2.togglein.active:after,
h3.togglein.active:after,
.tog2.active:after {
	content: "\f077";
	color:  rgba(0, 0, 0, 1);
}

h2.togglein.alert:after {
	content:"\f07a";
	color: #00D936;
	right: 20px;
}
div.togglein,
p.togglein {
	position: relative;
	margin: 10px 0 10px 0;
	padding: 20px 0 20px 0;
	z-index: 111;
}
.tog2 + div {
	margin: 0;
	padding: 0;
	height: 1px;
	width: 100%;
	overflow: hidden;
	transition: all 0.5s;
}

.tog2.active + div {
	margin: 10px 0 10px 0;
	padding: 20px;
	height: auto;
	border: 1px solid #cccccc;
	overflow: visble;
}

.rechts {
  display: block;
  text-align: right;
  width: auto;
}
strong.doctitle {
	font-weight: normal;
}
strong.doctitle {
	font-weight: normal;
}
.doctext {
	font-size: 90%;
	font-style: italic;
}
.docgallery {
	padding-bottom: 10px;
	border-bottom: 1px dotted #dddddd;
}
.docrechts {
	padding: 0 5px 0 0;
}
.docgallery dt {
	float: left;
}
.docgallery dd {
	float: right;
	min-width: 30%;
	text-align: left;
}
.docgallery:after {
	content: " ";
	display: block;
	width: 100%;
	height: 0px;
	clear: both;
}
.mobin .detailrow {
	display: block;
	padding: 20px;
	background: #F5F5F5;
}
.mobin .detailrow label {
	color: #5D5D5D;
	font-style: italic;
	text-transform: uppercase;
}
.imgrechts {
	position: relative;
	padding: 0 0 0 5px;
}
.imgrechts:before {
	font-size: 140%;
	font-weight: normal;
	padding: 0 5px 0 0
}
.imgrechts.zip:before {
	content: "\f1c6";
	color: #FFC926;
}
.imgrechts.doc:before,
.imgrechts.docx:before {
	content: "\f1c2";
	color: #0059B2;
}
.imgrechts.xls:before,
.imgrechts.xlsx:before {
	content: "\f1c3";
	color: #008C23;
}
.imgrechts.ppt:before,
.imgrechts.pptx:before {
	content: "\f1c4";
	color: #FF6600;
}
.imgrechts.pdf:before {
	content: "\f1c1";
	color: #FE0000;
}
.imgrechts span {
	display: none;
}
.imgrechts:hover span {
	background: white;
	color: black;
	display: block;
	width: 100px;
	text-align: center;
	padding: 5px;
	position: absolute;
	top: -70px;
	left: -20px;
	border: 2px solid rgba(0, 187, 255, 1);
	box-shadow: 0px 0px 6px #999999;
}
/*---sortierung---*/
.sortout {
	width: 3rem;
}
.sortout ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sortout ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.sort { 
	display: block;
	width: 2rem;
	height: 1rem;
	line-height: 1rem;
	text-decoration: none;
}
.sort:before {
  font-weight: normal !important;
  color: #333333;
  padding: 0;
  font-size: 1rem;
  transition: color 0.5s linear;
}
.sort.up:before {
	content: "\f077";
}
.sort.down:before {
	content: "\f078";
}
/*---video einbinden---*/
.video-container,
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed,
.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
video {
	max-width: 100%;
	height: auto;
}
/*---tabellen---*/
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
caption {
	background-color: #DDDDDD;
	font-size: 120%;
	font-weight: normal;
	color: black;
}
thead {
	background-color: #dddddd;
	font-size: 110%;
	font-weight: normal;
	color: black;
}
caption,
td,
th {
	padding: 5px;
border-bottom: 1px solid #dddddd;
}
td {
	border-bottom: 1px solid #dddddd;	
}
tr:nth-child(odd) td {
	background-color: #f5f5f5;
}
th,
.ntm .text table tr:first-child td,
td.thstyle {
	background: ;
	color: black;
	font-weight: normal;
	text-align: left;
}
.stat th {
	background: #dddddd !important;
	color: #333333;	
}


/*---link sammlung ---*/
#linkcontainer {
	list-style: none;
	padding: 0;
	margin: 0;
}
#linkcontainer li {
	background: #F5F5F5;
	padding: 10px;
	margin: 0 5px 5px 0;
	float: left;
	transition: all 0.5s;
}
#linkcontainer li {
	position: relative;
	width: 25%;
	padding: 5px 5px 20px 5px;
	margin: 0 0 20px 0;
	float: left;
	text-align: center;
	border-right: 5px solid white;
	border-left: 5px solid white;
	border-bottom: 10px solid #F5F5F5;
	transition: all 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#linkcontainer li img {
	border: 1px solid #cccccc;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: filter 0.3s, opacity 0.3s;
}
#linkcontainer li img:hover {
	filter: grayscale(0%);
	opacity: 1;
}
#linkcontainer li:hover {
	background: #00BBFF;
}
#linkcontainer h2 {
	font-size: 1.4rem;
	display: inline-block;
	padding: 0;
	margin: 0;
}
#linkcontainer li h2 {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1rem;
	padding: 0;
	margin: 0;
}
#linkcontainer li:hover h2 {
	background: #00BBFF;
	color: white;
	display: block;
	font-size: 1rem;
	line-height: 20px;
	padding: 5px;
	margin: 0;
}
#linkcontainer li:hover h2 {
	color: white !important;
}
#linkcontainer a {
	text-decoration: none;
}
#linkcontainer a:hover {
	text-decoration: underline;
}

/*---link box---*/
.box_out_4 .linkwrapper {
	background: white;
	padding: 20px;
	margin: 0 0 20px 0;
	border: 1px solid #cccccc;
}
.box_out_4 .linkwrapper h2.newsh1 {
	background: #F5F5F5;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	line-height: 35px;
	text-align: center;
	color: #999999;
}
.box_out_4 #boxlinks {
	display: table;
	table-layout: fixed;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;
}
.box_out_4 #boxlinks li {
	display: table-cell;
	padding: 0;
	max-height: 160px;
}
.box_out_4 #boxlinks li img {
	filter: grayscale(100%);
	opacity: 0.6;
	max-width: 100%;
	height: auto;
	max-height: auto;
	transition: filter 0.3s, opacity 0.3s;
}
.box_out_4 #boxlinks li img:hover {
	filter: grayscale(0%);
	opacity: 1;
}
.box_out_4 #boxlinks h2,
.box_out_4 #boxlinks span.goto {
	display: none;
}
/*--icons--*/
a.ico {
	display: inline-block;
	background: rgba(0, 187, 255, 1);
	padding: 5px 10px 5px 10px;
	margin: 0;
	color: white !important;
	border-radius: 5px;
	text-decoration: none !important;
	transition: background 0.3s;
}
a.ico:hover {
	background: black;
	color: white !important;
	text-decoration: none !important;
}
.ico:before {
	color: white;
	font-size: 1.2em;
	line-height: 30px;
  padding: 0 10px 0 0;
}
.ico:hover:before {
	color: white;
}
a.ico:before {
  text-decoration: none !important;
}
.ico.tel:before {
	content:  "\f095";
  text-decoration: none !important;
}
.ico.mail:before {
	content:  "\f003";
  text-decoration: none !important;
}
.ico.web:before {
	content:  "\f015";
  text-decoration: none !important;
}
/*---terminbox---*/
.datecontainerbox {
  position: relative;
  padding: 10px;
  margin: 0;
}
.datecontainerbox h2,
.datecontainerbox p {
  margin: 0 0 10px 0;
}
.datecontainerbox li {
	padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #dddddd;
}
.box_out .datelist {
  background-color: rgba(255, 255, 255, .8) !important;
  margin: 0 0 1px 0;
  padding: 10px 0 10px 0;
}
.box_out .dateday {
	background: rgba(255, 235, 0, 1);
	display: block;
	width: 40px;
	height: 50px;
	float: left;
	text-align: center;
	border-right: 1px solid transparent;
}
.box_out .datedate {
	display: block;
    width: -webkit-calc(100% - 40px);
    width:    -moz-calc(100% - 40px);
    width:         calc(100% - 40px);
	height: 50px;
	float: right;
	text-align: left;
	padding-left: 5px;
}
.box_out .datedate h2,
.box_out .datedate p {
	height: 25px;
	line-height: 25px !important;
	padding: 0;
	margin: 0;
	font-size: 1em !important;
	font-weight: normal;
}
.box_out .dateday p {
	line-height: 1em;
	padding: 0;
	margin: 0;
}
.box_out .day {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 25px;
}
.box_out .month {
	font-size: 0.8em;
	color: black;
	line-height: 25px;
	font-weight: bold;
}
/*---tv-box---*/
.box_out #market-slider { 
	padding: 10px;
}
.box_out .artsl h2 {
	font-size: 100%;
	margin: 0 0 0px 0;
}
.box_out .artsl {
	position: relative;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #cccccc;
}
.box_out .artsl p:after {
	position: absolute;
	top: 0px;
	right: 0;
	content: " ";
	background-image: url(/files/tpl/set1/img/tv.png);
	display: block;
	width: 60px;
	height: 40px;	
}
.sport1:after {
	background-position: -120px top;
}
.plus:after {
	background-position: -60px top;
}
.laola:after {
	background-position: 0px top;
}
/*---slider---*/
.box_out_4 #market-slider {

}
.box_out_4 .artsl,
.box_out_4 .artsl:hover {
	position: relative;
	background: none;
	position: relative;
	margin: 0 auto 0 auto;
  padding: 0px;
	max-width: 96%;


}
.box_out_4 .artsl a {
	font-size: 0;
	line-height: 0;
	height: 0;
}
.box_out_4 .artsl p,
.box_out_4 .artsl .mehr {
	display: none;
}
.box_out_4 .artsl img {
	max-width: 100%;
	height: auto;
	float: left;
}
.box_out_4 .artsl img:hover {

}

.box_out_4 #market-slider .owl-prev {
	background-color: transparent;
  position: absolute;
  left: 0px;
  top: 0;
  width: 50px;
  height: 100%;
  color: white;
 	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.box_out_4 #market-slider .owl-prev:after {
  content: "\f104";
  font-size: 5rem;
  position: absolute;
  top: 32%;
  right: 0px;
  text-shadow: 3px 3px 0px rgba(23, 23, 23, 0.79); 
}
.box_out_4 #market-slider .owl-next {
	background-color: transparent;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 100%;
  color: white;
 	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.box_out_4 #market-slider .owl-next:after {
  content: "\f105";
  font-size: 5rem;
  position: absolute;
  top: 32%;
  left: 0px;
  text-shadow: 3px 3px 0px rgba(23, 23, 23, 0.79);
}
.box_out_4 #artikel section {
	display: none;
}
.owl-carousel {
	padding: 20px 10px 20px 10px;
}
.owl-wrapper-outer {
	padding-bottom: 0px;
}

/*---formulare---*/
form.cform {
	width: 100%;
  padding: 0px;
  margin: 20px 0 20px 0;
  line-height: 1.8em;
  vertical-align: middle;
}
form.cform label {
	color: #444444;
	width: 35%;
	line-height: 30px;
	text-align: right;
	padding-right: 10px;
	margin: 0 0 3px 0;
	float: left;
	font-weight: bold;
}
.dir131 form.cform label {
	text-align: left;

}
form.cform input {
	vertical-align: top;
	border: 1px solid #666666;
	background-color: transparent;
	min-height: 30px;
	padding: 10px;
	margin: 0 0 5px 0;
	width: 60%;
}
.dir131 form.cform input {
	width: 30%;
	float: left;
}
form.cform textarea {
	vertical-align: top;
	border: 1px solid #666666;
	background-color: transparent;
	padding: 10px;
	margin: 0 0 5px 0;
	width: 60%;
}
form.cform select{
	vertical-align: top;
	border: 1px solid #666666;
	background-color: transparent;
	min-height: 30px;
	padding: 5px 10px 5px 10px;
	margin: 0 0 5px 0;
	width: 60%;
}
form.cform input:hover,
form.cform select:hover,
form.cform textarea:hover,
form.cform input:focus,
form.cform select:focus,
form.cform textarea:focus {
-moz-box-shadow: 0px 0px 6px #999999;
-webkit-box-shadow: 0px 0px 6px #999999;
box-shadow: 0px 0px 6px #999999;
}
form.cform fieldset {
	padding: 10px;
	border: 1px solid #666666;
}
form.cform legend {
	color: #666666;
	font-size: 1.2em;
	margin-left: 10px;
}
#formerror {
	border: 5px solid red;
	padding: 10px;
}

form.cform input.active,
form.cform button {
	display: block;
	width: 100% !important;
  margin: 0 auto 0 auto;
  padding: 10px 0 10px 0;
  border: 1px solid #666666;
  line-height: 20px;
  font-size: 1em;
  background-color: white;
  color: #333333;
  cursor: pointer;
	box-shadow: 0px 0px 6px #999999; 
	transition: all 0.3s linear;
}
form.cform input.active:hover,
form.cform button:hover {
  background-color: rgba(0, 187, 255, 1);
  color: white;
}
form.cform input.inactive {
  display: none;
}
form.cform span.checkbox {
	display: inline-block;
  margin: 0 5px 0 0;
  line-height: 50px;
}
form.cform .checkbox input {
  vertical-align: text-top;
  margin: 0 5px 0 0;
  min-height: 20px;
  line-height: 20px;
  width: auto;
}
form.cform .center {
  display: block;
  margin: 20px auto 0 auto;
  clear: left;
}
form.cform .imgdetail {
	max-width: 200px;
	height: auto;	
}
.dir130 .cform fieldset:first-child hr.clearleft {
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #cccccc;
}
form.cform .tooltipp strong {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
form.cform .tooltipp strong:after {
	content: "\f059";
	font-size: 2em;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
form.cform .tooltipp strong span {
	display: none;
}
form.cform .tooltipp strong:hover span {
    z-index: 10000000 !important;
	display: block;
	position: absolute;
	top: auto;
	left: -260px;
	width: 250px;
	padding: 10px;
	border: 10px solid #666666;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	text-align: left;
    background-color: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
-moz-box-shadow: 0px 0px 13px #666666;
-webkit-box-shadow: 0px 0px 13px #666666;
box-shadow: 0px 0px 13px #666666;
}
form.cform .tooltipp strong:hover {
	border: 0px;
	text-decoration: none !important;
}
form.cform #formerror {
	border: 5px solid red;
	padding: 10px;
}
#label_field-26:after,
#label_field-36:after,
#label_field-20:after,
#label_field-22:after,
#label_field-21:after,
#label_field-23:after {
	content: " ";
	display: block;
	width: 100%;
	height: 0;
	clear: right;
}
/*---picgallery---*/
.prepic {
	margin: 0;
	padding: 0;
}
#pgall #uploadoverviews {
	list-style: none;
	padding: 0;
	margin: 0;
}
#pgall li {
	position: relative;
	float: left;
	margin: 0 30px 30px 0;
	width: 300px;
	height: 300px;
	overflow: hidden;
}
#pgall li h2 {
	background: rgba(0, 0, 0, 0.7);
	color: white;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 5px 20px 5px 20px;
	font-size: 150% !important;
}
#pgall li img {
	position: absolute;
	width: 300px;
	height: 300px;
	object-fit: cover;
}
#pgall li .mehr2 {
	background: rgba(255, 255, 255, 0.7);
	display: block;
	position: absolute;
	bottom: 1px;
	right: 1px;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.mehr2 a span {
	display: none;
}
dl.pic_gallery {
	clear: both;
}
dl.pic_gallery dt {
	position: relative;
  margin: 0 3px 3px 0;
  padding: 0;
  float: left;
  line-height: 0;
 	width: 200px;
	height: 200px;
  z-index: 43;
}
dl.pic_gallery dt a {

}
dl.pic_gallery dt img {
  padding: 0;
  border: none;
	position: absolute;
	width: 200px;
	height: 200px;
	max-width: inherit !important;
	object-fit: cover;
  z-index: 44;
}

dl.pic_gallery dd {
  margin: 0;
  padding: 0;
  line-height: 0;
  width: 0;
  overflow: hidden;
}
dl.pic_gallery dd h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 0em !important;
  line-height: 0;
}
.pictext {
  display: block;
  height: auto;
  margin: 0 0 20px 0;
}
/*---special---*/
.blocklightgrey {
	padding: 40px;
	margin: 0 0 40px 0;
	background: #F5F5F5;	
}
/*---liveticker---*/
.container-fluid {
	background: white;
	margin: 0 0 10px 0;
	border: 1px dotted #cccccc;
}
.dategroup {
	display: inline-block;
	background: rgba(0, 187, 255, 1);
	color: white;
	padding: 5px;
	margin: 0 0 20px 0;
}
.match-header,
.scoreboard {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.match-header {
	background: #F5F5F5;
}
.scoreboard.lgrey {
	background: #F5F5F5;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}
.match-header > div,
.scoreboard > div {
	display: table-cell;
	padding: 10px;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.scoreboard > div {
	text-align: center;
}
/*---bilddreher---*/
.dreher {
	width: 300px;
	height: 250px;
	overflow: hidden;
	margin: 10px 0 10px 0;
}
.dreher ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;	
}
.dreher li {
	float: left;
}
/*---tabs---*/
#faq {
	list-style: none;
	margin: 0;
	padding: 0;
}
#faq ul {
	list-style: square;
	padding: 10px 0 10px 20px;
}
.tab-row {
	margin: 20px 0 10px 0;
}
.tab {
	float: left;
	border-bottom: 1px solid #D02109;
	border-left: 1px solid white;
}
.tab a {
	background-color: black;
	color: white !important;
	display: block;
	text-decoration: none !important;
	padding: 0 10px 0 10px;
	margin: 0;
	min-height: 30px;
	line-height: 30px;
	font-size: 1.3em;
	border-bottom: 2px solid #F5F5F5;
}
.tab a:hover,
.tab.selected a {
	background-color: #D02109;
	color: white !important;
	border-bottom: 2px solid #D02109;
}
.tab-content {
	clear: left;
	padding: 20px 0 0 0;
}
.listdetail.article {
	position: relative;
	background: white;

}
.listdetail.article img {
	float: right;
	margin: 0 0 20px 2%;
	max-width: 48%;
}
.listdetail.article .text {
	float: left;
	width: 50%;
}


.listdetail.article .hotel {
	float: left;
	width: 48%;
	margin: 0 4% 20px 0;
}
.listdetail.article .hotel:nth-child(2n) {
	margin-right: 0;
}
.listdetail.article .hotel:nth-child(2n+1) {
	clear: left;
}
.listdetail.article .hotel img {
	float: none;
	margin: 0;
	max-width: 100%;
}




.listdetail.article:after {
	display: block;
	content: " ";
	height: 0;
	width: 100%;
	clear: both;
}
#faq img {
	max-width: 50px;
	height: auto;
	float: left;
}
#faq td {
	vertical-align: middle;
	padding: 5px;
}
.kader tr td:nth-child(6),
.kader tr td:nth-child(7) {
	text-align: center;
}
.kader td p,
#datetab td p,
#archivtab td p,
.listdetail.article .text p {
	margin: 0;
	padding: 0;
}
#smalldb_tab {
    list-style: none;
    margin: 0;
    padding: 0;
}
#smalldb_tab img {
	max-width: 50px;
	height: auto;
	float: left;
}
#smalldb_tab td {
	vertical-align: middle;
	padding: 5px;
}
.appdb-table.crew tr td:first-child {
	width: 60px;
}
.ntback,
.btn-back {
	position: absolute;
	left: -25px;
	top: -25px;
	background: white;
	display: block;
	width: 50px;
	height: 50px;
	margin:0;
	border: none;
	border-radius: 50%;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
	z-index: 23;
}
.ntback:hover,
.btn-back:hover {
	transform: scale(1.1);
}
.ntback span,
.btn-back span,
.ul5.tabstyle2 li:nth-child(4) {
	display: none !important;
}
.ntback:before,
.btn-back:before {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 3rem;
	color: black;
	text-decoration: none;
	transition: all 0.3s;
}
.ntback:before {
	content: "\f057";
}
.btn-back:before {
	content: "\f137";
}
.ntback:hover:before,
.btn-back:hover:before {
	color: rgba(0, 187 ,255, 1);
	transform: rotate(360deg);
}
.ntm .text table {
	margin-bottom: 10px;
}


ul.butt {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*---content special---*/
#faq ul.tabstyle,
ul.tabstyle,
ul.tabstyle2,
ul.tabstyle2 ul {
	display: block;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
#faq ul.tabstyle li,
/*ul.tabstyle2 ul li,*/
ul.tabstyle li {
	padding: 5px 10px 5px 10px;
}
#faq ul.tabstyle li:nth-child(odd),
ul.tabstyle li:nth-child(odd),
/*ul.tabstyle2 ul li:nth-child(odd),*/
ul.info li:nth-child(odd) {
	background-color: #f5f5f5;	
	border: 1px solid #dddddd;
}
#faq ul.tabstyle li:nth-child(even),
ul.tabstyle li:nth-child(even),
/*ul.tabstyle2 ul li:nth-child(even),*/
ul.info li:nth-child(even) {	
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}
/*ul.tabstyle2 ul li:last-child,*/
ul.info li:last-child {	
	border-bottom: 1px solid #dddddd;
}
ul.tabstyle2 ul li {
	float: left;
	margin-right: 5px;
}
.dir129 ul.tabstyle2 ul li {
	float: none;
	margin-right: 0;
}
.dir129 ul.tabstyle2 ul li a {
	width: 50%;
}
.dir93 ul.tabstyle2 ul li {
	width: 32%;
	margin-right: 2%;
}
.dir93 ul.tabstyle2 ul li a {
	width: 100%;
}
.dir93 ul.tabstyle2 ul li:nth-child(3) {
	margin-right: 0%;
}
.dir94 ul.tabstyle2 ul li,
.dir95 ul.tabstyle2 ul li,
.dir111 ul.tabstyle2 ul li {
	width: 49%;
	margin: 0 2% 5px 0;
}
.dir94 ul.tabstyle2 ul li a,
.dir95 ul.tabstyle2 ul li a,
.dir111 ul.tabstyle2 ul li a {
	width: 100%;
}
.dir94 ul.tabstyle2 ul li:nth-child(2),
.dir95 ul.tabstyle2 ul li:nth-child(2),
.dir111 ul.tabstyle2 ul li:nth-child(2) {
	margin-right: 0%;
}
ul.butt li {
	float: left;
	width: 32%;
	margin: 0 2% 20px 0;
}
ul.butt li:nth-child(3n) {
	margin-right: 0;
}
ul.tabstyle2 ul li a,
ul.butt li a,
ul.butt li span,
a.cbutt,
a.fliparchiv,
a.flipcur {
	position: relative;
	background: rgba(0, 0, 0, 0.1);
	background: linear-gradient(135deg, rgba(0, 187, 255, 1) 10%, rgba(0, 0, 0, 1) 50%, rgba(0, 187, 255, 1) 90%);
	display: inline-block;
	padding: 5px 20px 5px 20px;
	margin: 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 1rem;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
  transition: all 0.3s;
  z-index: 15;
}
a.fliparchiv,
a.flipcur {
	font-size: 1.2rem;
}
ul.butt li a {
	width: 100%;
	padding: 5px 0px 5px 0px;
}
a.cbutt {
	width: 30%;
}
ul.tabstyle2 ul li a:hover,
ul.tabstyle2 ul li a:focus,
ul.butt li a:hover,
ul.butt li a:focus,
a.cbutt:hover,
a.cbutt:focus {
	background: linear-gradient(135deg, rgba(0, 0, 0, 1) 10%, rgba(0, 187, 255, 1) 50%, rgba(0, 0, 0, 1) 90%);
	color: rgba(0, 0, 0, 1);
	font-weight: bold;
	text-shadow: 0 0 5px #FFFFFF, 0 0 7px #FFFFFF;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
box-shadow: 10px 0 25px -5px #333; 
z-index: 16;
}
.tabs_header {
	display: none;
	background: #D02109;
	color: white;
	font-size: 1.4rem;
	width: auto;
	padding: 5px 10px 5px 10px;
	margin: 0 0 5px 0;

}
.ul2 .tabs_header,
.dir110 .ul4 .tabs_header,
.ul5 .tabs_header,
.ul10 .tabs_header {
	display: none;
}
.tabs_content {
	margin-bottom: 5px;
}
.tabs_content:after {
	display: block;
	content: " ";
	height: 0;
	line-height: 0;
	width: 100%;
	clear: left;
}
ul.info {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}
ul.info li {
	display: table;
	width: 100%;
}
ul.info li > div {
	display: table-cell;
	padding: 5px;
}
ul.info li > div.tab1 {
	width: 150px;
	border-right: 1px solid #dddddd;
}
/*---nu---*/
#tab,
.cup-ticker {
	list-style: none;
	padding: 0;
	margin: 0;
}
.restab {
	width: 100%;
}
.restab td {
	text-align: center;
}
.restab td:first-child,
.restab td:nth-child(3) {
	width: 40%;
}
.playlist {
	display: block;
	width: 100%;
	border-top: 1px solid #cccccc;
	clear: left;
}
.playlist dd,
.playlist dt {
	display: block;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.playlist dd {
	width: calc(100% - 120px);
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.playlist dt {
	background: #F5F5F5;
	width: 120px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.playlist.pstat {
	display: table;
	width: 100%;
	border-top: 0px solid #cccccc;
}
#pstat .playlist.pstat:nth-child(4) {
	margin-bottom: 10px;
}
#pstat .playlist.pstat:nth-child(1) {
	border-top: 1px solid #cccccc;
}
.playlist.pstat dd {
	width: calc(100% - 180px);
	display: table-cell;
	float: none;
}
.playlist.pstat dt {
	width: 180px;
	display: table-cell;
	float: none;
}
.cugro thead td {
	text-align: center;
}
.group {
	font-size: 0.95rem;
}
.group td {
 	vertical-align: middle;
}
.group td:first-child {
	text-align: center;
}
.group td:nth-child(3) {
	text-align: center;
}
.cgtab {
	display: table;
	margin: 10px auto 0 auto;
}
.cgtab span {
	display: table-cell;
	vertical-align: middle;
}
.cgtab span.logo,
.cgtab span.cent {
	padding: 0 5px 0 5px;
}
tr .cgtab span.logo img {
	max-height: 40px;
	width: auto;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: filter 0.3s, opacity 0.3s;
}
tr:hover .cgtab span.logo img {
	filter: grayscale(0%);
	opacity: 1;
}
.gdate,
.gtime {
	display: inline-block;
	width: 100%;
}
.gtime span {
	padding-left: 5px;
}
.court {
	display: block;
	text-align: center;
	font-size: 0.9rem;
}
.stats {
	font-size: 0.9rem;
}
.stats table {
	width: 100%;
}
.stat th,
.stat td {
	text-align: center;
}
.stat td:nth-child(2) {
	text-align: left;
}
.stat .yellow {
	color: yellow;
}
.stat .red {
	color: red;
}
.stat th .fa {
	font-size: 1.2em;
}
.stat3 tr td:nth-child(2) {
	width: 20%;
}
.cup-ticker {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 10px;
}
.cup-ticker li {
	display: table-cell;
}
.cup-ticker li:first-child {
	padding-right: 2px;
}
.cup-ticker li .cbutt {
	width: 100%;
}
/*---ticketshop---*/
section.table-responsive.ticket {
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
section.table-responsive.ticket:before {
	animation-name: colorchange;
	animation-duration: 3.5s;
	animation-iteration-count: 3;
	content: "\f1de";
	font-size: 2rem;
	color: #999999;
}
@keyframes colorchange {
	from {color: black; margin-left: 0px}
	to {color: red; margin-left: 90%;}
}
/*---divers content---*/
.dir134 td,
.dir157 td,
.dir158 td {
	width: 50%;
}

.dir27 .box_out_4 {
	background: #F5F5F5;
}
.box_in .section {
	background: white;
	padding: 20px;
}
#wgs-wind {
	height: 52px !important;
}
/*---social wall---*/
.bswall {
	background: #F2F2F2;
}
.slist article {
	position: relative;
  display: inline-block;
  margin: 0 2.666666% 10px 0;
  width: 23%;	
 	background: white;
 	transition: all 0.5s;
	z-index: 201; 	
}
.slist article:nth-child(4n) {
	margin-right: 0;
}
.bslist {
	width: 980px;
	padding: 30px 0 30px 0;
	margin: 0 auto 0 auto;
} 
.bslist article {
	position: relative;
  display: inline-block;
  margin: 0 2.666666% 10px 0;
  width: 23%;	
  float: left;	
 	background: white;
 	transition: all 0.5s;
	z-index: 201;
}
.bslist article:nth-child(4n) {
	margin-right: 0;
}
.bslist article:nth-child(4n+5) {
	clear: left;
}
.slist article:hover,
.bslist article:hover {
	box-shadow: 0 0 16px 0 rgba(51,51,51,0.2);
}
.bslist:after {
	content: "";
	display: block;
	clear: left;
}
p.soclink,
footer.socdate {
	word-wrap: break-word !important;
	hyphens: auto;
	padding: 0 10px 10px 10px;
}
footer.socdate {
	margin: 0 10px 0 10px;
	padding-top: 5px;
	border-top: 1px dotted #cccccc;
}

.slist article:hover p.soclink,
.bslist article:hover p.soclink {
	width: 100%;
	height: auto;
	font-size: 1rem;
	overflow: visible;
	z-index: 203;
}
p.soclink a,
.piclink {
	text-decoration: none;
	color: black;
	transition: color 1s;
}
.piclink {
	background: white;
	position: relative;
	display: block;
	width: 100%;
	padding-top: 70%;
}
.piclink img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slist article:hover p.soclink a {
	text-decoration: none;
	color: white;
}
.bslist p.soclink {

}
header.socico {
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 0px;
	transition: background-color 0.3s linear;
}
.bslist header.socico {
	background-color: transparent;
}
header.socico:before {
	color: #999999;
	font-size: 1.4em;
	line-height: 30px;
  padding: 0;
}
article:hover header.socico:before,
article:hover .likes:before {
	color: #000000;
}
.bslist article:hover header.socico:before,
.bslist article:hover .likes:before {
	color: rgba(230, 48, 39, 1);
}
.facebook header.socico:before {
	content:  "\f082";
}
.googleplus header.socico:before {
	content:  "\f0d4";
}
.instagram header.socico:before {
	content:  "\f16d";
}
.youtube1 header.socico:before {
	content:  "\f166";
}
.likes {
	position: absolute;
	top: 0;
	left: -60px;
	color: black;
	font-size: 1em;
	line-height: 30px;
}
.bslist .likes {
	color: black;
}
.likes:before {
	color: #999999;
	font-size: 1.4em;
	line-height: 30px;
  padding: 0 5px 0 0;
}
.instagram .likes:before {
	content:  "\f08a";
}
.facebook .likes:before {
	content:  "\f087";
}
.youtube1 .likes,
.youtube1 .likes:before {
	display: none;
	content:  "\f166";
}
.googleplus .likes,
.googleplus .likes:before {
	display: none;
	content:  "\f0d4";
}

/*---cookie---*/
#info_cookie {
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	display: block;
	width: 100%;
	padding: 30px;
	margin: 0;
	color: white;
	font-size: 80%;
	text-align: center;
	cursor: pointer;
	z-index: 21000;
}
#info_cookie .clickme {
	background: white;
	display: inline-block;
	padding: 5px;
	margin-left: 10px;
	color: black;
	text-align: center;
	cursor: pointer;
}
#info_cookie a {
	color: white !important;
}





