/* Italienska handelskammaren */

/* fonts */
@import url("https://use.typekit.net/cpj4shv.css");

@import url('https://fonts.googleapis.com/css2?family=Nothing+You+Could+Do&display=swap');

/* animation*/
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* ==========================================================================
Generellt 
========================================================================== */
:root {
    /* 	Layout  */
    --col-padding: 3rem;
    --menu-height: 8rem;
    --menu-height-scrolled: 8rem;
    --section-width: 150rem;

    /* 	Colors */
    --primary-color: 84, 160, 117;

    --black-color: 17, 17, 17;
    --gray-dark-color: 58, 58, 58;
    --gray-color: 130, 130, 130;
    --gray-light-color: 240, 240, 240;
    --white-color: 255, 255, 255;

    /* 	Typography */
    --base-size: 1.8rem;
	--small-size: 1.6rem;
}

.EditMode .display-none {
	display: block;
}

*,
*::before,
*::after {
	box-sizing: border-box;
    background-repeat: no-repeat;
}

body, 
body.isMobile .body-background {
    -webkit-font-smoothing: antialiased;
    background-position: center center;
    background-size: cover;
}

html {
	font-size: 62.5%;
}

.container {
	max-width: 100%;
}

/* Layout
========================================================================== */
.LayoutPage .section-block-wrapper {
	max-width: var(--section-width);
}

.SubPage .section-block-wrapper {
	max-width: 120rem;
}

.SubPage .width-150 .section-block-wrapper {
	max-width: 150rem;
}

.width-90 .section-block-wrapper {
	max-width: 90rem;
}

.SubPage .width-80 .section-block-wrapper {
	max-width: 80rem;
}

/* section-block */

.LayoutPage .section-block, 
.SubPage .LayoutPage .section-block {
    padding: 10rem 2rem;
}

/* paddings */
.p-2:not(.section-wrapper) {
    padding: 2rem;
}

.p-3:not(.section-wrapper) {
    padding: 3rem;
}

.p-2-1:not(.section-wrapper) {
    padding: 2rem 2rem;
}

.pt-1 .section-block,
.pt-1:not(.section-wrapper) {
    padding-top: 1rem;
}

.pb-0 .section-block,
.pb-0:not(.section-wrapper) {
    padding-bottom: 0;
}

.pb-1 .section-block,
.pb-1:not(.section-wrapper) {
    padding-bottom: 1rem;
}

.pb-2 .section-block,
.pb-2:not(.section-wrapper) {
    padding-bottom: 2rem !important;
}

/* margins */
.mt-2 {
	margin-top: 2rem;
}

.mt-10 {
	margin-top: 10%;
}

.mb-2 {
	margin-bottom: 2rem;
}

@media only screen and (max-width: 1024px) {
	.LayoutPage .section-block, 
	.SubPage .LayoutPage .section-block {
		padding: 8rem 2rem;
	}	
}

@media only screen and (max-width: 750px) {
	.LayoutPage .col-0, 
	.LayoutPage .col-1, 
	.LayoutPage .col-2, 
	.LayoutPage .col-3, 
	.LayoutPage .col-4, 
	.LayoutPage .col-5 {
		width: 100% !important;;
	}
}

@media only screen and (max-width: 600px) {
	.LayoutPage .section-block, 
	.SubPage .LayoutPage .section-block {
		padding: 5rem 2rem;
	}

	.mt-10 {
		margin-top: 0;
	}
}

/* Text och typsnitt
========================================================================== */
body {
	font-family: soleil, sans-serif;
}

/* Rubrik */
.heading-type h1,
.heading-type h2,
.heading-type h3 {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	text-align:left;
}

h1, h2, h3 {
    color: rgba(var(--dark-gray-color));
}

h1 {
	font-weight: 500;
    font-style: normal;
}

h2 {
    font-style: normal;
    padding-bottom: 2rem;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 6rem;
    line-height: 1.4;
}

h3, h4 {
    font-size: 2.8rem;
    text-transform: none;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 400;
    padding-bottom: 1rem;
}

