@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:18px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}

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

.bluue {
  Color: #53C0E8;
  font-size: 18px !important;
}

.text {
  left: 30px;
  font-size: 16px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  padding-left: .5rem;
  border-left: 4px solid #ff5000;
}

.meet-container{
  position: relative;
  z-index: 1;
  top:65px;
  left: 35px;
  opacity: 0;
}

.meet-container .orange-text{
  position: relative;
  top: 10px;
  left: 35px;
  padding-top: .5rem;
  font-size: .6rem;
  font-weight: 400;
}

.banner{
  width: 320px;
  height: 250px;
  background-image:url("assets/fishwall-baerekraft.jpg");
  position:absolute;
  background-size: cover;
  background-repeat: no-repeat;
}

.meet-container::after{
  content:'';
  position: relative;
  top: -200px;
  left: -100px;
  width:400%;
  height:400%;
  background: #021E40;
  opacity: 0.65;
  position: absolute;
}


.banner:after{
  content:'';
  width:50%;
  height:180%;
  background: linear-gradient(#021E40, #03417f);
  position:absolute;
  right:270px;
  bottom: -100px;
  transform:rotate(10deg);
}


.time{
  font-size: 0.9rem;
  color:#fff;
}
.crop{
  overflow: hidden;
  color: #fff;
}

.logo{
  position:absolute;
  left:15px;
  top:15px;
  max-width: 40px;
  z-index: 1;
}

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

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

.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;
  position: relative;
  top: 0px;
}

.text2{
  z-index: 999;
  opacity: 0;
  position: relative;
  top: -58px;
}

.text3{
  z-index: 999;
  opacity: 0;
  position: relative;
  top: -116px;
}

.hover-logo{
  position: absolute;
  left:0;
  right:0;
  top:-50px;
  bottom: 0;
  margin:auto;
  width: 250px;
}

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