/* montserrat-regular - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "Montserrat";

  font-style: normal;

  font-weight: 400;

  src: url("../fonts/montserrat-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-italic - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "Montserrat";

  font-style: italic;

  font-weight: 400;

  src: url("../fonts/montserrat-v30-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "Montserrat";

  font-style: normal;

  font-weight: 500;

  src: url("../fonts/montserrat-v30-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500italic - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "Montserrat";

  font-style: italic;

  font-weight: 500;

  src: url("../fonts/montserrat-v30-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */

  font-family: "Montserrat";

  font-style: normal;

  font-weight: 700;

  src: url("../fonts/montserrat-v30-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*

	Original .fitgrd (www.fitgrd.com) - responsive grid system by Jan MÃ¼ller

	Fitrgrid - small screen first fork by John Coyne (aoimedia.co.uk) 2016

	Licensed under GPL and MIT.

	##########################

*/

/*Beginn Loginbox*/

.login-box {
  float: right;

  font-size: 0.85rem;

  font-weight: 500;

  color: #202325;

  border: none;

  margin: 30px 40px 0 0;
}

.login-box input {
  width: 100px;

  margin-top: 10px;

  background-color: #fff;

  border: 1px solid;

  border-color: #999;

  color: #202325;

  cursor: pointer;
}

.login-box fieldset {
  border: none;
}

.login-box label,
.login-box li {
  font-size: 0.9rem;
}

.login-box p {
  margin-top: none;
}

.login-box h1 {
  display: none;
}

.login-advance,
.logout-advance {
  margin: 10;

  padding: 0;
}

.login-advance li,
.logout-advance li {
  list-style-type: none;
  margin-top: 0px;
  line-height: 1em;
}

/*Ende Loginbox*/

header {
  background: #fff;

  margin: 0;

  padding: 0 50px 0 50px;
}

header .row {
  max-width: 70em;

  margin: 0 auto;
}

#nav {
  background: #ccc;
}

#hero {
  background: #fff;
}

#hero .row {
  max-width: 70em;

  margin: 30px auto;
}

#breadcrumbs .row {
  max-width: 70em;

  margin: 0 auto;
}

.slide {
  padding: 2em 0;

  max-width: 70em;

  margin: 0 auto;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.fg4.equal-box {
  padding: 0 0 60px 0;
}

.fg4.equal-box button {
  position: absolute;

  bottom: 10px;

  display: block;
}

aside ul li {
  list-style-type: none;
}

footer {
  background: #202325;
  text-align: center;
  padding: 20px 0 0 0;
}

.footertext {
  color: #fff;
}

footer .row {
  max-width: 70em;
  height: 30px;
  margin: 0 auto;
}

/* Back to Top */

#backtotop {
  z-index: 999;
  display: inline-block;
  position: fixed;
  visibility: hidden;
  bottom: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border-radius: 5px;
  font-size: 1rem;
  text-align: center;
  opacity: 1;
  text-decoration: none;
}

#backtotop i {
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
}

#backtotop.visible {
  visibility: visible;
  opacity: 1;
}

#backtotop:hover {
  opacity: 0.75;
}

#backtotop {
  color: #202325;
  background-color: #fff;
}

.breadcrumbs {
  height: 30px;

  line-height: 100%;

  margin: none;

  padding: 3px 0 3px 0;

  clear: both;
}

.innerbc {
  font-size: 14px;

  margin: 10px 0 0 0;
}

.breadcrumbs .innerbc span {
  background: transparent url(img/bclink.gif) no-repeat;

  padding: 6px 2px 0px 12px;
  font-weight: normal;
}

.breadcrumbs .innerbc a {
  padding: 1px;

  border-bottom: 1px dotted #666;

  text-decoration: none;
}

.breadcrumbs .innerbc a:hover {
  border-bottom: 1px solid #395374;
}

.breadcrumbs .innerbc .menu-current a {
  color: #808080;
}

.frontpage .breadcrumbs {
  display: none;
}

.fg1,
.fg2,
.fg3,
.fg4,
.fg5,
.fg6,
.fg7,
.fg8,
.fg9,
.fg10,
.fg11,
.fg12 {
  color: #222;
}

.fg-no-gutter > [class*="fg"] {
  height: auto;

  background: none;
}

.headline {
  font-size: 2em;

  line-height: 1em;

  background: none;

  color: #222;

  padding: 1em 0;
}

.meta {
  text-align: right;
}

#meta-bottom {
  text-align: center;
}

.meta ul {
  margin: 0;

  padding: 0;

  display: inline;
}

.meta ul li {
  list-style-type: none;

  font-size: 80%;

  text-transform: uppercase;

  display: inline-block;

  margin: 0;

  padding: 0 1em;
}

.meta ul li a:link,
.meta ul li a:visited {
  text-decoration: none;

  color: #57677d;
}

.meta ul li a:hover,
.meta ul li a:visited:hover,
.meta ul li a:active,
.meta ul li a:visited:active {
  color: #222;
}

footer .meta {
  padding-bottom: 20px;
  color: #fff;
}

.sp {
  border-left: 5px #4ca6d5 solid;

  padding-left: 15px;

  margin-left: 0px;

  color: #444;
}

/* ======================================= 

   media queries

   ======================================= */

/* larger viewport breakpoint: 640px+ */

@media screen and (min-width: 40em) {
  /* css */
}
