/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0-beta1
 Requires at least: 5.0
 Tested up to: 6.5.2
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

body, .row, .card{
	background-color: rgb(128, 49, 136);
}

a {
    color:color(srgb 0.5035 0.1932 0.5324);
}

.sidebar li {
	border:0px !important;
}

h2 {
	color:#fff;
}

#secondary .list-group li{
    background-color: color(srgb 0.3353 0.1402 0.355) !important;
    box-shadow:2px 2px 5px purple;
    border:0px !important;
	margin-bottom:10px;
    border-radius:5px;
}

#secondary .list-group-item time, .list-group-item a {
	color:#fff !important;
}

.twitch-player {
	margin-bottom:20px;
}

.twitch-player iframe {
    border-radius:0.375rem !important;
}

.main-channel {
	margin-bottom:100px;
}

.card {
	border:0px !important;
}

.videowrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin: 10px 10px;
    box-sizing: border-box;
    

}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius:0.375rem !important;
    height: 100%;
}

.main-header {
    background-image: url('https://legolars.de/wp-content/uploads/2026/03/Website-Banner-Transparent-Big.png');
    background-repeat: no-repeat; /* Verhindert Wiederholung */
    background-size: cover;       /* Deckt das Element vollständig ab */
    background-position: center center; /* Positionierung: horizontal center, vertical center */
	min-height:180px;
    background-color: color(srgb 0.5037 0.1921 0.534) !important;
    margin-bottom:0px !important;
}

/* Tablet & Mobil */
@media (max-width: 1024px) {
    .main-header {
        min-height: auto; /* entfernt die feste Höhe */
    }
}

#main {
    background-color: rgba(255, 255, 255, 0.83) !important;
    padding: 20px;
    border-radius: 5px;

}

#main-stream {}

.category-badge a{
    background-color: rgb(128, 49, 136) !important;
    color:#fff !important;
}

#secondary .btn-outline-primary {
    color:#fff !important;
    border-color:#fff !important;
}

.btn-outline-primary {
    color: rgb(128, 49, 136) !important;
    border-color:rgb(128, 49, 136) !important;
}

.btn:hover {
    color:#fff !important;
    background-color: rgb(128, 49, 136) !important;
}

.top-button {
    background-color:rgb(128, 49, 136) !important;
    border: none;
}

.overflow-x-auto {
    background-color: rgba(255, 255, 255, 0.83) !important;
}

.p-3 {
    padding:0px !important;
}

#main .card .row {
    background-color: rgba(255, 255, 255, 0.83) !important;
}

#main .card {
    border-radius: 0px !important;
}

.wp-block-button__link {
    background-color: rgb(128, 49, 136) !important;
}

#masthead {
    background-color: rgba(0, 0, 0, 0.49) !important;
}

#masthead a {
    color: #fff !important;
}

.offcanvas {
    background-color:rgb(128, 49, 136) !important;
}

.offcanvas-title {
    color:#fff;
}

/* Bibliothek Spieleregal Styling */
.spiel {
  display: inline-block;
  width: 160px;
  height: 240px;
}


.spiel .image {
	  display: block;
	  margin: 40px auto 0 65px;
	  width: 80%;
	  position:relative; 
}

.spiel .image img {
    height:180px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0 2px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0 2px 5px;
    box-shadow: rgba(0,0,0,0.5) 0 2px 5px;
    -webkit-transition: -webkit-transform 0.07s ease-out, -webkit-box-shadow 0.07s ease-out;
    -moz-transition: -moz-transform 0.07s ease-out, -moz-box-shadow 0.07s ease-out;
    transition: transform 0.07s ease-out, box-shadow 0.07s ease-out;

}

.filter-section {
	margin-bottom:10px;
}

/* Customize the container width and margin */
.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Style the book cover column */
.spiel-cover {
    text-align: center;
    margin-bottom: 20px;
}

/* Style the book cover image */
.spiel-cover img {
    max-width: 100%;
    height: auto;
	padding:20px;
	float:left;
}

/* Style the book details column */
.spiel-details {
    padding: 20px;
}

/* Style the book title */
.spiel-details h1 {
    margin-top: 0;
}

/* Style the book content */
.spiel-content {
    font-size: 16px;
    line-height: 1.6;
}

.backtospiele {
	padding:10px;
	text-decoration:none;
}


.button {
border-radius: 8px !important;
background: #d6e6ff !important;
color: #085bd7 !important;
border: 1px solid #d6e6ff !important;
	font-weight:600 !important;
box-shadow: none !important;
}

.regal {
	background:url("regal.png") repeat top left;
	width:100%;
}

.filter-section #filter {
	margin-top:10px;
}

.filter-section .button {
	margin-top:10px;
}