.newsletter-table{
  width: 100%;
  font-size: 16.8px;
}

.newsletter-table a{
  color: rgb(110,110,110);
  text-decoration: underline;
}

.newsletter-table h3{
  color: rgb(255, 78, 85);
}

ul.newsletter-list{
  overflow: visible;
  margin-bottom: 10vh;
  max-height: inherit;
  list-style: none;
}

.newsletter-list h3{
  color: rgb(255, 78, 85);
}

ul.newsletter-list .date{
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgb(255, 78, 85);
}

#current-infos{
  /* height: 250px; */
  text-align: left;
  font-size: .8em;
  text-align: center;
  padding: 0;
}

#current-infos > div{
}

#current-infos .infos{
  background: rgb(255, 78, 85);
  height: 300px;
  /* width: 32%; */
  width: 260px;
  float: left;
  font-size: 10pt;
  text-align: left;
  font-weight: 300;
  padding: 10px;
  position: relative;
}

#current-infos .img img{
  /* width: 53%; */
  width: 300px;
  height: 300px;
  float: left;
}

.infos p{
  line-height: 1.3em;
  color: white;
}

.infos .more{
  position: absolute;
  bottom: 10px;
  color: white;
}

.infos .more .newsblog-highlight{
  color: black;
  text-transform: uppercase;
  text-decoration: underline;
}

.infos .hashtags{
  color: black;
}

#current-infos .img img{
  margin-right: 5px;
}

#calendar{
  text-align: center;
  font-size: 3em;
  width: 256px;
  margin: auto;
  border: 1px solid #000;
  position: relative;
}

.cal-date-info{
  display: none;
  background: rgba(255,255,255,0.90);
  left: -401px;
  position: absolute;
  width: 400px;
  top: 10px;
  height: 240px;
  padding: 15px;
}
.cal-date-info .line{
  height: 100%;
  width: 2px;
  float: left;
  border-left: 1px solid rgb(255, 78, 85);
  margin-left: 5px;
  margin-right: 15px;
}
.cal-date-info ul{
  margin: 0;
  padding: 0;
  margin-left: 20px;
  /* list-style: none; */
  margin-top: 10px;
}

.cal-date-info li{
  text-align: left;
  color: rgb(255, 78, 85);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 15px 5px;
  border-bottom: 1px solid rgb(255, 78, 85);
  font-size: 1.2em;
}

 ul.dates > li:hover .cal-date-info{
   display: block;
 }

.cal-date-info li:last-child{
  border-bottom: none;
}

.cal-date-info h3{
  text-align: left;
  padding-left: 20px;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.6em;
  color: rgb(255, 78, 85);
  font-weight: 500;
}

.news-nav{
  width: 50px;
  float: left;
}

p.copyright{
  margin-bottom: 0;
}

.elementor .news-nav img{
  max-width: 40px;
  margin: 140px 0 0;
  height: inherit;
}

#index-side{
  margin-bottom: 30px;
}

#index-side #links{
  margin-top: 10px;
  text-align: center;
  font-size: 14pt;
}

#links a{
  color: rgb(255, 78, 85);
}

#links .newsletter{
  text-transform: uppercase;
  font-size: 13pt;
}

#links .theaterspielplan{
  letter-spacing: 3px;
}



/* gift */
.gift-preview{
	height: 200px;
	width: 150px;
}

.gift-list li{
	/* float: left; */
	/*width: 150px;*/
  display: inline-block;
  margin-right: 20px;
}

.gift-list a{
	color: black;
	text-decoration: none;
}

.gift-list{
	list-style: none;
  padding-left: 20px;
}

.gift-list li:nth-child(3n){
	/*margin-right: 0;*/
}

.gift-data{
  /*display: inline-block;*/
  /* width: 340px; */
  margin-left: 170px;
  display: none;
}

.gift-preview:hover{
  cursor: pointer;
}

.gift-data a{
	color:#EF0808;
  text-decoration: underline;
}

.event-list{
  list-style: none;
  padding: 0;
  max-height: 65vh;
  overflow: scroll;
}

.event-list > li{
  margin-left: 10px;
  color: rgb(255, 78, 85);
}

#newsslider .date{
  display: inline-block;
  width: 20%;
  float: left;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 44px;
  padding-top: 12px;
}

.event-info{
  width: 80%;
  display: inline-block;
  border-left: 1px solid rgb(255, 78, 85);
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 1.2em;
}

.event-info p{
  color: #222;
  margin-top: 10px;
}

