@charset "UTF-8";
/* #Imports
================================================== */
/* 00 Settings */
@import url("https://fonts.googleapis.com/css?family=Istok+Web:300,400,500,700");
/* 01 Tools */
/* 02 Generic */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*[class*=offset],
#fancybox-wrap,
#fancybox-wrap * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* 03 Elements */
html {
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  line-height: 1.4;
}

* {
  font-family: "Istok Web", sans-serif;
}

a {
  text-decoration: none;
  color: currentColor;
}
a:hover {
  color: currentColor;
}

h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

h2 {
  font-size: 36px;
  font-weight: 400;
}

li {
  list-style-type: none;
}

#dynamiccontent li {
  list-style-type: disc;
}

#dynamiccontent .bilder li {
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }

  h2 {
    font-size: 24px;
  }

  h1 {
    font-size: 25px;
    line-height: 34px;
  }
}
.grecaptcha-badge {
  display: none !important;
}

/* 04 Objects */
/* 05 Components */
#dynamiccontent a {
  color: #edb834;
}
#dynamiccontent a:hover {
  color: rgba(237, 184, 52, 0.8);
}
#dynamiccontent article {
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
}
#dynamiccontent article .container {
  display: flex;
  flex-direction: column;
}
#dynamiccontent article .container .bilder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
#dynamiccontent article .container .bilder .bild {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #dynamiccontent article .container .bilder .bild {
    margin-bottom: 70px;
  }
}
#dynamiccontent article .container .bilder .bild:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0 35px 35px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 35px 35px rgba(0, 0, 0, 0.05);
  box-shadow: 0 35px 35px rgba(0, 0, 0, 0.05);
}
#dynamiccontent article .container .bilder .bild a {
  margin-bottom: 20px;
  background-color: #fff;
  display: flex;
  height: 250px;
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.3);
}
#dynamiccontent article .container .bilder .bild a img {
  font-family: "object-fit: contain;";
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
#dynamiccontent article .container .bilder .bild .overlay-picture {
  text-align: center;
  /* padding-top: 16px; */
  line-height: 44px;
  padding-top: 0px;
  margin-top: -44px;
  background-color: #f7f7f7;
  color: #545454;
  position: relative;
}
#dynamiccontent article .container .bilder .bild .overlay-picture a {
  height: 44px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #222222;
  display: block;
  background-color: #f7f7f7;
  width: 100%;
}
#dynamiccontent article .link-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 50px;
}
#dynamiccontent article .link-wrapper .link {
  padding: 65px 100px 0px 100px;
  background-color: #edb834;
  height: 200px;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 400px;
  color: #FFFFFF;
  font-size: 23px;
  text-align: center;
  box-shadow: 0 26px 79px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 767px) {
  #dynamiccontent article .link-wrapper .link {
    width: 300px;
    height: 150px;
    padding: 40px 50px 0px 50px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#dynamiccontent article .link-wrapper .link:hover, #dynamiccontent article .link-wrapper .link:focus {
  background-color: rgba(237, 184, 52, 0.8);
}
#dynamiccontent article h1 {
  max-width: 650px;
}
#dynamiccontent .ungerade {
  background-color: #f8f8f8;
}

