@charset "UTF-8";

/*!
Theme Name:    webo-child
Description:   webo-child
Author:        Werbeagentur Frank Bode
Template:      webo
Version:       1.1.3
*/

/* poppins-300 - latin */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Poppins Light"), local("Poppins-Light"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-300.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-300.woff2") format("woff2"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-300.woff") format("woff"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-300.ttf") format("truetype"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-300.svg#Poppins") format("svg");
  /* Legacy iOS */
}

/* poppins-regular - latin */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Poppins Regular"), local("Poppins-Regular"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-regular.woff2") format("woff2"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-regular.woff") format("woff"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-regular.ttf") format("truetype"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */
}

/* poppins-600 - latin */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-600.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-600.woff2") format("woff2"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-600.woff") format("woff"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-600.ttf") format("truetype"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-600.svg#Poppins") format("svg");
  /* Legacy iOS */
}

/* poppins-700 - latin */

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Poppins Bold"), local("Poppins-Bold"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-700.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-700.woff2") format("woff2"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-700.woff") format("woff"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-700.ttf") format("truetype"), url("/wp-content/themes/webo-child/fonts/poppins-v8-latin-700.svg#Poppins") format("svg");
  /* Legacy iOS */
}

/*Content_background_color_default Content_color_alt Nav_color */

/* red */

/* Content_background_color_alt Content_color_default Nav_background_color  */

/* Nav_background_color_hover */

/* dark grey */

a.anchor {
  position: relative;
  top: -60px;
  display: block;
  visibility: hidden;
}

.cd-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  visibility: hidden;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #b72844 url(/wp-content/themes/webo-child/img/cd-top-arrow.svg) no-repeat center 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-indent: 100%;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

@media only screen and (min-width: 992px) {
  .cd-top {
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
  }
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

html,
body {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  background-color: #000000;
}

body {
  padding-top: 77px;
}

h1,
h2,
h3,
h4,
h5 h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
}

a {
  -webkit-transition: color .2s;
  transition: color .2s;
  color: #b72844;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #b72844;
}

p,
li {
  font-family: "Poppins", sans-serif;
}

hr {
  border-top: 1px solid #ffffff;
}

.btn {
  color: #000000;
  background-color: #ffffff;
}

.color2 .btn {
  color: #ffffff;
  background-color: #000000;
}

.color2 a {
  color: #ffffff;
}

