/* dev */

/*
  #lektor-edit-link{
    display: none;
  }

img {
  opacity: 0;
}

*/

:root {
  --background: #1d1d1d;
  --parent-color: var(--background);
  --background-contrast: #2f2f2f;
  --gap: 15px;
  --frame-length: 60px;
  --frame-width: 3px;
  --atrium-main: #ff911d;

  --text-padding: calc( var(--gap) - 3px);

  --contArea: #000000b2;
  --contColor: #c89a30;
  --contShadow: #000;
  --longTextColor: #2f3e18;
  --longTextArea: #c4ae6dc2;
  --contrastArea: #0e4827a6;
}

/* dev
.square.hundred.margin-b-40 {
  opacity: 0;
}

*/
html{
  overflow-x: hidden !important;
  margin: 0;
}
body {
  color-scheme: light only;
  font-family: "Raleway";
  font-size: 12pt;
  font-weight: 400;
  color: white;
  background-color: var(--background);
  margin: 0;
  max-width: 100vw !important;
  overflow-x: hidden !important;
}



h1{
  font-size: 30pt;
}
h1, h2, h3, h4{
}

h2, h3, h4{
  font-size: 14pt;
  font-weight: 600;
}
/* id */


#logo {
  width: 56px;
  position: absolute;
  left: 34px;
  top: 16px;
  filter: brightness(88%);
  box-shadow: 1px 2px 4px #c89a30;
}



#calendar {
  max-width: 400px;
  margin: 0 auto 20px auto;
  background-color: #f7f4f0;
  color: var(--longTextColor);
  padding: 9px 0px;
}

.subH{
  margin-top: calc( var(--gap) * -1 );
}

.marg-top{
  margin-top: 20px !important;
}


/* classes */
/* frame */


.frame {
    padding: var(--text-padding);
    position: relative;
    background-color: var(--parent-color);
    border: var(--frame-width) solid var(--atrium-main);
}

.frame a, .frame a:active, .frame a:hover, .frame a:visited {
  color: white;
  text-decoration: underline;
}

.frame::before, .frame::after {
    position: absolute;
    content: '';
    z-index: 1;
}
.frame::before {
    border-top: calc(  var(--frame-width) + 2px) solid var(--parent-color);
    border-bottom: calc( var(--frame-width) + 2px)  solid  var(--parent-color);
    width: calc( 100% - calc( var(--frame-length) * 2 ) ) ;
    left: calc( var(--frame-width) +  var(--frame-length) );
    left: var(--frame-length);
    height: calc( 100% - 2px);
    top: calc( -1 * var( --frame-width) - 1px );
}
.frame::after {
    border-left: calc( var(--frame-width) + 2px) solid  var(--parent-color);
    border-right: calc( var(--frame-width) + 2px) solid  var(--parent-color);
    height: calc( 100% - calc( var(--frame-length) * 2 ) ) ;
    left: calc( -1 * var( --frame-width) - 1px) ;
    width: calc( 100% - 2px);
    top: calc( var(--frame-width) +  var(--frame-length) );
    top: var(--frame-length);
}
.frame > * {
    position: relative; z-index: 2; /* ensure any child elements sit above pseudos */
}

/* end frame */

.relative{
  position: relative;
}

.inline{
  display: inline-block;
}

.flex{
  display: flex !important;
}
.hint{
  margin-top: 10px;
}
.fullwidth, .nogrid{
  margin: var(--gap);
  line-height: 1.5em;
}

.logo-im-frame {
  width: 100%;
  display: block;
}

.search{
  width: 30px;
  position: relative;
  top: 9px;
  left: 5px;
}

#filterMenue{
  cursor: pointer;
}
#filterDiv{
  display: none;
}

.searchH{
  background-color: #ff911da6;
  padding: 0 0 11px 10px;
}


.filterH{
  display: inline-block;
  margin: 21px 0 0 0;
  color: var(--atrium-main);
  font-weight: 700;

}
.filterItem {
  border: solid 1px var(--atrium-main);
  hyphens: none;
  padding: 3px;
  white-space: nowrap;
  line-height: 31px;
  cursor: pointer;
}