.SubPage h3 {
    font-size: 2rem;
	padding-top:1rem;
}

.SubPage h4 {
    font-size: 1.8rem;
	padding-top:1rem;
}

.LayoutPage  .section-title {
    font-style: normal;
    padding-bottom: 3rem;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.15;
    text-transform: none;
	color:rgba(var(--primary-color));
}

.LayoutPage .small-title {
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.15;
}

/* Brödtext och länkar */
p, a, li {
    color: rgba(var(--gray-dark-color));
    font-family: inherit;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: var(--base-size);
    line-height: 1.8;
    letter-spacing: normal;
    text-transform: none;
}

a:hover {
	text-decoration: none;
	color: rgba(var(--primary-color));
}

.text-label,
a.arrow-link {
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: .4rem;
    font-size: 1.45rem;
    text-align: left;
    padding-bottom: 1rem;
    text-shadow: none;
    font-family: inherit;
    font-weight: 600;
    font-style: normal;
    color: rgba(var(--gray-dark-color));
}

/* Ovriga klasser */
.text-block {
    max-width: 70rem;
}

.text-block-w90 {
    max-width: 90rem;
}

.text-block-center {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
}

.text-center,
.center {
	text-align: center;
}
.text-underline{
	text-decoration: underline;
}
.text-underline:hover{
	text-decoration: none;
}

.text-bold,
.bold,
.strong {
	font-weight: 600;
}

.italic {
	font-style: italic;
}

.small-text {
	font-size: var(--small-size);
}

/* Lista utan pluppar */
ul.no-style {
	list-style:none;
	padding-left: 0;
}

/* Lista med färgade pluppar */
ul.styled-list {
	list-style:none;
	margin-top:0;
}

ul.styled-list li::before {
	content: "\f111";
    display: inline-block;
    width: 1.9em;
	margin-left: -2em;
	color: rgba(var(--primary-color));
    font-size: 1.2rem;
	font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
}

ul.styled-list.white li::before {
	color:rgba(var(--white-color));
}

.smalltext-type {
	max-width: none;
}

.normaltext-type {
	max-width: 100rem;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
	.LayoutPage .section-title {
        font-size: 4rem;
    }
}

@media only screen and (max-width: 650px) {
	.LayoutPage .section-title {
        padding-bottom: 2rem;
        font-size: 3rem;
        line-height: 1.25;
    }
}

@media only screen and (max-width:480px) {
	.center {
		text-align: left;
	}
}

/* Knappar och speciella lankar
========================================================================== */
.btn,
.btn-center {
    display: inline-block;
	width: auto;
    max-width: unset;
    margin: 2rem 0 0;
    padding: 1rem 4rem !important;
    box-sizing: border-box;
	font-size: 1.6rem !important;
    font-weight: 300;
    font-family: inherit;
	text-align: center !important;
	text-decoration: none;
    border-radius: 1rem;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: .25s ease;
	transition: .25s ease;
}

.btn-primary-filled {
	color: rgba(var(--white-color)) !important;
	border: 2px solid rgba(var(--primary-color));
	background-color: rgba(var(--primary-color));
}

.btn-primary-filled:hover {
    color: rgba(var(--primary-color)) !important;
	border: 2px solid rgba(var(--primary-color));
    background-color: transparent;
}

.btn-white-border {
	color: rgba(var(--white-color)) !important;
	border: 2px solid rgba(var(--white-color));
	background-color: transparent;
}

.btn-white-border:hover {
    color: rgba(var(--primary-color)) !important;
	border: 2px solid rgba(var(--white-color));
    background-color: rgba(var(--white-color));
}

.arrow-link::after {
	content: ' \f178';
	opacity: 1;
	transition: all .3s ease;
	font-family: 'Font Awesome 5 Pro';
    margin-left: 3px; 
    margin-right: 10px;
	font-weight: 400;
}

.arrow-link:hover::after {
	content: ' \f178';
	opacity: 1;
	margin-left: 10px;
    margin-right: 3px;
}

