.clickTagLink{
  position: absolute;
}

html, body{
  overflow: hidden;
  margin:0px;
}

body{
  width: 320px;
  height: 250px;
  background-color: transparent;
  color: #fff;
  font-family: "proxima-nova", 'Arial', sans-serif;
  line-height: 1;
}

.banner{
  width: 320px;
  height: 250px;
  background-color:#021E40;
  background-image:url(assets/320.jpg);
  background-size: 100% 100%;
}

#text1 .slogo {
  position: absolute;
  top: -40px;
  left: 142px;
  z-index: 3;
  width: auto;
  height: 32px;
}

.text-container {
  position: absolute;
  width: 320px;
  height: 100%;
  color: #fff;
  text-align: center;
}

.text {
  position: absolute;
  width: 100%;
}

h1 {
  font-weight: 600;
  font-size: 1.5rem;
  margin: .5rem;
}

h2 {
  font-weight: 400;
  line-height: 1.2;
  font-size: 1rem;
}

h3 {
  font-size: 1rem;
  margin: 0;
}

.podlogo {
  max-width: 160px;
}

#text1 {
  margin-top: 4.5rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  gap: 1rem;
}

#text1 .cta {
  margin-left: 1.2rem;
  margin-top: -.5rem;
}

.innsikt {
  margin-top: 2.5rem;
}

#text2, #text3 {
  background: linear-gradient(#1c416a, #021E40);
  height: 100%;
  opacity: 0;
}

#text2 .podlogo, #text3 .podlogo {
  position: absolute;
  left: 32px;
  top: 32px;
  max-width: 88px;
}

#text2 .slogo, #text3 .slogo {
  position: absolute;
  right: 32px !important;
  left: auto !important;
  top: 32px;
  height: 32px;
}

#text2 .cta, #text3 .cta {
  position: absolute;
  left: 32px;
  bottom: 32px;
}

#text2 h1 {
  text-align: left;
  position: absolute;
  left: 24px;
  top: 100px;
}

#text3 h2 {
  text-align: left;
  position: absolute;
  left: 32px;
  top: 80px;
}

#text2::after, #text3::after {
  position: fixed;
  content: "";
  width: 276px;
  height: 206px;
  border: 2px solid #ff5000;
  margin: 20px;
  left: 0;
  z-index: 4;
}

.crop{
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.hover{
  color: #fff;
  position: absolute;
  background: linear-gradient(#1c416a, #021E40);
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index: 4;
  opacity: 0;
  transition: .5s opacity ease;
}

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

.cta {
  padding: .5rem 1rem;
  background: #ff5000;
  color: #ffffff;
  border-radius: 999px;
  max-width: fit-content;
}

.cta:hover, .hovercta:hover {
  opacity: 0.8;
  transition: .5s opacity ease;
}

.hovercta {
  padding: .5rem 1rem;
  background: #ff5000;
  color: #ffffff;
  border-radius: 999px;
  max-width: fit-content;
}

.podcover {
  max-width: 120px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.hover .podlogo {
  margin-top: 24px;
  margin-left: 24px;
  max-width: 120px;
}

.hovertext {
  position: absolute;
  left: 24px;
  top: 115px;
  max-width: 150px;
}

.hovercta {
  position: absolute;
  right: 24px;
  top: 200px;
}