a.tiltbox {
	display:inline-block;
	box-shadow: none;
	vertical-align:top;
	margin:15px;
	font-weight:300;
}

.priskolumner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	gap: 24px;
	margin: 1em 0;
}

.pristabell {
	padding: 28px;
	border-radius: 19px;
	box-shadow: 0 6px 26px 0 var(--black-slight-alpha);
	background-color: var(--background-color);
}
	
img.top_image {
  width: 100%;
  margin-left: -20%;
  max-width: 220px;
	margin-bottom:5px;
	margin-top:-10px;
  text-align: center;
  display: inline-block;
}	

a:hover img.top_image {
	scale: 1.1;
  transition: all .4s linear(0, 0.544 5.5%, 0.947 11.5%, 1.213 18.1%, 1.298 21.7%, 1.352 25.5%, 1.372 28.2%, 1.379 31.1%, 1.374 34.2%, 1.357 37.6%, 1.307 43.7%, 1.121 61.8%, 1.074 67.8%, 1.04 73.7%, 1.007 84.7%, 1)
}
	
.pristabell h4 {
	text-align:left;
  font-weight: 400;
	font-size:16px;
	margin-top:1em;
  margin-bottom: 0.5em;
}

.pristabell .checka_green, .pristabell .checka {
	text-align:left;
}

.pristabell ul.checka li {
	margin-top: 8px;
	margin-bottom: 8px;
}	
.functions {
	margin:20px 0px 0px;	
	width:100%;
	text-align:left;
  min-height: 75px;
  line-height: 1.2em;
}
.included {
	float:left;
	font-weight:400;
	padding-right:10px;
}
.prisbox {
	min-height:65px;
}
.price {
  font-size: 32px;
	padding: 20px 0px 10px;
  text-align: center;	
	margin-bottom:0;
	}
.price div {
  font-size: 16px;
	display:inline-block;
	}
a.getstarted:hover {
	cursor:pointer;
	text-decoration:none;}
.getstarted div {
  text-transform:none;
}
.knapp_wrapper  {
	margin-top:10px;
	height:80px;
}
article a.getstarted.cropped {
  position: relative;
  margin: 0;
	font-weight:300;
	text-align:center;
  padding: 25px 20px;
	width:100%; 
	font-weight:600;
	font-size:18px;
	line-height:1em;
	height:auto;
}
article a.getstarted.knapp.active.green, 
article a.getstarted.knapp.active.green:hover {
	border:2px solid var(--green-color);
	box-shadow:none;
	background-color:var(--background-color);
	color:var(--green-color);
	font-weight:500;
	padding:23px 20px;
	text-shadow:none;
}

article a.getstarted.knapp.active.grey, 
article a.getstarted.knapp.active.grey:hover {
	border:2px solid var(--medium-grey-color);
	box-shadow:none;
	background-color:var(--background-color);
	color:var(--medium-grey-color);
	font-weight:500;
	padding:23px 20px;
	text-shadow:none;
}

article a.getstarted.knapp.active.green.toggle_states:hover {
	color:var(--background-color);
	background-color:var(--green-color);
	transition:background-color 0.4s ease;
}


@keyframes TransitioningBackground {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0% 100%;
  }
	100% {
    background-position: 0% 0%;
  }
}

.toggle_states .display_on_hover {
  display: none;
	pointer-events:none;
}
.toggle_states .hide_on_hover {
  display: inline;
	pointer-events:none;
}

.toggle_states:hover .display_on_hover {
  display: inline;
	pointer-events:none;
}
.toggle_states:hover .hide_on_hover {
  display: none;
	pointer-events:none;
}


article a.knapp.getstarted.activate {
  background-image: radial-gradient(var(--bluetransition-color), var(--main-color), var(--darkcyan-color), var(--blue-color));
  background-size: 400% 800%;
  animation: TransitioningBackground 3s ease infinite;
  transition: 0.3s;
	border:2px solid transparent;
}

article a.knapp.getstarted.activate::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 50px;
  height: 100%;
  top: 0;
  filter: blur(30px);
  transform: translateX(-100px) skewX(-15deg);
}
article a.knapp.getstarted.activate::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 90px;
  height: 100%;
  top: 0;
  filter: blur(5px);
  transform: translateX(-100px) skewX(-15deg);
}						
article a.knapp.getstarted.activate:hover {
  background-image: radial-gradient(#2d8fe5, #5a00d5, #7700ca, #2d8fe5);
  transform: scale(1.05);
  transition: 0.2s ease;
  animation: TransitioningBackground 4s ease infinite;
	border-top: rgba(100, 190, 255, 0.9) solid 2px;
  border-left: rgba(157, 158, 255, 0.9) solid 2px;
  border-bottom: rgba(75,15,61,0.5) solid 2px;
  border-right: rgba(75,15,61,0.5) solid 2px;
  box-shadow: 2px 10px 10px rgba(0,0,0,0.2);
  box-sizing: border-box;
}
article a.knapp.getstarted.activate:hover::before, 
article a.knapp.getstarted.activate:hover::after {
  transform: translateX(500px) skewX(-15deg);
  transition: 0.7s;
}							

.pristabell a, .pristabell a:hover {
	text-decoration:none;
}
.snedtitel {
  position: relative;
  margin: 0;
	font-weight:500;
	font-size:32px;
	text-align:center;
	text-decoration:none;
	color:var(--black-color);
}
a:hover .snedtitel {
	text-decoration:none;
	color:var(--link-color);
}
.snedtitelefter {
	display:block;
	font-size:16px;
	font-weight:300;
	margin:10px 0;
	min-height:32px;
	line-height:16px;
	color:var(--black-color);
	text-decoration:none;
}

.glowing-border {
	display:block;
  border-radius: 10px;	
	position:relative;
  transform: scale(1.00);
}

.glowing-border:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -10px;
    left:-10px;
    background-size: 400%;
    z-index: -1;
    filter: blur(15px);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glowing-border:active {
    color: rgba(255,255,255,0);
}

.glowing-border:active:after {
    background: transparent;
}

.glowing-border:hover:before {
    opacity: 1;
}

.glowing-border:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

@media only screen and (min-width: 1540px) {
	.priskolumner .pristabell.sekundarpristabell.hiddentabell {
		display:none;
	}
}

div.mode-toggle {
  display: none;
}

body[data-mode="year"] div.mode-toggle[data-mode="year"],
body[data-mode="month"] div.mode-toggle[data-mode="month"] {
  display: block;
}

@keyframes highlightFlashAnim {
  0% {
    background-color: #ffea77;
    box-shadow: 0 0 30px 5px #ffea77;
  }
  100% {
    background-color: transparent;
    box-shadow: none;
  }
}

.HighlightFlash {
  animation: highlightFlashAnim 0.8s ease;
}

.faq .expando {
  margin-top: -20px;
  padding-top: 0;
}