.event-info h3{
  margin: 0;
  font-size: 1.4em;
}

.event-info:hover{
  cursor: pointer;
}

.event-info.newsletter{
  margin-left: 120px;
}
.event-info.newsletter:hover{
  cursor: pointer;
}

.event-info h3:hover{
  cursor: pointer;
}


.bottom-line{
  width: 100%;
  border-bottom: 1px solid rgb(255, 78, 85);
  margin-top: 20px;
}

.title{
  text-transform: uppercase;
  font-size: 2.4em;
  color: rgb(255, 78, 85);
  margin-top: 0;
}

.event-content h2{
  color: rgb(255, 78, 85);
  font-size: 18pt;
}

.event-content .date{
  color: rgb(255, 78, 85);
}

.event-content span{
}

.event-content .the-content{
  font-weight: 300;
  margin-top: 20px;
}

#news-list, #newblog, .gift-list{
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 65vh;
  overflow: scroll;
}

#news-list li, #newblog li{
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgb(255, 78, 85);
  padding-bottom: 15px;
}

#news-list h2, #newblog h2{
  color: rgb(255, 78, 85);
  font-size: 1.4em;
  font-weight: bold;
}

.news-preview{
  max-height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}

.infos p:empty {
  display: none;
}

.subpages{
  list-style: none;
  padding: 10px 30px;
  border-top: 1px solid rgb(255, 78, 85);
  border-bottom: 1px solid rgb(255, 78, 85);
}

.subpages a{
  color: rgb(255, 78, 85);
  text-transform: uppercase;
  font-size: 1.2em;
}

.gift-more.show .gift-data{
  display: block;
}

.gift-more.show{
  width: 100%;
}

.gift-side-info{
  height: 40vh;
  overflow: scroll;
  margin-top: 10px;
}


#newsslider li:hover{
  cursor: pointer;
}

body .screen-reader-response{
  text-align: center;
  font-weight: 300;
  font-size: 1.5em;
  margin-top: 35px;
}

body .screen-reader-response ul{
  display: none;
}

h3.archive{
  color: rgb(255, 78, 85);
  border-bottom: 1px solid rgb(255, 78, 85);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
}

.years{
  list-style: none;
  margin: 0;
  padding: 0;
}

.years li{
  text-align: center;
  font-weight: 300;
  font-size: 2em;
}

.years li a.active{
  color: rgb(255, 78, 85);
}

.wpcf7-not-valid-tip{
  color: rgb(255, 78, 85);
  margin-left: 10px;
  font-weight: 500;
  /* text-decoration: underline; */
}

.wpcf7-list-item-label{
  margin-left: 10px;
  margin-top: 2px;
}


.wpcf7-submit{
  color: rgb(255, 78, 85);
  background: white;
  border-color: rgb(255, 78, 85);
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 2em;
}

.wpcf7-submit:hover{
  background-color: rgb(255, 78, 85);
  color: white;
}

.wpcf7-form{
  margin-top: 20px;
}

.wpcf7-form label{
  font-weight: 300;
}

body form.sent{
  display: none;
}

.wpcf7-response-output{
  display: none;
}

/*  MOBILE DESIGN  */

.mobile-nav{
  display: none;
}

.box-overlay{
  display: none;
}

@media only screen and (max-device-width: 480px) {

  body .event-info.newsletter {
    margin: 0;
  }

  .event-info h3{
    font-size: 0.6em;
  }

  .event-info{
    width: inherit;
  }

  .news-preview {
    max-height: 250px;
  }


  img.gift-preview{
    width: 225px;
    height: 300px;
    margin-right: 25px;
  }

  .gift-data{
    margin: auto;
  }

  li[date-highlight]{
    border-radius: 100px;
    border: 1px solid rgb(255, 78, 85);
  }

  .gift-list{
    max-height: inherit;
  }

  .gift-more > div{
    float: none !important;
  }

  #current-infos{
    height: 1000px;
  }

  #current-infos > div{
    margin: auto;
    width: 650px;
    position: relative;
  }

  .news-nav {
    float: none;
    position: absolute;
    top: 120px;
    width: 100px;
    z-index: 10;
  }

  .news-nav img {
    max-width: 80px;
    margin: 0;
  }

  .prev{
    left: -10px;
  }

  .next{
    right: -10px;
  }

  body #newsslider .viewport{
    width: 650px;
    height: 950px;
  }

  body #newsslider .overview li {
    height: 950px;
    width: 720px;
  }

  body #current-infos .img img {
    width: 300px;
    height: 300px;
    float: none;
    margin-right: 70px;
  }

  body #current-infos .infos {
    height: 640px;
    width: 650px;
    float: none;
    font-size: 3em;
  }

  .event-list{
    font-size: 1.3em;
    max-height: inherit;
    overflow: inherit;
  }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) { /* STYLES GO HERE */

  .col-md-9#current-infos .viewport{
    width: 600px;
  }

  #current-infos .infos{
    width: 240px;
  }

  #newsslider .overview li{
    width: 600px;
  }

  #current-infos .img img{
    width: 350px;
    height: 200px;
  }

  .news-nav img {
    margin: 120px 5px 0;
  .col-md-3#index-side{
  }

  #index-side a{
  }
}


