/* CSS Document */
body {
	padding-top: 55px;
    font-family: 'Open Sans',Arial,sans-serif;
}
a {
    color: #2781c0;
    text-decoration: none;
    background-color: transparent;
}
h1 {
    font-size: 2.2rem;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #2781c0;
}
#page-header {
	padding-top: 36px;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 760px;
  max-height: 428px;
}
.width100{
    width: 100%;
    height: 100%;
    min-height: 39rem;
}
@media (max-width: 992px) {
    .width100{
        width: 100%;
        height: 100%;
        min-height: 32rem;
    }
}
@media (max-width: 768px) {
    .width100{
        width: 100%;
        height: 100%;
        min-height: 26rem;
    }
}
@media (max-width: 576px) {
    .width100{
        width: 100%;
        height: 100%;
        min-height: 14rem;
    }
}
#agenda .tipmessage {display: none !important;}
.navbar-brand img {padding: 0px; height: 65px; width: 65px;}
.event-logo {text-align: center;}
.event-logo img{width:auto;height: auto;}
.event-title {display: flex; align-items: center;}
.event-title .display-4 {font-size: 2rem; font-weight: 700; line-height: 1.4em; color:#0F5088;}
.event-title {text-align: center;}
@media (min-width: 992px) {
    .event-title {text-align: left;} 
}
/*#header-img > img {
    -webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
            box-shadow: 0 2px 10px 1px rgba(0,0,0,.2);
}*/
section {
	padding: 40px 0;
	position: relative;
}
h3.section-title {
	margin-bottom: 30px;
	font-weight: 400;
}
#features i {
	    background: #f9f9f9;
        width: 124px;
    border-radius: 50%;
    height: 124px;
    line-height: 124px;
    border-radius: 50%;
}
#sponsors h6 {
    font-weight: 700;
    color: #0F5088;
}
#sponsors .logos {
    margin: 0 2%;
    max-width: 150px;
    display: inline-block;
}
#page-footer {
    padding: 15px 0 10px;
    font-size: 12px;
}
.page-item.active .page-link {
    background-color: #2781c0;
    border-color: #2781c0;
}
.page-link {color: #2781c0;}
.btn-primary, .btn-primary:visited,
.badge-primary {
    color: #fff;
    background-color: #0F5088;
    border-color: #0F5088;
}
.btn-primary:hover, .btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #2781c0;
    border-color: #2781c0;
}
.btn-secondary, .btn-secondary:visited {
    color: #111111;
    background-color:#FDC500;
    border-color:#FDC500;
    }
.btn-secondary:hover, .btn-secondary:active {
    color: #ffffff;
    background-color: #1B1633;
    border-color: #1B1633;
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.badge {
    padding: .5em .8em;
    font-weight: 500;
}
.badge-host {
    color: #fff;
    background-color:#2781C0;
    border-color:#2781C0;
}
.badge-chair {
    color: #fff;
    background-color: #0F5088;
    border-color: #0F5088;
}
.badge-spekers {
    color: #fff;
    background-color: #1B1633;
    border-color: #1B1633;
}
.badge-discussants {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.badge-special {
    color: #212121;
    background-color: #FDC500;
    border-color: #FDC500;
}
.card-title {font-weight:700;}