
		html{
		padding: 0px;
		width: 100%;
		height: 100%;
		}
		body{
		width: 100%;
		height: 100%;
		}
		#title{
			font-size: 7vw;
			letter-spacing: 0.5vw;
			margin: 0;
			margin-top: 8vh;
			margin-bottom: calc(4vh + 5px);
			color: #766c6d;
			font-weight: 600;
		}
		@media screen and (orientation : portrait){
			#title{
				text-align: center;
				font-size: 8.5vw;
				letter-spacing: 0.6vw;
			}
		}
		#fold{
			height: calc(76vh - 50px);
		}
		
/* ankeiler spullen */
.kop
{
  display: inline-block;
  vertical-align: top;
font-size: calc(16px + 1.55vh);
    line-height: calc(18px + 1.75vh);
  margin-bottom: 4px;
  margin-top: 4px;
}

.ankeiler-box
{
  width: 100%;
  margin-top: 0px;
  box-sizing: border-box;
  padding: 25px 25px;
  background-image: url("../img/texture5.png");
}

.animated-ankeiler
{
  margin-bottom: 15px;
  height: 200px;
  min-width: 100%;
  background-image: url("../img/texture9.png");
  padding: 0px;
  display: flex;
  justify-content: left;
}

.animated-ankeiler:nth-child(2n)
{
  justify-content: right;
}

.animated-ankeiler>.tekst
{
  width: calc(100% - 200px);
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 2em;
  display: block;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.readmore
{
  font-size: 0.5em;
  height: 130px;
  overflow: hidden;
  vertical-align: top;
}

.readmore-balk-zalm
{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 45px;
  opacity: 0.8;
  background-image: url("../img/texture4.png");
}
.readmore-balk-zalm-opaque
{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 35px;
  background-image: url("../img/texture4.png");
}
.readmore-balk-zalm-button
{
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 250px;
  height: 35px;
  font-size: 1em;
  line-height: 35px; 
  background-image: url("../img/texture10.png");
  color: #f09f64;
  text-align: center;
}

.readmore-balk-bruin
{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 45px;
  opacity: 0.8;
  background-image: url("../img/texture10.png");
}
.readmore-balk-bruin-opaque
{
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 35px;
  background-image: url("../img/texture10.png");
}
.readmore-balk-bruin-button
{
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 250px;
  height: 35px;
  font-size: 1em;
  line-height: 35px; 
  background: rgba(32,32,32,0.3);
  color: #f09f64;
  text-align: center;
}



.animated-ankeiler:hover .readmore-button-bruin
{
  color: #ada7a8;
}

.animated-ankeiler:hover .readmore-button-zalm
{
  color: #967058;
}

.animation-holder
{
  display: inline-block;
  align-self: flex-end;
  position: relative;
  width: 200px;
  height: 200px;
}

.animation-holder>img
{
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px;
  height: 200px;
  width: 200px;
}


		