/*
Theme Name: IGFT
*/

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-weight: 100;
  src: url('./fonts/Montserrat/Montserrat-Thin.ttf');
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-weight: 300;
  src: url('./fonts/Montserrat/Montserrat-Light.ttf');
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  src: url('./fonts/Montserrat/Montserrat-Regular.ttf');
}

.newsletter-table{
  width: 100%;
  font-size: 16.8px;
}

.newsletter-table a{
  color: rgb(110,110,110);
  text-decoration: underline;
}

.newsletter-table h3{
  color: rgb(255, 78, 85);
}

ul.newsletter-list{
  overflow: visible;
  margin-bottom: 10vh;
  max-height: inherit;
  list-style: none;
}

.newsletter-list h3{
  color: rgb(255, 78, 85);
}

ul.newsletter-list .date{
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgb(255, 78, 85);
}

body{
  font-family: 'Montserrat';
}

footer .container{
  border-top: 1px solid rgb(255, 78, 85);
  margin-bottom: 50px;
  margin-top: 10px;
  font-size: 11pt;
  font-weight: 300;
}

footer .ig-infos{
  margin-top: 10px;
  font-size: 11pt;
}

.header-title{
  border-bottom: 1px solid rgb(255, 78, 85);
  margin-top: 2vh;
  position: relative;
}

.header-title h2{
  text-transform: uppercase;
  color: rgb(255, 78, 85);
  margin: 0;
  font-size: 2.5em;
}

.lang{
  position: absolute;
  right: 0px;
  bottom: 15px;
}

.lang a{
  color: black;
}

.lang a.active{
  color: rgb(255, 78, 85);
}

main{

}

#current-infos{
  height: 250px;
  text-align: left;
  font-size: .8em;
  text-align: center;
  padding: 0;
}

#current-infos > div{
}

.logo-title{
  width: 320px;
  margin-bottom: 17px;
  margin-left: 15px;
}

#current-infos .infos{
  background: rgb(255, 78, 85);
  height: 300px;
  /* width: 32%; */
  width: 260px;
  float: left;
  font-size: 10pt;
  text-align: left;
  font-weight: 300;
  padding: 10px;
  position: relative;
}

#current-infos .img img{
  /* width: 53%; */
  width: 450px;
  height: 300px;
  float: left;
}

.infos p{
  color: white;
}

.infos .more{
  position: absolute;
  bottom: 10px;
  color: white;
}

.infos .more .newsblog-highlight{
  color: black;
  text-transform: uppercase;
  text-decoration: underline;
}

.infos .hashtags{
  color: black;
}

#current-infos .img img{
  margin-right: 5px;
}

#calendar{
  text-align: center;
  font-size: 3em;
  width: 256px;
  margin: auto;
  border: 1px solid #000;
  position: relative;
}

.cal-date-info{
  display: none;
  background: rgba(255,255,255,0.90);
  left: -401px;
  position: absolute;
  width: 400px;
  top: 10px;
  height: 240px;
  padding: 15px;
}
.cal-date-info .line{
  height: 100%;
  width: 2px;
  float: left;
  border-left: 1px solid rgb(255, 78, 85);
  margin-left: 5px;
  margin-right: 15px;
}
.cal-date-info ul{
  margin: 0;
  padding: 0;
  margin-left: 20px;
  /* list-style: none; */
  margin-top: 10px;
}

.cal-date-info li{
  text-align: left;
  color: rgb(255, 78, 85);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 15px 5px;
  border-bottom: 1px solid rgb(255, 78, 85);
  font-size: 1.2em;
}

 ul.dates > li:hover .cal-date-info{
   display: block;
 }

.cal-date-info li:last-child{
  border-bottom: none;
}

.cal-date-info h3{
  text-align: left;
  padding-left: 20px;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.6em;
  color: rgb(255, 78, 85);
  font-weight: 500;
}

