@charset "UTF-8";
/* mulish-300 - latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/mulish-v12-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/mulish-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/mulish-v12-latin-300.woff2") format("woff2"), url("../fonts/mulish-v12-latin-300.woff") format("woff"), url("../fonts/mulish-v12-latin-300.ttf") format("truetype"), url("../fonts/mulish-v12-latin-300.svg#Mulish") format("svg");
  /* Legacy iOS */
}
/* mulish-regular - latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/mulish-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/mulish-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/mulish-v12-latin-regular.woff2") format("woff2"), url("../fonts/mulish-v12-latin-regular.woff") format("woff"), url("../fonts/mulish-v12-latin-regular.ttf") format("truetype"), url("../fonts/mulish-v12-latin-regular.svg#Mulish") format("svg");
  /* Legacy iOS */
}
/* mulish-800 - latin */
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/mulish-v12-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/mulish-v12-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/mulish-v12-latin-800.woff2") format("woff2"), url("../fonts/mulish-v12-latin-800.woff") format("woff"), url("../fonts/mulish-v12-latin-800.ttf") format("truetype"), url("../fonts/mulish-v12-latin-800.svg#Mulish") format("svg");
  /* Legacy iOS */
}
/* mulish-italic - latin */
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/mulish-v12-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/mulish-v12-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/mulish-v12-latin-italic.woff2") format("woff2"), url("../fonts/mulish-v12-latin-italic.woff") format("woff"), url("../fonts/mulish-v12-latin-italic.ttf") format("truetype"), url("../fonts/mulish-v12-latin-italic.svg#Mulish") format("svg");
  /* Legacy iOS */
}
/* special-elite-regular - latin */
@font-face {
  font-family: "Special Elite";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/special-elite-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/special-elite-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/special-elite-v18-latin-regular.woff2") format("woff2"), url("../fonts/special-elite-v18-latin-regular.woff") format("woff"), url("../fonts/special-elite-v18-latin-regular.ttf") format("truetype"), url("../fonts/special-elite-v18-latin-regular.svg#SpecialElite") format("svg");
  /* Legacy iOS */
}
/* Kuler Color Theme Swatches in RGBA */
/* ABSTAND */
.abstandobenunten {
  padding-top: 30px;
  padding-bottom: 30px;
}
.abstandoben {
  padding-top: 30px;
}
.abstandunten {
  padding-bottom: 30px;
}
.keinabstandunten {
  margin-bottom: 0;
}
/* GENERELL */
body {
  font-family: "Muli", sans-serif;
  color: #4d5d6b;
  padding-top: 50px;
}
.img-rounded {
  border-radius: 3px;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #e8e8ef;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #2a85cc;
  color: #fff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #4e9ddb;
  clear: both;
}
.page-header {
  margin-top: 30px;
  margin-bottom: 60px;
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: #31648c;
  border-radius: 3px;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.7);
}
a {
  color: #4e9ddb;
  font-weight: 700;
}
.img-dark {
  filter: brightness(80%);
}
.bg-dark {
  background-color: #31648c !important;
}
/* TYPE */
h1, h2, h3, h4, h5 {
  font-family: "Special Elite", cursive;
}
h1 {
  font-size: 2em;
  margin-bottom: 30px;
  font-weight: 400;
  color: #4e9ddb;
}
h2 {
  font-size: 1.3em;
  line-height: 1.5em;
}
h3 {
  font-size: 1.2em;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  font-weight: 700;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.1em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
p {
  font-size: 1em;
  line-height: 1.6em;
}
/* NAVBAR */
.navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.nav-tabs .nav-link {
  border: 0;
}
.nav-tabs .nav-link {
  background-color: #fff;
  color: #4d5d6b;
}
.nav-tabs .nav-link:hover {
  background-color: #92c2e8;
  color: #fff;
}
.nav-tabs .nav-link.active {
  background-color: #e8e8ef;
  color: #4d5d6b;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  padding: 30px;
  background-color: #e8e8ef;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* BEREICHE */
.headliner {
  padding: 30px 0;
}
.inhalt {
  background-color: #fff;
  padding: 30px 0;
}
.vierer {
  background-color: #f7f7f7;
  padding: 60px 0;
  background-image: url(/media/allgemein/pfefferminz.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.fuss {
  background-color: #f7f7f7;
  padding: 30px 0;
}
.zitat {
  background-color: #4e9ddb;
  padding: 30px 0 15px 0;
}
.zitat h5 {
  color: #fff;
}
.washi1 {
  height: 50px;
  width: 100%;
  background-image: url(/media/washitape/washi1.png);
}
.washi2 {
  height: 50px;
  width: 100%;
  background-image: url(/media/washitape/washi2.png);
}
.washi3 {
  height: 50px;
  width: 100%;
  background-image: url(/media/washitape/washi3.png);
}
.washi4 {
  height: 50px;
  width: 100%;
  background-image: url(/media/washitape/washi4.png);
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 700;
  border-radius: 3px;
}
.btn-link {
  color: #4e9ddb;
  text-transform: uppercase;
}
.btn-bd {
  color: #fff;
  background-color: #4e9ddb;
  border-color: #4e9ddb;
}
/* CARDS */
.card {
  border: 0;
}
.card-body {
  border-top: 1px solid white;
}
.card-footer {
  background-color: #4e9ddb;
  border-top: 0;
}
.card-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
/* 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: #fff;
  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: #4e9ddb;
}
#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;
}