header {
  width: 100%;
}
header #top-bar {
  width: 100%;
  height: 10px;
  background-color: #edb834;
}
header #menu-toggle {
  float: right;
  margin-top: 53px;
  margin-right: 10px;
  position: absolute;
  right: 15px;
  display: none;
}
@media only screen and (max-width: 1251px) {
  header #menu-toggle {
    display: block;
  }
}
header #menu-toggle .material-icons {
  font-size: 33px !important;
}
header #navigation {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
header #navigation #navlogo {
  padding-top: 40px;
  margin-bottom: 41px;
}
header #navigation #navlogo a img {
  max-width: 350px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  header #navigation #navlogo a img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 479px) {
  header #navigation #navlogo a img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 1478px) {
  header #navigation #menu {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1251px) {
  header #navigation #menu {
    display: none;
  }
}
header #navigation #menu .toggle-sub-lvl {
  display: none;
}
header #navigation #menu a {
  font-weight: 700;
  text-transform: uppercase;
}
header #navigation #menu * {
  list-style-type: none;
  text-decoration: none;
}
header #navigation #menu > ul {
  display: flex;
  flex-direction: row;
  margin-top: 88px;
}
header #navigation #menu ul .current1 {
  color: #FFFFFF;
  background-color: #edb834;
}
header #navigation #menu ul li {
  display: block;
}
header #navigation #menu ul li.hover a.level1 {
  color: #FFFFFF;
  background-color: #edb834;
}
header #navigation #menu ul li a {
  padding: 10px 20px 10px 20px;
}
header #navigation #menu ul li a:hover, header #navigation #menu ul li a:focus {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #FFFFFF;
  background-color: #edb834;
}
header #navigation #menu ul li ul:hover {
  display: block;
}
header #navigation #menu ul li ul {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 200px;
  margin: 0;
  padding-top: 42px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1478px) {
  header #navigation #menu ul li ul {
    padding-top: 48px;
  }
}
header #navigation #menu ul li ul .current2 {
  color: #FFFFFF;
  background-color: #edb834;
}
header #navigation #menu ul li ul li {
  background-color: rgba(237, 184, 52, 0.7);
  margin: 0px;
}
header #navigation #menu ul li ul li:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-color: #edb834;
}
header #navigation #menu ul li ul span {
  display: block;
}
header #navigation #menu ul li ul span a {
  width: 100%;
  display: block;
}
header #navigation #menu ul li:hover > ul {
  height: auto;
  visibility: visible;
  opacity: 100;
}

#fancynavigation-push-navigation {
  background-color: rgba(237, 184, 52, 0.2);
}
#fancynavigation-push-navigation ul {
  margin: 0px;
}
#fancynavigation-push-navigation ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(237, 184, 52, 0.4);
  padding: 10px;
  margin: 0px;
  padding: 0px;
}
#fancynavigation-push-navigation ul li span {
  display: block;
}
#fancynavigation-push-navigation ul li span a {
  display: block;
  padding: 10px;
}
#fancynavigation-push-navigation ul li ul {
  display: none;
}
#fancynavigation-push-navigation ul li ul li {
  padding-left: 10px;
}
#fancynavigation-push-navigation ul li ul li:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#fancynavigation-push-navigation ul li ul li:last-of-type {
  border: none;
}
#fancynavigation-push-navigation ul li .toggle-sub-lvl {
  display: flex;
  width: 48px;
  justify-content: center;
  height: 48px;
  background-color: #edb834;
  float: right;
}
#fancynavigation-push-navigation ul li .toggle-sub-lvl .material-icons {
  line-height: 48px;
}

#headimages {
  height: 500px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #headimages {
    height: 250px;
  }
}
#headimages .owl-item {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  #headimages .owl-item {
    height: 250px;
  }
}
#headimages .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
#headimages .owl-dots {
  position: absolute;
  top: 50%;
  right: 50px;
  display: flex;
  flex-direction: column;
  counter-reset: dots;
}
@media only screen and (max-width: 767px) {
  #headimages .owl-dots {
    display: none !important;
  }
}
#headimages .owl-dots .owl-dot:before {
  counter-increment: dots;
  content: "0" counter(dots);
  color: #FFFFFF;
  font-size: 30px;
}
#headimages .owl-dots .owl-dot {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: right;
  margin: 0px;
  display: block;
  height: 12px;
  opacity: 0.5;
  height: 50px;
  width: 100px;
  text-align: right;
  font-weight: 300;
}
#headimages .owl-dots .owl-dot.active {
  height: 90px;
  line-height: 90px;
  opacity: 1;
}
#headimages .owl-dots .owl-dot.active:before {
  font-size: 70px !important;
}
#headimages .owl-carousel .owl-item img {
  object-fit: cover !important;
  min-height: 100% !important;
  min-width: calc(100% + 1px) !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

