.gradient {
  background: #5b1e29;
  background: -moz-linear-gradient(90deg, #5b1e29 50%, #e62336 100%);
  background: -webkit-linear-gradient(90deg, #5b1e29 50%, #e62336 100%);
  background: linear-gradient(90deg, #5b1e29 50%, #e62336 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b1e29",endColorstr="#e62336",GradientType=1);
}

body {
  animation: fadein 2.5s;
  font-family: "Overpass", sans-serif;
  background: #5b1e29;
  background: -moz-linear-gradient(90deg, #5b1e29 50%, #e62336 100%);
  background: -webkit-linear-gradient(90deg, #5b1e29 50%, #e62336 100%);
  background: linear-gradient(90deg, #5b1e29 50%, #e62336 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b1e29",endColorstr="#e62336",GradientType=1);
}

body,
html {
  background-color: #e62336;
  margin: 0px;
  padding: 0px;
}

html {
  color: #222;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

body {
  font-family: "Overpass", sans-serif;
  font-size: 16px;
}

.image_container {
  margin: 0px;
  padding: 0px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

a {
  text-decoration: underline;
  color: #fff0b9;
}

#wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#header {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  pointer-events: none;
}

#header .inside {
  width: 100%;
  margin: 0px auto;
}

#headholder {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#headholder .row.first {
  background: #5b1e29;
  background: -moz-linear-gradient(90deg, #5b1e29 50%, #e62336 100%);
  background: -webkit-linear-gradient(90deg, #5b1e29 50%, #e62336 100%);
  background: linear-gradient(90deg, #5b1e29 50%, #e62336 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b1e29",endColorstr="#e62336",GradientType=1);
  width: 100%;
}

#headholder .row {
  display: flex;
}

#headholder .row .column {
  display: flex;
  flex-direction: column;
}

#headholder .row .column .row {
  justify-content: flex-end;
}

#headholder .row .column .row.phone {
  font-size: 3rem;
  color: #fff0b9;
  text-align: right;
  font-weight: 700;
  padding-left: 25px;
}

#headholder .row .column .row.phone:before {
  background-image: url("../hg/telefon.png");
  background-size: 55px 55px;
  display: inline-block;
  width: 70px;
  height: 55px;
  content: "";
  background-repeat: no-repeat;
}

#headholder .row .column.naviC {
  padding-top: 32px;
  pointer-events: all;
}

#headholder .row .column.naviC .row.naviCC {
  padding-top: 38px;
}

#headholder .row.first .inside {
  display: flex;
  max-width: 1280px;
  width: 100%;
  margin: 0px auto;
}

#headholder .bogen {
  pointer-events: none;
}

#headholder .bogen .inside {
  max-width: 1280px;
  width: 100%;
  margin: 0px auto;
  background: #5b1e29;
  background: -moz-linear-gradient(90deg, #5b1e29 50%, #aa2030 100%);
  background: -webkit-linear-gradient(90deg, #5b1e29 50%, #aa2030 100%);
  background: linear-gradient(90deg, #5b1e29 50%, #aa2030 100%);
  height: 240px;
  mask: url("../hg/bogenM2.png");
  mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask: url("../hg/bogenM2.png");
  -webkit-mask-size: 1280px;
  -webkit-mask-size: 100%;
  mask-position: 0px 0px;
  object-fit: cover;
  pointer-events: none;
}

#headholder .bogen .inside .insideB {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  background-image: url(../hg/bogen2.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  pointer-events: none;
}

#headholder .logo {
  z-index: 101;
  max-width: 300px;
  width: 100%;
  cursor: pointer;
}

#headholder .logo img {
  position: relative;
  bottom: -42px;
  margin-left: 30px;
}

.loginBera {
  cursor: pointer;
}

#footerholder .inside {
  display: flex;
  flex-direction: row;
}

#footerholder .inside .column {
  color: #fff0b9;
  flex: 1 1 33.3333%;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#footerholder .inside .logo img {
  max-width: 228px;
  margin-left: 30px;
}

#footerholder .totop {
  text-align: right;
  color: #fff0b9;
  font-size: 1.6rem;
  padding: 20px 10px;
}

#footerholder .totop span {
  font-size: 50%;
}

#footerholder .adressenF p {
  margin-top: 0px;
  padding-top: 0px;
}

button.headb {
  background: #fff;
  border: 1px solid #fff;
  padding: 20px 20px;
}

button.headb a {
  color: #5b1e29;
  font-weight: bold;
  text-decoration: none;
}

.produktebera {
  cursor: pointer;
}

#loginFormular label {
  display: inline-block;
  width: 200px;
}

#loginFormular input {
  padding: 6px;
  margin-bottom: 10px;
}

#loginFormular .submit {
  padding: 16px 20px;
  margin-left: 200px;
}

#gg .lin {
  border: 1px solid #ff9999;
  transition: opacity 0.35s ease-in-out;
}

#container {
  padding-top: 92px;
  font-size: 1.2rem;
}

#container h1,
#container h2 {
  font-size: 2rem;
  font-weight: 300;
}

