
h1 {
  margin-top: -16px !important;
  padding-top: 56px;
  /*margin-bottom: 25px;*/
}
h2 {
  margin-top: -32px !important;
  padding-top: 56px;
  /*margin-bottom: 25px;*/
}
h3 {
  margin-top: -36px !important;
  padding-top: 56px;
  /*margin-bottom: 25px;*/
}
.panel-title {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.normal-margin h1, .normal-margin h2, .normal-margin h3 {
  margin-top: -56px !important;
  padding-top: 56px;
}

.no-margin, .no-margin h1, .no-margin h2, .no-margin h3 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Place to load custom fonts (files must be in same directory) */
@font-face {
  font-family: 'Share-Regular';
	src: url('Share-Regular.ttf')  format('truetype');
}

body {
  font-family: 'Share-Regular', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  /* Blocksatz und Silbentrennung:
       https://www.mediaevent.de/css/text.html
       https://www.mediaevent.de/css3-silbentrennung-hyphens/
  */
  hyphens: auto;
  hyphenate-limit-chars: auto 3;
  hyphenate-limit-lines: 4;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  text-align: justify;
}

math {
  font-family: 'Share-Regular', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

div.impressum {
  /* font-size: 18px; */
  color: #231F20;
}
div.impressum-header {
  background: #B6C87C;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 50%;
}
div.impressum-body {
  background: #798C33;
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
}
div.impressum .clearfix {
  margin-top: 0;
}
div.impressum h2 {
  color: white;
  margin-top: -56px !important; /* same as with navbar */
  padding-top: 56px; /* same as with navbar */
}
div.impressum h4 {
  color: white;
}
div.impressum a {
  color: #1B49E0;
}
div.impressum a:hover {
  color: #4267ED;
  text-decoration: none;
}



/* extra style */
a {
  color: #798C33;
}
a:hover {
  color: #B6C87C;
  text-decoration: none;
}