footer {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}
footer #top-footer {
  min-height: 270px;
  background-color: #edb834;
}
footer #top-footer > .container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  footer #top-footer > .container {
    flex-direction: column;
  }
}
footer #top-footer > .container > div {
  margin-top: 70px;
  height: 200px;
}
footer #top-footer > .container > div:first-child p:last-child {
  margin-bottom: 0px;
}
footer #top-footer > .container > div:last-child {
  margin-bottom: 20px;
}
footer #top-footer > .container > div .tfm {
  float: left;
  width: 20px;
}
@media only screen and (max-width: 959px) {
  footer #top-footer > .container > div {
    margin-top: 40px;
    height: auto;
    margin-left: 0px;
  }
}
footer #bot-footer {
  background-color: #262626;
  height: 60px;
  font-size: 15px;
}
@media only screen and (max-width: 940px) {
  footer #bot-footer {
    height: 80px;
  }
}
footer #bot-footer > .container {
  display: flex;
}
@media only screen and (max-width: 960px) and (min-width: 480px) {
  footer #bot-footer > .container .agb {
    position: absolute;
    right: 0px;
  }
}
@media only screen and (max-width: 960px) {
  footer #bot-footer > .container .agb {
    text-align: right;
  }
}
footer #bot-footer > .container div {
  height: 40px;
  margin-top: 20px;
}

#wrapper {
  min-height: calc(100vh - 330px);
}
#kontaktformular {
  padding-top: 80px;
  padding-bottom: 100px;
}
#kontaktformular > div {
  padding-bottom: 80px;
}
#kontaktformular .fehlermeldung {
  color: red;
}
#kontaktformular #kontaktform label {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
}
#kontaktformular #kontaktform input:not([type=submit]), #kontaktformular #kontaktform textarea, #kontaktformular #kontaktform select {
  margin-bottom: 30px;
  margin-top: 0px;
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 18px;
  border-radius: 0px;
  line-height: 1.4375;
  color: rgba(0, 0, 0, 0.9);
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 1px 1px rgba(38, 38, 38, 0.075);
  border: 1px solid #ccc;
}
#kontaktformular #kontaktform textarea {
  resize: vertical;
  height: 175px;
}
#kontaktformular #kontaktform input[type=submit] {
  float: right;
  margin-top: 5px;
  border: none;
  width: auto;
  height: 50px;
  background-color: #edb834;
  color: #FFFFFF;
  border-radius: 0px;
  padding-left: 60px;
  padding-right: 60px;
}
#kontaktformular #kontaktform input[type=submit]:hover, #kontaktformular #kontaktform input[type=submit]:focus {
  background-color: rgba(237, 184, 52, 0.5);
}

#product-navigation {
  height: 80px;
  background-color: #edb834;
}
@media only screen and (max-width: 1200px) {
  #product-navigation {
    height: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  #product-navigation div {
    display: none;
  }
}
#product-navigation div .produkt-kategorien {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#product-navigation div .produkt-kategorien .produkt_kat {
  font-size: 17px;
  line-height: 80px;
  color: #FFFFFF;
  font-weight: 700;
}
#product-navigation div .produkt-kategorien .produkt_kat a:hover, #product-navigation div .produkt-kategorien .produkt_kat a:focus, #product-navigation div .produkt-kategorien .produkt_kat.active {
  color: #262626;
}

.fncb_fancy_displaycounter, #fancybox-right, #fancybox-left, #fncb_bottomNav, .fancybox-title-inside {
  display: none !important;
}

.prod_ungerade .container .produkt-wrapper .slides {
  order: 2;
}
.prod_ungerade .container .produkt-wrapper .text {
  order: 1;
  padding-left: 0px !important;
  padding-right: 230px !important;
}

