/* Spezielles NMSEJ Schladming ========================================================== */

/* gehört in Standard-Template */
.item-page::after {
  content: "";
  display: block;
  clear: both;
}

/* Images, Videos */
.video iframe {
  display: block;
  margin: 10px auto;
  width: 853px !important;
  height: 480px !important;
}
  @media screen and (max-width: 970px) {
    .video iframe {
      width: 560px !important;
      height: 315px !important;
    }
  }
    @media screen and (max-width: 620px) {
      .video iframe {
        width: 300px !important;
        height: 169px !important;
      }
    }

.width--300 {
  width: 300px;
}

figure.width-large {
  max-width: 900px;
  width: 80%;
  margin: 10px auto;
}

/* SIGE single */
article ul.sige_single {
  padding: 0;
}

article ul.sige_single li {
  background-image: none !important;
  padding: 0;
}

.sige_thumb {
  background: none !important;
}

.sige_thumb img {
  border: none !important;
  background: none !important;
}

/* Item-Image */
.item-image > div {
  width: 50% !important;
  margin: 0 auto;
  padding: 20px 0 0;
}
  @media screen and (max-width: 620px) {
    .item-image > div {
      width: 90% !important;
    }
  }
  
.item-image > div > img {
  width: 100%;
  vertical-align: bottom;
}

div.item-page p.img_caption {
  background-color: rgb(70, 70, 70);
  font-size: 0.8em;
  text-align: right;
  padding: 2px 5px 2px 0;
  color: rgb(255, 255, 255);
}

/* Farbe Blau ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
aside#top {
  width: 100%;
  background: rgb(151, 0, 12);
  background: linear-gradient(to bottom, rgba(0, 110, 158, 1) 0%, rgba(0, 156, 224, 1) 100%);
  border-bottom: solid 2px rgb(0, 87, 124);
  min-height: 54px;
}

.custom-top-text {
  color: rgb(255, 255, 255);
  text-align: right;
  padding: 17px 0 10px 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2em;
}

ul.menu-main > li > a > span {
  background-color: rgb(0, 137, 197);
}

footer div.custom-address h1 {
  background-color: rgb(0, 137, 197);
}

/* Überschrift Orange */
div.item-page h3 {
  color: rgb(253, 146, 75);
}

/* Mehrspaltige Listen */
ul.col-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em;
  column-gap: 2em;
}
  @media (max-width: 990px) { 
    ul.col-2 {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1;
    }
  }
  
/* Slideshow */
div.flexslider  {
  -webkit-flex: 0 1 38.5%;
  -ms-flex: 0 1 38.5%;
  flex-basis: 38.5%;
  max-width: 560px;
  width: 38.5%;
  margin-right: 10%;
}

div.flexslider li {
  vertical-align: bottom;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
}
  
.flex-caption {
    padding: 3px 2%;
    background-color: rgba(0, 157, 224, 0.3);
}

figure{ /* gehört in Standard-Template */
  position: relative;
}

figure a:after { /* gehört in Standard-Template */
  content: url('../images/loupe.png');
  position: absolute;
  top: 3px;
  left: 3px;
  opacity: 0.5;
}

figure a:hover:after { /* gehört in Standard-Template */
  opacity: 1;
}

ul.menu-main a[href="#"]:hover span { /* gehört in Standard-Template */
  text-decoration: none;
  color: rgb(230, 230, 230);
  cursor: default;
}

table th[id*="categorylist_header"] a { /* gehört in Standard-Template */
  color: rgb(220, 220, 220);
  font-size: 0.8em;
}

footer { /* gehört in Standard-Template */
  clear: both;
}

.tooltip-inner { /* gehört in Standard-Template */
  display: none;
}

 /* Größe der Menüüberschrift */
ul.menu-main > li > a > span {
  font-size: 1.2vw;
}
  @media (max-width: 1440px) { 
    ul.menu-main > li > a > span {
      font-size: 1.1em;
    }
  }
    @media (max-width: 1080px) { 
      ul.menu-main > li > a > span {
        font-size: 1.0em;
      }
    }
      @media (max-width: 940px) { 
        ul.menu-main > li > a > span {
          font-size: 0.9em;
        }
      }
        @media (max-width: 800px) { 
          ul.menu-main > li > a > span {
            font-size: 1.2em;
          }
        }

/* Absolventen */
article ul.personen li {
  width: 390px;
}

