:root {
    --primary-color: #df0a0a;
    --secondary-color: #0d5195;
    --tertiary-color: #002b6f;
    --accent-color: #0d9551;
    --highlight-color: #bb3353;
    --light-gray-color: #e5e5e5;
    --gray-color: #858585;
    --dark-gray-color: #353535;
    --text-color: #353535;
    --medium-text-color: rgba(0,0,0,.45);
    --light-text-color: rgba(0,0,0,.25);
    --dark-border-color: #353535;
    --medium-border-color: rgba(0,0,0,.2);
    --light-border-color: rgba(0,0,0,.1);
    --light-background-color: rgba(0,0,0,.05);
    --link-color: #df0a0a;
    --link-hover-color: #353535;
    --button-color: #df0a0a;
    --button-text-color: #fff;
    --button-hover-color: #353535;
    --button-hover-text-color: #fff;
    --page-background-color: #fff;
    --site-title-color: #353535;
    --site-title-hover-color: #df0a0a;
    --navi-color: #353535;
    --navi-hover-color: #df0a0a;
    --navi-border-color: #353535;
    --title-color: #353535;
    --title-hover-color: #df0a0a;
    --widget-title-color: #353535;
    --footer-text-color: #353535;
    --footer-text-hover-color: #df0a0a;
    --footer-border-color: rgba(0,0,0,.1);
    --text-font: "Roboto",arial,helvetica,sans-serif;
    --title-font: "Open Sans",arial,helvetica,sans-serif;
    --navi-font: "Roboto",arial,helvetica,sans-serif;
    --widget-title-font: "Open Sans",arial,helvetica,sans-serif;
    --title-font-weight: 700;
    --navi-font-weight: 400;
    --widget-title-font-weight: 700;
    --title-text-transform: none;
    --navi-text-transform: none;
    --widget-title-text-transform: uppercase;
    --text-line-height: 1.75;
    --title-line-height: 1.4;
}


body {
  font-family: 'Roboto', sans-serif;
  font-size: 11pt;
  background-color: white;
  margin: 0;
  overflow-x: hidden;
  overflow-wrap: anywhere;
}

hr{
 margin: 32px 0;
 border-top: 1px;
 height: 0;
}

small{
  font-weight: normal;
}

.ol-small{
  letter-spacing: -0.02em;
  font-size: 10.6pt;
  font-size: 10.2pt;
  bottom: -35px !important;
}
.ol-small-2h{
  letter-spacing: -0.02em;
  font-size: 10.6pt;
  font-size: 10.2pt;
  bottom: -53px !important;
}

p a{
  text-decoration: underline;
}

.middle img {
  margin: 0 15px -49px 15px;
}

.middle {
  padding-bottom: 49px;
}


td p{
  margin: 0;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  background-color: #808080;
  text-align: center;
  max-width: 1040px;
  transform: translateX(-50%);
  overflow-x: hidden;
  z-index:1;
}

.tight2 {
  margin-bottom: -15px;
}

.tight {
  margin-bottom: 3px;
}
.tight p {
  margin-top: 4px;
}

.bold{
  font-weight: 700;
}

.right{
  text-align: right;
}


/* table layout */

.table-resp {
  border-collapse: collapse;
  margin-left: 1em;
}
.table-resp caption {
  text-align: left;
  width: 95vw;
}

div.table-resp{
  font-weight: 700;
  padding: 0.25em 0.5em;
  background-color: #808080;
  color: white;
  display: none;
  margin-bottom: -8px;
}
.table-resp span{
  display: none;
  float:left;
  margin-left: 55px;
}

.table-resp th {
  vertical-align: top;
}
@media (max-width: 381px) {
  .table-resp{
    font-size: 100%;
  }
}
@media (min-width: 342px) {
  .table-resp {
    margin: 50px 0;
    position: relative;
  }
  .table-resp caption {
    position: absolute;
    top: -2em;
    margin-bottom: 0.75em;
  }
  .table-resp thead {
    text-align: left;
    background-color: #808080;
    color: white;
  }
  .table-resp td, .table-resp th {
    padding: 0.25em 0.5em;
  }
  .table-resp td:nth-child(2), .table-resp td:nth-child(3), .table-resp th:nth-child(2), .table-resp th:nth-child(3) {
    border-left: 3px solid #fff;
  }
}

