* {/* include the padding and border in total width and height *//* igl_2024_0602_limpio */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}

/* 
OJO ! si se agrega nueva_red
*CSS cambiar 4 valores
*HTMLs agregar 2 links (movil/PC) son iguales
*PNG (64px) agregar en todos los colores a imgs\menu
                principal 911914                tiktok_.png  911914 c11817
                spende    813804                tiktok_spende.png
                g         96761d                tiktok_g.png ...
                s         d07f48
                c         b97f3e
                v         79034f
                o         c24e1f
                y         daa702
*/

/* Retrospectiva */
.bron{ letter-spacing: 0.1em; }
@media screen and (max-width: 396px) { .bron{ letter-spacing: 0.01em; } }
@media screen and (max-width: 268px) { .bron{ font-size: 0.9em; } }

/* Patrocinadores (su logo podría...) */
@media screen and (max-width: 402px) { .bron-patros{ letter-spacing: 0.1em;} }
@media screen and (max-width: 342px) { .bron-patros{ letter-spacing: 0.06em; } }
@media screen and (max-width: 321px) { .bron-patros{ letter-spacing: 0.1em; } }
@media screen and (max-width: 257px) { .bron-patros{ letter-spacing: 0.05em; } }
@media screen and (max-width: 230px) { .bron-patros{ letter-spacing: 0; } }
@media screen and (max-width: 210px) { .bron-patros{ font-size: 0.9em; } }
@media screen and (max-width: 210px) { .bron-patros{ font-size: 0.7em; } }

/* en HOME y Competition (dejé los anteriores por si se usan en algo más) */
@media screen and (max-width: 402px) { .bron-patros2{ letter-spacing: 0.1em;} }
@media screen and (max-width: 342px) { .bron-patros2{ letter-spacing: 0.06em; } }
/* @media screen and (max-width: 321px) { .bron-patros2{ letter-spacing: 0.1em; } } */
/* @media screen and (max-width: 257px) { .bron-patros2{ letter-spacing: 0.05em; } } */
@media screen and (max-width: 257px) { .bron-patros2{ letter-spacing: 0; } }
@media screen and (max-width: 210px) { .bron-patros2{ font-size: 0.9em; } }
@media screen and (max-width: 210px) { .bron-patros2{ font-size: 0.7em; } }

/* TEAM */
.cargo_team{
  font-family: 'Cormorant Upright', serif;
  color: #c24e1f;
  font-style: italic;
  font-weight: bold;
  font-size: 1.0em;
  letter-spacing: 0.2em;
}
/* DE */
.cargo_montes_de{ letter-spacing: 0.2em; }
.cargo_rodrigo_de{ letter-spacing: 0.2em; }
.cargo_maja_de{ letter-spacing: 0.2em; }
.cargo_kurt_de{ letter-spacing: 0.2em; }
.cargo_maria_de{ letter-spacing: 0.2em; }
.cargo_vico_de{ letter-spacing: 0.2em; }
@media screen and (max-width: 1440px) { 
  .cargo_montes_de{ letter-spacing: 0.13em; } 
  .cargo_rodrigo_de{ letter-spacing: 0.1em; }
  .cargo_maja_de{ letter-spacing: 0.1em; }
}
@media screen and (max-width: 1190px) { 
  .cargo_rodrigo_de{ letter-spacing: 0.2em; }
  .cargo_maja_de{ letter-spacing: 0.2em; }
}
@media screen and (max-width: 1096px) { .cargo_montes_de{ letter-spacing: 0.2em; } }
@media screen and (max-width: 222px) { .cargo_montes_de{ letter-spacing: 0.03em; } }
@media screen and (max-width: 210px) {
  /* .cargo_montes_de{ letter-spacing: 0.03em; } */
  .cargo_rodrigo_de{ letter-spacing: 0.02em; }
  .cargo_maja_de{ letter-spacing: 0.11em; }
}
@media screen and (max-width: 177px) { .cargo_montes_de{ letter-spacing: -0.04em; } }
@media screen and (max-width: 160px) { .cargo_maja_de{ letter-spacing: 0.07em; } }
/* EN */
.cargo_vico_en{ letter-spacing: 0.2em; }
.cargo_fany_en{ letter-spacing: 0.2em; }
@media screen and (max-width: 1352px) { .cargo_vico_en{ letter-spacing: 0.1em; } }
@media screen and (max-width: 1190px) { .cargo_vico_en{ letter-spacing: 0.2em; } }
@media screen and (max-width: 189px) { .cargo_vico_en{ letter-spacing: 0.03em; } }
/* ES */
.cargo_rodrigo_es{ letter-spacing: 0.1em; }
.cargo_montes_es{ letter-spacing: 0.2em; }
@media screen and (max-width: 1440px) { 
  .cargo_rodrigo_es{ letter-spacing: 0.03em; }
  .cargo_montes_es{ letter-spacing: 0.13em; } 
}
@media screen and (max-width: 1190px) { 
  .cargo_rodrigo_es{ letter-spacing: 0.2em; }
}
@media screen and (max-width: 225px) {
  .cargo_rodrigo_es{ letter-spacing: -0.02em; }
  .cargo_montes_es{ letter-spacing: 0.01em; }
}
@media screen and (max-width: 196px) { .cargo_montes_es{ letter-spacing: -0.04em; } }

img.foto_homenajeado{
  background-color: #000000;
  margin: 1vw 0 0 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 900px) {
  img.foto_homenajeado{
    max-width: 33vw;
  }
}

/* video_player */
#contenedor_video_player{ /* background: #0000ff; */
    display: inline-block;
    width: 46vw;
    height: 26vw;
    margin-bottom: 20px;
    cursor: pointer;
}
#video_player{ /* background: #ff0000; */
    display: block; 
    /* margin-left: auto; margin-right: auto; */ /* centra horizontalmente */
    height: 100%;
    width: 100%;
}
@media screen and (min-width: 1000px) { /* min MIN MIN MIN MIN min */
    #contenedor_video_player{ /* background: #0000ff; */
        max-width: 46vw; /* 666px */
    }
}
@media screen and (max-width: 766px) {
    #contenedor_video_player{
        display: inline-block;
        width: 69vw;
        height: 42vw;
    }
}

/* video_player2 */
#contenedor_video_player2{ /* background: #0000ff; */
  display: inline-block;
  width: 46vw;
  height: 26vw;
  margin-bottom: 20px;
  cursor: pointer;
}
#video_player2{ /* background: #ff0000; */
  display: block; 
  /* margin-left: auto; margin-right: auto; */ /* centra horizontalmente */
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1000px) { /* min MIN MIN MIN MIN min */
  #contenedor_video_player2{ /* background: #0000ff; */
      max-width: 46vw; /* 666px */
  }
}
@media screen and (max-width: 766px) {
  #contenedor_video_player2{
      display: inline-block;
      width: 69vw;
      height: 42vw;
  }
}

.links_descarga-contenedor { margin-top: 4em; }
.links_descarga {
    /* text-transform: uppercase; */
    display: block;
    margin-bottom: 1em;
    cursor: pointer;
    text-decoration: none;
    color: #c11817;
    font-weight: bold;
    font-size: 0.9em;
    letter-spacing: 0.125em;
}
.links_descarga:hover {
    color: #d81e1e;
}

.espacio_temporal{ min-height: 666px; }
.proximamente { text-transform: none; font-size: .6em;}
/*
  width: 1440, height: 900 MIA

Browser inner window
  width: 5760, height: 3196	  25%

  width: 4320, height: 2397	  33%

  width: 2880, height: 1598	  50%
					TEC 27''
  width: 2160, height: 1198 	67%

  width: 1920, height: 1065 	75%

  width: 1800, height: 998 	  80%

  width: 1600, height: 887 	  90%

*/
.cartel_igtlud { /* main_text_home */
  width: 100%; 
  height: auto;
}
/* .cartel_igtlud_641 {
  display: none;
}
.cartel_igtlud_321 {
  display: none;
} */
.cartel {
  /* -webkit-filter: brightness(100%);
     -moz-filter: brightness(100%);
      -ms-filter: brightness(100%);
       -o-filter: brightness(100%);
          filter: brightness(100%); */
  -webkit-filter: contrast(100%);
     -moz-filter: contrast(100%);
      -ms-filter: contrast(100%);
       -o-filter: contrast(100%);
          filter: contrast(100%);
  -webkit-transition-property: filter;
  -webkit-transition-duration: 0.4s; /* 0.4s */
  -webkit-transition-timing-function: ease;
    -moz-transition-property: filter;
    -moz-transition-duration: 0.4s;
    -moz-transition-timing-function: ease;
      -ms-transition-property: filter;
      -ms-transition-duration: 0.4s;
      -ms-transition-timing-function: ease;
      -o-transition-property: filter;
      -o-transition-duration: 0.4s;
      -o-transition-timing-function: ease;
          transition-property: filter;
          transition-duration: 0.4s;
          transition-timing-function: ease;
}
.polling_message_view_port {
  /* background-color: black; */
  width: 100%;
  margin: 0; padding: 0;
  overflow: hidden;
  position:relative;
}
.moving_glitter_to_right {
margin: 0; padding: 0;
position:absolute;
top:0%; left:-50%;
background-image: linear-gradient(to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, .1),
    rgba(255, 255, 255, .2),
    rgba(255, 255, 255, .4),
    rgba(255, 255, 255, .2),
    rgba(255, 255, 255, .1),
    rgba(255, 255, 255, 0));
