/**
 * /* Fonter:
 *
 * @format
 */

h1,
h2,
h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	margin-bottom: 3%;
	text-align: center;
	margin-top: 1em;
}

p {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: medium;
}

a.textlink {
	color: #202020; /* Finner ikke orginal tekstfarge? */
	text-decoration: underline;
	text-underline-offset: 0.1em;
	color: rgb(241, 73, 22);
}

a.uten {
	color: #202020; /* Finner ikke orginal tekstfarge? */
	text-decoration: underline;
	text-underline-offset: 0.1em;
}

a.textlink:hover {
	color: rgb(241, 73, 22);
}

a.textlinkdark {
	color: white; /* Finner ikke orginal tekstfarge? */
	text-decoration: underline;
	text-underline-offset: 0.1em;
}

a.textlinkdark:hover {
	color: rgb(241, 73, 22);
}

h4 {
	/* sitater */
	font-family: "Roboto", sans-serif;
	margin-bottom: 3%;
	text-align: center;
	font-size: 19px;
}

@media only screen and (max-width: 768px) {
	.firstdiv {
		width: 100%;
		position: relative;
		height: 60vh;
		background-image: url("hundetest.jpg");  /*HER SÆTT Æ INN ET NYTT BAKGRUNNSBILDE!!!*/
		background-size: cover;
	}
	.maintext {
		position: absolute;
		text-align: center;
		margin: 20% 13%;
		margin: 25vh 13%;
		font-size: 6vw;
		color: #ffffff;
		z-index: 10; /* for at den skal ligge foran layer */
		
		font-family: ingra,sans-serif;
		font-weight: 700;
		font-style: normal;
	}
}

@media only screen and (min-width: 767px) {
	.firstdiv {
		width: 100%;
		position: relative;
		height: 92vh;
		background-image: url("forside.jpg");
		background-size: cover;
	}
	.maintext {
		position: absolute;
		text-align: center;
		margin: 20% 13%;
		margin: 63vh 13%;
		font-size: 4vw;
		color: #ffffff;
		z-index: 10; /* for at den skal ligge foran layer */

		font-family: ingra,sans-serif;
		font-weight: 700;
		font-style: normal;
	}
}

.mainimage {
	width: 100%;
	height: auto;
}

.layer {
	background-color: rgba(0, 2, 19, 0.274);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Scrollepil forsøk */
/* Tatt herfra https://frontendscript.com/scroll-down-arrow-animation-css/  */

.section05 {
	width: 10px;
	height: 10px;
}

.section05 a {
	padding-top: 70px;
	z-index: 10;
	cursor: pointer;
}
.section05 a span {
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 2px solid rgb(255, 255, 255);
	border-bottom: 2px solid rgb(255, 255, 255);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
	z-index: 12;
}
@-webkit-keyframes sdb05 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb05 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

/* Is applied to the navbar when notScrolled*/
.notScrolled {
	transition: 0.7s ease;
	background: transparent;
}

/* Is applied to the navbar when scrolled*/
.scrolled {
	transition: 0.7s ease;
	opacity: 0.98;
	background: rgb(19, 33, 58);
}

/* ----------NAVBAR----------*/
.highlightwhenhovering:hover {
	/* font-weight: bold;
 */
	text-shadow: 0 0 0.65px rgb(255, 255, 255), 0 0 0.65px rgb(255, 255, 255);
}

#internt {
	font-style: italic;
	outline-color: rgb(255, 97, 49);
}

#internt:hover {
	color: rgb(255, 97, 49);
	text-shadow: 0 0 0.65px rgb(255, 97, 49), 0 0 0.65px rgb(255, 97, 49);
}

.navbar ul li a.active {
	text-decoration: underline rgb(255, 255, 255);
	text-underline-offset: 3px;
	text-shadow: 0 0 0.65px rgb(255, 255, 255), 0 0 0.65px rgb(255, 255, 255);
}

/* ----------INFORMASJON----------*/

.informasjon {
	background-color: #f3f3f3;
	padding-top: 3%;
	padding-bottom: 5%;
}

#ukegnominfo {
	text-align: center;
}

#ukegnom {
	width: 40%;
}

.infotext {
	padding: 4% 3% 10%;
	margin: auto;
}

/* ----------KORT----------*/

.cardContainer {
	padding-top: 4%;
	padding-bottom: 6%;
	background-color: #f3f3f3;
}

/* Used to center the third column when on ipad*/
.col-centered {
	float: none;
	margin: 0 auto;
}

/* ----------SPOTIFY OG INSTAGRAM----------*/
.logo {
	height: 15rem;
	width: 15rem;
}

#spotifytext {
	margin-bottom: 5.5%;
}

.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.spotify-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	height: 0;
}

.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.centerlogo {
	margin: auto;
	width: 100%;
	text-align: center;
	padding-bottom: 10%;
}

.logoname {
	padding-bottom: 2%;
	text-align: center;
}

.social-media {
	padding: 3% 5%;
	background-color: #fffbfb;
}

#spotify {
	margin: auto;
	width: auto;
}

.notavailable {
	opacity: 0.1;
	filter: alpha(opacity=40); /* msie */
}

.available {
	opacity: 1;
	color: black;
	z-index: 10;
	padding-bottom: 3%;
}