/* 3 Spalten 950px 2 Spalten 400px */
/* @media (max-width: 950px) { */
@media (max-width: 400px) {
  .table-resp {
    margin-left: 0;
    display: block;
    margin-top: 1em;
  }
  .table-resp thead {
    display: none;
  }
  div.table-resp, span.table-resp{
    display: block !important;
  }
  .table-resp span{
    display: block !important;
  }
  .table-resp td {
    display: block;
  }

  .table-resp td:first-child {
    font-weight: 700;
    margin-top: 0.75em;
    margin-bottom: 0;
  }

  .table-resp td:nth-child(2) {
    margin-top: 0;
  }
}




/* table layout */


.gray-box{
  background-color: #e3e3e3;
  padding: 8px;
}

.center{
  text-align: center;
}

.left{
  text-align: left;
}

.footer a{
  color: white;
}

.hidden{

  display: none;
}

.additions {
  font-style: italic;
  color: #6a6a6a;
}

h4 {
  margin: 0 0 -15px 0;
}


.wrapp{
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  background-color: white;
  width: calc(100% - 40px)  !important;
}

.besd-iframe{
  text-align:center;
  overflow: hidden;
  text-align: center;
}

.bloglinks{
  line-height: 29px;
}

/* main.css | https://edit.johannaweber.de/css/main.css?h=b5a858bf */



.close {
  font-size: 26px;
  position: absolute;
  right: 10px;
  background-color: #bdbdbd;
  padding: 0 5px;
  border: solid 1px #888;
}



.grid-2 {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fit,minmax(420px,1fr));
  margin: 30px 0 8px 0;
}

.grid-3 {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fit,minmax(338px,1fr));
  margin: 20px 0 8px 0;
}

.grid-3 div{
  background-color: #e3e3e3;
  padding: 15px;
}

.grid-3 h3{
  color: #818181;
  margin: 6px 0 14px 0;
}

#paypal-ico {
margin: 5px 7px -10px 5px;
}

.facts {
  float: left;
}

.facts p {
  margin: 7px 0;
}

.fact {
  display: inline-block;
  width: 122px;
  color: #df0a0a;
}

.linklist li {
  line-height: 18px;
  padding: 7px 0;
}

.fact-type {
  width: 80px;
  display: inline-block;
  vertical-align: top;
  color: #7b7b7b;
  font-weight: 700;
}

.facts {
  background-color: #d9d8d8;
  padding: 13px;
  margin-right: 7px;
}

.MarBo{
  margin-bottom: 80px;
}

.grid-5 {
  display: grid;
  grid-gap: 19px;
  grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
  grid-auto-rows: 300px;
}

.grid-img{
  object-fit: cover;
  width: 100%;
  height: 278px;
  background: rgba(255,255,255,0.02);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(208px, 1fr));
  grid-gap: 6px;
}

.contact-grid a {
  background-color: #f4f4f4;
  padding: 11px;
}

#title-img{
  width: 100%
}

.sub, .subsub{
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin: 0;
}

.subsub{
  color: #808080;
}

.minheight{
  margin: -10px 0;
}

.flow {
  float: left;
  margin: 0px 20px 10px 0;
  max-width: 500px;
  width: 50%;
}


.contakt-link {
  display: inline-block;
  margin: 0px 3px 3px 0;
  font-weight: 700;
  color: #808080;
}

a .sub{
  color: #808080;
  margin: 20px 0;
}
a .sub:active{
  color: #808080;
}

h2 .sub{
  color: #df0a0a;
}

.grid1{
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit,minmax(234px,1fr));
}
.grid2{
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit,minmax(234px,1fr));
  grid-auto-rows: 300px;
}

.head{
  height: 70px;
  padding: 5px 0;
  background-color: white;
}
.orte{
  background-color: #808080;
  padding: 1px 0 3px 17px;
  margin: 3px 0;
}

