body {
  margin: 0;
  font-family: calibri;
  font-size: 22px;
  height: 100% !important;
  overflow: hidden;
  line-height: 150%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-y: auto;
}

h3 {
  font-size: 1.26em;
}

h2,
h3 {
  line-height: 1.3;
}

.um input[type="submit"].um-button,
.um input[type="submit"].um-button:focus,
.um a.um-button,
.um a.um-button.um-disabled:hover,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:active {
  background-color: white !important;
}

.um .um-button.um-alt,
.um input[type="submit"].um-button.um-alt {
  background-color: #eeeeee !important;
}

.erfolg-header {
  vertical-align: middle;
  padding: 8px 10px 8px 10px;
  color: white;
  background-color: white;
}

.erfolg-content {
  word-wrap: break-word;
  max-height: 306px;
  overflow: hidden;
  /*display: -webkit-box;*/
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.hello {
  display: flex;
  flex-direction: column;
  /*padding: 0px 0px 20px 0px;*/
  height: unset !important;
  /*margin: 40px;*/
  padding: 50px 22% 50px 22%;
  border: 0px solid;
}

.entry {
  display: flex;
  flex-direction: column;
  /*padding: 0px 0px 20px 0px;*/
  height: unset !important;
  /*margin: 40px;*/
  /*padding: 50px 22% 50px 22%;*/
  border: 0px solid;
}

p {
  /*padding: 0px 0px 5px 0px;*/
}

a {
  /*color: #f2f2f2;*/
  text-align: center;
  /*padding: 0px 6px 2px 6px;*/
  text-decoration: none;
  cursor: pointer;
}

.p_menu i {
  padding: 2px;
}

.search {
  top: 16px;
  position: absolute;
  z-index: 111;
  height: 60px;
  padding: 10px 0px 0px 0px;
  text-align: right;
  width: 100%;
  font-size: 18px;
  border-radius: 4px;
  height: 34px;
}

.search_submit {
  height: 44px;
  width: 40px;
  margin: 0px 10px 0px 0px;
  border-radius: 4px;
  border: 1px solid #bbbbbb;
  font-size: 18px;
}

li {
  padding: 4px 0px 4px 0px;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*input,
input::-webkit-input-placeholder {
  font-size: 18px;
  border-radius: 2px;
  padding: 4px 8px 4px 8px;
  width: calc(100% - 16px);
  height: 34px;
}*/

select {
  font-size: 18px;
  border-radius: 2px;
  margin: 0px;
}

#myTopnav {
  border: 0px solid;
}

/**********************/
/*.search_input {
  position:absolute;
  right:0px;
  top:25px;
}*/
.loop_search {
  margin-bottom: 0px;
  padding: 20px 120px 40px 120px;
}

.pagination {
  justify-content: center;
  display: inline-block;
  margin: 20px 0;
  border-radius: 4px;
  text-align: center;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/*********************/

.login {
  font-size: 18px;
  border-radius: 4px;
  padding: 4px 8px 4px 8px;
  width: calc(100% - 16px);
  height: 34px;
}

.submit {
  font-size: 18px;
  border-radius: 4px;
  padding: 4px 8px 4px 8px;
  height: 34px;
  border: 1px solid #bbbbbb;
}

.hyphens {
  display: grid;
  grid-gap: 0px;
}

.p_menu1 {
  height: 60px;
  position: relative;
}

.p_menu_vertical1 {
  margin: 0;
  position: relative;
  /*top: 55px;*/
  top: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p_menu_vertical12 {
  margin: 0;
  position: relative;
  /*top: 55px;*/
  top: 50px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fa-caret-down {
  padding: 5px !important;
  margin: auto !important;
  height: 100% !important;
}

/*Beitragsnavi*/
.post-navigation .nav-links {
  display: flex;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  width: 50%;
}

.post-navigation .nav-links .nav-next {
  text-align: right;
  border: 1px solid;
}

.post-navigation .nav-links .nav-subtitle {
  border: 1px solid;
  display: block;
  /*font-size: 14px;*/
  font-weight: 100;
  text-transform: unset;
  color: #888;
}

.post-navigation .nav-links .nav-previous .nav-subtitle:before {
  /*content: "\00AB"; */
  /* Left Arrow */
  content: "";
}

.post-navigation .nav-links .nav-next .nav-subtitle:after {
  /*content: "\00BB"; */
  /* Right Arrow */
  content: "";
}

.post {
  width: 70%;
  padding: 0px;
  background-color: white;
}

/*Beitragsnavi  */

.logo {
  justify-content: flex-end;
  z-index: 22;
  border: 0px solid;
  object-fit: fill;
  padding: 10px 20px 0px 10px;
}

.photo_title {
  padding: 8px 0px 0px 0px;
  text-align: left;
  background-color: white;
  color: black;
  line-height: 20px;
}

figcaption {
  padding: 8px 8px 8px 8px !important;
  text-align: center !important;
  background-color: white !important;
  color: white !important;
  font-size: 19px !important;
  margin: 0px !important;
}

.photo_box {
  width: calc(30% - 0px);
  padding: 0px 20px 20px 0px;
}

.archiv {
  padding-left: 0px !important;
  font-size: 17px !important;
}

.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;
}

.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;
}

.facebook {
  padding: 0px 0px 0px 20px;
  width: 45px;
  height: 45px;
}

#main {
  height: 100%;
  display: flex;
  flex-direction: column;
  /*width: calc(100% - 40px);*/
}

main {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: calc(100% - 0px);
}

.menu {
  display: none;
}

.m20 {
  margin: 20px
}
.fs19 {
  font-size: 19px;
}

.footer {
  width: 100%;
  text-decoration: none;
}

.topnav {
  justify-content: space-between;
  /*border: 1px solid;*/
  /*width: 50%;*/
  display: flex;
}

.dropdown-menu {
  padding: 0px;
}

.topnav a,
.footer a,
.footer a:hover {
  display: block;
  color: black;
  text-align: center;
  padding: 0px 14px 15px 14px;
  margin: 0px 6px 0px 0px;
  text-decoration: none;
  font-size: 22px;
}

.topnav a:hover {
  color: #C3067B;
}

.topnav a.active,
div.active,
.active {
  color: #C3067B !important;
  /*border-bottom: 1px solid #a0b1b4;
  border-right: 1px solid #a0b1b4;*/
}

.inactive {
  color: black !important;
  border-bottom: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  /*border-bottom: 1px solid white;
  border-right: 1px solid white;*/
}

.dropdown .dropbtn {
  /*border: 1px solid transparent;*/
  /*outline: none;*/
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  /*box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/
  z-index: 11;
  background-color: white;
  margin: 5px;
}

.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: #C3067B;
  border-bottom: 1px solid transparent;
  /*border-right: 1px solid white;*/
}

.dropdown-content a:hover {
  color: #C3067B;
}

.dropdown:hover {
  color: #686868;
  /*border-bottom: 1px solid #a0b1b4;
  border-right: 1px solid #ddd*/
}

.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;
}

