/*
 * Base structure
 */

@import url('https://fonts.googleapis.com/css?family=Lato');

html,
body {
  height: 100%;
}

.imprint {
	font-size: 14px;
}

.navbar {
	font-family: 'Lato', sans-serif;
}

.navbar-brand img {
	 max-height: 50px;
}

.h-100 {
	height: calc(100% - 50px) !important;
}

.modal-footer {
   justify-content: flex-start;
}




/*
 * Extra utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }
