@charset "UTF-8";
/*
Theme Name: Trarec
Author: Hinz und Kunz Webagentur
Version: 2015 1.0
*/
/* Variablen */
/* Mixins */
/* Als Erstes eingie CSS Resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
  outline: 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, otboxenher WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1.6em;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

body.home {
  background-position: top center;
}

body, html {
  min-height: 100%;
}

body a, body {
  color: #000;
}

ol, ul {
  list-style: none;
}

blockquofte, q {
  quotes: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear, .boxfooter {
  float: none;
  clear: both;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.aligncenter {
  margin: 0px auto;
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.5em;
  font-size: 0.7em;
}

/* Text Styles Allgemein */
/* styled */
.styled {
  color: #000;
}

h2 {
  font-size: 1.9em;
  line-height: 1.2em;
  margin: 0 0 15px 0;
  color: #c20e1a;
}

h3 {
  font-size: 1.6em;
  font-weight: 300;
  color: #c20e1a;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.styled p, .styled ul {
  margin-bottom: 15px;
}

.styled ul {
  margin-top: -10px;
}

.styled ul li {
  list-style: square;
  margin-left: 20px;
}

.styled bold, strong, .styled b {
  font-weight: bold;
}

.styled .light {
  color: #b5b5b5;
}

.styled td {
  padding: 0 10px 20px 0;
}

.styled a {
  text-decoration: underline;
  color: #000;
}

a.btn {
  overflow: hidden;
  width: 245px;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  display: inline-block;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  padding: 5px 20px 5px 20px;
  border: 1px solid #000;
  text-decoration: none;
  font-size: 1.2em;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: red;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.btn:hover::before {
  opacity: 1;
  background-color: #000;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn.rot {
  border: 1px solid #c20e1a;
  color: #c20e1a;
}

.btn:hover::before {
  background: #c20e1a;
}

.btn.rot:hover {
  color: #fff;
}

.styled pre {
  background: #c20e1a;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.styled pre p {
  margin: 0px;
  padding: 0px;
}

/* Big BG*/
img.bg {
  min-height: 100%;
  min-width: 960px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}

@media screen and (max-width: 960px) {
  img.bg {
    left: 50%;
    margin-left: -480px;
  }
}
/* Rows & Middler */
.row {
  width: 100%;
}

.middler {
  width: 1290px;
  margin: 0px auto;
}

.middler-wide {
  width: 680px;
}

.middler-narrow {
  width: 480px;
}

/* Header */
header {
  background: #c20e1a;
  box-shadow: inset 0px -5px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 10;
  padding: 28px 0 0px 0;
}

header .homelink {
  float: left;
}

header .homelink img {
  width: 315px;
  max-width: 80%;
  max-height: 100%;
  height: auto;
}

nav.mainnav {
  float: left;
  margin-left: 0px;
  margin-top: 15px;
  transition: 0.2s all;
  width: 670px;
  /* Subnav  / Dropdown  */
}
nav.mainnav .menu > ul {
  margin: 0px;
  padding: 0px;
}
nav.mainnav .menu > ul > li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  height: auto;
  line-height: normal;
}
nav.mainnav .menu > ul > li:after {
  display: block;
}
nav.mainnav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
  line-height: 1em;
  height: auto;
  border-bottom: 1px solid #c20e1a;
  transition: 0.2s all;
}
nav.mainnav .menu > ul > li.current_page_item > a,
nav.mainnav .menu > ul > li.current_page_ancestor > a,
nav.mainnav .menu > ul > li > ul > li.current_page_item > a {
  border-bottom: 1px solid #fff;
}
nav.mainnav .nav1 {
  margin-bottom: 10px;
}
nav.mainnav .nav1 .menu > ul > li {
  padding-right: 15px;
}
nav.mainnav .nav1 a {
  display: inline-block;
  background: #fff;
  color: #be1522;
  padding: 10px;
  border-radius: 5px;
  line-height: 1em;
  font-weight: bold;
  height: auto;
  transition: 0.2s all;
}
nav.mainnav .nav1 a:hover a {
  background: rgba(255, 255, 255, 0.8);
}
nav.mainnav .nav1 li.current_page_item a,
nav.mainnav .nav1 li.current_page_ancestor a {
  background: rgba(255, 255, 255, 0.8);
}
nav.mainnav .nav2 a {
  font-size: 0.8em;
}
nav.mainnav ul ul {
  display: none;
  position: absolute;
  top: 30px;
  z-index: 999;
  margin: 0;
  padding: 0px;
  padding: 10px 0;
  background: #c20e1a;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
nav.mainnav ul li:hover ul {
  display: block;
}
nav.mainnav ul ul li a {
  font-size: 0.8em;
  line-height: 1.8em;
  display: block;
  padding: 5px 10px;
  line-height: normal;
  height: auto;
  border: 0px !important;
  white-space: nowrap;
}
nav.mainnav ul ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
  border: 0px !important;
}
nav.mainnav ul ul li.current_page_item a {
  background: rgba(0, 0, 0, 0.1);
  border: 0px;
}