.produkte.prod_gerade h3 {
  background-color: #ffffff;
  z-index: 98;
  position: relative;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.produkte {
  padding-top: 80px;
}
.produkte .noitems {
  margin-bottom: 80px;
}
.produkte .container .produkt-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.produkte .container .produkt-wrapper .owl-carousel {
  margin: 0px 0px 54px 0px;
  width: 300px;
  height: 300px;
}
.produkte .container .produkt-wrapper .owl-carousel .owl-stage {
  height: 300px;
  width: 300px;
}
.produkte .container .produkt-wrapper .owl-carousel .owl-stage .slide {
  height: 200px;
  width: 300px;
  display: block;
}
.produkte .container .produkt-wrapper .owl-carousel .owl-stage .slide img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.produkte .container .produkt-wrapper .text {
  width: 70%;
  padding-left: 230px;
  padding-right: 0px;
}
@media only screen and (max-width: 1200px) {
  .produkte .container .produkt-wrapper .text {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .produkte .container .produkt-wrapper .text {
    width: 100%;
  }
}
.produkte .container .produkt-wrapper .text .beschreibung {
  margin-bottom: 100px;
}
.produkte .container .produkt-wrapper .text .beschreibung .typen .typ {
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 40px;
  cursor: pointer;
  overflow: hidden;
}
.produkte .container .produkt-wrapper .text .beschreibung .typen .typ table {
  display: table;
  width: 100%;
  overflow: visible;
  margin-bottom: 10px;
}
.produkte .container .produkt-wrapper .text .beschreibung .typen .typ table tr:last-of-type {
  border-bottom: 3px solid white;
  margin-bottom: -10px;
}
.produkte .container .produkt-wrapper .text .beschreibung .typen .typ h3 {
  margin-bottom: 10px;
}
.produkte .container .produkt-wrapper .text .beschreibung .typen .typ h3 span {
  float: right;
}
.produkte .container .produkt-wrapper .text .beschreibung .typen .typ h3 span .material-icons {
  font-size: 35px !important;
}
.produkte .container .produkt-wrapper .text .beschreibung ul {
  padding-left: 20px;
}
.produkte .container .produkt-wrapper .text .beschreibung ul li {
  margin-bottom: 0px;
}
.produkte .container .produkt-wrapper .text .beschreibung ul li:before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #edb834;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
  font-size: 20px;
}
.produkte .container .produkt-wrapper .text .beschreibung .dok-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 2px;
}
.produkte .container .produkt-wrapper .text .beschreibung .dok-wrapper .dok {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1267px) {
  .produkte .container .produkt-wrapper.gerade {
    order: 1;
  }
}

.produkte.prod_ungerade {
  background-color: #f8f8f8;
}
.produkte.prod_ungerade h3 {
  background-color: #f8f8f8 !important;
  z-index: 98;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  position: relative;
}