.filterUnavailable {
  border: solid 1px var(--longTextArea);
  color: var(--longTextArea);
  cursor: default;
}
.filterAktiv {
  color: var(--atrium-main);
  font-weight: 700;
  border: solid 2px var(--atrium-main);
}
.img-fullwidth{
  width: 100%;
}
.hidden{
  display: none;
}

.white{
  color: white !important;
}

.wrapp{
  margin: 0 0 50px 0;
}

.fill-flex{
  flex: 1;
}

.large{
  flex: 1;
}

.fix-head{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  background-color: var(--background);
  border-bottom: 1px solid var(--atrium-main);
}

.square{
  aspect-ratio: 1/1;
}

.img-info{
  position: absolute;
  bottom: 35px;
  font-weight: 400;
  padding: 0 3px;
  background-color: #ff911da8;
  color: white;
  width: calc(100% - 6px);
  max-width: 588px;
}

.alert-info {
  background-color: #3ab06db0;
  text-align: center;
  color: white;
  bottom: 35px;
  width: calc(100% - 24px);
  position: absolute;
}

.title-info{
  color: var(--atrium-main);
  text-align: center;
  font-weight: 400;
  font-size: 50px;
}

.div-info{
  color: var(--atrium-main);
  aspect-ratio: 1 / 1;
  text-align: center;
  display: block;
  max-width: 594px;
}

.center-info {
  position: relative;
  top: 35%;
}

.img-hint{
  position: absolute;
  bottom: 5px;
  font-weight: 400;
  padding: 0 3px;
  background-color: #3ab06db0;
  color: white;
  width: calc(100% - 6px);
  max-width: 588px;
}


.hide-large.social-small{
  margin: 0  calc( var(--gap) - var(--frame-width) )
}

.subtitle{
  margin: 0;
  padding: 0 var(--gap) 0 var(--gap) !important;
  font-size: 22px;
  color: var(--atrium-main);
  color: #ff9d38;
}

.subtitle.hide-large{
  padding: 0 !important;
}
.hide-large.social-small{
  padding: 0 0 5px 0;
}

.first-div{
  display: flex;
  flex-direction: column
}

.listing > p {
  display: table-row;
}

.hint-div{
  margin-bottom: var(--gap);
  padding: calc( var(--text-padding) + var(--frame-width));
  background-color: var(--contrastArea);
  color: white;
}
.fact-div {
  margin-bottom: var(--gap);
  padding: calc( var(--text-padding) + var(--frame-width));


  background-color: white;
  color: var(--background);
  /* green
  background-color: var(--contrastArea);
  color: white;
  */
}

.fact-div p {
  margin: 0;
}

.fact {
  display: table-cell;
  font-weight: 600;
}
.fact a, .fact a:active, .fact a:hover, .fact a:visited {
  color: var(--background);
}
.fact-type {
  display: table-cell;
  width: 95px;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}
.calLeg{
  display: flex;
  background-color: white;
}

.tagL, .spaetL, .allL{
  flex: 1;
  text-align: center;
  margin: 7px 9px;
  font-weight: 500;
  border-radius: 4px;
}
.tagL {
  background-color: #2a639b;
}

.spaetL {
  background-color: #1f683f;
}

.allL {
  background-color: var(--atrium-main);
}

.tag{
  line-height: 36px;
}
.tag a{
  background-color: var(--background);
  color: var(--atrium-main);
  text-decoration: none;
  padding: 6px;
  white-space: nowrap;
}
.vorlieben{
  text-align: justify;
  text-justify: distribute;
}
.vorlieben a, .vorlieben a:active, .vorlieben a:hover, .vorlieben a:visited {
  text-decoration: none;
  display: inline;
  margin: 3px;
}

.jump{
  display: none;
  margin-bottom: 5px;
  text-decoration: none;
}

.jump, .jump:active, .jump:hover, .jump:visited {
  text-decoration: none;
  color: var(--atrium-main);
}