/* Farger
========================================================================== */
/* Bakgrunder */
.bg-primary,
.bg-primary .section-block {
    background: rgba(var(--primary-color));
}

.bg-grey .section-block {
	background: rgba(var(--white-color));
}

.bg-white {
	background-color: rgb(var(--white-color));
}

.LayoutPage .bg-white-transparent-09 {
	background:rgba(255,255,255,.9);
}

/* Text */
.bg-primary * {
	color: rgba(var(--white-color)) !important;
}

.text-green,
.green,
.text-primary{
	color: rgba(var(--primary-color)) !important; 
}

.text-white {
	color: rgb(var(--white-color)) !important;
}

.text-blue{
	color: rgb(5, 99, 193);
}
.text-green{
	color: rgb(2, 254, 1)
}

/* Bakgrundsbilder och videos
========================================================================== */
.bg-image {
    position: relative;
    overflow: hidden;
}

.bg-image-wrapper {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Object fit */
.LayoutPage  .of-wrapper {
    position: relative;
    overflow: hidden;
}

.LayoutPage .of-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

@supports (object-fit: cover) {
    .LayoutPage .of-wrapper img {
        position: static;
        transform: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .LayoutPage  .of-wrapper img.contain {
        object-fit: contain;
    }
}

/* Grafiska element
========================================================================== */
.styled-image {
    outline: 2px solid rgba(var(--white-color));
    outline-offset: -11px;
}

.br-2 {
	border-radius: 2rem;
} 

/* object-position */
.LayoutPage .op-50-40 img {
	object-position: 50% 40%;;	
}

/* Cards
========================================================================== */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/* Specifika bredder */
.cards-wrapper.w-33 .card-item {
    width: calc((100% / 3) - 2rem);
    margin: 1rem;
}

.cards-wrapper.w-25 .card-item {
    width: calc((100% / 4) - 2rem);
    margin: 1rem;
}

/* Generellt */
a.card-item {
    transition: .3s ease;
}

@media only screen and (max-width: 1050px) {
	.cards-wrapper.w-33 .card-item,
    .cards-wrapper.w-25 .card-item {
        width: calc((100% / 2) - 2rem);
    }
}

@media only screen and (max-width: 750px) {
	.cards-wrapper.w-33 .card-item,
	.cards-wrapper.w-25 .card-item {
        width: 100%;
		margin: 1rem 0;
    }

    .cards-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Card 2-1 */
.card-2-1 a.card-item:hover {
    background: rgb(var(--gray-light-color));
}

.card-2-1 a.card-item:hover .text-white {
	color: rgb(var(--primary-color)) !important;
}

.card-2-1 .card-header {
    margin-bottom: 2rem;
    font-size: 5rem;
}

/* Card 3-1 */
.card-3-1 {
	
}

/* Split wrapper
========================================================================== */
.section-split .normaltext-type {
	max-width: none;
}

.split-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.split-wrapper.reverse {
	flex-direction: row-reverse;
}

.split-content {
    width: 50%;
    padding: 5rem;
    text-align: left;
    align-self: center;
    box-sizing: border-box;
}

.split-image {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.split-image img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: unset !important;
    outline: 2px solid #E3DFD4;
    outline-offset: -11px;
}

@supports (object-fit: cover) {
    .split-image img {
        position: relative;
        transform: none;
        top: unset;
        left: unset;
        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
	.split-wrapper.reverse {
		flex-direction: row;
	}
	
	.split-content {
		order:1;
        width: 100%;
		padding: 0 0 5rem 0;
    }
	
	.split-image {
		order:2;
		width: 100%;
		padding: 0;
	}
}

@media screen and (max-width: 580px) {
	.split-content {
		padding: 0 0 3rem 0;
	}
}

/* Header / Navigation
========================================================================== */
header {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
	background-color: rgba(var(--white-color));
	box-shadow: rgba(var(--black-color), .15)
}

header .container {
	padding: 0 2rem;
}

/* Header logo */
header .header-logo {
    position: absolute;
	width: 33rem;
	height:100%;
    line-height: 0;
    padding: 1.4rem 0;
}

header .header-logo a {
	height:100%;
	background-image:url('/assets/images/italchamber-logo-small.png');
	background-size: contain;
	background-repeat: no-repeat;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
/* End Header logo*/

nav.mainmenu {
    display: inline-block;
}

nav.mainmenu ul.TemplateMenu {
	position:relative;
    text-align: center;
}

nav.mainmenu ul.TemplateMenu > li {
	line-height: normal;
	height: auto;
}

nav.mainmenu a {
	display: inline-block;
    height: auto;
	padding: 0 1.5rem;
	color: rgba(var(--gray-dark-color));
    font-style: normal;
    font-size: 1.45rem;
    font-weight: 300;
    font-family: inherit;
    text-transform: none;
	line-height: 7rem;
    letter-spacing: normal;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

nav.mainmenu li:hover, 
nav.mainmenu li.active {
	background-color: transparent;
}

nav.mainmenu ul > li.expandable-li:hover a,
nav.mainmenu li:hover > a,
nav.mainmenu li.active > a,
nav.mainmenu > a:hover,
nav.mainmenu > a.active,
nav.mainmenu ul > li > ul > li:hover a {
	color: rgba(var(--primary-color));
}  

.nav-dropdown:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	font-size: .7em;
	content: '\f0d7';
	margin-left: 7px;
	text-decoration: none;
	display: inline-block;
}

nav.mainmenu li:hover .nav-dropdown:after {
	text-decoration: none !important;
}

/* Dropdown */
nav.mainmenu ul > li > ul {
	width:auto;
    background:rgba(var(--white-color));
    border-left:2px solid rgba(var(--primary-color));
    border-bottom:2px solid rgba(var(--primary-color));
}

nav.mainmenu ul > li > ul > li > a {
    line-height: 5.2rem;
	color: rgba(var(--dark-gray-color));
}

nav.mainmenu ul > li:hover > ul > li:hover > a {
    color: rgba(var(--primary-color)) !important;
}

/* Nav button */
#nav-button {
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
}

#nav-button a {
    line-height: 1;
    font-size: 1.5rem!important;
    padding: 1.25rem 2.75rem!important;
		min-width: unset;
}

#nav-button a:hover {
	color:rgba(var(--primary-color)) !important;
}

header.scrolled #nav-button a:hover {
	color:rgba(var(--primary-color)) !important;
}

/* Languages Dropdown */
#flag-button {
	position: absolute;
    right: 19rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
}

