@charset "UTF-8";
/*
Theme Name: dmz
Theme URI: http://www.compusol.it
Description: Theme für immokaltern.com. Vorraussetzung: Visual Composer Meta Slider...
Version: 1.0
Author: Dietmar Mitterer-Zublasing
Author URI: http://www.compusol.it
License: Alle Rechte vorbehalten - Copyrights by Dietmar Mitterer-Zublasing - www.compusol.it
License URI: http://www.compusol.it
Tags: dmz
*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Sacramento');*/
@font-face {
  font-family: 'Overpass-Regular';
  src: url("./css/font/Overpass-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Overpass-Bold';
  src: url("./css/font/Overpass-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'TidyScript';
  src: url("./css/font/39A353_0_0.eot");
  src: url("./css/font/39A353_0_0.eot?#iefix") format("embedded-opentype"), url("./css/font/39A353_0_0.woff2") format("woff2"), url("./css/font/39A353_0_0.woff") format("woff"), url("./css/font/39A353_0_0.ttf") format("truetype"); }
html {
  font-size: 18px; }

body {
  font-family: "Overpass-Regular", serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.42857143;
  color: #000; }

a {
  color: #000000;
  text-decoration: underline; }
  a:focus, a:hover {
    color: #000;
    text-decoration: underline; }

@media (min-width: 992px) {
  .hideOnLarge {
    display: none; } }
@media (max-width: 991px) {
  .hideOnSmall {
    display: none; } }
@media (min-width: 992px) {
  .row--eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .row--eq-height > [class*='col-'] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
.row--b-larger-margin {
  margin-bottom: 30px; }

.my__row:after {
  content: "";
  display: table;
  clear: both; }

.my__col6 {
  float: left;
  width: 50%; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.startseite__slidertext p {
  margin-bottom: 30px; }
  .startseite__slidertext p::first-line {
    font-size: 110%; }

/* Filtern */
.filterGruppe {
  margin: 20px 0; }
  .filterGruppe .button-group {
    padding: 10px 0; }
    .filterGruppe .button-group.preis {
      padding: 10px; }
  .filterGruppe button {
    border: 1px solid #aaaaaa;
    background-color: #eeeeee;
    padding: 10px;
    margin: 5px;
    color: #666666; }
    .filterGruppe button:hover {
      color: #000; }
  .filterGruppe .typ button::before {
    content: "✓";
    color: #eeeeee;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    border: 1px solid #666666;
    margin: 10px auto; }
  .filterGruppe .ort button::before {
    content: "✓";
    color: #eeeeee;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    border: 1px solid #666666;
    margin: 10px auto; }
  .filterGruppe #slider-label {
    padding-bottom: 10px; }
  .filterGruppe label {
    font-weight: normal; }
  .filterGruppe #amount {
    border: 0;
    background-color: transparent;
    color: #000; }
  .filterGruppe .button-group button {
    margin-right: 4px; }
  .filterGruppe .is-checked {
    color: #000 !important; }
    .filterGruppe .is-checked::before {
      color: #000 !important;
      border: 1px solid #000 !important; }

/* ENDE Filtern */
/* Grid */
.gridGruppe .isotope .isotope-item {
  margin-bottom: 30px !important;
  transition-duration: initial;
  transition-property: none; }
.gridGruppe a {
  text-decoration: none;
  color: #000; }
.gridGruppe h2 {
  color: #000;
  font-size: 2rem;
  margin: 10px 0 10px 10px; }

.post-preis span {
  color: #000;
  padding-left: 10px; }

.mwst {
  color: #000 !important;
  font-size: 1.5rem;
  padding-left: 10px; }

/*.post-preis span::after {
  content: " €";
}*/
.gridGruppe h2.entry-title::after {
  content: "→";
  display: block;
  float: right;
  margin-right: 10px; }

/* END Grid */
.archive .einzelner a {
  text-decoration: none; }
  .archive .einzelner a .entry-title {
    margin: 10px 0 5px 10px; }
    .archive .einzelner a .entry-title::after {
      content: "→";
      display: block;
      float: right;
      margin-right: 10px; }

.navigation--container {
  background-color: #FFFFFF; }
  @media (min-width: 768px) {
    .navigation--container {
      position: fixed;
      width: 100%;
      z-index: 10; } }

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 10px; }

.navbar-brand {
  padding: 0;
  position: relative;
  float: none; }
  .navbar-brand div.logo {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    padding: 10px;
    box-sizing: border-box;
    margin-top: -60px;
    margin-left: -20px;
    background-color: #FFFFFF;
    transition: all 0.5s ease-in-out;
    /*
    	display: flex;
    	flex-direction: column;
    	justify-content: flex-end;
    */ }
    @media (min-width: 992px) {
      .navbar-brand div.logo {
        width: 250px;
        height: 250px;
        border-radius: 125px; } }
    .navbar-brand div.logo img {
      position: relative;
      top: 80px;
      max-width: 100%; }
    .navbar-brand div.logo object {
      position: relative;
      top: 50px;
      pointer-events: none; }

.gescrollt .navbar-brand div.logo {
  width: 160px;
  height: 160px;
  border-radius: 80px;
  margin-top: -40px; }
  @media (min-width: 992px) {
    .gescrollt .navbar-brand div.logo {
      width: 160px;
      height: 160px;
      border-radius: 80px; } }
  .gescrollt .navbar-brand div.logo img {
    position: relative;
    top: 50px; }
  .gescrollt .navbar-brand div.logo object {
    position: relative;
    top: 25px; }

@media (min-width: 768px) {
  .navbar-nav.haupt {
    width: 100%;
    margin-top: 0px;
    margin-left: 70px;
    text-align: center; }
    .navbar-nav.haupt > li {
      float: none;
      display: inline-block; }
    .navbar-nav.haupt .dropdown-menu {
      top: 32px;
      border: 0; } }
@media (min-width: 820px) {
  .navbar-nav.haupt {
    margin-left: 10px; } }
@media (min-width: 992px) {
  .navbar-nav.haupt {
    margin-left: 20px; } }
@media (min-width: 1200px) {
  .navbar-nav.haupt {
    margin-left: 0px; } }

.sprache {
  display: none; }

@media (min-width: 768px) {
  .navbar-nav.sprache {
    position: absolute;
    right: 12px; }
    .navbar-nav.sprache .dropdown-menu {
      top: 32px;
      border: 0;
      left: inherit;
      right: 0; } }
@media (min-width: 768px) {
  .navbar-header {
    position: absolute; } }
.navbar-default .navbar-nav > li > a {
  font-family: "TidyScript", serif;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  padding-top: 22px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 100; }
  @media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a {
      font-size: 1.2rem; } }
  @media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
      font-size: 1.4rem;
      padding-left: 15px;
      padding-right: 15px; } }
  .navbar-default .navbar-nav > li > a span {
    color: #e3051a; }

.navbar-default .navbar-nav > li.gelb a {
  color: #e3051a; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #444; }

.navbar-default .navbar-toggle {
  border-color: transparent;
  background-color: transparent;
  z-index: 101; }
  .navbar-default .navbar-toggle:focus {
    background-color: transparent; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000; }
  .navbar-default .navbar-toggle:hover {
    background-color: #e3051a; }
    .navbar-default .navbar-toggle:hover .icon-bar {
      background-color: #000; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: 0; }

.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 30px; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #000;
  background-color: transparent; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #444;
  text-decoration: none;
  background-color: transparent;
  line-height: 2.5; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #000;
  background-color: transparent; }

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
  color: #000000;
  background-color: transparent; }

/* Hier weiter mache */
/* Visual Composer */
.vc_images_carousel {
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover; }
  .vc_images_carousel .vc_item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 200px; }
  .vc_images_carousel.vc_slide .vc_carousel-indicators li {
    border: 1px solid #e3051a;
    background-color: #e3051a; }
  .vc_images_carousel.vc_slide .vc_carousel-indicators .vc_active {
    background-color: transparent;
    border: 1px solid #e3051a; }
  .vc_images_carousel.vc_slide .vc_carousel-control {
    color: #e3051a; }

.wpb_single_image .vc_box_border, .wpb_single_image .vc_box_border_circle {
  background-color: #e3051a !important; }

.wpb_wrapper .vc_images_carousel .vc_carousel-control {
  font-size: 4rem;
  opacity: .8;
  filter: alpha(opacity=80); }
  .wpb_wrapper .vc_images_carousel .vc_carousel-control .icon-next {
    font-size: 4rem; }
  .wpb_wrapper .vc_images_carousel .vc_carousel-control .icon-prev {
    font-size: 4rem; }
    .wpb_wrapper .vc_images_carousel .vc_carousel-control .icon-prev::before {
      top: -35px; }
  .wpb_wrapper .vc_images_carousel .vc_carousel-control .icon-next::before {
    top: -35px; }
  .wpb_wrapper .vc_images_carousel .vc_carousel-control:focus, .wpb_wrapper .vc_images_carousel .vc_carousel-control:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

/* End Visual Composer */
.navigation__row {
  padding-left: 20px;
  padding-right: 20px; }

.zeileSlider {
  margin-bottom: 60px; }
  .zeileSlider .wpb_images_carousel {
    margin-bottom: 0; }
  .zeileSlider .flexslider {
    border: 0; }
  .zeileSlider .inZeileSlider {
    position: absolute;
    color: #FFFFFF;
    top: 50%;
    left: 100px;
    right: 100px;
    margin: 0 auto;
    z-index: 100;
    display: none; }
    @media (min-width: 768px) {
      .zeileSlider .inZeileSlider {
        display: block; } }
    .zeileSlider .inZeileSlider h1 {
      font-weight: 100;
      color: #FFFFFF;
      font-size: 3rem; }
    .zeileSlider .inZeileSlider h2 {
      color: #FFFFFF;
      font-size: 2rem;
      margin-bottom: 10px; }

@media (min-width: 992px) {
  .zeileSlider[data-vc-stretch-content="true"] .vc_column_container > .vc_column-inner {
    padding-left: 45px;
    padding-right: 45px; } }
#searchform label {
  display: none; }

/* Footer */
footer {
  margin-top: 60px; }
  footer .footer1 {
    background-color: #444; }
    footer .footer1 .footer1--container--inner {
      padding: 30px;
      color: #FFFFFF; }
      footer .footer1 .footer1--container--inner div {
        color: #FFFFFF; }
      footer .footer1 .footer1--container--inner ul {
        color: #FFFFFF;
        list-style: none;
        margin: 0;
        padding: 0; }
      footer .footer1 .footer1--container--inner h2 {
        color: #FFFFFF;
        margin-top: 40px; }
        footer .footer1 .footer1--container--inner h2:first-of-type {
          margin-top: 10px; }
      footer .footer1 .footer1--container--inner i {
        color: #e3051a; }
      footer .footer1 .footer1--container--inner a {
        color: #FFFFFF;
        text-decoration: none; }
      footer .footer1 .footer1--container--inner .legalLinks {
        margin-top: 60px;
        text-align: right;
        font-size: 0.9rem; }
        footer .footer1 .footer1--container--inner .legalLinks span {
          display: inline-block;
          padding: 0 20px; }
        footer .footer1 .footer1--container--inner .legalLinks span.punkt {
          display: inline;
          padding: 0;
          color: #e3051a; }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .row.vertical-align {
    display: flex;
    align-items: center; } }
/* Footer2 */
.footer2 {
  text-align: center; }
  .footer2 img {
    padding: 30px 20px; }

/* END Footer */
/* nachOben */
.nachOben {
  text-align: center;
  position: fixed;
  right: 5px;
  bottom: 20px;
  display: block;
  margin: 20px 5px 20px 5px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  box-sizing: border-box; }
  .nachOben i {
    color: #e3051a;
    font-size: 1.85rem;
    padding-top: 10px; }

#nachOben {
  display: none; }

#cookie-law-info-bar #nachOben {
  display: inline-block;
  text-decoration: none;
  margin-right: 3px;
  font-size: 0.9rem;
  cursor: inherit; }
#cookie-law-info-bar .cli-plugin-main-link {
  text-decoration: underline !important;
  display: inline-block;
  color: #000000 !important;
  font-size: 0.9rem; }
#cookie-law-info-bar span {
  vertical-align: inherit; }

/* END nachOben */
/* page__weitere Slide Sidebar*/
.zeileWeitere .wpb_content_element {
  margin-bottom: 0; }

.page__weitere {
  background-color: #000; }
  .page__weitere a {
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none; }
  .page__weitere i {
    font-size: 1.5rem; }

@media (min-width: 992px) {
  .page__weitere {
    position: fixed;
    z-index: 1;
    top: 0;
    right: -250px;
    width: 300px;
    height: 100%;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    background-color: #FFFFFF;
    -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2); }
    .page__weitere.offen {
      -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
      transform: translateX(-250px);
      -webkit-transition: 0.5s ease-out;
      -o-transition: 0.5s ease-out;
      transition: 0.5s ease-out; }
      .page__weitere.offen .page__weitere__slide-icon i.fa-angle-left::before {
        content: "\f105";
        /* fa-angle-right */ } }
@media (min-width: 992px) {
  .page__weitere a {
    color: #000000; }
  .page__weitere .current_page_item a, .page__weitere a:hover {
    color: #000; } }
#page__weitere__icon.offen i.fa-angle-down::before {
  content: "\f106";
  /* fa-angle-up */ }

.page__weitere__slide-icon {
  display: none; }

@media (min-width: 992px) {
  .page__weitere__slide-icon {
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    left: -30px; } }
@media (min-width: 992px) {
  .page__weitere__slide-icon a {
    display: block;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #FFFFFF;
    -webkit-box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 0 2px rgba(0, 0, 0, 0.2); } }
@media (min-width: 992px) {
  .page__weitere__slide-icon a i {
    margin-top: 13px;
    margin-left: 14px;
    font-size: 1.875rem;
    color: rgba(0, 0, 0, 0.3); } }
.page__weitere__zeile {
  display: block;
  padding: 30px 20px;
  color: #FFFFFF;
  font-weight: bold; }

.page__weitere__liste {
  padding: 0 50px 30px 50px;
  display: none;
  list-style: none; }
  .page__weitere__liste li {
    border-bottom: 1px solid #FFFFFF; }
    .page__weitere__liste li:last-child {
      border-bottom: 0; }
  .page__weitere__liste a {
    display: block;
    padding: 8px 0; }
    .page__weitere__liste a.current_page_item {
      font-weight: bold; }

@media (min-width: 992px) {
  .page__weitere__liste {
    display: block;
    padding-left: 20px; } }
@media (min-width: 992px) {
  .page__weitere__liste li {
    border-color: #000000; } }
/* END page__weitere */
/* page__anwendungsbereich */
.page__anwendungsbereich__liste {
  padding-left: 0; }
  .page__anwendungsbereich__liste a {
    color: #666666;
    text-decoration: underline; }
    .page__anwendungsbereich__liste a:hover {
      color: #000; }

/* END page__anwendungsbereich */
/* page__kontakt */
@media (max-width: 991px) {
  .zeileKugelLarge {
    display: none; } }
@media (min-width: 992px) {
  .zeileKugelLarge .wpb_content_element {
    margin-bottom: 0; } }
/* END page__kontakt */
.zeileBreadcrumb {
  margin-top: 20px; }

/* Inhalte */
.blockBreadcrumb, .zeileBreadcrumb {
  font-size: 0.75rem; }

.blockBreadcrumb a, .zeileBreadcrumb a {
  text-decoration: none; }

h1 {
  font-family: "TidyScript", serif;
  font-weight: 100;
  color: #000;
  font-size: 2rem; }
  h1 a {
    color: #000000;
    text-decoration: none; }
  h1.smaller {
    font-size: 2.5rem; }
  h1.black {
    color: #000000; }
  h1.gray {
    color: #808080; }

@media (min-width: 992px) {
  h1 {
    font-size: 2.75rem; } }
h2 {
  font-family: "TidyScript", serif;
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 300; }

.vorspann {
  color: #000;
  font-weight: bold; }

.bg-primary {
  background-color: #444;
  color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 30px; }

.bilder4Spalten .wpb_image_grid_ul {
  height: auto !important; }
.bilder4Spalten .isotope-item {
  float: left;
  width: calc(50% - 4px);
  height: auto;
  position: static !important;
  top: auto !important;
  left: auto !important;
  margin-right: 4px !important;
  margin-bottom: 4px !important; }
  .bilder4Spalten .isotope-item:nth-child(4n) {
    margin-right: 0 !important; }
  @media (min-width: 768px) {
    .bilder4Spalten .isotope-item {
      width: calc(25% - 4px);
      margin-right: 4px !important;
      margin-bottom: 4px !important; } }
  .bilder4Spalten .isotope-item a {
    display: inline; }
  .bilder4Spalten .isotope-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.bilderFirstBig {
  padding: 60px 0; }
  .bilderFirstBig .wpb_image_grid_ul {
    height: auto !important; }
  .bilderFirstBig .isotope-item {
    float: left;
    width: 33%;
    height: auto;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin-right: 0.5% !important;
    margin-bottom: 4px !important; }
    .bilderFirstBig .isotope-item:nth-child(3n), .bilderFirstBig .isotope-item:nth-child(2), .bilderFirstBig .isotope-item:nth-child(3) {
      margin-right: 0 !important; }
    .bilderFirstBig .isotope-item:first-child {
      width: 66.5%; }
    .bilderFirstBig .isotope-item a {
      display: inline; }
    .bilderFirstBig .isotope-item img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; }

.logos {
  text-align: right; }

.zeileTitelLogo .logo {
  float: right;
  margin: 0; }
.zeileTitelLogo h1 {
  margin-top: 0; }

/* END Inhalt */
/* Roter Kreis z.B. Folgeuns auf Instagram */
.kreis {
  position: relative; }

.schwarzeLinie {
  border-top: 1px solid #000000; }

@media (min-width: 768px) {
  .bildKreis {
    position: relative;
    margin-bottom: 150px; } }
.bildKreis .kreis {
  background-color: #e3051a;
  padding: 10px;
  font-family: "TidyScript", serif; }
  .bildKreis .kreis a {
    text-decoration: none; }
  .bildKreis .kreis p::first-line {
    line-height: 3rem;
    font-size: 2rem;
    font-weight: 100 !important; }
  @media (min-width: 768px) {
    .bildKreis .kreis {
      padding: 0px;
      width: 300px;
      height: 300px;
      border-radius: 150px;
      position: absolute;
      z-index: 1;
      bottom: -75px;
      left: -50px; }
      .bildKreis .kreis.rechts {
        left: inherit;
        right: -50px; }
      .bildKreis .kreis > .wpb_wrapper {
        padding: 80px 30px 30px 70px; } }
.bildKreis .bild {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .bildKreis .bild {
      margin-bottom: 35px; } }

.screen-reader-text {
  display: none; }

.sectionFolgeuns {
  margin: 40px 0; }

.section1 {
  margin: 40px 0 60px 0; }

.sectionGradient {
  position: absolute;
  width: 100%;
  height: 300px;
  /*  background: #fefefe;
    background: -webkit-linear-gradient(45deg, #fefefe 0%, $hellgrau 100%);
    background: -o-linear-gradient(45deg, #fefefe 0%, $hellgrau 100%);
    background: linear-gradient(45deg, #fefefe 0%, $hellgrau 100%);*/ }

.row__titel {
  padding: 20px 0 40px 0; }

.row__col-button {
  text-align: right; }
  .row__col-button a {
    margin-top: 20px; }

@media (min-width: 992px) {
  .row__inhalt__col-mitte {
    padding-top: 40px; } }
.row__inhalt {
  padding: 0 20%; }

@media (min-width: 992px) {
  .row__inhalt {
    padding: 0; } }
@media (min-width: 992px) {
  .row__inhalt__col__bild img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 360px; } }
.row__inhalt__col__link {
  position: relative;
  display: block;
  margin-bottom: 20px !important;
  text-decoration: none;
  background-color: #000; }

@media (min-width: 992px) {
  .row__inhalt__col__link {
    margin-bottom: 0px; } }
.row__inhalt__col__titel {
  padding: 10px;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #FFFFFF;
  background-color: #e3051a; }
  .row__inhalt__col__titel::after {
    content: "→";
    display: block; }

@media (min-width: 992px) {
  .row__inhalt__col__titel {
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    width: 80%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    padding: 10px 20px;
    z-index: 1;
    font-size: 1rem; } }
.row__inhalt__col__link:hover .row__inhalt__col__titel {
  background-color: #000; }

/* Neuigkeiten und Aktionen */
.neuigkeiten {
  margin: 40px 0; }
  .neuigkeiten .row__inhalt {
    padding: 0; }
  .neuigkeiten .row__inhalt__col__link:hover .row__inhalt__col__datum {
    color: #FFFFFF; }
  .neuigkeiten .row__inhalt__col__titel::after {
    float: right; }

@media (min-width: 992px) {
  .neuigkeiten .row__inhalt__col__link {
    border-bottom: 0; } }
@media (min-width: 992px) {
  .neuigkeiten .row__inhalt__col__bild {
    display: block; } }
@media (min-width: 992px) {
  .neuigkeiten .row__inhalt__col__bild img {
    height: 520px; } }
@media (min-width: 992px) {
  .neuigkeiten .row__inhalt__spalte2 .row__inhalt__col__bild img {
    height: 230px;
    margin-bottom: 60px; } }
/*END Neuigkeiten und Aktionen */
/* Bootstrap überschreiben */
.btn {
  border-radius: 0;
  text-decoration: none; }

.btn-default {
  color: #FFFFFF;
  background-color: #e3051a;
  border-color: #e3051a; }
  .btn-default:hover {
    color: #FFFFFF;
    background-color: #b10414;
    border-color: #b10414; }
  .btn-default.weiss {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    .btn-default.weiss:hover {
      color: #000; }

.vc_btn3-container .vc_btn3-color-danger {
  border-color: #e3051a !important;
  background-color: #e3051a !important; }

/* Colorbox überschreiben */
#colorbox .pp_content_inhalt {
  padding: 40px; }
#colorbox .titel {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px; }
#colorbox .preis {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  /*    &:after {
        content: " €";
      }*/ }
#colorbox .text {
  line-height: 24px;
  margin-bottom: 20px; }
#colorbox .anfragen {
  float: left;
  float: left; }
#colorbox .details {
  float: left; }
#colorbox .social {
  float: right; }

.tax-seite_kategorien .einzelner {
  float: left;
  margin: 0 10px 10px 0; }

.blog .einzelner {
  border-bottom: 1px solid #000000;
  padding: 30px 0; }
  .blog .einzelner a {
    text-decoration: none; }
  .blog .einzelner:last-child {
    border-bottom: 0; }
  .blog .einzelner .datum {
    color: #000; }
  .blog .einzelner h2 {
    font-weight: 500;
    /*    &::after {
          content: "→";
          display: block;
          float: right;
        }*/ }

.single-post .single__col-inhalt img.alignnone {
  max-width: 100%;
  height: auto; }

.news {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.news .einzelner {
  border: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .news .einzelner {
      width: 48%; } }

/*END single */
/* Cookie Law */
#cookie-law-info-bar {
  font-size: 0.75rem;
  margin: 0 auto;
  padding: 12px 0; }

.cli-plugin-main-link {
  text-decoration: underline !important; }

.cli-plugin-button, .medium.cli-plugin-button {
  font-size: 0.75rem;
  font-weight: bold;
  text-shadow: none;
  color: #000 !important;
  border-radius: 0;
  background-image: none;
  border: 0;
  box-shadow: none; }
  .cli-plugin-button:visited, .medium.cli-plugin-button:visited {
    font-size: 0.75rem;
    font-weight: bold;
    text-shadow: none;
    color: #000 !important;
    border-radius: 0;
    background-image: none;
    border: 0;
    box-shadow: none; }

/* END Cookie Law */
.search .einzelner a.weiter {
  text-decoration: none; }

.navigation a {
  text-decoration: none; }
.navigation .current {
  color: #808080; }

.nav-single {
  margin-top: 60px; }
  .nav-single a {
    display: block;
    width: 50%;
    text-decoration: none;
    float: left; }
    .nav-single a.nextLink {
      text-align: right;
      float: right; }
    .nav-single a span {
      color: #e3051a; }

#quicklinks {
  text-align: center;
  margin-top: 40px;
  top: 150px;
  right: 0;
  z-index: 10; }
  @media (min-width: 1300px) {
    #quicklinks {
      position: fixed; } }
  #quicklinks ul {
    padding: 0;
    list-style: none; }
    #quicklinks ul li {
      display: inline; }
    #quicklinks ul a {
      display: block;
      color: #e3051a;
      display: inline-block;
      margin: 20px 10px 20px 5px;
      width: 60px;
      height: 60px;
      line-height: 60px;
      border-radius: 30px;
      background-color: #FFFFFF;
      box-sizing: border-box; }
      @media (min-width: 1300px) {
        #quicklinks ul a {
          display: block; } }
      #quicklinks ul a i {
        font-size: 1.5rem;
        padding-top: 10px; }
      #quicklinks ul a span {
        display: none; }

.kopfbildtext {
  text-align: center;
  color: #FFFFFF;
  line-height: 5rem;
  font-size: 3.5rem;
  text-shadow: 1px 1px 10px #000000; }
  .kopfbildtext h1 {
    text-align: center;
    color: #FFFFFF;
    line-height: 5rem;
    font-size: 3.5rem; }
  .kopfbildtext .btn {
    margin: 5px;
    padding: 1rem 3rem;
    vertical-align: top; }

.metanummer {
  color: #808080; }

.meta {
  padding: 1rem 0;
  border-bottom: 1px solid #dadada; }
  .meta:nth-child(odd) {
    background-color: #f4f5f5; }

.metaprimaerDiv {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  .metaprimaerDiv span {
    display: block;
    text-align: center;
    font-size: 1.5rem; }
  .metaprimaerDiv .metaprimaer {
    background-color: #f4f5f5;
    border-radius: 5px;
    padding: 4px 20px;
    margin: 20px 20px 20px 0 !important;
    display: inline-block; }
    .metaprimaerDiv .metaprimaer .labelmeta {
      font-size: 0.875rem; }
  .metaprimaerDiv .meta-grundriss {
    color: #000;
    text-decoration: none;
    padding: 8px 20px; }
    .metaprimaerDiv .meta-grundriss span {
      font-size: 18px; }

.meta-teile {
  float: right; }

.datenschutzDiv {
  display: inline-block;
  margin-bottom: 20px; }
  .datenschutzDiv .form-group {
    margin: 0;
    float: left; }
    .datenschutzDiv .form-group .checkbox {
      margin: 0;
      padding: 0; }

.myIcon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  border: 8px solid transparent; }

.myIcon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-grey.vc_icon_element-outline {
  border-color: #e3051a; }

.myIcon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-blue .vc_icon_element-icon {
  color: #000000; }

.myIcon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon::before {
  font-size: 2em; }

.myIcon.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl.vc_icon_element-have-style-inner {
  width: 17em !important;
  height: 17em !important; }

.btn-primary {
  color: #FFFFFF !important;
  border-color: #e3051a !important;
  background-color: #e3051a !important;
  border-radius: 5px; }

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  color: #FFFFFF !important;
  border-color: #e3051a !important;
  background-color: #e3051a !important; }

.vc_separator {
  margin-top: 35px; }

.abstandOben {
  margin-top: 140px; }

.vc_section {
  margin-top: 60px;
  margin-bottom: 60px; }

/* Form BEGIN*/
.my-form .wpb_wrapper form {
  display: block; }

.my-section {
  padding: 20px;
  background-color: #DDDDDD;
  margin: 20px 0; }

.my-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }

.my-col {
  flex-grow: 1;
  padding: 20px 20px 20px 0;
  box-sizing: border-box; }

/* Form END */
/* Eigene Icons */
.myBrot .vc_icon_element-inner .fa-apple {
  width: 140px !important;
  height: 140px !important;
  display: inline-block;
  vertical-align: bottom; }

.myBrot .fa-apple::before {
  background-image: url(./images/icons/pitr-bakery-buns.svg);
  display: block;
  width: 140px !important;
  height: 140px !important;
  background-size: cover;
  content: " ";
  /*content: "\f291";
    font-family: "FontAwesome";*/ }

#quicklinks .fa-sun-o {
  width: 40px !important;
  height: 40px !important;
  display: inline-block; }

#quicklinks .fa-sun-o::before {
  background-image: url(./images/icons/weather.svg);
  display: block;
  width: 40px !important;
  height: 40px !important;
  background-size: cover;
  content: " ";
  /*content: "\f291";
    font-family: "FontAwesome";*/ }

/* END Eigene Icons */
@media (min-width: 768px) {
  .reverse.vc_row {
    display: flex;
    flex-direction: row-reverse; } }
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  transition: padding 1s ease-in-out !important; }

.wpcf7-submit {
  padding: 10px 30px;
  margin-top: 20px;
  font-size: 20px; }

/*Datepicker Safari und Co beizubringen */
#ui-datepicker-div {
  z-index: 99 !important; }

/* Swipebox überschreiben */
#swipebox-overlay {
  width: 100% !important;
  height: 100% !important; }

/* Swipebox Pfeile vertikal zentrieren */
#swipebox-bottom-bar {
  top: 50%;
  -webkit-transform: translateY(calc(-50% -25px));
  -moz-transform: translateY(calc(-50% -25px));
  transform: translateY(calc(-50% -25px)); }

#swipebox-arrows {
  width: 100%;
  max-width: inherit; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: transparent;
  opacity: 0.95;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0); }

/* END Swipebox überschreiben */
.ui-datepicker a {
  text-decoration: none; }

/*media all*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0px solid #c5c5c5;
  background: transparent;
  font-weight: normal;
  color: #454545; }

.ui-datepicker-header {
  text-align: center;
  font-size: 0.9em; }
  .ui-datepicker-header .ui-datepicker-prev {
    text-align: center;
    cursor: pointer; }
    .ui-datepicker-header .ui-datepicker-prev::before {
      content: '<';
      display: inline-block;
      padding: 4px 10px; }
  .ui-datepicker-header .ui-datepicker-next {
    text-align: center;
    cursor: pointer; }
    .ui-datepicker-header .ui-datepicker-next::after {
      content: '>';
      display: inline-block;
      padding: 4px 10px; }

.ui-datepicker-calendar th {
  text-align: center;
  width: 30px;
  font-weight: bold;
  font-size: 0.8em; }
.ui-datepicker-calendar tr {
  text-align: center;
  width: 30px;
  font-size: 0.8em; }
.ui-datepicker-calendar .ui-datepicker-today {
  border: 1px solid #c5c5c5; }
.ui-datepicker-calendar .ui-datepicker-week-end {
  color: #FF0000; }
  .ui-datepicker-calendar .ui-datepicker-week-end a {
    color: #FF0000; }

.bildergalerie4Spalten .wpb_image_grid_ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .bildergalerie4Spalten .wpb_image_grid_ul .isotope-item {
    display: block !important;
    float: none !important;
    margin: 0 2px 2px 0 !important;
    width: calc(50% - 2px) !important; }
    @media (min-width: 768px) {
      .bildergalerie4Spalten .wpb_image_grid_ul .isotope-item {
        width: calc(25% - 2px) !important; } }

/*# sourceMappingURL=style.css.map */
