/*
    EuropaschuleKaLi STYLE sWs
*/

@import "<link rel="stylesheet" href="fonts.css">";
body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 62.5%;
    font-weight: 300;
    line-height: 1.7em;
    color: #ccc;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.divbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.divbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */


.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px; /* Sidebar Normal size, not Small Sized*/
    background: #fff;
    color: #020862;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 250px;
    max-width: 250px; /* Sidebar Normal size, not Small Sized*/
    background: #fff;
    color: #020862;
    transition: all 0.3s;
}



#sidebar ul li a {
    text-align: left;
}


#sidebar.active .image{
    display:none;
}



#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #555;
    
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
   
}

#sidebar ul li a {
    padding: 10px;
	margin-top: 20px;
    font-size: 1.1em;
    display: block;
}


#sidebar ul li a:hover {
    color: #eb6c1d;
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #237,107,32;
    background: #ccc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #ccc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #ccc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 20vh; /* 20vh */
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {

    #sidebar {
        min-width: 180px;
        max-width: 180px;
        margin-left: -180px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
.bsize{
    width: 75%;
    border: 2px solid black;
}

.container {
    position: relative;
    width: 450px;
    height: 250px;
}

.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.container:hover .overlay2 {
    display: block;
    background: rgba(0, 0, 0, .3);
}

#img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
	top:0;
}

.title {
    text-shadow: 2px 2px black;
    position: absolute;
    width: 100%;
    left: 0;
    top: 40px;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    transition: top .2s ease;
}

.container:hover .title {
    top: 10px;
}

.button {
    position: absolute;
    width: 100%;
    height: 72%;
    left: 0;
    top: 70px;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
    border: 1px solid white;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    color: black;
    font-family: sans-serif;
    padding: 10px;
}

.button a {
    width: 200px;
    padding: 12px 48px;
    text-align: center;
    color: white;
    border: solid 2px white;
    z-index: 1;
}

.container:hover .button {
    opacity: 1;
}

.btn-primary {
    color: #fff;
    background-color: #ed6b20;
    border-color: #ed6b20;
}


#page-content {
}

#sticky-footer {
  background-color: #ccc !important;
}
.bg-dark-light {
    background: #cccccc !important;
}
        
.bg-theme,
.bg-dark,
.bg-dark-light,
.bg-secondary {
    color: #fff;
}

div#normal {
  display: inline-block;
}

div#mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  div#mobile {
    display: block;
  }
}

div #menu {
  padding: 2.17rem 5% 2.17rem 5%;
  float: left;
  width: 90%;
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
  transition: all 500ms;
  font-family: "Roboto", sans-serif;
}

.imageSlider{
	max-width:500px;
	max-height:500px;
	
	
}
.borders{
	position: relative !important; 
	border-style: solid !important;
	border-color:white !important;
	
}
.borders:before {
	content: " ";
	position: absolute;
	z-index: -1;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-style: solid;
	border-color:rgb(237,107,32);
	border-width: thick;
	border-left-style: none;
	border-right-style: none;
	
}



.info-box {
  background-color: #f0f0f0; /* Graue Hintergrundfarbe */
  padding: 20px;
  border-radius: 10px; /* Abgerundete Ecken */
  margin: 10px 0; /* Abstand zwischen den Boxen */
  width: 100%; /* Box passt sich der Breite des Containers an */
  box-sizing: border-box;
}

.highlight-text {
  color: #ed6b20; /* Orange Farbe für den Text */
  font-size: 1.5em; /* Größere Schrift */
  display: block;
}

@media (max-width: 768px) {
  .info-box {
    padding: 15px; /* Weniger Padding auf kleineren Bildschirmen */
  }

  .highlight-text {
    font-size: 1.2em; /* Kleinere Schrift auf kleinen Bildschirmen */
  }
}

/* Gesamt-Container zentrieren */
#adventskalender .calendar-container {
    display: flex;
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
    flex-direction: column; /* Inhalte von oben nach unten anordnen */
    min-height: 100vh; /* Mindestens die Höhe des Bildschirms */
    padding: 20px;
    box-sizing: border-box;
}

/* Kalender-Layout */
#adventskalender .calendar {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* Maximal 6 Spalten */
    gap: 20px; /* Abstand zwischen den Türchen */
    max-width: 1200px; /* Maximale Breite für 6 Spalten */
    margin: 0 auto; /* Zentriert auf der Seite */
    padding: 10px; /* Zusätzlicher innerer Abstand */
    width: 100%; /* Kalender füllt den verfügbaren Platz */
}

/* Türchen */
#adventskalender .door {
    background-color: #2a2a3b;
    border: 1px solid #555;
    padding: 20px;
    color: white;
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 10px; /* Abgerundete Ecken */
}

/* Hover-Effekt für Türchen */
#adventskalender .door:hover {
    background-color: #ff6347;
}

/* Geöffnete Tür */
#adventskalender .door.open {
    background-color: #ffecb3;
    color: black;
    cursor: default;
}

/* Responsives Design */
@media (max-width: 992px) {
    #adventskalender .calendar {
        grid-template-columns: repeat(4, 1fr); /* 4 Spalten bei kleinerem Bildschirm */
    }
}

@media (max-width: 768px) {
    #adventskalender .calendar {
        grid-template-columns: repeat(3, 1fr); /* 3 Spalten auf Smartphones */
    }
}

@media (max-width: 480px) {
    #adventskalender .calendar {
        grid-template-columns: repeat(2, 1fr); /* 2 Spalten auf sehr kleinen Geräten */
    }
}