#container p,
#container li {
  font-size: 1.2rem;
}

#container .mod_article {
  margin-top: 20px;
  color: #fff0b9;
  background: #5b1e29;
  background: -moz-linear-gradient(90deg, #aa2030 50%, #5b1e29 100%);
  background: -webkit-linear-gradient(90deg, #aa2030 50%, #5b1e29 100%);
  background: linear-gradient(90deg, #aa2030 50%, #5b1e29 100%);
}

#container .mod_article .ce_text {
  padding: 0 30px;
  box-sizing: border-box;
}

#container .mod_article.flex {
  display: flex;
  flex-direction: row;
}

#container .mod_article.flex div {
  flex: 1 1 40%;
}

#container .mod_article.flex div:first-child {
  flex: 1 1 60%;
}

#container .mod_article.flex.w4060 div {
  flex: 1 1 60%;
}

#container .mod_article.flex.w4060 div:first-child {
  flex: 1 1 40%;
}

#container .mod_article.flex.w6040 div {
  flex: 1 1 40%;
}

#container .mod_article.flex.w6040 div:first-child {
  flex: 1 1 60%;
}

#container .mod_article .fullrow {
  padding: 10px 30px;
  width: 100%;
  flex: 1 1 100%;
}

#container .mod_article .ce_text .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#container .mod_article .ce_text .flex.gallery {
  display: flex;
  flex-direction: row;
}

#container .mod_article .ce_text .flex.gallery .ce_text {
  flex: 1 1 auto;
}

#container .mod_article .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#container .mod_article .flex.gallery {
  display: flex;
  flex-direction: row;
}

#container .mod_article .flex.gallery .ce_text {
  flex: 1 1 auto;
}

#container .mod_article .flex.gallery .ce_text .links {
  color: #fff0b9;
  text-decoration: underline;
}

#container .mod_article.ohne {
  background: none;
}

#container .ce_gallery .flex {
  display: flex;
  flex-direction: row;
}

#container .ce_gallery .flex div {
  flex: 1 1 50% !important;
  margin-right: 10px;
}

#container .ce_gallery .flex div:last-child {
  margin-right: 0px;
}

#container .padH h2 {
  padding-left: 30px;
}

#container .flex.slider {
  display: flex;
  flex-direction: column;
}

#container .flex.slider .row {
  display: flex;
  flex-direction: row;
}

#container .flex.slider .row.w4060 div {
  flex: 1 1 60%;
}

#container .flex.slider .row.w4060 div:first-child {
  flex: 1 1 40%;
}

#container .flex.w4060 div {
  flex: 1 1 60%;
}

#container .flex.w4060 div:first-child {
  flex: 1 1 40%;
}

#container .flex.w6040 div {
  flex: 1 1 40%;
}

#container .flex.w6040 div:first-child {
  flex: 1 1 60%;
}

#container .flex .w50 div, #container .flex.w50 div {
  flex: 1 1 50%;
}

#container .flex.sliderH {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}

#container .flex.sliderH .row.w50 {
  flex: 1 1 100%;
  flex-direction: row;
  display: flex;
}

#container .btnslide,
#container .btnslideOver {
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}

#container .btnslide:hover,
#container .btnslideOver:hover {
  background: rgba(255, 255, 255, 0.1);
}

#container .ce_text.teaser {
  flex: 1 1 33.333%;
  position: relative;
}

#container .ce_text.teaser h2 a {
  color: #fff0b9;
}

#container li {
  list-style-image: url("../hg/li.png");
}

#container .btn_karte {
  cursor: pointer;
}

#container .sm {
  font-size: 0.7rem;
}

#article-41 {
  margin-top: 20px;
  color: #fff0b9;
  background: none !important;
}

.blumengalerie {
  display: flex;
  justify-content: space-between;
}

.blumengalerie .column {
  flex: 1 1 50%;
}