/* Carousel
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.carousel .item {
  background-color: #ffffff;
}

/* Container
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container-wrap {
  background-color: #000000;
}

.container-wrap.color1 {
  color: #000000;
  background-color: #ffffff;
}

.container-wrap.color2 {
  color: #ffffff;
  background-color: #000000;
}

.container {
  padding: 50px 15px 50px 15px;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#footer {
  color: #ffffff;
}

#footer.container-wrap {
  background-color: #b72844;
}

/* Form
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.btn-default {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  background-color: #000000;
}

input {
  background-color: #000000;
}

label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.color1 .wpcf7 .btn-default,
.color1 .wpcf7 btn {
  color: #ffffff;
  background-color: #000000;
}

.color1 .wpcf7 input {
  background-color: #000000;
}

.color1 .wpcf7 .form-control {
  color: #ffffff;
  background-color: #000000;
}

.color2 .wpcf7 .btn-default,
.color2 .wpcf7 btn {
  color: #000000;
  background-color: #ffffff;
}

.color2 .wpcf7 input {
  background-color: #ffffff;
}

.color2 .wpcf7 .form-control {
  color: #000000;
  background-color: #ffffff;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#search-button {
  padding: 15px 0;
}

/* Nav Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu-inpage-container .home a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#primary.navbar-inverse {
  border-color: #000000;
  background-color: #000000;
}

#primary.navbar .container > .navbar-collapse.in {
  background-color: #000000;
}

#primary.navbar .container > .navbar-collapse {
  background-color: #000000;
}

#primary.navbar-inverse .navbar-nav > li > a {
  font-family: "Poppins", sans-serif;
  -webkit-transition: .08s ease-in;
  transition: .08s ease-in;
  color: #ffffff;
}

#primary.navbar-inverse .navbar-nav > li > a:focus,
#primary.navbar-inverse .navbar-nav > li > a:hover {
  color: #b72844;
  background-color: #000000;
}

#primary.navbar .navbar-nav > .current-menu-item a {
  color: #ffffff;
  background-color: transparent;
}

#primary.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

#primary.navbar-inverse .navbar-brand {
  color: #b72844;
}

#primary.navbar .container > .transition,
#primary.navbar .container-fluid > .transition {
  background-color: #ffffff;
}

ul.sub-menu {
  background: #ffffff;
}

ul.sub-menu > li > a {
  color: #000000;
}

ul.sub-menu > li > a:hover {
  background: #b72844;
}

ul.dropdown-menu {
  background: #ffffff;
}

ul.dropdown-menu a {
  color: #000000;
}

ul.dropdown-menu a:hover {
  color: #000000;
  background: #b72844;
}

ul.dropdown-menu .active a,
ul.dropdown-menu .active a:hover,
ul.dropdown-menu .active a:focus {
  color: #000000;
  background: #b72844;
}

@media (min-width: 992px) {
  ul.navbar-nav li ul.sub-menu {
    background: #ffffff;
  }
}

/* Sidebar
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#sidebar {
  margin: 0 auto 50px auto;
}

/* Widget
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.widget {
  margin: 0 0 20px 0;
}

.wow {
  visibility: hidden;
}

.navbar-brand {
  font-family: 'Poppins',sans-serif !important;
  line-height: inherit;
  position: absolute;
  z-index: 99;
  width: 240px;
  height: 100%;
  padding: 0 15px;
}

.navbar-brand > img,
.navbar-brand svg {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 77px;
  max-height: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* probably not needed anymore, but doesn't hurt */
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar-brand span {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 49%;
  margin-left: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
  color: white;
}

#primary.navbar .container > .transition,
#primary.navbar .container-fluid > .transition {
  background-color: black;
}

#primary.navbar {
  position: fixed;
  z-index: 990;
  top: 0;
  right: 0;
  left: 0;
}

.navbar-toggle {
  padding: 23px 10px;
}

ul.navbar-nav li.lang-item a {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  ul.navbar-nav li.lang-item a {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 992px) {
  ul.navbar-nav .lang-item-de a {
    margin-left: 40px !important;
  }
}

@media (min-width: 992px) {
  ul.navbar-nav .current-lang a {
    border-bottom: 2px solid white;
  }
}

ul.navbar-nav > li > a {
  line-height: 47px;
  text-transform: uppercase;
}

li.active > a {
  color: #b72844 !important;
}

ul.dropdown-menu {
  background: black !important;
}

ul.dropdown-menu a {
  color: white;
}

ul.dropdown-menu a:hover {
  color: #b72844;
  background: transparent;
}

ul.dropdown-menu .active a,
ul.dropdown-menu .active a:hover,
ul.dropdown-menu .active a:focus {
  color: #b72844;
  background: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: black;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: black;
}

body:not(.home) .content {
  min-height: 500px;
}

.content p,
.content li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.content .no-center p {
  text-align: inherit;
}

.content h2 {
  font-size: 28px;
  font-weight: 600;
  color: white;
}

.content .table tr td {
  border-top: 1px solid #666666;
}

.content .table .red {
  border-top: 70px solid #000000;
  background-color: #ba2e45;
}

.content .table .red td {
  border-top: solid 0 transparent;
}

.content .table tr.red + tr td {
  border-top: solid 0 transparent;
}

.content .table .red:first-child {
  border-top: 0 solid transparent;
}

.content #unsere-marken h4 {
  font-weight: 400;
}

.content.categories {
  min-height: 600px;
}

.content.categories .categories-item {
  position: relative;
  display: block;
  background-color: #ffffff;
}

