/*
Theme Name: Sydney Child
Template: sydney
Version: 1.0
Text Domain: sydney-child
*/


.footer-widgets {
	background-color: rgba(0,0,0,0);
}

.site-footer {
	background-color: rgba(0,0,0,0);
}


.gefilterte-schlagwoerter a{

display: inline-block;
  background-color: var(--sydney-grey-color);
  padding: 2px 10px;
  color: #fff;
  margin: 0 4px;
    margin-left: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}


.category-projekt .archive-title {
	display:none;
}


.header-image {
	display:none!important;
}

.home .wp-block-image.size-full {
  max-width: 900px;
  margin: 0 auto;
}

.home  .content-wrapper.container .row{
	width: 100%;
  display: flex;
  background-color: rgb(9, 12, 12);
}

.home .page-wrap{
	padding-top:0px;
}

.home .content-wrapper.container .row{
	
  display: flex;
  background-color: rgb(9, 12, 12);
}

.home  .content-wrapper.container{
	width: auto;
}

    .home .header-container {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }

    .home .header h1 {
        font-weight: 300;
        font-size: 25px;
        line-height: 35px;
        margin: 0;
        margin-top: 0;
        letter-spacing: 3.5px;
    }

    .home .header .Links {
        display: flex;
        flex-grow: 1;
        gap: 2vw;
        justify-content: flex-end;
        margin-top: 10px;
    }

   .home .Links a {
        color: white;
        text-decoration: none;
        font-weight: 200;
    }

   .home .left-panel {
        display: flex;
        width: 33.33%;
        min-width: 50px;
        max-width: 33vw;
        background-color: #090c0c;
        transition: width 0.3s ease;
        position: fixed;
        height: calc(100vh - 60px);
        z-index: 800;
	   top: 5em;
    }

    .home .left-panel.hidden {
        width: 50px;
        overflow: hidden;
    }

    .home .left-panel-padding {
        background-color: #090c0c;
        height: 100%;
        width: 50px;
        z-index: 900;
    }

   .home .toggle-button {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #090c0c;
        color: #798894;
        border: none;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 950;
    }

   .home .telegram-feed {
        background-color: #090c0c;
        overflow-y: scroll;
        height: calc(100vh - 60px);
        padding: 20px;
    }

    .home .telegram-feed h1 {
        text-align: left;
        margin: 0;
        padding-bottom: 1rem;
        color: #fff;
        font-weight: 200;
    }

   .home .telegram-feed-container {
        background-color: #f4f4f4;
        height: 100%;
        width: calc(100% - 50px);
        scrollbar-color: #15202b #090c0c;
    }

    .home iframe {
        min-width: 200px !important;
    }


   .home .right-panel {
        display: flex;
        flex: 1;
        width: 66.67%;
        margin-left: 45.3%;
        margin-right: 50px;
	   	max-width: 40%;
        scrollbar-color: #15202b #090c0c;
    }

   .home .right-panel.full {
        width: 100%;
        margin-left: 27.5%;
        margin-right: 0px;
    }

    .home .content-inner {
        background-color:#090c0c;
        padding: 83px 0 100px;
        width: 100%;
    }

   .home .content-inner h1 {
        text-align: left;
        color: #89A2DD;
        font-size: 42px;
        font-weight: 300;
    }

    .home .text_01 {
        width: 1000px;
        margin-left: auto; 
        margin-right: auto;
    }

    .home .text_01.closed {
        width: 1128px;
        margin-left: auto;
        margin-right: auto;
    }

    .home .content-inner p {
        color: #C3C4C4;
        text-align: left;
        line-height: 1.7;
        font-size: 18px;
    }

	.home .content-inner .has-text-align-center{
		text-align:center;
	}

   .home .content-inner p b {
        font-weight: 600;
    }

    .home .content-inner p a {
        color: #89A2DD;
        text-decoration: none;
    }

    .home .content-inner img {
        width: 30vw;
        height: auto;
        display: block;
        margin: 0 auto;
    }

   .home .arrow-icon {
        width: 1em;
        height: 1em;
        transition: transform 0.3s ease;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.5em;
    }

    .home .arrow-icon.rotated {
        transform: rotate(180deg);
    }

	.home .footer-widgets-grid{
		display:none;
	}

@media only screen and (max-width: 768px) {
       .home  .header {
            flex-direction: row;
            gap: 2vw;
        }

       .home  .header h1 {
            font-size: 0.5rem;
        }

        .home .header .Links {
            gap: 1vw;
            justify-content: space-between;
        }

       .home  .left-panel {
            width: 50px;
            max-width: 100%;
        }

       .home  .left-panel.hidden {
            width: 100%;
            overflow: hidden;
        }

       .home  .telegram-feed {
            padding: 0;
        }

       .home  .right-panel {
            width: calc(100% - 50px);
            margin-left: 50px;
            margin-right: 0;
        }

       .home  .content img {
            width: 70vw;
        }

       .home  .arrow-icon {
            transform: rotate(180deg);
        }

       .home  .arrow-icon.rotated {
            transform: rotate(0deg);
        }

       .home  .text_01 {
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }

       .home  .text_01.closed {
            width: 80%;
            margin-left: auto;
            margin-right: auto;
        }
    }


    