.it #flag-button {
	right: 16rem;
}

#flag-button a {
	width: 100%;
	padding:0;
}

#flag-button img {
	max-width: 100%;
}

/* hamburgemenyn */
header .mobile-menu span {
	height: 2px;
	width: 100%;
	background: #333;
	border-radius: 2px;
	margin-bottom: 1rem;
	display: none;
}

@media only screen and (min-width: 1350px) {
    .hamburger {
        display: none;
    }
    
    .expandable:after {
	    font-family: 'Font Awesome 5 Pro';
	    font-weight: 700;
	    content: '\f0d7';
	    margin-left: 7px;
	    text-decoration: none;
	    display: inline-block;
	    font-size: .8em;
	    vertical-align: middle;
	}
}

@media only screen and (max-width: 1350px) {
	header {
		width: 100vw !important;
	}

	nav.mainmenu ul {
		left: 0;
	}
    
    /* Navigation */
	nav.mainmenu {
		text-align: left;
		display: none;
		position: fixed;
		height: 100%;
		left: 0;
		width: 45rem;
		background-color: rgba(var(--white-color));
		z-index: 15;
		top: 0;
		box-shadow: none;
		overflow-y: scroll;
	}
	
	nav.mainmenu .Padding {
		margin: 8rem 0 !important;
	}
	
	nav.mainmenu li {
		text-align: left;
		display: block;
	}
	
	nav.mainmenu li a {
		margin: unset;
		padding: unset;
		padding-left: 4rem;
		font-size: var(--small-size);
		line-height: 3.7;
		height: 5rem;
		color:rgba(var(--gray-dark-color)) !important;
		font-weight: 500;
	}

	nav.mainmenu li:hover > a,
	nav.mainmenu li.active > a {
		color:rgba(var(--primary-color)) !important;
	}

	#overlay {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0 , 0, 0.75);
	    z-index: 7;
	}
	
	/* Hamburger */
	.openmenu {
	    width: 29px;
	    height: 25px;
	    cursor: pointer;
	    position: absolute;
	    right: 40px;
	    top: 28px;
	    
	}
	
	.closemenu {
	    width: 24px;
	    height: 25px;
	    cursor: pointer;
	    position: absolute;
	    right: 22px;
	    top: 22px;
	}
	
	header .close-menu:before, 
	header .close-menu:after {
		position: absolute;
		left: 15px;
		content: ' ';
		height: 33px;
		width: 3px;
		background-color: #333;
	}
	
	header .close-menu:before {
	  	transform: rotate(45deg);
	}
	
	header .close-menu:after {
	  	transform: rotate(-45deg);
	}
	
	.openmenu,
	.closemenu {
	    background-image: none;
	}
	
	header .mobile-menu span,
	header .close-menu{
		display: block; 
	}
	
	/* Dropdown */
	nav.mainmenu ul > li > ul {
	    background-color: rgba(var(--white-color)) !important;
	    width: auto !important;
	    border: none;
	}
	
	nav.mainmenu ul > li > ul {
		display: contents !important;
	}
	
	nav.mainmenu ul > li > ul > li.active {
		background:transparent;
	}
	
	nav.mainmenu ul > li > ul > li a {
		color: #333 !important;
	}
	
	nav.mainmenu ul > li > ul > li > a {
		width: auto;
		padding: 0 0 0 6rem;
		font-size: 1.3rem;
		font-weight: 500;
	}
	
	nav.mainmenu ul > li.expandable-li:hover > a {
		padding-bottom: 0;
	}
	 
	nav.mainmenu ul.TemplateMenu > li,
	.scrolled nav.mainmenu ul.TemplateMenu > li {
	    line-height: unset;
	    height: unset;
	}

	/* Nav button */
	#nav-button {
		position: static;
		transform: unset;
		padding-left:4rem;
		margin-top: 2rem;
	}

	#nav-button a {
		color:rgba(var(--white-color)) !important;
	}

	#nav-button a:hover {
		color:rgba(var(--primary-color)) !important;
	}

	/* Flagga */
	#flag-button {
		position: static;
		width: 9rem;
		transform: unset;
		padding-left:4rem;
		margin-top: 2rem;
	}
}

