.contt-wrpper {
  display: block; /* Standard für mobile */
  margin-bottom: 20px;
}

.toc-ctmr7 {
  border: 1px solid #e2e8f0;
  /*border-radius: 8px;*/
  padding: 15px;
  background-color: #f8fafc;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  width: 100%;
}
/* Mobile Layout */
@media (max-width: 1024px) {
.toc-ctmr7 {
  width: auto;
}

.toc-bild {
width: auto;
}

}

.toc-ctmr7 h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #22539f;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 8px;
}

.toc-lstd3 {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.toc-lstd3 li {
  margin-bottom: 8px;
}

.toc-lstd3 li:last-child {
  margin-bottom: 0;
}

.toc-lstd3 a {
  color: #22539f;
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: 4px 0;
  transition: all 0.2s ease;
}

.toc-lstd3 a:hover {
  color: #fff;
  background-color: rgba(34, 83, 159, .85);
  padding-left: 4px;
}

.tldr-box {
	
	border-image: linear-gradient(180deg, #007fc6 0%, #01438f 100%) 1;
    border-width: 3px;
    border-style: solid;	
	
    background-color: #f8f9fa;
    padding: 12px 16px;
    width: 100%;
    box-sizing: border-box;
	margin-bottom: 20px;
}

.tldr-box p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}
.tldr-box strong {
    color: #22539F;
}


  .toc-bild {
	width: auto;
	float: left;
  }
.clearFloat {
    clear: left;
}
.awards {
        background-image: url(https://www.dug-software.de/pages/images/awards.png); background-position: center center; background-repeat: no-repeat; width: auto; height: auto; margin-bottom: 20px; margin-bottom: 20px !important;
    }
/* Quellen Styling */
.refs-sec8 {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #e2e8f0;
	font-size: 12px;
}
.refs-sec8 h3 {
	font-size: 14px;
	color: #334155;
	margin-bottom: 15px;
	font-weight: 600;
}
.refs-sec8 ol {
	padding-left: 20px;
}
.refs-sec8 li {
	margin-bottom: 8px;
	font-size: 12px;
	color: #4b5563;
	line-height: 1.4;
}


.main-cntw9 {
  /* Keine spezifischen Stile für Mobile */
}

/* Desktop Layout */
@media (min-width: 1025px) {
  .contt-wrpper {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
  }
  .toc-ctmr7 {
	width: auto;
	height: fit-content;
	position: sticky;
	top: 20px;
	align-self: flex-start;
	margin-bottom: 0;
  }
  .toc-bild {
	width: auto;
	  }
  .main-cntw9 {
    flex: 1;
  }

}
/* mobile Layout */
@media (max-width: 480px) {
    .awards {
        background-image: url(https://www.dug-software.de/pages/images/awards_mobil.png); width: auto; height: 500px; margin-bottom: 20px !important;
    }
}
/* tablet Layout */
@media (min-width: 481px) and (max-width: 1024px) {
    .awards {
        background-image: url(https://www.dug-software.de/pages/images/awards_tablet.png); width: auto; height: 150px; margin-bottom: 20px !important;
    }
}
/* desktop Layout */
@media (min-width: 1025px) {   
    .awards {
        background-image: url(https://www.dug-software.de/pages/images/awards.png); width: auto; height: 190px; margin-bottom: 20px !important;
    }
}