.jump > .social-ico {
  height: 22px;
}

.page-h, .text_head :is(h1, h2, h3, h4, h5, h6) {
  color: var(--atrium-main);
  font-weight: 400;
  padding: var(--gap);
}
.page-h  {
  padding-bottom: 0;
  margin: 0;
}

.tagH{
  line-height: 1.2em;
}

.longText{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(290px,1fr));
  grid-gap: var(--gap);
  padding: var(--gap);
}


.doubleGrid{
  margin-top: -15px;
}
@media (min-width:610px){
  .doubleGrid{
    grid-template-columns: repeat(auto-fit,minmax(580px,1fr)) !important;
  }
}


@media (max-width:631px){
  #list{
    grid-template-columns: repeat(auto-fit,minmax(172px,1fr)) !important;
  }
}
.longText{
  column-gap: var(--gap);
  color: white;
}

.longText div *:first-of-type{
  margin-top: 0;
}

.grid-heading h1 {
  padding: 15px 15px 0 0 ;
}



@media (max-width:5504px){  .grid-heading{ grid-column: 1/18; }}
@media (max-width:5199px){  .grid-heading{ grid-column: 1/17; }}
@media (max-width:4894px){  .grid-heading{ grid-column: 1/16; }}
@media (max-width:4589px){  .grid-heading{ grid-column: 1/15; }}
@media (max-width:4284px){  .grid-heading{ grid-column: 1/14; }}
@media (max-width:3979px){  .grid-heading{ grid-column: 1/13; }}
@media (max-width:3674px){  .grid-heading{ grid-column: 1/12; }}
@media (max-width:3369px){  .grid-heading{ grid-column: 1/11; }}
@media (max-width:3064px){  .grid-heading{ grid-column: 1/10; }}
@media (max-width:2759px){  .grid-heading{ grid-column: 1/9;  }}
@media (max-width:2454px){  .grid-heading{ grid-column: 1/8;  }}
@media (max-width:2149px){  .grid-heading{ grid-column: 1/7;  }}
@media (max-width:1844px){  .grid-heading{ grid-column: 1/6;  }}
@media (max-width:1539px){  .grid-heading{ grid-column: 1/5;  }}
@media (max-width:1234px){  .grid-heading{ grid-column: 1/4;  }}
@media (max-width:929px ){  .grid-heading{ grid-column: 1/3;  }}
@media (max-width:624px ){  .grid-heading{ grid-column: 1/2;  }}

.column-grid-heading {
  background-color: #ff911da6;
  padding: 10px 0 11px 10px;
}
@media (max-width:5314px){  .column-grid-heading{ grid-column: 1/16; }}
@media (max-width:5009px){  .column-grid-heading{ grid-column: 1/15; }}
@media (max-width:4704px){  .column-grid-heading{ grid-column: 1/14; }}
@media (max-width:4399px){  .column-grid-heading{ grid-column: 1/13; }}
@media (max-width:4094px){  .column-grid-heading{ grid-column: 1/12; }}
@media (max-width:3789px){  .column-grid-heading{ grid-column: 1/11; }}
@media (max-width:3484px){  .column-grid-heading{ grid-column: 1/10; }}
@media (max-width:3179px){  .column-grid-heading{ grid-column: 1/9;  }}
@media (max-width:2874px){  .column-grid-heading{ grid-column: 1/8;  }}
@media (max-width:2569px){  .column-grid-heading{ grid-column: 1/7;  }}
@media (max-width:2264px){  .column-grid-heading{ grid-column: 1/6;  }}
@media (max-width:1959px){  .column-grid-heading{ grid-column: 1/5;  }}
@media (max-width:1654px){  .column-grid-heading{ grid-column: 1/4;  }}
@media (max-width:1349px){  .column-grid-heading{ grid-column: 1/3;  }}
@media (max-width:1044px){  .column-grid-heading{ grid-column: 1/2;  }}
@media (max-width:700px ){  .column-grid-heading{ grid-column: 1/3;  }}
@media (max-width:367px ){  .column-grid-heading{ grid-column: 1/2;  }}




