div.logobar {
  margin-bottom: -10px;
  background: url(//2017.programming-conference.org/getImage/orig/bg.png) repeat-x;
  height: 140px;
  position: relative;
  text-shadow: 1px 1px white, -1px -1px white, 1px -1px white, -1px 1px white;
}

.logobar .container {
    position: absolute;
    bottom: 12pt;
}
.logobar a {
  font-weight: bold;
    color: #555;
}
.navbar-brand {
  font-size : 56px;
}
.place {
  font-size: 24px;
  float: left;
  padding : 23px 0 0 40px
}
.place2 {
  float: right;
  padding : 23px 0 0 0px
}
div.navigationbar {
  border-bottom: 1px solid #555;
}


@media (max-width: 720px) {
  div.logobar {
    /*margin-bottom: -10px;*/
    background: #EEE;
    /*height: 140px;*/
    position: relative;
    text-shadow: 1px 1px white, -1px -1px white, 1px -1px white, -1px 1px white;
  }
  .navbar-brand {
    font-size : 28px;
  }
  .place {
    font-size: 21px;
      float: left;
    padding : 0 0 0 15px
  }
}

.carousel-caption h3 {
    text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
}

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
  font-family: 'Fontin Sans';
  font-style: normal;
  font-weight: 400;
  unicode-range: U+0000-00AB, U+00AD-00FF, U+0131, U+0141-0142, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02D8-02DD, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2126, U+2202, U+221E, U+222B;
  src: local("☺"), url(//www.hpi.uni-potsdam.de/hirschfeld/assets/Fontin_Sans_R.otf) format("opentype");
}
@font-face {
  font-family: 'Fontin Sans';
  font-style: italic;
  font-weight: 400;
  unicode-range: U+0000-00AB, U+00AD-00FF, U+0131, U+0141-0142, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02D8-02DD, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2126, U+2202, U+221E, U+222B;
  src: local("☺"), url(//www.hpi.uni-potsdam.de/hirschfeld/assets/Fontin_Sans_I.otf) format("opentype");
}

@font-face {
  font-family: 'Fontin Sans';
  font-style: normal;
  font-weight: 700;
  unicode-range: U+0000-00AB, U+00AD-00FF, U+0131, U+0141-0142, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02D8-02DD, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2126, U+2202, U+221E, U+222B;
  src: local("☺"), url(//www.hpi.uni-potsdam.de/hirschfeld/assets/Fontin_Sans_B.otf) format("opentype");
}
@font-face {
  font-family: 'Fontin Sans';
  font-style: italic;
  font-weight: 700;
  unicode-range: U+0000-00AB, U+00AD-00FF, U+0131, U+0141-0142, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02D8-02DD, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2126, U+2202, U+221E, U+222B;
  src: local("☺"), url(//www.hpi.uni-potsdam.de/hirschfeld/assets/Fontin_Sans_B.otf) format("opentype");
}

body {
  font-family:'Fontin Sans',sans-serif;
  font-size:16px;
  line-height:1.25;
  color:#333;
  background-color:#fff
}

.dropdown-menu {
  font-size: 16px;
}
.dropdown-header {
  font-size: 14px;
}