.produkte-list {
  padding-top: 80px;
  padding-bottom: 80px;
}
.produkte-list .container {
  display: flex;
  flex-direction: column;
}
.produkte-list .container .kat-wrapper {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.produkte-list .container .kat-wrapper a {
  display: block;
  margin-right: 35px;
  margin-left: 35px;
}
.produkte-list .container .kat-wrapper a .kategorie {
  box-shadow: 0 26px 79px rgba(0, 0, 0, 0.3);
  background-color: #FFFFFF;
  height: 275px;
  margin-bottom: 65px;
  padding-bottom: 44px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .produkte-list .container .kat-wrapper a .kategorie {
    margin: 35px;
    height: 200px;
  }
}
.produkte-list .container .kat-wrapper a .kategorie:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0 26px 79px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 26px 79px rgba(0, 0, 0, 0.3);
  box-shadow: 0 26px 79px rgba(0, 0, 0, 0.3);
}
.produkte-list .container .kat-wrapper a .kategorie img {
  padding: 25px;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.produkte-list .container .kat-wrapper a .kategorie .kategorie-overlay {
  bottom: 0px;
  background-color: #f7f7f7;
  width: 100%;
  justify-content: center;
  display: flex;
  height: 45px;
  margin-top: -10px;
  line-height: 45px;
  color: rgba(0, 0, 0, 0.9);
}

.produkte-list.gerade {
  background-color: #f8f8f8;
}

.show {
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-webkit-keyframes slide-up {
  0% {
    font-size: 18px;
    height: auto;
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
  100% {
    height: 0px;
    font-size: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 0;
    -webkit-transform: translateY(-80%);
  }
}
#mietgeraete .beschreibung table {
  width: 100%;
}
#mietgeraete .mietgeraet-wrapper.ungerade {
  background-color: #f8f8f8;
}
#mietgeraete .mietgeraet-wrapper {
  padding-top: 80px;
  padding-bottom: 100px;
}
#mietgeraete > div {
  display: flex;
  flex-direction: column;
}
#mietgeraete > div .mietgeraet {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  #mietgeraete > div .mietgeraet {
    flex-direction: column;
  }
}
#mietgeraete > div .mietgeraet .bild-mietgeraet {
  width: 40%;
}
@media only screen and (max-width: 959px) {
  #mietgeraete > div .mietgeraet .bild-mietgeraet {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 959px) {
  #mietgeraete > div .mietgeraet .bild-mietgeraet.ungerade {
    order: 2;
  }
}
#mietgeraete > div .mietgeraet .bild-mietgeraet a {
  width: 100%;
  height: 100%;
}
#mietgeraete > div .mietgeraet .bild-mietgeraet a img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #mietgeraete > div .mietgeraet .bild-mietgeraet a img {
    max-height: 150px;
  }
}
#mietgeraete > div .mietgeraet .beschreibung {
  margin-left: 20%;
  width: 40%;
}
@media only screen and (max-width: 959px) {
  #mietgeraete > div .mietgeraet .beschreibung {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
#mietgeraete > div .mietgeraet .beschreibung p {
  margin-bottom: 10px;
}
#mietgeraete > div .mietgeraet .beschreibung ul {
  padding-left: 20px;
}
#mietgeraete > div .mietgeraet .beschreibung ul li {
  margin-bottom: 0px;
}
#mietgeraete > div .mietgeraet .beschreibung ul li:before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #edb834;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
  font-size: 20px;
}
#mietgeraete > div .mietgeraet .beschreibung.ungerade {
  margin-right: 20%;
  margin-left: 0 !important;
}

/* CSS Document */
/**************************************************************************************************
 *
 * Variante 2
 *
 *************************************************************************************************/
#calltoaction.v2 {
  z-index: 99 !important;
  display: none;
  position: fixed;
  bottom: 0;
  right: 100px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 4px 0 #8C8C8C;
  font-size: 13px;
  line-height: normal;
  width: 320px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 960px) {
  #calltoaction.v2 {
    display: none !important;
  }
}

#calltoaction.v2 div {
  float: left;
}

/* top */
#calltoaction.v2 .top {
  width: 100%;
  background-color: #edb834;
  padding: 16px 28px 16px 28px;
  color: #FFFFFF;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

#calltoaction.v2 .bild {
  border-radius: 50%;
  width: 58px;
  height: 58px;
  overflow: hidden;
  box-shadow: 0 0 4px 0 #555555;
}

#calltoaction.v2 .inner {
  left: -100%;
  position: relative;
  text-align: center;
  width: 300%;
  height: 100%;
}

#calltoaction.v2 .bild img {
  height: 100%;
}

#calltoaction.v2 .header {
  padding: 0 0 0 68px;
  margin: 0 0 0 -58px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-size: 16px;
  line-height: 24px;
}

#calltoaction.v2 .close {
  cursor: pointer;
  font-size: 24px;
  padding: 7px 9px;
  position: absolute;
  right: 20px;
  top: 8px;
}
#calltoaction.v2 .close .material-icons {
  font-size: 20px;
}

/* middle*/
#calltoaction.v2 .middle_outer {
  overflow: hidden;
  width: 100%;
}

#calltoaction.v2 .middle {
  width: 100%;
  box-sizing: border-box;
  padding: 17px 23px 17px 23px;
}

#calltoaction.v2 .begruessung {
  width: 100%;
}