/* start grid image row */
  .img-row{
    position: relative;
    display: flex;
    /*grid-template-columns: repeat(auto-fit,minmax(290px,1fr));*/
    grid-gap: var(--gap);
    padding: var(--gap);
    margin-top: var(--gap);
    background-color:  var(--background-contrast);
    margin-top: var(--gap);
  }

  @media (min-width:1200px){ .hide-row{ display:none } }
  @media (max-width:1199px){ .page-img{ display:none } }
  .img-row a{
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
  }

  .page-img img, .row-img img, .list-img img{
    width: 100%;
    object-fit: cover;
    max-width: 594px;
    display: block;
  }

  .list-img {
    text-decoration: none;
    position: relative;
  }
  .img-arrow{
    width: 30px;
    height: calc(100% - var(--gap) * 3);
    position: absolute;
    z-index: 3;
  }

  .mobile{
    display: none;
  }

  @media (pointer: coarse) {
    .mobile{
      display: block;
    }
    .noneMobile{
      display: none;
    }
  }
  .img-arrow div{
    transform: translateY(-50%);
    background-color: #ffffffb0;
    box-shadow: 0 0 8px #fff;
    border-radius: 31px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
  }
  .img-arrow span {
    display: block;
    font-weight: 500;
    color: white;
    font-size: 36px;
    margin-top: -7px;
  }

  .arrow-right{
    right: 10px;
  }
  .arrow-right span {
    margin-left: 10px;
  }
  .arrow-left{
     left: 10px;
  }
  .arrow-left span {
    margin-left: 7px;
  }


  /* min (e.g. 290) + ( 2 x padding) ; minmax(290) / 2  */
  @media (max-width:320px ){ .img-row{ grid-template-columns: repeat(auto-fit,minmax(145px,1fr)); }}
  /* always min (e.g. 290) + padding */
  @media (max-width:624px ){ .img-row a:nth-child(n+2 ){ display:none; } }
  @media (max-width:929px ){ .img-row a:nth-child(n+3 ){ display:none; } }
  @media (max-width:1234px){ .img-row a:nth-child(n+4 ){ display:none; } }
  @media (max-width:1539px){ .img-row a:nth-child(n+5 ){ display:none; } }
  @media (max-width:1844px){ .img-row a:nth-child(n+6 ){ display:none; } }
  @media (max-width:2149px){ .img-row a:nth-child(n+7 ){ display:none; } }
  @media (max-width:2454px){ .img-row a:nth-child(n+8 ){ display:none; } }
  @media (max-width:2759px){ .img-row a:nth-child(n+9 ){ display:none; } }
  @media (max-width:3064px){ .img-row a:nth-child(n+10){ display:none; } }
  @media (max-width:3369px){ .img-row a:nth-child(n+11){ display:none; } }
  @media (max-width:3674px){ .img-row a:nth-child(n+12){ display:none; } }
  @media (max-width:3979px){ .img-row a:nth-child(n+13){ display:none; } }
  @media (max-width:4284px){ .img-row a:nth-child(n+14){ display:none; } }
  @media (max-width:4589px){ .img-row a:nth-child(n+15){ display:none; } }
  @media (max-width:4894px){ .img-row a:nth-child(n+16){ display:none; } }
  @media (max-width:5199px){ .img-row a:nth-child(n+17){ display:none; } }
  @media (max-width:5504px){ .img-row a:nth-child(n+18){ display:none; } }


/* end grid image row */

.footer {
  color: var(--background);
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  background-color: var(--atrium-main);
  text-align: center;
  transform: translateX(-50%);
  overflow-x: hidden;
  font-weight: 500;
  z-index: 4;
}

.nav{
  margin: 7px 10px;
}

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

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

.hamburgernav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: var(--background-contrast);
}

.nav a {
  font-size: 18px;
  text-decoration: none !important;
  margin: 0 11px 0 16px;
  color: white;
  display: inline-block;
}