.content.categories .categories-item a {
  display: block;
  width: 100%;
  color: #ffffff;
}

.content.categories .categories-item a:hover img {
  opacity: 0.5;
}

.content.categories .categories-item img {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.content.categories .categories-item h3 {
  font-size: 18px;
  position: absolute;
  z-index: 20;
  top: 50%;
  width: 100%;
  -webkit-transform: translatey(-42%);
          transform: translatey(-42%);
  text-align: center;
}

@media (min-width: 768px) {
  .content.categories .categories-item h3 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .content.categories .categories-item h3 {
    font-size: 24px;
  }
}

.content.categories .latest .row {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .content.categories .latest .col-sm-3 {
    padding-right: 0;
  }
}

.content.categories .latest a {
  color: #b72844;
}

.content.category {
  min-height: 600px;
}

.content.category .row {
  margin: 0 0 0 0;
}

.content.category div div {
  padding: 1px;
}

.content.category .category-item {
  position: relative;
  height: 194px;
  min-height: 194px;
  max-height: 194px;
  -webkit-transition: background-color  0.20s;
  transition: background-color  0.20s;
  text-align: center;
  background-color: #171717;
}

.content.category .category-item:hover {
  color: #ffffff;
  background-color: #333333;
}

.content.category .category-item img {
  position: relative;
  top: 40%;
  width: auto;
  max-height: 150px;
  margin: 0 auto;
  padding: 10px;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.content.category .category-item .tag {
  font-size: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 25px;
  margin-bottom: 0;
  padding: 0 3px;
  white-space: nowrap;
  color: #ffffff;
  background-color: #ba2e45;
}

.content.category .btn-sm,
.content.category .btn-group-sm > .btn {
  padding: 5px 10px 3px 10px;
}

.content.category button.yellow a {
  text-decoration: none;
  color: #000000;
}

.content.category button.yellow .carousel-caption {
  font-weight: 600;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.content.category button:hover a {
  text-decoration: none;
  color: #000000;
}

.content.single > .row > div {
  margin-bottom: 30px;
}

.content.single > .row > div > .row > div {
  margin-bottom: 30px;
}

.content.single .single-item {
  position: relative;
  height: 270px;
  text-align: center;
  background-color: #ba2e45;
}

.content.single .single-item img {
  position: relative;
  top: 50%;
  width: auto;
  max-height: 200px;
  margin: 0 auto;
  padding: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.content.single .btn-sm,
.content.single .btn-group-sm > .btn {
  padding: 5px 10px 3px 10px;
}

.content.single .table tr td {
  border-top: 0 solid transparent;
  border-right: 2px solid #000000;
}

.content.single .table tr:nth-child(2) td {
  border-right: 2px solid #000000;
  background-color: #ba2e45;
}

.content.single .info {
  text-align: left;
}

.content.single .info img {
  min-width: 40px;
  max-width: 40px;
}

.content.single .keyword-list li {
  font-weight: 600;
  list-style: square;
}

.content.single .keyword-list li a {
  cursor: default;
  pointer-events: none;
}

li {
  list-style-type: inherit;
}

#map .container-fluid {
  padding: 0 0;
}

.content.category img {
  margin-bottom: 20px;
}

.content.category h2 {
  position: absolute;
  margin-top: 20%;
}

.carousel-logo,
.carousel-logo svg {
  position: absolute;
  z-index: 9;
  top: 10%;
  left: 50%;
  display: none;
  width: 200px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

svg.carousel-logo {
  top: -15%;
}

@media (min-width: 992px) {
  .carousel-logo {
    top: -20%;
    display: block;
    width: 200px;
  }
}

@media (min-width: 1200px) {
  .carousel-logo {
    top: -20%;
    width: 210px;
  }
}

.carousel-slogan {
  font-size: 23px;
  font-weight: 300;
  position: absolute;
  z-index: 9;
  top: 40%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  text-align: center;
}

@media (min-width: 992px) {
  .carousel-slogan {
    font-size: 28px;
    top: 73%;
  }
}

@media (min-width: 1200px) {
  .carousel-slogan {
    font-size: 36px;
    top: 70%;
  }
}

.form-control {
  font-weight: 600;
  color: white;
  border: 0;
  border-radius: 0;
  background: #b72844;
}

.form-control::-webkit-input-placeholder {
  color: white;
}

.form-control:-moz-placeholder {
  color: white;
}

.form-control::-moz-placeholder {
  color: white;
}

.form-control:-ms-input-placeholder {
  color: white;
}

.color1 .wpcf7 .form-control {
  background: #b72844;
}

.color1 .wpcf7 input {
  color: white;
  background-color: #b72844;
}

.btn {
  padding: 7px 12px;
  border: 0;
  border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background: #b72844;
}

#footer {
  text-align: center;
}

#footer div.widget_nav_menu {
  width: 100%;
}

#footer div.widget_nav_menu ul {
  padding: 0;
}

#footer div.widget_nav_menu ul li {
  display: inline-block;
  list-style-type: none;
}