@media only screen and (max-width: 510px) {
	nav.mainmenu {
		width: 100%;
	}
}

@media only screen and (max-width: 450px) {
	header .header-logo {
		position: absolute;
		width: 22rem;
		height: 100%;
		line-height: 0;
		padding: 2rem 0;
	}
	
	header .container {
		padding-left: 1rem;
	}
}

/* ==========================================================================
Startsida
========================================================================== */

/* Top-section
========================================================================== */
.top-section {
    display:flex;
    align-items:center;
    min-height: 100vh;
	background:linear-gradient(0deg, rgba(255,255,255,0) 92%, rgba(0,0,0,.25) 96%)
}

.page-title-wrap {
    z-index: 2;
    position:static;
    transform:unset;
	max-width: none;
	padding: 0;
    background-color: transparent;
}

.page-title-innerwrap {
    position: relative;
    width: 95%;
    max-width: 75rem;
    padding: 6rem 5rem;
    margin: 0 auto;
    text-align: center !important;
    box-sizing: border-box;
    background-color: rgba(var(--white-color));
    outline: 1px solid rgba(var(--gray-dark-color));
    outline-offset: -10px;
}

.page-title-wrap h1 {
	font-size: 1.45rem;
	font-weight: 400;
	letter-spacing: .3rem;
	color: rgba(var(--gray-dark-color));
	padding-bottom: 3rem;
	text-transform: uppercase;
	text-align: center;
	text-shadow: none;
}

