/*
Theme Name: protec
Author: netzoffiziere - andreas wiemer
Version: 1.2.12
*/
:root {
    --color-dark: black;
    --color-light: white;
    --color-medium: #f1f1f1;
    --color-accent-dark: #0e3e8a;
    --color-accent-light: #0094ce;
    --fixed: 100;
    --navigation-layout-justify: flex-end;
}
.mateo-widget {
  position: fixed; /* Fixiert das Widget */
  top: 4vw; /* Abstand vom unteren Bildschirmrand */
  right: 4vw; /* Abstand vom rechten Rand */
}
.mateo-widget .widget-background {
  background-color: #FF5733; /* Ersetze mit deiner Wunschfarbe */
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/* Allgemein */
html {
    background-color: var(--color-light); 
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
ul,
ol {
  list-style-position: inside;
  margin-left: 0;
}
b { 
    font-weight: 700; 
}
a {
    display: inline-block;
    text-decoration: none;
    color: var(--color-accent-light);
}
a:link { 
    color: var(--color-accent-light);
}
a:hover {
    transform: scale(1.05); 
    transition: transform 0.3s ease; 
}
a.smsc:hover {
    transform: scale(1.02); 
    transition: transform 0.3s ease; 
}
.unvisible {
    visibility: hidden;
}
.shadow {
    box-shadow: 0.15vw 0.15vw 0.25vw 0.15vw rgba(0,0,0,0.25);
}
/* ICONS */
.icon {
    position: relative;
    left: -14vw;
    padding-left: 14vw;
    background-size:10vw auto !important;
    background-position: left top;
    background-repeat: no-repeat !important;
    box-sizing: content-box;
    width: 100%;
    max-width: 70vw;
}
.icon.3ddruck {
    background: url('./svg/icon_3ddruck.svg');
}
.icon.absturzsicherung {
    background: url('./svg/icon_absturzsicherung.svg');
}
.icon.artikelkataloge {
    background: url('./svg/icon_artikelkataloge.svg');
}
.icon.augenschutz {
    background: url('./svg/icon_augenschutz.svg');
}
.icon.baugruppenmontage {
    background: url('./svg/icon_baugruppenmontage.svg');
}
.icon.dichtungstechnik {
    background: url('./svg/icon_dichtungstechnik.svg');
}
.icon.edi {
    background: url('./svg/icon_edi.svg');
}
.icon.ekanban {
    background: url('./svg/icon_ekanban.svg');
}
.icon.eprocurement {
    background: url('./svg/icon_eprocurement.svg');
}
.icon.eshop {
    background: url('./svg/icon_eshop.svg');
}
.icon.etube {
    background: url('./svg/icon_etube.svg');
}
.icon.gehoerschutz {
    background: url('./svg/icon_gehoerschutz.svg');
}
.icon.handschutz {
    background: url('./svg/icon_handschutz.svg');
}
.icon.hautschutz {
    background: url('./svg/icon_hautschutz.svg');
}
.icon.kunststoffteile {
    background: url('./svg/icon_kunststoffteile.svg');
}
.icon.leckageortung {
    background: url('./svg/icon_leckageortung.svg');
}
.icon.management {
    background: url('./svg/icon_management.svg');
}
.icon.montage {
    background: url('./svg/icon_montage.svg');
}
.icon.plattformen {
    background: url('./svg/icon_plattformen.svg');
}
.icon.produktberatung {
    background: url('./svg/icon_produktberatung.svg');
}
.icon.schlauchleitungen {
    background: url('./svg/icon_schlauchleitungen.svg');
}
.icon.sicherheitsschuhe {
    background: url('./svg/icon_sicherheitsschuhe.svg');
}
.icon.sonderanfertigung {
    background: url('./svg/icon_sonderanfertigung.svg');
}
.icon.warenausgabe {
    background: url('./svg/icon_warenausgabe.svg');
}
@media (min-width: 768px) {
    .shadow {
        box-shadow: 2.5px 2.5px 3px 1px rgba(0,0,0,0.25);
    }
}
/* HEADER */
nav#menu { display: none; }
.home header .wp-block-cover, header .wp-block-cover-image {
    height: 26vw;
}
header .wp-block-cover, header .wp-block-cover-image {
    height: 20vw;
    min-height: 100px;
/*    max-height: 293.333px;*/
    padding: 0em;
    align-items: flex-start;
    padding-top: 100px;
}
header .wp-block-cover {
    padding-top: 0px;
    overflow: unset;
}
main .wp-block-cover {
    height: 33vw;
}
main .wp-block-cover .wp-block-cover__image-background {
    height: unset;
}
.home header .wp-block-cover, .home .wp-block-cover-image {
    max-height: 375px; 
}
/*header#header {
    background-image: url(/wp-content/uploads/top-grafik.svg);
    height: 22vw;
    max-height: 293.333px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
*/
.home header#header {
    height: 30vw;
    max-height: 400px;
}
.home .header-bg-widget {
    position: relative; 
    width: 100%;
    height: auto; 
}
.home .header-bg {
    width: 100%;
    height: 100%; 
    display: block; 
    overflow: hidden;
}
.home .header-bg img {
    width: 100%;
    height: 33vW; 
    object-fit: cover; 
}
.single header#header {
    background: var(--color-light);
}
.single #wrapper {
    background-color: var(--color-light);
}
.wp-block-site-logo {
    position: absolute; 
    top: 40px; 
    left: 40px; 
    z-index: 10; 
    width: 100%;
    height: auto;
    max-width: 200px;
}
.wp-block-site-logo img {
    height: auto;
    width: 100%;
    height: auto;
    min-width: 180px;
    max-width: 360px;
}
.wp-block-navigation {
  --navigation-layout-justify:flex-end;
}
.wp-block-navigation-item__label {
    font-size: 1.2rem;
}
header .socialicons {
    display: block;
    top: 123px;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    width: 47px !important;
    padding: 4px;
    position: fixed;
    z-index: var(--fixed);
    right: 0px;
    background-color: var(--color-accent-light);
}
.socialicon a {
    width: 100%;
}
.socialicon img {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.socialicon img {
    padding: 0 0 0 0 !important;
    margin: 4px auto !important;
    width: 80% !important;
}
.breadcrumb {
    padding: 12px 0 36px 0;
    font-size: 9.33px;
}
.container {
    max-width: 80vw;
    margin: 0 auto;
}
.social p {
	margin-block-start: 0;
}
main .wp-block-cover, .wp-block-cover-image, header .wp-block-cover {
    padding-top: 0;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(p)) {
    max-width: var(--wp--custom--content-xs);
}
/* === Default: Mobile (unter 768px) === */
.wp-block-navigation__responsive-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	background-color: inherit;
	color: inherit;
	z-index: 9999;
}

