/* Eigene CSS Definitionen */

h1, .h1 {
	color: #3b3f42;
}

h2, .h2 {
	font-size: 2.25rem;
	font-weight: bolder;
	margin-top: 5rem;
	color: #3b3f42;
	text-align: center;
}
h3, .h3 {
	font-size: 1.5rem;
	color: #5a6268;
	font-weight: bolder;
	margin-top: 2rem;
}
p {
	font-size: 1.2rem;
	color: #585858;
	line-height: 1.6rem;
}

li, .li {
	font-size: 1.2rem;
	color: #585858;
	padding-top: 0.25rem;
	line-height: 1.5rem;
}


/* BlogPosts (ds-bp-)*/
.ds-bp-headerimage img {
	width: 100%;
	height: auto;
}

.metanav li {
	display: inline-block;
	margin-right: 1rem;
}
.metanav a {
	color: #fff;
}

.g-5, .gx-5 {
	--bs-gutter-x: 1rem;
}
.px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}



/*START Anpassungen an der smart-menu Navigation */
.bg-dark {
	background-color: #3b3f42!important;
}
.navbar-collapse {
	flex-grow: 0;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus  {
	color: #fff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	background-color: #3b3f42;
}
.dropdown-item, .dropdown-item:hover, .dropdown-item:focus {
	color: #fff;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
	background-color: transparent;
}
.navbar {
    padding: .25rem;
	transition: all ease .3s;
	min-height: 75px;
}
.nav li {
	font-size: 1rem;
}

.navbar-collapse {
	padding-top: 1rem;
}
.navbar-shrink {
	transition: all ease .3s;
}
.navbar-brand img {
	 width: 75px;
     transition: all ease .3s;
	 position: absolute;
	 top: 10px;
}
.shrink-logo img {
    width: 50px;
    transition: all ease .3s;
}
/*ENDE Anpassungen an der smart-menu Navigation*/
.breadcrumb li {
	font-size: .9rem;
}

.dss-abstract {
	text-align: justify;
}


/*START Anpassungen TOC */
.dss_toc-container {
	margin-top: 2rem;
}
.dss-btn-toc {
    color: #ffffff;
    padding: 0.25rem;
    font-size: 1.25rem;
    background-color: #3b3f42;
    border: none;
    width: 100%;
    cursor: pointer;
}
.table-of-content {
    margin: 0;
    padding: 0 1rem 1rem 1rem;
    background: #fbfbf3;
    border-bottom: 4px solid #3b3f42;
}
.table-of-content ul {
    margin: 1rem;
    padding: 0;
}
.toc_navlist {
    list-style-type: none;
}

.toc_navlist .header-layout-2 {
    padding: .25rem;
    border-bottom: 1px solid #ebebeb;
}

.toc_navlist a {
	text-decoration: none;
	color: #3b3f42;
}
/*ENDE Anpassungen TOC */


/* Eigene Rahmen fuer content elemente */
.frame-sportstHint, .frame-sportstWarning {
	text-align: center;
	margin-top: 3rem;
	padding: .75rem 1rem 1rem 1rem;
}

.frame-sportstHint {
	background-color: #0081a73b;
    border-top: 6px solid #0081a7;
}
.frame-sportstHint::before {
  content: url(https://sports.docset.de/typo3conf/ext/docsetsportslayout/Resources/Public/Icons/docset-sports-infoicon.svg-min.svg);
  width: 40px;
  height: 40px;
}
.frame-sportstWarning::before {
  content: url(https://sports.docset.de/typo3conf/ext/docsetsportslayout/Resources/Public/Icons/docset-sports-warningicon.svg);
  width: 40px;
  height: 40px;
}

.frame-sportstHint p {
	color: #0081a7;
}
.frame-sportstHint h3, .frame-sportstWarning h3 {
	font-size: 1.3rem;
	margin-top: .75rem;
}

.frame-sportstHint h3 {
	color: #0081a7;
}

.frame-sportstWarning {
	background-color: #ffccbc;
    border-top: 6px solid #ff7043;
}
.frame-sportstWarning p {
	color: #992d0c;
}
.frame-sportstWarning h3 {
	color: #992d0c;
}
.ce-gallery img {
	width: 100%; 
	height: auto;
}

.btn_sportsbutton {
	color: #fff;
    background-color: #3b3f42;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    transition: all 0.16s ease-in;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 4rem;
}
.btn_sportsbutton:hover {
	background: none;
    box-shadow: 0 0 0 1px rgb(80 80 80 / 50%);
    color: #3b3f42;

}

.caroussel_inner_wrap_title {
	
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.navbar-dark .navbar-brand {
		margin-top: 2rem;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.navbar {
		height: 75px;
		padding: 0;
	}
	.navbar > .container {
		height: 100%;
	}
	.navbar-expand-lg .navbar-collapse {
		height: 100%;
	}
	.navbar-nav {
		height: 100%;
		align-items: center;
	}
	.nav-item {
		height: 100%;
	}
	.nav-link {
		height: 100%;
		align-items: center;
		display: flex;
	}
	.dropdown-menu {
		border-top: 4px solid #ffedcb;
		box-shadow: 0 15px 30px -5px rgb(0 0 0 / 7%);
	}
	.navbar-collapse {
		padding-top: 0;
	}
	.navbar-shrink {
		height: 50px;
		transition: all ease .3s;
	}
	
	.py-5 {
		padding-top: 100px!important;
	}
	.toc_navlist {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	.toc_navlist .header-layout-2 {
		padding: .75rem;
		border-bottom: 1px solid #ebebeb;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	
}

