html {
  /* min-height: 100% !important;*/
  height: 100%;
  /* min-width: fit-content;*/
}
body {
  margin: 0;
  font-family: Verdana, Helvetica, Sans-Serif;
  /*min-height: 100% !important;*/
  height: 100%;
  /*min-width: fit-content;*/
  overflow: hidden;
  line-height: 120%;
  /******************/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 20px;
  overflow-y: auto;
}

div {
  /*font-size: 20px;*/
}
a {
  /*color: #f2f2f2;*/
  text-align: center;
  padding: 0px 6px 2px 6px;
  text-decoration: none;
  cursor: pointer;
}
li {
  padding: 4px 0px 4px 0px;
}
.pointer {
  cursor: pointer;
}
.font_16 {
  font-size: 16px;
}
.font_20 {
  font-size: 20px;
}
.font_22 {
  font-size: 22px;
}
.font_24 {
  font-size: 24px;
}
.font_title {
  font-size: 36px;
}
.row1 {
  display: flex;
  flex-direction: row;
}
.row2 {
}
.contact_phone {
  color: black;
  padding: 4px 0px 4px 0px;
}
.line_background {
  background-color: #bcbcbc;
  width: 100px;
  height: 50px;
  padding: 0;
  margin: 0;
}
.line1 {
  width: 112px;
  height: 47px;
  border-bottom: 1px solid red;
  -webkit-transform: translateY(-20px) translateX(5px) rotate(27deg);
  position: absolute;
  /* top: -20px; */
}
.line2 {
  width: 112px;
  height: 47px;
  border-bottom: 1px solid green;
  -webkit-transform: translateY(20px) translateX(5px) rotate(-26deg);
  position: absolute;
  top: -33px;
  left: -13px;
}
.dropdown-content_background{
  background-color: #f1f2f2 !important;
}
#main {
  /* height: calc(100% - 0px);*/
  display: flex;
  flex-direction: column;
  /* overflow: auto;*/
  /*align-content: space-between;
  align-items: space-between;
  justify-content: stretch;*/
}
main {
  /*********/
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  /*margin-bottom: 110px;*/
  height: calc(100% - 136px);
  /*display: flex;*/
  /*flex-direction: column;*/
  /* overflow: auto;*/
}
.menu {
  display: none;
}
.topnav {
  justify-content: space-between;
  border: 0px solid;
  padding: 0px 0px 0px 6px;
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 0px 6px 2px 6px;
  margin: 0px 6px 0px 0px;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid white;
  /*border-right: 1px solid white;*/
}

.topnav a:hover {
  /*color: #686868;*/
  background-color: #f2f1f1;
  /*border-top: 1px solid #a0b1b4;*/
  /*border-right: 1px solid #a0b1b4;*/
}
.menu-hover:hover {
  /*color: #686868;*/
  background-color: white !important;
  /*border-top: 1px solid #a0b1b4;*/
  /*border-right: 1px solid #a0b1b4;*/
}
.topnav a.active,
div.active {
  color: black;
  font-weight: 600;
  /*border-bottom: 1px solid #a0b1b4;
  border-right: 1px solid #a0b1b4;*/
  /*border-top: 1px solid #a0b1b4;*/
 /* box-shadow: 0px -1px 0px  silver;*/
}
.inactive {
  color: white !important;
  border-bottom: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}
.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  /*border-bottom: 1px solid white;*/
  /*padding-right:6px*/
 /* border-right: 1px solid white;*/
}

.dropdown .dropbtn {
  /*border: 1px solid transparent;*/
  /*outline: none;*/

  /*padding: 14px 16px;*/
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.sub{
  line-height: 150%; 
  display: flex; 
  flex-direction: row; 
  align-items:center;
  justify-content: center;
}
#product_sub{
  margin: auto;
  top:80px;
  width:100%;
  left:0%;
  right:0%;
}
#myTopnav2 {
  line-height: 150%; 
  display: flex; 
  flex-direction: row; 
  align-items:center;
  justify-content: center;
}
.toptop{
  line-height: 150%;
  display: flex;
  align-items: flex-end;
  height: 80px;
}
.dropdown-content {
  margin-top: 2px;
  display: none;
  position: absolute;
  /*top: 78px;*/
  /*background-color: #f9f9f9;*/
  background-color: white;
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/
  z-index: 1;
}

.dropdown-content a {
  float: none;
  /*color: black;*/
  /*padding: 12px 16px;*/
  text-decoration: none;
  display: block;
  text-align: left;
  margin: 0px;
}
.dropdown-content a.active {
  color: black;
  border-bottom: 1px solid transparent;
  /*border-right: 1px solid white;*/
}
.dropdown-content a:hover {
  background-color: #f1f2f2;
  color: black;
  /*border-top: 1px solid transparent;*/
  /*border-right: 1px solid #ddd;*/
}

.dropdown:hover {
  color: #686868;
  /*border-top: 1px solid #a0b1b4;*/
  /*border-right: 1px solid #ddd;*/
}
.bt_0{
  border-top: 0px solid;
}
.menu .icon {
  display: none;
}
.media {
}
.w100 {
  width: 100%;
}
.media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.media-terrasse img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home_title {
  text-align: center;
}
.p_title {
  /*padding: 0px 6px 10px 0px;*/
  line-height: 110%;
}
:root {
  --card-margin: 1.4em;
}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 12% 0px 12%;
}

