* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.textEr_Styr p a:link {
	color: #007bff !important;
	background-color: transparent;
	text-decoration: none;
}

.textEr_Styr p a:visited {
	color: #4545ff !important;
	background-color: transparent;
	text-decoration: none;
}

.textEr_Styr p a:hover {
	color: #000 !important;
	text-decoration: none;
	background-color: #007bff;
}

.gridItem h4 a:link {
	color: #007bff !important;
	background-color: transparent;
	text-decoration: none;
}

.grid Item h4 a:visited {
	color: #007bff !important;
	background-color: transparent;
	text-decoration: none;
}

.gridItem h4 a:hover {
	color: #000 !important;
	text-decoration: none;
	background-color: #007bff;
}

.gridItem h2 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body,
html {
	/* display: block; */
	margin: 0;
	padding: 0;
	font-size: 16px;
}

body,
html {
	font-family: "Raleway", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #000000;
}

html {
	scroll-behavior: smooth;
}
h2 {
	font-size: 1.2rem;
}
h6 {
	font-size: 1rem;
}
h2:target {
	background-color: cornflowerblue;
}

.wrapper-all {
	max-width: 90vw;
	margin: 0 auto;
	padding-top: 1rem;
	background-color: #ffffff;
	height: 100%;
}
@media screen and (max-width: 767.98px) {
	.wrapper-all {
		max-width: 90vw;
	}

	.navbar {
		max-width: 90vw;
	}
}
@media only screen and (360px <= width <= 480px) {
	.wrapper-all {
		max-width: 90vw;
	}
	.navbar {
		max-width: 90vw;
	}
}

/*           fix för bootstrap4 menyn      */
.navbar {
	font-size: 1rem;
	letter-spacing: 0.0625rem;
	width: 80vw;
	border-radius: 0.3125rem 0.3125rem 0.625rem 0.625rem;
	padding: 0.4rem 0.7rem;
}
@media screen and (min-width: 768px) {
	.navbar {
		font-size: 1.3rem;
	}
}

.nav-link {
	font-size: 0.9rem;
}
@media screen and (min-width: 1024px) {
	.nav-link {
		font-size: 1.2rem;
	}
}

/* .bg-dark {
  background-color: transparent; } */

.bg-dark {
	/* background: #006cb5; */
	background: linear-gradient(
		90deg,
		#006cb5 0%,
		#006cb5 10%,
		rgba(0, 108, 181, 0.28) 100%
	);
}

@media screen and (min-width: 1023.98px) {
	nav.navbar.navbar-expand-md.navbar-dark.bg-dark {
		padding: 1rem 1.5rem;
	}
}
@media screen and (min-width: 991.98px) {
	.navbar-expand-md.navbar-nav.nav-link {
		padding-right: 0.2rem;
		padding-left: 0.2rem;
	}
}
.dropdown-item {
	font-size: 1rem;
	color: #000;
	font-weight: 600;
}
@media screen and (min-width: 767.98px) {
	.dropdown-item {
		font-size: 0.9rem;
	}
}

.dropdown:hover > .dropdown-menu {
	display: block;
}

.navbar {
	/* -webkit-box-shadow: 0.3125rem 0.3125rem 0.625rem #000; */
	box-shadow: 0.3125rem 0.3125rem 0.625rem #000;
	margin: 1rem auto 0 auto;
}