.item {
  padding: 20px 20px 10px 20px;
  background-color: #fff;
}

.home_title {
  text-align: center;
  padding: 00px 190px 0px 190px;
}

.p_title {
  /*padding: 0px 6px 10px 0px;*/
  line-height: 110%;
}

:root {
  --card-margin: 20px;
}

.container_current {
  display: flex;
  /*flex-wrap: wrap;*/
  flex-flow: row wrap;
  justify-content: space-between;
  /*padding: 0px 12% 0px 12%;*/
}

.container_current>* {
  /*flex: 1 1 calc(0px + 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;
  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: 0px 0px 400px 0px;*/
  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;
}

#header_main {
  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;*/
}

#header {
  padding: 0px 40px 15px 40px;
  height: 95px;
  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: white;
  width: 100%;
}

.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;*/
  width: 100%;
}

.hintergrund {
  display: block;
  z-index: 33;
  top: 0;
  left: 0;
  padding: 0px;
  width: 250px;
  position: relative;
}

.space-between {
  justify-content: space-between;
}

.b1 {
  border: 1px solid;
}

.h100 {
  height: 100%;
}

.b-t1 {
  border-top: 1px solid;
}

.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 0px 10px auto;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 55px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.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;
}

.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,
row2 {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.space_nowrap {
  white-space: nowrap;
  flex-wrap: nowrap;
}

.space_wrap {
  white-space: auto;
  flex-wrap: auto;
}

.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_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;
}

.footer-navi {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  align-items: flex-start;
}

.center {
  margin: auto;
  padding: 0px;
}

.bord {
  /*border: dashed #00ff00 1px;*/
  background-color: #afa9a8b2;
  height: 1px;
  width: 90%;
  position1: absolute;
  top: 0px;
  margin: 0px;
  padding: 0px;
}

/*@media screen and (max-width: 1140px) {
  .logo {
    justify-content: flex-end;
    padding: 0px 0px 0px 0px;
  }
  #header {
    padding: 0px 0px 0px 0px;
  }
  .footer-navi {
    flex-direction: column;
  }
}
@media screen and (max-width: 1712px) {
  .logo {
    justify-content: flex-end;
    padding: 0px 0px 0px 0px;
  }
  #header {
    padding: 0px 0px 0px 0px;
  }
  .footer-navi {
    flex-direction: column;
  }
}
@media screen and (max-width: 1150px) {
  .logo {
    justify-content: flex-end;
    padding: 0px 0px 0px 0px;
  }
  #header {
    padding: 0px 0px 0px 0px;
  }
  .footer-navi {
    flex-direction: column;
  }
}*/