main .row {
  margin-right: 0;
  margin-left: 0;
}

.news-nav{
  width: 7%;
  float: left;
}

.news-nav img{
  max-width: 40px;
  margin: 120px 10px 0;
}

#index-side{
  margin-bottom: 30px;
}

a{
  color: rgb(200, 150, 146);
  /* color: rgb(255, 78, 85); */
}

a:hover{
  color: rgb(255, 78, 85);
}

#index-side #links{
  margin-top: 10px;
  text-align: center;
  font-size: 14pt;
}

#links a{
  color: rgb(255, 78, 85);
}

#links .newsletter{
  text-transform: uppercase;
  font-size: 13pt;
}

#links .theaterspielplan{
  letter-spacing: 3px;
}

.col-md-4:first-child{
  margin-top: 30px;
}

.sub-box{
  text-align: center;
  margin-top: 10px;
}

body .sub-box h2{
  font-weight: 300;
  text-transform: uppercase;
  color: rgb(255, 78, 85);
  font-size: 15pt;
}

.sub-box img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


.sub-box:hover img{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  cursor: pointer;
}

/*  Menü */
nav li{
  margin-right: 40px;
  text-transform: uppercase;
  list-style: none;
  margin-top: 10px;
}

nav a.nav-link{
  color: black;
}

.navbar{
  margin-bottom: 0;
}

.nav-item{
  position: relative;
}

.subnav{
  position: absolute;
  padding: 0;
  z-index: 100;
  background: rgba(255,255,255,0.85);
  padding-left: 5px;
  left: -5px;
  display: none;
  padding-bottom: 8px;
}

.subnav li{
  white-space: nowrap;
}

ul .nav-item:hover ul {
  display:block;
}

ul .nav-item:hover > a{
  color: rgb(255, 78, 85);
}

.nav-item.active > a{
  color: rgb(255, 78, 85);
}

#content{
  min-height: 65vh;
}

header{
  /* height: 20vh; */
}

footer{
  /* height: 15vh; */
}

body footer a{
  color: #000;
  text-decoration: none;
}

body footer a:hover{
  color: rgb(255, 78, 85);
  cursor: pointer;
  text-decoration: none;
}

.social-media{
  width: 100%;
  text-align: right;
  margin-top: 10px;
}

.social-media > a{
  margin: 0 4px;
}

.twitter img{
  width: 30px;
}

.facebook img{
  width: 25px;
}

.instagram img{
  width: 30px;
}

.official{
  margin-top: 10px;
  text-align: right;
}

.official .bka{
  width: 230px;
  margin-top: -6px;
}

.official .wien{
  width: 120px;
  float: right;
}

li[date-highlight]{
  border: 1px solid rgb(255, 78, 85);
  border-radius: 20px;
}

li[date-highlight]:hover{
  cursor: pointer;
}

/* gift */
.gift-preview{
	height: 200px;
	width: 150px;
}

.gift-list li{
	float: left;
	/*width: 150px;*/
  margin-right: 40px;
}

.gift-list a{
	color: black;
	text-decoration: none;
}

.gift-list{
	list-style: none;
  padding-left: 20px;
}

.gift-list li:nth-child(3n){
	/*margin-right: 0;*/
}

.gift-data{
  /*display: inline-block;*/
  /* width: 340px; */
  margin-left: 170px;
  display: none;
}

.gift-preview:hover{
  cursor: pointer;
}

.gift-data a{
	color:#EF0808;
  text-decoration: underline;
}

.event-list{
  list-style: none;
  padding: 0;
  max-height: 65vh;
  overflow: scroll;
}

.event-list > li{
  margin-left: 10px;
  color: rgb(255, 78, 85);
}

.date{
  display: inline-block;
  width: 20%;
  float: left;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 44px;
  padding-top: 12px;
}

.event-info{
  width: 80%;
  display: inline-block;
  border-left: 1px solid rgb(255, 78, 85);
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 1.2em;
}

.event-info p{
  color: #222;
  margin-top: 10px;
}

.event-info h3{
  margin: 0;
  font-size: 1.4em;
}

.event-info:hover{
  cursor: pointer;
}

.bottom-line{
  width: 100%;
  border-bottom: 1px solid rgb(255, 78, 85);
  margin-top: 20px;
}

.title{
  text-transform: uppercase;
  font-size: 2.4em;
  color: rgb(255, 78, 85);
  margin-top: 0;
}

.event-content h2{
  color: rgb(255, 78, 85);
  font-size: 18pt;
}

