<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Classes needed by Theme Check */
.wp-caption-text,
.gallery-caption,
.bypostauthor {
}

.custom-table-home{
	margin-top:40px;
	padding-top:20px;
	padding-bottom:20px;
}

  .custom-table-home th,
  .custom-table-home td {
    padding: 8px;
/*     text-align: center; /* Aligning text to the left */ */
  }
  .custom-table-home th {
    width: calc(100% / 3); /* Equal width for each header cell */
	text-align: left;
  }

  .custom-table-home {
    border-collapse: collapse; /* Add this line to collapse borders */
  }

.custom-table-home thead{
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}
#toTop{
	right:100px !important;
}
.glossar-content {
	padding:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.glossar-content &gt; div {
    flex: 1 1 360px;
    margin-bottom: 20px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}


.glossar-single-content{
	background-color:#1B2033;
	border-radius: 10px;
	color:white;
	padding: 25px;
}
.button-glossar{
	background-color: #2776B9;
    color: white;
    padding: 10px;
    border-radius: 20px;
    width: max-content;
    padding-top: 5px;
    padding-bottom: 5px;
}
.button-glossar:hover{
	text-decoration: none !important;
	color:white;
}
.letter-glossar{
	text-align:center;
}
.glossar-content {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.glossar-content li {
    width: calc(100% / 3); /* Distribute equally among three columns */
    padding: 10px;
	text-align:center;
	align-content: center;
}

/* Optional: Adjust styles for links */
.glossar-content a {
    text-decoration: none;
    color: black;
}
.line-glossar{
	background-color: black;
    height: 1px;
	margin-top: -35px;
	text-align: center;
	position:relative;
	margin-bottom: 10px;
}

.line-glossar &gt; i{
    position: absolute;
    border: 1px solid;
    border-radius: 50%;
    padding: -3px;
    bottom: -11px;
    font-size: 15px;
    width: 25px;
    padding: 3px;
    text-align: -webkit-center;
    background: whitesmoke;
	right: 646px;
}

.mejs-controls{
	background-color: #1B2033 !important;
	width:fit-content !important;
	position:absolute !important;
	top:-21px !important;
	left:43% !important;
	width: 42px !important;
	border-radius:50% !important;
	border: 2px solid #0596D4 !important;
}
.mejs-time, .mejs-time-rail, .mejs-horizontal-volume-total, .mejs-volume-button, .mejs-horizontal-volume-slider{
	display:none !important;
}
.mejs-button&gt;button{
  margin: 9px 0px !important;
}
.to-top-right #toTop{
	right: 95px !important;
}

.fusion-audio.fusion-audio .mejs-controls{
	height:42px !important;
}

.custom-second-image img{
	height:60px;
	object-fit: scale-down;
}</pre></body></html>