/* WEB FONT */
@import url(http://fonts.googleapis.com/css?family=Nunito);

/* RESET */
* {
  margin: 0;
  padding: 0;
  border: 0;
}
/* BASIC */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Hind', sans-serif;
  background-color: #ffffff;
  color: #33334b;
  text-align: left;
}
h1, h2 {
  font-family: 'Hind', sans-serif;
  color: #33334b;
}
h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 46px;
  color: #33334b;
}
h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: -5px;
  color: #33334b;
}
h3 {
  font-family: 'Hind', sans-serif;
  color: #33334b;
  font-weight: 400;
  font-size: 21px;
  line-height: 33px;
  margin-bottom: -10px;
}
p{
  font-weight: 300;
  color: #000000;
  margin: 10px 0;
  font-size: 16px;
  line-height: 26px;
}
ul{
  padding-left: 10px;
  margin-left:30px;
}
li{
  font-weight: 300;
  color: #000000;
  margin: 20px 0;
  font-size: 16px;
  line-height: 26px;
}
a:link,a:active {
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}
a:visited, a:hover {
  font-weight: 400;
  color: #000000;
  text-decoration: underline;
}

/* LAYOUT */
.fixed-nav-bar {
  box-shadow: 0px 0px 3px 0px rgba(51, 102, 204, 1);
}

.content {
  position: relative;
  background: #33334b url("image_start.png") no-repeat center top fixed;
  background-size: initial;
  min-height: 500px;
  max-height: 500px;
 }
 
 .content_contact {
  position: relative;
  background-size: initial;
  background: #33334b repeat center top fixed;
  min-height: 400px;
  max-height: 400px;
 }
.content_black {
  position: relative;
  background-size: initial;
  min-height: 60px;
  background: #000000 no-repeat center center fixed;
 }
 
.description, .some-related-articles {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.description {
  padding-top: 100px;
  min-height: 250px;
  text-align: left;
}
.some-related-articles {
  color: #666666;
  text-align: left;
}
.some-related-articles h1 {
  color: #33334b;
  margin-top: 60px;
  text-transform: uppercase;
  text-align: left;
}
.some-related-articles p {
  color: #666666;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
}

.some-related-articles h2 a:link, .some-related-articles h2 a:visited  {
  color: #999999;
  transition: color 0.1s ease;
  text-align: left;
}
.some-related-articles h2 a:hover {
  color: #999999;
  transition: color 0.3s ease;
  text-align: left;
}


/* SPECIAL */
.onblue:link {
  color: #333333;
  font-weight: 400;
}
.onblue:visited, .onblue:hover {
  color: #333333;
  font-weight: 400;
  text-decoration: underline;
}
.summary {
  color: #333333;
  margin-top: 40px;
  margin-bottom: 60px;
}
.summary2 {
  color: #333333;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 14px;
}
.button, .button:visited, .button-dark {
  display: inline-block;
  max-width: 200px;
  margin: 50px 10px 30px 10px;
  padding: 10px;
  font-family: 'Hind', sans-serif;
  color: #cccccc;
  background-color: transparent;
  border: 2px solid #f6f1ed;
  border-radius: 3px;
  text-transform: capitalize;
  text-align: left;
  transition: all 0.1s ease;
}
.button-dark, .button-dark:visited {
  margin: 20px 10px 30px 0;
  color: #30231d;
  border-color: #30231d;

}
.button:hover, .button-dark:hover {
  transition: all 0.3s ease;
}
.button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.button-dark:hover {
  color: #ffffff;
  background-color: rgba(70, 70, 70, 0.9);
}
/* SLIDESHOW */


.css-slideshow{
  position: relative;
  max-width: 800px;
  height: 420px;
  5em auto .5em auto;
}
.css-slideshow figure{
  top: 20;
  margin: 0;
  max-width: 800px;
  height: 400px;
  background: #ffffff;
  position: absolute;
}
.css-slideshow img{
  box-shadow: 0 0 0px #ffffff;
}
.css-slideshow figcaption{
  font-family: 'Hind', sans-serif;
  position: absolute;
  top: 370;
  color: #660000;
  background: rgba(1,1,1, 0);
  font-weight: 300;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity .5s;
  max-width: 800px;
  min-width: 800px;
  text-align: left;
  font-size: 12px;
}
.css-slideshow:hover figure figcaption{
  transition: opacity .5s;
  opacity: 1;
}
.css-slideshow-attr{
  max-width: 800px;
  text-align: right;
  font-size: .7em;
  font-style: italic;
  margin:0 auto;
}
.css-slideshow-attr a{
  color: #666;
}
.css-slideshow figure{
  opacity:0;
}
figure:nth-child(1) {
  animation: xfade 48s 42s infinite;
}
figure:nth-child(2) {
  animation: xfade 48s 36s infinite;
}
figure:nth-child(3) {
  animation: xfade 48s 30s infinite;
}
figure:nth-child(4) {
  animation: xfade 48s 24s infinite;
}
figure:nth-child(5) {
  animation: xfade 48s 18s infinite;
}
figure:nth-child(6) {
  animation: xfade 48s 12s infinite;
}
figure:nth-child(7) {
  animation: xfade 48s 6s infinite;
}
figure:nth-child(8) {
  animation: xfade 48s 0s infinite;
}

@keyframes xfade{
  0%{
    opacity: 1;
  }
  10.5% {
    opacity: 1;
  }
  12.5%{
    opacity: 0;
  }
  98% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