.orte a{
  color: white;
}
.fix-head{
  position: fixed;
  top: 0;
  width: calc(100% - 40px);
  background-color: white;
  padding: 0 20px;
  margin: 0 -20px;
  max-width: 1040px;
  z-index: 4;
}

.title{

  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin: 0 0 -26px 0;;
  color: #808080;
  display: inline-block;

}
.subtitle{
  font-size: 16px;
  letter-spacing: 0.075em;
  margin: 0 0 0 18px;;
  color: #df0a0a;
}


.hamburgernav{
  display: none;
  overflow: visible;
  background-color: #aaa;
  position: absolute;
  top: 58px;
  right: 0px;
  z-index: 1;
}

.hamburgernav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  display: block;
  font-weight: 700;
}

.hamburgernav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.flex-main {
  display: flex;
  align-items: stretch;
  margin: 0 -10px 50px -10px;
}

.gallery-h{
  position: relative;
  top: 30px;
}



.c-margin {
  margin-top: 180px;
  margin-bottom: 30px;
}

a.anchor{
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.tag{

  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none !important;
  color: #e01818;
  background-color: #d2d2d2;
  padding: 2pt 2pt;
  font-weight: lighter;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 3pt;
  font-weight: 400;
}
.pointer{
  cursor: pointer;
}
.tags-all {
  border-bottom: 1px solid;
  margin-bottom: 12px;
  padding-bottom: 5px;
}

.tags-all .tag, .tags-thease .tag {
  margin: 3px;
}

.tags-thease {
  max-width: 100%;
  margin-bottom: 10px;
}
.red{
  color: #df0a0a;
}

.indent{
  margin-left: 20px;
}

.fix-width{
  width: 104px;
  text-align: center;
}

.hide-large, .hide-trunc{
  display: none;
}

.breadcrumb {

  border-bottom: 1px solid;
  padding-left: 16px;

}

.year{
  font-size: 22px;
  font-weight: 700;
  color: #808080;
}

.no-item{
  margin-left: -35px;
}

.no-item li{
  list-style-type: none;
  margin-top: 25px;
}
.no-item li a {
  color: #df0a0a;
  overflow-wrap: break-word;
}

.service-small{
  grid-template-columns: repeat(auto-fit,minmax(203px,1fr));
 grid-auto-rows: 187px;
}


@media (max-width:1080px){

  .footer{
    width: calc( 100% - 40px) ;
  }

}

@media (max-width:700px){
  .flex-main {
    flex-wrap: wrap;
  }
  .hide-trunc{
    display: block;
  }
  .flow {
    margin: 0px 0 10px 0;
    width: 100%;
    max-width: 100%;

  }
}
@media (max-width:768px){
  .grid-3{
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    grid-auto-rows:150px;
    grid-gap:6px;
  }
}

.pt {
  padding-top:8px;
}


.hundred{
  width: 100%;
}

.margin-b-40{
  margin-bottom: 40px;
}

.margin-b-10{
  margin-bottom: 10px;
}
.onlinebuchung{
  width: 100%;
  margin: 10px 0;
}
.onlinebuchung-first{
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #333;
}
#booking-tease {
  position: relative;
  top: -75px;
  left: 20px;
  background-color: #ffffffa3;
  width: calc( 100% - 40px);
  text-align: center;
  font-size: 26px;
  margin-bottom: -57px;
}
.h-tease {
  background-color: antiquewhite;
  margin: 0;
  padding: 0 15px;
}


.clear{
  clear: both;
  border: none;
}
.icon {
  width: 58px;
  margin: 0 14px 19px 0;
}

.small{
  flex-grow: 1;
  min-width: 300px;
  margin: 0 10px;
  background-color: #f4f4f4;
  color: #888;
}

.large{
  flex-grow: 8;
  margin: 0 10px;
  width: calc( 100% - 16px );
}

.large a {
  text-decoration: underline;
}

.leftalign{
  float: left;
}
.rightalign{
  float: right;
}
.down{
  position: absolute;
  top: 15px;
  right: 21px;
}


.hamburger{
  width: 32px;
  height: 4px;
  background-color: #999;
  margin: 7px 0 0 10px;
}

