
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

body a {
  color: #64b4be;
}

#header {
    width: 100%;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 0px 4px #ddd;
    position: fixed;
    top: 0px;
}

.inline-list .active {
    /* border-bottom: 1px solid #64B4BE; */ /* changetraining green/blue */
    border-bottom: 1px solid rgba(100, 180, 190, 1);
}

#deck {
    padding-top: 110px;
}

body>div:nth-child(12) {
  margin-bottom: 7em;
}

ul {
  list-style-type: none;
}

li {
  list-style-image: url(/img/li_arrow.png);
  margin-left: 20px;
  margin-bottom: 8px;
}

iframe {
  margin-bottom: 14px;
}

#footer {
  border-top: 1px solid #ddd;
  background: #fafafa;
  font-weight: normal;
  box-shadow: inset 0px 0px 4px #ddd;
}
#footer p {
  margin-top: 0.7em;
}
#footer.minified {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 2.6em;
}
#footer-expanded {
  padding-bottom: 40px;
  margin-top: 4px;
  background: #fafafa;
}
#footer-expanded img {
  width: 238px;
}
div.disclaimer {
  font-size: 0.8em;
  color: #333;
  padding-top: 30px;
}

#deck {
  padding-bottom: 0px;
}

#deck>div>div>div>div>a {
  display: block;
  border: 1px solid #ddd;
  margin-bottom: 1.875em;
  border-radius: 15px;
  box-shadow: 0px 1px 2px #ddd;
  color: #444;
}

#deck>div>div>div>div>a:hover, #deck>div>div>div>div>a:focus {
  box-shadow: 0px 1px 2px #bbb;
}

#deck>div>div>div>div>a>div {
  margin-top: 0.6521em;
  margin-left: 0.65217391304em;
  margin-right: 0.65217391304em;
}

#deck>div>div>div>div>a>div img {
  border-radius: 9px 9px 0px 0px;
}

#deck>div>div>div>div>a>div h4 {
    margin-top: 0.6em;
}
#deck>div>div>div>div>a>div p {
  display: block;
  height: 4.4em;
}

div.category_header {
  padding-top: 120px;
}

div.row>div.columns h2:nth-child(1) {
  margin-bottom: 0.1em;
}

div.sub_category>span {
  display: block;
  width: 100%;
  font-size: 0.8em;
  letter-spacing: 0px;
  font-weight: bold;
  padding: 6px 0px 6px 0px;
  color: #64b4be;
  border-bottom: 1px solid #ddd;
  padding: 8px 0px 6px 16px;
  background: transparent url(/img/li_arrow.png) 0px 6px no-repeat;
  cursor: pointer;
}
div.sub_category>span.expanded {
  background: transparent url(/img/li_arrow_down.png) 0px 6px no-repeat;
}
div.sub_category>div {
  padding-top: 10px;
}

#footer a, #footer span {
  float: left;
  margin-right: 4px;
}

#facebook, #twitter, #xing, #linkedin {
  height: 16px;
  width: 16px;
  display: block;
  margin-left: 2px;
  margin-top: 2px;
}
#facebook {
  background: url(/img/social_icons_squared.png) 0px 0px no-repeat;
  background-size: 200px 100px;
}
#facebook:hover, #facebook:focus {
  background: url(/img/social_icons_squared.png) 0px -50px no-repeat;
  background-size: 200px 100px;
}
#xing {
  background: url(/img/social_icons_squared.png) -50px 0px no-repeat;
  background-size: 200px 100px;
}
#xing:hover, #xing:focus {
  background: url(/img/social_icons_squared.png) -50px -50px no-repeat;
  background-size: 200px 100px;
}
#twitter {
  background: url(/img/social_icons_squared.png) -100px 0px no-repeat;
  background-size: 200px 100px;
}
#twitter:hover, #twitter:focus {
  background: url(/img/social_icons_squared.png) -100px -50px no-repeat;
  background-size: 200px 100px;
}
#linkedin {
  background: url(/img/social_icons_squared.png) -150px 0px no-repeat;
  background-size: 200px 100px;
}
#linkedin:hover, #linkedin:focus {
  background: url(/img/social_icons_squared.png) -150px -50px no-repeat;
  background-size: 200px 100px;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 1.4em;
  }
  h2.subheader {
    font-size: 1.2em;
    font-weight: normal;
  }
}

@media only screen and (max-width: 600px) {
    #footer.minified {
      position: absolute;
      height: auto;
      bottom: inherit;
    }
    #footer-minified {
        position: relative;
        visibility: hidden;
        height: 0px;
        overflow: hidden;
    }
    #header>div.row>div.large-12>div.row>div:nth-child(2) {
      visibility: hidden;
      height: 0px;
    }
    #deck {
      padding-top: 70px;
    }
}

/* Changes after the meeting from 12.7.2013 */

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 1.2em;
  }
  h2.subheader {
    font-size: 0.8em;
    font-weight: normal;
  }
  h4 {
    font-size: 1em;
  }
  p {
    font-size: 0.8em;
  }
  ul {
    font-size: 0.8em;
  }
}

div#header {
  padding-top: 0;
}
div#header h1 {
  margin: 0;
}
div#header span {
  text-align: right;
  display: block;
  font-size: 0.8em;
  padding-top: 34px;
}
div#header span span {
  display: inline;
  font-size: 0.9em;
  margin: 0px 4px 0px 4px;
}
div#header span a {
  text-decoration: underline;
}