/* The Modal (background) */ /* igl_2024_0602_limpio */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: #4c4c4c;
	background-image: linear-gradient(black, #4c4c4c);
	text-align: center;
	font-size: 0.9em;
	min-width: 100px;
}
/* Modal Content */
.modal-content {
	background-image: url("imgs/die_gaste/igl_2025_bg_modal_3_g.png"), url("imgs/die_gaste/igl_2025_bg_modal_2.png");
	-ms-background-size: 100% auto, 100% auto;
	-o-background-size: 100% auto, 100% auto;
	-moz-background-size: 100% auto, 100% auto;
	-webkit-background-size: 100% auto, 100% auto;
	background-size: 100% auto, 100% auto;
	background-position: top, bottom;
	background-repeat: no-repeat, no-repeat;
	background-color: #fefefe;
	margin-top: 90px; /* 40px */
	margin-bottom: 40px;
	display: block; margin-left: auto; margin-right: auto;
	padding: 40px;
	border: 2px solid #333;
	width: 80%;
	/* min-height: 333px; */ /* para que no se salga la foto */
	-webkit-filter: drop-shadow(0px 0px 10px #000); filter: drop-shadow(0px 0px 10px #000);
}
/* The Close Button */
.modal-close {/* background-color: red; */
	color: #aaaaaa;
	float: right;
	font-size: 1.7em;
	font-weight: bold;
}
.modal-close:hover,
.modal-close:focus {
	color: #c11817; /* 000 */
	text-decoration: none;
	cursor: pointer;
}
/* Modal Img */
.modal-img {
	width: 100%;
	/* float: left; */
	/* margin: 20px 25px 9px 0px; */
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.6)); filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.6));
}
.modal-img_ausstellung {
	width: 30%;
	margin-top: 4em;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.6)); filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.6));
}
.sin_sombra{
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.6)); filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.0));
}
/* Modal link */
.modal_link { text-decoration: none; color: #000000; }

.modal-prenxt {
	margin: 2vw 0 3vw 0;
}
.modal-pre, .modal-next {
	cursor: pointer;
}
.modal-prenxt-img{
	height: 0.9em;
	width: auto;
}
.first, .last {
	cursor: default;
	color: rgb(205, 202, 202);
}
.palabrota {
	letter-spacing: 1px;
}
.modal-h1{
	/* background-color: aquamarine; */
	margin: 3vw 0 3vw 0; /* no jala ! */
	max-width: 66%;
	margin: auto;
	line-height: 1.3em;
}
.modal-h1_igl{
	/* background-color: aquamarine; */
	width: 66%;
	margin: auto;
	line-height: 1.3em;
}
.modal-h2{
	clear: both;
}

/* bajo la foto */
.modal-hr{
	clear: both;
	margin: 3vw 0 3vw 0;
}
.modal-h2b{
	font-size: 13px;
	margin: 1vw 0 0 0;
}
.modal-h4{
	font-size: 10px;
	margin: 0;
}
.modal_secundario{
	font-size: 0.6em;
	letter-spacing: 0.001em;
}

p.modal-sub {
	margin: 4vw auto 3vw auto; /* este sí ! */
}
.modal-about{
	clear: both;
	margin-top: 33px;
}
.modal-kontakt{
	font-size: .8em;
}
/* .modal-info{

} */
.modal-info p{
	color: #562018;
}
.maschi {
	font-size: 0.8em;
	color: #000;
}
.modal-fig{
	float: left;
	width: 40%;
}
.modal-fig2{
	width: 50%;
	margin: 3vw auto 0 auto;
}
.modal-img2 {
	width: 100%;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.6)); filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.6));
}
.modal-info p.modal-setzt{
	/* background-color: #f8c463; */
	width: 66%;
	margin: 0 auto 3vw auto;
}

.modal-first{
	margin: 5vw 0 5vw 0;
	display: block;
}