.mnavopend nav.mainnav {
  height: 300px;
}

.menu-icon {
  display: none;
}

/* Background Slider */
.flexslider .slides > li {
  background-position: center;
  height: 100%;
  width: 100%;
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.flexslider-container,
.flexslider .slides,
.flex-viewport {
  height: 100%;
}

footer .middler::after {
  display: block;
  content: "";
  clear: both;
}

html,
body {
  height: 100%;
  min-height: 100%;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
}

ul.slides {
  margin: 0;
  padding: 0;
}

.flexslider {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0px;
  overflow: hidden;
}

.background-slider {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.background-slider .bgslide {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
body.home .background-slider .bgslide {
  background-position: top center;
}

/* Inhaltsboxen */
.inhaltsboxen {
  position: relative;
  z-index: 5;
  padding-top: 180px;
  padding-bottom: 140px;
  min-height: 600px;
}

.inhaltsbox {
  background: #fff;
  padding: 10px 10px 0px 10px !important;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 0 18px 0;
  position: relative;
  text-align: center;
}
.inhaltsbox h2 {
  text-align: center;
  font-weight: 300;
  width: 80%;
  margin-left: 10%;
}
.inhaltsbox .icon {
  position: absolute;
  right: -15px;
  bottom: -15px;
}
.inhaltsbox a {
  color: #000;
}
.inhaltsbox .einleitungsbild {
  width: 100%;
  height: auto;
  border-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.text {
  width: 100%;
}

/* Inline navi box */
.inhaltsbox.inlineNaviBox ul, .inhaltsbox.inlineNaviBox li,
.row__navigation ul,
.row__navigation li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.inhaltsbox.inlineNaviBox ul,
.row__navigation ul {
  padding: 10px 0 10px 0;
  display: block;
}
.inhaltsbox.inlineNaviBox ul li a,
.row__navigation ul li a {
  text-decoration: underline;
  color: #c20e1a;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 5px;
  min-width: 150px;
}

.row__navigation ul {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.row__navigation ul li {
  flex: 1 0 100%;
  max-width: 100%;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* Row Textbox */
.inhaltsbox.textbox .text {
  padding-bottom: 10px;
}
.inhaltsbox.textbox .text img {
  max-width: 32%;
  height: auto;
  margin-bottom: 10px;
  margin-right: 1.5%;
}
.inhaltsbox.textbox .text a.specpadder img {
  max-width: 31%;
  margin-right: 1.5%;
}
.inhaltsbox.textbox .text a.specpadder:nth-child(3n+0) img {
  margin-right: 0;
}
.inhaltsbox.textbox .text.links {
  text-align: left;
}
.inhaltsbox.textbox .text.links h2 {
  text-align: left !important;
  width: 100% !important;
  margin: 0px;
}

/* Row Textbox */
.inhaltsbox.titelbox_klein {
  padding: 10px 0 0 0;
  border: 1px solid white;
}
.inhaltsbox.titelbox_klein h2 {
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
  text-align: center;
  display: block !important;
  width: 100%;
}
.inhaltsbox.titelbox_klein .text {
  margin-top: 10px;
  padding: 0px !important;
}
.inhaltsbox.titelbox_klein .text p {
  padding: 0px;
  margin: 0px;
}

/* Row Facebook */
.inhaltsbox.facebook {
  padding: 0px;
  overflow: hidden;
}
.inhaltsbox.facebook .fbwrap {
  min-height: 450px;
}

/* Row Oeffnungszeit aktuell  */
.home .inhaltsbox.oeffnungszeit-aktuell {
  margin-top: -20px;
}
.inhaltsbox.oeffnungszeit-aktuell .oeffnungszeit, .inhaltsbox.oeffnungszeit-aktuell .heute {
  font-size: 1em;
  color: #000;
  display: inline;
}
.inhaltsbox.oeffnungszeit-aktuell .oeffnungszeit {
  font-weight: 400;
}
.inhaltsbox.oeffnungszeit-aktuell a.link {
  display: block;
  font-size: 0.8em;
}

/* Row alle Öffnungszeiten */
.inhaltsbox.oeffnungszeiten.styled ul.oeffnungszeiten,
.inhaltsbox.oeffnungszeiten_naechste_woche.styled ul.oeffnungszeiten {
  margin: 40px 0 0 0;
  padding: 0px;
  list-style: none;
}
.inhaltsbox.oeffnungszeiten.styled ul.oeffnungszeiten li,
.inhaltsbox.oeffnungszeiten_naechste_woche.styled ul.oeffnungszeiten li {
  list-style: none;
  margin: 0px;
  padding: 0 0 15px 0;
}
.inhaltsbox.oeffnungszeiten.styled ul.oeffnungszeiten li .weekday,
.inhaltsbox.oeffnungszeiten_naechste_woche.styled ul.oeffnungszeiten li .weekday {
  font-weight: bold;
  color: #000;
}
.inhaltsbox.oeffnungszeiten.styled ul.oeffnungszeiten li.today .content, .inhaltsbox.oeffnungszeiten.styled ul.oeffnungszeiten li.today .weekday,
.inhaltsbox.oeffnungszeiten_naechste_woche.styled ul.oeffnungszeiten li.today .content,
.inhaltsbox.oeffnungszeiten_naechste_woche.styled ul.oeffnungszeiten li.today .weekday {
  color: #c20e1a;
}

/* Row Teammitglied  */
.inhaltsbox.teammitglied {
  overflow: hidden;
}
.inhaltsbox.teammitglied h2 {
  text-align: left;
  width: 100%;
  margin: 0px;
}
.inhaltsbox.teammitglied .text {
  position: absolute;
  bottom: 10px;
  left: 20px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  color: #000;
}
.inhaltsbox.teammitglied .text .job {
  color: #000;
  hyphens: auto;
}
.inhaltsbox.teammitglied .text .toteampage {
  font-size: 0.7em;
}
.inhaltsbox.teammitglied .foto {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: 100%;
  padding: 20px;
}

/* Row Teammitglieder */
.inhaltsbox.teammitglieder .teammitglieder {
  overflow: hidden;
  margin-bottom: 0px;
  display: flex;
  flex-flow: row wrap;
}
.inhaltsbox.teammitglieder .teammitglieder .teammitglied {
  width: 22%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  margin-bottom: 35px;
}
.inhaltsbox.teammitglieder .teammitglieder .teammitglied .foto {
  width: 100%;
  height: auto;
  border: 1px solid #cdcdcd;
}
.inhaltsbox.teammitglieder .teammitglieder .teammitglied .text {
  font-size: 0.7em;
  line-height: 1.4em;
  margin-top: 20px;
}
.inhaltsbox.teammitglieder .teammitglieder .teammitglied .text .name {
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}
.inhaltsbox.teammitglieder .teammitglieder .teammitglied .text .job {
  margin-bottom: 5px;
  word-break: break-word;
  hyphens: auto;
  min-height: 30px;
  display: inline-block;
  width: 100%;
}
.inhaltsbox.teammitglieder .teammitglieder .teammitglied .text .kontakt {
  font-size: 0.8em;
}

/* Row Google Maps*/
.inhaltsbox.googlemaps #dmap,
.inhaltsbox.googlemaps .dmap {
  width: 100%;
  height: 350px;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* Row Textbox mit grossem Einleitungsbild */
/* Row Textbox mit Liste / auflistung */
.inhaltsbox.auflistung.styled .liste {
  margin: 40px 0px 0px 0px;
}
.inhaltsbox.auflistung.styled .liste .listitem {
  border-top: 1px solid #cdcdcd;
  padding: 30px 0 15px 0;
  position: relative;
  overflow: hidden;
}
.inhaltsbox.auflistung.styled .liste .listitem .bidlspalte {
  float: left;
  width: 40%;
  padding-right: 20px;
  position: relative;
}
.inhaltsbox.auflistung.styled .liste .listitem .bidlspalte img {
  width: 100%;
  margin-top: 0px;
  height: auto;
}
.inhaltsbox.auflistung.styled .liste .listitem .textspalte {
  float: left;
  width: 60%;
  font-size: 0.9em;
  text-align: left;
}
.inhaltsbox.auflistung.styled .liste .listitem .textspalte h3 {
  margin-bottom: 0px;
  padding-bottom: 15px;
}
.inhaltsbox.auflistung.styled .liste .listitem .textspalte p {
  margin: 0 0 15px 0;
}
.inhaltsbox.auflistung.styled .liste .listitem .textspalte .liste {
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  /* breite erste Spalte */
}
.inhaltsbox.auflistung.styled .liste .listitem .textspalte .liste .lrow {
  overflow: hidden;
  clear: both;
}
.inhaltsbox.auflistung.styled .liste .listitem .textspalte .liste .spalte1, .inhaltsbox.auflistung.styled .liste .listitem .textspalte .liste .spalte2 {
  float: left;
}
.inhaltsbox.auflistung.styled .liste .listitem .textspalte .liste .spalte1 {
  font-weight: bold;
  min-width: 50px;
  margin-right: 20px;
  text-align: right;
}
.page-id-325 .inhaltsbox.auflistung.styled .liste .listitem .textspalte .liste .spalte1  {
  min-width: 180x;
  text-align: left;
}
.page-id-325 .inhaltsbox.auflistung.styled .liste .listitem .textspalte .liste .spalte2 {
  text-align: right;
  min-width: 110px;
}

/* footer */
footer {
  position: fixed;
  z-index: 50;
  bottom: 0px;
  padding: 5px;
  background: #cacaca;
  font-size: 0.7em;
  opacity: 0.95;
}

footer a {
  color: #000;
  text-decoration: none;
}

.leftfooter {
  float: left;
}

.rightfooter {
  float: right;
  text-align: right;
}

footer li {
  display: inline-block;
  margin-left: 10px;
}

/* Responsive */
@media only screen and (max-width: 1340px) {
  .middler {
    width: auto;
    margin: 0 20px 0 20px;
  }

  .middler-wide {
    width: 700px;
    margin: 0px auto;
  }

  .middler-narrow {
    margin: 0px auto;
    width: 480px;
  }
}
@media only screen and (max-width: 1100px) {
  header {
    box-shadow: inset 0px -5px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 400;
    padding: 20px 0 20px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 100%;
  }

  header .homelink {
    float: left;
  }

  header .homelink img {
    width: 250px;
  }

  /* Mobile Navigation */
  nav.mainnav {
    float: none;
    clear: both;
    margin: 0;
    padding: 40px 0 0 0;
    width: auto;
    height: auto;
    position: relative;
    left: 0px;
    top: 0px;
    height: auto;
    overflow: hidden;
    display: none;
    transition: 0.2s all;
    /* Subnav  / Drodown */
  }
  nav.mainnav .menu > ul {
    padding-bottom: 0;
  }
  nav.mainnav .menu > ul > li {
    display: block;
    padding-right: 0;
    line-height: normal;
    height: auto;
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }
  nav.mainnav a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid #c20e1a;
    transition: 0.2s all;
  }
  nav.mainnav a:hover {
    border-bottom: 1px solid #fff;
  }
  nav.mainnav ul ul,
nav.mainnav ul li:hover ul {
    display: block;
    position: relative;
    top: 0;
    min-width: 0;
    margin: 0;
    padding: 0px;
    padding: 0px 0;
    background: #c20e1a;
    box-shadow: none;
  }
  nav.mainnav ul ul li a {
    font-size: 0.8em;
    line-height: 1.8em;
    display: block;
    padding: 5px 10px;
    line-height: normal;
    height: auto;
    font-weight: 200;
    border: 0px;
  }
  nav.mainnav ul ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
    border: 0px;
  }
  nav.mainnav ul ul li.current_page_item {
    background: rgba(0, 0, 0, 0.1);
  }

  .topnavopen nav.mainnav {
    display: block;
  }

  .topnavopen {
    overflow: hidden;
  }

  .mnavopend nav.mainnav {
    height: auto;
  }

  .menu-icon {
    display: block;
    width: 55px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: fixed;
    right: 20px;
    top: 15px;
    z-index: 25;
    cursor: pointer;
    padding: 4px 6px 4px 6px;
  }

  .menu-icon:before,
.menu-icon:after,
.menu-icon .menu-icon__text {
    background: #fff;
    content: "";
    display: block;
    height: 5px;
    margin: 7px 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
  }

  .menu-icon .menu-icon__beschr {
    display: none;
  }

  .menu-icon.active .menu-icon__text {
    opacity: 0;
  }

  .menu-icon.active:before {
    -webkit-transform: rotate(45deg) translate3d(7px, 10px, 0);
    -moz-transform: rotate(45deg) translate3d(7px, 10px, 0);
    -ms-transform: rotate(45deg) translate3d(7px, 10px, 0);
    -o-transform: rotate(45deg) translate3d(7px, 10px, 0);
    transform: rotate(45deg) translate3d(7px, 10px, 0);
  }

  .menu-icon.active:after {
    -webkit-transform: rotate(-45deg) translate3d(7px, -10px, 0);
    -moz-transform: rotate(-45deg) translate3d(7px, -10px, 0);
    -ms-transform: rotate(-45deg) translate3d(7px, -10px, 0);
    -o-transform: rotate(-45deg) translate3d(7px, -10px, 0);
    transform: rotate(-45deg) translate3d(7px, -10px, 0);
  }

  .inhaltsboxen {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 870px) {
  .middler-wide {
    width: auto;
    margin: 0 20px 0 20px;
  }

  .middler-wide .inhaltsbox .bboxIndent {
    padding: 0 20px 20px 20px;
  }

  /* STyled */
  h2 {
    font-size: 1.5em !important;
  }

  /* Row Teammitglieder */
  .inhaltsbox.teammitglieder .teammitglieder .teammitglied {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
  }
}
@media only screen and (max-width: 600px) {
  /* Row Textbox mit Liste / auflistung */
  .inhaltsbox.auflistung.styled .liste .listitem {
    border-top: 1px solid #cdcdcd;
    padding: 50px 0 30px 0;
    position: relative;
    overflow: hidden;
  }
  .inhaltsbox.auflistung.styled .liste .listitem .bidlspalte {
    float: none;
    width: 100%;
    margin-left: 0%;
    position: relative;
    display: block;
  }
  .inhaltsbox.auflistung.styled .liste .listitem .bidlspalte img {
    width: 100%;
    height: auto;
  }
  .inhaltsbox.auflistung.styled .liste .listitem .textspalte {
    float: none;
    width: 100%;
    font-size: 0.9em;
    text-align: center;
    padding-top: 30px;
  }
  .inhaltsbox.auflistung.styled .liste .listitem .textspalte .liste .spalte1, .inhaltsbox.auflistung.styled .liste .listitem .textspalte .liste .spalte2 {
    float: none;
    text-align: center;
  }
  .inhaltsbox.auflistung.styled .liste .listitem .textspalte h3 {
    margin-bottom: 0px;
    padding-bottom: 15px;
  }
  .inhaltsbox.auflistung.styled .liste .listitem .textspalte p {
    margin: 0 0 15px 0;
  }

  /* Row Teammitglieder */
  .inhaltsbox.teammitglieder .teammitglieder .teammitglied {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
}
@media only screen and (max-width: 700px) {
  .menu > ul > li {
    float: none;
    clear: both;
    width: 100% !important;
  }

  footer {
    padding-top: 30px;
  }

  .leftfooter {
    padding-bottom: 30px;
  }

  .leftfooter span {
    display: block;
  }

  .leftfooter span.m-hide {
    display: block;
    text-indent: -999999em;
  }
}
@media only screen and (max-width: 520px) {
  .inhaltsbox.textbox .text {
    padding-bottom: 10px;
  }
  .inhaltsbox.textbox .text img {
    max-width: 100% !important;
    height: auto;
    margin-bottom: 10px;
    margin-right: 0% !important;
  }

  .middler-narrow {
    width: auto;
    margin: 0 20px 0 20px;
  }

  .inhaltsbox h2 {
    width: auto;
    margin-left: 0;
    font-size: 1.3em !important;
  }
  .inhaltsbox .icon {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 40px;
  }

  /* Row Textbox */
  .inhaltsbox.textbox .text.links {
    text-align: center;
  }

  footer {
    position: relative;
  }

  /* Row Teammitglied  */
  .inhaltsbox.teammitglied {
    min-height: 0px;
  }
  .inhaltsbox.teammitglied h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .inhaltsbox.teammitglied .text {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
    color: #000;
    margin: 0 0 10px 0;
  }
  .inhaltsbox.teammitglied .text .job {
    color: #000;
  }
  .inhaltsbox.teammitglied .foto {
    position: relative;
    width: 100%;
  }

  footer {
    font-size: 1em;
  }

  .leftfooter,
.rightfooter {
    float: none;
  }

  footer li {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
/* Gravity Forms Formulare */
/* Hinz und Kunz Werbeagentur */
/* Version 1.2 - 16.Dezember 2015 */
/*
Changelog

1.2
- Included Radio Boxes

1.1 
- Unterstützung für Produkte Felder
- Einige Sage Variabeln entfernt

1.0
- Initial Commit

*/
/* Variabeln */
/*---- Over-riding Gravity Forms out-of-the-box styles with Bootstrap styles and personal preferences ----*/
#gform_fields_1 {
  list-style: none;
}

.gform_wrapper {
  padding-bottom: 60px;
}

.gform_wrapper .gform_body ul, .gform_wrapper .gform_body li {
  list-style: none !important;
  margin: 0px;
  padding: 0px;
}
.gform_wrapper .gform_body li {
  margin-bottom: 15px;
}
.gform_wrapper .gform_body label {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
.gform_wrapper .gform_body .ginput_container {
  width: 100%;
}
.gform_wrapper .gform_body input, .gform_wrapper .gform_body textarea {
  width: 100%;
  border: 0px;
  padding: 5px 5px;
  background: #efefef;
  color: #000;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #c9c9c9;
}
.gform_wrapper .gform_body .ginput_container_fileupload input {
  background: none;
  border: 0px;
}
.gform_wrapper .gform_body textarea {
  height: 100px;
}
.gform_wrapper .gform_body .gfield_description {
  font-size: 0.8em;
  float: none;
  clear: both;
}
.gform_wrapper .gform_body .validation_message {
  color: #000;
  background: #fff;
  padding: 0 5px;
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.3);
  font-size: 0.8em;
}
.gform_wrapper .gform_body .gform_fields.left_label li {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.gform_wrapper .gform_body .gform_fields.left_label label {
  float: left;
  width: 30%;
  margin: 0px;
}
.gform_wrapper .gform_body .gform_fields.left_label input, .gform_wrapper .gform_body .gform_fields.left_label textarea, .gform_wrapper .gform_body .gform_fields.left_label .ginput_container_radio {
  float: left;
  width: 70%;
}
.gform_wrapper .gform_body .gform_fields.left_label .gfield_description {
  float: left;
  margin-top: -10px;
}
.gform_wrapper .gform_body .gform_fields.left_label .validation_message {
  display: block;
  width: 70%;
  margin-left: 30%;
  margin-top: 0px;
  background: none;
  box-shadow: none;
  background: #fbafaf;
}
.gform_wrapper .gform_body .gfield_required {
  font-size: 0.8em;
}
.gform_wrapper .gform_body .ginput_container_checkbox ul.gfield_checkbox li input, .gform_wrapper .gform_body .ginput_container_checkbox ul.gfield_checkbox li label {
  display: inline-block;
  width: auto;
  max-width: 90%;
}
.gform_wrapper .gform_body .ginput_container_checkbox ul.gfield_checkbox li input {
  margin-right: 5px;
  display: inline;
}
.gform_wrapper .gform_body ul.gfield_radio li input, .gform_wrapper .gform_body ul.gfield_radio li label {
  width: auto !important;
}
.gform_wrapper .gform_body ul.gfield_radio li input {
  margin-top: 7px !important;
}
.gform_wrapper .gform_body .gfield_price,
.gform_wrapper .gform_body .gform_fields.left_label .gfield_price {
  border-bottom: 1px solid #c9c9c9;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.gform_wrapper .gform_body .gfield_price label,
.gform_wrapper .gform_body .gform_fields.left_label .gfield_price label {
  font-weight: normal;
  width: auto;
  float: none;
  clear: both;
}
.gform_wrapper .gform_body .gfield_price .ginput_product_price_label,
.gform_wrapper .gform_body .gfield_price .ginput_product_price,
.gform_wrapper .gform_body .gfield_price .ginput_quantity_label,
.gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_product_price_label,
.gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_product_price,
.gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_quantity_label {
  background: #efefef;
  padding: 5px;
  display: inline-block;
  margin: 5px 0 0 0;
  float: left;
  border-radius: 4px;
  font-size: 0.8em;
}
.gform_wrapper .gform_body .gfield_price .ginput_product_price,
.gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_product_price {
  border-radius: 0 5px 5px 0;
  min-width: 80px;
}
.gform_wrapper .gform_body .gfield_price .ginput_product_price_label,
.gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_product_price_label {
  border-radius: 5px 0 0 5px;
  min-width: 40px;
}
.gform_wrapper .gform_body .gfield_price .ginput_quantity_label,
.gform_wrapper .gform_body .gform_fields.left_label .gfield_price .ginput_quantity_label {
  padding: 5px;
  background: none;
  margin-left: 20px;
}
.gform_wrapper .gform_body .gfield_price input.ginput_quantity,
.gform_wrapper .gform_body .gform_fields.left_label .gfield_price input.ginput_quantity {
  width: 40px !important;
  margin-top: 5px;
}
.gform_wrapper .gform_body .gfield_price .gfield_description,
.gform_wrapper .gform_body .gform_fields.left_label .gfield_price .gfield_description {
  float: none;
  clear: both;
  padding-top: 4px;
}
.gform_wrapper .gform_body .gfield_total {
  background: #efefef;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  display: block;
  border-bottom: 0px !important;
  margin-bottom: 40px !important;
}
.gform_wrapper .gform_body h2.gsection_title {
  font-size: 1.2em !important;
  font-weight: bold;
  border-bottom: 1px solid #c9c9c9;
}

.validation_error {
  background: #fa9c9c;
  color: #000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin-bottom: 15px;
  padding: 5px;
}

.gfield_error input, .gfield_error textarea {
  background: #fbafaf;
}

input.gform_button {
  color: #fff;
  border-radius: 5px;
  background: #c20e1a;
  border: 0px;
  padding: 12px 30px;
  font-weight: bold;
  font-size: 1em;
  opacity: 1;
  margin: 20px 0 0 20px;
  transition: 0.2s all;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
input.gform_button:hover {
  opacity: 0.8;
}

.gform_confirmation_message {
  background-color: #5cb85c;
  padding: 2%;
  border-radius: 5px;
  color: #fff;
}

.gform_body .gform_fields.left_label input, .gform_body .gform_fields.left_label textarea, .gform_body .gform_fields.left_label .validation_message {
  width: 65% !important;
}

.gform_wrapper .gform_body {
  text-align: left;
}

.trafrage .ginput_container_radio {
  float: none !important;
  width: 100% !important;
  border-bottom: 1px solid #c9c9c9;
}
.trafrage label.gfield_label {
  width: 100% !important;
  float: none !important;
  padding-bottom: 10px !important;
  display: block;
  font-weight: bold;
}

@media (max-width: 600px) {
  .gform_body .gform_fields.left_label label, .gform_body .gform_fields.left_label input, .gform_body .gform_fields.left_label textarea {
    float: none;
    clear: both;
    width: 100%;
  }
  .gform_body .gform_fields.left_label .gfield_description {
    float: none;
    margin: 0px;
  }
}
.cookies__banner {
  box-sizing: border-box;
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 0;
  max-width: 100%;
  width: 375px;
  padding: 60px 40px 20px;
  z-index: 100;
  background-color: #242424;
  color: #FFFFFF;
}

.cookies__banner p {
  font-size: 14px;
  line-height: 1.4;
}

.cookies__banner a {
  text-decoration: underline;
  color: currentColor;
}

.cookies__banner a:hover {
  color: #007864;
}

.cookies__banner * {
  box-sizing: border-box;
}

.cookies__title {
  font-weight: 700;
}

.cookies__close {
  display: block;
  width: 100%;
  height: 60px;
  padding: 4px 18px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  background-color: #c20e1a;
  border: 0px;
  color: #FFFFFF;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.cookies__cancel {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 40px;
  height: 40px;
  background: none;
  border: 0;
  cursor: pointer;
}

.cookies__cancel:before, .cookies__cancel:after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 56.5px;
  height: 1px;
  background-color: #FFFFFF;
  content: "";
  transform-origin: center center;
}

.cookies__cancel:before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.cookies__cancel:after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.cookies__reject {
  font-size: 14px;
}

.cookies__close:hover {
  opacity: 0.8;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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