.blumengalerie .blume {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.blumengalerie .blume img {
  margin-right: 20px;
}

.startseite .ohne .row {
  margin-bottom: 30px;
}

.startseite .ohne .row .teaser {
  cursor: pointer;
}

.startseite .ohne .row .teaser .teaserImage {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.startseite .ohne .row .teaser .teaserText {
  position: absolute;
  z-index: 11;
  top: 220px;
  left: 50%;
  opacity: 0;
  transform: translate(-50%);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.startseite .ohne .row .teaser:hover .teaserImage {
  filter: alpha(opacity=20);
  opacity: 0.25;
}

.startseite .ohne .row .teaser:hover .teaserText {
  top: 80px;
  opacity: 1;
}

.startseite .flex.row p.loginBera {
  margin: 0 auto;
  font-weight: 800;
}

#footerholder {
  cursor: pointer;
}

.head_menu {
  display: none;
  width: 40px;
  height: 40px;
}

.menub {
  height: 100px;
  width: 130px;
  position: relative;
  cursor: pointer;
  transform: scale(0.3);
}

.bar1 {
  left: 0px;
  width: 100%;
  height: 20px;
  background-color: #fff0b9;
  position: absolute;
  top: 0px;
  transition: transform 0s;
  transition: all 0.1s;
}

.bar2 {
  width: 100%;
  height: 20px;
  background-color: #fff0b9;
  position: absolute;
  top: 50px;
  transition: transform 0s;
  transition: all 0.1s;
  left: 0px;
}

.bar3 {
  right: 0px;
  width: 100%;
  height: 20px;
  background-color: #fff0b9;
  position: absolute;
  top: 100px;
  transition: transform 0s;
  transition: all 0.1s;
}

#left {
  display: none;
  position: absolute;
  left: -300px;
  width: 290px;
  min-height: 100%;
  top: 0px;
  z-index: 8898989;
  background-color: #fff0b9;
  background-color: #5b1e29;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: #5b1e29;
  background: -moz-linear-gradient(90deg, rgba(91, 30, 41, 0.81) 50%, rgba(230, 35, 54, 0.71) 100%);
  background: -webkit-linear-gradient(90deg, rgba(91, 30, 41, 0.71) 50%, rgba(230, 35, 54, 0.71) 100%);
  background: linear-gradient(90deg, rgba(91, 30, 41, 0.71) 50%, rgba(230, 35, 54, 0.71) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5b1e29",endColorstr="#e62336",GradientType=1);
}

#left a {
  color: #fff0b9;
  text-decoration: none;
}

#left .level_1 > li > a {
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 2px;
  display: block;
}

#left .level_2 > li > a {
  padding: 10px 2px;
  display: block;
}

#left .level_1 > li {
  list-style-image: none;
  list-style-type: none;
}

#left span.active {
  color: #fff0b9;
  font-weight: 700;
  display: block;
  color: #e62336;
  padding: 2px;
  text-transform: uppercase;
}

.head_menu {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin-left: 0px;
}

#main {
  position: static;
}

#main .column_start.slick {
  display: block !important;
}

@media only screen and (max-width: 1280px) {
  #wrapper,
  #header {
    margin-left: 0;
  }
  #left {
    display: block;
  }
  body.active #main {
    position: static;
  }
  body.active #left {
    left: 0px;
    margin-left: 0 !important;
  }
  body.active .head_menu {
    margin-left: 300px;
  }
  #topNavi {
    display: none;
  }
  body.active #wrapper,
  body.active #header {
    margin-left: 300px;
  }
  .head_menu {
    display: block;
    position: fixed;
    top: 10px;
    left: -10px;
    z-index: 987654321;
  }
  .menub {
    height: 100px;
    width: 130px;
    position: relative;
    cursor: pointer;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  #headholder .logo img {
    bottom: 0;
    padding-top: 10px;
    max-width: 190px;
    margin: 0 auto;
  }
  #headholder .row.first .inside {
    flex-direction: column;
  }
  #headholder .row {
    display: flex;
  }
  #headholder .row .column {
    display: flex;
    flex-direction: column;
  }
  #headholder .row .column .row {
    justify-content: center;
  }
  #headholder .row .column .row.phone {
    font-size: 1.8rem;
  }
  #headholder .row .column.logo {
    margin: 0 auto;
  }
  #headholder .row.bogen .inside .insideB {
    background-image: none !important;
  }
  #footer {
    display: none;
  }
  #video_background {
    max-width: 1280px;
    width: 100% !important;
    height: auto !important;
  }
  #headholder .row .column .row.phone {
    font-size: 2.8rem;
    transform: scale(0.5);
  }
}

@media only screen and (max-width: 1025px) {
  #headholder .row .column.naviC .row.naviCC {
    display: none;
  }
  #headholder .row .column .row.phone {
    font-size: 2.8rem;
    transform: scale(0.5);
  }
}

@media only screen and (max-width: 768px) {
  .startseite #main .flex.row .ce_text .teaserText h2 {
    font-size: 1rem !important;
  }
  #headholder .row .column .row.phone {
    font-size: 2rem;
    transform: scale(0.5);
  }
  #headholder .row .column .row.phone:before {
    background-size: 35px 35px;
    width: 50px;
    height: 35px;
  }
}

@media only screen and (max-width: 680px) {
  #headholder .row .column.naviC {
    padding-top: 10px;
  }
  #headholder .logo img {
    max-width: 130px;
  }
}

@media only screen and (max-width: 576px) {
  .startseite #main .flex.row {
    flex-direction: column;
  }
  .startseite #main .flex.row .ce_text .teaserText h2 {
    font-size: 1.5rem !important;
  }
}

@media only screen and (max-width: 1280px) {
  .column.naviC {
    padding-top: 10px !important;
  }
  .column.naviC .row.naviCC {
    display: none !important;
  }
}

@media only screen and (max-width: 820px) {
  #container .mod_article .flex {
    flex-direction: column;
  }
}

@media only screen and (max-width: 600px) {
  #container .flex.sliderH .row.w50, #container .mod_article.flex, #container .flex.slider .row {
    flex-direction: column !important;
  }
}