/* .modal-info a.btn { */
a.btn_tickets {
	background-color: #2f332d;
	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;
  }
  /* .modal-info a.btn:hover { */
	.a.btn_tickets:hover {
	background-color: #21241f;
	color: #b6c0b0;
	letter-spacing: 0.125em;
  }
  /* .modal-info a.btn:active { */
	.a.btn_tickets:active {
	background-color: #2f332d;
	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;
  }
  /* RESERVIX */
  a.btn_tickets_reservix {
    display: block;
    background-color: tomato;
    width: 120px; /* 120px x 40px 9vw*/
    height: 40px; /* 3vw */
    margin: 0 auto 2em auto;
    background-image: url('imgs/die_gaste/buttons_tickets_hier_120x40px.png'); /* Buttons-Tickets-hier-120x40px.png */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-box-shadow: -3px 3px #c8c4bd; /* d3dbce */
    -moz-box-shadow: -3px 3px #c8c4bd;
        -ms-box-shadow: -3px 3px #c8c4bd;
        -o-box-shadow: -3px 3px #c8c4bd;
            box-shadow: -3px 3px #c8c4bd;
  }
  a.btn_tickets_reservix:hover {
    -webkit-filter: brightness(107%); /* Safari 6.0 - 9.0 */
    -moz-filter: brightness(107%);
        -ms-filter: brightness(107%);
        -o-filter: brightness(107%);
            filter: brightness(107%); /* fily */
    -webkit-box-shadow: 0 0 7px #ff7b00; /* fbe1b3 */
    -moz-box-shadow: 0 0 7px #ff7b00;
        -ms-box-shadow: 0 0 7px #ff7b00;
        -o-box-shadow: 0 0 7px #ff7b00;
            box-shadow: 0 0 7px #ff7b00;
  }
  a.btn_tickets_reservix:active {
    -webkit-filter: brightness(100%); /* Safari 6.0 - 9.0 */
    -moz-filter: brightness(100%);
        -ms-filter: brightness(100%);
        -o-filter: brightness(100%);
            filter: brightness(100%); /* fily */
    -webkit-box-shadow: 0 0 33px #fad234;
    -moz-box-shadow: 0 0 33px #fad234;
        -ms-box-shadow: 0 0 33px #fad234;
        -o-box-shadow: 0 0 33px #fad234;
            box-shadow: 0 0 33px #fad234;
    position: relative;
    left: -3px; bottom: -3px;
  }

  .keepy {
	display: inline-block;
	word-break: keep-all;
  }

  /* SPACE */
  div.modal-space_emo{
    /* background-color: red; */
    height: 0;
  }
  div.modal-space_comp{
    /* background-color: red; */
    height: 4em;
  }
  div.modal-space_comp_es, div.modal-space_open, .modal-space_musikschule {
    /* background-color: green; */
    height: 4em;
  }
  .modal-furfur{
    clear: both;
  }
  .modal-space_tango, div.modal-space_amistad, div.modal-space_emociones {
	/* background-color: blue; */
	height: 0;
  }
  div.space_bottom_modal {
	/* background-color: green; */
	height: 5vw;
  }
  div.sponsoren_modal {
	/* background-color: red; */
	width: 80%;
	margin: auto;
	margin-top: 33px;
	margin-bottom: 33px;
	text-align: center;
  }
  div.sponsoren_modal img{
	width: 100%; height: auto;
	max-width: 533px;
  }
  @media screen and (min-width: 1441px) { /* min MIN MIN MIN MIN min */
	div.sponsoren_modal {
		margin-top: 3vw;
		margin-bottom: 3vw;
	}
	div.sponsoren_modal img{
	  max-width: 37vw;
	}
    div.modal-space_comp{
        /* background-color: red; */
        height: 0;
    }
    div.modal-space_comp_es, div.modal-space_open, .modal-space_musikschule {
        /* background-color: red; */
        height: 0;
    }

    a.btn_tickets_reservix {
        width: 9vw; /* 120px 9vw*/
        height: 3vw; /* 40px 3vw */
        margin: 0 auto 2vw auto;
    }
    a.btn_tickets_reservix:active {
        position: relative;
        left: -0.2vw; bottom: -0.2vw;
    }
  }

  div.sponsoren_modal_orchester {
	/* background-color: red; */
	width: 80%;
	margin: auto;
	margin-top: 22px;
	margin-bottom: 11px;
	text-align: center;
  }
  div.sponsoren_modal_orchester img{
	width: 100%; height: auto;
	max-width: 333px;
  }
  @media screen and (min-width: 1441px) { /* min MIN MIN MIN MIN min */
	div.sponsoren_modal_orchester {
		margin-top: 2vw;
		margin-bottom: 1vw;
	}
	div.sponsoren_modal_orchester img{
	  max-width: 23vw;
	}
  }