article ul.personen li p + p {
  padding: 4px 0;
  font-size: 0.8em;
  line-height: 1em;
}

article ul.personen li figure figcaption {
  line-height: 1.2em;
  padding: 4px 5px;
}

/* Klassen */
article ul.klassen {
  padding: 10px;
  list-style: none;
  width: 90%;
  margin: 0 auto;
}
  @media screen and (max-width: 1400px) {
    article ul.klassen {
      width: 100%;
    }
  }
  
article ul.klassen li {
  background-image: none;
  padding: 0;
}

article ul.klassen li figure {
  float: left;
  width: 46%;
  margin: 0 2% 40px;
}
  @media screen and (max-width: 800px) {
    article ul.klassen li figure {
      float: none;
      width: 96%;
    }
  }
  
article ul.klassen li figure img {
  width: 100%;
}

/* Liste von Beiträgen in der Blog-Ansicht */
div.items-more ol.nav { /* gehört in Standard-Template */
  list-style: none;
}

div.items-more ol.nav  li { /* gehört in Standard-Template */
  padding: 3px 0 3px 12px;
  background-image: url(../images/list_style.png);
  background-repeat: no-repeat;
  background-position: 0px 13px;
}

/* Archiv */
/* Category List ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.archive { /* gehört in Standard-Template */
  background-color: rgb(247, 247, 248);
}

div.archive form#adminForm { /* gehört in Standard-Template */
  padding: 20px 40px;
}
  @media (max-width: 800px) {  /* gehört in Standard-Template */
    div.archive form#adminForm {
      padding: 10px 20px;
    }
  }
  
div#month_chzn, div#year_chzn, div#limit_chzn {/* gehört in Standard-Template */
  width: 70px !important;
}

div#archive-items > div {/* gehört in Standard-Template */
  padding: 6px 10px;
}

/* Anmeldeformular */
#request fieldset {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 2px;
  margin: 10px 20px;
  padding: 0 10px 10px;
  line-height: 1.6em;
}
  @media screen and (max-width: 420px) {
    #request fieldset {
      margin: 10px 0px;
    }
  }
#request fieldset.submit{
  border: none;
}

#request legend {
  padding: 0 5px;
  font-size: 0.8em;
  color: rgb(80, 80, 80);
}

#request div {
  padding: 6px 0;
}

#request label {
  white-space: nowrap;
  padding-left: 10px;
  display: inline-block;
}
  @media screen and (max-width: 420px) {
    #request label {
      white-space: normal;
    }
  }
  
#request input, #request select {
  margin: 0 4px;
  vertical-align: baseline;
  border: 1px solid rgb(204, 204, 204);
  outline: none;
  background-color: rgb(245, 245, 245);
}

#request :required {
  background-color: rgb(255, 255, 255);
}

#request input#strasse {
  margin-left: 42px;
}

@media screen and (max-width: 1800px) {
  #request input#sozialversicherungsnummer {
    margin-left: 46px;
  }
}

@media screen and (max-width: 1575px) {
  #request input#land {
    margin-left: 57px;
  }
}
/* Anwort auf Anmeldung */
.item-155 {
  display: none;
}

/* Categories List ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.categories-list {
  background-color: rgb(247, 247, 248);
}

div.categories-list h1 {
  background-color: rgb(204, 204, 204);
  font-size: 1.7em;
  padding: 10px 20px;
  margin-bottom: 10px;
  line-height: 0.9em;
}

h3 {
  padding: 5px 20px 5px 100px;
}

/* Archiv */
/* Category List ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
div.archive { /* gehört in Standard-Template */
  background-color: rgb(247, 247, 248);
}

div.archive form#adminForm { /* gehört in Standard-Template */
  padding: 20px 40px;
}
  @media (max-width: 800px) {  /* gehört in Standard-Template */
    div.archive form#adminForm {
      padding: 10px 20px;
    }
  }
  
div#month_chzn, div#year_chzn, div#limit_chzn {/* gehört in Standard-Template */
  width: 70px !important;
}

div#archive-items > div {/* gehört in Standard-Template */
  padding: 6px 10px;
}
#archive-items .article-info {  font-size: .9em;}#archive-items .article-info-term {  display: none;}#archive-items .article-info dd {  padding: 0;}
/* Logos ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
aside#logo-1 div, aside#logo-2 div {
  display: inline-block;
  padding: 10px 0;
}