@media (max-width: 768px) {
  h1,h3 {
    font-size: 3.2ex;
  }
  .jumbotron {
    font-size: 1.1ex;
  }
}

section.sponsors .list-inline > li {
  padding: 10px;
  vertical-align: middle;
}

section.sponsors img {
  max-width: 200px;
}

.img-responsive-50 {
  display: inline;
  max-width: 50%;
  height: auto;
}

/* http://colorschemedesigner.com/#2h51Tp78Ew0w0 */
a,a:hover {
  color: #990000;
}

body {
  font-family: "Source Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-top: 50px;
}

h1,h3 {
  font-family: Merriweather,Palatino;
  margin-top: 1.7ex;
}

.footer {
  border-top: 1px solid #000000;
  margin-top: 4ex;
  padding: 4ex;
  vertical-align: middle;
}

div#myimagebanner {
  background-image: url("../images/streifen.html");
  height: 85px;
}

.jumbotron {
  background: white;
  text-align: center;
}

.jumbotron .container {
  max-width: 768px;
}

.container .jumbotron {
  border-radius: 0px;
}

.jumbotron .location {
  font-family: "Source Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 3ex;
}

.jumbotron .title {
  color: #990000;
  font-family: Merriweather,Palatino;
  font-size: 5.2ex;
  font-weight:bold;
}

.jumbotron .sponsors {
  font-family: "Source Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 2.8ex;
}

.list-group-item {
  border: 0;
}

/*.logo {
  margin: 0 auto;
  padding: 3ex 0em;
  width: 40ex;
}*/

.center-text {
  text-align: center;
}

.logo {
  max-height: 6em;
}

.col-xs-height {
  display: table-cell;
  float: none !important;
}

.col-middle {
  vertical-align: middle;
  max-width: 18em;
}

.row-same-height {
  display: table;
  width: 100%;
  padding-bottom: 1.5em;
}

.navbar-header .navbar-brand{
  color: #990000;
}

.navbar {
  color: #990000;
  background-color: white;
}

ul.navbar-nav a, ul.navbar-nav a:hover {
  color: #990000;
}

.navbar-toggle {
  color: #990000;
  background-color: white;
}

.table {
  margin-top: 3ex;
}

.table td, .table th {
  border-top: none !important;
}

.table-nonfluid {
   width: auto;
}
tr.pc-member_name_row
{
    color: #e88d0c;
}

table.table_pc-members
{
    margin-top: 0px;
}

table.table_pc-members_container
{
    /*margin-top: 0px;*/
}
tr.pc-member_name_row td,
tr.pc-member_name_row
{
    padding: 0px !important;
    padding-top: 8px !important;
}

tr.pc-member_affiliation_row td,
tr.pc-member_affiliation_row
{
    padding: 0px !important;
    padding-top: 2px !important;
}

.papers li {
  margin: 0 0 15px 0;
}

div.hotel {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
  padding-top: 10px;
}

.twitter-container {
  display: block;
  height: 600px;
}

/* Fix the size of the carousel, keeping aspect ratio */
.slider-cont {
  /* whatever width you want */
  width: 100%;
  display: inline-block;
  position: relative;
}
.slider-cont:after {
  display: block;
  content: '';
}

.sponsorcontainer {
  width: 100%;
}

.sponsorcontainer img {
  display: inline-block;
  max-width: 100%;
  max-height: 180px;
  padding: 30px;
}

.sponsorcontainer-bronze {
  width: 100%;
}

.sponsorcontainer-bronze img {
  display: inline-block;
  max-width: 100%;
  max-height: 110px;
  padding: 10px;
}

.jumbotron .btn-lg {
  background-image: none;
  background-color: transparent;
  border: 2px solid #990000;
  color: #990000;
  font-size: 2ex;
  text-shadow: none;
}

.jumbotron .btn-lg:hover {
  background-color: #990000;
  color: white;
}


.hero-banner {
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.left {
  width: 50%;
  padding-right: 2px;
  
  float: left;
}

.right {
  margin-left: 50%;
  width: 50%;
  
}