/*
Theme Name: Universum
Theme URI: 
Author: Frank Reiling
Author URI: http://www.solution-xl.de
Description: Theme für Erik Wiki.
*/

@font-face {
    font-family: Exotic;
    src: url('fonts/EXOT350B.ttf');
}

@font-face {
    font-family: Kenyan;
    src: url('fonts/kenyan\ coffee.ttf');
}

:root {
  --wik-first: #3d35a4;
  --wik-second: #ffc800;
}

img.alignleft {
	float: left;
	margin: 0px 60px 30px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0 30px 60px;
}

img.cdcover {
	border: solid 8px #fff;
}

html {
    min-height: 100%;
}

/* Background */  
body {
    background-image: url("images/blue_background.jpg");
    background-position: center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
    min-height: 100vh; 
    margin: 0; 
    display: grid;
    grid-template-rows: auto 1fr auto;    
}

.bg-dark {
    background-color: rgba(var(--bs-dark-rgb), 0.55) !important;
}

/* Navbar */
.navbar {
    border-bottom: solid 1px rgba(166,175,255,0.5);
}
.navbar-brand {
    font-size: 3.5rem;
    font-weight: bolder;
    padding: 0px 40px ;
}

.navbar-brand img {
    width: 150px;
	margin-bottom: 10px;
}

li.nav-item {
	text-align: center;
}

li.nav-item a {
    font-family: Exotic, Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(166,175,255,1) ;
}

li.active a, li.current-page-ancestor a {
    border-bottom: solid 1px rgba(166,175,255,1) ;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 20px;
    margin-left: 20px;
	color: rgba(255,221,87,1);
}

@media (min-width: 1200px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		margin-right: 40px;
		margin-left: 40px;		
	}
}

.content {
    color: #e6e6e6;
    padding: 35px;
    margin-top: 10px;
}

.content h1 {
    font-size: 3rem;
    color: #ffc800;
    font-family: Exotic, Arial, Helvetica, sans-serif;
}

.content h1:not(.content h1:first-child) {
    margin-top: 60px;
}

.content h3, .content h2 {
	margin-top: 40px;
    font-family: Exotic, Arial, Helvetica, sans-serif;
}	


.content p, .content ul li {
	font-size: 1.2em;
}

.content a {
	color: rgba(166,175,255,1) ;
	text-decoration: none;
}

.content.bg-dark {
    background-color: rgba(var(--bs-dark-rgb), 0.3) !important;
}

/*Storytelling*/


.bubble {
  position: relative;
  line-height: 24px;
  width: 100%;
  border-radius: 40px;
  padding: 24px 40px;
  text-align: left;
  color: #000;
  transition: 0.3s;
}

.bubble:hover, .naked-single-left:hover, .naked-single-right:hover {
	cursor: pointer;
}

.naked-single-left {
	width: 60%;
	background: none;
	float: left;
}

.bubble-bottom-left {
	width: 60%;
	background: rgba(255,255,255,0.8);
	float: left;
	margin-bottom: 45px;
}

.bubble-bottom-left:hover {
	background: rgba(255,255,255,0.9);
}

.bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid rgba(255,255,255,0.8);
  border-right: 12px solid transparent;
  border-top: 12px solid rgba(255,255,255,0.8);
  border-bottom: 20px solid transparent;
  left: 40px;
  bottom: -32px;
  transition: 0.3s;
}

.bubble-bottom-left:hover:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid rgba(255,255,255,0.9);
  border-right: 12px solid transparent;
  border-top: 12px solid rgba(255,255,255,0.9);
  border-bottom: 20px solid transparent;
  left: 40px;
  bottom: -32px;
}



.bubble-bottom-right {
	width: 60%;
	background: rgba(255,221,87,0.8);
	float: right;
	margin-bottom: 45px;
}

.bubble-bottom-right:hover {
	background: rgba(255,221,87,0.9);
}

.naked-single-right {
	float: right;
	width: 60%;
	background: none;
}

.bubble-bottom-right:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-right: 24px solid rgba(255,221,87,0.8);
  border-left: 12px solid transparent;
  border-top: 12px solid rgba(255,221,87,0.8);
  border-bottom: 20px solid transparent;
  right: 40px;
  bottom: -32px;	
  transition: 0.3s;	
}

.bubble-bottom-right:hover:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-right: 24px solid rgba(255,221,87,0.9);
  border-left: 12px solid transparent;
  border-top: 12px solid rgba(255,221,87,0.9);
  border-bottom: 20px solid transparent;
  right: 40px;
  bottom: -32px;	
}

.bubble img.alignleft {
	float: left;
	margin: 0px 20px 30px 0px;
}

.bubble img.alignright {
	float: right;
	margin: 0px 0 20px 30px;
}

.bubble a {
	color: #2f257b;
	text-decoration: none;
	font-size: 1.2em;
}


/* End storytelling */




.footer {
	margin-top: 80px;
    width: 99.1%;
    font-family: Kenyan, Arial, Helvetica, sans-serif;
    color: #ccc;
    font-size: 1.6em;
}

.footer div.lirius p {
	padding-top: 20px;
    padding-left: 40px;
	margin-bottom: 5px;
}

div#jure {
	font-family: var(--bs-body-font-family);
	font-size: 25px;
	padding: 0px 0px 10px 40px;
	color: #000045;
}

div#jure a {
	color: #000045;
	text-decoration: none;
	padding-bottom: 3px;
	font-family: Kenyan, Arial, Helvetica, sans-serif;
	font-size: 25px;
}

@media (min-width: 768px) {
	div#jure a {
		font-size: 12px;
	}
}

@media (min-width: 900px) {
	div#jure a {
		font-size: 14px;
	}
}

@media (min-width: 991px) {
	div#jure a {
		font-size: 15px;
	}
}

@media (min-width: 1050px) {
	div#jure a {
		font-size: 16px;
	}
}

@media (min-width: 1100px) {
	div#jure a {
		font-size: 17px;
	}
}
@media (min-width: 1200px) {
	div#jure a {
		font-size: 18px;
	}
}

@media (min-width: 1250px) {
	div#jure a {
		font-size: 19px;
	}
}

@media (min-width: 1300px) {
	div#jure a {
		font-size: 20px;
	}
}

@media (min-width: 1400px) {
	div#jure a {
		font-size: 22px;
	}
}

@media (min-width: 1500px) {
	div#jure a {
		font-size: 25px;
	}
}

div#jure a.active {
	border-bottom: solid 1px #ffc800;
}

.footer .ants {
    text-align: right;
	color: #000;
	text-decoration: none;
	padding-bottom: 3px;
	font-family: Kenyan, Arial, Helvetica, sans-serif;
	font-size: 18px	
}

.footer .ants img {
    max-width: 99%;
	margin: 0px 0px 15px 0px;
}


/* Player Anpassungen */
.ai-with-typography {
	font-family: var(--bs-font-sans-serif) !important;
}

.ai-wrap .ai-track-title span {
	font-family: Exotic, Arial, Helvetica, sans-serif;
	color: #ffc800;
	font-size: 1.4em;
}

.ai-wrap .ai-track:hover, .ai-wrap .ai-track.ai-track-active {
	color: #ffc800 !important;
	background-color: #777 !important;
}

.ai-wrap {
	background-color: rgba(255,255,255,0.2) !important;
}

.ai-wrap .ai-scroll-wrap > div:last-child div, .ai-wrap .ai-audio-control, .ai-wrap .ai-volume-bar.ai-volume-bar-active::before, 
.ai-wrap .ai-btn.ai-btn-active {
    background-color: var(--wik-second) !important;
}


/*Responsive*

