/** NORMALIZING */
html
{
    -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 */
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #000;
    line-height: 1.4;
}
*, *:before, *:after
{
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
body
{
    margin: 0;
}
a
{
    background-color: transparent;
}
a:active,
a:hover
{
    outline: 0;
}
b,
strong
{
    font-weight: bold;
}
small
{
    font-size: 80%;
}
sub,
sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup
{
    top: -0.5em;
}
sub
{
    bottom: -0.25em;
}
img
{
    border: 0;
}
hr
{
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th
{
    padding: 0;
}
.group:before,
.group:after
{
    content: "";
    display: table;
}
.group:after
{
    clear: both;
}
.group
{
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/** website styles **/
html, body
{
    height: 100%;
}
.wrapper-o-fixed
{
    max-width: 1040px;
    background-color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px 10px rgba(172, 172, 172, 0.75); /* WebKit */
    -moz-box-shadow: 0 0 10px 10px rgba(172, 172, 172, 0.75); /* Firefox */
    box-shadow: 0 0 10px 10px rgba(172, 172, 172, 0.75); /* Standard */
    *height: 100%;
    min-height: 100%;
}
.w-header
{
    background-image: url(https://www.potsdam-flux-workshop.eu/template_image_header_1040x397.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 397px;
    width: 1040px;
    position: relative;
}
.m-details
{
    text-align: right;
    padding-right: 12px;
    padding-top: 24px;
}
.m-details
{
    margin-top: 0;
}
.m-details .m-title,
.m-details .m-date
{
    color: #fff;
}
.w-header__bar
{
    height: 36px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 12px;
    text-align: right;
}
.w-header__bar .m-infos
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
}
.w-header__bar .m-infos li
{
    display: inline-block;
    line-height: 36px;
}
.w-header__bar .m-infos li:first-child:after
{
    content: '|';
    padding-right: 3px;
    padding-left: 6px;
}
.w-left-sidebar
{
    width: 200px;
    padding: 24px 10px 0 10px;
    display: inline-block;
    vertical-align: top;
}
.sidebar-logo
{
    text-align: center;
}
.sidebar-logo img
{
    padding-bottom: 25px;
    margin-bottom: 12px;
}
.w-navigation
{
    margin-bottom: 24px;
}
.w-navigation .active_menuitem
{
    text-decoration: underline !important;
}
.w-navigation .menu_level1
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.w-navigation .menuitem_level1
{
    padding-bottom: 6px;
}
.w-navigation .link_level1
{
    color: #fff;
    border: 1px solid #808080;
    background-color: #808080;
    text-decoration: none;
    padding: 4px;
    display: block;
    line-height: 1.4em;
}
.w-navigation .link_level1:hover
{
    color: #808080;
    border: 1px solid #808080;
    background: #fff;
}
.w-navigation .menu_level2
{
    border: 1px solid #808080;
    color: #808080;
    margin: 0;
    padding: 0 0 0 18px;
    list-style-type: square;
}
.w-navigation .link_level2
{
    color: #808080;
    text-decoration: none;
    padding: 4px;
    display: block;
    line-height: 1.4em;
}
.w-navigation .link_level2:hover
{
    color: #07325C;
    background-color: #A0CBF5;
}
.w-content
{
    display: inline-block;
    max-width: 800px;
    width: 100%;
    padding: 24px 10px 0 10px;
    vertical-align: top;
    line-height: 1.6;
}
.w-content h1, .w-content .h1,
.w-content h2, .w-content .h2
{
    color: #0A4A9A;
}
.w-content h1, .w-content .h1
{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 14px 0;
}
.w-content h2, .w-content .h2
{
    font-size: 14px;
    margin: 0 0 6px 0;
}
.w-content h3, .w-content .h3
{
    font-size: 1em;
    margin: 0;
}
.w-content table,
.w-content ul,
.w-content ol,
.w-content p
{
    margin: 0 0 1em 0;
    padding: 0;
}
.w-content a,
.w-content a:visited
{
    color: #0A4A9A;
    text-decoration: none;
}
.w-content a:focus,
.w-content a:hover
{
    text-decoration: underline;
}
.w-content ul,
.w-content ol
{
    margin-left: 20px;
}
.w-content ul
{
    list-style-type: square;
    padding: 0 0 1em 0;
}
/**
MEDIA Queries
*/
@media only screen and (max-width: 1040px)
{
    .wrapper-o-fixed
    {
        box-shadow: none;
    }
    .w-left-sidebar
    {
        float: left;
        display: block;
    }
    .w-content
    {
        max-width: 100%;
        width: 100%;
        padding-left: 224px;
        display: block;
    }
}
/*Payment*/
.form_save_area
{
    height: 38px !important;
}
#trd_payment_selection fieldset
{
    border: 0 none;
}
/*Authentication*/
#co_auth_check_authiframecontainer
{
    margin-bottom: 6px;
}
#widget_meetings_logo
{
    margin-bottom: 2em
}

.sidebar-logo img {
    height: auto !important;
}

.location img{
    height: auto !important;
}

#specific img{
    position: relative;
    left: -33px;
}

.location-block{
float: left; 
width:250px;
}


ul {
    list-style-type: square;
}



table {
 margin-bottom:12px; 
}
table td {
 padding-right:25px;
}



table td {
 padding-right:15px;
 padding-bottom:8px;
}



table {
 margin-bottom:12px; 
}
table td {
 padding-right:25px;
}

.registration-fees {
 width:100%;
}
.registration-fees th {
background-color:white;
}
.registration-fees .align-left {
 text-align:left;
}
.registration-fees th,
.registration-fees td {
 border:1px solid #0A4A9A;
 padding: 3px 9px 3px 3px;
 text-align:center;
}

.registration-fees td:first-child { 
 text-align:left;
}



table td {
 padding-right:15px;
 padding-bottom:8px;
}

table {
 margin-bottom:12px; 
}
table td {
 padding-right:25px;
}

.registration-fees {
 width:100%;
}
.registration-fees th {
background-color:white;
}
.registration-fees .align-left {
 text-align:left;
}
.registration-fees th,
.registration-fees td {
 border:1px solid #0A4A9A;
 padding: 3px 9px 3px 3px;
 text-align:center;
}

.registration-fees td:first-child { 
 text-align:left;
}