#calltoaction.v2 .text {
  margin: 0 0 30px 0;
  width: 100%;
}

#calltoaction.v2 .name {
  line-height: normal;
  color: #8C8C8C;
}

#calltoaction.v2 .funktion_kurz {
  color: #8C8C8C;
}

#calltoaction.v2 .funktion_lang {
  display: none;
}

#calltoaction.v2 p {
  margin: 0 0 11px 0;
}

#calltoaction.v2 .error {
  color: #FF0000;
  font-weight: bold;
}

#calltoaction.v2 .form {
  width: 100%;
}

#calltoaction.v2 textarea {
  border-color: #8C8C8C;
  box-sizing: border-box;
  font-size: 15px;
  margin: 0 0 12px 0;
  min-height: 0;
  padding: 4px 8px 5px 8px;
  resize: none;
  width: 100%;
}

#calltoaction.v2 input {
  border-color: #8C8C8C;
  box-sizing: border-box;
  font-size: 15px;
  margin: 0 0 12px 0;
  padding: 4px 8px 5px 8px;
  width: 100%;
}

#calltoaction.v2 .submit {
  background: #edb834;
  border: medium none;
  border-radius: 2px;
  color: #FFFFFF;
  float: right;
  padding: 1px 21px 6px 21px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  width: auto;
  -webkit-appearance: none;
}

#calltoaction.v2 .form .fa {
  font-size: 29px;
  float: right;
  color: #1C4280;
  margin: 0 40px 0 0;
}

/* bottom */
#calltoaction.v2 .bottom {
  background-color: #E4E5E4;
  box-sizing: border-box;
  font-size: 22px;
  padding: 11px 28px 11px 28px;
  width: 100%;
}

#calltoaction.v2 .bottom a {
  color: #FFFFFF;
  margin: 0;
  float: left;
  padding: 6px;
}

#calltoaction.v2 .fa-phone {
  font-size: 28px;
  position: relative;
  top: 2px;
}

#calltoaction.v2 .bottom a:first-child {
  margin-left: -11px;
}

#calltoaction.v2 .bottom .fa {
  color: #1C4280;
  float: left;
  line-height: 24px;
}

#calltoaction.v2 .submit {
  margin: 2px 0 2px 0;
}

#calltoaction.v2 .bottom .loading {
  float: right;
  padding: 6px;
}

/**************************************************************************************************
 *
 * #Media Queries
 *
 *************************************************************************************************/
/**************************************************************************************************
 * Browser normal
 *
 * Greater than 959 ()
 *************************************************************************************************/
/**************************************************************************************************
 * Browser schmal
 * Smartphone Landscape
 * Smartphone Portrait
 *
 * Smaller than standard 960 (devices and browsers)
 *************************************************************************************************/
/**************************************************************************************************
 * Browser schmal
 *
 * Tablet Portrait size to standard 960 (devices and browsers)
 *************************************************************************************************/
/**************************************************************************************************
 * Smartphone Landscape
 * Smartphone Portrait
 *
 * All Mobile Sizes (devices and browser)
 *************************************************************************************************/
@media only screen and (max-width: 767px) {
  /*#calltoaction.v1,
  #calltoaction.v2 {
      display: none !important;
  }*/
  #calltoaction.v2 {
    right: 0;
    max-width: 100%;
  }
}
/**************************************************************************************************
 * Smartphone Landscape
 *
 * Mobile Landscape Size to Tablet Portrait (devices and browsers)
 *************************************************************************************************/
/**************************************************************************************************
 * Smartphone Portrait
 *
 * Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
 *************************************************************************************************/