#calendar {
  max-width: 1100px;
  margin: 20px auto;
}


.img-label {
  position: absolute;
  margin-left: 20px;
  background-color: #ffffffa1;
  padding: 3px 10px;
  z-index: 1;
}

.relative{
  position: relative;
}

.bottom {
  position: absolute;
  bottom: 0;
}

.option-label {
  position: absolute;
  margin-left: 0px;
  background-color: #d9d9d9;
  padding: 3px 10px;
  z-index: 1;
  width: calc( 100% - 20px);
  bottom: -39px;
  cursor: pointer;
}


.option-gap{
  margin-top: 10px;
  grid-gap: 36px 8px !important;
}
.option-gap-2h{
  margin-top: 10px;
  grid-gap: 49px 8px !important;
}

.social-small{
  padding: 3px 17px 0 17px;
  background-color: #c1c1c1;
  margin-top: 2px;
  width: calc( 100% - 34px );
}

.social-ico {
  height: 23px;
}
.lang-ico {
  width: 45px;
  margin-bottom: -5px;
}
.lang-code {
  display: inline-block;
  width: 45px;
}

.lang-link {
  font-size: 24px;
  color: #6c6c6c;
}

#g-trans-small {
  position: absolute;
  right: 29px;
}

.r-space{
  margin-right: 8px;
}


.dropdown-menue:hover a{
  background-color: #d0d0d0;
  padding: 14px 27px 14px 32px;
  margin: 0;
}

.dropdown-menue-content {
  display: none;
  position: absolute;
  background-color: #d0d0d0;
  padding: 8px !important;
}

.dropdown-expandet{
  background-color: #d0d0d0;
  padding: 10px 27px 14px 32px !important;
  margin: 4px 0 0 0 !important;
  color: #d11010 !important;
}


.vorlieben-position{
  left: 187px;
  top: 32px;
}
.infos-position{
  top: 32px;
  left: 84px;
}

.psm{
  left: -153px;
  top: 61px;
  width: 157px;
}

.to-anchor {
  color: #484848 !important;
}
.to-anchor:hover {
  background-color: #aaa !important;
  color: #d11010 !important;
}

.listing-label {
  font-weight: 600;
  color: #818181;
  display: inline-block;
  width: 100px;
}

.share-div{
  padding-bottom: 25px;
}

.share-button {
  padding: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
}

.button-ico {
  width: 25px;
  margin: 5px 10px -7px 10px !important;
}

@media (max-width:880px){
  /* only development */
  #lektor-edit-link{
    display: none;
  }


  .hide-small{display:none}
  .hide-large{display:block}
  .c-margin{
    margin-top: 145px;
  }
  a.anchor{
    top: -76px;
  }
  .gallery-h{
    top: 20px;
  }
  .social-small{
    display: flex;
  }
  .social-ico {
    height: 16px;
  }
  .head{
    height: 117px;
  }
  .grid-2{
    grid-template-columns: repeat(auto-fit,minmax(290px,1fr));
  }
}

@media (max-width:408px){
  .title{
    font-size: 31px;
    height: 44px;
  }
  .subtitle{
    font-size: 12px;
    height: 15px;
  }
  .c-margin{
    margin-bottom: 45px;
  }
  .hamburger{
    width: 20px;
    height: 3px;
    margin: 5px 0 0 0px;
  }
  .hide-trunc{
    display: none;
  }
  .head{
    padding: 5px 0 0 0;
  }
  .c-margin{
    margin-top: 135px;
  }
  a.anchor{
    top: -110px;
  }

  .grid-5{
    grid-template-columns: repeat(auto-fit,minmax(133px,1fr));
    grid-auto-rows: 129px;
  }
  .sub, .subsub{
    display: block;
  }
  .minheight{
     margin: 0;
  }
  .grid-img{
    height: 85px;
  }
  .facts{
    float: none;
    margin-right: 0;
  }
  .head{
    height: 110px;
  }
}
@media (max-width:350px){
  .title{
    font-size: 28px;
  }
  .subtitle{
    font-size: 11px;
    letter-spacing: 0.061em;
  }
  .head{
    height: 88px;
  }
}
.menue {
  position: relative;
  border-bottom: 1px solid;
  padding: 0;
  margin: 26px 0 0 0;
  color: #808080;
}
.nav a {
  font-size: 18px;
  text-decoration: none !important;
  margin: 0 11px 0 16px;
}