.dropdown-menu {
	/* background: rgba(0, 129, 214, 0.8); */
	background: linear-gradient(-45deg, #0081d6 0%, #a8bde2 100%);
	/* background: -webkit-gradient(
		left top,
		right bottom,
		color-stop(0%, #0081d6),
		color-stop(100%, #a8bde2) */
	/* ); */
	/* background: -webkit-linear-gradient(-45deg, #0081d6 0%, #a8bde2 100%);
	background: -o-linear-gradient(-45deg, #0081d6 0%, #a8bde2 100%);
	background: -ms-linear-gradient(-45deg, #0081d6 0%, #a8bde2 100%);
	background: linear-gradient(
		135deg,
		rgba(0, 129, 214, 0.8) 0%,
		rgba(168, 189, 226, 0.8) 100%
	); */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0081d6', endColorstr='#a8bde2', GradientType=1 ); */
	border: 0.125rem solid #c5c5c5;
	border-radius: 0.3125rem;
	margin: -0.4rem;
}

.dropdown-menu > li > a {
	color: #f0f8ff;
}

a.dropdown-item {
	padding: 0.25rem auto;
}

.active {
	color: rgba(255, 255, 255, 0.9);
}

/*           fix för bootstrap4 menyn SLUT       */
/*                sjötungan a-ö  */
.logoHolder {
	width: 60vw;
	margin: 0 auto;
}

.logotype {
	width: 100px;
	height: 100px;
}
@media screen and (min-width: 767.98px) {
	.logotype {
		width: 150px;
		height: 150px;
	}
}
@media screen and (min-width: 1023.9px) {
	.logotype {
		height: 175px;
		width: 175px;
	}
}

.miljoBild {
	width: 100px;
	height: 100px;
}
@media screen and (min-width: 767.98px) {
	.miljoBild {
		width: 150px;
		height: 150px;
	}
}
@media screen and (min-width: 1023.9px) {
	.miljoBild {
		height: 175px;
		width: 175px;
	}
}

.logotype2 {
	width: 60px;
	height: 60px;
}
@media screen and (min-width: 767.98px) {
	.logotype2 {
		width: 100px;
		height: 100px;
	}
}
@media screen and (min-width: 1023.9px) {
	.logotype2 {
		height: 125px;
		width: 125px;
	}
}

/*        animation               */
.logotype {
	position: relative;
	-webkit-animation: logotype 1s forwards;
	animation: logotype 1s forwards;
}

@keyframes logotype {
	0% {
		right: 1000px;
	}
	100% {
		right: 0px;
	}
}

/* grid table --*/

/*                  fix för tabell         */
/* ändrat 2024-04-22   */

.table_fix {
	/* display: inline-block; */
	height: auto;
	width: calc(100% - 1rem);
	/* max-width: 400px; */
	overflow-y: auto;
	overflow-x: auto;
}
.table_fix > table {
	width: 100%;
}
table {
	border-collapse: collapse;
	/* width: 400px; */
	width: calc(100% - 1rem);
}

table th,
table td {
	text-align: left;
	padding: 0.5rem;
	font-size: 0.8rem;
	font-weight: 500;
}

td :last-child {
	/* word-break: break-all; */
	overflow-wrap: break-word;
}

table td a {
	overflow-wrap: break-word;
}

tr:nth-child(odd) {
	background-color: #f2f2f2;
}

/*                  fix för tabell slut         */

.textA-O {
	background-image: linear-gradient(-45deg, #a8bde2, #0081d6);

	max-width: 70vw;
	font-size: 0.8rem;
	font-weight: 600;
	border-radius: 0.5rem;
	padding: 0.3rem 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
	box-shadow: 0.2rem 0.2rem 3px #000000;
	color: #0c0c0c;
	letter-spacing: 0.09375rem;
	text-align: center;
	margin: 0.4rem auto 0.4rem auto;
}
@media screen and (min-width: 345px) and (max-width: 1023.98px) {
	.textA-O {
		font-size: 0.9rem;
		max-width: 75vw;
		padding: 0.3rem 0;
		margin: 0.5rem auto 1rem auto;
	}
}
@media screen and (min-width: 1024px) {
	.textA-O {
		max-width: 70vw;
		font-size: 1.2rem;
		padding: 0.3125rem;
		margin: 0.7rem auto 1.5rem auto;
	}
}
@media screen and (min-width: 1440px) {
	.textA-O {
		max-width: 70vw;
	}
}

.textA-O_boka {
	max-width: 70vw;
	background-color: lightblue;
	font-weight: 600;
	border-radius: 0.5rem;
	padding: 0.3rem 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
	box-shadow: 0.2rem 0.2rem 3px #000000;
	color: #0c0c0c;
	letter-spacing: 0.09375rem;
	text-align: center;
	margin: 0.4rem auto 0.4rem auto;
}
.textA-O_boka p {
	margin: 0 0 0.3rem 0;
}
@media screen and (min-width: 345px) and (max-width: 1023.98px) {
	.textA-O_boka {
		font-size: 0.8rem;
		max-width: 75vw;
		padding: 0.3rem 0;
		margin: 0.5rem auto 1rem auto;
	}
}
@media screen and (min-width: 1024px) {
	.textA-O_boka {
		max-width: 70vw;
		font-size: 1.2rem;
		padding: 0.3125rem;
		margin: 0.7rem auto 1.5rem auto;
	}
}
@media screen and (min-width: 1440px) {
	.textA-O_boka {
		max-width: 70vw;
	}
}

.textA-O-p p {
	font-size: 1rem;
	font-weight: 600;
	width: 60vw;
	margin: 0 auto 0.5rem auto;
	text-align: center;
}

/************************  menyn för bokstäver **********/
/************************                      **********/
/************************                      **********/
/************************  menyn för bokstäver **********/
.grid-menu-letters {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: minmax(1.9rem, 0.3fr);
	justify-content: center;
	grid-template-columns: repeat(6, 0.3fr);
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	grid-gap: 0.3rem;
}
@media screen and (min-width: 769px) {
	.grid-menu-letters {
		grid-template-columns: repeat(6, 0.3fr);
	}
}

.grid-menu-letters ul li {
	font-size: 2rem;
	height: auto;
	text-align: center;
	padding-bottom: 0;
}

.grid-menu-letters {
	width: 60vw;
	margin-left: auto;
	margin-right: auto;
	padding: 2rem;
}

.grid-menu-letters li {
	list-style-type: none;
}

.grid-menu-letters li {
	font-size: 2rem;
	height: auto;
	text-align: center;
	padding-bottom: 0;
}

.grid-menu-letters li a {
	text-decoration: none;
	color: #0c0c0c;
}

.grid-menu-letters li a:hover {
	color: white;
	background-color: #aeaeae;
}

/******************* slut   menyn för bokstäver **********/
/************************                      **********/
/* här nedan css för alla #sökord    */
nav {
	width: 60vw;
	margin: 0 auto;
}

nav ul {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 0.8rem;
}

nav li {
	margin: 0 0.4rem;
}

nav ul li a {
	text-decoration: none;
}

nav li {
	color: red;
}

/*        piff av texten                 */
/* ************************************  */

.big-letter {
	border: 0.125rem solid black;
	border-radius: 0.3125rem;
	font-size: 2.25rem;
	font-weight: bold;
	margin-bottom: 1.25rem;
	text-align: center;
	width: 2.25rem;
	/*height: 3rem;*/
	/*padding-top: 0.9rem;*/
}

b {
	font-size: 0.9rem;
}

/* text fix */
.textEr {
	width: 88vw;
	margin: 0 auto;
}

.textEr h2 h4 p {
	font-family:
		"Raleway", "Franklin Gothic Medium", "Arial Narrow", Arial,
		sans-serif;
}

.textEr h2 {
	font-weight: 700;
	font-size: 1.2rem;
	padding-left: 0.5rem;
	letter-spacing: 0.0625rem;
	color: #000000;
}

.textEr h5 {
	font-weight: 600;
	font-size: 1rem;
	padding-left: 0.8rem;
	padding-top: 0.5rem;
	letter-spacing: 0.0625rem;
	color: #000000;
}

.textEr p {
	margin: 0;
	font-size: 0.9rem;
	padding-left: 1.2rem;
	line-height: 1.5rem;
	font-weight: 500;
}

/* *************** textEr_Styr ************* */

.textEr_Styr h2 {
	font-family: "Raleway", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	padding-left: 0.5rem;
	letter-spacing: 0.0625rem;
	color: #000000;
}

.textEr_Styr h4 {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 1rem;
	padding-left: 0.8rem;
	letter-spacing: 0.0625rem;
	color: #000000;
	margin-top: 1rem;
}

.textEr_Styr p {
	font-family: "Raleway", sans-serif;
	margin: 0;
	font-size: 0.9rem;
	padding-left: 1rem;
	font-weight: 500;
	line-height: 1.6rem;
}

.textEr_Styr {
	max-width: 70vw;
	margin: 0 auto;
}

@media screen and (min-width: 1200px) {
	.textEr_Styr {
		max-width: 70vw;
	}
}

@media screen and (max-width: 767.98px) {
	.textEr_Styr {
		max-width: 74vw;
	}
	.textEr_Styr h2 {
		font-size: 1.2rem;
	}
	.textEr_Styr p {
		font-size: 0.8rem;
	}
}

.liFix {
	list-style: square;
	padding-left: 2.4rem;
}

/*        piff av texten slut                 */
/* ************************************  */
/*                border                      */
p.gdpr {
	display: inline-block;
	padding: 1rem;
	background-color: #9ba8bd;
}

nav.hidden {
	display: none;
}

.gallery.hidden {
	display: none;
}

/*      border    - linje   */
hr {
	border-bottom: 0.0625rem solid #007bff;
	margin-bottom: 0.5rem;
}

hr.bR2 {
	border-bottom: 0.0625rem solid #007bff;
	margin-bottom: 0.5rem;
	max-width: 10vw;
}

hr.bR {
	border: 0.0625rem solid #007bff;
	width: 60vw;
	margin: 0.5rem auto 0.5rem auto;
}
@media screen and (min-width: 1200px) {
	hr.bR {
		width: 35vw;
	}
}

hr.bR2 {
	border: 0.03125rem solid #007bff;
	width: 70vw;
	margin: 0.5rem auto 0.5rem auto;
}
@media screen and (min-width: 1200px) {
	hr.bR2 {
		width: 35vw;
	}
}

/*    image         */
.imageHolder {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 2rem auto 1rem auto;
}

img,
iframe {
	display: block;
	margin: 1.5rem auto 0.5rem auto;
	/* max-width: 100%; */
	width: min(60%, 100%);
}

/* här ovan css för alla #sökord  A - Ö      */
.button-wrap {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.buttonBlur {
	margin-bottom: 1rem;
	font-size: 0.8rem;
	background-color: #4545ff;
	border: 0.0625rem solid #0c0c0c;
	padding: 0.2rem 1rem;
	letter-spacing: 0.06875rem;
	text-align: center;
	text-decoration: none;
	border-radius: 0.625rem;
}

button.buttonBa,
button.buttonBastu,
button.buttonBaFel {
	font-size: 0.8rem;
	/* background-color: #4545ff; */
	border: 0.0625rem solid #0c0c0c;
	padding: 0.2rem 1rem;
	letter-spacing: 0.07rem;
	text-align: center;
	text-decoration: none;
	border-radius: 0.3rem;
	/* background: rgba(0, 129, 214, 0.8); */
	background: linear-gradient(-45deg, #a8bde2 0%, #0081d6 100%);
	box-shadow: 0.2rem 0.2rem 0.1875rem grey;
	color: #0c0c0c;
	width: 80vw;
	cursor: pointer;
	line-height: 0.9rem;
	margin-bottom: 1rem;
	display: block;
	outline: none;
}
@media screen and (max-width: 780px) {
	button.buttonBa,
	button.buttonBastu,
	button.buttonBaFel {
		font-size: 0.8rem;
		max-width: 60vw;
	}
}
@media screen and (min-width: 1024px) {
	button.buttonBa,
	button.buttonBastu,
	button.buttonBaFel {
		font-size: 1rem;
		max-width: 30vw;
	}
}
@media screen and (max-width: 540px) {
	button.buttonBa,
	button.buttonBastu,
	button.buttonBaFel {
		font-size: 0.7rem;
		max-width: 60vw;
	}
}
button.buttonBa a,
button.buttonBastu a,
button.buttonBaFel a {
	color: #000;
	text-decoration: none;
}

button.buttonBastu {
	margin-top: 0.8rem;
}

button.buttonBa:visited {
	display: none;
}

button.buttonBa:hover,
button.buttonBastu:hover {
	background-image: linear-gradient(
		to bottom,
		#00008c 0,
		#4545ff 80%
	);
	background-color: #aeaeae;
	color: #f0f8ff;
}
button.buttonBa:hover a,
button.buttonBastu:hover a {
	text-decoration: none;
	color: #f0f8ff;
}

button.buttonBa:active {
	background-color: transparent;
	color: #f0f8ff;
}

/*  ************************* start gallery   ********************************  */
/*  ************************* start gallery   ********************************  */
.gallery {
	width: 80vw;
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
}

figure.gallery__item {
	box-sizing: border-box;
	padding: 0.5rem;
	box-shadow: 0.0625rem 0.125rem 0.25rem 0.125rem
		rgba(160, 160, 160, 0.7);
	flex-basis: 100;
	margin: 0.3rem auto;
}
@media screen and (min-width: 768px) {
	figure.gallery__item figure.gallery__item {
		flex-basis: 50%;
		padding: 0.5rem;
		margin: 1rem auto;
	}
}
@media screen and (max-width: 767px) {
	figure.gallery__item figure.gallery__item {
		flex-basis: 50%;
	}
}
@media only screen and (min-width: 1023.98px) {
	figure.gallery__item figure.gallery__item {
		flex-basis: calc((100% / 4) - 2rem);
	}
}

figure.gallery__image-caption {
	margin-top: 1rem;
	font-size: 0.95rem;
}

img.gallery__image {
	width: 250px;
	height: auto;
	display: block;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	img.gallery__image {
		width: 250px;
		height: auto;
		display: block;
		padding: 1.5rem 0 0.8rem 0;
	}
}
@media screen and (min-width: 1024px) {
	img.gallery__image {
		width: 350px;
		height: auto;
		padding: 1.5rem 0 0.8rem 0;
	}
}
@media screen and (min-width: 1200px) {
	img.gallery__image {
		width: 450px;
		height: auto;
		padding: 1.5rem 0 0.8rem 0;
	}
}

.galleryPortInfo {
	width: 80vw;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin: 0 auto;
}

a.gallery__itemPortInfo {
	box-sizing: border-box;
	padding: 0.5rem;
	flex-basis: 100;
	margin: 0.3rem auto;
}

@media screen and (min-width: 768px) {
	a.gallery__itemPortInfo figure.gallery__item {
		flex-basis: 50%;
		padding: 0.5rem;
		margin: 1rem auto;
	}
}
@media screen and (max-width: 767px) {
	a.gallery__itemPortInfo figure.gallery__item {
		flex-basis: 50%;
	}
}
@media only screen and (min-width: 1023.98px) {
	a.gallery__itemPortInfo figure.gallery__item {
		flex-basis: calc(25% - 2rem);
	}
}

figcaption.gallery__image-captionPortInfo {
	width: 5rem;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 500;
	border: 1px solid red;
	padding: 0.2rem;
	border-radius: 5px;
}

.a.gallery__imagePortInfo {
	width: 150px;
	height: auto;
	display: block;
	padding: 0;
}
a.gallery__imagePortInfo img {
	border: 1px solid blue;
	padding: 0.5rem;
	border-radius: 0.5rem;
	box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
	transition: all 0.4s ease;
}
a.gallery__imagePortInfo img:hover {
	transform: scale(1.02);
	transform: translateY(-2px);
}

@media screen and (min-width: 768px) {
	a.gallery__imagePortInfo {
		width: 200px;
		height: auto;
		display: block;
		padding: 1.5rem 0 0.8rem 0;
	}
}
@media screen and (min-width: 1024px) {
	a.gallery__imagePortInfo {
		width: 300px;
		height: auto;
		padding: 1.5rem 0 0.8rem 0;
	}
}
@media screen and (min-width: 1200px) {
	a.gallery__imagePortInfo {
		width: 300px;
		height: auto;
		padding: 1.5rem 0 0.8rem 0;
	}
}

/*             home btn     */
.homeBtn {
	display: flex;
	justify-content: flex-end;
	padding-right: 1rem;
	font-size: 1.5rem;
}
@media screen and (min-width: 768.1px) {
	.homeBtn {
		font-size: 2rem;
	}
}

i.fas {
	color: #006cb5;
	margin: 0;
	text-align: center;
	padding-right: 1rem;
}

i.fa-mobile-alt::before {
	padding-left: 0.1875rem;
}

i.fas.fa-home:hover {
	background-color: #aeaeae;
}

i.fas.fa-home {
	padding: 0;
	margin: 0;
}

i.fas.fa-file-pdf {
	font-size: 1.2rem;
}

i.fas.fa-file-download {
	font-size: 1.2rem;
}

/*  ************************* slut  ********************************  */
/*  ************************************************************************* */
/*                 max-width 768.1 px                                           */
/*                                                                            */
/*  ************************************************************************* */
@media screen and (min-width: 768px) {
	br {
		display: none;
	}

	.nav-link dropdown-toggle {
		background-color: red;
	}

	.grid-menu-letters {
		display: grid;
		grid-template-columns: repeat(6, 0.3fr);
		/*grid-gap: .3rem;*/
		/*
      display: -ms-grid;
      -ms-grid-columns: (1fr) [6];
         ;
      -ms-grid-rows: auto;
          grid-template-rows: auto;
          */
	}

	.grid-menu-letters {
		width: 30vw;
	}

	.grid-menu-letters ul {
		padding: 0;
	}

	.grid-menu-letters ul li {
		font-size: 3rem;
		width: 2rem;
		height: auto;
		text-align: center;
		padding: 0;
		/*background-color: antiquewhite;
          border-bottom: 1px solid red;*/
	}

	.letters-wrap {
		width: 30vw;
		margin: 0 auto;
	}

	/* sök ord               */
	.grid-words-wrap {
		width: 30vw;
		margin-left: auto;
		margin-right: auto;
		padding: 2rem 0 2rem 0;
	}

	.button-wrap {
		width: auto;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.button {
		background-color: #0c0c0c;
		border: 0.0625rem solid #0c0c0c;
		border-radius: 1rem;
		color: #f0f8ff;
		padding: 0.5rem 0.8rem;
		text-align: center;
		text-decoration: none;
		font-size: 0.8rem;
		cursor: pointer;
		width: auto;
		margin-bottom: 1rem;
		display: block;
		/*display: block;*/
	}

	.button:hover {
		background-color: #aeaeae;
		color: #f0f8ff;
	}

	/* här nedan css för alla #sökord        */
	.test-grid {
		width: 30vw;
		margin: 0 auto;
	}

	.test-grid ul {
		font-family: "Raleway", sans-serif;
		font-weight: 400;
		display: flex;
		flex-wrap: wrap;
	}

	.test-grid.hidden ul {
		padding: 0 3rem;
	}

	.test-grid li {
		font-size: 0.8rem;
		font-weight: 400;
		list-style-type: none;
	}

	.test-grid li a {
		font-size: 0.8rem;
		padding: 0 0.5rem 0 0.5rem;
		text-decoration: none;
	}

	.test-grid li a:link {
		color: #4545ff;
	}

	.test-grid li a:visited {
		color: #4545ff;
	}

	.test-grid li a:hover {
		color: #00008c;
		background-color: #aeaeae;
	}

	.test-grid li a:active {
		color: #00008c;
	}

	/* här ovan css för alla #sökord  A - Ö      */
	nav.hidden {
		display: none;
	}

	.spanOneColumn {
		/* Chrome, Safari, Opera */
		-moz-column-count: 1;
		/* Firefox */
		column-count: 1;
		/* Chrome, Safari, Opera */
		/* Firefox */
		display: block;
		margin-left: 1rem;
	}

	/*          grid för bilder nedan           */
	.border {
		border: 0.03125rem solid #0c0c0c;
		width: 20vw;
	}

	/* .textEr h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    padding-left: .1rem;
    letter-spacing: 0.0625rem;
    color: #000000; } */

	.textEr p {
		font-size: 1rem;
		font-weight: 400;
		/*width: 30vw;*/
		margin: 1rem 1rem;
		padding: 0 1rem 1rem 0.1rem;
		line-height: 1.3rem;
		-webkit-column-rule: 0.0625rem solid #0c0c0c;
		-moz-column-rule: 0.0625rem solid #0c0c0c;
		-webkit-column-count: 2;
		column-rule: 0.0625rem solid #0c0c0c;
		/* Chrome, Safari, Opera */
		-moz-column-count: 2;
		/* Firefox */
		-webkit-column-gap: 0.75rem;
		column-count: 2;
		/* Chrome, Safari, Opera */
		-moz-column-gap: 0.75rem;
		/* Firefox */
		column-gap: 3rem;
	}
}
@media screen and (min-width: 768px) and (min-width: 1040px) {
	.textEr p {
		-webkit-column-count: 3;
		/* Chrome, Safari, Opera */
		-moz-column-count: 3;
		/* Firefox */
		column-count: 3;
		-webkit-column-gap: 0.75rem;
		/* Chrome, Safari, Opera */
		-moz-column-gap: 0.75rem;
		/* Firefox */
		column-gap: 3rem;
	}
}

@media screen and (min-width: 768px) {
	/*               animation        */
	/*                                 */
	/*                                 */
	#textA-O {
		position: relative;
		-webkit-animation: textA-O 1s forwards;
		animation: textA-O 1s forwards;
	}

	@keyframes textA-O {
		0% {
			left: -1000px;
		}
		100% {
			left: 0;
		}
	}
}
/*.gallery__item{
      flex-basis: calc((100% / 2) - 2rem);
    }
    }
    */

/* .textA-O{
      font-size: 1.0rem;
      max-width: 60vw;
      padding: .3rem 0;
    }
    */
#textA-O {
	position: relative;
	-webkit-animation: textA-O 1s forwards;
	animation: textA-O 1s forwards;
}

@keyframes textA-O {
	0% {
		left: -1000px;
	}
	100% {
		left: 0;
	}
}

.fotNot {
	display: flex;
	justify-content: flex-end;
	font-size: 9px;
	padding-right: 1rem;
}

.marginBottom {
	margin: 1.5rem 0;
}

.imgclass {
	img {
		border: 1px solid hsl(0, 1%, 35%);
	}
}
.test {
	color: #000;
}
hr.bR3 {
	margin: 2rem auto;
	border: 0.1rem solid #007bff;
	max-width: 30vw;
}
hr.bR5 {
	margin: 2rem auto;
	border: 0.1rem solid #007bff;
	max-width: 50vw;
}
hr.bR8 {
	margin: 2rem auto;
	border: 0.1rem solid #007bff;
	max-width: 80%;
}
hr.bR10 {
	margin: 2rem auto;
	border: 0.1rem solid #007bff;
	max-width: 100%;
}

/* # sourceMappingURL=meny-bootstrap4.css.map */
