.info-box {
   background-color: #c1a6b5; /* Heller Hintergrund */
   border: 1px solid #c1a6b5; /* Dezente Umrandung */
   border-radius: 12px; /* Abgerundete Ecken */
   display: flex;
   align-items: center;
   padding: 15px 20px;
   margin: 0px 0px;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
	line-height: 1.5;
}

.info-box i {
   font-size: 36px; /* Icon-Größe */
   color: #2c3e50; /* Dunkelgrau-Blau für das Icon */
   margin-right: 15px; /* Abstand zum Text */
}

.info-text h4 {
   margin: 0 0 8px;
   font-size: 14px;
   color: #333; /* Titel-Farbe */
}

.info-text hr {
   margin: 15px;
   font-size: 12px;
	background-color: #e9d5e0; /* Heller Hintergrund */
   border: 0px solid #e9d5e0;/* Dezente Umrandung */
   color: #e9d5e0; /* Text-Farbe */

}

/* Legende */
.legend {
  margin-top: 20px;
  font-size: 14px;
}

.legend ul {
  list-style-type: none;
}

.legend li {
  margin-bottom: 5px;
}

.legend span {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
}

.legend-blue {
  background-color: #0056b3;
}

.legend-red {
  background-color: #ff4c4c;
}

.legend-yellow {
  background-color: #f9d342;
}

.legend-green {
  background-color: #4caf50;
}

.legend-orange{
  background-color: #3f3326;
}


/**/
.wikitext h4{
	color:#3d0f28;
	font-family: 'Exo 2', sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #7e6171;
    padding: 6px;
    text-transform: uppercase;
    text-align: right;
	height:10px;
}
.wikitext ul {
    list-style: none;
    padding: 0;
    margin: 2px;
}

.wikitext ul li {
    align-items: center; /* Zentriert vertikal */
    padding: 0px 0; /* Platz um jedes Listenelement */
}

.wikitext ul li::before {
    content: "•"; /* Punkt-Icon */
    margin-right: 10px;
    font-size: 1.5rem;
    color: #563c4a;
    flex-shrink: 0;
}
.wikitext{
    padding: 20px;
    background-color: #cbbab6;
    background-image: url(https://www.transparenttextures.com/patterns/45-degree-fabric-light.png);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);    
	text-align: justify;
	margin:30px;
}
.wikitext u{
 border-color: #20181c;
	border-bottom:1px solid;
}
.wikitext g {
	padding-left:20px;
	padding-right:20px;
    display: inline-block;
    font-weight: bold; /* Optional, um den Text hervorzuheben */
    background: linear-gradient(90deg, var(--bars1), var(--bars2), var(--bars1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200%; /* Vergrößert den Verlauf, um die Bewegung sichtbarer zu machen */
    animation: gradient-pulse 3s infinite linear;
	margin-bottom:20px;
}

@keyframes gradient-pulse {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


/**/
.yale-container {
        max-width: 800px;
        padding: 20px;
    }
    .yale-header h1 {
        color: #816675;
        border-bottom: 2px solid #cbbab6;
        padding-bottom: 5px;
    }
    .yale-connection {
        margin-bottom: 20px;
    }
    .yale-connection-header {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .yale-connection-header img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 15px;
    }
    .yale-connection-title {
        font-size: 1.4rem;
        color: #816675;
        margin: 0;
    }
    .yale-connection-content {
        padding-left: 65px;
    }
    .yale-highlight {
        padding: 10px 15px;
        background: #977c7657;
        border-left: 4px solid #977c7657;
        margin: 10px 0;
        border-radius: 5px;
    }
    .yale-table-wrapper {
        overflow-x: auto;
    }
    .yale-table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
    }
    .yale-table th, .yale-table td {
        padding: 10px 15px;
        border: 1px solid #bfada7;
        text-align: left;
    }
    .yale-table th {
        background-color: #bfada7;
        color: #816675;
    }
/**/
.studiengaenge br{display:none;}
.studiengaenge-wrapper {
  max-width: 800px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.studiengang {
  background-color: #b7aead;
  border: 3px solid #b7aead;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}

.studiengang:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.studiengang h3 {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.studiengang i {
  font-size: 22px;
  color: #0056b3;
}

.studiengang p {
    font-size: 12px;
    background: #cbbfbe;
    margin: 5px 0;
    color: #755332;
}


/*WIKI CSS ANGEPASST*/
.wikitext{
	padding-top: 20px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
	 line-height: 1.8;
}
.wikitext h1{
	width:auto;
	margin:-10px;
	padding: 10px 15px;
    background: #b99c95;
    border-left: 4px solid #977c7657;
}
.wikitext h2{
	width:auto;
	font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
    color: #382d21;
    letter-spacing: 1px;
    font-weight: normal;
    background: #cbbab6;
    border-bottom: 3px solid #b99c95;
}
.wikitext h3{
	width:auto;
	font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    color: #8b4f41;
    letter-spacing: 1px;
    font-weight: normal;
    background: #afa5a3;
    border-bottom: 3px solid #e7d6d1;
}
.wikitext strong, .wikitext b{
	text-transform: uppercase;}
.wikitext p{
    border-left: 2px solid #7e6171;
    font-family: Arial;
    font-size: 12px;
    line-height: 15px;
    text-align: justify;
    padding: 10px;
	 line-height: 1.8;
}

/**/

.info_headline{
font-size: 30px; 
text-align: center;
margin-buttom: 10px;
text-transform: uppercase;
line-height: 40px;
color:#757578;
letter-spacing:1px;
font-weight:normal;
background: #11070c;
border-bottom: 3px solid #332526;
width: 800px;

}

.info_subline{
	text-align: center;
text-transform: uppercase;
font-size: 11px;
}

.wiki_smalltext{
	padding: 4px 20px;
	text-align: justify;
	font-size: 13px;
}

.nav_headline{
font-size: 13px;
text-transform: uppercase;
text-align: center;
color: #a88080;
}

.navi_point{
	padding: 5px 0 5px 3px;
  text-transform: uppercase;
  font-size: 11px;
	letter-spacing: 1px;
}

.navi_point a{
  text-transform: uppercase;
  font-size: 11px;
}
        
		