#footer div.widget_nav_menu ul li a {
  font-size: 15px;
  display: inline-block;
  margin-left: 10px;
  color: white;
}

#footer div.widget_nav_menu ul li a:hover,
#footer div.widget_nav_menu ul li a:focus {
  color: black;
}

#footer div.widget_nav_menu ul li:first-child a {
  margin-left: 0;
}

#footer div.widget_nav_menu ul li.active > a {
  color: white !important;
}

#footer div.widget_nav_menu ul li.active > a:hover,
#footer div.widget_nav_menu ul li.active > a:focus {
  color: black !important;
}

#footer .logo img,
#footer .logo svg {
  width: 100px;
  margin-bottom: 20px;
}

#footer .logo span {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 90px;
  display: none;
  text-transform: uppercase;
  color: white;
}

#footer .impressum {
  float: none;
}

@media (min-width: 992px) {
  #footer .impressum {
    float: right;
  }
}

#footer a {
  font-weight: 400;
  float: none;
  text-transform: uppercase;
  color: white;
}

@media (min-width: 992px) {
  #footer a {
    float: right;
  }
}

#footer a:hover,
#footer a:focus {
  color: black;
}

#footer .container {
  padding: 55px 15px 35px 20px;
}

@media (min-width: 992px) {
  #footer ul {
    float: right;
  }

  #footer ul li {
    text-align: right;
  }

  #footer img,
  #footer svg {
    float: left;
    width: 70px;
    margin-top: -5px;
    margin-bottom: 0;
  }

  #footer span {
    display: block;
  }
}

#footer svg path {
  fill: white !important;
}

.body {
  min-height: 600px;
}

.container {
  padding: 50px 15px 50px 15px;
}

.container-wrap.color1 {
  color: #f0f0f0;
  background-color: transparent;
}

.container-wrap.color2 {
  color: #f0f0f0;
  background-color: #b72844;
}

div.container-red {
  color: #f0f0f0;
  background-color: #b72844;
}

div.container-white {
  color: black;
  background-color: white;
}

div.container-white p,
div.container-white h1,
div.container-white h2,
div.container-white h3,
div.container-white h4,
div.container-white h5,
div.container-white h6 {
  color: black;
}

div.marken #unsere-marken {
  margin-bottom: 10%;
}

div.marken #marken article {
  margin-bottom: 50px;
}

div.marken #marken article:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  div.marken #marken article {
    margin-bottom: 0;
  }
}

div.marken .marke-logo {
  height: auto;
  margin-bottom: 20px;
  text-align: center;
}

div.marken .marke-logo a {
  display: block;
}

div.marken .marke-logo a:hover svg text,
div.marken .marke-logo a:hover svg path,
div.marken .marke-logo a:hover svg rect {
  fill: #b72844 !important;
}

div.marken .marke-logo a svg text,
div.marken .marke-logo a svg path,
div.marken .marke-logo a svg rect {
  -webkit-transition: all .1s;
  transition: all .1s;
}

