/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}


mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}


hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/*###########################################################*/
/*############## Ab hier eigener Code #######################*/
/*###########################################################*/
/*-----Header Footer position----*/
#wrapper {
	position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%
}

/*-----Navigation------*/
#nav-bar{
    position: sticky;
    top: 0;
    z-index: 100;
}
/*-----ECMolS logo top left-----*/
.navbar-brand img
{
  height: 80px;
  padding-left: 0px;  
}
/*-----spacing of tabs-----*/
.navbar-nav li
{
    padding: 0 30px;
}
.navbar-nav li a
{
    float: right;
    text-align: left;
    color: #fff;
}
/*-----change color of top tab menu points when hovering over them-----*/
#nav-bar ul li a:hover{
    color: #84B819!important;
}
.navbar
{
    background: #555;
}
/*-----toggle menu, when window gets too small-----*/
.navbar-toggler
{
    border: none!important;
}
.nav-link
{
    color: #fff!important;
    font-weight: 600;
    font-size: 20px;
}
/*-----Slider-----*/
#slider
{
    width: 100%;
}
#slider .carousel-caption
{
    top: 15%;
    transform: translateY(-50%);
    bottom: initial!important;
}
.carousel-caption h5
{
    color: #fff;
    font-size: 100px;
}
.carousel-caption h6
{
    color: #fff;
    font-size: 50px;
}  
.transbox {
    background-color: #555;
    opacity: 1;
    filter: alpha(opacity=60); /* For IE8 and earlier */
  }
.transbox h5 {
    color: #fff;
    opacity: 1;
  }
.transbox h6 {
    color: #fff;
}

/*------About-------*/
#about
{
  padding-top: 50px;
  padding-bottom: 200px;
  color: #555;
}
.about-content
{
    padding-top: 5px;
}
.col-md-12
{
    padding-top: 40px;
}
.col-md-12 h2::after
{
    content: '';
    background: #84B819;
    display: block;
    height: 2px;
    width: 225px;
    margin: 20px auto 5 px;
}
/*-----Committee-----*/
#committee{
    padding-bottom: 200px;
}
.committee-content h1::after
{
    content: '';
    background: #84B819;
    display: block;
    height: 3px;
    width: 440px;
    margin: 20px auto 5 px;
}
.committee-content h1
{
    text-align: left;
    padding-bottom: 20px;
    color: #555;
}
.committee-content h3
{
    text-align: left;
    padding-bottom: 0px;
    color: #555;
}
.committee-content p
{
    text-align: left;
    padding-bottom: 0px;
    color: #555;
}
.committee-content li
{
    text-align: left;
    padding-bottom: 0px;
    color: #555;
}
/*-----Registration-----*/
#registration{
	padding-bottom: 700px;
}
.registration-content h1::after
{
    content: '';
    background: #84B819;
    display: block;
    height: 3px;
    width: 250px;
    margin: 20px auto 5 px;
}
.registration-content h1
{
    text-align: left;
    padding-bottom: 20px;
    color: #555;
}
.registration-content p
{
    text-align: left;
    padding-bottom: 0px;
    color: #555;
}
.registration-form
{
    text-align: center;
    max-width:400px;
    margin:2rem auto;
    border:2px solid #84B819;
    padding:2rem;
    background: rgba(190, 189, 189, 0.966);
}
.registration-form label
{
    text-align: left;
    padding-bottom: 0px;
    color: #555;
}
.registration-form input
{
    align-content: center;
    padding: 5px 5px 5px 5px;
    width:100%;
    clear: both;
    margin-bottom: 0px;
    display:block;
    border:0;
    border-radius: 4px;
}
#submit-button
{
    border:0;
    background: #84B819;
    padding: .5rem;
    color: white;
    margin: 1rem 0;
    width: 100px;
    cursor: pointer;
    border:10;
    border-radius: 4px;
}
/*-----Program-----*/
#prog{
    padding-bottom: 200px;
}
#prog .col-md-12 h1::after
{
    content: '';
    background: #84B819;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5 px;
}
#prog .img-box
{
    margin-bottom: 50px;
}
#prog .col-md-12 h1
{
    text-align: left;
    padding-bottom: 20px;
    color: #555;
}
#prog .progr h3
{
    text-align: left;
    color: #555;
    padding-bottom: 10px;
    padding-top: 20px;
}
#prog .progr h4
{
    text-align: left;
    color: #555;
    padding-bottom: 10px;
    padding-top: 20px;
}
#prog .progr p
{
    text-align: left;
    color: #555;
}
#prog .column {
  float: left;
  width: 40%;
  padding: 40px;
}
#prog .row::after {
  content: "";
  clear: both;
  display: table;
}
/*-----Abstracts-----*/
#abstr .abstracts-content h1::after
{
    content: '';
    background: #84B819;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5 px;
}
#abstr .abstracts-content h1
{
    text-align: left;
    padding-bottom: 10px;
    color: #555;
}
#abstr .abstracts-content h3
{
    text-align: left;
    color: #555;
    padding-top: 10px;
    padding-bottom: 10px;
}
#abstr .abstracts-content h3::after
{
    content: '';
    background: #84B819;
    display: block;
    height: 2px;
    width: 250px;
    margin: 20px auto 5 px;
}
#abstr .abstracts-content p
{
    text-align: left;
    color: #555;
}
/*-----Arrival-----*/
#arrival
{
    text-align: left;
    color: #555;
	padding-bottom:200px;
}
#arrival .col-md-12 h1::after
{
    content: '';
    background: #84B819;
    display: block;
    height: 3px;
    width: 250px;
    margin: 20px auto 5 px;
}
#arrival .venue h3::after
{
    content: '';
    background: #84B819;
    display: block;
    height: 2px;
    width: 230px;
    margin: 20px auto 5 px;
}
#arrival .howto h3::after
{
    content: '';
    background: #84B819;
    display: block;
    height: 2px;
    width: 590px;
    margin: 20px auto 5 px;
}
#arrival .howto h5::after
{
    content: '';
    background: #84B819;
    display: block;
    height: 1px;
    width: 280px;
    margin: 20px auto 5 px;
}
#arrival .howto h6
{
    padding-top: 20px;
    padding-bottom: 5px;
}
#arrival .howto li {
        height: 25px;
}