.event-content .date{
  color: rgb(255, 78, 85);
}

.event-content span{
}

.event-content .the-content{
  font-weight: 300;
  margin-top: 20px;
}

#news-list, #newblog, .gift-list{
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 65vh;
  overflow: scroll;
}

#news-list li, #newblog li{
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgb(255, 78, 85);
  padding-bottom: 15px;
}

#news-list h2, #newblog h2{
  color: rgb(255, 78, 85);
  font-size: 1.4em;
  font-weight: bold;
}

.news-preview{
  max-height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}

a.more{
  text-decoration: underline;
  color: rgb(255, 78, 85);
}

.infos p:empty {
  display: none;
}

.page-content{
  max-height: 65vh;
  overflow-y: scroll;
}

.subpages{
  list-style: none;
  padding: 10px 30px;
  border-top: 1px solid rgb(255, 78, 85);
  border-bottom: 1px solid rgb(255, 78, 85);
}

.subpages a{
  color: rgb(255, 78, 85);
  text-transform: uppercase;
  font-size: 1.2em;
}

.gift-more.show .gift-data{
  display: block;
}

.gift-more.show{
  width: 100%;
}

.gift-side-info{
  height: 40vh;
  overflow: scroll;
  margin-top: 10px;
}

body h1{
  margin-top: 0;
}

#newsslider li:hover{
  cursor: pointer;
}

body .screen-reader-response{
  text-align: center;
  font-weight: 300;
  font-size: 1.5em;
  margin-top: 35px;
}

body .screen-reader-response ul{
  display: none;
}

h3.archive{
  color: rgb(255, 78, 85);
  border-bottom: 1px solid rgb(255, 78, 85);
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 10px;
}

.years{
  list-style: none;
  margin: 0;
  padding: 0;
}

.years li{
  text-align: center;
  font-weight: 300;
  font-size: 2em;
}

.years li a.active{
  color: rgb(255, 78, 85);
}

.wpcf7-not-valid-tip{
  color: rgb(255, 78, 85);
  margin-left: 10px;
  font-weight: 500;
  /* text-decoration: underline; */
}

.wpcf7-list-item-label{
  margin-left: 10px;
  margin-top: 2px;
}


.wpcf7-submit{
  color: rgb(255, 78, 85);
  background: white;
  border-color: rgb(255, 78, 85);
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 2em;
}

.wpcf7-submit:hover{
  background-color: rgb(255, 78, 85);
  color: white;
}

.wpcf7-form{
  margin-top: 20px;
}

.wpcf7-form label{
  font-weight: 300;
}

body form.sent{
  display: none;
}

.wpcf7-response-output{
  display: none;
}

/*  MOBILE DESIGN  */

.mobile-nav{
  display: none;
}

.box-overlay{
  display: none;
}

