/*
 Theme Name: Cwicly Child Starter
 Theme URI: https://cwicly.com/
 Template: cwicly
 Version: 0.1
*/

.is-style-blockpress-tags-primary-oben.wp-block-post-terms >a {
    color: white;
    border: 1px solid grey;
    border-radius: 20px;
    padding: 2px 10px 5px 10px;
    background-color: rgba(50,45,45,0.3);
    text-decoration: none;
    
}
.is-style-blockpress-tags-primary-oben .wp-block-post-terms .wp-block-post-terms__separator {
    white-space: pre-wrap;
    color: transparent;
}

.wp-block-group.has-background-color.has-text-color.has-medium-font-size.is-content-justification-center.is-nowrap.is-layout-flex.wp-container-8{
    margin-top:20px ;
}

.is-style-blockpress-tags-primary-oben.wp-block-post-terms >a:hover{
    color: orange;
    transition: color 1.6s;
}
.is-style-blockpress-tags-primary-oben.wp-block-post-terms {
    margin: 5px 0.25rem;
}
.is-style-blockpress-tags-primary-obena {
     margin: 10px 0.25rem;
}
.is-style-blockpress-tags-primary-unten >a {
    color: #5F0E78;
}
.is-style-blockpress-tags-primary-unten > a:hover {
    color: rgb(74,234,220);
}
.wp-block-post-featured-image.alignwide {
  position: relative;
  border-radius: 10px; /* 10px Rundung für das äußere Element */
  box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.3); /* Deutlicher Schatten mit 5px Versatz nach links und oben */
}

.wp-block-post-featured-image.alignwide img {
  border-radius: 10px; /* 10px Rundung für das img-Element */
}
.wp-block-post-featured-image img {
     position: relative;
  border-radius: 10px; /* 10px Rundung für das äußere Element */
  box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.2); /* Deutlicher Schatten mit 5px Versatz nach links und oben */
}

.post-password-form {
    margin: 17% 0;
    text-align: center;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: inherit;
}
.video-container-peter {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.video-container-peter iframe,
.video-container-peter object,
.video-container-peter embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid orange;
    border-radius: 20px;
}
.video-container-wrapper {
max-width: 100%;
width: 900px;
left: 0;
right:0;
margin:auto;
}



