/*=== MEDIA QUERY ===*/
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(../themes/mehedi-megakit/assets/fonts/poppins_300.woff2) format('woff2'); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(../themes/mehedi-megakit/assets/fonts/poppins_500.woff2) format('woff2'); }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(../themes/mehedi-megakit/assets/fonts/poppins_700.woff2) format('woff2'); }

html {
  overflow-x: hidden; }

body {
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  color: #fff;
  background-color: #323232;
  overflow: hidden; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

p {
  line-height: 30px; }

.navbar-toggle .icon-bar {
  background: #e00820; }

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
  color: #fff; }
  input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
    box-shadow: none;
    border: 1px solid #e00820;
    color: #fff; }

.form-control {
  box-shadow: none;
  border-radius: 0;
  color: #fff; }
  .form-control:focus {
    box-shadow: none;
    border: 1px solid #e00820;
    color: #fff; }

.py-7 {
  padding: 7rem 0px; }

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .btn.btn-icon i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px; }
  .btn:focus {
    outline: 0px;
    border: 0px;
    box-shadow: none; }

.btn-main, .btn-transparent, .btn-small {
  background: #e00820;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .btn-main:hover, .btn-transparent:hover, .btn-small:hover {
    background: #7e0412;
    color: #fff; }

.btn-solid-border {
  border: 2px solid #e00820;
  background: transparent;
  color: #242424; }
  .btn-solid-border:hover {
    border: 2px solid #e00820;
    background: #e00820; }

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #e00820; }
  .btn-transparent:hover {
    background: transparent;
    color: #e00820; }

.btn-large {
  padding: 20px 45px; }
  .btn-large.btn-icon i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px; }

.btn-small {
  padding: 10px 25px;
  font-size: 12px; }

.btn-round {
  border-radius: 4px; }

.btn-round-full {
  border-radius: 50px; }

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0; }

.bg-gray {
  background: #505054 !important; }

.bg-primary {
  background: #e00820; }

.bg-primary-dark {
  background: #323232; }

.bg-primary-darker {
  background: #7e0412; }

.bg-dark {
  background: #242424; }

.bg-fire {
  background-image: url(../themes/mehedi-megakit/assets/images/feuer5.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x; }

.section {
  padding: 10px 10px;
  background-color: #323232;
  opacity: 0.9; }

.section-sm {
  padding: 70px 0; }

.section-title {
  margin-bottom: 70px; }
  .section-title .title {
    font-size: 50px;
    line-height: 50px; }
  .section-title p {
    color: #666;
    font-family: 'Poppins', sans-serif; }

.subtitle {
  color: #e00820;
  font-size: 14px;
  letter-spacing: 1px; }

.overly, .page-title, .cta, .hero-img {
  position: relative; }
  .overly:before, .page-title:before, .cta:before, .hero-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000; }

.overly-2, .bg-counter, .cta-block, .latest-blog {
  position: relative; }
  .overly-2:before, .bg-counter:before, .cta-block:before, .latest-blog:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }

.text-color {
  color: #e00820; }

.text-black {
  color: #242424; }

.text-color2 {
  color: #c54041; }

.text-color2 {
  color: #b99769; }

.text-sm {
  font-size: 14px; }

.text-md {
  font-size: 2.25rem; }

.text-lg {
  font-size: 3.75rem; }

.no-spacing {
  letter-spacing: 0px; }
/* Links */
a {
  color: #fff;
  text-decoration: none; }

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

a:focus {
  outline: none; }

.content-title {
  font-size: 40px;
  line-height: 50px; }

.page-title {
  padding: 100px 0; }
  .page-title .block h1 {
    color: #fff; }
    .page-title .block p {
      color: #fff; }

.page-wrapper {
  padding: 70px 0; }

html {
  scroll-behavior: smooth; }

#wrapper-work {
  overflow: hidden;
  padding-top: 100px; }
  #wrapper-work ul li {
    width: 50%;
    float: left;
    position: relative; }
    #wrapper-work ul li img {
      width: 100%;
      height: 100%; }
    #wrapper-work ul li .items-text {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      color: #fff;
      background: rgba(0, 0, 0, 0.6);
      padding-left: 44px;
      padding-top: 140px; }
      #wrapper-work ul li .items-text h2 {
        padding-bottom: 28px;
        padding-top: 75px;
        position: relative; }
        #wrapper-work ul li .items-text h2:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 75px;
          height: 3px;
          background: #fff; }
      #wrapper-work ul li .items-text p {
        padding-top: 30px;
        font-size: 16px;
        line-height: 27px;
        font-weight: 300;
        padding-right: 80px; }
/*--
 features-work Start 
 --*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px; }
  #features-work .block ul li {
    width: 19%;
    text-align: center;
    display: inline-block;
    padding: 40px 0px; }

.fc-unthemed td.fc-today {
  background: #505054 !important; }

.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
  background: #505054 !important; }

.fc-unthemed .fc-list-item:hover td {
  background: #505054 !important; }

.navbar-brand img {
  width: 200px; }

.navigation {
  border-bottom: #e00820 1px solid; }

#navbar {
  background: #333;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
  #navbar li {
    padding-left: 15px; }
  #navbar .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    #navbar .nav-link:hover, #navbar .nav-link:focus {
      color: #e00820; }
  #navbar .btn {
    padding: 0.5rem 1.5rem;
    color: #fff; }

.navbar-brand {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px; }
  .navbar-brand span {
    color: #e00820; }

.dropdown-menu {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
  -webkit-transition: all 0.2s ease-in, visibility 0s linear 0.2s, -webkit-transform 0.2s linear;
  -o-transition: all 0.2s ease-in, visibility 0s linear 0.2s, -o-transform 0.2s linear;
  -ms-transition: all 0.2s ease-in, visibility 0s linear 0.2s, -ms-transform 0.2s linear;
  width: 250px;
  margin-top: 15px;
  padding: 0px;
  border-radius: 0px;
  display: block; }

.dropdown-toggle::after {
  display: none; }

.dropdown:hover .dropdown-menu {
  visibility: visible;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -ms-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
  opacity: 1; }

.dropdown-item {
  padding: 0.8rem 0.8rem;
  text-transform: uppercase;
  font-size: 13px; }

.dropdown-item:hover {
  background: #e00820;
  color: #fff; }

ul.dropdown-menu li {
  padding-left: 0px !important; }

.bg-1 {
  background: url("https://placehold.it/1592x362") no-repeat 50% 50%;
  background-size: cover; }

.bg-2 {
  background: url("https://placehold.it/1592x362");
  background-size: cover; }

.slideshow__container {
  position: relative;
  padding: 0;
  max-width: 100%;
  max-height: 65vh;
  background-color: #323232; }

.slideshow__slides {
  display: none;
  height: 100%;
  overflow: hidden;
  max-height: 65vh; }
  .slideshow__slides img {
    width: 100%;
    max-height: 65vh;
    object-fit: cover;
    object-position: center; }
  .slideshow__slides--fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade;
    animation-duration: 3s; }
/* Next & previous buttons */
.slideshow__prev, .slideshow__next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none; }
  .slideshow__prev:hover, .slideshow__next:hover {
    background-color: rgba(0, 0, 0, 0.8); }
/* Position the "next button" to the right */
.slideshow__next {
  right: 0;
  border-radius: 3px 0 0 3px; }
/* The dots/bullets/indicators */
.slideshow__dot {
  cursor: pointer;
  height: 50px;
  width: 50px;
  margin: 0 8px;
  background-color: #bbb;
  border-radius: 8%;
  display: inline-block;
  transition: background-color 0.6s ease; }
  .slideshow__dot--active {
    background-color: #717171; }
  .slideshow__dot:hover {
    background-color: #717171; }

.slideshow__dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  display: none; }

@-webkit-keyframes fade {
  from {
    opacity: 0.4; }

  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: 0.4; }

  to {
    opacity: 1; } }

.intro-item i {
  font-size: 60px;
  line-height: 60px; }

.color-one {
  color: #e00820; }

.color-two {
  color: #00d747; }

.color-three {
  color: #9262ff; }

.color-four {
  color: #088ed3; }

.about-us__container {
  max-width: 920px;
  margin: 30px auto 0;
  padding: 0 10px; }
  .about-us__headline {
    font-weight: normal; }
  .about-us__image {
    max-width: 100%; }

.counter-item .counter-stat {
  font-size: 50px; }
  .counter-item p {
    margin-bottom: 0px; }

.bg-counter {
  background: url("https://placehold.it/1592x340") no-repeat;
  background-size: cover; }

.team-img-hover .team-social li a.facebook {
  background: #66c; }

.team-img-hover .team-social li a.twitter {
  background: #39c; }

.team-img-hover .team-social li a.instagram {
  background: #c6c; }

.team-img-hover .team-social li a.linkedin {
  background: #39c; }

.team-img-hover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.team-img-hover li a {
  display: inline-block;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  border: 2px solid transparent;
  border-radius: 2px;
  text-align: center;
  transform: translateY(0);
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.team-img-hover:hover li a:hover {
  transform: translateY(4px); }

.team-item:hover .team-img-hover {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px; }

.service-item {
  position: relative;
  padding-left: 80px; }
  .service-item i {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 50px;
    opacity: 0.4; }

.cta {
  background: url("https://placehold.it/1592x639") fixed 50% 50%;
  background-size: cover;
  padding: 120px 0px; }

.cta-block {
  background: url("https://placehold.it/1592x639") no-repeat;
  background-size: cover; }

.testimonial-item {
  padding: 50px 30px; }
  .testimonial-item i {
    font-size: 40px;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 1; }
  .testimonial-item .testimonial-text {
    font-size: 20px;
    line-height: 38px;
    color: #242424;
    margin-bottom: 30px;
    font-style: italic; }
  .testimonial-item .testimonial-item-content {
    padding-left: 65px; }

.slick-slide:focus, .slick-slide a {
  outline: none; }

.hero-img {
  background: url("https://placehold.it/1592x706");
  position: absolute;
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px; }

.h70 {
  height: 55%; }

.lh-45 {
  line-height: 45px; }

.pricing-header h1 {
  font-size: 70px;
  font-weight: 300; }

.pricing .btn-solid-border {
  border-color: #dedede; }
  .pricing .btn-solid-border:Hover {
    border-color: #e00820; }

.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .portflio-item:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    overflow: hidden; }
  .portflio-item:hover:before {
    opacity: 1; }
  .portflio-item:hover .portfolio-item-content {
    opacity: 1;
    bottom: 20px;
    right: 30px; }
  .portflio-item .overlay-item {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: #e00820;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .portflio-item:hover .overlay-item {
    opacity: 1; }

.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px; }
  .contact-form-wrap .form-group .form-control {
    background: #505054;
    height: 48px;
    border: 1px solid #eef2f6;
    box-shadow: none;
    width: 100%; }
  .contact-form-wrap .form-group-2 {
    margin-bottom: 13px; }
  .contact-form-wrap .form-group-2 textarea {
    background: #505054;
    height: 135px;
    border: 1px solid #eef2f6;
    box-shadow: none;
    width: 100%; }

.address-block li {
  margin-bottom: 10px; }
  .address-block li i {
    font-size: 20px;
    width: 20px; }

.social-icons li {
  margin: 0 6px; }
  .social-icons i {
    margin-right: 15px;
    font-size: 25px; }

.google-map {
  position: relative; }

.google-map #map {
  width: 100%;
  height: 450px; }

.contact__container {
  max-width: 920px;
  margin: 30px auto 0;
  padding: 0 10px; }
  .contact__headline {
    font-weight: normal; }
/*=================================================================
 Latest Posts
 ==================================================================*/
.blog-item-content h3 {
  line-height: 36px; }
  .blog-item-content h3 a {
    transition: all 0.4s ease 0s; }
  .blog-item-content h3 a:hover {
    color: #e00820 !important; }

.lh-36 {
  line-height: 36px; }

.tags a {
  background: #f5f8f9;
  display: inline-block;
  padding: 8px 23px;
  border-radius: 38px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  text-transform: capitalize; }

.pagination .nav-links a, .pagination .nav-links span.current {
  font-size: 20px;
  font-weight: 500;
  color: #c9c9c9;
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px; }

.pagination .nav-links span.current, .pagination .nav-links a.next, .pagination .nav-links a.prev {
  color: #242424; }

h3.quote {
  font-size: 25px;
  line-height: 50px;
  font-weight: normal;
  padding: 0px 25px 0px 85px;
  margin: 65px 0 65px 0 !important;
  position: relative; }

h3.quote::before {
  content: '';
  width: 55px;
  height: 2px;
  background: #e00820;
  position: absolute;
  top: 25px;
  left: 0; }

.nav-posts-title {
  line-height: 25px;
  font-size: 18px; }

.latest-blog {
  position: relative;
  padding-bottom: 150px; }

.mt-70 {
  margin-top: -70px; }

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.05); }

.blog-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .blog-item-content {
    padding: 5px; }
  .blog-item-title {
    font-size: 18px;
    word-break: break-word; }
/*=================================================================
 Single Blog Page
 ==================================================================*/
.post.post-single {
  border: none; }
  .post.post-single .post-thumb {
    margin-top: 30px; }

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px; }

.post-social-share {
  margin-bottom: 50px; }

.post-comments {
  margin: 30px 0; }
  .post-comments .media {
    margin-top: 20px; }
  .post-comments .media > .pull-left {
    padding-right: 20px; }
  .post-comments .comment-author {
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 500; }
  .post-comments .comment-author a {
    color: #e00820;
    font-size: 14px;
    text-transform: uppercase; }
  .post-comments time {
    margin: 0 0 5px;
    display: inline-block;
    color: #808080;
    font-size: 12px; }
  .post-comments .comment-button {
    color: #e00820;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px; }
  .post-comments .comment-button i {
    margin-right: 5px;
    display: inline-block; }
  .post-comments .comment-button:hover {
    color: #e00820; }

.post-excerpt {
  margin-bottom: 60px; }
  .post-excerpt h3 a {
    color: #000; }
  .post-excerpt p {
    margin: 0 0 30px; }
  .post-excerpt blockquote.quote-post {
    margin: 20px 0; }
  .post-excerpt blockquote.quote-post p {
    line-height: 30px;
    font-size: 20px;
    color: #e00820; }

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px; }

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase; }

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0; }
  .next-prev a {
    color: #000; }
  .next-prev a:hover {
    color: #e00820; }
  .next-prev .prev-post i {
    margin-right: 10px; }
  .next-prev .next-post i {
    margin-left: 10px; }

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block; }
  .social-profile ul li a {
    color: #4e595f;
    display: block;
    font-size: 16px; }
    .social-profile ul li a i:hover {
      color: #e00820; }

.comments-section {
  margin-top: 35px; }

.author-about {
  margin-top: 40px; }

.post-author {
  margin-right: 20px; }

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%; }

.comment-list ul {
  margin-top: 20px; }
  .comment-list ul li {
    margin-bottom: 20px; }

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative; }
  .comment-wrap .author-avatar {
    margin-right: 10px; }
  .comment-wrap .media .media-heading {
    font-size: 14px;
    margin-bottom: 8px; }
  .comment-wrap .media .media-heading a {
    color: #e00820;
    font-size: 13px; }
  .comment-wrap .media .comment-meta {
    font-size: 12px;
    color: #888; }
  .comment-wrap .media p {
    margin-top: 15px; }

.comment-reply-form {
  margin-top: 80px; }
  .comment-reply-form input, .comment-reply-form textarea {
    height: 35px;
    border-radius: 0;
    box-shadow: none; }
  .comment-reply-form input:focus, .comment-reply-form textarea:focus {
    box-shadow: none;
    border: 1px solid #e00820; }
  .comment-reply-form textarea, .comment-reply-form .btn-main, .comment-reply-form .btn-transparent, .comment-reply-form .btn-small {
    height: auto; }

.widget {
  margin-bottom: 30px;
  padding-bottom: 35px; }
  .widget .widget-title {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #dedede; }
  .widget.widget-latest-post .media .media-object {
    width: 100px;
    height: auto; }
  .widget.widget-latest-post .media .media-heading a {
    color: #242424;
    font-size: 16px; }
  .widget.widget-latest-post .media p {
    font-size: 12px;
    color: #808080; }
  .widget.widget-category ul li {
    margin-bottom: 10px; }
    .widget.widget-category ul li a {
      color: #837f7e;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .widget.widget-category ul li a:before {
        padding-right: 10px; }
      .widget.widget-category ul li a:hover {
        color: #e00820;
        padding-left: 5px; }
  .widget.widget-tag ul li {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 5px; }
    .widget.widget-tag ul li a {
      color: #837f7e;
      display: inline-block;
      padding: 8px 15px;
      border: 1px solid #dedede;
      border-radius: 30px;
      font-size: 14px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .widget.widget-tag ul li a:hover {
        color: #fff;
        background: #e00820;
        border: 1px solid #e00820; }

.footer {
  width: 100%;
  margin: 0 auto;
  background-color: #333;
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  padding: 60px 10px 20px;
  box-sizing: border-box;
  text-rendering: optimizelegibility; }
  @media only screen and (min-width: 800px) {
  .footer {
    padding: 60px 40px 20px; } }
  @media only screen and (min-width: 1280px) {
    .footer__box {
      max-width: 1280px;
      margin: 0 auto 80px; } }
  .footer__box--gap {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: rgba(255, 255, 255, 0.2) solid 1px; }
  .footer__box--aside {
    float: right;
    margin: 20px 0 30px; }
  @media only screen and (min-width: 800px) {
      .footer__box--aside {
        justify-self: end;
        margin: 0; } }
  @media only screen and (min-width: 800px) {
      .footer__box--grid {
        display: grid;
        grid-template-columns: 60% 40%;
        margin-bottom: 20px; } }
  .footer__text {
    margin: 0; }
  .footer__text--gap {
    margin-bottom: 5px; }
  .footer__link {
    margin: 0;
    font-weight: 700;
    text-decoration: none;
    color: #fff; }

#footer {
  background: #333;
  color: #fff;
  text-align: center; }

#footer .copyright {
  font-size: 1.1em;
  line-height: 1em;
  padding: 0; }

#footer .copyright a {
  color: inherit; }

#footer .copyright li {
  display: inline-block;
  margin-left: 1em;
  padding-left: 1em;
  border-left: dotted 1px; }

#footer .copyright li:first-child {
  margin: 0;
  padding: 0;
  border: 0; }

.clear {
  clear: both; }

.icons {
  list-style-type: none;
  margin: 0;
  display: inline-block;
  height: 25px;
  text-align: center;
  padding: 0; }
  .icons li {
    float: left;
    margin-right: 15px; }

.icon {
  text-decoration: none;
  position: relative;
  font-size: 20px;
  color: #fff; }

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

.icon.solid:before {
  font-weight: 900; }

.icon:before {
  line-height: inherit; }

.icon.brands:before {
  font-family: 'Font Awesome 5 Brands'; }

.icon.circle {
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0;
  border-radius: 100%;
  display: inline-block;
  font-size: 1.25em;
  height: 2.25em;
  left: 0;
  line-height: 2.25em;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 2.25em; }

.icon.circle:hover {
  top: -0.2em; }

.icon.circle.fa-twitter {
  background: #70aecd;
  color: #fff; }

.icon.circle.fa-twitter:hover {
  background: #7fb7d2; }

.icon.circle.fa-facebook-f {
  background: #7490c3;
  color: #fff; }

.icon.circle.fa-facebook-f:hover {
  background: #829bc9; }

.icon.circle.fa-google-plus-g {
  background: #db6b67;
  color: #fff; }

.icon.circle.fa-google-plus-g:hover {
  background: #df7b77; }

.icon.circle.fa-github {
  background: #dcad8b;
  color: #fff; }

.icon.circle.fa-github:hover {
  background: #e1b89b; }

.icon.circle.fa-dribbble {
  background: #da83ae;
  color: #fff; }

.icon.circle.fa-dribbble:hover {
  background: #df93b8; }

.icon.featured {
  cursor: default;
  display: block;
  margin: 0 0 1.5em 0;
  opacity: 0.35;
  text-align: center; }

.icon.featured:before {
  font-size: 5em;
  line-height: 1em; }

.icon > .label {
  display: none; }

.builders-diary__box {
  max-width: 920px;
  margin: 20px auto 10px;
  padding: 0 10px; }
  .builders-diary__headline {
    font-weight: normal; }
  .builders-diary__content--image-exist {
    min-height: 270px; }
  .builders-diary__button {
    background-color: #323232;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #323232;
    display: block;
    margin: 0 auto; }
  .builders-diary__button:hover {
    background-color: #505054;
    transition: 0.5s; }
  .builders-diary__image {
    float: right;
    margin-left: 10px;
    width: 455px;
    height: 256px;
    max-width: 100%; }
  .builders-diary__text {
    font-weight: 600; }
  .builders-diary__text p {
    line-height: 25px; }
  .builders-diary__gallery {
    padding: 0 0 10px;
    list-style-type: none;
    display: block;
    overflow: auto;
    border-bottom: #e00820 1px solid; }
  .builders-diary__gallery__item {
    float: left;
    margin-right: 5px; }
  .builders-diary__gallery__image {
    width: 126px;
    height: 95px; }

.vehicles__box {
  max-width: 920px;
  margin: 30px auto 10px;
  padding: 0 10px; }
  .vehicles__box .row {
    border-bottom: #e00820 1px solid;
    margin-bottom: 20px; }
  .vehicles__headline {
    font-weight: normal;
    margin-bottom: 30px; }
  .vehicles__navigation__link::before {
    content: "| ";
    color: #fff; }
  .vehicles__navigation__link::after {
    content: " |";
    color: #fff; }
  .vehicles__content--right {
    font-size: 16px;
    line-height: 20px; }
  .vehicles__content--right p {
    line-height: 20px; }
  .vehicles__image {
    width: 100%; }
  .vehicles__text {
    font-weight: 600; }
  .vehicles__text p {
    line-height: 25px; }
  .vehicles__title {
    color: #e00820;
    font-size: 27px; }
  .vehicles__table {
    width: 100%;
    margin-top: 10px; }
  .vehicles__table tr th {
    background-color: #e00820;
    color: #fff;
    padding-left: 5px; }
  .vehicles__table tr td {
    padding-left: 5px; }
  .vehicles__table tr:nth-child(even) {
    background-color: #505054; }
  .vehicles__gallery {
    padding: 0 0 10px;
    list-style-type: none;
    display: block;
    overflow: auto;
    margin-top: 20px; }
  .vehicles__gallery .slick-prev {
    z-index: 1;
    left: 0; }
  .vehicles__gallery .slick-prev:before {
    color: #000; }
  .vehicles__gallery .slick-next {
    z-index: 1;
    right: 0; }
  .vehicles__gallery .slick-next:before {
    color: #000; }
  .vehicles__gallery__item {
    float: left;
    margin-bottom: 5px; }
  .vehicles__gallery__image {
    width: 150px;
    height: 95px; }

.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px; }
  .contact-form-wrap .form-group .form-control {
    background: #505054;
    height: 48px;
    border: 1px solid #eef2f6;
    box-shadow: none;
    width: 100%; }
  .contact-form-wrap .form-group-2 {
    margin-bottom: 13px; }
  .contact-form-wrap .form-group-2 textarea {
    background: #505054;
    height: 135px;
    border: 1px solid #eef2f6;
    box-shadow: none;
    width: 100%; }

.container__sichertshausen {
  max-width: 920px;
  margin: 30px auto 0;
  padding: 0 10px; }
  .container__sichertshausen .fr-file {
    background-color: #00a3ff;
    color: #fff;
    padding: 6px;
    border-radius: 5px; }

.sichertshausen__headline {
  margin-top: 10px;
  font-weight: normal; }
  .sichertshausen__navigation__link:first-child::before {
    content: "| ";
    color: #fff; }
  .sichertshausen__navigation__link::after {
    content: " |";
    color: #fff; }

.mission__container {
  max-width: 920px;
  margin: 20px auto 10px; }
  .mission__box {
    max-width: 920px;
    margin: 20px auto 10px; }
  .mission__headline {
    font-weight: normal;
    margin-bottom: 30px; }
  .mission__button {
    background-color: #323232;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #323232;
    display: block;
    margin: 0 auto; }
  .mission__button:hover {
    background-color: #505054;
    transition: 0.5s; }
  .mission__button--gray {
    background-color: #505054;
    border: 1px solid #505054; }
  .mission__button--gray:hover {
    background-color: #323232; }
  .mission__image {
    width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 350px; }
  @media only screen and (min-width: 768px) {
    .mission__image {
      width: 50%; } }
  .mission__text {
    font-weight: 600; }
  .mission__text p {
    line-height: 25px; }
  .mission__table {
    width: 100%;
    margin: 20px 0;
    border: #e00820 solid 2px; }
  .mission__table tr:nth-child(odd) {
    background-color: #e00820;
    color: white; }
  .mission__table tr td {
    padding: 5px;
    vertical-align: baseline; }
    .mission__table tr td p {
      margin: 0;
      line-height: 23px; }
  .mission__gallery {
    padding: 0 0 10px;
    list-style-type: none;
    display: block;
    overflow: auto;
    border-bottom: #e00820 1px solid; }
  .mission__gallery__item {
    float: left;
    margin-right: 5px; }
  .mission__gallery__image {
    width: 126px;
    height: 95px; }
  .mission__accordion {
    background-color: #323232;
    color: #fff;
    cursor: pointer;
    padding: 25px 18px 25px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    font-weight: bold;
    transition: 0.4s;
    font-family: 'Cabin', sans-serif; }
  .mission__accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px; }
  .mission__accordion--active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */ }
  .mission__accordion:focus {
    outline: none; }
  .mission__panel {
    background-color: #505054;
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: #e00820 1px solid;
    margin-bottom: 30px; }
  .mission__panel__image-box {
    width: 33%;
    margin: 0 auto; }

.dropdown-menu {
  width: 300px; }

.kalender__container {
  max-width: 920px;
  margin: 30px auto 0;
  padding: 0 10px; }
  .kalender__event_box {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */ }
  .kalender__event_info {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 300px; }
  .kalender__event_date, .kalender__event_description {
    font-weight: 300;
    color: black; }
  .kalender__event_close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold; }
  .kalender__event_close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer; }
  .kalender__event_close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer; }
  .kalender__event_title {
    color: black;
    font-weight: bold; }

.fc-unthemed td.fc-today {
  background: #505054; }

.fc-toolbar {
  display: block; }
  @media only screen and (min-width: 780px) {
  .fc-toolbar {
    display: flex; } }

.fc-event-container {
  cursor: pointer; }

.legend {
  background-color: #505054;
  overflow: hidden;
  padding: 5px;
  margin-bottom: 5px; }
  .legend__color {
    height: 15px;
    width: 10px;
    margin-top: 7px; }
  .legend__color--green {
    background-color: #27ae60; }
  .legend__color--blue {
    background-color: #3788d8; }
  .legend__color--gray {
    background-color: #7f8c8d; }
  .legend__color--red {
    background-color: #e74c3c; }
  .legend__color--light-blue {
    background-color: #1abc9c; }
  .legend__text {
    font-size: 13px;
    margin: 0;
    line-height: 30px; }

.fc-toolbar {
  display: block !important; }
  @media only screen and (min-width: 780px) {
  .fc-toolbar {
    display: flex !important; } }

.locations__box {
  max-width: 920px;
  margin: 30px auto 10px;
  padding: 0 10px; }
  .locations__box .row {
    border-bottom: #e00820 1px solid;
    margin-bottom: 20px; }
  .locations__headline {
    font-weight: normal; }
  .locations__navigation__link::before {
    content: "| ";
    color: #fff; }
  .locations__navigation__link::after {
    content: " |";
    color: #fff; }
  .locations__content {
    margin-bottom: 10px; }
  .locations__content p {
    margin-bottom: 0; }
  .locations__content--right {
    font-size: 17px;
    line-height: 30px; }
  .locations__content--right p {
    line-height: 30px;
    margin-bottom: 0; }
  .locations__image {
    width: 100%; }
  .locations__text {
    font-weight: 600; }
  .locations__text p {
    line-height: 25px; }
  .locations__title {
    color: #e00820; }
  .locations__table {
    width: 100%;
    margin-top: 10px; }
  .locations__table tr th {
    background-color: #e00820;
    color: #505054;
    padding-left: 5px; }
  .locations__table tr td {
    padding-left: 5px; }
  .locations__table tr:nth-child(even) {
    background-color: #eee; }
  .locations__gallery {
    padding: 0 0 10px;
    list-style-type: none;
    display: block;
    overflow: auto; }
  .locations__gallery .slick-prev {
    z-index: 1;
    left: 0; }
  .locations__gallery .slick-prev:before {
    color: #000; }
  .locations__gallery .slick-next {
    z-index: 1;
    right: 0; }
  .locations__gallery .slick-next:before {
    color: #000; }
  .locations__gallery__item {
    float: left;
    margin-bottom: 5px; }
  .locations__gallery__image {
    width: 100%;
    height: 400px; }

.gallery__box {
  max-width: 920px;
  margin: 30px auto 10px;
  padding: 0 10px; }
  .gallery__headline {
    font-weight: normal; }
  .gallery__navigation__link:first-child::before {
    content: "| ";
    color: #fff; }
  .gallery__navigation__link::after {
    content: " |";
    color: #fff; }
  .gallery__navigation__link-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex; }
    .gallery__navigation__link-ul .dropdown-toggle {
      padding: 0 5px; }
  .gallery__button {
    background-color: #505054;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #505054;
    display: block;
    margin: 0 auto;
    color: #fff; }
  .gallery__content--right {
    font-size: 16px;
    line-height: 20px; }
  .gallery__content--right p {
    line-height: 20px; }
  .gallery__image {
    width: 100%; }
  .gallery__text {
    font-weight: 600; }
  .gallery__text p {
    line-height: 25px; }
  .gallery__title {
    color: #e00820;
    margin-bottom: 0; }
  .gallery__table {
    width: 100%;
    margin-top: 10px; }
  .gallery__table tr th {
    background-color: #e00820;
    color: #505054;
    padding-left: 5px; }
  .gallery__table tr td {
    padding-left: 5px; }
  .gallery__table tr:nth-child(even) {
    background-color: #eee; }
  .gallery__gallery {
    padding: 0 0 10px;
    list-style-type: none;
    display: block;
    overflow: auto;
    margin: 10px 0 10px 20px; }
  .gallery__gallery .slick-prev {
    z-index: 1;
    left: 0; }
  .gallery__gallery .slick-prev:before {
    color: #000; }
  .gallery__gallery .slick-next {
    z-index: 1;
    right: 0; }
  .gallery__gallery .slick-next:before {
    color: #000; }
  .gallery__gallery__item {
    float: left;
    margin-bottom: 5px; }
  .gallery__gallery__image {
    width: 150px;
    height: 95px; }

.hidden {
  display: none; }

.container__bellnhausen {
  max-width: 920px;
  margin: 30px auto 0;
  padding: 0 10px; }

.bellnhausen a {
  color: #e00820;
  text-decoration: underline; }
  .bellnhausen__logo {
    width: 100%;
    max-width: 200px; }
  .bellnhausen__title {
    margin-top: 20px; }
  .bellnhausen__navigation__link:first-child::before {
    content: "| ";
    color: #fff; }
  .bellnhausen__navigation__link::after {
    content: " |";
    color: #fff; }
  .bellnhausen__accordion {
    background-color: #505054;
    color: #fff;
    cursor: pointer;
    padding: 25px 18px 25px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    font-weight: bold;
    transition: 0.4s;
    font-family: 'Cabin', sans-serif; }
  .bellnhausen__accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px; }
  .bellnhausen__accordion--active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */ }
  .bellnhausen__accordion:focus {
    outline: none; }
  .bellnhausen__panel {
    background-color: #323232;
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: #e00820 1px solid; }
  .bellnhausen__panel__image-box {
    width: 33%;
    margin: 0 auto; }
  .bellnhausen__project__image {
    max-width: 100%; }
  .bellnhausen__project__image-description {
    font-size: 13px; }
  .bellnhausen__headline {
    margin-top: 10px;
    font-weight: normal; }
  .bellnhausen__mitglied a {
    background-color: #00a3ff;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
    text-decoration: none; }
  .bellnhausen__button {
    background-color: #505054;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #505054;
    display: block;
    margin: 10px auto 0;
    color: #fff; }

.container__jugendfeuerwehr {
  max-width: 920px;
  margin: 30px auto 0;
  padding: 0 10px; }
  .container__jugendfeuerwehr .fr-file {
    background-color: #00a3ff;
    color: #fff;
    padding: 6px;
    border-radius: 5px; }
  .container__jugendfeuerwehr .gallery__navigation__link::before {
    content: "| ";
    color: #fff; }
  .container__jugendfeuerwehr .gallery__navigation__link::after {
    content: " |";
    color: #fff; }

.jugendfeuerwehr__title {
  margin-top: 20px;
  font-weight: normal; }
  .jugendfeuerwehr__headline {
    font-weight: normal; }
  .jugendfeuerwehr__navigation__link::before {
    content: "| ";
    color: #fff; }
  .jugendfeuerwehr__navigation__link::after {
    content: " |";
    color: #fff; }
  .jugendfeuerwehr__accordion {
    background-color: #505054;
    color: #fff;
    cursor: pointer;
    padding: 25px 18px 25px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    font-weight: bold;
    transition: 0.4s;
    font-family: 'Cabin', sans-serif; }
  .jugendfeuerwehr__accordion:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px; }
  .jugendfeuerwehr__accordion--active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */ }
  .jugendfeuerwehr__panel {
    background-color: #323232;
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-bottom: #e00820 1px solid; }
  .jugendfeuerwehr__panel__image-box {
    width: 33%;
    margin: 0 auto; }
  .jugendfeuerwehr__project__image {
    max-width: 100%; }
  .jugendfeuerwehr__project__image-description {
    font-size: 13px; }
  .jugendfeuerwehr__gallery__content--right {
    font-size: 16px;
    line-height: 20px; }
    .jugendfeuerwehr__gallery__content--right p {
      line-height: 20px; }
  .jugendfeuerwehr__gallery__image {
    width: 100%; }
  .jugendfeuerwehr__gallery__text {
    font-weight: 600; }
  .jugendfeuerwehr__gallery__text p {
    line-height: 25px; }
  .jugendfeuerwehr__gallery__title {
    color: #e00820; }
  .jugendfeuerwehr__gallery__table {
    width: 100%;
    margin-top: 10px; }
  .jugendfeuerwehr__gallery__table tr th {
    background-color: #e00820;
    color: #505054;
    padding-left: 5px; }
    .jugendfeuerwehr__gallery__table tr td {
      padding-left: 5px; }
    .jugendfeuerwehr__gallery__table tr:nth-child(even) {
      background-color: #eee; }
  .jugendfeuerwehr__gallery__gallery {
    padding: 0 0 10px;
    list-style-type: none;
    display: block;
    overflow: auto;
    margin-top: 20px; }
  .jugendfeuerwehr__gallery__gallery .slick-prev {
    z-index: 1;
    left: 0; }
    .jugendfeuerwehr__gallery__gallery .slick-prev:before {
      color: #000; }
  .jugendfeuerwehr__gallery__gallery .slick-next {
    z-index: 1;
    right: 0; }
    .jugendfeuerwehr__gallery__gallery .slick-next:before {
      color: #000; }
  .jugendfeuerwehr__gallery__gallery__item {
    float: left;
    margin-bottom: 5px; }
  .jugendfeuerwehr__gallery__gallery__image {
    width: 150px;
    height: 95px; }

.content__container {
  max-width: 920px;
  margin: 20px auto 10px; }

.job__container {
  max-width: 920px;
  margin: 30px auto 0;
  padding: 0 10px; }
  .job__box {
    padding: 10px;
    box-shadow: 3px 3px 3px 3px rgba(0, 1, 0, 0.2);
    background-color: #505054; }
  .job__headline {
    font-weight: normal; }
  .job__text--special {
    text-decoration: underline;
    font-style: italic;
    font-weight: bold; }

.hassenhausen__container {
  max-width: 920px;
  margin: 30px auto 0;
  padding: 0 10px; }
  .hassenhausen__container .fr-file {
    background-color: #00a3ff;
    color: #fff;
    padding: 6px;
    border-radius: 5px; }
  .hassenhausen__headline {
    margin-top: 10px;
    font-weight: normal; }
  .hassenhausen__navigation__link:first-child::before {
    content: "| ";
    color: #fff; }
  .hassenhausen__navigation__link::after {
    content: " |";
    color: #fff; }

.impressum__container {
  max-width: 920px;
  margin: 30px auto 0;
  padding: 0 10px; }
  .impressum__headline {
    font-weight: normal; }

.privacy__container {
  max-width: 920px;
  margin: 30px auto 0;
  padding: 0 10px; }
  .privacy__headline {
    font-weight: normal; }

.gdpr-banner {
  position: fixed;
  background-color: #505054;
  bottom: 0;
  width: 100%;
  color: #fff; }
  .gdpr-banner__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 1em; }
  @media screen and (max-width: 840px) {
    .gdpr-banner__wrapper {
      flex-direction: column; } }
  .gdpr-banner__column--2 {
    display: flex; }
  @media screen and (max-width: 558px) {
    .gdpr-banner__column--2 {
      justify-content: center;
      flex-direction: column; }
      .gdpr-banner__column--2 button {
        max-width: 100%; } }
  .gdpr-banner__opt-out button {
    background-color: transparent;
    color: #fff; }
  .gdpr-banner__opt-in button {
    color: #505054;
    content: 'Akzeptieren'; }
  .gdpr-banner__dismiss {
    display: none; }
/*=== MEDIA QUERY ===*/
@media (max-width: 400px) {
  .header-top .header-top-info a {
    margin-left: 0px;
    display: block; }
    .navbar-toggler {
      color: #fff; }
    .slider .block h1 {
      font-size: 28px;
      line-height: 40px; }
    .slider {
      padding: 126px 0 151px 0; }
    .content-title {
      font-size: 28px;
      line-height: 46px; }
    .bg-about {
      display: none; }
    .p-5 {
      padding: 2rem !important; }
    h2, .h2 {
      font-size: 1.3rem;
      font-weight: 600;
      line-height: 36px; }
    .testimonial-item .testimonial-item-content {
      padding-left: 0px;
      padding-top: 30px; }
    .footer-socials {
      margin-top: 20px; }
    .footer-socials li a {
      margin-left: 0px; }
    .text-lg {
      font-size: 3rem; }
    .header-top .header-top-info {
      padding-bottom: 15px; }
    .blog-item-meta span {
      margin: 6px 0px; }
    .widget {
      margin-bottom: 30px;
      padding-bottom: 0px; }
    .dropdown-menu {
      display: none;
      width: 100%;
      text-align: center; } }

@media (max-width: 480px) {
  .header-top .header-top-info a {
    margin-left: 0px; }
    .navbar-toggler {
      color: #fff; }
    .slider .block h1 {
      font-size: 38px;
      line-height: 50px; }
    .slider {
      padding: 126px 0 151px 0; }
    .content-title {
      font-size: 28px;
      line-height: 46px; }
    .bg-about {
      display: none; }
    .p-5 {
      padding: 2rem !important; }
    h2, .h2 {
      font-size: 1.3rem;
      font-weight: 600;
      line-height: 36px; }
    .testimonial-item .testimonial-item-content {
      padding-left: 0px;
      padding-top: 30px; }
    .footer-socials {
      margin-top: 20px; }
    .footer-socials li a {
      margin-left: 0px; }
    .blog-item-meta span {
      display: block;
      margin: 6px 0px; }
    .widget {
      margin-bottom: 30px;
      padding-bottom: 0px; }
    .dropdown-menu {
      display: none;
      width: 100%;
      text-align: center; } }

@media (max-width: 768px) {
  .navbar-toggler {
    color: #fff; }
    .bg-about {
      display: none; }
    .footer-socials {
      margin-top: 20px; }
    .footer-socials li a {
      margin-left: 0px; }
    .slider .block h1 {
      font-size: 56px;
      line-height: 70px; }
    .blog-item-meta span {
      display: block;
      margin: 6px 0px; }
    .widget {
      margin-bottom: 30px;
      padding-bottom: 0px; }
    .dropdown-menu {
      display: none;
      width: 100%;
      text-align: center; } }





.hidden {
  display: none; }