.page-title-wrap h1 .usp-2 {
    display:block;
    padding: 2rem 0 0 0;
    font-size: 4rem;
    font-weight: 500;
    color: rgba(var(--primary-color));
    text-align: center;
    text-transform: none;
    line-height: 1.4;
    letter-spacing: normal;
}

.page-title-wrap img {
    display: block;
    max-width: 100%;
    margin: 0 auto 2rem auto;
}

.page-title-wrap a {
    display: inline-block;
    margin: 0 2.5rem .5rem 0;
    padding: 0 !important;
}

@media only screen and (max-width:580px) {
    .page-title-wrap h1 .usp-2 {
        padding: 1rem 0 0 0;
        font-size: 3.5rem;
    }

    .page-title-wrap a {
        display: block;
        text-align: center;
        margin: 0 0 2rem 0;
    }
}

@media only screen and (max-width:450px) {
    .page-title-innerwrap {
        padding:4rem 3rem;
    }

    .page-title-wrap h1 .usp-2 {
        font-size: 3rem;
    }
}

/* logotyper
========================================================================== */
.partners-slick {
	max-width:100vw;
	overflow:hidden;
	padding: 6rem 0;
}

.partners-slick .slick-slide {
	text-align:center;
}

.LayoutPage .partners-slick img {
    max-height: 4rem;
    padding: 0 3rem;
}

/* Sektion Video
========================================================================== */
/*Video*/
.video-box{
	max-width: 80rem;
	margin: auto;
}

.video-wrapper {
	display: block;
    position: relative !important;
}

/* Play */
.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: .4s ease;
}

.video-wrapper:hover .play-overlay {
    opacity: 1;
    visibility: visible;
    background: rgba(var(--black-color), .7);
}

.play-overlay em {
    color: white;
    font-size: 5rem;
    transition: .4s ease;
}

.video-wrapper:hover .play-overlay em {
    font-size: 3.5rem;
}

.play-overlay p {
    display: inline-block;
    color: white;
    margin-left: 1.5rem;
    font-size: 0;
    transition: .4s ease;
}

.video-wrapper:hover .play-overlay p {
    font-size: 2rem;
}

.fancybox-video {
	display: none ;
}

/* Aktuellt
========================================================================== */
.news-wrapper .card-item .date {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
	font-size: 1.4rem;
	color: rgba(var(--primary-color));
}

.news-wrapper .card-item .image-wrapper {
    min-height: 25rem;
}

@media screen and (max-width: 1280px) {
    .news-wrapper.w-33 .card-item {
		width: calc((100% / 2) - 2rem);
	}
}

@media screen and (max-width: 750px) {
    .news-wrapper.w-33 .card-item {
		width: 100%;
        margin: 1rem 0;
	}
}

/* Parallax
========================================================================== */
.parallax {
    max-width: 100% !important;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 50rem;
	background-image: url(/assets/images/italienska-handelskammaren-italien-kust-2000px.jpg);
}

/* Våra tjänster - Scroll-wrapper
========================================================================== */
.section-services {
	overflow: hidden;
}

/* Slider */
.scroll-wrapper.cards-wrapper {
    margin: 0 0 5rem;
}

.scroll-wrapper.cards-wrapper .slick-list {
    width: 100%;
    overflow: visible;
}

.scroll-wrapper.cards-wrapper .slick-track {
    display: flex;
}

.scroll-wrapper.cards-wrapper .card-item {
    display: flex;
    height: auto;
}

/* Card item */
.scroll-wrapper .card-item {
    display: flex;
    flex-direction: column;
    margin: 0 2rem 0 0;
}

/* Slick Arrow */
.scroll-wrapper .slick-arrow {
    position: absolute;
    top: auto;
    bottom: -4rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: rgb(var(--primary-color));
}

