.introduktion{display:none;position:relative;width:100%;background-image:url("../Grx/paperPattern.png");/*font-size:0;*/box-sizing:border-box;padding-bottom:50px;}
.introduktion .bannerTop{position:relative;width:100%;/*min-height:500px;*/overflow:hidden;}
.introduktion .background{position:absolute;left:0;top:0;width:100%;height:auto;min-height:100%;opacity:0;transition:opacity .8s ease-in-out;object-fit:cover;}
/*.introduktion .bannerTop .box{position:absolute;left:50%;bottom:0;margin:0 0 30px -30px;width:510px;height:auto;min-height:200px;background-image:url("../Grx/paperPattern.png");border-radius:20px;padding:30px 0 30px 0;opacity:.9;}*/
.introduktion .bannerTop .centered{position:relative;width:100%;max-width:960px;margin:0 auto 0 auto;padding:200px 10px 40px 0;box-sizing:border-box;}
.introduktion .bannerTop .box{position:relative;width:50%;max-width:550px;border-radius:20px;padding:20px 30px;z-index:2;margin-left:50%;text-align:right;box-sizing:border-box;}
.introduktion .bannerTop .box:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-image:url("../Grx/paperPattern.png");opacity:.8;z-index:-1;border-radius:20px;}
.introduktion .bannerTop .box h1{padding-bottom:20px;text-align:left;}
.introduktion .bannerTop .box p{font-family:'Barlow', sans-serif;font-weight:600;font-size:1.8rem;line-height:1.5;text-align:left;margin:0;padding-bottom:20px}
/* Content blocks */
.introduktion .block{position:relative;width:100%;min-height:260px;color:#000;margin:0;display:block;box-sizing:border-box;background-color:rgba(255,255,255,.2);}
.introduktion .block .gradient{position:absolute;left:0;top:0;width:100%;height:50%;background:linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,.2));}
/*.introduktion .block:nth-of-type(n+2){border-top:3px dashed #333;}*/
.introduktion .block .centered{position:relative;width:100%;max-width:960px;margin:0 auto 0 auto;padding:40px;box-sizing:border-box;}
.introduktion .block .centered p{font-family:'Barlow', sans-serif;font-weight:normal;/*font-size:1.8rem;line-height:1.5;*/margin:0;}
.introduktion .block .centered .videoThumbnail{position:relative;width:325px;height:215px;display:inline-block;vertical-align:top;}
.introduktion .block .centered .videoThumbnail .img{opacity:0;transition:opacity .8s ease-in-out;width:100%;height:auto;}
.introduktion .block .centered .txt{position:relative;display:inline-block;vertical-align:top;width:calc(100% - 325px);box-sizing:border-box;padding-left:20px;}

/*.introduktion .block:nth-of-type(odd) .centered .videoThumbnail{}*/
/*.introduktion .block:nth-of-type(odd) .centered h2, .introduktion .block:nth-of-type(odd) .centered p{padding-left:350px;}
.introduktion .block:nth-of-type(even) .centered .videoThumbnail{left:auto;right:0;}*/
.introduktion .block .centered .videoThumbnail .sevideo{position:absolute;top:0;left:0;background-color:#FF8B4F;color:#3C3C37;line-height:1;width:auto;padding:10px;font-family:'Barlow', serif;font-weight:600;font-size:1.6rem;}

/*@media all and (max-width:980px){
	.introduktion .bannerTop .box{left:auto;right:10px;margin:0 0 30px 0;}
	.introduktion .block .centered{width:100%;margin:0;}
	.introduktion .block .centered .videoThumbnail{left:10px;}
	.introduktion .block:nth-of-type(even) .centered .videoThumbnail{right:10px;}
	.introduktion .block .centered h2, .introduktion .block .centered p{width:50%;width:calc(100% - 340px - 40px);}
	.introduktion .bannerTop .box p, .introduktion .block .centered p{font-size:1.4rem;line-height:1.2;}
	.introduktion .block:nth-of-type(even) .centered h2, .introduktion .block:nth-of-type(even) .centered p{padding-left:10px;}
}*/

@media all and (min-width:1000.5px){
	.introduktion .block:nth-of-type(even) .centered{display:flex;flex-direction:row-reverse;}
	.introduktion .block:nth-of-type(even) .centered .txt{padding-left:0;padding-right:20px;}
}
@media all and (max-width:1000.5px){
	.introduktion{padding-bottom:0;}
	.introduktion .bannerTop .centered{padding:200px 10px 10px 10px;text-align:center;}
	.introduktion .bannerTop .box{width:100%;max-width:unset;margin:0 auto;}
	.introduktion .block .centered{padding:20px 10px;}
	.introduktion .block .centered{padding:20px;}
	.introduktion .block .centered .videoThumbnail{width:100%;height:auto;display:block;}
	.introduktion .block .centered .txt{display:block;width:100%;padding:20px 0;}
}