@charset "utf-8";

/* iPad Korrekturen */
@media screen and ( max-width: 1024px ) {

  header.main .head_addr {
    font-size: 11px;
    line-height: 16px;
    margin: 0 0 0 2em;
    padding: 3em 0 0 0;
  }
  
  /*** BUTTONS STARTSEITE ****/
  /* Allgemeines Layout */
  div.button { width: 11em; }
  div.button1 { margin-top: 36vw; }
  div.button2 { margin-top: 42vw; }
  
}

/* Meanmenu */
@media screen and ( max-width: 995px ) {

  header.main { display: none; }
  .resp-home { display: block; }
  .head_soc { z-index: 1000000; right: 50px; top: 12px; }
  .head_soc img { width: 18px; margin: 2px 5px; height: auto; }

}

/* col1 */
@media screen and ( max-width: 900px ) {

  .ym-col1 {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    width: 100% !important;
  }
  .ym-col1 h1.page { 
    text-align: left;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
  }

  .ym-col3 { 
    margin-left: 0; border-left: none;
  }
  
}


/* col2 */
@media screen and ( min-width: 721px ) {
  .ym-col2 > .ym-cbox { display: block !important; }
}

@media screen and ( max-width: 720px ) {

  .ym-col2 {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    width: 100% !important;
  }
  .ym-col3 { 
    margin-right: 2%; border-right: none;
  }
  .ym-col2 .ym-cbox { display: none; border-bottom: 1px solid grey; }
  .ym-col2 .col2-opener { display: block; }

  /**** TABELLEN ****/
  table td { font-size: 75%; }

  /*** Bildbeschreibung Detailansicht Galerie und News ***/
  .mfp-title {
    font-size: 75%;
    line-height: 1.3em;
  }

}



@media screen and ( max-width: 673px ) {

  /* Direction Nav */
  .flex-direction-nav a  { margin: 0px 0 0; top: 10%; color: rgba(0,0,0,0.2); }

  /*** BUTTONS STARTSEITE ****/
  /* Allgemeines Layout */
  div.button {
    width: 8em;
    font-size: 90%;
    border: solid 2px #ffffff;
    border-radius: 3px;
  }
  div.button1 {
    margin-top: 35vw;
    margin-left: 1vw;
  }
  div.button2 {
    margin-top: 35vw;
    margin-left: 50vw;
  }

  div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { width: 50%; }
  div.csc-textpic .csc-textpic-imagewrap img { width: 100%; height: auto; }


  [class*="csc-textpic-intext-right-nowrap-"] .csc-textpic-text { margin-right: 0; margin-right: unset; }
  .csc-textpic-intext-right-nowrap .csc-textpic-text { margin-right: 0; margin-right: unset; }

/*  body table { max-width: 100%; width: auto; } */

  .csc-textpic-intext-right-nowrap .csc-textpic-text .csc-text { 
   /*word-wrap: break-word;*/
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
  }

  div.csc-textpic-intext-right .csc-textpic-imagewrap { width: 50%; }
/*  div.csc-textpic div.csc-textpic-imagecolumn { float: none; } /* anschauen! fotos schon ab 673 einspaltig */

}
