body {
	background-image: url('../img/bg.png');
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;
	background-color: #cbc9d3;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

p,li {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #515151;
	font-size: 13px;
	padding: 0px;
}

h2 {
	font-size: 22px;
	color: #4a4a4a;
	margin-top: 0px;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	color: #4a4a4a;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

h4 {
	font-size: 85%;
	color: #4a4a4a;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}

p {
	margin-bottom: 8px;
}

.title_menu {
	background-color: #ffffff;
	height: 30px;
	width: 100%;
	border-bottom: 1px solid rgb(220, 220, 220);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.menu_search {
	float: right;
	cursor: pointer;
	display: inline-flex;
	background-image: url('../img/ico_search.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20% ;
	margin-left: 20px;
	padding: 6px;
	padding-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 80%;
}

.menu_login {
	float: left;
	cursor: pointer;
	display: inline-flex;
	background-image: url('../img/ico_login.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 42% ;
	margin-left: 20px;
	padding: 6px;
	padding-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 80%;
}

.menu_language {
	float: right;
	cursor: pointer;
	display: inline-flex;
	background-image: url('../img/ico_globe.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 45% ;
	margin-left: 20px;
	padding: 6px;
	padding-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 80%;
}

.menu_flag {
	width: 24px;
	height: 24px;
	float: right;
	margin-top: 2px;
	margin-left: 5px;
}

.content_right {
	max-width: 1280px;
	width: 100%
	text-align: right;
	margin: 0 auto;
}

.content_ads_center {
	max-width: 1440px;
	width: 100%
	text-align: center;
	margin: 0 auto;
}

.content_center {
	max-width: 1280px;
	width: 100%
	text-align: center;
	margin: 0 auto;
}

.content_left {
	max-width: 1280px;
	width: 100%
	text-align: left;
	margin: 0 auto;
}

.title_logo {
	margin: 20px;
	padding-left: 50px;
}

.title_bar {
	background-image: url('../img/menu.png');
	background-size: 66% 66%;
	background-repeat: repeat-x;
	background-position: fixed;
	width: 100%;
	height: 100px;
}

.menu_item {
	display: inline-flex;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #ffffff;
	margin: 24px;
}

.menu_active {
	transform: skewX(-9deg);
	display: inline-flex;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: #ffffff;
	background-color: #c1021d;
	padding: 8px;
	padding-left: 24px;
	padding-right: 24px;
}

.menu_text {
	transform: skewX(9deg);
}

.title_pic {
	background-image: url('../img/title1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #ffffff;
	min-height:100px;
}

.theme1_pic {
	background-image: url('../img/theme1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #ffffff;
	min-height:100px;
}

.theme2_pic {
	background-image: url('../img/theme2.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #ffffff;
	min-height:100px;
}

.theme3_pic {
	background-image: url('../img/theme3.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #ffffff;
	min-height:100px;
}

.teaser {
	background-color: #ffffff;
}

.title {
	font-size: 120%;
	font-weight: bold;
	color: #212a6a;
}

.comment {
	font-size: 70%;
	color: #212a6a;
	margin-top: -12px;
}

.boxed {
	padding: 0px;
	border: 5px solid #ffffff;
	background-color: #ffffff;
	height: 100%;
}

.box_title {
	background-image: url('../img/box_title.png');
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 90%;
	font-weight: bold;
	color: #212a6a;
	padding: 5px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 15px;
	display: inline;
	position: absolute;
	text-transform: uppercase;
}

.box_back {
	background-image: url('../img/box_back.png');
	background-repeat: repeat-x;
	background-position: fixed;
	min-height: 43px;
}

div.footer {
	margin-top: 20px;
	background-color: #ffffff;
	border-top: 1px solid #e4e4e4;
	width: 100%;
	height: 100%;
	padding: 10px;
	filter: drop-shadow(0px 0px 15px #CCCCCC);
}

.footer_text {
	font-size: 80%;
	color: #BBBBBB;
}

.footer_content {
	padding-top: 20px;
	border-top: 1px solid #e4e4e4;
}

A.footer {
	color: #BBBBBB;
	margin-left: 10px;
	margin-right: 10px;
}

A.footer:hover {
	color: #c1021d;
	text-decoration: none;
}

A.link {
	color: #c1021d;
}


A.main_menu {
	cursor: pointer;
	color: #ffffff;
}

A.main_menu:hover {
	text-decoration: none;
}

.form_caption {
	padding-top: 5px;
	text-align: right;
	color: #212a6a;
	font-size: 75%;
	padding-right: 0px;
}

input {
	font-size: 80%;
	padding-left: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	width: 100%;
}

div.text {
	padding: 10px;
}


ol {
	margin-left: 0px;
	padding-left: 15px;
}

ol li {
	padding-left: 0px;
}

ul {
   list-style: none;
   margin-left: 0px;
   padding-left: 10px;
}
ul li {
  position: relative;
  padding-left: 25px;
}

ul li:before {
  position: absolute;
  top: 2px;
  left: 5px;
  content: ' ';
  width: 10px;
  height: 10px;
  background: url('../img/bullet.svg') no-repeat;
}

div.evt_box {
	padding: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 5px;
	background: url('../img/ico_details.svg') no-repeat;
	background-repeat: no-repeat;
	background-position: 98% 70%;
	background-size: auto 40%;
	cursor: pointer;
}

div.evt_box_live {
	padding: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 5px;
	background: url('../img/ico_details_red.svg') no-repeat;
	background-repeat: no-repeat;
	background-position: 98% 70%;
	background-size: auto 40%;
	cursor: pointer;
}

a.evt_box {
	color: #515151;
	cursor: pointer;
}
a.evt_box:hover {
	text-decoration: none;
	cursor: pointer;
}

div.evt_box:hover, div.evt_box_live:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.03);
}

div.evt_locator {
	background: url('../img/ico_geo.svg') no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 75%;
	padding-left: 16px;
	font-size: 70%;
	text-overflow: ellipsis!important;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}

div.evt_locator_cancel {
	background: url('../img/ico_canceled.svg') no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 75%;
	padding-left: 16px;
	font-size: 70%;
	text-overflow: ellipsis!important;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}

div.evt_caption {
	font-size: 80%;
	text-overflow: ellipsis!important;
	color: #c1021d;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	padding-right: 25px;
}


div.evt_showoffice {
	font-size: 70%;
	color: #999999;
	text-overflow: ellipsis!important;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}

div.evt_live {
	top:10;
	right:0;
	position: absolute;
	background-color: #c1021d;
	color: #ffffff;
	font-size: 50%;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 15px;
}

div.evt_canceled {
	top:10;
	right:0;
	position: absolute;
	background-color: #999999;
	color: #ffffff;
	font-size: 50%;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 15px;
}


div.evt_date {
	background: url('../img/ico_calendar.svg') no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 80%;
	top:10;
	right:0;
	position: absolute;
	font-size: 50%;
	padding-left: 15px;
	padding-right: 8px;
	margin-right: 10px;
}

.button {
	background-color: #c1021d;
	display: inline;
	color: #ffffff;
	font-size: 90%;
	font-weight: bold;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.box_login {
	float: right !important;
	width: 350px;
	padding: 5px;
	padding-bottom: 0px;
	margin-right: 0px;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: 10px;
}

div.box_search {
	width: 150px;
	float: right !important;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 5px;
	padding: 2px;
	padding-left: 35px;
	padding-right: 5px;
	background-image: url('../img/ico_search.png');
	background-repeat: no-repeat;
	background-position: 5% 50%;
	background-size: 8% ;

}

input.box_search {
	border: none;
	font-size: 70%
}

td.spacer-left {
	width:25%;
	background-image: url('../img/spacer_left.png');
	background-repeat: no-repeat;
	background-position: left center;
}

td.spacer-middle {
	font-size: 75%;
	padding-left: 15px;
	padding-right: 15px;
	color: #aaaaaa;
	text-transform: uppercase;
}

td.spacer-right {
	width:75%;
	background-image: url('../img/spacer_right.png');
	background-repeat: no-repeat;
	background-position: right center;
}

p.smo_link {
	font-size: 150%;
}

a.smo_link {
	color: #c1021d;
}

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

@media (min-width: 1440px) {
	.view_small1440 { display: none; }
	.view_big1440 { display: inherite; }
	.boxed { filter: drop-shadow(0px 0px 15px #CCCCCC); }
	.content_ads_center { max-width: 1440px; }
}

@media (max-width: 1440px) {
	.view_small1440 { display: inherite; }
	.view_big1440 { display: none; }
	.content_ads_center { max-width: 1280px; }
}

@media (min-width: 1200px) {
	.view_small1200 { display: none; }
	.view_big1200 { display: inherite; }
	.boxed { filter: drop-shadow(0px 0px 15px #CCCCCC); }
}

@media (max-width: 1200px) {
	.view_small1200 { display: inherite; }
	.view_big1200 { display: none; }
}

@media (min-width: 1000px) {
	.view_small1000 { display: none; }
	.view_big1000 { display: inherite; }
	.boxed { filter: drop-shadow(0px 0px 15px #CCCCCC); }
}

@media (max-width: 1000px) {
	.view_small1000 { display: inherite; }
	.view_big1000 { display: none; }
}

@media (min-width: 900px) {
	.view_small900 { display: none; }
	.view_big900 { display: inherite; }
	.boxed { filter: drop-shadow(0px 0px 15px #CCCCCC); }
}

@media (max-width: 900px) {
	.view_small900 { display: inherite; }
	.view_big900 { display: none; }
}

@media (min-width: 700px) {
	.view_small700 { display: none; }
	.view_big700 { display: inherite; }
	.boxed { filter: drop-shadow(0px 0px 15px #CCCCCC); }
}

@media (max-width: 700px) {
	.view_small700 { display: inherite; }
	.view_big700 { display: none; }
}


@media (min-width: 500px) {
	.view_small500 { display: none; }
	.view_big500 { display: inherite; }
}

@media (max-width: 500px) {
	.view_small500 { display: inherite; }
	.view_big500 { display: none; }
}


@media (min-width: 300px) {
	.view_small300 { display: none; }
	.view_big300 { display: inherite; }
}

@media (max-width: 300px) {
	.view_small300 { display: inherite; }
	.view_big300 { display: none; }
}

.menu_list {
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
}

.menu_list:nth-child(even) {
	background-color: #535353;
}

.menu_list:hover {
	background-color: #777777;
	cursor: pointer;
}


.menu {
	position: absolute;
	background-color: #474747;
	z-index: 999;
	margin-top: 30px;
	margin-left: -18px;
	display: none;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
}

#navi_menu {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

input.navi_menu:checked ~ div {
	display : block;
}


:checked + label {
	z-index: 10;
	pointer-events: none;
}
:checked + label + input + label {
	pointer-events: none;
}

label:hover,
label:focus {
	cursor: pointer;
}

[class^=arr-]{
	border:       solid currentColor;
	border-width: 0 .2em .2em 0;
	display:      inline-block;
	padding:      .17em;
	margin-bottom: 2px;
	margin-right: 5px;
}

.arr-right {transform:rotate(-45deg);  -webkit-transform:rotate(-45deg);}
.arr-left  {transform:rotate(135deg);  -webkit-transform:rotate(135deg);}
.arr-up    {transform:rotate(-135deg); -webkit-transform:rotate(-135deg);}
.arr-down  {transform:rotate(45deg);   -webkit-transform:rotate(45deg);}


.zitat {
	background-image: url('../img/ico_quote.svg');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 5% ;
	padding-top: 5px;
	padding-left: 25px;
	color: #999999;
	font-size: 120%;
	margin-left: 5px;
	line-height: 1.1;
	text-align;: center;
}
.author {
	text-align: right;
	color: #999999;
	font-size: 60%;
	font-weight: bold;
	margin: 0px;
}

.event_selector {
	display: inline;
	border: 1px solid #cccccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 4px;
	padding-left: 34px;
	padding-right: 10px;
	margin-left: 8px;
	cursor: pointer;
}

.event_active {
	background-color: #cccccc;
	color: #333333;
	border: 1px solid #aaaaaa;
	cursor: pointer;
}

.nation_ger, .nation_bel, .nation_lux, .nation_aut, .nation_sui, .nation_fra, .nation_ned, .nation_den, .nation_hun, .nation_aus, .nation_jpn, .nation_cze, .nation_esp, .nation_bra, .nation_arg, .nation_lat {
	background-repeat: no-repeat;
	background-position: 7px center;
	background-size: auto 100% ;
	font-size: 90%;
}

.nation_ger { background-image: url('../flag/GER.png'); }
.nation_bel { background-image: url('../flag/BEL.png'); }
.nation_lux { background-image: url('../flag/LUX.png'); }
.nation_aut { background-image: url('../flag/AUT.png'); }
.nation_sui { background-image: url('../flag/SUI.png'); }
.nation_fra { background-image: url('../flag/FRA.png'); }
.nation_ned { background-image: url('../flag/NED.png'); }
.nation_den { background-image: url('../flag/DEN.png'); }
.nation_hun { background-image: url('../flag/HUN.png'); }
.nation_aus { background-image: url('../flag/AUS.png'); }
.nation_jpn { background-image: url('../flag/JPN.png'); }
.nation_cze { background-image: url('../flag/CZE.png'); }
.nation_esp { background-image: url('../flag/ESP.png'); }
.nation_bra { background-image: url('../flag/BRA.png'); }
.nation_arg { background-image: url('../flag/ARG.png'); }
.nation_usa { background-image: url('../flag/USA.png'); }
.nation_lat { background-image: url('../flag/LAT.png'); }

.year_selector {
	display: inline;
	border: 1px solid #cccccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 8px;
	cursor: pointer;
	color: #aaaaaa;
}

.year_active {
	background-color: #cccccc;
	color: #333333;
	border: 1px solid #aaaaaa;
	cursor: pointer;
}

.cookie {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background-color: #ffffff;
	filter: drop-shadow(0px 0px 15px #CCCCCC);
	padding: 20px;
}

.cookie_text {
	color: #999999;
}

.cookie_btn {
	border: 1px solid #c1021d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #ffffff;
	color: #c1021d;
	padding: 4px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.login_btn {
	border: 1px solid #c1021d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #ffffff;
	color: #c1021d;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 60%;
	text-align: center;
	margin-top: -1px;
}

.cookie_btn:hover, .login_btn:hover {
	background-color: #c1021d;
	color: #ffffff;
}

.login_box-xs {
	padding-top: 15px;
	padding-bottom: 15px;
	display: none;
}

.advertising {
	margin-bottom: 20px;
}

.download {
	text-align: center;
	padding: 20px;
	clear: both;
}

.file {
	border: 1px solid #c1021d;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #ffffff;
	color: #c1021d;
	font-size: 75%;
}

.file:hover {
	color: #ffffff;
	background-color: #c1021d;
	text-decoration: none;
}

.divider {
	border-bottom: none;
	margin: 10px;
	color: #555555;
	background-color: #f7f7f7;
	font-size: 60%;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
