:root {
	--red: #ec6523;
	--redTransparent: rgba(236, 101, 35, 0.7);
	--blue: #00adb8;
	--lightBlue: #c6eff1;
	--blueTransparent: rgba(0, 173, 184, 0.7);
	--black: #231f20;
	--white: #fff;
	--lightGray: #f3f3f3;
	--mediumGray: rgb(211, 207, 207);
	--peach: #f9d0be;
}

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

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

.box-image-container,
.box-image,
.box-standard img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.box-content a,
.box-content a:visited {
	color: var(--red);
}

.box-content a,
.box-content a:visited {
	color: var(--red);
	transition: all 0.4s ease;
}

.box-content a:hover {
	/* color: var(--blue); */
	text-decoration: underline;
}

.box-content>div h1,
.box-content>div h2,
.box-content>div h3,
.box-content>div h4,
.box-content>div h5,
.box-content>div h6 {
	font-weight: normal;
}

.box-content>div h1 strong,
.box-content>div h2 strong,
.box-content>div h3 strong,
.box-content>div h4 strong,
.box-content>div h5 strong,
.box-content>div h6 strong {
	font-weight: bold;
}

/* **************************************** */

/* **************************************** */

/* Buttons */

.btn-red {
	display: block;
	background-color: transparent;
	/* padding: 1rem 3rem; */
	/* padding: 0.5rem 1rem; */
	padding: 0.75rem 1.5rem;
	text-decoration: none;
	width: fit-content;
	width: -moz-fit-content;
	color: var(--white) !important;
	background-color: var(--red);
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
	border-radius: 5px;
}

.btn-red-radius {
	border-radius: 2.5px;
}

.btn-red:hover {
	color: var(--white) !important;
	background-color: var(--black) !important;
	text-decoration: none !important;
}

.btn-blue {
	display: block;
	background-color: transparent;
	/* padding: 1rem 3rem; */
	/* padding: 0.5rem 1rem; */
	padding: 0.75rem 1.5rem;
	border-radius: 5px;
	padding: 0.5rem 1rem;
	text-decoration: none;
	width: fit-content;
	width: -moz-fit-content;
	color: var(--white) !important;
	background-color: var(--blue);
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}

.btn-blue-big {
	font-size: 24px;
	padding: 1rem 2rem;
	font-weight: bold;
}

.btn-blue:hover {
	color: var(--white) !important;
	background-color: var(--black) !important;
	text-decoration: none !important;
}

.box-content .btn-red,
.box-content .btn-blue,
.box-content .btn-peach {
	margin: 2.5rem 0;
	margin: 2.5rem 0 0 0;
}

.btn-peach {
	display: block;
	background-color: transparent;
	padding: 1rem 3rem;
	text-decoration: none;
	width: fit-content;
	width: -moz-fit-content;
	color: var(--black) !important;
	background-color: var(--peach);
	/* font-weight: bold; */
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}

.content-wrapper .btn-peach {
	width: 100%;
}

.btn-peach:hover {
	color: var(--white) !important;
	background-color: var(--red) !important;
	text-decoration: none !important;
}

/* End of buttons */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box slider image */

.box-slider-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	min-height: 650px;
	width: 100%;
	position: relative;
}

.box-slider-image .box-slider-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--white);
	width: 100%;
	max-width: 1200px;
	padding: 0 35px;
}

.box-slider-image .box-slider-content>div {
	max-width: 900px;
	padding: 30px;
	margin: 0 auto;
	/* background-color: var(--blue); */
}

.box-slider-image .box-slider-content>div h1 {
	color: var(--white);
	/* font-size: 50px; */
	padding-bottom: 0;
	text-align: center;
}

.box-slider-image .box-slider-content>div p,
.box-slider-image .box-slider-content>div a,
.box-slider-image .box-slider-content>div li {
	font-weight: bold;
	color: var(--white);
	font-size: 45px;
}

/* End of box slider image */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box slider image arrow left/right */

.box-slider-image-arrow-left,
.box-slider-image-arrow-right,
.box-slider-image-tricolore {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	min-height: 650px;
	width: 100%;
	position: relative;
}

.box-slider-image-arrow-left .box-slider-content,
.box-slider-image-arrow-right .box-slider-content,
.box-slider-image-tricolore .box-slider-content {
	position: absolute;
	display: flex;
	align-items: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--red);
	background-color: rgba(255, 255, 255, 0.7);
	width: 100%;
	max-width: 700px;
	padding: 50px;
}

.box-slider-image-arrow-left .box-slider-content {
	justify-content: flex-end;
}

.box-slider-image-arrow-right .box-slider-content {
	justify-content: flex-start;
}

.box-slider-image-arrow-left .box-slider-content>div,
.box-slider-image-arrow-right .box-slider-content>div,
.box-slider-image-tricolore .box-slider-content>div {
	max-width: 900px;
	padding: 25px;
	/* background-color: var(--blue); */
}

.box-slider-image-arrow-left .box-slider-content>div h1,
.box-slider-image-arrow-right .box-slider-content>div h1,
.box-slider-image-tricolore .box-slider-content>div h1 {
	color: var(--red);
	padding-bottom: 0;
	text-align: right;
	font-weight: bold;
}

.box-slider-image-arrow-right .box-slider-content>div h1,
.box-slider-image-tricolore .box-slider-content>div h1 {
	color: var(--blue);
	text-align: left;
}

.box-slider-image-tricolore .box-slider-content>div h1 {
	text-align: center;
}

.box-slider-image-arrow-left .box-slider-content .arrow-wrapper img,
.box-slider-image-arrow-right .box-slider-content .arrow-wrapper img {
	max-width: 125px;
}

/* End of box slider image arrow left/right */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* box slider image overlay */

.box-slider-image-overlay {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	min-height: 650px;
	width: 100%;
	position: relative;
}

.box-slider-image-overlay::after {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	background-color: var(--blueTransparent);
}

.box-slider-image-overlay::before {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	height: 100%;
	background-color: var(--redTransparent);
}

.box-slider-image-overlay .box-slider-content {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--red);
	width: 100%;
	max-width: 900px;
	padding: 50px;
	z-index: 1;
	flex-direction: column;
}

.box-slider-image-overlay .box-slider-content>div {
	max-width: 900px;
	padding: 25px;
	/* background-color: var(--blue); */
}

.box-slider-image-overlay .box-slider-content>div h1 {
	color: var(--white);
	/* font-size: 50px; */
	padding-bottom: 0;
	text-align: center;
	font-weight: bold;
}

.box-slider-image-overlay .box-slider-content .arrow-wrapper img {
	max-width: 125px;
}

/* End of box slider image overlay*/

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box spacer */

.box-spacer {
	width: 100%;
	height: 100px;
}

.content-wrapper .box-spacer {
	height: 30px;
}

/* Enf of box spacer */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box 33 puffs */

.box-33-puff {
	width: 33.33%;
	width: calc(33.33% - 30px);
	margin: 15px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	max-height: 235px;
}

.box-33-puff:hover {
	box-shadow: 0 7px 14px rgba(171, 171, 171, 0.4),
		0 5px 5px rgba(171, 171, 171, 0.4);
}

article.box-33-puff {
	overflow: visible;
}

.box-33-puff .box-content {
	z-index: 1;
	color: var(--white) !important;
	text-decoration: none;
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2.5rem;
}

.box-33-puff .box-content h3 {
	color: var(--white) !important;
	text-decoration: none;
	text-align: center;
}

.box-33-puff .box-image-container {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.box-33-puff::after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
}

.box-33-puff::after {
	background: var(--greenEighty);
}

/* .box-33-puff:nth-child(3n + 1) .box-image-container::after {
  background: var(--greenEighty);
}

.box-33-puff:nth-child(3n + 2) .box-image-container::after {
  background: var(--blueEighty);
}

.box-33-puff:nth-child(3n + 3) .box-image-container::after {
  background: var(--redEighty);
} */

.content-wrapper .box-33-puff:hover .box-image-container {
	transform: scale(1.1);
}

/* End of box 33 puffs */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

.box-100-blue-line {
	width: 100%;
	border-top: 1px solid var(--blue);
}