@media (min-width: 992px) {
  div.marken .marke-logo {
    height: auto;
    margin-bottom: 0;
  }

  div.marken .marke-logo svg {
    height: 120px;
  }
}

div.marken .flammat svg,
div.marken .bauwagen svg {
  width: 80%;
}

div.marken .warrlich svg {
  width: 90%;
}

div.marken img,
div.marken svg {
  width: 100%;
  margin: 0 auto;
}

div#googleMap article {
  padding: 0;
}

div#googleMap h3,
div#googleMap p {
  color: black;
}

div#googleMap .btn-default {
  background-color: #b72844;
}

@media (min-width: 992px) {
  div.bilder div[class^='col-'],
  div.bilder div[class*=' col-'] {
    padding: 0;
  }
}

div.impressum * {
  text-align: inherit;
}

div.impressum a {
  color: #b72844;
}

div.breadcrumbs {
  margin-bottom: 30px !important;
}

div.breadcrumbs * {
  font-size: 16px;
  color: white;
}

div.breadcrumbs a:hover,
div.breadcrumbs a:focus {
  text-decoration: underline;
}

div.files {
  margin-top: 30px;
}

div.adresse .col-md-6 {
  float: left !important;
  width: 50% !important;
}

@media (min-width: 768px) {
  div.adresse .col-md-6 {
    float: inherit;
    width: inherit;
  }
}

div.bilder-vertrieb img {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  div.bilder-vertrieb img {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

div.news h1,
div.news h2,
div.news h3,
div.news h4,
div.news h5 {
  text-align: inherit;
}

div.news .timestamp {
  color: #999999;
}

div.news .col-md-3 {
  margin-bottom: 15px;
}

div.news article {
  margin-bottom: 40px;
}

div.news article > a {
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 20px;
  border: 3px solid #ffffff;
  background: white;
}

div.news article img {
  display: block;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

div.news article .article-image .col-md-4 {
  padding: 0;
}

div.news article .article-image * {
  font-size: 12px;
}

div.categories .row:last-child {
  margin-bottom: 0;
}

div.categories .row > div {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  div.categories .row {
    margin-bottom: 40px;
  }

  div.categories .row div {
    margin-bottom: 0;
  }
}

.carousel-kategorie .carousel-caption {
  color: #ffffff;
  text-shadow: none;
}

.carousel-kategorie .carousel-caption h1 {
  margin-bottom: 0;
}

.carousel-kategorie .carousel-inner .item img {
  right: 0;
  width: auto;
  max-width: auto;
  height: 100%;
}

.carousel-kategorie .carousel-caption {
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

/* Medium devices (desktops, 650px and up) */

@media (min-width: 688px) {
  .carousel-kategorie .carousel-inner .item img {
    width: auto;
    max-width: auto;
    height: 100%;
  }
}

/* Medium devices (desktops, 768px and up) */

@media (min-width: 768px) {
  .carousel-kategorie .carousel-inner .item img {
    max-width: initial;
  }
}

.carousel-trenner .carousel-caption {
  font-weight: 600;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }
}

#map .container-fluid {
  padding: 0 0;
}

.container-grey {
  background-color: #333;
}

#announcement {
  padding: 20px 15px 20px 15px;
}

.carousel-presse .container {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.grillen-chillen {
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
  padding-left: 15px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
}

.grillen-chillen img {
  width: 300px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

.grillen-chillen a {
  color: #fff;
}

.grillen-chillen p {
  font-size: 12px;
}

@media (min-width: 992px) {
  .grillen-chillen {
    display: block;
  }
}

.embed-responsive-21by9 {
  padding-bottom: 42.85714286%;
}

.embed-responsive video {
  height: auto;
}

.carousel .carousel-inner .item {
  background-color: #000;
}

.category-logos .content.category .category-item {
  background-color: #ffffff;
}

div.news article .article-image .rollerblade-img {
  width: 100%;
  margin-bottom: 40px;
}