.container > * {
  flex: 1 1 calc(280px + var(--card-margin));
}
.container_terrasse > * {
  flex: 1 1 calc(230px + var(--card-margin));
}
/*.container_terrasse {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 12% 0px 12%;
}*/
.card_border {
  border: 1px solid #5f7a80;
  text-align: center;
  /*padding: 14px;*/
  margin-bottom: 4px !important;
  vertical-align: middle;
  padding: 0px 6px 0px 6px;
}
.card {
  display: flex;
  /*margin: 22px;*/
  flex-direction: column;
  margin: var(--card-margin);
}

.card-terrasse {
  display: flex;
  flex-direction: column;
  margin: var(--card-margin);
}

.card > * {
  /*flex: 1 1 180px;*/
}
.card_content {
  background: #971a14;
  text-align: center;
  color: white;
  max-height: 60px;
}
.card_content_under {
  font-size: 26px;
  /* background: #454349;*/
  /*text-align: center;*/
  /*color: white;*/
  /*max-height: 30px;*/
}
.card_over {
  align-items: center;
}
.flex-container {
  display: flex;
  flex-direction: row;
  color: white;
  /*float: left;*/
}

#newopen {
  /*background-color: #454349;*/
  width: 40%;
  padding: 12px;
}
#content_home {
  padding-top: 50px;
  min-height: 100%;
  height: calc(100% - 70px);
}
#content_home_picture {
  background-image: url("img/teaser.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 100%;
  height: calc(100% - 70px);
  background-position: center top;
}
.footer {
  margin-top: 82px;
  background-color: #244951;
  min-height: 60px;
  width: 100%;
  border: 0px solid;
  color: white;
}
#header {
  /*padding: 18px 18px 18px 18px;*/
  /*height: 60px;*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  -ms-flex-wrap: none;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  /*background-color: #454349;*/
}
#header2 {
  /*padding: 18px 18px 18px 18px;*/
  /*height:60px;*/
   display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  -ms-flex-wrap: none;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  /*background-color: #454349;*/
  width: 100%;
}
.header2 {
  /*padding: 18px 18px 18px 18px;*/
  /*height:60px;*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  -ms-flex-wrap: none;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  /*background-color: #454349;*/
  width: 100%;
}
.hintergrund {
  display: block;
  /*z-index: -20;*/
  /*max-height: 60px;*/
  height: auto;
  top: 0;
  left: 0;
  padding: 0px;
  /*min-width: 268px;*/
  min-width: 320px;
  width: 220px;
  max-width: 220px;
  top: 0px;
  position: relative;
}
.b1 {
  border: 1px solid;
}
.h100 {
  height: 100px;
}
.container-vertical {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -1ch;
}
.element-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.middle {
  margin: auto;
  /*padding: 0px 0px 0px 6px;*/
}
.phone {
  padding: 0px 4px 0px 4px;
  float: right;
  color: #454349;
}
.phone i {
  font-size: 30px;
}

#phone i {
  float: right;
  color: #454349;
}

.show {
  display: block;
}