.box-100-blue-line.block-visualizer {
	height: 40px;
	margin-top: 10px !important;
}

.box-100-header-blue {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
	background-color: var(--lightBlue);
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-100-header-blue .box-content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 1.25rem 0;
}

.box-100-header-blue .box-content .btn-peach {
	margin: 1rem 0;
}

.box-100-header-blue .box-content h4 {
	color: var(--blue);
	font-size: 2.7rem;
}

/* Box download-pdf */

.box-download-pdf {
	background-color: var(--peach);
	color: black;
	padding: 1rem 7rem;
	margin-top: 1.5rem;
}

.box-download-pdf .box-content div a {
	color: black;
}

/* Box 100 text/text-ingress/title/anmalning */

.box-100-text,
.box-100-anmalning {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
}

.box-100-anmalning {}

.box-100-anmalning .box-content .extra {
	text-align: center;
	padding-top: 10px;
}

.box-100-anmalning .box-content .box-content-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--peach);
	padding: 3rem 0;
	position: relative;
}

.box-100-anmalning .box-content .box-content-wrapper::after {
	content: "";
	position: absolute;
	background-color: var(--red);
	height: 1px;
	width: 90px;
	transform: rotate(90deg);
}

.box-100-anmalning .box-content .box-content-wrapper h4 {
	font-weight: bold;
	padding-bottom: none;
	margin: 0 2rem;
}

.box-100-anmalning .box-content .box-content-wrapper .box-content-text-button {
	display: flex;
	font-size: 2.4rem;
	align-items: center;
	margin-left: 22rem;
}

.box-100-anmalning .box-content .box-content-wrapper .box-content-text-button .btn-red {
	margin: 0 2rem;
	font-weight: bold;
	padding: 1.25rem 3rem;
	font-size: 2.4rem;
}

article .box-100-text {
	padding: 50px;
}

.content-wrapper .box-100-text {
	text-align: center;
}

.box-100-text-ingress {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
}

.box-100-text-ingress-big {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
}

.content-wrapper .box-100-text-ingress-big {
	text-align: center;
}

.box-100-title {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
}

.box-100-text .box-content,
.box-100-title .box-content {
	max-width: 900px;
	margin: 0 auto;
}

.box-100-text-ingress-big .box-content {
	max-width: 1000px;
	margin: 0 auto;
}

.box-100-text-ingress-big .box-content p,
.box-100-text-ingress-big .box-content * {
	font-size: 32px;
}

.box-100-text-ingress-big .box-content {
	margin: 0 auto;
}

/* End of box 100 text/text-ingress/title  */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box big image */

.box-big-image {
	width: 100%;
	/* margin: 15px 0 0 0; */
	margin: 0;
}

.content-wrapper .box-big-image .image-button-wrapper {
	position: relative;
	overflow: hidden;
}