section.news {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.news .news-collection h1 {
  margin-left: 30px;
}
section.news .news-collection .news__entries .news__entry {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.news .news-collection .news__entries .news__entry header {
  margin-bottom: 60px;
}
section.news .news-collection .news__entries .news__entry .news__page-link--backwards a {
  display: flex;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
section.news .news-collection .news__entries .news__entry .news__page-link--backwards a:hover {
  opacity: 0.5;
}
section.news .news-collection .news__entries .news__entry h1 {
  margin-bottom: 10px;
  margin-left: 0px;
}
section.news .news-collection .news__entries .news__entry time {
  display: flex;
  margin-bottom: 10px;
}
section.news .news-collection .news__entries .news__entry .news__item .news__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
section.news .news-collection .news__entries .news__entry .news__item .news__images .news__image {
  position: relative;
  height: 300px;
  width: calc(100% / 2 - 20px);
  margin: 0px;
  margin-bottom: 30px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 767px) {
  section.news .news-collection .news__entries .news__entry .news__item .news__images .news__image {
    width: 100%;
  }
}
section.news .news-collection .news__entries .news__entry .news__item .news__images .news__image:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
section.news .news-collection .news__entries .news__entry .news__item .news__images .news__image a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.news .news-collection .news__entries .news__entry .news__item .news__images .news__image figcaption {
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
  position: absolute;
  bottom: 0px;
  padding-left: 10px;
  padding-bottom: 10px;
  width: 100%;
  color: white;
  padding-top: 15px;
}
section.news .news-collection .news__entries .news__entry.gerade {
  background-color: #f8f8f8;
}
section.news .news-collection .news__entries .news__entry > div {
  display: flex;
  flex-wrap: wrap;
}
section.news .news-collection .news__entries .news__entry > div .news-wrapper {
  width: 50%;
  min-width: 470px;
  position: relative;
  padding: 20px 30px;
}
@media only screen and (max-width: 1266px) {
  section.news .news-collection .news__entries .news__entry > div .news-wrapper {
    margin: auto;
    order: 2;
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 767px) {
  section.news .news-collection .news__entries .news__entry > div .news-wrapper {
    min-width: 100%;
  }
}
section.news .news-collection .news__entries .news__entry > div .news-wrapper h2 {
  margin-bottom: 10px;
}
section.news .news-collection .news__entries .news__entry > div .news-wrapper time {
  display: flex;
  margin-bottom: 10px;
}
section.news .news-collection .news__entries .news__entry > div .news-wrapper .news__page-link--forward {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
section.news .news-collection .news__entries .news__entry > div .news-wrapper .news__page-link--forward a {
  background-color: #edb734;
  color: white;
  border-radius: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: flex;
  line-height: 24px;
}
section.news .news-collection .news__entries .news__entry > div .news-wrapper .news__page-link--forward a:hover {
  opacity: 0.5;
}
section.news .news-collection .news__entries .news__entry > div figure {
  width: auto;
  height: 30vh;
  margin: auto;
}
@media only screen and (max-width: 1266px) {
  section.news .news-collection .news__entries .news__entry > div figure {
    order: 1;
  }
}
section.news .news-collection .news__entries .news__entry > div figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#fncb_bottomNav {
  float: right;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("/inc/fancybox/fancybox.png");
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url("/inc/fancybox/fancybox.png") -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url("/inc/fancybox/blank.gif");
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url("/inc/fancybox/fancybox.png");
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url("/inc/fancybox/fancybox.png");
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("/inc/fancybox/fancybox-x.png");
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("/inc/fancybox/fancybox.png");
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("/inc/fancybox/fancybox-y.png");
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url("/inc/fancybox/fancybox.png");
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("/inc/fancybox/fancybox-x.png");
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("/inc/fancybox/fancybox.png");
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("/inc/fancybox/fancybox-y.png");
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("/inc/fancybox/fancybox.png");
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url("/inc/fancybox/fancy_title_over.png");
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url("/inc/fancybox/fancybox.png") -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url("/inc/fancybox/fancybox-x.png") 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("/inc/fancybox/fancybox.png") -55px -90px no-repeat;
}

/* IE6 */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/inc/fancybox/fancy_close.png", sizingMethod="scale");
}

.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/inc/fancybox/fancy_nav_left.png", sizingMethod="scale");
}

.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/inc/fancybox/fancy_nav_right.png", sizingMethod="scale");
}

.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/inc/fancybox/fancy_title_over.png", sizingMethod="scale");
  zoom: 1;
}