.show2 {
  display: block;
}
.show3 {
  display: block;
}
.hide {
  display: none;
}
ul {
  padding: 0em 2em 0em 2em;
}
.content {
  /*text-align: justify;*/
  padding: 10px 0px 0px 0px;
  word-break: break-word;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.mobil {
  display: none;
}
.not_mobil {
  display: block;
}
.w_card {
  width: 50px;
}
.w_price {
  width: 33%;
}
.square {
  position: relative;
  bottom: 3px;
}
.h_price {
  padding-top: 10px;
  height: 44px;
}
p_price_header {
  padding: 0px 50px 0px 0px;
}
.bg_petrol {
  background-color: #244951;
  color: white;
}
.bg_greyhell {
  background-color: #ededed;
}
.square_size {
  width: 14px;
  height: 14px;
  background-color: #971a14;
  font-size: 10px;
  /*padding: 0px 10px 0px 0px;
  margin: 0px 10px 0px 0px;**/
}
.bold3 {
  font-weight: 600;
}
.bold {
  font-weight: 700;
  padding: 10px 0px 0px 0px;
}
.bold2 {
  font-weight: 500;
  padding: 0px 0px 25px 0px;
}
.bold_price {
  font-weight: 600;
  padding: 0px 0px 25px 0px;
}
.justify_content_end {
  justify-content: flex-end;
}
.flex {
  display: flex;
}
.row {
  display: flex;
  flex-direction: row;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.space_nowrap {
  white-space: nowrap;
  flex-wrap: nowrap;
}
.p_12_0_0_0 {
  padding: 12px 0px 0px 0px;
}
.pl2 {
  padding: 0px 0px 0px 2px;
}
.pl14 {
  padding: 0px 0px 0px 14px;
}
.pt14 {
  padding-top: 14px;
}
.p_25_0_0_0 {
  padding: 25px 0px 0px 0px;
}
.p_20_0_0_0 {
  padding: 20px 0px 0px 0px;
}
.p_36_0_0_0 {
  padding: 42px 0px 0px 0px;
}
.p_price {
  padding: 2px 2px 2px 2px;
}
.width_50 {
  width: 50%;
}
.profi {
  padding: 13px 0px 13px 0px;
}
.col {
  display: flex;
  flex-direction: column;
}
/*@media screen and (max-width: 1024px) {*/
@media screen and (max-width: 1150px) {
  #content_home {
    padding-top: 10px;
  }    
  #myTopnav2 {
    line-height: 150%; 
    display: flex; 
    flex-direction: column; 
    align-items:center;
    justify-content: center;
  }
  #product_sub{
    margin: auto;
    top:0px;
    width:100%;
    left:0%;
    right:0%;
  }
  p {
    padding: 0px;
    margin: 1px;
  }
  .profi {
    padding: 0px;
  }
  .col {
    display: flex;
    flex-direction: column;
  }
  .row {
    display: flex;
    flex-direction: column;
  }
  .row1 {
    display: flex;
    flex-direction: row;
  }
  #main {
    height: calc(100% - 128px);
    display: flex;
    flex-direction: column;
    /*min-height: 100%*/
  }
  .not_mobil {
    display: none;
  }
  .mobil {
    display: block;
  }
  #phone {
    display: none;
    padding: 10px 0px 10px 0px;
    justify-content: flex-end;
    border: 1px solid;
    position: relative;
    color: black;
    width: 100%;
    max-width: 100%;
  }

  .flex-container {
    display: flex;
    padding: 6px 0px 0px 6px;
  }

  .topnav {
    height: auto;
    display: block;
    width: 100%;
    padding: 0px 1px 0px 1px;
  }
  .topnav a {
    display: none;
    /*width: 100%;*/
    /*width: calc(100% + 25px);*/
    position: relative;
   /* padding: 6px 0px 6px 12px;*/
    background-color: #ddd;
    color: black;
    font-size: 17px;
    margin: 0px;
  }
  .topnav a:hover {
    color: #686868;
  }

  .topnav a.active,
  dropdown a.active {
    background-color: #7f7f7f;
    color: white;
    font-weight: 100;
    /*border-top: 1px solid white;*/
    /*border-right: 1px solid white;*/
    /**/
  }
  .product_sub{

  }
  .menu {
    padding: 8px 4px 5px 5px;
    display: block;
    position:absolute;
    right:0px;
  }
  .menu a.icon {
    border: 0px solid;
    float: right;
    display: block;
    width: 35px;
    padding: 4px 11px 10px 4px;
    text-align: center;
    color: #454349;
    font-size: 20px;
  }

  .hintegrund {
    position: relative;
  }
  img.hintergrund {
    display: block;
    height: auto;
    top: 0;
    left: 0;
    min-width: 200px;
    width: 100%;
    padding: 0px;
    position: relative;
  }
  .content {
    padding: 0px 0px 0px 0px;
  }
  .content img {
    text-align: justify;
    padding: 2px 0px 2px 0px;
    word-wrap: break-word;
  }
  .sub {
    padding: 0px 16px 0px 16px;
  }

  .content_home_mobil {
    display: none;
  }
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    padding: 4px 4px 4px 20px;
    float: none;
    display: block;
    text-align: left;
    z-index: 2;
  }
  .topnav.responsive .dropdown {
    /*width: calc(100% + 31px);*/
    float: none;
    width: 100%;
  }
  .topnav.responsive .dropdown-content {
    padding: 0px;
    position: relative;
    background-color: #dddddd;
  }
  .dropdown-content a {
    background-color: #dddddd;
  }
  .dropdown-content {
    margin-top: 0px;
  }
  .product_sub{
    /*border-bottom: 1px solid white;*/
  }
  .topnav.responsive .dropdown .dropbtn {
    background-color: #dddddd;
    display: block;
    text-align: left;
    /*width:100%;*/
  }
  .padding-l_10{
    padding-left: 20px !important;
  }
  .padding-l_100{
    padding-left: 60px !important;
  }
  .padding-l_50{
    padding-left: 40px !important;
    padding-right: 30px !important;
  }
  .dropdown .active {
    background-color: #7f7f7f !important;
  }

  .dropdown-menu {
    padding: 0px;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  #header2 {
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  #header {
    height: auto;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    background-color: white;
  }
  .content_home_mobil {
    top: 0;
    left: 0;
    display: block;
    padding: 0px;
    z-index: -20;
    max-height: 200px;
    width: auto;
    top: 0;
    left: 0;
    padding: 0px;
  }
}

@media screen and (max-width: 414px) {
  .card {
    margin-top: 16px;
  }
  .bold2 {
    font-weight: 600;
  }
  .p_title {
    line-height: 140%;
  }
  .font_title {
    font-size: 22px;
  }
  .container {
    padding: 0px 0px 0px 0px;
  }
  .square_size {
    display: none;
  }
  .m-pl-10 {
    /*padding-left: 22px !important;*/
  }
}
