@font-face {
  font-family: 'IBM Plex Sans Condensed';
  src: url('https://digitalisierung-mit-kopf.b-cdn.net/IBMPlexSansCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IBM Plex Sans Condensed Bold';
  src: url('https://digitalisierung-mit-kopf.b-cdn.net/IBMPlexSansCondensed-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


:root {
  --bs-font-family-sans-serif: 'IBM Plex Sans Condensed', sans-serif;
  --bs-body-font-family: 'IBM Plex Sans Condensed', sans-serif;
  --bs-body-font-size: 16px; /* Default font size */
  --bs-body-font-weight: 400; /* Default font weight */
  --bs-body-line-height: 1.5; /* Default line height */
  --bs-body-color: #000000; /* Default text color */
  --bs-primary: #1e98d8;
  --bs-link-hover-color-rgb: #1e98d8;
}

body {
  background-color: #f1f1f1;
  letter-spacing: 0;
  line-height: 26px;
  /* color: white; */
}

/* body::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 200px;
  width: 500px;
  height: 1000px;
  background-color: #1e97d815; 
  border-radius: 100%;
  transform: translate(-50%, -50%);
  filter: blur(100px); 
  z-index: -1; 
} */

h1, h2, h3, h4, h5, h6 {
  /* font-weight: 600; */
  font-family: 'IBM Plex Sans Condensed Bold' !important;
  font-weight: 200;
  letter-spacing: .1px;
  }

pre {
  background: #333333;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px;
}
/* Stile für die Navbar */
.navbar-custom {

height: 70px; /* Festlegen der Höhe der Navbar */
background-color: #272B2D;

}

.nav-links-custom {

margin-left: auto;

}
.nav-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: space-between;
}


/* Stile für das Logo */
.brand {
  height: 45px; /* Festlegen der Höhe des Logos */
  padding: 0px;
  margin-right: 20px;
}

.profile {
height: 40px;
padding-left: 10px;
}

.breadcrumbs {

  padding-left: 10px;
  
}

.navbar-title-custom {
  font-size: xx-large;
  font-family: 'IBM Plex Sans Condensed Bold';
  font-weight: bold;
}

/* Center main content and set max width */
.main-content {
  /* max-width: 1400px; */
  margin: 0 auto;
  padding-top: 20px;
  
}

.narrow-content {
  max-width: 1000px;
  margin: 0 auto;
}

.container-main-navbar {
  
  padding: 35px;

}

/* Left column  */
.left-column {
  /* background-color: green; */
  float: left;
  width: 75%;
  min-height: 300px; /* Adjust height as needed */
}

/* Right column  */
.right-column {
  /* background-color: blue; */
  float: left;
  width: 25%;
  
}

.content_card {
  padding: 0;
  /* margin: 10px; */
  border-radius: 10px;
  /* border: none; */
  background-color: #ffffff;
 
}



.playlist_card  {
 
  border-style: none;
  padding: 0px;   
  display:block;
  
}

.chapter-drag-handle {
display: flex;

width: 30px;


padding: auto 0;
display: none;
cursor: grabbing;


}

.edit-button {

  display: none;
}

.add-button {

  display: none;
}

.editable {
  border: 1px solid #ccc;
  padding: 8px;
  margin-bottom: 10px;
}

.editable.edit-mode {
  border: 2px solid blue;
}


.chapter-drag-handle:hover {  
  cursor: grab;
}

.link-replacement {
  display: none;
}
.chapter-img {
width: 75px;
margin: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);

}

.chapter-card {
  border-style: none;
}
.chapter-description {
display: flex;
padding: 0px;


margin-left: 75px;
}

.text-secondary {
font-size: medium;
font-weight: 100;
}

.card-title {
/* font-size: large; */
/* font-weight: bold; */

}

.logout-container {
padding-top: 1.5rem;
}



iframe {

  /* position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; */
  /* max-width: 100%;
  height: 100%;
   */
  border-radius: 10px;
  /* border: 1px;
  z-index: 10; */
}

/* Clearfix for floating columns */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 575.98px) {
  .brand {
    height: 100%;
    width: 100px;
  }
}
      
@media (max-width: 767.98px) {
  .brand {
    height: 100%;
    width: 200px;
  }
}

@media (max-width: 991.98px) {
  /* For smaller screens, adjust column widths to occupy full width */
  
  .left-column,
  .right-column {
    width: 100%;
  }
  .main-content {
    padding-top: 10px;
    
    padding-left: 0px;
    padding-right: 0px;
  }
  .nav-wrapper {
    
    padding-left: 0px;
    padding-right: 0px;
    
}

.row>* {
  padding: 0;
}
}

a {
  text-decoration: none;
  font-weight: bold;
}

.playlist-link {
  /* Override default text decoration */
  text-decoration: none;
  /* display: block; */
  color: #343434;
  font-weight: 200;
  
  /* Add any other styles you want to customize */
}

.playlist-link-active {
  /* Override default text decoration */
  text-decoration: none;
  color: #0070d2;
  font-weight: 200;
  /* Add any other styles you want to customize */
}

.footer-link {
  text-decoration: none;
  color: #d4d4d5;
  font-weight: lighter; 
}

.glyphicon-move {
  cursor: move;
  cursor: -webkit-grabbing;
}

.sortable-item {
  position: relative;
  cursor: grab;
}

.drag-me-symbol {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 1.5rem;
  cursor: grab;
}

.custom-footer {
  width: 100%;
  background-color: #272B2D;
  color: white;
  margin-top: 50px;
  border-radius: 20px 20px 0 0;
}

.footer-main {
  border-top: 1px solid #535353;
}

.footer-copyright {
  width: 100%;
  background-color: #171a1c;
}

.footer-brand {
  max-height: 70px; 
  max-width: 250px;
  padding: 0px;
  margin-right: 20px;
}

.special-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: .96px;
  color: #1e98d8;
  padding: 6px 20px;
  border: 1px solid #1E98D8;
  border-radius: 20px;
  min-width: 200px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb-link {
  font-weight: normal;
  color: #6c757d;
}

.form-signin {
  max-width: 400px;
}

.btn-primary {
  background-color: var(--bs-primary);
  border: none;
}

a {
  color: #0a5fa9;
}

a:hover {
  color: var(--bs-primary);
}

.table-icon {
  width: 1.5em;
}

.accordion {
  --bs-accordion-active-bg: #1e98d8;
  --bs-accordion-active-color: white;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}