/*************************************************************/
#search_input {
  height: 34px;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid #bbbbbb;
  padding: 4px 8px 4px 8px;
  /*width: calc(100% - 16px);*/
  z-index: 555555555555;
}

@media screen and (max-width: 1078px) {

  /*@media screen and (max-width: 1276px) {*/
  /*@media screen and (max-width: 1320px) {*/
  #search {
    display: none;
  }

  #search_input {
    /*width: 50%;*/
  }

  .search {
    position: absolute;
    z-index: 111;
    height: 60px;
    padding: 10px 0px 0px 0px;
    text-align: right;
    width: 100%;
  }

  .post {
    width: 100%;
    padding: 0px;
    background-color: white;
  }

  #sidebar {
    margin-left: 0px;
  }

  .logo {
    height: 95px;
    justify-content: flex-end;
    padding: 10px 20px 0px 10px;
  }

  .facebook {
    padding: 0px 0px 20px 0px;
    width: 55px;
    height: 55px;
  }

  .photo_title {
    padding: 8px 8px 8px 8px;
    text-align: center;
    background-color: white;
    color: black;
    font-size: 19px;
  }

  .photo_box {
    width: calc(50% - 20px);
    padding: 0px 0px 40px 0px;
  }

  .archiv {
    /*padding-left: unset;*/
  }

  /*p {
    padding: 0px;
    margin: 1px;
  }*/
  .profi {
    padding: 0px;
  }

  .col {
    display: flex;
    flex-direction: column;
  }

  .row {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }

  .row1 {
    display: flex;
    flex-direction: row;
  }

  #main {
    /*height: calc(100% - 128px);*/
    display: flex;
    flex-direction: column;
    /*padding-top: 20px;*/
    /*margin-right: 20px;
    margin-bottom: 20px;*/
    /*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;
  }

  #myTopnav {
    padding: 115px 0px 80px 40px;
    border: 0px solid;
  }

  .topnav {
    height: auto;
    display: block;
    width: 80%;
    position: absolute;
  }

  .topnav a {
    position: relative;
    padding: 6px 0px 6px 12px;
    font-size: 20px;
    margin: 0px;
    height: 48px;
  }

  .topnav a:hover {
    color: #C3067B;
  }

  .topnav a.active,
  dropdown a.active {
    color: #C3067B;
  }

  .menu {
    display: block;
    background-color: white;
    position: relative;
    padding: 10px;
  }

  .menu a.icon {
    border: 0px solid;
    float: right;
    display: block;
    width: 100%;
    padding: 4px 11px 10px 4px;
    text-align: center;
    font-size: 20px;
    color: black;
  }

  .hintergrund {
    position: relative;
  }

  img.hintergrund {
    display: block;
    top: 0;
    left: 0;
    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: absolute;
    z-index: 11;
    background-color: white;
    left: 0px;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    z-index: 2;
  }

  .topnav.responsive .dropdown {
    /*width: calc(100% + 31px);*/
    float: none;
  }

  .topnav.responsive .dropdown-content {
    padding: 0px;
    position: relative;
    padding-left: 30px;
    /*background-color: #f4f4f4;*/
  }

  .dropdown {
    overflow: hidden;
  }

  .dropdown-content a {
    /*background-color: #f4f4f4;*/
  }

  .dropdown-content {
    margin-top: 0px;
  }

  .topnav.responsive .dropdown .dropbtn {
    display: block;
    text-align: left;
  }

  .dropdown .active {
    /*background-color: #7f7f7f !important;*/
  }

  .dropdown-menu {
    padding: 0px;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }

  #header {
    border: 0px solid;
    padding: 0px 10px 10px 0px;
    display: flex;
    flex-wrap: wrap;
  }

  #header_main {
    /*height: 95px;*/
    padding: 0px 10px 0px 10px;
    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;
  }

  .home_title {
    padding: 0px 0px 0px 0px;
  }

  .p_menu {
    /*border-top: 1px solid;*/
  }

  .p_menu_vertical {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .mobil-none {
    display: none;
  }
}

@media screen and (max-width: 1027px) {}

@media screen and (max-width: 640px) {
  .hello {
    display: flex;
    flex-direction: column;
    /*padding: 0px 0px 20px 0px;*/
    height: unset !important;
    padding: 50px 12% 50px 12%;
    border: 0px solid;
  }

  .entry {
    display: flex;
    flex-direction: column;
    /*padding: 0px 0px 20px 0px;*/
    height: unset !important;
    /* padding: 50px 12% 50px 12%;*/
    border: 0px solid;
  }

  #search {
    display: none;
  }

  .loop_search {
    margin-bottom: 0px;
    padding: 20px 20px 40px 20px;
  }

  .footer-navi-content {
    padding: 10px 0px 10px 0px;
  }

  .photo_box {
    width: 100%;
    padding: 0px 0px 40px 0px;
  }

  .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: 32px !important;
  }

  .footer-navi {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}