#arrival .howto .padded {
    padding-top: 10px;
    height:22px; /* original height (25px) minus padding-top (3px) */
    text-align: center;
}
/*-------Accommodations------------*/
#accomm{
    padding-bottom: 200px;
}
.venue h1
{
    text-align: left;
    padding-bottom: 0px;
    color: #555;
}
.venue h1::after
{
    content: '';
    background: #84B819;
    display: block;
    height: 3px;
    width: 330px;
    margin: 20px auto 5 px;
}
.venue p
{
    text-align: left;
    padding-top: 30px;
    padding-bottom: 10px;
    color: #555;
}
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 10px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-es88{background-color:#cfcfcf}
.tg .tg-s6z2{text-align:center}
.tg .tg-7u8d{font-size:16px;background-color:#84b819;text-align:center}
.tg .tg-fqpo{background-color:#cbcefb}
.tg .tg-61kl{font-size:16px;background-color:#84b819}
.tg .tg-lfnm{background-color:#cbcefb;text-align:center}
.tg .tg-1596{font-size:100%;font-family:Arial, Helvetica, sans-serif !important;;color:#555555;text-align:center}
/*-----Endpunkt-Redirect-----*/
#endpunkt
.redirect-content h1::after
{
    content: '';
    background: #84B819;
    display: block;
    height: 3px;
    width: 440px;
    margin: 20px auto 5 px;
}
.redirect-content h1
{
    text-align: left;
    padding-bottom: 20px;
    color: #555;
}
.redirect-content p
{
    text-align: left;
    padding-bottom: 0px;
    color: #555;
}
/*-----footer-----*/
#sponsor-ribbon{
    background-color: #fff;
    width: 96%;
    margin-left: 2%;
    position: absolute;
    margin-bottom: 0px;
    height: 100px;
    min-width: 1000px;
}
#sponsor-ribbon img
{
    height: 100px;
    position: relative;
    margin-bottom: 0px;
}

#footer-bottom {
    background-color: #555;
    position: absolute;
    height: 30px;
    width: 100vw;
    margin-top: 100px;
    clear: both;
    text-align: center;
    line-height: 30px;
    color: #fff;
    min-width: 1010px;
}