@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');
body { font-family: 'Raleway', Lato; font-weight: 300; }
.section-title {
    font-size: 26px;
}
.foto-main .speaker__photo-wrapper {
width: 300px;
padding-top: 300px;
}

.navbar-inverse {
  background: #222;
  border-color: #080808;
}

.w40 img {
max-width: 40%;
}

.small_font > p, .small_font> .loc > p, .small_font> .kontakt > p, footer{
 font-size: 0.9em;
}


.page-header__title {
    font-weight: bold !important;
    text-transform: uppercase;
}

/* PROGRAM */
.nav-tabs > li.active::before {
  content: "";
  background: #A61A1A;
}

.schedule__time,
.schedule__desc {
    color: #A61A1A;
}

.schedule__item--major {
    background: transparent;
    font-weight: bold;
}
.schedule__item--major .schedule__desc {
    border-left-color: #ddd;
}

.yellow .schedule__time,
.yellow .schedule__desc {
    color: #ED9B1C;
}

.schedule__desc em {
    font-weight: 400;
}
/*FOOTER*/
.footer {
background: #A61A1A;
color: #FFF;
}

.footer__social-icon{
 display: none;
}
.footer__content{
 min-height: 70px;
 padding-bottom: 0px;
}
.footer [class^="col-"]{
 margin-bottom: 0px;
}
  .w00 img {
max-width: 60%;
}
  .w40 img {
max-width: 40%;
}
  .w20 img {
max-width: 20%;
}
  .w50 img {
max-width: 50%;
}
  .w30 img {
max-width: 30%;
}
  .w90 img {
max-width: 90%;
}