@font-face {
    font-family: 'AlteDIN1451MittelschriftRg';
    src: url('fonts/din1451alt-webfont.eot');
    src: url('fonts/din1451alt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din1451alt-webfont.woff') format('woff'),
         url('fonts/din1451alt-webfont.ttf') format('truetype'),
         url('fonts/din1451alt-webfont.svg#AlteDIN1451MittelschriftRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AlteDIN1451MittelschriftgepRg';
    src: url('fonts/din1451alt_g-webfont.eot');
    src: url('fonts/din1451alt_g-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din1451alt_g-webfont.woff') format('woff'),
         url('fonts/din1451alt_g-webfont.ttf') format('truetype'),
         url('fonts/din1451alt_g-webfont.svg#AlteDIN1451MittelschriftgepRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.navbar-brand {
  padding-top: 0px;
}

h1, h2, h3, .lundr, .carousel-item > a > span {
	font-family: AlteDIN1451MittelschriftRg, Arial, Helvetica, sans-serif;
	color: #b01e2d;
}

h1 {
  font-size: 2rem;
}

a {
	color: #b01e2d;
}

a:hover {
	text-decoration: none;
}

.carousel-item > a > span {
    width: 420px;
    height: 260px;
    background-color: #b01e2d;
    color: #fff;
    position: absolute;
    top: 100px;
    left: 100px;
    font-size: 28px;
    line-height: 32px;
    padding-left: 20px;
    padding-top: 30px;
}

.jumbotron {
	margin: none;
    padding: 1rem 2rem !important;
}

ul.lrlist {
	list-style-type: none;
	/*padding-inline-start: 15px;*/
	margin-top: 20px;
	margin-bottom: 20px;
}

ul.lrlist > li {
	padding: 5px;
}

ul.lrlist > li:before {
  content: "\203A";
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #b01e2d;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

span.lng-switch, span.lng-switch a {
	color:#aaa;
}
span.lng-switch a:hover {
	color:#fff;
}
span.lng-switch.active {
	color:#ddd;
}
.lng-wrapper {
	padding-right:20px;
}

table.table-striped {
	margin-top: 30px;
}

.badge {
	padding: .50em .8em !important;
}

img.topic-img {
    max-height: 200px;
    width: auto;
    display: block;
    margin: auto;
}

.teampic {
    background-size: cover;
    background-position-x: center;
}

.teampic-desktop {
    width: 180px;
    height: 180px;
    float: right;
    margin-left: 10px
}

.teampic-mobile {
    width: 150px;
    height: 150px;
    margin: auto;
}

.bg-dark {
    background-color: #555 !important;
}

.carousel {
  border: 1px solid #ccc;
}

.carousel-control-next, .carousel-control-prev {
  opacity: .8 !important;
  width: 5% !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 80% !important;
  height: 50% !important;
}

.carousel-item > a > span > p {
    margin-top: 30px;
    font-size: 15px;
    line-height: 20px;
}

.team-member {
    background-color: #b01e2d;
    color: #fff;
    padding: 10px;
    font-weight: bold;
}

.credit {
	font-size: 12px;
  color: #aaa;
}

@media only screen and (max-width: 768px) {
  .carousel, .carousel-inner {
    height: 200px;
  }
  .carousel-indicators li {
      width: 20px !important;
  }
	.carousel-item > a > span {
		width: 100%;
		height: 250px;
		background-color: #b01e2d;
		color: #fff;
		position: absolute;
		top: 70px;
		left: 0px;
		font-size: 18px;
		line-height: 20px;
    padding-left: 30px;
    padding-right: 30px;
		padding-top: 20px;
	}
	.carousel-item > a > span > p {
    	margin-top: 0px;
	    font-size: 15px;
    	line-height: 15px;
	}
	.lrlogo {
		max-height:50px;
		width:auto;
	}
}