.box-big-image .box-image-container {
	padding-top: 0 !important;
	width: 100%;
	height: 50rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.box-big-image .image-button-wrapper:hover .box-image-container {
	transform: scale(1.05);
}

.box-big-image .box-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 1rem 2.5rem;
	text-align: center;
	color: var(--white) !important;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.box-big-image .box-content .btn-red,
.box-big-image .box-content .btn-blue {
	margin: 2.5rem auto;
}

/* End of box big image */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box 100 img left/right */

.box-100-img-left,
.box-100-img-right {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
	display: flex;
	box-shadow: 0 7px 14px rgba(171, 171, 171, 0.15),
		0 5px 5px rgba(171, 171, 171, 0.15);
	background-color: var(--white);
}

.box-100-img-right {
	flex-flow: row-reverse;
}

.box-100-img-left .box-image-container,
.box-100-img-right .box-image-container {
	width: 50%;
	padding-top: 0;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	min-height: 350px;
}

.box-100-img-left .box-image,
.box-100-img-right .box-image {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.box-100-img-left .box-content,
.box-100-img-right .box-content {
	width: 50%;
	padding: 2.5rem;
	display: flex;
	justify-content: center;
	flex-flow: column;
}

/* End of box 100 img left/right */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box 100 img right/left big */

.box-100-img-left-big,
.box-100-img-right-big {
	width: 100%;
	display: flex;
	background-color: var(--blue);
}

.box-100-img-right-big {
	flex-flow: row-reverse;
}

.box-100-img-left-big {
	background-color: var(--red);
}

.box-100-img-left-big .box-image-container,
.box-100-img-right-big .box-image-container {
	width: 50%;
	padding-top: 0;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	min-height: 650px;
}

.box-100-img-left-big .box-image,
.box-100-img-right-big .box-image {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.box-100-img-left-big .box-content,
.box-100-img-right-big .box-content {
	width: 50%;
	padding: 5rem 10rem;
	display: flex;
	justify-content: center;
	flex-flow: row;
	align-items: center;
}

/* arrow-wrapper */

.box-100-img-right-big .box-content .arrow-wrapper {
	margin-right: 1.5rem;
}

.box-100-img-left-big .box-content .arrow-wrapper {
	margin-left: 1.5rem;
}

.box-100-img-right-big .box-content .arrow-wrapper img {
	max-width: 125px;
}

.box-100-img-left-big .box-content .arrow-wrapper img {
	max-width: 125px;
}

.box-100-img-left-big .box-content h1,
.box-100-img-right-big .box-content h1 {
	color: var(--white);
	font-weight: bold;
}

/* End of  Box 100 img right/left big */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box-100-text-img-right */

.box-100-text-img-right {
	width: 100%;
	width: calc(100% - 30px);
	margin: 0 15px 0 15px;
	display: flex;
	flex-flow: row-reverse;
	border-top: 1.5px solid var(--mediumGray);
	border-bottom: 1.5px solid var(--mediumGray);
	padding: 2rem 3rem;
}

.box-100-text-img-right .box-image-container {
	width: 50%;
	padding-top: 0 !important;
	background-color: transparent;
	overflow: hidden;
	position: relative;
}

.box-100-text-img-right .box-content {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-100-text-img-right .box-content>div {
	max-width: 600px;
}

.box-100-text-img-right .box-content h4 {
	color: var(--blue);
	max-width: 500px;
	padding-bottom: 0;
}

.box-100-text-img-right .box-image-container .box-image {
	transition: all 0.4s ease;
}

.box-100-text-img-right-news .box-image-container {
	overflow: hidden;
}

.box-100-text-img-right .box-image-container .image-badge {
	position: absolute;
	left: 2rem;
	top: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--blueTransparent);
	/* clip-path: circle(50% at 50% 50%);
  -webkit-clip-path: circle(50% at 50% 50%); */
	padding: 1rem;
	/* width: 6vw;
  height: 6vw; */
	height: 100px;
	width: 100px;
	border-radius: 50%;
	text-align: center;
	transform: rotate(-11deg);
	font-weight: bold;
}

.box-100-text-img-right .box-image-container .image-badge p {
	color: var(--white);
	font-size: 2.4rem;
}

.box-100-text-img-right .box-content .item-action {
	display: flex;
	align-items: flex-end;
}

/* End box-100-text-img-right */

/* **************************************** */

/* **************************************** */

/* Box 50/33/25 */

.box-50-tools,
.box-50-img-left,
.box-50,
.box-33,
.box-25 {
	width: 50%;
	width: calc(50% - 30px);
	margin: 15px;
	display: flex;
	flex-flow: column;
	/* box-shadow: 0 7px 14px rgba(171, 171, 171, 0.15),
    0 5px 5px rgba(171, 171, 171, 0.15); */
}

.box-50-tools {
	border-bottom: 2px solid var(--blue);
}

.box-50-img-left {
	flex-flow: row;
}

.box-50-tools,
.box-50-text {
	width: 50%;
	width: calc(50% - 30px);
	margin: 15px;
}

.box-50-text-header-blue {
	width: calc(50% - 10px);
	margin: 5px;
	padding: 10px;
}

.box-50-text-header-blue .box-content>div {
	padding: 0 3rem;
	max-width: 600px;
}

.box-50-tools .box-content img {
	width: 65px;
}

article .box-50-text .box-content {
	padding: 50px;
}

.box-50-text-blue {
	width: 50%;
	padding: 50px;
	width: calc(50% - 30px);
	margin: 15px;
	background-color: var(--lightBlue);
}

article .box-50-text-blue .box-content {
	padding: 50px;
}

.box-50-text-blue .box-content h1,
.box-50-text-blue .box-content h2 {
	color: var(--blue);
}

.box-50-text-header-blue h4 {
	background-color: var(--lightBlue);
	padding: 1.5rem 3rem;
	color: var(--blue);
}

.box-33 {
	width: 33.33%;
	width: calc(33.33% - 30px);
	border: 1.5px solid var(--mediumGray);
}

.box-33-text-img-right,
.box-33-text-img-left {
	width: 33.33%;
	width: calc(33.33% - 10px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-33-text-img-right:nth-child(odd),
.box-33-text-img-left:nth-child(odd) {
	background-color: var(--red);
}

.box-33-text-img-right:nth-child(even),
.box-33-text-img-left:nth-child(even) {
	background-color: var(--blue);
}

/* .box-33-news:hover .box-image-container .box-image {
  transform: scale(1.1);
} */

.box-33,
.box-33:visited {
	color: var(--black);
}

.box-25,
.box-25-tenant {
	width: 25%;
	width: calc(25% - 30px);
	border: 1.5px solid var(--mediumGray);
}

.box-25-tenant .box-image-container {
	max-width: 100%;
	background-color: #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0;
}

.block-visualizer .box-25-tenant .box-image-container {
	padding-top: 0 !important;
}

.box-50-img-left .box-image-container {
	width: 65px !important;
}

.box-50-tools .box-image-container,
.box-50-img-left .box-image-container,
.box-50 .box-image-container,
.box-33 .box-image-container {
	width: 100%;
	padding-top: 0 !important;
	background-color: transparent;
	overflow: hidden;
}

.box-33-text-img-right .box-image-container,
.box-33-text-img-left .box-image-container {
	width: 50%;
	padding-top: 0 !important;
	background-color: transparent;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.box-33-text-img-right .box-image-container img,
.box-33-text-img-left .box-image-container img {
	height: 100%;
}

.box-25 .box-image-container {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 25rem;
}

.box-33 .box-image-container {
	position: relative;
}

.box-33 .box-image-container .box-image {
	transition: all 0.4s ease;
}

.box-33-news .box-image-container {
	overflow: hidden;
}

.box-33 .box-image-container .image-badge {
	position: absolute;
	left: 2rem;
	top: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--blueTransparent);
	/* clip-path: circle(50% at 50% 50%);
  -webkit-clip-path: circle(50% at 50% 50%); */
	padding: 1rem;
	/* width: 6vw;
  height: 6vw; */
	height: 100px;
	width: 100px;
	border-radius: 50%;
	text-align: center;
	transform: rotate(-11deg);
	font-weight: bold;
}

.box-33 .box-image-container .image-badge p {
	color: var(--white);
	font-size: 2.4rem;
}

.box-50-img-left .box-content {
	width: 100%;
	padding: 0rem 0 1rem 1rem;
}

.box-50-tools .box-content,
.box-50 .box-content,
.box-33 .box-content,
.box-25 .box-content {
	width: 100%;
	padding: 2rem 3rem;
}

.box-33-text-img-right .box-content,
.box-33-text-img-left .box-content {
	width: 50%;
	padding: 0rem 1.5rem;
	color: white;
}

.box-33-text-img-right .box-content {
	text-align: end;
}

.box-33-text-img-left .box-content {
	text-align: start;
}

.box-25 .box-content {
	display: flex;
	flex-wrap: wrap;
	/* flex-grow: 1; */
}

.box-50-tools .box-content .item-action,
.box-50-img-left .box-content .item-action,
.box-50 .box-content .item-action,
.box-33 .box-content .item-action,
.box-25 .box-content .item-action {
	display: flex;
	align-items: flex-end;
}

.fade-and-slide {
	position: relative;
	top: 200px;
	animation: fadeAndSlide 1s ease forwards;
}

.fade-and-slide-left {
	position: relative;
	left: 200px;
	animation: fadeAndSlideLeft 1s ease forwards;
}

@keyframes fadeAndSlide {
	from {
		top: 200px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes fadeAndSlideLeft {
	from {
		left: 200px;
		opacity: 0;
	}

	to {
		left: 0;
		opacity: 1;
	}
}

.box-50-tools .box-content,
.box-50 .box-content {
	padding: 2rem 0;
}

.box-50-tools .box-content h4,
.box-50 .box-content h4,
.box-33 .box-content h4 {
	color: var(--blue);
}

.box-50-tools .box-content h5 {
	color: var(--blue);
}

/* box-33-event new 2023-09-26 */
.box-33-event {
	width: 33.33%;
	width: calc(33.33% - 30px);
	border: 1.5px solid var(--mediumGray);
	margin: 15px;
}

.box-33-event .box-image-container {
	width: 100%;
	padding-top: 0 !important;
	background-color: transparent;
	overflow: hidden;
	position: relative;
}

.box-33-event .box-image-container .box-image {
	transition: all 0.4s ease;
}

.box-33-event .box-image-container .image-badge {
	position: absolute;
	left: 2rem;
	top: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--blueTransparent);
	padding: 1rem;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	text-align: center;
	transform: rotate(-11deg);
	font-weight: bold;
}

.box-33-event .box-image-container .image-badge p {
	color: var(--white);
	font-size: 2.4rem;
}

.box-33-event .box-content {
	width: 100%;
	padding: 2rem 3rem;
}

.box-33-event .box-content .item-action {
	display: flex;
	align-items: flex-end;
}

/* end box-33-event */

/* End of box 50/33/25 */

/* **************************************** */

/* **************************************** */

/* .box-50-form */
.box-50-form {
	width: 50%;
	width: calc(50% - 30px);
	margin: 15px;
	display: flex;
	flex-flow: column;
}

.box-50-form .box-image-container {
	padding-top: 0 !important;
	background-color: transparent;
	overflow: hidden;
}

.box-50-form .box-content {
	width: 100%;
	padding: 2rem 3rem;
}

.box-50-form .box-contact-form-content {
	padding: 2rem 3rem;
}

/* **************************************** */

/* **************************************** */

/* Box 100 toggle */

.box-100-toggle {
	width: 100%;
	/* width: calc(100% - 30px); */
	margin: 0.75rem 0;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	border-radius: 5px;
	-webkit-transition: height 0.4s ease;
	-moz-transition: height 0.4s ease;
	-ms-transition: height 0.4s ease;
	-o-transition: height 0.4s ease;
	transition: height 0.4s ease;
}

/* .box-100-toggle:hover,
.box-100-toggle-open {
    background-color: var(--white);
} */

.box-100-toggle:hover .box-top-content p,
.box-100-toggle:hover .box-top-content .las,
.box-100-toggle-open .box-top-content p,
.box-100-toggle-open .box-top-content .las {
	color: var(--black) !important;
}

article.box-100-toggle {
	border: none;
}

.box-100-toggle .box-top-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--lightGray);
	padding: 1.5rem;
}

.box-100-toggle .box-top-content p,
.box-100-toggle .box-top-content h6 {
	color: var(--black);
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.box-100-toggle .box-top-content .las {
	color: var(--black);
	font-size: 2.2rem;
}

.box-100-toggle .box-top-content .la-angle-up {
	display: none;
}

.box-100-toggle .box-bottom-content {
	-webkit-transition: height 0.4s ease;
	-moz-transition: height 0.4s ease;
	-ms-transition: height 0.4s ease;
	-o-transition: height 0.4s ease;
	transition: height 0.4s ease;
	overflow: hidden;
	width: 100%;
	border: 2px solid var(--lightGray);
	background-color: var(--white);
	padding: 0;
}

.box-100-toggle .box-bottom-content .box-content {
	padding: 2.5rem;
}

.box-100-toggle .box-bottom-content:not(.active) {
	display: none;
}

.box-100-toggle-open .box-top-content .la-angle-down {
	display: none;
}

.box-100-toggle-open .box-top-content .la-angle-up {
	display: block;
}

/* End of box 100 toggle */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box 100 img */

.box-100-img {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
}

article .box-100-img {
	min-height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.section-full .box-100-img {
	width: 100%;
	margin: 15px 0;
}

.box-100-img .box-image-container {
	padding-top: 0 !important;
	width: 100%;
}

.box-100-img .box-image-container .box-image {
	width: 100%;
}

.box-100-img .box-content p {
	text-align: center;
	margin-top: 20px;
}

/* End of Box 100 img */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box conference parking */

.box-conference-parking {
	background-color: var(--peach);
	color: var(--black);
	width: 100%;
	width: calc(100% - 3rem);
	margin: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3rem;
}

.box-conference-parking .box-content {
	display: flex;
	width: 100%;
}

.box-conference-parking .box-content a {
	margin: 0 10px;
	width: 50%;
}

.box-conference-parking .box-content .first,
.box-conference-parking .box-content .second {
	display: flex;
	align-items: center;
	width: 100%;
}

.box-conference-parking .box-content .first .image,
.box-conference-parking .box-content .second .image {
	background-color: white;
	aspect-ratio: 1;
	border-radius: 50%;
	height: 75px;
	width: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-conference-parking .box-content .first .image img,
.box-conference-parking .box-content .second .image img {
	height: 50px;
	width: 30px;
}

.box-conference-parking .box-content .first .text,
.box-conference-parking .box-content .second .text {
	font-size: 2.4rem;
	padding-left: 20px;
	font-weight: bold;
	color: black;
}

/* End of box conference parking */

/* Box social links */

.box-social-links {
	background-color: var(--lightGray);
	color: var(--black);
	width: 100%;
	width: calc(100% - 3rem);
	margin: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.5rem;
}

.box-social-links .box-social-badges {
	display: flex;
	margin-left: 2.5rem;
}

.box-social-links .social-badge {
	background-color: var(--black);
	padding: 1rem;
	height: 75px;
	width: 75px;
	border-radius: 50%;
	margin: 0 0.75rem;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-social-links .social-badge:hover img {
	transform: scale(1.25);
}

.box-social-links .social-badge img {
	width: 65px;
	transition: all 0.4s ease;
}

/* .box-social-links .social-badge i {
  color: var(--white);
  font-size:3.5rem;
} */

/* End of box social links */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box quotes contact */

.box-quotes-contact {
	width: 100%;
	width: calc(100% - 3rem);
	margin: 1.5rem;
	padding: 5rem 0;
}

.box-quotes-contact .title-wrapper {
	display: flex;
	align-items: center;
	width: 66.66%;
}

.box-quotes-contact .title-wrapper h3 {
	margin-left: 2rem;
}

.quote-contact-wrapper {
	display: flex;
	width: 100%;
	padding: 5rem 0;
}

.quote-box-66 {
	width: 66.66%;
}

.quote-content {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 5rem;
	-moz-column-gap: 5rem;
	column-gap: 5rem;
}

.quote-author-wrapper {
	position: relative;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: max-content;
	width: 100%;
	padding: 5rem;
	margin-bottom: 3.5rem;
}

.quote-author-image {
	border-radius: 50%;
	width: 50%;
}

.quote-icon {
	top: -25px;
	border: 1px solid var(--blue);
	border-radius: 50%;
	color: var(--blue);
	height: 50px;
	width: 50px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}

.quote-icon i {
	font-size: 2.5rem;
}

.quote-author-text {
	margin-top: 2.5rem;
}

.contact-box-33 {
	padding: 0 5rem;
	width: 33.33%;
}

.box-quotes-contact .wpcf7-form p {
	width: 100%;
	margin: 1.5rem 0;
}

.box-quotes-contact .wpcf7-form input[type="text"],
.box-quotes-contact .wpcf7-form input[type="email"] {
	width: 100%;
	padding: 0.75rem;
}

.box-quotes-contact .ajax-loader {
	margin-top: 1.5rem;
}

/* End of box quotes contact */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box animate one */

.box-animate-one {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	background-color: var(--blue);
}

.box-animate-one .box-image-container {
	width: 50%;
	padding-top: 0;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	min-height: 650px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.box-animate-one .box-image {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.box-animate-one .box-content {
	width: 50%;
	padding: 5rem 10rem;
	display: flex;
	justify-content: center;
	flex-flow: row;
	align-items: center;
	position: relative;
}

/* arrow-wrapper */

.box-animate-one .box-content .arrow-wrapper {
	margin-right: 1.5rem;
	/* position: relative; */
}

.content-wrapper .box-animate-one .box-content .title-wrapper {
	animation: fadeOut 0.6s ease 5s forwards;
}

.box-animate-one .box-content .arrow-wrapper img {
	max-width: 125px;
}

.content-wrapper .box-animate-one .box-content .arrow-wrapper img {
	animation: centerArrowRight 1.5s ease 5.6s forwards;
}

.box-animate-one .box-content h1 {
	color: var(--white);
	font-weight: bold;
}

@keyframes centerArrowRight {
	0% {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-50%, -50%) rotate(0deg);
		max-width: 125px;
	}

	50% {
		position: absolute;
		top: 10%;
		left: 100%;
		transform: translate(-50%, -10%) rotate(720deg);
		z-index: 2;
		max-width: 100px;
	}

	100% {
		position: absolute;
		top: 20%;
		left: 100%;
		transform: translate(-50%, -20%) rotate(1080deg);
		z-index: 2;
		max-width: 125px;
	}
}

/* End of box animate one */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box animate two */

.box-animate-two {
	width: 100%;
	display: flex;
}

.content-wrapper .box-animate-two {
	animation: goWest 1s ease 2s forwards;
	position: absolute;
	top: 0;
	left: 100%;
}

@keyframes goWest {
	from {
		left: 100%;
	}

	to {
		left: 0;
	}
}

.box-animate-two .box-content-trans {
	width: 50%;
	background: transparent;
}

.box-animate-two .box-content {
	width: 50%;
	padding: 5rem 10rem;
	display: flex;
	justify-content: center;
	flex-flow: row;
	align-items: center;
	min-height: 650px;
	background-color: var(--red);
	position: relative;
}

.box-animate-two .box-content .arrow-wrapper {
	margin-left: 1.5rem;
	/* position: relative; */
}

.content-wrapper .box-animate-two .box-content .title-wrapper {
	animation: fadeOut 0.6s ease 5s forwards;
}

.box-animate-two .box-content .arrow-wrapper img {
	max-width: 125px;
}

.content-wrapper .box-animate-two .box-content .arrow-wrapper img {
	animation: centerArrowLeft 1.5s ease 5.6s forwards;
}

.box-animate-two .box-content h1 {
	color: var(--white);
	font-weight: bold;
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes centerArrowLeft {
	0% {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(50%, -50%) rotate(0deg);
		max-width: 125px;
	}

	50% {
		position: absolute;
		top: 10%;
		right: 100%;
		transform: translate(50%, -10%) rotate(720deg);
		z-index: 2;
		max-width: 100px;
	}

	100% {
		position: absolute;
		top: 20%;
		right: 100%;
		transform: translate(50%, -20%) rotate(1080deg);
		z-index: 2;
		max-width: 125px;
	}
}

/* End of box animate two */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box animate three */

.box-animate-three {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	min-height: 650px;
	width: 100%;
}

.content-wrapper .box-animate-three {
	animation: fadeInFifty 0.6s ease 6.5s forwards;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@keyframes fadeInFifty {
	0% {
		z-index: -1;
		opacity: 0;
	}

	100% {
		z-index: 1;
		opacity: 1;
	}
}

@keyframes hide {
	from {
		visibility: visible;
	}

	to {
		visibility: hidden;
	}
}

.box-animate-three::after {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	height: 100%;
	background-color: var(--blueTransparent);
}

.box-animate-three::before {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	height: 100%;
	background-color: var(--redTransparent);
}

.box-animate-three .box-slider-content {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 900px;
	padding: 50px;
	z-index: 1;
	color: var(--white);
	text-align: center;
}

.box-animate-three .box-slider-content>div {
	max-width: 900px;
	padding: 25px;
	/* background-color: var(--blue); */
}

.box-animate-three.box-slider-content>div h1 {
	color: var(--white);
	/* font-size: 50px; */
	padding-bottom: 0;
	text-align: center;
	font-weight: bold;
}

.box-animate-three .box-slider-content .arrow-wrapper img {
	max-width: 125px;
	display: none;
}

/* End of box animate three */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box links */

.box-links {
	width: 100%;
	width: calc(100% - 3rem);
	margin: 1.5rem;
}

.box-links h6 {
	background-color: var(--lightBlue);
	color: var(--blue);
	padding: 1rem 2.5rem;
}

.box-links .box-content>div {
	padding: 1rem 2.5rem 2.5rem 2.5rem;
}

/* End of box links */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box 100 form */

.box-100-form {
	width: 100%;
	width: calc(100% - 3rem);
	margin: 1.5rem;
	background-color: var(--lightBlue);
	padding: 4rem 3rem;
}

.box-100-form h3 {
	max-width: 900px;
	text-align: center;
	padding: 0 0 3rem 0;
	margin: 0 auto;
	color: var(--blue);
}

.content-wrapper .box-100-form input[type="text"],
.content-wrapper .box-100-form input[type="email"],
.content-wrapper .box-100-form input[type="tel"],
.content-wrapper .box-100-form textarea {
	padding: 1.5rem;
	border: none;
	width: 100%;
	margin: 0.5rem 0 1.5rem 0;
	background-color: white;
}

.content-wrapper .box-100-form textarea {
	height: 190px;
}

.content-wrapper .box-100-form input[type="submit"] {
	margin-top: 0.5rem;
}

.box-100-form form {
	width: 100%;
	display: flex;
}

.box-100-form form div {
	width: 50%;
	padding: 0 20px;
	margin: 0 auto;
}

.box-100-form form.invalid {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	-webkit-column-gap: 3rem;
	-moz-column-gap: 3rem;
	column-gap: 3rem;
}

.box-100-form form .wpcf7-response-output {
	width: 100%;
	margin: 1.5rem 0;
}

.box-100-form form .wpcf7-not-valid-tip {
	margin-bottom: 2rem;
}

.box-100-form form .ajax-loader {
	margin-top: 1.5rem;
	display: none;
}

.box-100-form .form-left-content {
	width: 50%;
}

.box-100-form .form-right-content {
	width: 50%;
}

/* End of box 100 form */

/* **************************************** */

/* box-100-activity-single-event */
.box-100-activity-single-event {
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 2rem;
}

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box sanimate white */

.box-white-animate-one {
	height: auto;
	min-height: 650px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.box-white-animate-two {
	height: auto;
	min-height: 650px;
	width: 100%;
	position: relative;
}

.box-white-animate-three {
	height: auto;
	min-height: 650px;
	width: 100%;
	position: relative;
}

.content-wrapper .box-white-animate-two,
.content-wrapper .box-white-animate-three {
	position: absolute;
	top: 0;
}

.box-white-animate-one .box-content,
.box-white-animate-two .box-content,
.box-white-animate-three .box-content {
	position: absolute;
	display: flex;
	align-items: center;
	color: var(--red);
	background-color: rgba(255, 255, 255, 0.85);
	width: 100%;
	max-width: 700px;
	padding: 50px;
}

.box-white-animate-one .box-content {
	justify-content: flex-end;
}

.content-wrapper .box-white-animate-one .box-content {
	left: -50%;
	top: 50%;
	transform: translate(-50%, -50%);
	animation: whiteRight 5.2s ease 2s forwards;
}

@keyframes whiteRight {
	0% {
		opacity: 0;
		left: -50%;
	}

	25% {
		left: 50%;
		opacity: 1;
	}

	95% {
		left: 50%;
		opacity: 1;
	}

	99% {
		left: 50%;
		opacity: 0.5;
	}

	100% {
		left: 50%;
		opacity: 0;
	}
}

.box-white-animate-two .box-content {
	justify-content: flex-start;
}

.content-wrapper .box-white-animate-two .box-content {
	top: 50%;
	right: -50%;
	transform: translate(50%, -50%);
	animation: whiteLeft 6s ease 6s forwards;
}

@keyframes whiteLeft {
	0% {
		opacity: 0;
		right: -50%;
	}

	25% {
		right: 50%;
		opacity: 1;
	}

	95% {
		right: 50%;
		opacity: 1;
	}

	99% {
		right: 50%;
		opacity: 0.5;
	}

	100% {
		right: 50%;
		opacity: 0;
	}
}

.box-white-animate-three .box-content {
	justify-content: flex-start;
}

.content-wrapper .box-white-animate-three .box-content {
	top: -100%;
	right: 50%;
	transform: translate(50%, -50%);
	animation: whiteDown 1s ease 11s forwards;
}

@keyframes whiteDown {
	from {
		opacity: 0;
		top: -100%;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

.box-white-animate-one .box-content>div,
.box-white-animate-two .box-content>div,
.box-white-animate-three .box-content>div {
	max-width: 900px;
	padding: 25px;
	/* background-color: var(--blue); */
}

.box-white-animate-one .box-content>div h1,
.box-white-animate-two .box-content>div h1,
.box-white-animate-three .box-content>div h1 {
	color: var(--red);
	padding-bottom: 0;
	text-align: right;
	font-weight: bold;
}

.box-white-animate-one .box-content>div h1,
.box-white-animate-three .box-content>div h1 {
	color: var(--blue);
	text-align: left;
}

.box-white-animate-three .box-content>div h1 {
	text-align: center;
}

.box-white-animate-one .box-content .arrow-wrapper img,
.box-white-animate-two .box-content .arrow-wrapper img {
	max-width: 125px;
}

/* End of box animate white */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box title blue */

.box-title-blue {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
}

.box-title-blue .box-content {
	width: 50%;
	margin: 0 auto;
	padding: 20px;
	background-color: var(--lightBlue);
	display: flex;
	align-items: center;
	justify-content: center;
}

.box-title-blue .box-content h2 {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

/* End of Box title blue */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box 25 emp */

.box-25-emp {
	width: 25%;
	width: calc(25% - 30px);
	margin: 15px;
}

.box-25-emp .box-image-container {
	width: 100%;
	padding-top: 0 !important;
	background-color: transparent !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-25-emp .box-image-container .box-image {
	border-radius: 50%;
	width: 300px;
	height: 300px;
}

.box-25-emp .box-content {
	width: 100%;
	padding: 25px 15px 15px 15px;
	text-align: center;
}

.box-25-emp .box-content a {
	color: var(--black);
}

.box-25-emp .box-content strong {
	color: var(--blue);
}

.box-25-emp .box-content h1 strong,
.box-25-emp .box-content h2 strong,
.box-25-emp .box-content h3 strong,
.box-25-emp .box-content h4 strong,
.box-25-emp .box-content h5 strong,
.box-25-emp .box-content h6 strong {
	color: var(--black);
}

/* End of Box 25 emp */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* **************************************** */

/* Box border text */

.box-border-text {
	width: 100%;
	width: calc(100% - 30px);
	margin: 15px;
}

.box-border-text .box-content {
	margin: 0 auto;
	padding: 15px 30px;
	border-top: 2px solid var(--mediumGray);
	border-bottom: 2px solid var(--mediumGray);
	width: 33.33%;
	text-align: center;
}

/* End of Box border text */

/* Box maps */

.box-charging-map iframe,
.box-parking-map iframe {
	width: 100%;
	height: 750px;
	border: 1px solid var(--blue) !important;
}

.box-charging-map,
.box-parking-map {
	width: 100%;
	padding: 0 15px;
}

.box-charging-map .header-content,
.box-parking-map .header-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.box-charging-map .header-content h2,
.box-parking-map .header-content h2 {
	background-color: var(--lightBlue);
	width: fit-content;
	padding: 16px 10%;
	font-weight: 700;
	text-align: center;
}

/* **************************************** */

/* **************************************** */

/* Box practical information */

.box-practical-information {
	background-color: var(--lightBlue);
	width: 100%;
	margin: 1.5rem;
}

.box-practical-information .content-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 40px;
}

.box-practical-information .content-wrapper .box-content {
	width: 100%;
}

.box-practical-information .content-wrapper .btn-blue {
	margin: 50px 10px;
}

.box-practical-information .content-wrapper .head h2 {
	text-align: center;
	color: var(--blue);
	padding: 40px;
}

.box-practical-information .content-wrapper .box-content .selector {
	padding-bottom: 20px;
}

.box-practical-information .content-wrapper .box-content .selector select {
	-webkit-appearance: none;
	background-color: white;
	border: none;
	padding: 15px;
	max-width: 500px;
	width: 100%;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBmaWxsPSJncmF5IiBkPSJNMTAsMjMyLjdsNDkwLDUzNC41bDQ5MC01MzQuNUgxMHoiIC8+DQo8L3N2Zz4=);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 14px;
}

.box-practical-information .content-wrapper .box-content .information .text-wrapper {
	background-color: white;
	padding: 15px 20px;
	min-height: 200px;
	margin-bottom: 40px;
}

.box-practical-information .content-wrapper .box-content .information .text-wrapper .text {
	display: none;
}

/* End box practical information */

/* **************************************** */

/* **************************************** */

/* Media queries */

@media all and (max-width: 1200px) {

	/* .box-slider-image .box-slider-content h1 {
    font-size: 40px !important;
  }
  .box-slider-image-arrow-left .box-slider-content > div h1,
  .box-slider-image-arrow-right .box-slider-content > div h1,
  .box-slider-image-tricolore .box-slider-content > div h1 {
    font-size: 40px;
  }
  .box-slider-image-overlay .box-slider-content > div h1 {
    font-size: 40px;
  }

  .box-slider-image .box-slider-content p,
  .box-slider-image .box-slider-content a,
  .box-slider-image .box-slider-content li {
    font-size: 28px !important;
  } */
	/* End of box slider image */
	/* **************************************** */
	/* **************************************** */
	/*  Box slider image arrow left/right */
	/* .box-slider-image-arrow-left.box-slider-content h1,
  .box-slider-image-arrow-right.box-slider-content h1 {
    font-size: 40px !important;
  }

  .box-animate-one .box-content h1,
  .box-animate-two .box-content h1,
  .box-animate-three .box-content h1 {
    font-size: 40px !important;
  } */
	.box-slider-image .box-slider-content>div {
		padding: 15px 5px;
	}

	.box-100-img-right-big .box-content .arrow-wrapper img {
		max-width: 125px;
	}

	.box-100-img-left-big .box-content .arrow-wrapper img {
		max-width: 125px;
	}

	.box-slider-image-overlay .box-slider-content .arrow-wrapper img {
		max-width: 125px;
	}

	.box-animate-one .box-content .arrow-wrapper img,
	.box-animate-two .box-content .arrow-wrapper img {
		max-width: 125px;
	}

	.box-animate-one .box-content,
	.box-animate-two .box-content {
		padding: 5rem;
	}

	.box-100-img-left-big .box-content,
	.box-100-img-right-big .box-content {
		padding: 5rem;
	}

	.quote-contact-wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	.quote-box-66 {
		width: 100%;
	}

	.contact-box-33 {
		width: 100%;
		padding: 5rem 0 0 0;
	}

	.box-25-emp .box-image-container .box-image {
		width: 200px;
		height: 200px;
	}

	.box-100-anmalning .box-content .box-content-wrapper h4 {
		font-size: 2rem;
	}

	.box-100-anmalning .box-content .box-content-wrapper .box-content-text-button {
		font-size: 2rem;
		margin-left: 15rem;
	}

	.box-100-anmalning .box-content .box-content-wrapper .box-content-text-button .btn-red {
		font-size: 2rem;
	}

	.box-100-toggle .box-top-content {
		padding: 1rem 1.5rem;
	}

	.box-33-event {
		width: 50%;
		width: calc(50% - 30px);
		border: 1.5px solid var(--mediumGray);
		margin: 15px;
	}
}

@media all and (max-width: 960px) {

	/* **************************************** */
	/* **************************************** */
	/* Box slider image */
	/* .box-slider-image .box-slider-content h1 {
    font-size: 32px !important;
  }
  .box-slider-image-arrow-left .box-slider-content > div h1,
  .box-slider-image-arrow-right .box-slider-content > div h1,
  .box-slider-image-tricolore .box-slider-content > div h1 {
    font-size: 32px;
  }

  .box-animate-one .box-content h1,
  .box-animate-two .box-content h1,
  .box-animate-three .box-content h1 {
    font-size: 32px !important;
  }

  .box-slider-image-overlay .box-slider-content > div h1 {
    font-size: 32px;
  }

  .box-slider-image .box-slider-content p,
  .box-slider-image .box-slider-content a,
  .box-slider-image .box-slider-content li {
    font-size: 24px !important;
  } */
	/* End of box slider image */
	/* **************************************** */
	/* **************************************** */
	/*  Box slider image arrow left/right */
	/* .box-slider-image-arrow-left.box-slider-content h1,
  .box-slider-image-arrow-right.box-slider-content h1 {
    font-size: 32px !important;
  } */
	/* **************************************** */
	/* **************************************** */
	/* Box 100 img left/right */
	.box-100-img-left,
	.box-100-img-right {
		flex-flow: column;
		width: 100%;
		margin: 15px 0;
	}

	.box-100-img-left .box-image-container,
	.box-100-img-right .box-image-container {
		width: 100%;
		position: relative;
		overflow: hidden;
		min-height: 350px;
	}

	.box-100-img-left .box-image,
	.box-100-img-right .box-image {
		position: absolute;
		min-width: 100%;
		min-height: 100%;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%) scale(1);
	}

	.box-100-img-left .box-content,
	.box-100-img-right .box-content {
		width: 100%;
		padding: 5rem 2.5rem;
	}

	/* End of box 100 img left/right */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* Box 100 img left/right big */
	.box-100-img-left-big,
	.box-100-img-right-big {
		flex-flow: column;
		width: 100%;
		margin: 0;
	}

	.box-100-img-left-big .box-image-container,
	.box-100-img-right-big .box-image-container {
		width: 100%;
		position: relative;
		overflow: hidden;
		min-height: 350px;
	}

	.box-100-img-left-big .box-image,
	.box-100-img-right-big .box-image {
		position: absolute;
		min-width: 100%;
		min-height: 100%;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%) scale(1);
	}

	.box-100-img-left-big .box-content,
	.box-100-img-right-big .box-content {
		width: 100%;
		padding: 5rem 2.5rem;
	}

	/* End of box 100 img left/right */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* Box 50/33/25 */
	.box-25 {
		width: 50%;
		width: calc(50% - 30px);
	}

	/* End of box 50/33/25 */
	/* **************************************** */
	/* **************************************** */
	.box-quotes-contact .title-wrapper {
		width: 100%;
	}

	.quote-content {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}

	.box-33-news {
		width: 50%;
		width: calc(50% - 3rem);
		margin: 1.5rem;
	}

	.box-100-text-ingress-big .box-content p,
	.box-100-text-ingress-big .box-content * {
		font-size: 26px;
	}

	.box-title-blue .box-content {
		width: 100%;
	}

	.box-25-emp {
		width: 50%;
		width: calc(50% - 30px);
		margin: 15px;
	}

	.box-25-emp .box-image-container .box-image {
		width: 300px;
		height: 300px;
	}

	.box-border-text .box-content {
		width: 66.66%;
	}

	.box-charging-map iframe,
	.box-parking-map iframe {
		height: 550px;
	}

	.box-conference-parking .box-content .first .text,
	.box-conference-parking .box-content .second .text {
		font-size: 2rem;
	}

	.box-100-anmalning .box-content .box-content-wrapper {
		flex-direction: column;
	}

	.box-100-anmalning .box-content .box-content-wrapper::after {
		visibility: hidden;
	}

	.box-100-anmalning .box-content .box-content-wrapper .box-content-text-button {
		margin-left: 0rem;
	}
}

@media all and (max-width: 768px) {
	.box-33-event {
		width: 100%;
		width: calc(100% - 30px);
		border: 1.5px solid var(--mediumGray);
		margin: 15px;
	}

	.box-33-event h1 {
		font-size: 2.4rem;
	}

	.btn-blue-big {
		font-size: 18px;
	}

	/* **************************************** */
	/* **************************************** */
	/* Box slider image */
	.box-slider-image {
		background-attachment: unset !important;
		min-height: 350px;
	}

	.box-slider-image .box-slider-content {
		padding: 0 20px;
	}

	/* End of box slider image */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* Box spacer */
	.box-spacer {
		height: 15px;
	}

	/* End of box spacer */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* Box 33 puffs */
	.box-33-puff {
		width: 100%;
		margin: 15px 0;
	}

	/* **************************************** */
	/* **************************************** */
	/* End of box 33 puffs */
	/* **************************************** */
	/* **************************************** */
	/* Box 50/33/25 */
	.box-50-tools,
	.box-50-img-left,
	.box-50,
	.box-50-text,
	.box-50-text-header-blue,
	.box-50-text-blue {
		width: 100%;
		margin: 15px 0;
	}

	.box-33,
	.box-33-text-img-left,
	.box-33-text-img-right {
		width: 100%;
		margin: 15px 0;
	}

	.box-33-text-img-left,
	.box-33-text-img-right {
		margin: 0 !important;
	}

	/* End of box 50/33/25 */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* Box big image */
	.box-big-image {
		width: 100%;
	}

	.box-big-image .box-image-container {
		background-attachment: unset !important;
	}

	/* End of box big image */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* Box 100 text/text-ingress/title */
	.box-100-text,
	.box-100-anmalning {
		width: 100%;
		margin: 15px 0;
	}

	.box-100-text-ingress {
		width: 100%;
		margin: 15px 0;
	}

	.box-100-text-ingress-big {
		width: 100%;
		margin: 15px 0;
	}

	.box-100-title {
		width: 100%;
		margin: 15px 0;
	}

	/* End of box 100 text/text-ingress/title  */
	/* **************************************** */
	/* **************************************** */
	.box-100-toggle {
		width: 100%;
		margin: 15px 0;
	}

	.box-100-toggle .box-top-content .las {
		font-size: 20px;
	}

	.box-100-img {
		width: 100%;
		margin: 15px 0;
	}

	.box-100-img-left .box-image-container,
	.box-100-img-right .box-image-container {
		min-height: 300px;
	}

	.box-100-img-left-big .box-image-container,
	.box-100-img-right-big .box-image-container {
		min-height: 300px;
	}

	.box-social-links {
		flex-wrap: wrap;
		width: 100%;
		margin: 1.5rem 0;
	}

	.box-social-links .box-content {
		width: 100%;
		text-align: center;
		padding-bottom: 2rem;
	}

	.box-social-links .box-social-badges {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
	}

	.box-slider-image-arrow-left,
	.box-slider-image-arrow-right,
	.box-slider-image-tricolore {
		min-height: 350px;
	}

	.box-slider-image-arrow-left .box-slider-content,
	.box-slider-image-arrow-right .box-slider-content,
	.box-slider-image-tricolore .box-slider-content {
		padding: 25px;
		width: 100%;
		width: calc(100% - 6rem);
	}

	.box-slider-image-arrow-left .box-slider-content>div,
	.box-slider-image-arrow-right .box-slider-content>div,
	.box-slider-image-tricolore .box-slider-content>div {
		padding: 0 0 0 20px;
	}

	.box-slider-image-arrow-right .box-slider-content>div {
		padding: 0 20px 0 0;
	}

	/* .box-slider-image .box-slider-content h1 {
    font-size: 28px !important;
  } */
	/* .box-slider-image-arrow-left .box-slider-content > div h1,
  .box-slider-image-arrow-right .box-slider-content > div h1,
  .box-slider-image-tricolore .box-slider-content > div h1 {
    font-size: 28px;
  }
  .box-slider-image-overlay .box-slider-content > div h1 {
    font-size: 28px;
  }

  .box-animate-one .box-content h1,
  .box-animate-two .box-content h1,
  .box-animate-three .box-content h1 {
    font-size: 28px !important;
  }

  .box-slider-image .box-slider-content p,
  .box-slider-image .box-slider-content a,
  .box-slider-image .box-slider-content li {
    font-size: 20px !important;
  } */
	/* End of box slider image */
	/* **************************************** */
	/* **************************************** */
	/*  Box slider image arrow left/right */
	/* .box-slider-image-arrow-left.box-slider-content h1,
  .box-slider-image-arrow-right.box-slider-content h1 {
    font-size: 28px !important;
  } */
	.box-slider-image-arrow-left .box-slider-content .arrow-wrapper img,
	.box-slider-image-arrow-right .box-slider-content .arrow-wrapper img {
		max-width: 75px;
	}

	.box-100-img-right-big .box-content .arrow-wrapper img {
		max-width: 75px;
	}

	.box-100-img-left-big .box-content .arrow-wrapper img {
		max-width: 75px;
	}

	.box-slider-image-overlay .box-slider-content .arrow-wrapper img {
		max-width: 75px;
	}

	.box-animate-one .box-content .arrow-wrapper img,
	.box-animate-two .box-content .arrow-wrapper img {
		max-width: 75px;
	}

	.box-33-news {
		width: 50%;
		width: calc(50% - 3rem);
		margin: 1.5rem;
	}

	.box-links {
		width: 100%;
		margin: 1.5rem 0;
	}

	/* **************************************** */
	/* **************************************** */
	/* Box animate one */
	.box-animate-one {
		width: 100%;
		min-height: 100vh;
		min-height: calc(100vh - 10rem);
		min-height: 400px;
		height: auto;
	}

	.box-animate-one .box-image-container {
		width: 0;
		opacity: 0;
		min-height: unset;
	}

	.box-animate-one .box-image {
		position: unset;
		min-width: unset;
		min-height: unset;
		height: 0;
		width: 0;
	}

	.box-animate-one .box-content {
		width: 100%;
		padding: 5rem 2.5rem;
	}

	.content-wrapper .box-animate-one .box-content .arrow-wrapper img {
		animation: centerArrowRightMobile 1.5s ease 5.6s forwards;
	}

	@keyframes centerArrowRightMobile {
		0% {
			position: absolute;
			top: 50%;
			left: 0;
			transform: translate(-50%, -50%) rotate(0deg);
			max-width: 75px;
		}

		50% {
			position: absolute;
			top: 10%;
			left: 50%;
			transform: translate(-50%, -10%) rotate(720deg);
			z-index: 2;
			max-width: 50px;
		}

		100% {
			position: absolute;
			top: 20%;
			left: 50%;
			transform: translate(-50%, -20%) rotate(1080deg);
			z-index: 2;
			max-width: 75px;
		}
	}

	/* End of box animate one */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* Box animate two */
	.box-animate-two {
		width: 100%;
		display: flex;
	}

	.content-wrapper .box-animate-two {
		animation: goWest 1s ease 2s forwards;
		position: absolute;
		top: 0;
		left: 100%;
	}

	/* @keyframes goWest {
    from {
      left: 100%;
    }

    to {
      left: 0;
    }
  } */
	.box-animate-two .box-content-trans {
		width: 0;
	}

	.box-animate-two .box-content {
		width: 100%;
		padding: 5rem 2.5rem;
		min-height: 100vh;
		min-height: calc(100vh - 10rem);
		min-height: 400px;
		height: auto;
	}

	.content-wrapper .box-animate-two .box-content .arrow-wrapper img {
		animation: centerArrowLeftMobile 1.5s ease 5.6s forwards;
	}

	@keyframes centerArrowLeftMobile {
		0% {
			position: absolute;
			top: 50%;
			right: 0;
			transform: translate(50%, -50%) rotate(0deg);
			max-width: 75px;
		}

		50% {
			position: absolute;
			top: 10%;
			right: 50%;
			transform: translate(50%, -10%) rotate(720deg);
			z-index: 2;
			max-width: 50px;
		}

		100% {
			position: absolute;
			top: 20%;
			right: 50%;
			transform: translate(50%, -20%) rotate(1080deg);
			z-index: 2;
			max-width: 75px;
		}
	}

	/* End of box animate two */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* Box animate three */
	.box-animate-three {
		min-height: 100vh;
		min-height: calc(100vh - 10rem);
		width: 100%;
		min-height: 400px;
		height: auto;
	}

	.box-animate-three .box-slider-content {
		padding: 0;
	}

	/* End of box animate three */
	/* **************************************** */
	/* **************************************** */
	.box-100-text-ingress-big .box-content p,
	.box-100-text-ingress-big .box-content * {
		font-size: 22px;
	}

	.box-title-blue {
		width: 100%;
		margin: 15px 0;
	}

	.box-25-emp .box-image-container .box-image {
		width: 200px;
		height: 200px;
	}

	.box-white-animate-one,
	.box-white-animate-two,
	.box-white-animate-three {
		min-height: 350px;
	}

	.box-white-animate-one .box-content,
	.box-white-animate-two .box-content,
	.box-white-animate-three .box-content {
		padding: 25px;
		width: calc(100% - 4rem);
		/* margin:0; */
	}

	.box-white-animate-one .box-content .arrow-wrapper img,
	.box-white-animate-two .box-content .arrow-wrapper img {
		max-width: 50px;
	}

	.box-white-animate-one .box-content>div {
		padding: 0 0 0 20px;
	}

	.box-white-animate-two .box-content>div {
		padding: 0 20px 0 0;
	}

	.box-white-animate-three .box-content>div {
		padding: 0;
	}

	.box-100-form {
		width: 100%;
		margin: 1.5rem 0;
	}

	.box-100-form h3 {
		text-align: left;
	}

	.box-100-form form {
		flex-direction: column;
	}

	.box-100-form form div {
		width: 100%;
		padding: 0;
	}

	.box-100-form .form-left-content {
		width: 100%;
	}

	.box-100-form .form-right-content {
		width: 100%;
	}

	.box-charging-map,
	.box-parking-map {
		padding: 0;
	}

	.box-charging-map iframe,
	.box-parking-map iframe {
		height: 450px;
	}

	.content-wrapper .box-100-form .your-subject input[type="text"] {
		margin-bottom: 1.5rem !important;
	}

	.box-conference-parking .box-content {
		display: unset;
		width: 100%;
	}

	.box-conference-parking .box-content .first,
	.box-conference-parking .box-content .second {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.box-conference-parking .box-content .first {
		padding-bottom: 20px;
	}

	.box-conference-parking {
		width: 100%;
		margin: 0;
	}

	.box-100-anmalning .box-content .box-content-wrapper h4 {
		margin: 0rem;
		padding-bottom: 2rem;
	}

	.box-100-anmalning .box-content .box-content-wrapper .box-content-text-button .btn-red {
		margin: 0 0 0 2rem;
	}

	.box-100-anmalning .box-content .extra {
		font-size: 1.4rem;
	}

	.box-100-text-img-right {
		flex-direction: column;
		padding: 0;
		width: 100%;
		margin: 0;
		padding: 00px 0px 20px 0;
	}

	.box-100-text-img-right .box-image-container {
		width: 100%;
	}

	.box-100-text-img-right .box-content {
		width: 100%;
	}

	.box-100-text-img-right .box-content h4 {
		padding-bottom: 10px;
	}

	/* .box-50-form */
	.box-50-form {
		width: 100%;
		margin: 15px 0;
	}

	.box-50-form .box-content {
		width: 100%;
		padding: 2rem 0rem;
	}

	.box-50-form .box-contact-form-content {
		padding: 2rem 0rem;
	}

	/*  */


}

@media all and (max-width: 550px) {

	/* **************************************** */
	/* **************************************** */
	.box-100-form {
		padding: 3rem 2rem;
	}

	/* Box slider image */
	.box-slider-image .box-slider-content {
		padding: 25px 15px;
	}

	/* .box-slider-image .box-slider-content h1 {
    font-size: 24px !important;
  }

  .box-slider-image-arrow-left .box-slider-content > div h1,
  .box-slider-image-arrow-right .box-slider-content > div h1,
  .box-slider-image-tricolore .box-slider-content > div h1 {
    font-size: 24px;
  }

  .box-slider-image-overlay .box-slider-content > div h1 {
    font-size: 24px;
  }

  .box-slider-image .box-slider-content p,
  .box-slider-image .box-slider-content a,
  .box-slider-image .box-slider-content li {
    font-size: 16px !important;
  } */
	/* End of box slider image */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* **************************************** */
	/* Box 50/33/25 */
	.box-25 {
		width: 100%;
		margin: 15px 0;
	}

	/* End of box 50/33/25 */
	/* **************************************** */
	/* **************************************** */
	.box-100-img-left .box-image-container,
	.box-100-img-right .box-image-container {
		min-height: 250px;
	}

	.box-100-img-left-big .box-image-container,
	.box-100-img-right-big .box-image-container {
		min-height: 250px;
	}

	.box-slider-image-arrow-left .box-slider-content .arrow-wrapper img,
	.box-slider-image-arrow-right .box-slider-content .arrow-wrapper img {
		max-width: 50px;
	}

	.box-100-img-right-big .box-content .arrow-wrapper img {
		max-width: 50px;
	}

	.box-100-img-left-big .box-content .arrow-wrapper img {
		max-width: 50px;
	}

	.box-slider-image-overlay .box-slider-content .arrow-wrapper img {
		max-width: 50px;
	}

	.box-animate-one .arrow-wrapper img,
	.box-animate-two .arrow-wrapper img {
		max-width: 50px;
	}

	/* .box-animate-one  h1,
  .box-animate-two h1,
  .box-animate-three h1 {
    font-size: 24px !important;
  } */
	.box-33-news {
		width: 100%;
		margin: 1.5rem 0;
	}

	.box-100-text-ingress-big .box-content p,
	.box-100-text-ingress-big .box-content * {
		font-size: 20px;
	}

	.box-25-emp {
		width: 100%;
		margin: 15px 0;
	}

	.box-25-emp .box-image-container .box-image {
		width: 300px;
		height: 300px;
	}

	.box-border-text {
		width: 100%;
		margin: 15px 0;
	}

	.box-border-text .box-content {
		width: 100%;
	}

	.box-social-links .social-badge {
		height: 40px;
		width: 40px;
	}

	.box-social-links .social-badge img {
		width: 30px;
	}

	.box-charging-map iframe,
	.box-parking-map iframe {
		height: 350px;
	}

	.box-conference-parking {
		padding: 3rem 2rem;
	}

	.box-conference-parking .box-content .first .text,
	.box-conference-parking .box-content .second .text {
		font-size: 1.8rem;
	}

	.box-conference-parking .box-content .first .image,
	.box-conference-parking .box-content .second .image {
		height: 70px;
		width: 70px;
	}

	.box-practical-information .content-wrapper {
		padding: 0 10px;
	}

	.box-practical-information .content-wrapper .head h2 {
		padding: 20px 10px;
	}

	.box-50-text-header-blue {
		padding: 0px;
	}

	.box-50-text-header-blue h4 {
		padding: 1.5rem 2rem;
	}

	.box-50-text-header-blue .box-content>div {
		padding: 0 2rem;
	}

	.box-download-pdf {
		padding: 1rem 2.7rem;
		margin-top: 0rem;
	}

	.box-download-pdf .box-content div a {
		color: black;
		font-size: 1.8rem;
	}

	.box-100-anmalning .box-content .box-content-wrapper .box-content-text-button {
		flex-direction: column;
	}

	.box-100-anmalning .box-content .box-content-wrapper .box-content-text-button .btn-red {
		margin: 2rem 2rem 1rem 2rem;
	}

	.box-100-anmalning .box-content .box-content-wrapper .box-content-text-button {
		font-size: 2rem;
	}

	.box-100-anmalning .box-content .box-content-wrapper .box-content-text-button .btn-red {
		font-size: 2rem;
	}

	.box-100-anmalning .box-content .box-content-wrapper h4 {
		font-size: 1.8rem;
	}
}

/* End of media queries */

/* **************************************** */

/* **************************************** */