.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/inc/fancybox/fancy_title_left.png", sizingMethod="scale");
}

.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/inc/fancybox/fancy_title_main.png", sizingMethod="scale");
}

.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/inc/fancybox/fancy_title_right.png", sizingMethod="scale");
}

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + "px");
}

#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/inc/fancybox/fancy_loading.png", sizingMethod="scale");
}

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}

.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/inc/fancybox/fancy_shadow_n.png", sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/inc/fancybox/fancy_shadow_ne.png", sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/inc/fancybox/fancy_shadow_e.png", sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/inc/fancybox/fancy_shadow_se.png", sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/inc/fancybox/fancy_shadow_s.png", sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/inc/fancybox/fancy_shadow_sw.png", sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/inc/fancybox/fancy_shadow_w.png", sizingMethod="scale");
}

.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/inc/fancybox/fancy_shadow_nw.png", sizingMethod="scale");
}

/* Wenn type = plus-minus */
#header {
  z-index: 100;
}

body.fancynavigation-push-active {
  overflow: hidden;
}

@media only screen and (max-width: 1252px) {
  #header,
#fancynavigation-push-overlay,
#wrapper,
#fancynavigation-push-navigation {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
.fancynavigation-push-active #header,
.fancynavigation-push-active #fancynavigation-push-overlay,
.fancynavigation-push-active #wrapper,
.fancynavigation-push-active #fancynavigation-push-navigation {
  -webkit-transform: translateX(-250px);
  -moz-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  transform: translateX(-250px);
}

#fancynavigation-push-navigation {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  overflow-x: auto;
}
.fancynavigation-push-active #fancynavigation-push-navigation {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#fancynavigation-push-overlay {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  z-index: 101;
}
.fancynavigation-push-active #fancynavigation-push-overlay {
  opacity: 1;
  visibility: visible;
}

#team {
  display: flex;
  padding-top: 100px;
  flex-direction: column;
  padding-bottom: 100px;
}
#team h2.bold {
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1405px) {
  #team .teamwrapper {
    display: flex;
    flex-direction: column;
  }
}
#team .teamwrapper .teamcolumn {
  margin-left: 20px;
}
#team .teamwrapper .teamcolumn:nth-child(1) {
  margin-left: 0px;
}
#team .teamwrapper .teamcolumn:nth-child(2) {
  float: right;
}
#team .teamfunktion {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 50px;
}
#team .teamfunktion div {
  margin-left: 0px;
  min-width: 230px;
}
#team .teamfunktion div article {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  #team .teamfunktion div article {
    text-align: center;
    margin-bottom: 50px;
  }
}
#team .teamfunktion div article .material-icons {
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #team .teamfunktion div article .material-icons {
    margin-right: 15px;
    position: relative;
    float: none;
    top: 5px;
  }
}
#team .teamfunktion div article .name {
  color: #edb834;
  font-weight: 700;
  margin-bottom: 5px;
}
#team .teamfunktion div article .funktion {
  margin-bottom: 5px;
}
#team .teamfunktion div article .image {
  height: 230px;
  width: 230px;
  float: left;
  display: inline;
  box-shadow: 0 26px 79px rgba(0, 0, 0, 0.3);
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 768px) {
  #team .teamfunktion div article .image {
    margin: auto !important;
    margin-bottom: 40px !important;
  }
}
#team .teamfunktion div article .image img {
  width: 100%;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#team .teamfunktion div article .text {
  display: flex;
  flex-direction: column;
}

/* 06 Utilities */
/* #Site Styles
================================================== */
/* #Page Styles
================================================== */
/* #Media Queries
================================================== */
/* iPad Landscape */
/* only iPad Landscape */
/* iPad Portrait */
/* only iPad Portrait */
/* bigger than iPhone Landscape */
/* iPhone Landscape */
/* only iPhone Landscape */
/* iPhone Portrait */

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