/*Clearing and normalizing*/
* {

  -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
  box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
}

html {
	-ms-text-size-adjust: 100%; 
	-webkit-text-size-adjust: 100%; 
}
img
{
	border: 0;
}
 

/* Layout*/

html, 
body 
{
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:12px;
	color: #000;
	background-color:#CFD5CE;
}

.wrapper-o-fixed {
	width:100%;
	max-width:1040px;
	margin: 0 auto;
	min-height:100%;
/*	height:100%;*/
	background-color:#fff;
}


.w-head {
 height:225px;
 width: 100%;
 position:relative;
 overflow:auto;
 border-bottom: 2px solid #BD0926;
 background-image: url(https://meetings.copernicus.org/elpub2016/elpub2016_header_original_Martin_Liebetruth.jpg);
 background-repeat: no-repeat;
 background-position: right top;
}

/*Moodboard*/
.w-head__presenter
{
 padding: 20px 10px 10px 10px;
 float:left;
 text-align: left;
 z-index: 1;
 width: 500px;
}
.w-head__presenter .m-name
{
 margin-top:0;
 font-size: 20px;
}
.w-head__presenter .m-location 
{
 font-size: 14px;
margin-top:1em;
}

.w-head__image-switcher
{
 background-color: #ffffff;
 margin-right: 330px;
 z-index: 2
 background-color: #008000;
 height: calc(100% - 11px);
}

.m-details 
{
	font-size: 16px;
}

.m-name,
.m-details,
.m-location 
{
	color: #BD0926;
	display:block;
	font-weight:bold;
	font-style:normal;
	line-height:1.5;
	padding:1px;
}
.m-main-logo
{
 margin-top: 3px;
 margin-bottom: 5px;
 float:left; 
 margin-right: 15px;
}

.m-main-logo img
{
	margin-top: 3px;
	margin-bottom: 5px;
	width: 95px!important;
	height: 150px!important;
}

.w-head__submenu
{
 position:absolute;
 left:0;
 right:0;
 bottom:0;
 height:24px;
 background-color:#fff;
 background-color:rgba(255,255,255, 0.5);
}
.w-head__submenu ul {
 list-style-type:none;
 padding:0 10px 0 10px;
 margin:0;
 float:right;
}
.w-head__submenu li {
 line-height:24px;
 color:#00085A;
 display:inline-block;
}
.w-head__submenu a {
 text-decoration:none;
 color:#00085A;
 background-color:none;
}

.w-head__submenu a:hover,
.w-head__submenu a:focus {
 text-decoration:underline;
 color:#fff;
 background-color:#00085A;
}

.w-body
{
 display: table-cell;
 min-height: calc(100% - 300px);
 height: calc(100% - 300px);
 padding-bottom: 20px;
/* overflow:auto;*/
 width: 1040px;
}
.w-sidebar {
	width:200px;
	padding:24px 10px 0 10px;
	min-height:100%;
	vertical-align:top;
}
.sidebar-left {
 float:left;
}
.widget-sidebar
{
 text-align:center;
 margin-top: 20px;
}

.widget-sidebar img
{
 display: block;
 margin-bottom: 20px;
}

.w-navigation li {
 padding-bottom:5px;
}
.w-navigation .menu_level1 {
 list-style-type:none;
 margin:0;
 padding:0;
}
.w-navigation .menu_level2 {
 list-style-type:square;
 margin:0;
 padding:0 0 0 18px;
 margin-top: .5em;
}
.w-navigation .menu_level2 a 
{
 text-decoration: none;
 color: #BD0926;
 line-height: 1.1em;
}
.w-navigation .menu_level2 a.active_menuitem
{
 text-decoration: underline;
}

.menuitem_level1.co_function_get_navigation_is_no_parent.co_function_get_navigation_is_open a.link_level1.active_menuitem
{
 background-color: #BD0926;
 color: #FFFFFF;
 font-weight: bold;
}
/*
.co_function_get_navigation_is_open a.link_level1
{
 background-color: #BD0926;
 color: #FFFFFF;
 font-weight: bold;
}
*/

.w-navigation .link_level1 
{
 display:block;
 background-color:#fff;
 color:#BD0926;
 text-decoration:none;
 padding:4px;
 height:24px;
 line-height:16px;
 border: 1px solid #c3c3c3
}
.w-navigation .link_level1:hover,
.w-navigation .link_level1:focus 
{
 background-color:#BD0926;
 color:#fff;
 font-weight:bold;
}

.m-social-icons
{
 margin-top: 19px;
 margin-bottom: 28px;
 text-align:center;
}
.m-social-icons a {
 text-decoration:none;
}
.m-social-icons .jcon-twitter-square-c,
.m-social-icons .jcon-facebook-square-c {
 font-size:52px;
 margin-left: 7px; 
}

.social-icon
{
 margin-right: 7px;
 margin-left: 7px;
}

.w-content 
{
	padding:24px 10px 10px 210px;
	min-height:100%;
	vertical-align:top;
	line-height:1.4;
}

.widget-sidebar .h2 {
 font-weight:bold;
 font-size:1.2em;
 line-height: 1.4;
}

.w-content h1,
.w-content h2,
.w-content h3,
.w-content .h2,
.widget-sidebar .h2,
.w-content .h3 {
 margin-top:0;
}

.w-content h1,
.w-content a,
.w-content h2,
.w-content h3,
.w-content .h2,
.widget-sidebar .h2,
.w-content .h3
{
 color:#BD0926;
}
.w-content a {
 text-decoration:none;
}
.w-content a:hover,
.w-content a:focus {
 text-decoration:underline;
}

.w-content .visual {
  border-collapse: collapse;
  border-spacing: 0;
  border:1px solid #bfbb9d;
}

.w-content .visual thead {
  background-color:#bfbb9d;
  color:#fff;
}
.w-content .visual th {
 font-weight:bold;
}
.w-content .visual th,
.w-content .visual td {
 padding:4px;
 border-bottom: 1px solid #bfbb9d;
}

/** ie fixes **/
.lt-ie9 .w-head{
  overflow: hidden;
}
.lt-ie9 .w-head__submenu {
 height: 22px;
 border-top:1px solid #00085A;
 border-bottom:1px solid #BFBB9D;
}

.lt-ie9 .w-head__submenu li {
 line-height: 22px;
}
.lt-ie9 .w-body {
 height:100%;
 overflow:visible;
}
.lt-ie9 .w-content {
 height:100%;
 background-color:#fff;
 padding-bottom:0;
}

.appointment 
{
	margin-bottom:24px;
}
.appointment .appointment-date
{
	font-weight:bold;
	margin-bottom: 0;
}

/** Content*/

.area-content p,
.area-content ul,
.area-content ol, 
.area-content dl,
.area-content .v-table 
{
 margin:0 0 12px 0;
 padding:0;
}

.area-content ul 
{
/**  list-style: disc inside none; replaced 2015-09-02, stefan */
	list-style: disc outside none;
	margin-left: 1.5em;
}

.area-content ol 
{
 list-style: decimal inside none;
}

.area-content h1,
.area-content .h1 
{
 color:#BD0926;
 border-bottom: 1px solid #c3c3c3;
 margin:0 0 11px 0;
 padding:0;
 font-size: 1.5em;
 font-weight: bold;
}
.area-content h2,
.area-content .h2 
{
 color:#BD0926;
 margin: 16px 0 0 0;
 padding:0;
 font-size:1.2em;
 font-weight:bold;
}
.area-content h3,
.area-content .h3 
{
 color:#BD0926;
 margin:0;
 padding:0;
 font-size:1em;
 font-weight:bold;
}


/** TABLES */

.area-content .v-table,
.area-content [class*='v-table--']
{
 border-left:1px solid #6A6A6A;
 border-top:1px solid #6A6A6A;
 border-collapse: collapse;
 border-spacing:0;
}
.area-content .v-table th,
.area-content [class*='v-table--'] th
{
 background-color: #F5F5F5; /* #FFE5E5*/
 color: #777777;
 font-weight:bold;
 border-right:1px solid #6A6A6A; /* #BD0926*/
 border-bottom:1px solid #6A6A6A;
 padding:2px 4px;
}

.area-content .v-table td,
.area-content [class*='v-table--'] td
{
 border-right:1px solid #6A6A6A;
 border-bottom:1px solid #6A6A6A;
 padding:2px 4px;
}

.v-table td.row-span-cell
{
 font-weight: bold;
 text-align: center;
 background-color: #F5F5F5;
}

.area-content .v-table--expanded {
 width:100%;
}
.area-content .v-table--size-l {
 width:75%;
}
.area-content .v-table--size-m {
 width:50%;
}
.area-content .v-table--size-s {
 width:30%;
}

.custom-width-1
{
 	width:19%;
}
.spacer-mt-s-x1,
.area-content .spacer-mt-s-x1
{
	margin-top: 5px;
}
.center
{
    text-align: center!important;
}

/** NOTIFICATION */
.area-content .notification 
{
 position:relative;
 border:1px solid #BD0926;
 top:5px;
 margin-bottom:16px; /* fontsize + top - 1*/
}
.area-content .notification__label 
{
 background-color:#BD0926;
 color:#fff;
 font-weight:bold;
 padding:2px 4px;
 position:absolute;
 top:-25%;
 left:11px;
}
.area-content .notification__content 
{
 padding-top:11px;
 padding-left:11px;
 padding-right:11px;
 margin-bottom:11px;
}


#co_auth_check_authiframecontainer
{
 margin-bottom: 5px;
}
#page_colum_left_container .co_administrator_menu_userinfo
{
 width: 180px;
}

ol.co_cms-ul-within-ol
{
 list-style-position: outside;
 margin-left: 22px;
}

#pcoverview_scrollContainer .wheel_element
{
	height: auto!important;
}



/* Payment*/
.contentbox
{
 font-size: 12px!important;
}

#co_trd_paymentFormCC .form_save_area,
#co_trd_paymentFormLaterPayment .form_save_area
{
    padding-top: 1px!important;
}

/** Spacing */
.spacer-mb-x1 
{
 margin-bottom: 12px  !important;
 margin-bottom: 1rem  !important;
}

.spacer-mb-x2 
{
 margin-bottom: 24px !important;
 margin-bottom: 2rem !important;
}


/** Image align */
.image__left-top
{
 float:left;
 padding: 4px 12px 6px 0;
}