.embeddedobject.mobile
{
  display: none;
}
@media (max-width:600px)
{
  .embeddedobject.mobile
  {
    display: block;
  }
  .embeddedobject.desktop
  {
    display: none;
  }
}

.embedded-simpletable
{
  padding: 0;
  margin-bottom: 20px;
  display: table;
  line-height: 20px;
  border: 1px solid #ccc;
}
.embedded-simpletable .column
{
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.embedded-simpletable .column > div
{
  padding: 5px 15px 5px 10px;
}
.embedded-simpletable .column > div + div
{
  background-color: #eee;
}
  .embedded-simpletable .header
, .embedded-simpletable .rowheader
{
  font: normal 14px/20px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
  white-space: nowrap;
}

.embedded-simpletable.onecolumn
{
  position: relative;
  display: inline-block;
}
.embedded-simpletable.onecolumn .column
{
  display: table-row;
  white-space: nowrap;
}
.embedded-simpletable.onecolumn .empty
{
  display: none;
}
.embedded-simpletable.onecolumn .column > div
{
  display: table-cell;
  white-space: nowrap;
}
.embedded-simpletable.onecolumn .column > div + div
{
  background-color: #fff;
}
.embedded-simpletable.onecolumn .column > .rowheader
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background-color: #eee;
}