/* background-color: #110101; */
color: white;
height: 100%;
width: 30%;
-webkit-animation: 2333ms cubic-bezier(0.1, 1.0, 0.9, 0.3) 2s 1 normal move_glitter;
    -moz-animation: 2333ms cubic-bezier(0.1, 1.0, 0.9, 0.3) 2s 1 normal move_glitter;
    -ms-animation: 2333ms cubic-bezier(0.1, 1.0, 0.9, 0.3) 2s 1 normal move_glitter;
      -o-animation: 2333ms cubic-bezier(0.1, 1.0, 0.9, 0.3) 2s 1 normal move_glitter;
        animation: 2333ms cubic-bezier(0.1, 1.0, 0.9, 0.3) 2s 1 normal move_glitter;
}
@-webkit-keyframes move_glitter { from { left: -50%; } to { left: 150%; }  }
@-moz-keyframes move_glitter { from { left: -50%; } to { left: 150%; }  }
@-ms-keyframes move_glitter { from { left: -50%; } to { left: 150%; }  }
@-o-keyframes move_glitter { from { left: -50%; } to { left: 150%; }  }
@keyframes move_glitter { from { left: -50%; } to { left: 150%; }  }
.moving_glitter_side {
  margin: 0; padding: 0;
  position:absolute;
  top:0%; right:-50%;
      background-image: linear-gradient(to right,
          rgba(255, 255, 255, 0),
          rgba(255, 255, 255, .1),
          rgba(255, 255, 255, .2),
          rgba(255, 255, 255, .4),
          rgba(255, 255, 255, .2),
          rgba(255, 255, 255, .1),
          rgba(255, 255, 255, 0));
      color: white;
      height: 100%;
      width: 50%;
      -webkit-animation: 2333ms cubic-bezier(0.1, 1.0, 0.9, 0.3) 3s 1 normal move_glitter_side;
         -moz-animation: 2333ms cubic-bezier(0.1, 1.0, 0.9, 0.3) 3s 1 normal move_glitter_side;
          -ms-animation: 2333ms cubic-bezier(0.1, 1.0, 0.9, 0.3) 3s 1 normal move_glitter_side;
           -o-animation: 2333ms cubic-bezier(0.1, 1.0, 0.9, 0.3) 3s 1 normal move_glitter_side;
              animation: 2333ms cubic-bezier(0.1, 1.0, 0.9, 0.3) 3s 1 normal move_glitter_side;
}
@-webkit-keyframes move_glitter_side { from { right: -50%; } to { right: 150%; }  }
@-moz-keyframes move_glitter_side { from { right: -50%; } to { right: 150%; }  }
@-ms-keyframes move_glitter_side { from { right: -50%; } to { right: 150%; }  }
@-o-keyframes move_glitter_side { from { right: -50%; } to { right: 150%; }  }
@keyframes move_glitter_side { from { right: -50%; } to { right: 150%; }  }
/* 
text-transform: uppercase;
none
capitalize
uppercase
lowercase
initial
inherit

color: #6a7268; PRINCIPAL !
(eran
8b9486 h3 h4 y
9ba596 p  trip_p sub_p
no gustaron por claros)

SE QUEDAN ( claro sobre oscuro )
color: #9ba596; (6)
color: #e0e7dd; (4) flechas_sub1y2 b_nav:h hr
- únicos
color: #e7f5e1; tig h1
color: #dceed3; tig p
color: #dbe4d7; cita
color: #b6c0b0; btn:h
***************************
faltan los bgs
NARANJA  (5) c11817
AMARILLO (4) fce69b
VERDES
claros
  (8b9486 no more)
  9ba596
  e7f5e1 un poco mas claro
  dceed3
  dbe4d7
  b6c0b0
  e0e7dd
fuerte
  170101 (16)
***************************




***************************
*/
body {
  color: #000000;
  margin: 0;
  /* text-transform: uppercase; */
  font-family: 'Karla', sans-serif; /* font-family: 'Cormorant Upright', serif; */
  font-size: 100%;
  /* font-weight: lighter; */
  /* font-style: italic; */
  /* letter-spacing: 0.562em; */
  /* line-height: 2.2; */
/* opacity */
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
      -o-animation: fadein 2s; /* Opera < 12.1 */
        animation: fadein 2s;
}
/* opacity */
@-webkit-keyframes fadein {/* Safari, Chrome and Opera > 12.1 */
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-moz-keyframes fadein {/* Firefox < 16 */
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-ms-keyframes fadein {/* Internet Explorer */
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-o-keyframes fadein {/* Opera < 12.1 */
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.unselectable, img {/* https://developer.mozilla.org/es/docs/Web/CSS/user-select */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.header {
  /* background-color: blue; */
  position: fixed;
  top: 0;
  width: 100%; height: 60px;
  text-align: center;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.9s;
  -webkit-transition-timing-function: ease;
     -moz-transition-property: background-color;
     -moz-transition-duration: 0.9s;
     -moz-transition-timing-function: ease;
      -ms-transition-property: background-color;
      -ms-transition-duration: 0.9s;
      -ms-transition-timing-function: ease;
       -o-transition-property: background-color;
       -o-transition-duration: 0.9s;
       -o-transition-timing-function: ease;
          transition-property: background-color;
          transition-duration: 0.9s;
          transition-timing-function: ease;
  z-index: 95;
}
.bg_white { background-color: #fff; }
.header-content{ display: block;} /* none */
.header img {
  margin-top: 15px;
  height: 36px;
}
.header .header-content .logo img{
  float:left;
  margin-left: 3%;
  -webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */
     -moz-filter: brightness(100%);
      -ms-filter: brightness(100%);
       -o-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition-property: filter;
  -webkit-transition-duration: 0.7s;
  -webkit-transition-timing-function: ease;
     -moz-transition-property: filter;
     -moz-transition-duration: 0.7s;
     -moz-transition-timing-function: ease;
      -ms-transition-property: filter;
      -ms-transition-duration: 0.7s;
      -ms-transition-timing-function: ease;
       -o-transition-property: filter;
       -o-transition-duration: 0.7s;
       -o-transition-timing-function: ease;
          transition-property: filter;
          transition-duration: 0.7s;
          transition-timing-function: ease;
}
.header .header-content .hmbr { display: none; }
.header .header-content .hmbr img{
  float:right;
  margin-right: 10px;
  opacity: 0.3;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
     -moz-transition-property: opacity;
     -moz-transition-duration: 0.3s;
     -moz-transition-timing-function: ease;
      /* ms filter: alpha(opacity=xx) ? */
       -o-transition-property: opacity;
       -o-transition-duration: 0.3s;
       -o-transition-timing-function: ease;
          transition-property: opacity;
          transition-duration: 0.3s;
          transition-timing-function: ease;
}
.header .header-content .logo img:hover{
  -webkit-filter: brightness(117%); /* Safari 6.0 - 9.0 */
     -moz-filter: brightness(117%);
      -ms-filter: brightness(117%);
       -o-filter: brightness(117%);
          filter: brightness(117%);
}
.header .header-content .hmbr img:hover{ opacity: 0.4; }

h3 { /* 2022 */
  color: #064e65; /* 6a7268 */ /* 2025 064e65 f3a826*/
  /* margin-top: 0; */
  margin-bottom: 15px;
  font-family: 'Karla', sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.625em;
  line-height: 1.6;
}
h1 {
  color: #064e65; /* c11817 */ /* 2025 275885 x 064e65 */
  margin: 0em; padding: 0em;
  /* font-family: 'Cormorant Upright', serif;
  font-style: italic; */
  font-family: Arial, sans-serif; /* 2025 */
  font-style: bold;
  font-size: 2.9em;
  letter-spacing: 0.2em;
  line-height: 1.0;
}
h1.principal { /* IGL */
  color: #064e65; /* 0e363a 05454b 0e363a 152a2c c11817 000000*/
  margin: 0em; padding: 0em;
  /* font-family: 'Cormorant Upright', serif;
  font-style: italic; */
  font-family: Arial, sans-serif; /* 2025 */
  font-style: bold;
  font-size: 2.1em;
  letter-spacing: 0.5em;
  line-height: 1.9;
}
h1.alcalde_encabezado { /* IGL */
  color: #064e65; /* 0e363a 05454b 0e363a 152a2c c11817 000000*/
  margin: 0em; padding: 0em;
  /* font-family: 'Cormorant Upright', serif;
  font-style: italic; */
  font-family: Arial, sans-serif; /* 2025 */
  font-style: bold;
  font-size: 1.5em; /* 2.1em */
  letter-spacing: 0.3em; /* 0.5em */
  line-height: 1.9;
}

h2.principal { /* IGL */
  color: #064e65; /* 0e363a c11817 000000*/
}
h3.principal_h3 {
  /* color: #6a7268; */
  /* margin-top: 0; */
  /* margin-bottom: 15px; */
  /* font-family: 'Karla', sans-serif; */
  /* font-size: 3.6em; */ /* 1.6em */
  /* letter-spacing: 0.9em; */ /* 0.9em 0.625em */
  line-height: 1.6; /* 1.6 */

  font-size: 4.5vw;
  letter-spacing: 3.6vw;
}
p {
  /* background-color: tomato; */
  /* margin-bottom: 66px; */
  color: #6a7268;
  font-size: 1.312em;
  /* font-size: 5.1vw; */
  padding: 0em;
  /* margin: 0.8em 0em 4.125em 0em; */
  margin: 0.8em 0em 1em 0em;
}
/* konzerte... */
h4 { 
  color: #6a7268;
  font-family: 'Karla', sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.375em;
}
h2 {
  color: #c11817;
  margin: 0;
  /* font-family: 'Cormorant Upright', serif;
  font-style: italic; */
  font-family: Arial, sans-serif; /* 2025 */
  font-style: bold;
  font-size: 1.9em;
  letter-spacing: 0.437em;
  line-height: 1.6;
}
.t_secundario{
  font-size: 0.6em;
  letter-spacing: 0.001em;
}
.t_estrecho{
  letter-spacing: 0.001em;
}
.zusammenarbeit{
  font-size: 0.8em;
  letter-spacing: 0.001em;
}
.manus{
  cursor: pointer;
}
.main_text{
  clear: both;
  margin: auto;
  width: 80%;
  margin-bottom: 9em; /* 120px */
  /* margin-bottom: 0; */
}
.main_text_home{
  clear: both;
  margin: auto;
  width: 80%;
  margin-bottom: 2.1em; /* 33px */
  position: relative;
  top: -5em; /* -100px */
}

.article {
  /* background-color: chocolate; */
  margin-top: 1.4em; /* 21px */
  text-align: center;
}
.main_text .article p{
  font-size: 1.312em;
}

.tigres {
  /* background-color: chocolate; */
  margin: auto;
  margin-bottom: 50px;
  width: 92%;
  text-align: center;
                 /*2009 syntax*/
  display:-moz-box;
  display:-ms-box;
  display:-webkit-box;
  display:box;
  -webkit-box-orient:horizontal;
  /*current syntax*/
  display:-moz-flex;
  display:-ms-flex;
  display: -ms-flexbox; /* IE10 2022 ? */
  display:-webkit-flex;
  display:flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-flex-direction:row;
  -ms-flex-direction:row;
  -webkit-flex-direction:row;
  flex-direction:row;
}
.tigres_3{
  /* background-color: fuchsia; */
  -moz-flex: 33%;
  -ms-flex: 33%; /* IE10 */
  -webkit-flex: 33%;
  flex: 33%;
  max-width: 33%;
}
.tig { position: relative; }
.tig img {width: 90%;}
.tig .tig_text {
  background: rgb(47, 51, 45);
  background: rgba(37, 46, 33, 0.5);
  /* background: #f00; */
  position: absolute;
  bottom: 5px; left: 13%;
  width: 74%; height: 80px;
  padding: 20px;
  overflow: hidden;
}
.tig .tig_text h1{
  margin-bottom: 0;
  text-shadow: -2px 2px 5px #170101; /* 170101 */
  font-family: 'Karla', sans-serif;
  color: #e7f5e1;
  font-size: 1.125em;
  letter-spacing: 0.187em;
}
.tig .tig_text p{
  color: #dceed3;
  margin: 5px 5px 0 5px;
  text-shadow: -2px 2px 5px #170101;
  font-size: 0.875em;
  letter-spacing: 0.312em;
}

div.cita {
  /* background-image: linear-gradient(to top, #232423, #2f332d);
  background-color: #232423; */
  /* background-image: linear-gradient(to top, #110101, #170101);
  background-color: #110101; */
  background-color: #000000;

  width: 100%;
  margin: 0; padding: 10px 10px 33px 10px;
  font-size: 1em;
  text-align: center;
}
div.cita-content {
  /* background-color: chocolate; */
  margin: auto;
  max-width: 80%;
}
div.cita h1{
  /* background-color: chocolate; */
  color: #fce69b;
  margin: 0;  padding: 0;
  font-size: 4.75em;
}
div.cita img{
  width: 169px;
  opacity: 0.2;
}
div.cita h2{
  /* background-color: chocolate; */
  color: #dbe4d7;
  margin: 0;  padding: 0;
  margin-bottom: 33px;
  font-size: 1em;
  text-transform: uppercase;
}
div.cita h3 {
  color: #fce69b;
  margin: 0;  padding: 0;
  margin-bottom: 3px;
  font-size: 1em;
  font-weight: lighter;
  letter-spacing: 0.187em;
}
hr.cita-hr {
  border: 2px solid #fce69b;
  border-radius: 2px;
  width: 69px;
  margin-top: 22px;
}
div.cita h2 > span {
  color: #fce69b;/* torre */
  margin: 0;  padding: 0;
}
div.cita h2 > span.cita-palabrota {
  color: #dbe4d7;
  font-size: 1em;
  letter-spacing: 0.3em;
}

.article2 {
  /* background-color: chocolate; */
  padding: 32px;
  text-align: center;
}

.dukes{
  /* background-color: chocolate; */
  margin: auto;
  margin-top: 99px;
  margin-bottom: 99px;
  width: 92%;
  text-align: center;

                 /*2009 syntax*/
  display:-moz-box;
  display:-ms-box;
  display:-webkit-box;
  display:box;
  -webkit-box-orient:horizontal;
  /*current syntax*/
  display:-moz-flex;
  display:-ms-flex;
  display: -ms-flexbox; /* IE10 2022 ? */
  display:-webkit-flex;
  display:flex;

  align-items: center;
  justify-content: center;

  -moz-flex-direction:row;
  -ms-flex-direction:row;
  -webkit-flex-direction:row;
  flex-direction:row;
}
.dukes_2{
  /* background-color: fuchsia; */
  -moz-flex: 50%;
  -ms-flex: 50%; /* IE10 */
  -webkit-flex: 50%;
  flex: 50%;
  max-width: 50%;

}

.duk {
  /* background-color: white; */
  color: #000;
  width: 95%;
  margin: auto;
  text-align: left;
}

.duk p { /* IGL new */
  /* background-color: red; */
  font-family: 'Cormorant Upright', serif;
  /* color: #c24e1f; */
  color: #6a7268; /* 0e363a 000 */
  /* font-style: italic; */
  /* font-weight: bold; */
  /* font-size: 1.0em;
  letter-spacing: 0.2em; */
  font-size: 2.6em;
  letter-spacing: 0.2em;
}

/* .duk img{ width: 90%; } */
.mySlides {display: none;}
.mySlides_conciertos {display: none;}
.slideshow-container img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
  width: 90%;
  max-width: 1000px;
  position: relative;
  margin: auto;
  font-family: Verdana, sans-serif;
}
/* Caption text */
.slideshow-container .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Number text (1/3 etc) */
.slideshow-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.activeSlide { background-color: #717171; }
/* Fading animation */
/* .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} }
@keyframes fade { from {opacity: .4} to {opacity: 1} } */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}
@-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} }
@keyframes fade { from {opacity: .4} to {opacity: 1} }





/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}












.duk h5 {
  color: #170101;
  margin: 0;  padding: 0;
  font-size: 1.125em;
  letter-spacing: 0.062em;
}
.duk h1 {
  margin: 0;  padding: 0;
  font-size: 3.5em;
  font-style: normal;
  letter-spacing: 0.187em;
  line-height: 1.2;
}
hr.duk-hr {
  border: 1px solid #170101;
  /* border-radius: 2px; */
  width: 69px;
  margin: 9px 0 0 0;  padding: 0;
}
.duk p { margin: 15px 0 46px 0;  padding: 0; }
.duk a.btn {
  /* background-color: #170101; */
  background-color: #000000;
  color: #9ba596;
  text-decoration: none;
  border: none;
  margin: 0; padding: 16px 46px;
  cursor: pointer;
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.125em;
  -webkit-box-shadow: -3px 3px #d3dbce;
     -moz-box-shadow: -3px 3px #d3dbce;
      -ms-box-shadow: -3px 3px #d3dbce;
       -o-box-shadow: -3px 3px #d3dbce;
          box-shadow: -3px 3px #d3dbce;
          /* transition: 0.3s ease; */
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
     -moz-transition-property: background-color, color;
     -moz-transition-duration: 0.3s;
     -moz-transition-timing-function: ease;
      -ms-transition-property: background-color, color;
      -ms-transition-duration: 0.3s;
      -ms-transition-timing-function: ease;
       -o-transition-property: background-color, color;
       -o-transition-duration: 0.3s;
       -o-transition-timing-function: ease;
          transition-property: background-color, color;
          transition-duration: 0.3s;
          transition-timing-function: ease;
}
.duk a.btn:hover {
  background-color: #21241f;
  color: #b6c0b0;
  letter-spacing: 0.125em;
}
.duk a.btn:active {
  background-color: #170101;
  color: #9ba596;
  -webkit-box-shadow: 0 0 #ffffff;
     -moz-box-shadow: 0 0 #ffffff;
      -ms-box-shadow: 0 0 #ffffff;
       -o-box-shadow: 0 0 #ffffff;
          box-shadow: 0 0 #ffffff;
  position: relative;
  left: -3px; bottom: -3px;
}

div.sponsoren {
  width: 80%;
  margin: auto;
  /* margin-top: 266px; */
  margin-top: 4em; /* 66px */
  margin-bottom: 9em; /* 133px */
  text-align: center;
}
div.sponsoren h1{
  font-family: 'Karla', sans-serif;
  font-size: 1.75em;
  font-style: normal;
  letter-spacing: 0.125em;
}
div.sponsoren img{ /* modelo 2021 .footer_box img {padding: 0px 30px 10px;} */
  height: 7em; /* 120px */
  padding: 0em 2.1em 0.7em; /* 0px 30px 10px */
}


.tripas{
  /* background-color: chocolate; */
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
                 /*2009 syntax*/
  display:-moz-box;
  display:-ms-box;
  display:-webkit-box;
  display:box;
  -webkit-box-orient:horizontal;
  /*current syntax*/
  display:-moz-flex;
  display:-ms-flex;
  display: -ms-flexbox; /* IE10 2022 ? */
  display:-webkit-flex;
  display:flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-flex-direction:row;
  -ms-flex-direction:row;
  -webkit-flex-direction:row;
  flex-direction:row;
}
.tripas_3{
  /* background-color: fuchsia; */
  -moz-flex: 33%;
  -ms-flex: 33%; /* IE10 */
  -webkit-flex: 33%;
  flex: 33%;
  max-width: 33%;
}
.trip {
  /* background-color: white; */
  width: 95%;
  max-width: 250px;
  margin: auto;
  min-height: 130px;
}
.trip img{ width:52px; }

.tig_clickable {
  text-decoration: none;
  -webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */
     -moz-filter: brightness(100%);
      -ms-filter: brightness(100%);
       -o-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition-property: filter;
  -webkit-transition-duration: 0.7s;
  -webkit-transition-timing-function: ease;
     -moz-transition-property: filter;
     -moz-transition-duration: 0.7s;
     -moz-transition-timing-function: ease;
      -ms-transition-property: filter;
      -ms-transition-duration: 0.7s;
      -ms-transition-timing-function: ease;
       -o-transition-property: filter;
       -o-transition-duration: 0.7s;
       -o-transition-timing-function: ease;
          transition-property: filter;
          transition-duration: 0.7s;
          transition-timing-function: ease;
}
.tig_clickable:hover {
  -webkit-filter: brightness(117%); /* Safari 6.0 - 9.0 */
     -moz-filter: brightness(117%);
      -ms-filter: brightness(117%);
       -o-filter: brightness(117%);
          filter: brightness(117%);
}

.trip_clickable {
  text-decoration: none;
  -webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */
     -moz-filter: brightness(100%);
      -ms-filter: brightness(100%);
       -o-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition-property: filter;
  -webkit-transition-duration: 0.7s;
  -webkit-transition-timing-function: ease;
     -moz-transition-property: filter;
     -moz-transition-duration: 0.7s;
     -moz-transition-timing-function: ease;
      -ms-transition-property: filter;
      -ms-transition-duration: 0.7s;
      -ms-transition-timing-function: ease;
       -o-transition-property: filter;
       -o-transition-duration: 0.7s;
       -o-transition-timing-function: ease;
          transition-property: filter;
          transition-duration: 0.7s;
          transition-timing-function: ease;
}
.trip_clickable:hover {
  -webkit-filter: brightness(117%); /* Safari 6.0 - 9.0 */
     -moz-filter: brightness(117%);
      -ms-filter: brightness(117%);
       -o-filter: brightness(117%);
          filter: brightness(117%);
}
.trip_clickable:hover h5{ color: #0e363a; } /* c11817 */

.tripas h5 {
  color: #170101;
  margin: 0;
  margin-top: 0.7em;/* ana */
  /* font-size: 1.125em; */
  font-size: 1.3em;
  letter-spacing: 0.062em;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.7s;
  -webkit-transition-timing-function: ease;
     -moz-transition-property: color;
     -moz-transition-duration: 0.7s;
     -moz-transition-timing-function: ease;
      -ms-transition-property: color;
      -ms-transition-duration: 0.7s;
      -ms-transition-timing-function: ease;
       -o-transition-property: color;
       -o-transition-duration: 0.7s;
       -o-transition-timing-function: ease;
          transition-property: color;
          transition-duration: 0.7s;
          transition-timing-function: ease;
}

.tripas p{
  color: #6a7268;
  margin-bottom: 33px;
  font-family: 'Karla', sans-serif;
  font-weight: lighter;
  font-size: 1.125em;
  letter-spacing: 0.062em;
  line-height: 1.6;
}
.tripas i{ margin-bottom: 15px; }

div.footer {
  /* background-image: linear-gradient(to top, #110101, #170101);
  background-color: #110101; */
  background-color: #064e65;
  width: 100%; height: 60px;
  margin: 0;
  font-size: 1em;
}

div.footer a.hmbr_footer{/* id_hmbr_footer */
  color: #9ba596;
  display: none;
  font-size: 1em;
  text-decoration: none;
}

/* TOP button &#9650; rgba(116, 16, 16, 0.3); / #170101 */
#topBtn {
  background-color: rgba(47, 51, 45, 0.3);
  color: white;
  z-index: 96;
  display: none;
  position: fixed;
  bottom: 10px; right: 10px;
  padding: 9px;
  font-size: 1.25em;
  border: 1px solid rgba(255, 255, 255, 0.1);
  outline: none;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
     -moz-transition-property: background-color;
     -moz-transition-duration: 0.3s;
     -moz-transition-timing-function: ease;
      -ms-transition-property: background-color;
      -ms-transition-duration: 0.3s;
      -ms-transition-timing-function: ease;
       -o-transition-property: background-color;
       -o-transition-duration: 0.3s;
       -o-transition-timing-function: ease;
          transition-property: background-color;
          transition-duration: 0.3s;
          transition-timing-function: ease;
}
#topBtn:hover{ background-color: rgba(47, 51, 45, 0.4); }



   /************************************************************************/
  /*   MENU *//*  mobile_NAV * TOPNAV * SOCIALNW & LANG SIDE * BOTTOMNAV  */
 /*   ¨¨¨¨¨                                                              */
/************************************************************************/

  /* mobile_NAV */
.mobilnav {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 97;
  display: none;
  width: 100%; height: 100%;
  position: fixed;
  left: 0; top: 0;
  overflow: auto;
}
.mobilnav:target { display: block; }
.mobilnav-dialog .mobilnav-content {
  background-color: #f3f3f3;
  width: 100%; height: 100%;
  max-width: 330px;
  position: fixed;
  top: 0; right: 0;
  margin: auto; padding: 0;
  outline: 0;
  border: 1px #777 solid;
  text-align: justify;
  overflow-x: hidden;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
       -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* opacity & right:-100px to 0px */
  -webkit-animation-name: menu_animation_1;
     -moz-animation-name: menu_animation_1;
      -ms-animation-name: menu_animation_1;
       -o-animation-name: menu_animation_1;
          animation-name: menu_animation_1;

  -webkit-animation-duration: 0.5s;
     -moz-animation-duration: 0.5s;
      -ms-animation-duration: 0.5s;
       -o-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.mobilnav-content {
  font-size: 1.125em;
  letter-spacing: 0.062em;
}
.m_u > hr{
  border-top: 1px solid #e0e7dd;
  position: relative;
  bottom: 10px;
}
.m_input { /* hide native checkbox */
  /* background-color: chocolate; */
  position: absolute;
  opacity: 0;
}
.m_label {
  /* background-color: blue; */
  position: relative;
  display: flex;
  align-items: center;
}
.m_u a {
  /* background-color: chocolate; */
  position: relative;
  display: flex;
  align-items: center;
  width: 85%;
}
.m_l_1 {
  /* background-color: chocolate; */
  margin: 0 0 35px 0;
}
.m_l_2 { margin: 0 0 20px 0; }

.m_a_1 {
  padding-left: 30px;
  padding-right: 14px;
}
.m_a_2 {
  padding-left: 50px;
  padding-right: 14px;
  font-size: 0.875em;
}
.m_input ~ .m_ul_sub > .m_l_2 .m_a_2{/* to hide text when displaying the submenu*/
  color: white;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.9s;
  -webkit-transition-timing-function: ease;
     -moz-transition-property: color;
     -moz-transition-duration: 0.9s;
     -moz-transition-timing-function: ease;
      -ms-transition-property: color;
      -ms-transition-duration: 0.9s;
      -ms-transition-timing-function: ease;
       -o-transition-property: color;
       -o-transition-duration: 0.9s;
       -o-transition-timing-function: ease;
          transition-property: color;
          transition-duration: 0.9s;
          transition-timing-function: ease;
}
.m_ul_sub { /* by default hide all submenus */
  visibility: hidden;
  max-height: 0;
  -webkit-transition-property: max-height;
  -webkit-transition-duration: 0.9s;
  -webkit-transition-timing-function: ease;
     -moz-transition-property: max-height;
     -moz-transition-duration: 0.9s;
     -moz-transition-timing-function: ease;
      -ms-transition-property: max-height;
      -ms-transition-duration: 0.9s;
      -ms-transition-timing-function: ease;
       -o-transition-property: max-height;
       -o-transition-duration: 0.9s;
       -o-transition-timing-function: ease;
          transition-property: max-height;
          transition-duration: 0.9s;
          transition-timing-function: ease;
}
.m_input:checked ~ .m_ul_sub {/* show sub items when item is checked */
  visibility: visible;
  max-height: 400px;
  padding-top: 28px;
}
#submenu-konzerte:checked ~ .m_ul_sub > .m_l_2 .m_a_2,
#submenu-archiv:checked ~ .m_ul_sub > .m_l_2 .m_a_2{
  color: #6a7268;
}
#submenu-konzerte:checked ~ .m_ul_sub > .m_l_2 .m_a_2:hover,
#submenu-archiv:checked ~ .m_ul_sub > .m_l_2 .m_a_2:hover {
  color: #000000;
}

#submenu-konzerte:checked ~ .m_ul_sub > .m_l_2 .m_a_2.active,
#submenu-archiv:checked ~ .m_ul_sub > .m_l_2 .m_a_2.active{
  color: #c11817;
}
#submenu-konzerte:checked ~ .m_ul_sub > .m_l_2 .m_a_2.active:hover,
#submenu-archiv:checked ~ .m_ul_sub > .m_l_2 .m_a_2.active:hover {
  color: #c11817;
}