.grow-space{
  display: inline-block;
  flex-grow: 1;
  max-width: 20px;
}

.hide-small .social-ico {
  margin-right: 5px;
}
.div-right {
  display: inline-block;
  right: 0px;
  position: absolute;
margin-top: -35px;
}



.black{
  color: black;
}


a {
  color: var(--navi-color);
  text-decoration: none;
}

.menue a {
}
.menue ul {
  padding: 0;
}

a:active, .alink a {
  text-decoration: underline;
  color: var(--navi-hover-color);

}
.underline {
  text-decoration: underline;

}
.nodecoration {
  text-decoration: none !important;
  color: inherit !important;

}
a:hover  {
  color: var(--navi-hover-color);
}
.menue li  {
  display: inline;
}



.archive {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  grid-gap: 32px;
  grid-auto-flow: dense;
}

blockquote{
  font-family: serif;
  font-style: italic;
  margin: 0;
  padding: 0;
}

.small h3{
  font-weight: normal;
  color: var(--navi-hover-color);
  margin: 8px 0 8px 0;

}

.gray {
  color: #888;
}
.bold {
  font-weight: 700;
}



/* Extra-wide grid-posts */
/*
.article:nth-child(31n + 1) {
  grid-column: 1 / -1;
}
.article:nth-child(16n + 2) {
  grid-column: -3 / -1;
}
.article:nth-child(16n + 10) {
  grid-column: 1 / -2;
}
*/

.thumb-img{
  width: 100%;
  margin: 0 20px 0 0;
}
.tease-img{
  width: 120px;
  float:left;
  margin: 0 15px 6px 0;
}

.tease{
  padding-left:15px!important;
  padding-right:27px!important;
  border-bottom: 1px solid #333;
  cursor: pointer;
}

p {
  hyphens: auto;
}

.tease p {
  margin: 1px;
  hyphens: auto;
}

.tease h3 {
  margin-bottom: 4px;
}

.columns{
  column-count: auto;
  column-width: 310px;
  column-gap: 32px;
  text-align: justify;
}
.columns img{
  width: 100%
}

.pagination {
  margin-bottom: 60px;
}

.PopUp{
  position: fixed;
  top: calc( 50% - 42px);
  left: 50%;
  padding: 10px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none;
  max-height: calc(100vh - 84px );
  background-color: #e1e1e1;
  border: 1px solid #888;
  width: calc(100% - 43px);
  overflow: auto;
  z-index: 4;
  margin-top: 42px;
}


.article{
  grid-column: span 1;
  text-align: justify;
  border-bottom: 1px solid grey;
  padding: 0 0 10px 0;
  color:black;
  height: 100%;
}

/* GRID */
.grid-orte{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(254px,1fr));
  grid-auto-rows: 250px;
  grid-gap: 36px 8px;
}
.grid-orte img {
    object-fit: cover;
    cursor: pointer;
    width: 100%;
    height: calc(100% - 30px);
    background: rgba(255,255,255,0.02);
}






.article h2, .article h3 {

  text-align: left;

}

.w-button {
    border: 1px solid black;
    border-radius: 20px;
    text-align: center !important;
    padding: 5px;
}


h2{

  color: var(--navi-hover-color);
  font-weight: bold;

}
.article h3 {


}
.sustainer{
  height: 0.1px;
}

.meta{
  color: gray;
  font-weight: bold;
}

/*
.article:nth-child(0n+1){
  grid-column: span 2;

}
*/

@media (max-width: 700px) {
  .icon {
    width: 75px;
    margin-left: -89px;
  }
  .no-item li {
    padding-left: 84px;
  }
  .year {
    margin-left: -87px;
  }
}

/* Single column display for phones */
@media (max-width: 459px) {
  .archive {
    display: flex;
    flex-direction: column;
  }
}