/*-----------------------------------------------------------------*/ 
/*-----------------------------------------------------------------*/  
/*-----------------------MEDIA QUERY-------------------------------*/   
/*-----------------------------------------------------------------*/    
/*-----------------------------------------------------------------*/
@media screen and (min-width: 1441px) { /* min MIN MIN MIN MIN min */
	/* .modal-info a.btn { */
	a.btn_tickets {
		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;
	  }
}
@media screen and (min-width: 1200px) { /* min MIN MIN MIN MIN min */
	.modal-content {
		margin-top: 5vw;
		padding: 4vw;
	}
	.modal-prenxt {
		margin: 1vw 0 3vw 0;
	}
	p.modal-sub {
		max-width: 66%;
	}
	.modal-h2b{
		font-size: 1vw;
		/* margin: 1vw 0 0 0; */
	}
	.modal-h2{
		width: 66%;
		margin-left: 17%;
	}
	.modal-h4{
		font-size: 0.7vw;
		/* margin: 0; */
	}
}

@media screen and (min-width: 940px) { /* min MIN MIN MIN MIN min */
	.modal-first{
		/* background-color: aqua; */
		width: 42vw;
		margin-left: 23%;
	}
	.modal-fig{
		width: 50%;
	}
	.modal-img {
		height: 100%;
	}
}
@media only screen and (max-width: 1160px){
    .modal-space_tango, div.modal-space_amistad, div.modal-space_emociones {
        /* background-color: blue; */
        height: 6em;
    }
}
@media only screen and (max-width: 1090px){
    div.modal-space_comp_es, div.modal-space_open, .modal-space_musikschule {
        /* background-color: rgb(129, 68, 227); */
        height: 10.5em;
    }
    div.modal-space_emo{
        /* background-color: red; */
        height: 1em;
    }
}

@media only screen and (max-width: 1015px){
	.modal-h1_igl {
		font-size: 2.5em;
		width: 70%;
	}
}

@media only screen and (max-width: 939px){
    div.modal-space_comp_es, div.modal-space_open, .modal-space_musikschule {
        /* background-color: rgb(195, 61, 61); */
        height: 4.5em;
    }
    div.modal-space_emo{
        /* background-color: red; */
        height: 0;
    }
	.modal-space_tango, div.modal-space_amistad, div.modal-space_emociones {
        /* background-color: blue; */
        height: 3em;
    }
}

@media only screen and (max-width: 851px){
	.modal-h1_igl {
		font-size: 2.5em;
		width: 80%;
	}
}

@media only screen and (max-width: 840px){
	.modal-fig{
		width: 100%;
	}
	.modal-fig2{
		width: 66%;
		margin: 3vw auto 0 auto;
	}
	.modal-img {
		width: 60%;
		margin: 0  20% 0  20%;
	}
	.modal-img_ausstellung {
		width: 60%;
	}
    div.modal-space_comp{
        /* background-color: blue; */
        height: 1em;
    }
    div.modal-space_comp_es, div.modal-space_open, .modal-space_musikschule {
        /* background-color: blue; */
        height: 1.5em;
    }
    .modal-space_tango, div.modal-space_amistad, div.modal-space_emociones {
        /* background-color: blue; */
        height: 0;
    }
}

@media only screen and (max-width: 770px){
	.modal-content { /* background-color: red; */
		margin-top: 90px; /* 30 */
		padding: 20px;
	}
}