.scroll-wrapper .slick-arrow::after {
    font-weight: 300;
    color: rgb(var(--white-color));
	background-color: transparent;
}

.scroll-wrapper .slick-arrow::before {
	color: transparent;
}

.scroll-wrapper .slick-next {
    right: 2rem;
}

.scroll-wrapper .slick-prev {
    left: auto;
    right: 6rem;
}

.slick-prev.slick-disabled, 
.slick-next.slick-disabled {
	opacity: .5;
	background-color: transparent;
	cursor: not-allowed;
}

/* ==========================================================================
Undersidor
========================================================================== */
.SubPage .top-section {
	display:none;
}

.SubPage .smalltext-type {
	max-width: 90rem;
}

/* Hero - Grundkod
========================================================================== */
.hero  {
	background-color: transparent !important;
	margin-top: 7rem;
}

.hero h1 {
	line-height: 1.15;
}

.hero .section-block {
    display: flex;
    align-items: center;
    min-height: 45rem;
	background-color: rgba(var(--black-color), .6);
}

.hero .section-block-wrapper {
    width: 100%;
	max-width: 120rem;
}

.hero .of-wrapper {
    position: absolute;
    overflow: hidden;
}

.hero .section-title {
    font-weight: 600;
    font-size: 5rem;
	padding-bottom: 0;
}

@media only screen and (max-width:980px) {
	.hero .section-title {
		font-size: 4rem;
	}
}

@media only screen and (max-width: 580px) {
    .hero .section-block {
        min-height: 40rem;
    }

	.hero .arrow-link,
	.hero p,
	.hero h1 {
		text-align: center !important;
	}

    .hero .section-title {
        font-size: 3rem;	
    }
}

/* ==========================================================================
Undersida > Om italien
========================================================================== */

/* Viktiga Länkar
========================================================================== */
.link-wrapper {
	display:flex ;
	width:100%;
}

.link-wrapper .icon-wrapper {
	margin-right:1.5rem;
}

@media only screen and (max-width:1024px) {
	.SubPage .section-links .col-2 {
		padding-top:0!important;
	}
}

/* ==========================================================================
Undersida > Aktuellt
========================================================================== */
/* Pagination */
.simple-pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
	padding-top: 3rem !important;
}

.simple-pagination li {
    margin: 0 .3rem;
}

.simple-pagination a,
.simple-pagination span {
    font-size: 16px;
    line-height: 20px;
    padding: .2rem 1rem;
    border-radius: 5px;
    border: 1px solid rgb(var(--primary-color));
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
}

.simple-pagination li.active span,
.simple-pagination li.active a,
.simple-pagination li.disabled span,
.simple-pagination li.disabled a {
    border: 1px solid rgb(var(--primary-color));
    background: rgb(var(--primary-color));
}

/* ==========================================================================
Undersida Individuell nyhet
========================================================================== */
/* Iframe video */
.news-video-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	margin:3rem 0;
}

.news-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}

/* HTML5 video */
.html5-video-wrapper video {
    width: 100%;
    margin-top: 3rem;
}

/* ==========================================================================
Undersida > Medlemsregister
========================================================================== */
.input-member {
	width: 100%;
    padding: 1.5rem;
}

.member-list {
	display:flex;
	flex-wrap:wrap;
	list-style: none;
	padding-left:0;
}

.member-list li {
	width:48%;
	margin:1%;
	padding:3rem;
	background:rgba(var(--white-color));
}

.member-list h3 {
	font-size: 2.3rem;
    padding-bottom: 1rem;
	color: rgba(var(--primary-color));
}

.member-list p,
.member-list a {
	padding:0;
	font-size: var(--small-size);
}

@media only screen and (max-width:1070px) {
	.member-list h3 {
		font-size: 1.8rem;
	}
}

@media only screen and (max-width:750px) {
	.member-list li {
		width:100%;
		margin:1rem 0;
	}
}

/* ==========================================================================
Undersida > Kontakt
========================================================================== */

/* Karta
========================================================================== */
#map {
	font-size: 0;
}