.embedded-quicklinks
{
  color: #fff;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.embedded-quicklinks .title
{
  font: normal 16px/16px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
  padding-bottom: 10px;
}
.embedded-quicklinks ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.embedded-quicklinks ul > li + li
{
  padding-top: 5px;
}
.embedded-quicklinks a
{
  text-decoration: none;
  font-size: 15px;
  line-height: 23px;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #fff;
}
.embedded-quicklinks a:hover
{
  text-decoration: underline;
}
.embedded-quicklinks a > .fa
{
  position: absolute;
  font-size: 23px;
  top: -1px;
  left: 0;
}


* + .embedded-photoalbum
{
  margin-top: 25px;
}
#sharepage + .embedded-photoalbum
{
  margin-top: 0;
}
.embedded-photoalbum
{
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  color: #fff;
}

.embedded-twocol .embedded-photoalbum
{
  margin: 0;
  width: 100%;
  height: 100%;
}
.embedded-twocol.bgcolor .embedded-photoalbum
{
  margin: -20px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}

.embedded-photoalbum:after
{
  display: block;
  content: '';
  padding-top: 75%; /* 4:3 */
}
.embedded-photoalbum .wh-slideshow
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.embedded-photoalbum .wh-slideshow-item
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
  .embedded-photoalbum .previous
, .embedded-photoalbum .next
{
  position: absolute;
  color: #fff;
  font-size: 41px;
  width: 60px;
  height: 60px;
  top: 50%;
  transition: opacity 0.3s;
  margin-top: -30px;
  padding: 10px;
  opacity: 0.6;
  text-align: center;
}
  .embedded-photoalbum .previous.active
, .embedded-photoalbum .next.active
{
  opacity: 1;
  cursor: pointer;
}
.embedded-photoalbum .previous
{
  left: 0;
}
.embedded-photoalbum .next
{
  right: 0;
}
.embedded-photoalbum .expand
{
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  text-align: center;
  font-size: 25px;
  padding-top: 5px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.embedded-photoalbum .expand:hover
{
  opacity: 0.8;
}



* + .embedded-persons
{
  margin-top: 25px;
}
#sharepage + .embedded-persons
{
  margin-top: 0;
}
.embedded-persons .inner
{
  max-width: 1220px;
  padding-top: 30px;
  position: relative;
  margin: 0 auto;
  color: #fff;
  overflow: hidden;
  text-align: center;
}
.embedded-persons .inner > .title
{
  font: normal 42px/42px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
  padding: 0 20px 30px;
}
.embedded-persons .embedded-personsitems
{
  padding: 10px 5px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.embedded-persons .wh-slideshow-item
{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.embedded-persons .embedded-personsitems:after
{
  clear: both;
  content: '';
  display: block;
}
.embedded-persons .item
{
  width: 33.3333%;
  text-align: center;
  padding: 0 15px 30px;
  float: left;
}
.embedded-persons .slidecontrols
{
  position: relative;
  width: 100%;
  height: 36px;
  display: none;
}
.embedded-persons .showcontrols .slidecontrols
{
  display: block;
  margin-top: -10px;
}

.embedded-persons .slidecontrols .jumpbtns
{
  padding: 10px 45px;
  text-align: center;
}
.embedded-persons .slidecontrols .jumpbtns > span
{
  display: inline-block;
  margin: 0 3px;
  color: rgb(102,102,102);
  cursor: pointer;
}
.embedded-persons .slidecontrols .jumpbtns > span.active
{
  color: inherit;
}
  .embedded-persons .slidecontrols .previous
, .embedded-persons .slidecontrols .next
{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 45px;
  font-size: 30px;
  color: rgb(102,102,102);
}
  .embedded-persons .slidecontrols .previous.active
, .embedded-persons .slidecontrols .next.active
{
  cursor: pointer;
  color: inherit;
}
  .embedded-persons .slidecontrols .previous > .fa
, .embedded-persons .slidecontrols .next > .fa
{
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 17px;
}
.embedded-persons .slidecontrols .previous
{
  left: 0;
}
.embedded-persons .slidecontrols .next
{
  right: 0;
}
.embedded-persons .item .thumb
{
  display: block;
  width: 60%;
  height: auto;
  border-radius: 100%;
  margin: 0 auto 13px;
}
.embedded-persons .item .title
{
  font: normal 24px/24px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
}
.embedded-persons .item .subtitle
{
  font: normal 20px/20px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  margin: 8px 0 0;
}
.embedded-persons .item .description
{
  margin-top: 10px;
  color: #000;
  font-size: 15px;
  line-height: 26px;
}
.embedded-persons .item .description a
{
  color: #fff;
}


/**/
.embedded-performancedates
{
  max-width: 1220px;
  padding: 0 20px 0;
  position: relative;
  margin: 0 0 0 -20px;
}
html.home .embedded-performancedates
{
  margin: 0 auto;
}
html.home .embedded-performancedates
{
  padding: 0 20px 0 140px;
}
.hasrightcol .embedded-performancedates
{
  padding: 0;
}
* + .embedded-performancedates
{
  margin-top: 25px;
}
#sharepage + .embedded-performancedates
{
  margin-top: 0;
}
.embedded-performancedates .columntopbordermask
{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.hasrightcol .embedded-performancedates .columntopbordermask
{
  display: none;
}
.embedded-performancedates .columntopbordermask + .columntopbordermask
{
  left: 50%;
  margin-left: -10px;
}

html.home .embedded-performancedates .columntopbordermask
{
  left: 120px;
}
html.home .embedded-performancedates .columntopbordermask + .columntopbordermask
{
  left: 50%;
  margin-left: 50px;
}


.embedded-performancedates ul
{
  list-style-type: none;
  margin: 0 0 0 -20px;
  padding: 0;

  border-top: 1px solid #702189;
  display: block;
}
.embedded-performancedates ul:after
{
  clear: both;
  content: '';
  display: block;
}
.embedded-performancedates ul > li
{
  padding-left:20px;
  display: block;
}
.embedded-performancedates ul > li:nth-child(odd)
{
  width: 50%;
  float: left;
  clear: left;
}
.embedded-performancedates ul > li:nth-child(even)
{
  width: 50%;
  float: right;
}

.embedded-performancedates ul > li > a
{
  display: block;
  position: relative;
  min-height: 103px;
  text-decoration: none;
  color: #000;
  padding: 5px 120px 5px 140px;
  max-width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #702189;
}
.embedded-performancedates .thumb
{
  width: 102px;
  height: 102px;
  padding: 1px 0;
  position: absolute;
  transform: translate3d(0,0,0); /* Chrome bug column layout. Fix:force hardware acceleration */
  top: 50%;
  margin-top: -51px;
  left: 0;
}
.embedded-performancedates .day
{
  display: block;
  position: absolute;
  transform: translate3d(0,0,0); /* Chrome bug column layout. Fix:force hardware acceleration */
  top: 50%;
  left: 80px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font: normal 20px/40px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
}
.embedded-performancedates .date
{
  font: normal 12px/16px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  color: #5E5E5E;
}
.embedded-performancedates .date .lowestprice
{
  text-transform: uppercase;
  font: normal 12px/16px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
}
.embedded-performancedates .title
{
  display: inline-block;
  padding: 5px 0;
  font: normal 18px/18px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
}
.embedded-performancedates .subtitle
{
  font: normal 16px/16px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
}
.embedded-performancedates .state
{
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  right: 0;
  font: normal 15px/19px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  white-space: nowrap;
}
.embedded-performancedates .state > span
{
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.embedded-performancedates .state.soldout
{
  -ms-transform: rotate(-45deg) translate(-10px, -10px);
  -webkit-transform: rotate(-45deg) translate(-10px, -10px);
  transform: rotate(-45deg) translate(-10px, -10px);
}
.embedded-performancedates .state.canceled
{
  -ms-transform: rotate(-45deg) translate(-15px, -10px);
  -webkit-transform: rotate(-45deg) translate(-15px, -10px);
  transform: rotate(-45deg) translate(-15px, -10px);
}
.embedded-performancedates .state:before
{
  content: '';
  width: 0;
  height: 100%;
  line-height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.hasrightcol .embedded-performancedates .columntopbordermask + .columntopbordermask
{
  display: none;
}
.hasrightcol .embedded-performancedates ul > li
{
  width: 100%;
  padding-left: 0;
}
  .hasrightcol .embedded-performancedates
, .hasrightcol .embedded-performancedates ul
{
  margin-left: 0;
}


/**/
.embedded-news
{
  margin: 0 0 35px;
  position: relative;
}
* + .embedded-news
{
  margin-top: 25px;
}
#sharepage + .embedded-news
{
  margin-top: 0;
}
.embedded-news .inner > .title
{
  font: normal 24px/24px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  color: #82349C;
  text-transform: uppercase;
}
html.home .embedded-news .inner > .title
{
  position: absolute;
  top: 18px;
  left: -70px;
}
.embedded-news > .inner
{
  position: relative;
  max-width: 1220px;
  padding: 10px 0 0;
  margin-top: -20px;
}
html.home .embedded-news > .inner
{
  margin: -20px auto 0;
  padding: 0 20px 0 140px;
}
.embedded-news ul
{
  list-style-type: none;
  margin: 0 0 0 -20px;
  padding: 0;
  display: block;
}
.embedded-news ul:after
{
  clear: both;
  content: '';
  display: block;
}
.embedded-news ul > li
{
  display: block;
  float: left;
  width: 33.3333%;
  padding-left: 20px;
  margin-top: 20px;
}
.hasrightcol .embedded-news ul > li
{
  width: 50%;
}
.hasrightcol .embedded-news ul > li:nth-child(3)
{
  display: none;
}
.embedded-news a
{
  text-decoration: none;
  color: #444;
  font-size: 14px;
  line-height: 16px;
  min-height: 80px;
  position: relative;
  padding-left: 90px;
  display: block;
}
.embedded-news .thumb
{
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
}
.embedded-news .date
{
  font-size: 13px;
  display: block;
  color: #722E89;
  margin-bottom: 1px;
  white-space: nowrap;
}
.embedded-news .date .fa
{
  position: relative;
  top: 1px;
  font-size: 18px;
}


.embedded-aboutus
{
  color: #fff;
  position: relative;
  margin: 0 0 35px;
  min-height: 250px; /* reserve space for personinfo */
}
* + .embedded-aboutus
{
  margin-top: 25px;
}
#sharepage + .embedded-aboutus
{
  margin-top: 0;
}

.embedded-aboutus .personinfo
{
  position: absolute;
  top: 20px;
  left: 0;
  text-align: center;
  width: 170px;
  font: normal 13px/16px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
}
html.home .embedded-aboutus .personinfo
{
  left: -190px;
}
.embedded-aboutus .personinfo > img
{
  margin-bottom: 5px;
  border-radius: 100%;
  width: 100%;
  height: auto;
}
.embedded-aboutus .personinfo strong
{
  font: normal 13px/16px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
}
.embedded-aboutus > .inner
{
  padding: 0 20px;
}
html.home .embedded-aboutus > .inner
{
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 20px 0 190px;
}
html.home .embedded-aboutus > .inner
{
  padding-left: 120px;
}
.embedded-aboutus > .inner:after
{
  clear: both;
  content: '';
  display: block;
}
.embedded-aboutus > .inner > div
{
  float: left;
}
.embedded-aboutus .about
{
  padding: 20px;
  width: 100%;
  line-height: 25px;
  font-size: 16px;
}
.embedded-aboutus .about
{
  padding-right: 0;
  padding-left: 190px;
  width: 66.6666%;
  position: relative;
}
.hasrightcol .embedded-aboutus .about
{
  width: 100%;
}
html.home .embedded-aboutus .about
{
  padding-right: 50px;
  padding-left: 20px;
}
.embedded-aboutus .about h3
{
  color: #fff;
}
.embedded-aboutus .about a
{
  text-decoration: none;
  color: #BEF21B;
}
.embedded-aboutus .twitter
{
  position: relative;
  width: 33.3333%;
  padding: 8px 0 20px 20px;
}
.hasrightcol .embedded-aboutus .twitter
{
  display: none;
}
.embedded-aboutus .twitter > .title
{
  font: normal 17px/17px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  margin-bottom: 10px;
}
.embedded-aboutus .twitter > .title > .fa
{
  font-size: 28px;
  position: relative;
  top: 3px;
}
.embedded-aboutus .twitter > .followus
{
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 10px;
  font: normal 14px/17px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  color: #fff;
  text-decoration: none;
}
.embedded-aboutus .twitter > .followus > .fa
{
  position: relative;
  top: 3px;
  margin-left: 4px;
  font-size: 23px;
}
.embedded-aboutus .twitter > .twitterfeed
{
  background-color: #fff;
  min-height: 244px;
  color: #444;
}
.embedded-aboutus .twitter > .twitterfeed > ul
{
  list-style-type: none;
  margin: 0;
  padding: 0 15px;
}
.embedded-aboutus .twitter > .twitterfeed > ul > li
{
  padding: 10px 0 10px 58px;
  position: relative;
  min-height: 68px;
  font-size: 13px;
  line-height: 16px;
}
.embedded-aboutus .twitter > .twitterfeed > ul > li:after
{
  clear: both;
  content: '';
  display: block;
}
.embedded-aboutus .twitter > .twitterfeed > ul > li + li
{
  border-top: 1px solid #ccc;
}
.embedded-aboutus .twitter > .twitterfeed .avatar
{
  position: absolute;
  top: 10px;
  left: 0;
}
.embedded-aboutus .twitter > .twitterfeed a
{
  color: rgb(109,31,132);
  text-decoration: none;
}
.embedded-aboutus .twitter > .twitterfeed .from
{
  color: #000;
}
.embedded-aboutus .twitter > .twitterfeed .text
{
  display: inline;
}


.embedded-highlights
{
  margin: 0 0 10px;
  position: relative;
}
* + .embedded-highlights
{
  margin-top: 25px;
}
#sharepage + .embedded-highlights
{
  margin-top: 0;
}
.embedded-highlights .inner > .title
{
  font: normal 24px/24px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  padding-bottom: 10px;
}
html.home .embedded-highlights .inner > .title
{
  position: absolute;
  top: -3px;
  left: -70px;
}
.embedded-highlights > .inner
{
  position: relative;
  padding: 0;
  max-width: 1220px;
}
.embedded-highlights > .title + inner
{
  padding: 10px 0 0;
}
html.home .embedded-highlights > .inner
{
  padding: 0 20px 0 140px;
  margin: 0 auto;
}
.embedded-highlights > .inner > ul
{
  list-style-type: none;
  margin: 0 0 0 -20px;
  padding: 0;
  display: block;
  position: relative;
}
.embedded-highlights > .inner > ul:after
{
  clear: both;
  content: '';
  display: block;
}
.embedded-highlights > .inner > ul > li
{
  float: left;
  padding-bottom: 20px;
  display: block;
  width: 33.3333%;
  padding-left: 20px;
}
.hasrightcol .embedded-highlights > .inner > ul > li
{
  width: 50%;
}


.embedded-twocol > .column > .embedded-highlights > .inner > ul > li
{
  width: 100%;
}

.embedded-twocol
{
  max-width: 1220px;
  padding: 0;
  position: relative;
  margin: 0 auto 20px;
}
.embedded-twocol.bgcolor
{
  padding: 20px;
}

.embedded-twocol:after
{
  clear: both;
  content: '';
  display: block;
}
* + .embedded-twocol
{
  margin-top: 25px;
}
#sharepage + .embedded-twocol
{
  margin-top: 0;
}
.embedded-twocol > .title
{
  font: normal 24px/24px 'sansa_stdbold', Arial, Helvetica, Sans-Serif;
  color: rgb(73,20,88);
  margin-top: -5px;
  margin-bottom: 20px;
}
.embedded-twocol.bgcolor > .title
{
  color: #fff;
}
.embedded-twocol > .column
{
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
}
.embedded-twocol > .column + .column
{
  padding: 0 0 0 10px;
}

.embedded-programm-button
{
  display: inline-block;
  padding: 0;
  position: absolute;
  bottom: 350px;
  right: 20px;
}
html.home .embedded-programm-button
{
  max-width: 1220px;
  width: 100%;
  padding: 0 20px;
  display: block;
  margin: 0 auto;
  position: relative;
  bottom: auto;
  right: auto;
  text-align: right;
}
.embedded-programm-button .button-programme
{
  display: inline-block;
  color: #444;
  text-decoration: none;
  margin: 0 0 20px;
  position: relative;
  padding-right: 65px;
  font: normal 16px/16px 'sansa_stdnormal', Arial, Helvetica, Sans-Serif;
}
.embedded-programm-button .button-programme > .fa
{
  background-color: #444;
  position: absolute;
  top: -18px;
  right: 0;
  height: 48px;
  width: 48px;
  margin-right: 5px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  font-size: 26px;
  padding-top: 12px;
}

@media (max-width:600px)
{
  .embedded-twocol.bgcolor
  {
    padding: 10px;
  }
}

@media (max-width:440px)
{
  .embedded-programm-button
  {
    display: none;
  }
}

@media (max-width:1400px)
{
    html.home .embedded-highlights .inner > .title
  , html.home .embedded-news .inner > .title
  {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
  }
  html.home .embedded-highlights .inner > .title
  {
    padding-bottom: 20px;
  }

  html.home .embedded-aboutus .personinfo
  {
    display: block;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
    height: 170px;
    padding-left: 190px;
    text-align: left;
  }
  html.home .embedded-aboutus .personinfo:before
  {
    content: '';
    width: 0;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    display: inline-block;
  }
  html.home .embedded-aboutus .personinfo > img
  {
    position: absolute;
    width: 170px;
    left: 0;
    top: 0;
  }
  html.home .embedded-aboutus .personinfo > div
  {
    vertical-align: middle;
    display: inline-block;
    max-width: calc(100% - 10px);
  }

  html.home .embedded-aboutus .about
  {
    padding-left: 20px;
    padding-right: 1%;
  }
}

@media (max-width:1300px)
{
  html.home .embedded-aboutus > .inner
  {
    padding-left: 0;
  }
    html.home .embedded-highlights > .inner
  , html.home .embedded-news > .inner
  , html.home .embedded-performancedates
  {
    padding: 0 20px;
  }
  html.home .embedded-performancedates .columntopbordermask
  {
    left: 0;
  }
  html.home .embedded-performancedates .columntopbordermask + .columntopbordermask
  {
    left: 50%;
    margin-left: -10px;
  }
}

@media (max-width:1024px)
{
  .embedded-persons .item
  {
    width: 50%;
  }
  .embedded-persons .inner > .title
  {
    font-size: 4vw;
    line-height: 4vw;
  }

  html:not(.home) .embedded-aboutus .personinfo
  {
    display: block;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
    height: 170px;
    padding-left: 190px;
    text-align: left;
  }
  html:not(.home) .embedded-aboutus .personinfo:before
  {
    content: '';
    width: 0;
    height: 100%;
    line-height: 100%;
    vertical-align: middle;
    display: inline-block;
  }
  html:not(.home) .embedded-aboutus .personinfo > img
  {
    position: absolute;
    width: 170px;
    left: 0;
    top: 0;
  }
  html:not(.home) .embedded-aboutus .personinfo > div
  {
    vertical-align: middle;
    display: inline-block;
  }
  html:not(.home) .embedded-aboutus .about
  {
    padding-left: 0;
  }
  .embedded-aboutus .about
  {
    width: 60%;
  }
  .embedded-aboutus .twitter
  {
    width: 40%;
  }
}

@media (max-width:1000px)
{
  .embedded-performancedates .columntopbordermask + .columntopbordermask
  {
    display: none;
  }
  .embedded-performancedates ul > li
  {
    width: 100% !important;
  }
  .embedded-performancedates
  {
    padding-right: 0;
  }
    .embedded-news > .title
  , html.home .embedded-news > .title
  {
    position: relative;
    top: 0;
    left: 0;
  }
  html.home .embedded-news > .title
  {
    padding-left: 20px;
  }
  html.home .embedded-news > .inner
  {
    padding-top: 15px;
    padding-left: 20px;
  }
}

@media (max-width:890px)
{
  .embedded-news ul > li
  {
    width: 50%;
  }
  .embedded-news ul > li:nth-child(3)
  {
    display: none;
  }
}

@media (max-width:850px)
{
  .embedded-highlights > .inner > ul > li
  {
    width: 50%;
  }
}

@media (max-width:800px)
{
  .embedded-aboutus .about
  {
    width: 100%;
  }
  .embedded-aboutus .twitter
  {
    width: 0;
    display: none;
  }
}

@media (max-width:750px)
{
  .embedded-twocol > .column
  {
    width: 100%;
    float: none;
    padding: 0;
  }
  .embedded-twocol > .column + .column
  {
    margin-top: 15px;
    padding: 0;
    width: 100%;
  }
  .embedded-twocol.bgcolor .embedded-photoalbum
  {
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    margin-bottom: 20px;
  }
}

@media (max-width:680px)
{
  .embedded-persons .inner > .title
  {
    font-size: 22px;
    line-height: 22px;
  }
  .embedded-persons .item
  {
    width: 100%;
  }
}

@media (max-width:630px)
{
  .embedded-news ul > li
  {
    width: 100% !important;
    float: none;
    display: block !important;
  }
  .embedded-news ul > li + li
  {
    margin-top: 0;
  }
  .embedded-news a
  {
    min-height: 81px;
    padding-top: 5px;
  }
  .embedded-news ul > li + li > a
  {
    border-top: 1px solid #ccc;
    min-height: 83px;
  }
  .embedded-news ul > li + li > a .thumb
  {
    margin-top: 1px;
  }
  .embedded-news ul > li:nth-child(3)
  {
    display: block;
  }

}

@media (max-width:600px)
{

  .embedded-twocol.bgcolor .embedded-photoalbum
  {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    margin: -10px -10px 20px;
  }

    html.home .embedded-highlights > .inner
  , html.home .embedded-news > .inner
  , html.home .embedded-performancedates
  {
    padding-right: 10px;
    padding-left: 10px;
  }

  .embedded-performancedates ul > li > a
  {
    padding-right: 0;
  }
  .embedded-performancedates .state
  {
    display: none;
  }

  .embedded-aboutus .personinfo
  {
    height: 28vw !important;
    padding-left: 32vw !important;
  }
  .embedded-aboutus .personinfo > img
  {
    width: 28vw !important;
  }

  .hasrightcol .embedded-highlights > .inner > ul > li
  {
    width: 100%;
  }
}

@media (max-width:550px)
{
  .embedded-highlights > .inner > ul > li
  {
    width: 100%;
  }
}