.wp-block-navigation__responsive-container.is-menu-open {
	display: block;
	padding: 20px;
}

.wp-block-navigation__responsive-container-toggle {
	display: flex;
}
.wp-block-navigation .wp-block-navigation__submenu-icon { display: none; }
/* Layout-Fix */
.is-layout-flex > * {
	margin: 0;
}
 .wp-block-navigation-submenu li > a
{
  padding: 0.5rem 0.5rem;
  border-bottom: 1px;
}
details {
	border: 0;
}

summary {
  color: var(--color-dark);
  background-color: var(--color-light);
  cursor: pointer;
  font-weight: bold;
  padding: 0.5em 0.5em 0.5em 0;
  border-radius: 4px;
  list-style: none; 
  width: fit-content;
  outline: none;
  margin: 0;
}

summary::-webkit-details-marker {
  display: none; 
}

summary::after {
  content: "▾"; 
  transition: transform 0.3s ease;
  display: inline-block;
  margin-left: 0.35em;
  color: var(--color-accent-light);
}

summary:focus-visible {
  outline: 3px solid var(--color-accent-light);
  outline-offset: 3px;
}
details[open] {
    border-bottom: 1px solid var(--color-accent-light);
    padding-bottom: 0.75em;
    margin-bottom: 0.75em;
}
details[open] summary::after {
  transform: rotate(180deg); 
}
details .wp-block-buttons {
  display: flex;
  justify-content: flex-end;
}
details .wp-block-buttons .wp-block-button a {
  color: var(--color-dark);
  background-color: transparent;
  padding: 0 5px 5px 0;
}
.md-block {	
	display: none;
}
.cb-pause-play {
}
.custom-burger-button {
	border: 0;
	position: absolute;
	z-index: 999;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.custom-burger-button:focus-visible {
	outline: 3px solid #000;
	outline-offset: 3px;
}
.wp-block-navigation a:focus-visible,
.wp-block-navigation__responsive-container-close:focus-visible,
.cb-pagination .swiper-pagination-bullet:focus-visible,
.cb-button-next:focus-visible,
.cb-button-prev:focus-visible {
	outline: 3px solid #0094ce;
	outline-offset: 3px;
}
.wp-block-navigation__responsive-container-open {
	display: none;
}
.wp-block-navigation__container.is-responsive {
	padding: 20px;
}
.wp-block-navigation__responsive-container-close {
	padding: 20px;
}
.sticky {
	position: sticky;
	z-index: 10;
	top: 68px;
}
.is-layout-flow figure.alignleft {
	margin-inline-end: 1em;
}
@media (min-width: 600px) and (max-width: 767px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: none !important;
		position: fixed !important;
	}
}
/* === Ab 768px: Desktop === */
@media (min-width: 768px) {
    .custom-burger-button {
	top: 10px;
    }
    .wp-block-navigation__container.is-responsive {
        display: none;
	padding: 0px;
    } 

    .wp-container-core-group-is-layout-b585a4aa {
	align-items: baseline !important;
    }
    main .wp-block-cover, .wp-block-cover-image, header .wp-block-cover {
        padding-top: 5%;
    }
    .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: var(--wp--custom--content-sm);
    }
    .wp-block-site-logo {
	position: static;
        max-width: 280px;
	margin-left: -4vw;
    }
    .wp-block-site-logo  img {
        width: 280px;
	height: 85px;
    }
    nav#menu { 
	display: flex;
        font-weight: 500;
        font-size: 1.35vw;
	text-transform: uppercase;
        width: 100%;
    }
    .menu {
        display: flex; 
        width: 100%;
    }
    ul.menu {
        list-style: none;
        width: 100%;
        display: flex;
        margin-left: 10vw;
    } 
    ul.menu li {
        display: flex;
        color: white;
        line-height:0.9em;
    }
    ul.menu li:last-child {
        margin-right: 0;
    }
    ul.menu a {
	display: flex;
        color: var(--color-light);
    }
    ul.menu a span {
    }
    header .socialicons {
        display: block;
        top: 16vw;
        border-top-left-radius: 5px !important;
        border-bottom-left-radius: 5px !important;;
        width: 50px !important;;
        padding: 5px !important;;
        position: fixed;
        z-index: var(--fixed);
        right: 0px;
        background-color: var(--color-accent-light);
    }
    .socialicon {
        padding: 0 0 0 0 !important;
        margin: 5px auto !important;
        width: 100% !important;
    }
    .socialicon a {
        width: 100%;
    }
    .socialicon img {
        padding: 0 0 0 0 !important;
        margin: 4px auto !important;
        width: 80% !important;
    }
    .container {
        max-width: 80vw;
        margin: 0 auto;
    }
    .breadcrumb {
        padding: 1.2vw 0;
        font-size: 1.2vw;
    }
}
@media (min-width: 992px) {
	.md-block {	
		display: block;
	}
    .custom-burger-button {
        display: none;
    }
    .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: var(--wp--custom--content-md);
    }
    .single header#header {
    }
    /* Responsive-Container verstecken, wenn nicht offen */
    .wp-block-navigation__responsive-container {
    	position: relative;
    	z-index: auto;
    }
    .wp-block-navigation__responsive-container-toggle {
	display: none !important;
    }
    .wp-block-navigation__container {
	display: flex !important;
    }
}
@media (min-width: 1200px) {
    .has-small-font-size {
      font-size: var(--wp--preset--font-size--small) !important;
    }
    .has-medium-font-size {
      font-size: var(--wp--preset--font-size--medium) !important;
    }
    .has-large-font-size {
      font-size: var(--wp--preset--font-size--large) !important;
    }
    .has-x-large-font-size {
      font-size: var(--wp--preset--font-size--x-large) !important;
   }
   .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
      max-width: var(--wp--style--global--content-size);
    }
    .icon {
        background-size:120px auto !important;
        left: -168px;
        padding-left: 168px;
    }

    .single header#header {
    }
}
@media (min-width: 1440px) {
    .wp-block-site-logo {
        max-width: 288px;
    }
    .wp-block-site-logo img {
        height: 88px;
    }
    nav#menu {
        font-size: 19.4167px;
    }
    .menu ul {
    	margin-left: 144px;
    }
    header .socialicons {
        display: block;
        top: 230px;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        width: 72px !important;
        padding: 4px !important; 
        position: fixed;
        z-index: var(--fixed);
        background-color: var(--color-accent-light);
    }
    .socialicon {
        width: 60px !important;
    }
    header > .container {
        display: flex;
        align-items: flex-end;
	height: 200px;
    }
    .breadcrumb {
        padding: 17.3px 0 17.3px 0;
        font-size: 17.3px;
    }
}
@media (min-width: 1600px) {
    header .socialicons {
        position: fixed;
        background-color: var(--color-accent-light);
    }
    .socialicon {
    }
}
/* HEADER - END */
/* CONTENT - allgemein */
#container {
    width: 100%;
    background-color: var(--color-light);
}
#content {
    position: relative;
    display: flex;
    flex-direction: column;
}
#content > h1 {
    color: var(--color-light);
    text-transform: uppercase;
    font-size: 6.5vw;
    padding: 0 0 3vw 0;
    display: inline-block;
    text-align: center;
}
#posts.kacheln {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-self: center;
    margin-top: 10px;
}
#posts.kacheln .post {
    flex: 1 1 calc(60%);
    margin: 0 0 4vw 0;
    display: flex;
}
#posts.kacheln .post article {
    margin: 0.25vw;
}
#posts.kacheln .post .entry-summary {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.wp-block-group h2:not(.wp-block-heading), .is-short-title {
	text-transform: uppercase;
}
.wp-block-post {
	display: flex;
	flex-direction: column;
}
.wp-block-post >  div.wp-block-group:nth-of-type(2) {
	flex:1;
}
.box {
    margin: 1vw 0 0 0;
    border: 0px solid var(--color-dark);
    padding: 10px 15px 15px 15px;
    flex-grow: 1;
}
#posts.kacheln .post:nth-child(even) article > div .box {
    background-color: var(--color-light); /* Farbe für gerade Posts */
}
#posts.kacheln .post:nth-child(odd) article > div .box  {
    background-color: var(--color-medium); /* Farbe für ungerade Posts */
}
#posts.kacheln . post .claim {
    font-size: 3.25vw;
}
#posts.kacheln .post .entry-title a {
    text-decoration: none;
    font-size: 5vw;
    font-weight: 300;
    color: var(--color-accent-light);
}
#posts.kacheln .post .desc {
    font-size: 3vw;
    font-weight: 300;
}
.entry-summary a {
    width: 100%;
}
.entry-summary img {
    object-fit: cover;
    width: 100%;
    height: auto;
}
@media (min-width: 768px) {
    #container {
        padding: 20px;
    }
    #content > h1 {
        font-size: 5.8vw;
    }
    .box {
        padding: 0.5vw 1vw 1vw 1vw;
        margin-top: 0.5vw;
    }
    #posts.kacheln {
        margin-top: 0;
    }
    #posts.kacheln .post {
        flex: 1 1 50%;
    }
    #posts.kacheln .post .claim {
        font-size: 1.4vw;
    }
    #posts.kacheln .post .entry-title a {
        text-decoration: none;
        font-size: 1.8vw;
        font-weight: 300;
        color: var(--color-accent-light);
    }
    #posts.kacheln .post .desc {
        font-size: 1.3vw;
        font-weight: 300;
    }
}
@media (min-width: 992px) {
    #posts.kacheln .post .claim {
        font-size: 1.35vw;
    }
    #posts.kacheln .post .entry-title a {
        text-decoration: none;
        font-size: 1.8vw;
        font-weight: 300;
        color: var(--color-accent-light);
    }
    #posts.kacheln .post .desc {
        font-size: 1.2vw;
        font-weight: 300;
    }
}
@media (min-width: 1200px) {
    #posts.kacheln {
        display: flex;
    }
    #posts.kacheln .post {
        flex: 1 1 33.333%;
        max-width: 19.333vw;
    }
    #posts.kacheln .post .claim {
        font-size: 1vw;
    }
    #posts.kacheln .post .entry-title a {
        text-decoration: none;
        font-size: 1.5vw;
        font-weight: 300;
        color: var(--color-accent-light);
    }
    #posts.kacheln .post .desc {
        font-size: 1vw;
        font-weight: 300;
    }
}
@media (min-width: 1600px) {
    #posts.kacheln .post {
        flex: 1 1 33.333%;
        max-width: 19.333vw;
    }
    #posts.kacheln .post .claim {
        font-size: 1vw;
    }
    #posts.kacheln .post .entry-title a {
        text-decoration: none;
        font-size: 1.5vw;
        font-weight: 300;
        color: var(--color-accent-light);
    }
    .entry-summary img {
        object-fit: cover;
        width: 100%;
    }
}
/* HOME - END */
/* SINGLE */
.single #container {
    margin: 50px 5vw 50px 5vw;
    padding: 5vw 6vw;
    width: calc(100% - 10vw);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
}
.single .post .entry-header .entry-nav {
    position: relative;
}
.single .post .entry-header .entry-nav_container {
    position: absolute;
    height: 5vw;
    right: -1vw;
    top: -3vw;
    transform: rotate(-90deg);
    transform-origin: right top;
    display: flex;
}
.single .post .entry-header .entry-nav_container .overview {
    font-size: 3.5vw;
    padding: 0.25vw 1vw;
    background-color: var(--color-medium);
    color: var(--color-accent-dark);
    margin-right: 1vw;
} 
.single .post .entry-header .entry-nav_container .title {
    font-size: 3.5vw;
    padding: 0.25vw 1vw;
    background-color: var(--color-accent-dark);
    color: var(--color-light);
} 
.single .post .entry-header .entry-nav_container .overview a {
     color: var(--color-accent-dark);    
}
.single .post .entry-header .claim {
    font-size: 3.25vw;
    margin-bottom: 0.25vw;
}
.single .post .entry-header .entry-title {
    color: var(--color-accent-light);
    font-size: 5vw;
    margin-bottom: 2vw;
    display: block;
}
.single .post .entry-title a { 
    color: var(--color-accent-light);
}
.single .post .entry-header a.img {
    width: 100%;
}
.single .post .wp-post-image {
    width: 100%;
    object-fit: cover;
    height: 20vw;
    margin-bottom: 2vw;
    border-bottom: 5px solid var(--color-accent-dark);
}
.single .post .entry-header .desc {
    display: block;
    font-size: 3vw;
}
.single .post .entry-main {
    margin: 5vw 0vw 4vw 8vw;
}
.single .post .entry-main h2 {
    color: var(--color-accent-light);
    font-size: 3.5vw;
    margin-bottom: 1.75vw;
}
.single .post .entry-main ul, .single .post .entry-main p {
    padding: 0 1vw;
    margin: 0vw 0vw 2vw 0;
    font-size: 3.5vw;
    font-weight: 300;
}
.single .post .entry-main p {
		padding-left:0;	
}
.single .post .entry-main ul li {
    margin-left: 2.75vw;
    list-style-type: disc; 
    position: relative;
}
.single .post .entry-main ul li::marker {
	font-size: 3.65vw;
   color: var(--color-dark);
}
.single .post .entry-main ul ul {
    margin: 0;
}
.single .post .entry-main ul ul li {
    margin-left: 1.75vw;
    list-style-type: disc; 
    position: relative;
}
.single .post .entry-main ul ul li::marker {
    color: var(--color-accent-light);
	font-size: 3.5vw;
}
@media (min-width: 576px) {
    .single #container {
        margin: 50px 7vw 50px 7vw;
        padding: 5vw 6vw;
        width: calc(100% - 14vw);
    }
    .single .post .entry-header .entry-nav_container {
        right: -2vw;
        height: 4vw;
    }
    .single .post .entry-header .entry-nav_container .overview {
        font-size: 2.25vw;
        padding: 0.25vw 1vw;
        margin-right: 0.25vw;
    } 
    .single .post .entry-header .entry-nav_container .title {
        font-size: 2.25vw;
        padding: 0.25vw 1vw;
    } 
    .single .post .entry-header .claim {
        font-size: 2.75vw;
        margin-bottom: 0.25vw;
    }
    .single .post .entry-header .entry-title {
        font-size: 3.5vw;
        margin-bottom: 2vw;
    }
    .single .post .entry-header .desc {
        font-size: 2.25vw;
    }
    .single .post .entry-main h2 {
        font-size: 2.75vw;
        margin-bottom: 2.75vw;
    }
    .single .post .entry-main ul, .single .post .entry-main p {
        padding: 0 1vw;
        margin: 0vw 0vw 2vw 0;
        font-size: 2.25vw;
    }
    .single .post .entry-main p {
		padding-left:0;
	}
    .single .post .entry-main ul li {
        margin-left: 1vw;
    }
    .single .post .entry-main ul li::before {
        left: -1.75vw;
    }
    .single .post .entry-main ul ul {
        margin: 0;
    }
    .single .post .entry-main ul ul li {
        margin-left: 1vw;
    }
    .single .post .entry-main ul ul li::before {
        left: -1.5vw;
    }
}
@media (min-width: 768px) {
    .single .post .entry-header .claim {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .single .post .entry-header .entry-title {
        font-size: 32px;
        margin-bottom: 26px;
    }
    .single .post .entry-header .desc {
        font-size: 20px;
    }
    .single .post .entry-main h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .single .post .entry-main ul, .single .post .entry-main p {
        padding: 0 20px;
        margin: 0vw 0vw 40px 0;
        font-size: 18px;
    }
    .single .post .entry-main ul li::marker {
		font-size: 24px;
	}
	.single .post .entry-main ul ul li::marker {
		font-size: 20px;
	}
	.single .post .entry-main p {
		padding-left: 0;
	}
 
}
@media (min-width: 992px) {
} 
@media (min-width: 1200px) {
    .single #container {
        margin: 20px auto 120px auto;
        padding: 60px 72px;
        width: calc(100% - 14vw);
        max-width: 1100px;
    }
    .single .post .entry-main {
        margin: 60px 5vw 48px 96px;
    }
    .single .post .entry-header .entry-nav_container {
        right: -24px;
        height: 48px;
        top: 36px;
    }
    .single .post .entry-header .entry-nav_container .overview {
        font-size: 27px;
        padding: 3px 12px;
        margin-right: 3px;
    }
    .single .post .entry-header .entry-nav_container .title {
        font-size: 27px;
        padding: 3px 12px;
    }
    .single .post .wp-post-image {
        height: 240px;
        margin-bottom: 24px;
        border-bottom: 5px solid var(--color-accent-dark);
    }
}
@media (min-width: 1600px) {
/*
    .single .post .entry-main .icon_container {
        position: relative;
        left: -14vw;
    }
    .single .post .entry-main .icon_container .icon {
        position: absolute;
        width: 7vw;
        height: 2vw;
    }
*/
}
/* SINGLE - END */
/* CONTENT - END */
/* FOOTER */
footer {
    padding: 0 0 0 0;
    color: var(--color-light);
    font-weight: 300;
    background-image: url('./img/fuss-grafik_breiter.jpg');
}
footer .footer_container {
    padding: 30px 0 25vw 0;
    background-position: 0 0;
    justify-content: center;
    display: grid;
}
footer .protec img {
    width: 40%;
    max-width: 300px;
}
footer .protec .address_container {
    margin: 5vw 0 0 9.4vw;
    font-size: 1.1em;
}
footer .protec .address {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 0 30px;
}
footer .protec .address span, footer .protec .address label{
    line-height: 1.5em;
    text-wrap: nowrap;
}
footer .protec span  {
    color: var(--color-accent-light);
}
footer .footermenu {
    margin-left: 0;
    display: flex;
    flex-direction: column;
}
footer .footermenu nav {
    gap: 0;
}
footer .footer_container div.social {
    font-size: 1.1em;
    padding: 2vw 0 0 2vw;
    margin-left: 9.4vw;
}
footer .social img {
    margin: 1vw 1vw 0 0;
}
footer .socialicons {
    display:none !important;
    display: flex;
    margin-bottom: 7.5vw !important;
}
footer .socialicon {
    width: 6vw !important;
    margin: 0 0.5vw !important;
}