#map iframe {
	width:100%;
	height:40rem;
	border:none;
}

/* ==========================================================================
Undersida ospitalita italiana
========================================================================== */

/* Ospitalita italiana logotypen
========================================================================== */
.partner-wrapper{
	position: absolute;
	right: 0;
	background: rgb(246, 246, 246);
	border-top-left-radius: 2rem;
}

.partner-wrapper img{
	max-height: 16rem;
}

@media only screen and (max-width:980px) {
	.partner-wrapper {
		bottom: 4rem;
	}

	.partner-wrapper img {
		max-height: 11rem;
	}
}

@media only screen and (max-width:580px) {
	.partner-wrapper {
		bottom: 2rem;
	}

	.partner-wrapper img {
		max-height: 8rem;
	}
}


/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: rgba(var(--white-color));
	padding: 0;
	color: rgba(var(--white-color));
	position: relative;
}

.footer .container {
    padding: 7rem 5rem 0;
    max-width: 160rem;
}

.footer-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap:wrap;
}

/* Topp content */
.footer-col-top {
	width: 25%;
    padding-bottom: 3rem;
    text-align: left;
    box-sizing: border-box;
}

.footer-col-top:not(:last-of-type) {
	padding-right: 3rem;
}

.footer-col-top:first-of-type {
	align-self:center;
}

.footer img {
	max-width:90%;
}

.footer-heading {
    color: rgba(var(--gray-dark-color));
	font-size: 1.8rem;
	font-weight: 400;
    padding-top: 1rem;
    padding-bottom: .5rem;
}

.footer-col-top ul {
    padding-inline-start: 0;
    list-style-type: none;
    margin:0;
}

.footer p, 
.footer a,
.footer li {
    padding:0;
    color: rgba(var(--gray-dark-color));
    font-weight: 300;
	font-size: var(--small-size);
    line-height: 1.7em !important;
    letter-spacing: normal;
    text-transform: none;
	text-align: left;
}

.footer-col-top a:hover {
	color: rgba(var(--primary-color));
	text-decoration: underline;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    flex-direction: row;
	border-top: rgba(0, 0, 0, .1);
	margin: 0 auto;
    width: 100%;
    padding:1rem 0 1.5rem 0;
    box-sizing: border-box;	
    line-height: 1rem;
}

.footer-bottom p {
	font-size: 1.35rem;
}

.footer-bottom ul {
	display: flex;
	list-style: none;
	margin:0;
}

.footer-bottom a {
	font-size: 1.35rem;
}


/* WebbEss Stamp  */
.webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
}

.webbess-stamp img {
    width: 3rem;
    margin-left: 1rem;
}

.footer-bottom .social {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	width: 4rem;
    height: 4rem;
    margin-right: 1.2rem;
    padding: 0;
	border-radius: 2rem;	
    background-color: rgba(var(--primary-color));
	color: rgba(var(--white-color));
    transition:.2s ease;
}

.footer-bottom .social:hover {
	background-color: rgba(var(--gray-dark-color));
	color: rgba(var(--white-color));
    text-decoration: none;
}

.footer-bottom .social::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	font-size: 1.7rem;
	position: relative;
	top: 1px;
}

.social-facebook::before {
	content: '\f39e';
}

.social-linkedin::before {
	content: '\f0e1';
}

.social-instagram::before {
	content: '\f16d';
}

.social-youtube::before {
	content: '\f167';
}

.social-whatsapp::before {
	content: '\f232';
}

@media only screen and (max-width: 1024px) {
	.footer-col-top {
        width:50%;
	}
	
	.footer-col-top:not(:last-of-type) {
		padding-right:0;
	}
}

@media only screen and (max-width: 690px) {
	.footer .container {
		padding:7rem 2rem 0;
	}

	.footer-col-top,
	.footer-bottom {
        width:100%;
    }

	.footer-bottom .col-left,
	.footer-bottom .col-right {
		width:100%;
	}

	.footer-bottom ul {
		padding-left:0;
		padding-bottom: 1rem;
	}
}