body
{
  background-color: #A0A0A0;
  background: linear-gradient(340deg, #A0A0A0, #404040);
  font-family: 'Ubuntu', sans-serif;
  color: #CBDEDE;
  font-weight: 0.5;
  font-size: 12pt;
  line-height: 1.25em;
  filter: blur(0.3px);
}

html, body
{ 
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

h1, h2 { text-align: center; margin-bottom: 0.5em; transition: transform 10s linear 1.25s; text-shadow: 3px 3px 3px #00282F; will-change: transform; }
h1 { font-size: 1.5em; }

.loading
{
  text-align: center;
  color: #FFFFFF;
  z-index: 0;
  font-weight: bold;
  width: 100%;
  top: 120px;
  overflow: hidden;
  position: absolute;
  transition: opacity 1s ease, blur 0.75s ease 0.75s;
  opacity: 1;
}
.loading.startup
{
  opacity: 0;
  filter: blur(1.25px);
}

a 
{ 
  color: #CBDEDE; 
  text-decoration: none; 
  style: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 54, 64, 0.5);
  border-left-color: rgba(117, 128, 128, 0.5);
  border-bottom-color: rgba(117, 128, 128, 0.5);
  background-color: transparent;
  border-radius: 2px 10px 2px 2px;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
  margin: 0px;
  transition: background-color 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease, margin 0.5s ease;
}
a:before { content: '\23F5'; }
a:after { content: '\23F4'; }
a:hover
{
  background-color: rgba(117, 128, 128, 0.5);
  border-color: rgba(0, 54, 64, 1);
  border-left-color: rgba(117, 128, 128, 1);
  border-bottom-color: rgba(117, 128, 128, 1);
  box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.75);
  margin-top: -4px;
  margin-left: -3px;
  margin-bottom: 4px;
  margin-right: 3px;
}

.karte
{
  margin-top: 0.5em;
}

h2
{
  font-size: 1.25em;
  margin-top: 30px;
}

.gottesdienst,
.parkplatz
{
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(97, 117, 117, 0.25);
  padding: 10px;
  border-radius: 3px 25px 3px 3px;
  transition: transform 10s linear 1.25s;
  will-change: transform;
}

.content.startup .gottesdienst,
.content.startup .parkplatz
{
  transform: rotate(3.25deg);
}

.content.transparent
{
  opacity: 0;
  filter: blur(2px);
}

.content.startup h1 { transform: rotate(8deg); }
.content.startup h2 { transform: rotate(0.5deg); }

.content
{
  background-color: #00535F;
  box-shadow: 15px 15px 20px 0px rgba(64,64,64,1);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 45px;
  overflow: hidden;
  border-radius: 15px 110px 15px 15px;
  border-color: #003B46;
  border-width: 2px;
  border-style: solid;
  opacity: 1;
  transition: transform 9s ease 1s, opacity 1.5s ease, filter 0.75s linear 0.5s;
  will-change: transform, opacity;
}

.content.startup
{
  transform: rotate(-6.5deg);
}

.content .infos
{
  background: linear-gradient(0deg, #003741, #00535F);
  padding: 10px;
  padding-bottom: 25px;
  margin-top: -2px;
  overflow: auto;
  z-index: 999;
}

.content .image
{
  background-color: #FBFACF;
  background: linear-gradient(80deg, #B4CBCF, #FBFACF);
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  filter: blur(0.5px);
}

.content .image .wellen
{
  z-index: 9;
  position: absolute;
  width: 855px;
  height: 200px;
  left: -40px;
  bottom: -20px;
  transform: rotate(1.5deg);
  transition: transform 5s, left 5s;
  will-change: transform;
}

.content .image .wellen.status2
{
  transform: rotate(-2deg);
  left: -20px;
  transition: transform 5s, left 5s;
  will-change: transform, left;
}

.content .image img { height: auto; }
.content .image img.welle { width: 855px; position: absolute; }
.content .image img.taube { width: 88px; position: absolute; }
.content .image img.fischHell { position: absolute; height: auto; }
.content .image img.fischDunkel { position: absolute; height: auto; }
.content .image img.boot { width: 506px; }
  
.content .image img.welle1 
{ 
  z-index: 10;
  left: 15px;
  top: 0px;
  transform: rotate(1.2deg);
  transition: left 4s ease, transform 4s ease;
  will-change: transform, left;
}

.content .image .wellen.status2 img.welle1
{
  left: 10px;
  transform: rotate(-1.2deg);
  transition: left 4s ease, transform 4s ease;
  will-change: transform, left;
}

.content .image img.welle2 
{ 
  z-index: 20;
  left: -15px;
  top: 50px;
  transform: rotate(-1deg);
  transition: left 3s ease 1s, transform 3s ease 1s;
}

.content .image .wellen.status2 img.welle2
{
  left: 15px;
  transform: rotate(1deg);
  transition: left 4s ease 1s, transform 4s ease 1s;
  will-change: transform, left;
}

.content .image img.welle3 
{ 
  z-index: 30;
  left: 0px;
  top: 80px;
  transform: rotate(-0.70deg);
  transition: left 4s ease 2s, transform 2.5s ease 2s;
  will-change: transform, left;
}

.content .image .wellen.status2 img.welle3
{
  left: 15px;
  transform: rotate(0.7deg);
  transition: left 4s ease 2s, transform 2.5s ease 2s;
}



.content .image .boot
{
  z-index: 5;
  position: absolute;
  left: 140px;
  top: 13px;
  transition: left 20s ease 0.25s, transform 10s ease, top 10s ease 2s;
  will-change: transform, left, top;
}

.content .image.status1 .boot
{
  transform: rotate(4deg);
  top: 8px;
  transition: left 20s ease 1s, transform 10s ease, top 10s ease 2s;
  will-change: transform, left, top;
}

.content .image.status2 .boot
{
  transform: rotate(-4deg);
  top: 20px;
  left: 175px;
  transition: left 10s ease 5s, transform 10s ease, top 10s ease 2s;
  will-change: transform, left, top;
}

.content .image .boot.start
{
  left: 102%;
  transition: left 20s ease 1s;
  will-change: left;
}

.content .image .fisch1,
.content .image .fisch2
{
  z-index: 25;
}

.content .image .fisch1
{
  left: 310px;
  top: 88px;
  width: 75px;
  transition: transform 5s ease 0.00s, left 5s ease 0.00s, top 5s ease 0.00s; 
  will-change: transform, left;
}

.content .image .fisch2
{
  right: 70px;
  top: 85px;
  width: 60px;
  transition: transform 5s ease 2.25s, right 5s ease 2.25s, top 5s ease 2.25s; 
  will-change: transform, right;
}

.content .image .fisch3,
.content .image .fisch4
{
  z-index: 15;
}

.content .image .fisch3
{
  left: 200px;
  top: 20px;
  width: 80px;
  transition: transform 5s ease 1.50s, left 5s ease 1.50s, top 5s ease 1.50s;
  will-change: transform, left;
}

.content .image .fisch4
{  
  right: 80px;
  top: 30px;
  width: 72px;
  transition: transform 5s ease 0.75s, right 5s ease 0.75s; 
  will-change: transform, right;
}

.content .image .fisch5
{
  z-index: 35;
  right: 230px;
  top: 100px;
  width: 90px;
  transition: transform 5s ease 3.00s, right 5s ease 3.00s, top 5s ease 3.00s; 
  will-change: transform, right;
}

.content .image .taube1
{
  top: 40px;
  right: 60px;
  z-index: 30;
  width: 75px !important;
}

.content .image .taube2
{
  top: 225px;
  right: 50px;
  z-index: 1;
  width: 50px !important;
}

.content .image .taube3
{
  top: 115px;
  left: 60px;
  z-index: 1;
  width: 70px !important;
}

.wellen.status1 .fisch1 { transform: rotate(-7.00deg); left: 310px; top: 84px; }
.wellen.status1 .fisch2 { transform: rotate(-4.75deg); right: 70px; top: 88px; }
.wellen.status1 .fisch3 { transform: rotate(-5.50deg); left: 210px; top: 15px; }
.wellen.status1 .fisch4 { transform: rotate(-6.25deg); right: 50px; }
.wellen.status1 .fisch5 { transform: rotate(-4.00deg); right: 240px; top: 95px }

.wellen.status2 .fisch1 { transform: rotate(4.00deg); left: 320px; top: 90px; }
.wellen.status2 .fisch2 { transform: rotate(6.25deg); right: 80px; top: 84px; }
.wellen.status2 .fisch3 { transform: rotate(5.50deg); left: 200px; top: 25px; }
.wellen.status2 .fisch4 { transform: rotate(4.75deg); right: 80px; }
.wellen.status2 .fisch5 { transform: rotate(7.00deg); right: 245px; top: 90px }

.impressum
{
  text-align: center;
  color: #505050;
  font-size: 11px;
  transition: color 1s ease;
  margin-bottom: 25px;
}

.impressum:hover
{
  color: #000000;
}
  