.wp-block-cb-slide-v2 {
	height: 33vw;
/*	max-height: 420px;*/
}

@media (min-width: 576px) {
    footer .socialicon {
        width: 6vw !important;
        margin: 0 0.5vw !important;
    }
}
@media (min-width: 768px) {
    footer .footer_container {
        padding: 0 0 3vw 0;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    footer .protec .address {
        gap: 0 8px;
    }
    footer .protec img {
        width: 60%;
    }
    footer .protec > p {
        margin: 2vw 0 0 93px;
        font-size: 1.1em;
    }
    footer .footermenu {
        margin-left: 93px;
    }
    footer nav.footer-menu {
        display: flex;
        align-self: unset;
        align-items: flex-start;
        justify-content: unset;
    }
    footer .footer_container div.social {
        padding: 0 0 0 0;
        margin-left: 93px;
    }
    footer .socialicons {
        display: flex;
        margin-bottom: 2.5vw !important;
    }
    footer .socialicon {
        width: 4vw !important;
        margin: 0 0.5vw !important;
    }
}
@media (min-width: 992px) {
    footer .footer_container {
    	display: flex;
	flex-direction: row;
    }
    footer .footer_container > div {
        width: 33%;
        max-width: 33%;
        min-width: 33%;
    }
    footer .protec img {
        width: 12.5vw;
    }
    footer .protec .address_container {
        margin: 2vw 0 0 4vw;
        font-size: 1.1em;
    }
    .footermenu {
    }
    .footermenu .wp-block-navigation {
	margin: 0 auto;
    }
    footer .footermenu {
        margin-left: 0vw;
    }
    footer .footer_container div.social {
        margin-left: 0;
    }
    footer .socialicon {
        width: 3vw !important;
        margin: 0 0.5vw !important;
    }
    .wp-block-cb-slide-v2 {
	height: auto;
/*	max-height: 420px;*/
    }
}
@media (min-width: 1200px) {
    footer .protec {
        margin-left: 0;
    }
}
/* FOOTER - END */ 
.roundedBorder img {
	border-radius: 4px
}