.alink a {
  font-weight: 600;
  color: var(--atrium-main);
}

a:active, .alink a {
  text-decoration: underline;
}
.dropdown-menue:hover a{
 /* background-color: #d0d0d0;
  padding: 14px 27px 14px 32px;
  margin: 0;*/
}

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

.contact-grid a, div > .contakt-link {
  background-color: #f4f4f4;
  padding: 11px;
}
.contakt-link {
  display: inline-block;
  margin: 0;
  color: #808080;
  text-decoration: none;
}
.external-link img{
  width: 100%;
  margin: var(--gap) 0;
}


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

.dropdown-menue-content {
  display: none;
  position: absolute;
  background-color: #1d1d1d;
  hyphens: none;
  padding: 8px 0;
  left: 36px;
  top: 165px;
  hyphens: manual;
  background-color: var(--background-contrast);
}
.dropdown-menue-content li{
  line-height: 46px;
  width: 150px !important;
}
.dropdown-menue-content li:nth-child(5){
  width: 168px !important;
}
.dropdown-menue-content a{
  vertical-align: middle;
  line-height: 21px;
  margin-top: -4px
}

}

.dropdown-expandet{
  text-shadow: 4px 4px 3px #c89a12 !important;
}
#g-trans-small img, #g-trans img{
  border: solid 1px #9f9f9f;
}

.psm{
  left: -238px;
  top: 61px;
  width: 242px;
}
.dropdown-menue-content.psm li{
  width: 242px !important;
}
.to-anchor {
}

.to-anchor:hover {
}
.head{
  --frame-width: 2px;
}
.head::after, .head::before{
  --frame-length: 25px;
}
.head{
  padding: 21px 0 7px 13px;
  margin: var(--text-padding);
}

.head a {
  text-decoration: none;
}

.title{
  font-weight: 700;
  margin: 0;
  display: inline-block;
  font-size: 50px;
  color: var(--atrium-main);
  font-family: 'Raleway';
  font-weight: 400;
}
.title_small{
  font-size: 43px;
  margin-left: -5px;
}



.right{
  text-align: right;
}
.leftalign{
  float: left;
}
.rightalign{
  float: right;
}

.down{
  position: absolute;
  top: 38px;
  right: 28px;
}


.hamburger{
  width: 32px;
  height: 3px;
  background-color: var(--atrium-main);
  margin: 7px 0 0 10px;
}

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

.social-small{
  padding: 0 var(--text-padding);
  margin-bottom: 8px;
}

.social-ico {
  height: 23px;
  color-scheme: light only;
}

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

.contrastBG{
  background-color: var(--contrastArea);
  padding: 0 0 15px 0;
}
.pad{
  padding: var(--gap);
}

.pad-v{
  padding: var(--gap) 0;
}
.small{
  flex-grow: 1;
  min-width: 300px;
  max-width: 405px;
  margin: var(--gap) var(--gap) var(--gap) 0;
  padding-bottom: 30px;

  /* green
  background-color: white;
  */
  background-color: var(--contrastArea);
  color: white;
}

.small h2, .small p{
  font-weight: normal;
  margin: 8px;
}

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

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


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

.hide-small .social-ico {
  margin-right: 5px;
}

.pointer{
  cursor: pointer;
}

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

.menue {
  padding: 5px 0px;
  margin: 0;
  background-color: var(--background);
}

.menue li  {
  display: inline-block;
  margin: 2px 5px;
  width: 107px;
  text-align: center;
  border-left: solid 2px var(--atrium-main);
}

.menue li:first-child {
  border: none;
}

.menue ul {
  margin-left: -38px;
}

.menue-line{
  box-shadow: 0 0 4px #c89a30;
  border: none;
  height: 3px;
  background-color: #c89a30;
  margin: 10px 0 0 0;
  position: relative;
  z-index: 3;
}

.div-right {
  display: inline-block;
  right: 0px;
  position: absolute;
  margin-top: -36px;
  padding: 4px;
}