@media only screen and (max-width: 552px) {
	#platecoverikkekrasj {
		padding-bottom: 2.5rem;
	}
}

.centertext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* ----------CARDS----------*/

.cardtext {
	font-size: medium;
}

.centerCard {
	margin-bottom: 15%;
}

.cardbuttoncolor {
	background-color: rgb(241, 73, 22);
	color: #ffffff;
	border: none;
}

.cardbuttoncolor:hover {
	background-color: rgb(201, 47, 0);
	color: rgb(255, 255, 255);
	border: none;
}

/* ----------FOOTER----------*/
.footer {
	padding-top: 3vw;
	padding-bottom: 3vw;
	background-color: #464646;
}

.footertext {
	font-family: "Roboto", sans-serif;
	margin-bottom: 3px;
	color: #ffffff;
}

.centerfooter {
	margin: auto;
	width: 100%;
	text-align: center;
}

.centerfootericons {
	position: relative;
	text-align: right;
}

.centerfootertext {
	width: 100%;
}

.strindensfooter {
	font-family: "Roboto", sans-serif;
	margin-bottom: 4px;
	color: #ffffff;
}

.ukegnomfooter {
	width: 10%;
}

#Studentersamfundet {
	width: 30rem;
}

.icon {
	width: 16%;
	margin-left: 5px;
}

/* ----------COOKIE----------*/

@media only screen and (min-width: 688px) {
	#footerconfirm {
		position: absolute;
		right: 20px;
		bottom: 10px;
	}

	.gdprfootertext {
		color: rgb(252, 250, 250);
		padding-left: 1rem;
		padding-right: 1rem;
	}

	#footerdeny {
		position: absolute;
		right: 100px;
		bottom: 9px;
	}
}

@media only screen and (max-width: 687px) {
	#footerconfirm {
		margin: auto;
	}

	.gdprfootertext {
		color: white;
		text-align: center;
		padding-left: 1rem;
		padding-right: 1rem;
		margin-bottom: 8px;
	}
	.centergdprfooter {
		justify-content: center;
		text-align: center;
		padding-bottom: 4px;
	}

	#footerdeny {
		margin: auto;
	}

	#spofoot {
		width: 3vh;
		margin-bottom: 4vh;
	}

	.icon {
		width: 4vh;
		margin-top: 0.5em;
		margin-bottom: 1em;
	}

	.footertext {
		font-size: 10pt;
	}
	.strindensfooter {
		margin-top: 2vh;
		margin-bottom: 1vh;
		font-size: 12pt;
	}
}

.gdprfooter {
	padding-top: 1rem;
	background-color: #67686e;
}

/* ----------HISTORIE----------*/
.historietekstdiv {
	padding-bottom: 7%;
}

.historiebilder {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 90%;
}

#spilleoppdragh4 {
	margin-top: 3rem;
	margin-bottom: 1.5rem;
}

#utspringh4 {
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}
#utspringstekst {
	margin-left: -1.5rem;
	margin-right: 1rem;
	padding-left: 2.5rem;
	padding-right: 1.5rem;
}

#spilletekst {
	margin-right: -1.5rem;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	margin-left: 0.8rem;
}

.mindretekst {
	font-size: 11pt;
}
#samfundet {
	width: 85%;
	padding-bottom: 1rem;
}

#UKA {
	width: 19%;
	padding-bottom: 1rem;
}

@media only screen and (max-width: 991px) {
	#utspringstekst {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
		padding-left: 0rem;
		padding-right: 0rem;
	}

	#spilletekst {
		margin-right: 1.5rem;
		padding-right: 0rem;
		padding-left: 0rem;
		margin-left: 1.5rem;
	}
	#spilleoppdragh4 {
		margin-top: 1rem;
		margin-bottom: 1.5rem;
	}

	#utspringh4 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.samfundet {
		margin-bottom: 4vh;
	}
}

/* ----------KONTAKT----------*/

@media only screen and (min-width: 992px) {
	.kontakttekst {
		padding-top: 5%;
	}
}
.motto {
	margin-top: 1vh;
	font-style: italic;
	margin-bottom: 1.5rem;
}

#booking {
	text-align: right;
}

@media only screen and (max-width: 991px) {
	#booking {
		text-align: center;
	}

	.motto {
		text-align: center;
	}
}
/* ----------SØK----------*/
#sporsmal {
	font-style: italic;
}

#folgmed {
	margin-top: 2.5em;
	margin-bottom: 3em;
}

#spo {
	width: 10vh;
}

@media only screen and (min-width: 992px) {
	.youtubeaftergdprkontakt {
		margin: 0 100px;
	}
}

@media only screen and (max-width: 991px) {
	.gdprtekstimidten {
		padding-bottom: 50px;
	}
	#spo {
		display: none;
	}
	#folgmed {
		margin-top: 2.5em;
		margin-bottom: 3em;
		font-size: 13pt;
	}
}

.sirkus {
	position: relative;
}

.sitat {
	position: absolute;
	width: 40vh;
	top: 35%;
	left: -13%;
	transform: translate(-50%, -50%);
}

#logoer {
	width: 60vh;
	margin-left: auto;
	margin-right: auto;
}