@media only screen and (max-device-width: 480px) {

  .header-title{
    position: relative;
    z-index: 100;
  }

  header .container, body .container{
      width: auto;
      padding: 0;
  }

  .mobile-nav{
    display: block;
    /* border: 1px solid #333; */
    border-radius: 4px;
    float: left;
    margin: 16px 0px 16px 50px;
    position: relative;
    z-index: 500;
  }

  .mobile-nav > div{
    width: 100px;
    height: 10px;
    background: #333;
    margin: 15px 5px;
  }

  nav{
    display: none;
  }

  .col-md-12{
    padding: 0;
  }

  .lang{
    font-size: 3.6em;
    margin-right: 20px;
  }

  .logo-title{
    width: 460px;
    margin-bottom: 25px;
    margin-left: 35px;
  }

  .header-title{
    border-bottom: 5px solid rgb(255, 78, 85);
  }

  nav ul.navbar-nav{
    float: inherit;
    margin: 0;
    padding: 0;
  }

  nav ul.navbar-nav > li{
    float: inherit;
    font-size: 3.5em;
    text-align: center;
    border-bottom: 2px solid rgb(255, 78, 85);
    margin: 10px 0;
    padding-bottom: 10px;
  }

  nav .active .subnav{
    display: block;
  }

  .subnav {
    position: inherit;
    padding-left: 0;
    left: 0;
    padding-bottom: 0;
    border-top: 1px solid rgb(255, 78, 85);
  }

  .subnav li{
    /* font-size: 26px; */
    background: rgba(255, 78, 85, 0.5);
    margin: 0;
    padding: 10px 0;
    overflow: hidden;
  }

  .subnav li a{
    color: white;
  }

  .nav-item.active{
    border-bottom: none;
  }

  .news-preview {
    max-height: 250px;
  }

  #news-list, #newblog, .gift-list {
    overflow: auto;
    max-height: none;
    font-size: 3em;
  }

  .title{
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    font-size: 5em;
    margin: 20px auto;
  }

  .content{
    font-size: 3em;
  }

  body .sub-box h2{
    position: absolute;
    z-index: 100;
    font-size: 5em;
    bottom: 180px;
    /* left: 230px; */
    width: 100%;
    font-size: 5.5em;
  }

  .sub-box > div{
    position: relative;
    margin-bottom: 50px;
  }

  .box-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(250,250,250,0.7);
    display: block;
    z-index: 10;
  }

  .sub-box img{
    -webkit-filter: inherit;
    filter: inherit;
  }

  body .european h2{
    bottom: 70px;
  }

  .row{
    margin: 0;
  }

  footer .ig-infos{
    font-size: 3em;
  }

  footer span.spacer{
    display: none;
  }

  footer span{
    display: block;
    text-align: center;
  }

  footer .ig{
    font-weight: bold;
  }

  footer .twitter img, footer .facebook img, footer .instagram img{
    width: 100px;
    margin: 0 40px;
  }

  .social-media{
    text-align: center;
    margin-top: 30px;
  }

  .official .wien{
    width: 220px;
    float: none;
  }

  .official .bka{
    width: 620px;
  }

  .official{
    margin-top: 40px;
    text-align: center;
  }

  #content h1{
    font-size: 5em;
  }

  #content .text, .page-content{
    font-size: 3em;
  }

  .gift-more h3{
    font-size: 1.2em;
  }

  img.gift-preview{
    width: 225px;
    height: 300px;
    margin-right: 25px;
  }

  .gift-data{
    margin: auto;
  }

  body div#calendar{
    width: 600px;
    margin-top: 40px;
  }

  body div#calendar ul.label{
    margin-left: 20px;
  }

  body div#calendar ul.dates{
    margin-left: 20px;
  }

  body div#calendar ul.label li{
    font-size: 1.5em;
    width: 80px;
  }

  body div#calendar ul.dates > li{
    font-size: 1.3em;
    width: 78px;
    height: 78px;
    font-weight: 300;
    line-height: 78px;
  }

  li[date-highlight]{
    border-radius: 100px;
    border: 3px solid rgb(255, 78, 85);
  }

  .gift-side-info{
    font-size: 3em;
    overflow: inherit;
    height: auto;
  }

  body div#calendar div.box{
    margin-top: 20px;
    height: 80px;
  }

  body div#calendar div.header img {
    width: 75px;
  }

  body div#calendar div.header span.title{
    font-size: 1.6em;
    line-height: 80px;
  }

  body div#calendar div.header{
    width: 600px;
  }

  #links .newsletter{
    font-size: 1em;
  }

  #index-side #links{
    font-size: 4em;
    margin-top: 40px;
  }

  #current-infos{
    height: 1000px;
  }

  #current-infos > div{
    margin: auto;
    width: 650px;
    position: relative;
  }

  .news-nav {
    float: none;
    position: absolute;
    top: 120px;
    width: 100px;
    z-index: 10;
  }

  .news-nav img {
    max-width: 80px;
    margin: 0;
  }

  .prev{
    left: -10px;
  }

  .next{
    right: -10px;
  }

  body #newsslider .viewport{
    width: 650px;
    height: 950px;
  }

  body #newsslider .overview li {
    height: 950px;
    width: 720px;
  }

  body #current-infos .img img {
    width: 450px;
    height: 300px;
    float: none;
    margin-right: 70px;
  }

  body #current-infos .infos {
    height: 640px;
    width: 650px;
    float: none;
    font-size: 3em;
  }

  .event-list{
    font-size: 1.3em;
    max-height: inherit;
    overflow: inherit;
  }

  .event-info{
    font-size: 1.9em;
  }

  #content #newsslider .text{
    font-size: 1em;
  }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) { /* STYLES GO HERE */

  .col-md-9#current-infos .viewport{
    width: 600px;
  }

  #current-infos .infos{
    width: 240px;
  }

  #newsslider .overview li{
    width: 600px;
  }

  #current-infos .img img{
    width: 350px;
    height: 200px;
  }

  .news-nav img {
    margin: 120px 5px 0;
  .col-md-3#index-side{
  }

  #index-side a{
  }
}

body div#calendar {
    margin: 0px auto;
    padding: 0px;
    width: 270px;
}
