/* inconsolata-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/inconsolata-v32-latin-300.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inconsolata-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inconsolata-v32-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inconsolata-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inconsolata-v32-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* news-cycle-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'News Cycle';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/news-cycle-v23-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* news-cycle-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'News Cycle';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/news-cycle-v23-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* GENERELL */
body {
  font-family: 'Inconsolata', monospace;
  padding-top: 50px;
}
.rounded {
  border-radius: 0px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #382c2c;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #1b1616;
  color: #ffffff;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #382c2c;
  clear: both;
}
a {
  color: #ffffff;
}
a:hover {
  color: #bba8a8;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.img-dark {
  filter: brightness(80%);
}
.bg-dark {
  background-color: #382c2c !important;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.rounded {
  border-radius: 0px !important;
}
strong {
  background-color: #daf400;
  font-weight: 400;
}
blockquote {
  padding: 10px 30px;
  border-left: 8px solid #daf400;
  line-height: 1.4em;
  font-style: italic;
  color: #d6d6d6;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 700;
}
/* TYPE */
h1,
h2,
h3 {
  font-family: 'News Cycle', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
h1 {
  font-size: 3em;
  margin-bottom: 30px;
  font-weight: 700;
}
h2 {
  font-size: 1.15em;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: 0.2em;
}
h3 {
  font-size: 1.3em;
  margin-bottom: 30px;
  font-weight: 700;
}
h4 {
  font-size: 1.4em;
  line-height: 1.7em;
}
h5 {
  font-size: 1.3em;
  line-height: 1.6em;
}
h6 {
  font-size: 1.2em;
  line-height: 1.5em;
}
p,
ul,
ol {
  font-size: 1.1em;
  line-height: 1.4em;
}
/* NAVBAR */
.navbar {
  font-family: 'News Cycle', sans-serif;
  margin-bottom: 0px;
}
.navbar-nav .nav-link {
  color: #382c2c;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
/* BEREICHE */
.navigator {
  background-color: #382c2c;
  padding: 15px 0 5px 0;
}
.navigator p {
  color: #ffffff;
}
.headliner {
  padding: 60px 0 0 0;
}
.inhalt {
  background-color: #ffffff;
  padding: 60px 0;
}
.social {
  background-color: #ffffff;
  padding: 60px 0;
}
.social h4 {
  color: #d6d6d6;
}
.social i {
  color: #382c2c;
}
.vierer {
  background-color: #382c2c;
  padding: 60px 0;
}
.fuss {
  background-color: #382c2c;
  padding: 0 0 30px 0;
}
.vierer h3,
.vierer p,
.fuss p {
  color: #d6d6d6;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 700;
  border-radius: 0px;
  font-family: 'News Cycle', sans-serif;
  border: 2px solid transparent;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.btn-link {
  color: #ffffff;
  background-color: #382c2c;
  border-color: #ffffff;
}
.btn-link:hover {
  color: #808080;
  background-color: #382c2c;
  border-color: #808080;
}
.btn-button {
  color: #382c2c;
  background-color: #ffffff;
  border-color: #382c2c;
}
.btn-button:hover {
  color: #bba8a8;
  background-color: #ffffff;
  border-color: #bba8a8;
}
/* CARDS */
.card {
  border: 0;
  background-color: #ffffff;
}
.card-header {
  color: #ffffff;
  background-color: #382c2c;
  border-top: 5px solid #ffffff;
  border-bottom: 0;
}
.card-title {
  margin-bottom: 0;
}
.card-footer {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  border-top: 0;
  background-color: #382c2c;
  color: #ffffff;
}
.card-footer:last-child {
  border-radius: 0;
}
.card-blog {
  background-color: #382c2c;
}
.card-blog a {
  color: #ffffff;
}
.card-img,
.card-img-overlay {
  border-radius: 0px !important;
}
/* BILDER FÜR WYSIWYG */
.img-responsive-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-responsive-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-50-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-50-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-33-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-33-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-25-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-25-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
/* COOKIE BAR */
#cookie-bar {
  background: #282828;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 10px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
  z-index: 1000;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #82b646;
}
#cookie-bar .cb-enable:hover {
  background: #382c2c;
}
#cookie-bar .cb-disable {
  background: #f6ae01;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
/* GOOGLE SEO STYLE */
.google {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 30px;
  max-width: 700px;
}
.google .title {
  color: #1a0dab;
  cursor: pointer;
  font-family: arial,regular;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  visibility: visible;
  white-space: nowrap;
}
.google .title:hover {
  text-decoration: underline;
}
.google .link {
  color: #006621 !important;
  font-family: arial,regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  visibility: visible;
}
.google .description {
  color: #545454;
  font-family: arial,regular;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  visibility: visible;
  word-wrap: break-word;
}
.google .arrow {
  border-bottom-color: #006621;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-top-color: #006621;
  border-top-style: solid;
  border-top-width: 5px;
  color: gray;
  cursor: default;
  font-family: arial,sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 0;
  position: absolute;
  line-height: 27px;
  margin-left: 3px;
  margin-top: 6px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
  white-space: nowrap;
  width: 0;
}
/* GOOGLE ICONS */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
.material-icons.md-dark {
  color: #382c2c;
}
.material-icons.md-dark:hover {
  color: #bba8a8;
}
.material-icons.md-light {
  color: #ffffff;
}
.material-icons.md-light:hover {
  color: #808080;
}
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
