@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

/*
scale blue = #021E40;
scale orange =  #FF5000;
*/

.clickTagLink{
  position: absolute;

}

html,body{
  overflow: hidden;
  margin:0px;
}
body{
  color: #fff;
  font-size:20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

*:focus {
  outline: 0;
  outline: none;
}

.bluue {
  Color: #53C0E8;
  font-weight: 900;
  font-size: 0.8rem;
}

.text{
  font-size: 1.5rem;
  z-index: 1;
  font-weight: 400;
  padding-left: 1.5rem;
  border-left: 5px solid #ff5000;
}

.meet-container{
  position: relative;
  z-index: 1;
  top:60px;
  left:-420px;
  opacity: 1;
}

.meet-container::after{
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #03417f, #021E40);
  top: -150px;
  left: -150px;
  width: 590px;
  height: 500px;
  transform: rotate(13deg);
  z-index: -1;
}

.meet-container .orange-text{
  padding-top: .75rem;
  font-size: .8rem;
  font-weight: 400;
}

.meet-logo{
  max-width: 300px;
  margin-top: 20px;
}

.banner{
  width: 980px;
  height: 300px;
  background-image:url("assets/fishwall-baerekraft.jpg");
  position:absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top:0;
  left:0;
}

/*.banner:before{
  content:'';
  width:100%;
  height:100%;
  background: #021E40;
  opacity: 0.65;
  position: absolute;
}*/

.banner:after{
  content:'';
  width:40%;
  height:150%;
  background: linear-gradient(#03417f, #021E40, #021E40);
  position:absolute;
  right: -170px;
  bottom: -100px;
  transform:rotate(13deg);
}
.time{
  font-size: 1rem;
  color:#fff;
  position: relative;
  top:-10px;
}
.crop{
  overflow: hidden;
  color: #fff;
}

.logo{
  position:absolute;
  right: 25px;
  top: 50px;
  max-width: 180px;
  z-index: 1;
}

.logo-2{
  position:absolute;
  right:43px;
  top:160px;
  max-width: 170px;
  z-index: 1;
}

.date{
  margin-top:20px;
}
.cta{
  position: absolute;
  right: 30px;
  bottom: 20px;
  background: #FF5000;
  border: 2px solid #021E40;
  z-index: 3;
  color:#fff;
  font-weight: bold;;
  border-radius:30px;
  font-size: .9em;
  padding-left:2em;
  padding-right: 2em;
  padding-top:0.4em;
  padding-bottom: 0.4em;
  cursor: pointer;
}

.cta:hover{
  background-color: #021E40;
  border: 2px solid  #FF5000;
}


.text-container{
  max-width: 400px;
  position: absolute;
  top:50px;
  left:400px;
}

.hover{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 9;
}

.banner:hover .hover{
  background: linear-gradient(#03417f, #021E40);
}

.hover img{
  opacity: 0;
}

.banner:hover .hover img{
  opacity: 1;
}

.text1{
  z-index: 999;
  opacity: 1;
  font-size: 32px;
}

.text2{
  z-index: 999;
  opacity: 0;
  position: relative;
  top: -115px;
  font-size: 32px;
}
.text3{
  z-index: 999;
  opacity: 0;
  position: relative;
  top: -173px;
}
.hover-logo{
  position: absolute;
  left:0;
  right:0;
  top:-50px;
  bottom: 0;
  margin:auto;
  width: 500px;
}

.we-are{
  position: absolute;
  left:0;
  right:0;
  top:100px;
  bottom: 0;
  margin:auto;
  max-width: 450px;
}