.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: #35332d;
  border: 1px solid #fff;
  width: calc(100% - 43px);
  overflow: auto;
  z-index: 4;
  margin-top: 42px;
  color: #fdf9f1;
}

.breadcrumb {
  border-bottom: 1px solid;
  padding-left: 16px;
}

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

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

.footer a{
  color: var(--bckground);
  text-decoration: none;
  margin: 0 4px;
}


.flex-main {
  display: flex;
  align-items: stretch;
  line-height: 1.5em;
}


@media (max-width:1080px){

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

  .show-mini{
    display: none !important;
  }
}

@media (max-width:843px){



  #lektor-edit-link{
    display: none;
  }


  .hide-small{display:none}
  .hide-large{display:block}
  .c-margin{
    margin-top: 153px;
  }
  body{
    background-position-y: 110px;
  }
  .title{
    font-size: 60px;
  }
  .title_small {
    font-size: 40px;
  }
  .subtitle {
    font-size: 18px;
  }
  .menue-line{
    height: 2px;
  }
  .social-small{
    display: flex;
  }
  .social-ico {
    height: 16px;
  }
  .head{
    height: 66px;
  }
  #logo{
    width: 40px;
    top: 26px;
  }
}
@media (max-width:700px){
  .flex-main {
    flex-wrap: wrap;
  }
  .small{
    margin: var(--gap);
  }
  .longText {
    margin-bottom: 0;
  }
  .jump{
    display: inline-block;
  }
}
@media (max-width:500px){
  .wrapp{
    --gap: 8px;
    --text-padding: calc( var(--gap) - 2px);
  }
  .img-row{
    padding: 0;
  }
  .subtitle {
    letter-spacing: 3px;
  }

  .head {
    height: 48px;
    padding: 4px 0 7px 9px;
  }
  .head::after, .head::before{
    --frame-length: 15px;
  }
  .down {
    top: 22px;
    right: 12px;
  }
  .hamburgernav{
    top: 89px;
  }
  .title {
    margin-top: 7px;
    font-size: 30pt;
  }
  .hamburger {
    width: 24px;
    height: 2px;
    margin: 6px 0 0 10px;
  }
  .hide-large.social-small .subtitle{
    display: block;
    letter-spacing: 0px;
    font-size: 14px;
  }
  .space-20{
    width: 6px;
  }
  .c-margin {
    margin-top: 115px;
  }
}

@media (max-width:400px){
  .head {
    height: 38px;
    padding: 4px 0 7px 6px;
  }
  .title {
    margin-top: 0;
  }
  .down {
    top: 13px;
  }
  .hamburger {
    width: 24px;
    height: 2px;
    margin: 6px 0 0 10px;
  }
  .social-small {
    margin: 0;
    padding: 4px 0;
  }
  .subtitle {
    padding: 0 7px !important;
  }
  .hide-large.social-small .subtitle{
    display: block;
    letter-spacing: 0.7px;
    font-size: 14px;
  }
  .hide-mini{
    display: none !important;
  }
  .show-mini{
    display: block !important;
  }
  .c-margin {
    margin-top: 95px;
  }
  .page-h, .text_head :is(h1, h2, h3, h4, h5, h6) {
    hyphens: auto;
  }
}
@media (max-width:350px){

  .hide-large.social-small .subtitle{
    text-align-last: justify;
  }


}

/*


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;
}


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

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

.bold{
  font-weight: 700;
}


/* 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;
  }
}
@media (max-width: 950px) {
  .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;
}



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

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



.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 */

/*




.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;
}


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

.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);
}


#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%;
}



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;
}

.orte{
  background-color: #808080;
  padding: 1px 0 3px 17px;
  margin: 3px 0;
}

.orte a{
  color: white;
}


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



.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;
}
.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;
}


.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: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;
}

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

.large a {
  text-decoration: underline;
}



.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;
}





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



.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;
}







.black{
  color: black;
}


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

.menue a {
}

.underline {
  text-decoration: underline;

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

}
a:hover  {
  color: var(--navi-hover-color);
}



.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;
}


.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;
}


.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;
  }
}

*/