.mobilnav-content span.arrow_down {
  color: #e0e7dd;
  position:absolute;
  right: 0;
  width: 15%; height: 23px;
  padding-top: 5px;
  text-align: center;
  font-size: 0.812em;
  cursor: pointer;
}
.mobilnav-content span.arrow_down:hover {
  color: #9ba596;
}
.arrow_up {
  /* background-color: fuchsia; */
  display: none;
  float: right;
  position:relative;
  right: 0;  bottom: 24px;
  width: 50px;  height: 24px;
  color: #9ba596;
  text-decoration: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 0.812em;
}
.m_input:checked ~ .arrow_up { display: block; }
.m_input:checked ~ .arrow_up:hover { color: #000000; }
.mobilnav-content ul {
  list-style-type: none; /* remove the markers/bullets */
  margin: 0; padding: 0;/* remove default margin and padding */
}
.mobilnav-content a {
  color: #170101;
  text-decoration: none;
}

/* Add animation (Chrome, Safari, Opera)
@-webkit-keyframes menu_animation_1 {
  from {right:-100px;opacity: 0;}
  to {right:0px;opacity:1;}
}
 */
/* opacity & right:-100px to 0px */
@-webkit-keyframes menu_animation_1 {/* Safari, Chrome and Opera > 12.1 */
  from {right:-100px;opacity: 0;}
  to {right:0px;opacity:1;}
}
@-moz-keyframes menu_animation_1 {/* Firefox < 16 */
  from {right:-100px;opacity: 0;}
  to {right:0px;opacity:1;}
}
@-ms-keyframes menu_animation_1 {/* Internet Explorer */
  from {right:-100px;opacity: 0;}
  to {right:0px;opacity:1;}
}
@-o-keyframes menu_animation_1 {/* Opera < 12.1 */
  from {right:-100px;opacity: 0;}
  to {right:0px;opacity:1;}
}
@keyframes menu_animation_1 {/* Add animation (Standard syntax) */
  from {right:-100px;opacity: 0;}
  to {right:0px;opacity:1;}
}

/* The button used to close the mobilnav */
a.closebtn {
  background-color: #c11817;
  color: #fff;
  width: 30px; height: 30px;
  position:absolute;
  right: 11px; top: 17px;
  margin: 0; padding: 0;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: bold;
}
a.closebtn:hover,
a.closebtn:focus { background-color: #da2c2c; }

.lang{
  /* background-color: fuchsia; */
  font-size: 0.7em;
}
.lang .ul_menu li{
  float: left;
  margin: 20px 0 0 20px;
}
.lang .ul_menu li a:hover{ color: #000; }
/* #id_mobilnav-content > div.mobilnav-container > form{
  text-transform: uppercase;
} */
div.mobilnav-container > form a:hover {
  color: #000;
}

header.mobilnav-container {
  /* background-color: #5cb85c; */
  color: white;
  height: 50px;
  margin-bottom: 25px;
  font-size: 1.562em;
}
footer.mobilnav-container {
  /* background-color: #5cb85c; */
  padding-bottom: 15px;
}
footer.mobilnav-container p{
  color: white;
  font-size: 1.125em;
}
footer.mobilnav-container .socialnw{
  /* background-color: chocolate; */
  margin-left: 30px;
}
footer.mobilnav-container .socialnw a{
  margin-right: 16px;
}
footer.mobilnav-container .socialnw img{
  height: 22px;
  width: auto;
}
footer.mobilnav-container .socialnw img:hover{
  -webkit-filter: brightness(117%); /* Safari 6.0 - 9.0 */
     -moz-filter: brightness(117%);
      -ms-filter: brightness(117%);
       -o-filter: brightness(117%);
          filter: brightness(117%);
}
  /* / mobile_NAV */
  /* TOPNAV */
.topnav {
  /* text-transform: uppercase; */
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.0);
  display: block;
  position: fixed;
  top: 0; right: 0;
  margin-right: 30px;
  z-index: 96;
}
.topnav > a,
.topnav > .topdropdown { display: inline-block; }
.topnav a {
  color: #170101;
  margin: 0;
  padding: 22px 16px 20px 0;
  text-align: center;
  text-decoration: none;
  font-size: 0.937em;
}
.topnav .topdropdown-content a {
  text-transform: none;
  /* none
  capitalize
  uppercase
  lowercase
  initial
  inherit */
  padding: 22px 16px 0 0;
}
.topnav a:hover { color: #000; }
.topnav a:hover::before {
  content: "\2022";
  color: #c11817;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.topnav a.active::before {
  content: "\2022";
  color: #c11817;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.topdropdown { position: relative; }
.topdropdown-content {
  background-color: #f9f9f9;
  display: none;
  position: absolute;
  top: 21px;
  padding: 12px 16px 16px 30px;
  border-radius: 0 0 20px 0;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.r { right: 0; }
.topdropdown:hover .topdropdown-content { display: block; }
.topdropdown:hover .topdropdown-content a { display: block;}
.topdropdown:hover .topdropdown-content a:hover { color: black;}
  /* / TOPNAV */
  /* SOCIALNW & LANG SIDE */
.nw_lang_side-overlay {
  background-color:rgba(127, 255, 0, 0);
  display: none;
  /* width: 39px; height: 214px; */
  width: 39px; height: 180px; /* height: 244px; nueva_red +30 */
  position: absolute;
  top:530px;/* 197px */
  z-index: 2;
}
.socialnw_y_lang_side {
  background-color: #f9f9f9;
  background-color: rgba(249, 249, 249,1);
  /* width: 39px; height: 214px; */
  width: 39px; height: 180px; /* height: 244px; nueva_red +30 */
  position: absolute;
  top:530px;/* 197px */
  padding: 2px 9px 9px 9px;
  border-right: 2px solid #c8cec5;
  border-radius: 0 10px 10px 0;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  -ms-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  -o-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  opacity: 1;/* 0.2 */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 2.0s;
  -webkit-transition-timing-function: ease;
      -moz-transition-property: opacity;
      -moz-transition-duration: 2.0s;
      -moz-transition-timing-function: ease;
      -ms-transition-property: opacity; /* filter: alpha(opacity=xx) ? */
      -ms-transition-duration: 2.0s;
      -ms-transition-timing-function: ease;
        -o-transition-property: opacity;
        -o-transition-duration: 2.0s;
        -o-transition-timing-function: ease;
          transition-property: opacity;
          transition-duration: 2.0s;
          transition-timing-function: ease;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 60*/
     -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
       -o-filter: grayscale(0%);
          filter: grayscale(0%);
  z-index: 1;
}
.socialnw_y_lang_side:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
     -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
       -o-filter: grayscale(0%);
          filter: grayscale(0%);
}

.lang_side {
  /* background-color: fuchsia; */
  font-size: 0.8em; /* 1.125em; */
  margin-bottom: 21px;
}
.lang_side .ul_menu {
  list-style-type: none;
  margin: 0; padding: 0;
}
.lang_side .ul_menu li{
  margin-top: 9px;
}
.lang_side .ul_menu li a{
  color: #170101;
  text-decoration: none;
}
/* unvisited visited mouse over selected */
.lang_side .ul_menu li a:link { color: #170101; }
.lang_side .ul_menu li a:visited { color: #170101; }
.lang_side .ul_menu li a:hover { color: #c11817; }
.lang_side .ul_menu li a:active { color: #170101; }

.lang_side .ul_menu li a.active,
.lang .ul_menu li.active,
.mobilnav-content a.active{
  color:#c11817;
  cursor: context-menu;
}
.mobilnav-content a.active:hover{
  color:#c11817;
}

.socialnw_side a{
  display: block;
  margin-top: 29px; /* 9px */
}
.socialnw_side a img { width: 17px; }
.socialnw_side a img:hover{
  -webkit-filter: brightness(117%); /* Safari 6.0 - 9.0 */
     -moz-filter: brightness(117%);
      -ms-filter: brightness(117%);
       -o-filter: brightness(117%);
          filter: brightness(117%);
}
  /* / SOCIALNW & LANG SIDE */
  /* BOTTOMNAV */
.bottomnav {
  /* text-transform: uppercase; */
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.0);
  float: right;
  margin-right: 50px;
}
.bottomnav > a, .bottomnav > .dropdown { display: inline-block; }
.bottomnav a {
  color: #9ba596;
  padding: 22px 16px 0 0;
  text-align: center;
  text-decoration: none;
  font-size: 0.937em;
}
.bottomnav a:hover { color: #e0e7dd; }
.bottomnav a:hover::before {
  content: "\2022";
  color: #c11817;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.bottomnav a.active::before {
  content: "\2022";
  color: #c11817;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.dropdown { position: relative; }
.dropdown-content {
  background-color: #f9f9f9;
  display: none;
  position: absolute;
  bottom:39px;
  padding: 12px 16px 16px 30px;
  border-radius: 20px 0 0 0;
  -webkit-box-shadow: 0px -8px 16px 0px rgba(0,0,0,0.2);
     -moz-box-shadow: 0px -8px 16px 0px rgba(0,0,0,0.2);
      -ms-box-shadow: 0px -8px 16px 0px rgba(0,0,0,0.2);
       -o-box-shadow: 0px -8px 16px 0px rgba(0,0,0,0.2);
          box-shadow: 0px -8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.r { right: 0;}
.dropdown:hover .dropdown-content { display: block; }
.dropdown:hover .dropdown-content a { display: block; color: #170101;}
.dropdown:hover .dropdown-content a:hover { color: black;}
  /* / BOTTOMNAV */

/* ****************************************** */
/* / MENU */
/* ****************************************** */

/* IMPRESSUM link */
.impressum{
  /* background-color: tomato; */
  margin: 16px;
  display: inline-block;
}
.impressum a{
  color: #9da797;
  text-decoration: none;
  font-size: 1em;
}
/* unvisited visited mouse over selected */
.impressum a:link { color: #9da797; }
.impressum a:visited { color: #9da797; }
.impressum a:hover { color: #b0b9aa; }
.impressum a:active { color: #9da797; }
/* / IMPRESSUM link */
/* .schirmherrschaft{
  display: inline-block;
} */


/* .links_descarga-contenedor { margin-top: 4em; } */
.links_descarga {
  /* text-transform: uppercase; */
  display: block;
  margin-bottom: 2em;
  cursor: pointer;
  text-decoration: none;
  color: #c11817;
  font-weight: bold;
  font-size: 0.9em;
  letter-spacing: 0.125em;
}
.links_descarga:hover {
  color: #d81e1e;
}

/* para todos los menues */

.e_btn_sub{
    color: #6a7268;
    font-size: 0.7em;
    /* float: right; */
    /* display: block; */
}

div.img_omega_igtlud {
  /* background-color: tomato; */
  width: 100%; height: 16em; /* 240px */
  margin-bottom: 5em; /* 69px */
  background-image: url('imgs/logo_igtlud_2025_omega.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 555px) {
  div.img_omega_igtlud {
    height: 42vw;
    background-position: center;
    background-size: 155%;
  }
}
div.clear_events { clear: both; }





          /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

    /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/*                   @medias                   */
/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
    /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

        /* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
















@media screen and (min-width: 1441px) { /* min MIN MIN MIN MIN min */
  /* 
    5760 25%
    4320 33%
    2880 50%        900px

    2560 TEC 27''
    2346

    2160 67%
    1920 75%
    1800 80%
    1600 90%
    1440 MIA

    1340 @media 

    Viewport is the browser window size.
    1vw = 1% of viewport width.
    If the viewport is 50cm wide,
    1vw is 0.5cm.
  */ 
  body { font-size: 1.1vw;}
  /* .main_text{ margin-bottom: 5em; }
  .main_text_home{ margin-bottom: 2.1em; } */
/*   .main_text{ margin-bottom: 9vw; }
  .main_text_home{ margin-bottom: 3vw; } */
  /* .article { margin-top: 1.5vw } */
  h1 { font-size: 3.6vw;}
  h3.principal_h3 {
    /* color: #6a7268; */
    /* margin-top: 0; */
    /* margin-bottom: 15px; */
    /* font-family: 'Karla', sans-serif; */
    font-size: 4.5vw; /* 1.9vw */
    letter-spacing: 3.6vw; /* 1.6vw */
    /* line-height: 1.6; */
    margin-bottom: 1.0vw;
  }
  .tigres { margin-bottom: 4vw; }
  .tig .tig_text {bottom: 0.3vw; height: 6vw; }
  .header { height: 4vw; }
  .header img {
    margin-top: 1vw;
    height: 2.5vw;
  }
  /* TOPNAV */
  .topnav {  margin-right: 3vw; }
  .topnav a {
    padding: 1.6vw 0 0.7vw 1.1vw;
    font-size: 1.05vw;
  }
  .topnav .topdropdown-content a { padding: 1.6vw 0.7vw 0 0; }
  .topdropdown-content {
    top: 1.5vw;
    padding: 0.5vw 0.9vw 1.7vw 1.7vw;
    border-radius: 0 0 1.4vw 0; /* 0 0 20px 0; */
    -webkit-box-shadow: 0vw 0.5vw 1.0vw 0vw rgba(0,0,0,0.2);
    -moz-box-shadow: 0vw 0.5vw 1.0vw 0vw rgba(0,0,0,0.2);
    -ms-box-shadow: 0vw 0.5vw 1.0vw 0vw rgba(0,0,0,0.2);
    -o-box-shadow: 0vw 0.5vw 1.0vw 0vw rgba(0,0,0,0.2);
    box-shadow: 0vw 0.5vw 1.0vw 0vw rgba(0,0,0,0.2); /* 0px 8px 16px 0px */
  }
  div.footer {
    height: 4vw;
    font-size: 1.05vw;
  }
  /* BOTTOMNAV */
  .bottomnav { margin-right: 4vw; }
  .bottomnav a {
    padding: 1.5vw 0.9vw 0 0; /* 22px 16px 0 0; */
    font-size: 1.05vw; /* 0.937em; */
  }
  .dropdown-content {
    bottom: 1.9vw;
    padding: 0.5vw 0.9vw 0.9vw 1.7vw; /* 12px 16px 16px 30px; */
    border-radius: 1.4vw 0 0 0;
    -webkit-box-shadow: 0vw -0.5vw 1.0vw 0vw rgba(0,0,0,0.2);
      -moz-box-shadow: 0vw -0.5vw 1.0vw 0vw rgba(0,0,0,0.2);
        -ms-box-shadow: 0vw -0.5vw 1.0vw 0vw rgba(0,0,0,0.2);
        -o-box-shadow: 0vw -0.5vw 1.0vw 0vw rgba(0,0,0,0.2);
            box-shadow: 0vw -0.5vw 1.0vw 0vw rgba(0,0,0,0.2); /* 0px -8px 16px 0px */
  }
  /* / BOTTOMNAV */
  /* SOCIALNW & LANG SIDE */
  .nw_lang_side-overlay {
    /* width: 2.6vw; height: 14vw; */ /*  39px 214px; */
    width: 2.6vw; height: 12vw; /* height: 17vw; nueva_red +3vw */
    top: 36.5vw;/* 530px */
  }
  .socialnw_y_lang_side {
    /* width: 2.6vw; height: 14vw; */
    width: 2.6vw; height: 12vw; /* height: 17vw; nueva_red +3vw */
    top: 36.5vw;
    padding: 0.05vw 0.6vw 0.6vw 0.6vw;
    border-right: 0.05vw solid #c8cec5;
    border-radius: 0 0.6vw 0.6vw 0;
    -webkit-box-shadow: 0vw 0.5vw 1.0vw 0vw rgba(0,0,0,0.2);
      -moz-box-shadow: 0vw 0.5vw 1.0vw 0vw rgba(0,0,0,0.2);
        -ms-box-shadow: 0vw 0.5vw 1.0vw 0vw rgba(0,0,0,0.2);
        -o-box-shadow: 0vw 0.5vw 1.0vw 0vw rgba(0,0,0,0.2);
            box-shadow: 0vw 0.5vw 1.0vw 0vw rgba(0,0,0,0.2); /* 0px 8px 16px 0px */
  }
  .lang_side {
    font-size: 1.0vw;/* 0.8em; */
    margin-bottom: 1.5vw;/* 21px; */
  }
  .lang_side .ul_menu li{ margin-top: 0.6vw; }
  .socialnw_side a{  margin-top: 1.9vw } /* 0.6vw */
  .socialnw_side a img { width: 1.2vw }
    /* / SOCIALNW & LANG SIDE */

  div.cita { padding: 1.0vw 1.0vw 2.0vw 1.0vw; }
  div.cita img {
    width: 12vw;/* 169px; */
  }
  div.cita h2 {
    margin-bottom: 2.0vw;
    font-size: 1.0vw;
  }
  hr.cita-hr {
    border: 0.05vw solid #fce69b;
    border-radius: 0.05vw;
    width: 5vw;
    margin-top: 1.5vw;
  }
  .dukes{
    margin-top: 6vw;
    margin-bottom: 6vw;
  }
  .slideshow-container {
    max-width: 60vw;
  }
  .duk h1 {
    font-size: 5.0vw;
    letter-spacing: 0.5vw;
    line-height: 1.2;
  }
  hr.duk-hr {
    border: 0.05vw solid #170101;
    width: 7.0vw;
    margin: 9px 0 0 0;
  }
  .duk p { margin: 1.0vw 0 3.0vw 0; }
  .duk a.btn {
    padding: 1.0vw 3.0vw;
    font-size: 0.875em;
    letter-spacing: 0.125em;
    -webkit-box-shadow: -0.15vw 0.15vw #d3dbce;
      -moz-box-shadow: -0.15vw 0.15vw #d3dbce;
        -ms-box-shadow: -0.15vw 0.15vw #d3dbce;
        -o-box-shadow: -0.15vw 0.15vw #d3dbce;
            box-shadow: -0.15vw 0.15vw #d3dbce;
  }
  /* div.sponsoren {
    margin-top: 20vw;
    margin-bottom: 10vw;
  }
  div.sponsoren img{
    margin-top: 3vw;
    height: 9vw;
  } */
  .tripas{
    /* width: 80%; */
    margin-bottom: 5vw;
  }
  .trip {/* ana */
    /* background-color: white; */
    /* width: 95%; */
    /* max-width: 250px; */
    max-width: 8vw;
    /* margin: auto; */
    /* min-height: 130px; */
  }
  .trip img{ width: 3.7vw; }
  .tripas h5 {/* ana */
    margin-top: 1.2vw;
    font-size: 1.4vw;
    /* letter-spacing: 0.062em; */
  }
  #topBtn {
    bottom: 0.6vw; right: 0.6vw;
    padding: 0.6vw;
    border: 0.05vw solid rgba(255, 255, 255, 0.1);
    border-radius: 0.2vw;
  }
}




@media screen and (max-width: 1440px) {
  .duk p{ /* IGL new */
    /* font-family: 'Cormorant Upright', serif;
    color: #000; */
    font-size: 2.1em;
    letter-spacing: 0.2em;
  }
}

        

@media screen and (max-width: 1340px) {
  .tig .tig_text h1{
    font-size: 1.06em;
    letter-spacing: 0.062em;
  }
  .tig .tig_text p{
    font-size: 0.875em;
    letter-spacing: 0.312em;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .tig .tig_text {
    left: 5%;
    width: 90%;
    padding: 5px;
    height: 66px;
  }
  h1.principal { /* INTERNATIONALES GITARRENFESTIVAL TÜBINGEN */
    font-size: 2.0em;
    letter-spacing: 0.5em;
    line-height: 1.9;
  }
  h1.alcalde_encabezado {
    /* font-size: 2.0em;
    letter-spacing: 0.5em; */
    font-size: 1.4em; /* 2.1em */
    letter-spacing: 0.3em; /* 0.5em */
    line-height: 1.9;
  }
}
@media screen and (max-width: 1109px) {
  .tig .tig_text h1{
    font-size: 1.06em;
    letter-spacing: 0.062em;
  }
  .tig .tig_text p{
    margin-top: 5px;
    font-size: 0.812em;
    letter-spacing: 0.25em;
  }
  h3.principal_h3 {
    font-size: 3.1em; /* 1.4em */
  }
}
@media screen and (max-width: 1024px) {
  .header .header-content .hmbr { display: block; }
  div.footer a.hmbr_footer{
    display: block;
    padding-top: 10px;
    text-align: center;
  }
  .topnav { display: none; } 
  .bottomnav { display: none; }
  .socialnw_y_lang_side { display: none; }
  #topBtn { padding: 7px; }
  .duk h1 {
    font-size: 2.875em;
    letter-spacing: 0.187em;
    line-height: 1.1;
  }
  h1.principal { /* IGL */
    font-size: 1.9em;
    letter-spacing: 0.5em;
    line-height: 1.9;
  }
  h1.alcalde_encabezado { /* IGL */
    /* font-size: 1.9em;
    letter-spacing: 0.5em; */
    font-size: 1.3em;
    letter-spacing: 0.3em;
    line-height: 1.9;
  }

  .tig .tig_text { height: 56px; }
}
@media screen and (max-width: 1014px) {
  .duk p{ /* IGL new */
    /* font-family: 'Cormorant Upright', serif;
    color: #000; */
    font-size: 1.9em;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 900px) {
  .duk h1 {
    font-size: 2.7em;
    letter-spacing: 0.187em;
  }
   /* IGL */
  /* h1.principal {
    font-size: 1.8em;
    letter-spacing: 0.5em;
    line-height: 1.9;
  } */
  .tig .tig_text { height: 46px; }
  .duk p{ /* IGL new */
    /* font-family: 'Cormorant Upright', serif;
    color: #000; */
    font-size: 1.7em;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 801px) {
  .tig .tig_text h1{
    font-size: 1em;
    letter-spacing: 0.062em;
  }
  .tig .tig_text p{
    font-size: 0.812em;
    letter-spacing: 0.187em;
    margin-top: 5px;
  }
  /* IGL */
  /* h1.principal { 
    font-size: 1.7em;
    letter-spacing: 0.5em;
    line-height: 1.9;
  } */
  .duk p{ /* IGL new */
    /* font-family: 'Cormorant Upright', serif;
    color: #000; */
    font-size: 1.5em;
    letter-spacing: 0.2em;
  }
  .main_text_home{
    margin-bottom: 3.6em;
    top: -3em;
  }
}
@media screen and (max-width: 766px) {
  /* IGL */
  /* h1.principal { 
    font-size: 1.6em;
    letter-spacing: 0.5em;
    line-height: 1.9;
  } */
  /* h3.principal_h3 {
    font-size: 1.2em;
  } */
  .main_text{
    width: 90%;
  }
  .article {
    padding: 0;
  }
  #topBtn {
    padding: 6px;
  }
  div.sponsoren {
    margin-top: 133px;
    margin-bottom: 69px;
  }
  .tripas{
    /* background-color: #c11817; */
                   /*2009 syntax*/
    display:-moz-box;
    display:-ms-box;
    display:-webkit-box;
    display:box;
    -webkit-box-orient:vertical;
    /*current syntax*/
    display:-moz-flex;
    display:-ms-flex;
    display: -ms-flexbox; /* IE10 2022*/
    display:-webkit-flex;
    display:flex;
    -moz-flex-direction:column;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;  
  }
  .tripas_3{
    /* background-color: fuchsia; */
    -moz-flex: 100%;
    -ms-flex: 100%; /* IE10 */
    -webkit-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .tigres{
    /* background-color: #c11817; */
    width: 80%;
    max-width: 440px;
                   /*2009 syntax*/
    display:-moz-box;
    display:-ms-box;
    display:-webkit-box;
    display:box;
    -webkit-box-orient:vertical;
    /*current syntax*/
    display:-moz-flex;
    display:-ms-flex;
    display: -ms-flexbox; /* IE10 2022*/
    display:-webkit-flex;
    display:flex;
    -moz-flex-direction:column;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;  
  }
  .tigres_3{
    /* background-color: fuchsia; */
    -moz-flex: 100%;
    -ms-flex: 100%; /* IE10 */
    -webkit-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .tig .tig_text {
    width: 90%; height: 90px;
    padding: 5px;
    left: 5%;
  }
  .tig .tig_text h1{
    font-size: 1.125em;
    letter-spacing: 0.187em;
  }
  .tig .tig_text p{
    font-size: 0.875em;
    letter-spacing: 0.312em;
  }

  .dukes{
    width: 80%;
    max-width: 440px;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-box;
    display:box;
    -webkit-box-orient:vertical;
    display:-moz-flex;
    display:-ms-flex;
    display: -ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -moz-flex-direction:column;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;  
  }
  .dukes_2{
    -moz-flex: 100%;
    -ms-flex: 100%; /* IE10 */
    -webkit-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }


  /* .duk img{ width: 100%; } */
  .slideshow-container { width: 100%; }


  .duk h5 {
    margin-top: 30px;
    font-size: 1.125em;
    letter-spacing: 0.062em;
  }
  .duk h1 {
    margin-top: 15px;
    font-size: 2.875em;
    font-style: normal;
    letter-spacing: 0.187em;
  }
}
/* IGL */
/* @media screen and (max-width: 700px) {
  h1.principal { 
    font-size: 1.5em;
    letter-spacing: 0.5em;
    line-height: 1.9;
  }
} */

@media screen and (max-width: 641px) {
  /* .cartel_igtlud { display: none; }
  .cartel_igtlud_641 {
    display: block;
    width: 100%; 
    height: auto;
  } */
  .main_text_home{
    top: -4em;
  }
}

@media screen and (max-width: 560px) {
  /* h1.principal {
    font-size: 1.3em;
    letter-spacing: 0.44em;
    line-height: 2.25;
  } */
  h1.principal { /* IGL */
    font-size: 1.8em;
    letter-spacing: 0.5em;
    line-height: 1.9;
  }
  h1.alcalde_encabezado { /* IGL */
    /* font-size: 1.8em;
    letter-spacing: 0.5em; */
    font-size: 1.2em;
    letter-spacing: 0.3em;
    line-height: 1.9;
  }

  h3.principal_h3 {
    font-size: 2.7em; /* 1.4em */
  }
  .main_text_home{
    /* margin-bottom: 3.6em; */
    top: -3em;
  }
  .tig .tig_text { height: 76px; }
}

@media screen and (max-width: 496px) {
  h3.principal_h3 {
    font-size: 2.2em; /* 1.2em */
  }
}

@media screen and (max-width: 460px) {
  #topBtn {
    padding: 6px;
    font-size: 1em;
  }
  .tigres{
    /* background-color: #c11817; */
    width: 80%;
    left: 10%;
  }
  .tig .tig_text { height: 66px; }
  div.sponsoren img{
    width: 100%;
    height: auto;
  }
  h1.principal { /* IGL */
    font-size: 1.5em;
    letter-spacing: 0.5em;
    line-height: 1.9;
  }
  h1.alcalde_encabezado { /* IGL */
    /* font-size: 1.5em;
    letter-spacing: 0.5em; */
    font-size: 1.1em;
    letter-spacing: 0.3em;
    line-height: 1.9;
  }

  
}

@media screen and (max-width: 400px) {
  h3.principal_h3 {
    font-size: 1.9em; /* 1.2em */
  }
  .main_text_home{
    /* margin-bottom: 3.6em; */
    top: -2em;
  }
}

@media screen and (max-width: 382px) {
  .tig .tig_text { height: 56px; }
  .tig .tig_text h1{
    font-size: 1.06em;
    letter-spacing: 0.062em;
  }
  .tig .tig_text p{
    margin-top: 5px;
    font-size: 0.812em;
    letter-spacing: 0.25em;
  }
  .header img {
    margin-top: 15px;
    height: 30px;
  }
  #topBtn { padding: 5px; }
  h1.principal { /* IGL */
    font-size: 1.3em;
    letter-spacing: 0.44em;
    line-height: 2.25;
  }
  h1.alcalde_encabezado { /* IGL */
    font-size: 1.0em;
    letter-spacing: 0.3em;
    line-height: 1.25; /* 2.25 */
  }
}

/* @media screen and (max-width: 400px) {
  h3.principal_h3 {
    font-size: 1.2em;
  }
  .main_text_home{
    margin-bottom: 3.6em;
    top: -3em;
  }
} */
/* @media screen and (max-width: 641px) {
  .cartel_igtlud { display: none; }
  .cartel_igtlud_641 {
    display: block;
    width: 100%; 
    height: auto;
  }
  .main_text_home{
    top: -5em;
  }
} */
@media screen and (max-width: 321px) {
  h1 { font-size: 2.062em; }
  h1.principal { /* IGL */
    letter-spacing: 0.2em;
  }
  h1.alcalde_encabezado { /* IGL */
    letter-spacing: 0.2em;
  }

  
  /* h3.principal_h3 {
    font-size: 0.9em;
  } */
/*   .cartel_igtlud { display: none; }
  .cartel_igtlud_641 { display: none; }
  .cartel_igtlud_321 {
    display: block;
    width: 100%; 
    height: auto;
  } */
  h2 {
    font-size: 1.312em;
    letter-spacing: 0.437em;
    line-height: 1.6;
  }
  .tig .tig_text { height: 48px; }
  div.sponsoren { width: 90%; }
}
@media screen and (max-width: 316px) {
  .tig .tig_text h1{
    font-size: 0.875em;
    letter-spacing: 0.062em;
  }
  .tig .tig_text p{
    font-size: 0.75em;
    letter-spacing: 0.125em;
    margin-top: 5px;
  }
  .header img {
    margin-top: 15px;
    height: 21px;
  }
  .duk h1 {
    font-size: 2.5em;
    letter-spacing: 0.1em;
  }
  .duk a.btn {
    padding: 16px 32px;
  }
  /* IGL */
  /* h1.principal { 
    font-size: 1.0em;
    letter-spacing: 0.3em;
    line-height: 1.9;
  } */
  hr.duk-hr {
    /* border: 1px solid #170101; */
    width: 54px;
  }
  .duk p{ /* IGL new */
    font-size: 1.3em;
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 296px) {
  h3.principal_h3 {
    font-size: 1.5em; /* 1.1em */
  }
}

@media screen and (max-width: 269px) {
  .mobilnav-content {
    font-size: 0.937em;
  }
  footer.mobilnav-container .socialnw a{
    margin-right: 16px;
  }
  footer.mobilnav-container .socialnw img{
    width: auto; height: 32px;
    padding-bottom: 10px;
  }
  .duk h1 {
    font-size: 2.45em;
    letter-spacing: 0.1em;
  }
  .duk a.btn {
    padding: 16px 28px;
    font-size: 0.875em;
    letter-spacing: 0.125em;
  }
  div.cita { font-size: 0.6em; }
  /* IGL */
  /* h1.principal { 
    font-size: 1.0em;
    letter-spacing: 0.2em;
    line-height: 1.9;
  } */
  hr.cita-hr {
    border: 1px solid #fce69b;
    width: 39px;
    margin-top: 16px;
  }
  .duk p{ /* IGL new */
    font-size: 1.2em;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 235px) {
  .tig .tig_text h1{
    font-size: 0.687em;
    letter-spacing: 0;
  }
  .tig .tig_text p{
    margin-top: 3px;
    font-size: 0.625em;
    letter-spacing: 0;
  }
  .header { height: 90px; }
  #topBtn { padding: 3px; }
  .duk h1 {
    font-size: 1.6em;
    letter-spacing: 0.1em;
  }
  .duk a.btn {
    padding: 12px 9px;
    font-size: 0.7em;
    letter-spacing: 0.1em;
  }
  div.sponsoren h1{
    font-size: 1.1em;
    letter-spacing: 0.1em;
  }
  h1.principal { /* IGL */
    font-size: 1.0em;
    letter-spacing: 0.3em;
    line-height: 1.9;
  }
  /* h1.alcalde_encabezado {
    font-size: 1.0em;
    letter-spacing: 0.3em;
    line-height: 1.9;
  } */

  div.sponsoren { width: 100%; }
  .duk p{ /* IGL new */
    font-size: 1.1em;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 216px) {
  h3.principal_h3 {
    font-size: 1.3em; /* 1.0em */
  }
}
@media screen and (max-width: 210px) { /* 225px */
    h1.principal { /* IGL */
      font-size: 0.95em;
      letter-spacing: 0.07em;
      line-height: 1.9;
    }
    h1.alcalde_encabezado { /* IGL */
      font-size: 0.95em;
      letter-spacing: 0.07em;
      /* line-height: 1.9; */
    }
}

@media screen and (max-width: 205px) {
  h1 {
    font-size: 1.65em;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 188px) {
  .duk p{ /* IGL new */
    font-size: 1.0em;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 175px) {
  div.sponsoren h2{
    letter-spacing: 0.05em;
  }
}