@media only screen and (max-width: 711px){
	.modal-h1_igl {
		font-size: 2.5em;
		width: 90%;
	}
}

@media only screen and (max-width: 666px){
	.modal-content {
		background-image: url("imgs/die_gaste/igl_2025_bg_modal_2_ch.png"), url("imgs/die_gaste/igl_2025_bg_modal_2.png");
		-ms-background-size: 100% auto, 100% auto;
		-o-background-size: 100% auto, 100% auto;
		-moz-background-size: 100% auto, 100% auto;
		-webkit-background-size: 100% auto, 100% auto;
		background-size: 100% auto, 100% auto;
		background-position: top, bottom;
		background-repeat: no-repeat, no-repeat;

		background-color: #fefefe;

		margin-bottom: 40px;
		display: block; margin-left: auto; margin-right: auto;
		border: 2px solid #333;
		width: 80%;
		/* min-height: 333px; */ /* para que no se salga la foto */
		-webkit-filter: drop-shadow(0px 0px 10px #000); filter: drop-shadow(0px 0px 10px #000);
	}
}

@media only screen and (max-width: 642px){
	.modal-h1_igl {
		font-size: 2.1em;
		width: 90%;
	}
}

/*-----------------------------------------------------------------*/

@media screen and (max-width: 580px) {
	.modal-content { /* background-color: blue; */
		margin-top: 90px; /* 20px */
		padding: 10px;
	}
}
/*-----------------------------------------------------------------*/

@media only screen and (max-width: 528px){
	.modal-h1_igl {
		font-size: 2.0em;
		width: 95%;
	}
}
@media only screen and (max-width: 482px){
	.modal-h1_igl {
		font-size: 1.9em;
		width: 97%;
	}
}
@media only screen and (max-width: 453px){
	.modal-h1_igl {
		font-size: 1.7em;
		width: 99%;
	}
}

@media only screen and (max-width: 414px){
	.modal-img {
		width: 84%;
		margin: 0  8% 0  8%;
	}
	.modal-img_ausstellung {
		width: 84%;
	}
	.modal-h1 {
		/* background-color: rgb(163, 255, 127); */
		font-size: 2.062em;
		max-width: 80%;
	}
}

@media only screen and (max-width: 404px){
	.modal-h1_igl {
		font-size: 1.6em;
		width: 100%;
	}
}
@media only screen and (max-width: 381px){
	.modal-h1_igl {
		letter-spacing: 0.06em;
	}
}

@media only screen and (max-width: 316px){
	/* .modal-info a.btn { */
	a.btn_tickets {
		padding: 16px 32px;
	}
	.modal-h1 {
		/* background-color: rgb(251, 255, 127); */
		max-width: 100%;
	}
}

@media only screen and (max-width: 312px){
	.modal-h1_igl {
		letter-spacing: 0.02em;
	}
}
@media only screen and (max-width: 293px){
	.modal-h1_igl {
		font-size: 1.4em;
		letter-spacing: 0.02em;
	}
}

@media screen and (max-width: 269px) {
	/* .modal-info a.btn { */
	a.btn_tickets {
	  padding: 16px 28px;
	  font-size: 0.875em;
	  letter-spacing: 0.125em;
	}
    a.btn_tickets_reservix {
        width: 90px; /* 120px 9vw*/
        height: 30px; /* 40px 3vw */
        margin: 0 auto 2em auto;
    }
}

@media only screen and (max-width: 264px){
	.modal-h1_igl {
		font-size: 1.2em;
		letter-spacing: 0.0em;
	}
}

@media screen and (max-width: 235px) {
	/* .modal-info a.btn { */
	a.btn_tickets {
		padding: 12px 9px;
		font-size: 0.7em;
		letter-spacing: 0.1em;
	}
}
@media screen and (max-width: 170px) {
    a.btn_tickets_reservix {
        width: 75px; /* 120px 9vw*/
        height: 25px; /* 40px 3vw */
        margin: 0 auto 2em auto;
    }
}