/* #######################################################*/
/* ############### classes        ########################*/  
/* #######################################################*/

body {
	font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}
/* Style the header */
.header {
    padding: 80px;
    text-align: center;
    background-image:url("../img/header_workpage_TF213.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
footer{
  font-size: small;
  padding: 30px;
}
.column {
    float: left;
    padding: 10px;
  }
.column_4 {
    float: left;
    display: inline;
    padding: 10px;
    width: 22%;
    margin: 10px;
    
  }
  
.left {
    width: 25%;
  }
  
.right {
    width: 65%;
  }

.left2 {
    width: 65%;
    margin: 50px;
  }
  
.right2 {
    width: 25%;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

/* #######################################################*/
/* ############### IDs            ########################*/  
/* #######################################################*/
#top {
  text-align: center;
}

/* #######################################################*/
#navigation {
  padding: 8px;
  background-color: rgb(10, 88, 107,0.6);
}
#navigation a {
  color: white ; /*rgb(78, 87, 87);*/
  padding: 8px;
}
#navigation a:hover {
  color: rgb(59, 144, 194);
}

/* #######################################################*/
#wps {
  font-size: 64px;
  font-weight: bold;
  color: white;
  background-color: rgb(10, 88, 107, 0.7);
  display: inline;
  margin: 16px;
}
/* #######################################################*/
#overview {
    padding: 8px;
    background-color: rgb(10, 88, 107);
    color: white;
    text-align: center;
    display: inline;
}

#overview a {
    color: white;
    position: relative;
}
/* #######################################################*/

#intro h1 {
    text-align: center;
    color: rgb(10, 88, 107);
    padding: 10px;
}
/* #######################################################*/
/* ######### figure description #######################*/

#fig_text{
  text-align: center;
  color: grey;
  font-size: 15px;
}

#fig_text a {
  color: rgb(10, 88, 107);
}

/* #######################################################*/
#wp1 {
  line-height: 140%;
}
#wp1 h2 {
    padding: 8px;
}

#image_wp1 img {
    width: 90%; 
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 8px;
    vertical-align: top;
    size: 1024px;
  }

#image_wp1 a {
    color: rgb(10, 88, 107);
  }

/* #######################################################*/
#wp2 {
  line-height: 140%;
}
#wp2 h2 {
    padding: 8px;
}

#image_wp2 img {
    width: 90%; 
    float: right;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 8px;
    vertical-align: top;
    size: 1024px;
  }

#image_wp2 a {
    color: rgb(10, 88, 107);
  }

/* #######################################################*/
#wp3 {
  line-height: 140%;
}
#wp3 h2 {
    padding: 8px;
}

#image_wp3 img {
    width: 90%; 
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 8px;
    vertical-align: top;
    size: 1024px;
  }
#image_wp3 a {
    color: rgb(10, 88, 107);
  }

/* #######################################################*/
#wp4 {
  line-height: 140%;
}
#wp4 h2 {
    padding: 8px;
}

#image_wp4 img {
    width: 90%; 
    float: right;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 8px;
    vertical-align: top;
    size: 1024px;
  }

#image_wp4 a {
    color: rgb(10, 88, 107);
  }


/* #######################################################*/
/* ############### slide show neccessaries           ########################*/  
/* #######################################################*/


#slideshow1 img {
  width: 100%; 
  background-color: transparent ;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px;
  vertical-align: top;
  size: 1024px;
}
* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}


#slideshow2 img {
  width: 100%; 
  background-color: transparent ;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px;
  vertical-align: top;
  size: 1024px;
}
* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}


#slideshow3 img {
  width: 50%; 
  background-color: transparent ;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px;
  vertical-align: top;
  size: 1024px;
}
* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}


#slideshow4 img {
  width: 100%; 
  background-color: transparent ;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px;
  vertical-align: top;
  size: 1024px;
}
* {box-sizing:border-box}
body {font-family: Verdana,sans-serif;margin:0}

/* Slideshow container */
.slideshow { /*NOT slideshow-container*/
  max-width: 900px;
  position: relative;
  overflow:hidden;
  margin: auto;
  text-overflow:ellipsis
}

/* Slideshow container */
.slideshow-container {
  /* max-width: 1000px;*/
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  /*margin-top: -22px; */
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: grey;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: grey;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: -10px;
  left: 0px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  bottom: 30px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}