/*
 Theme Name:   Twenty Twenty Child
 Description:  Mein Child Theme
 Author:       ITSCAL
 Author URI:   https://bender.entstecken.de
 Template:     twentytwenty
 Version:      1.0
 Text Domain:  twenty-twenty-child
*/


/* nunito-sans-300 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/uploads/fonts/nunito-sans-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/uploads/fonts/nunito-sans-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/uploads/fonts/nunito-sans-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/uploads/fonts/nunito-sans-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/uploads/fonts/nunito-sans-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/uploads/fonts/nunito-sans-v12-latin-300.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/uploads/fonts/nunito-sans-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/uploads/fonts/nunito-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/uploads/fonts/nunito-sans-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/uploads/fonts/nunito-sans-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/uploads/fonts/nunito-sans-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/uploads/fonts/nunito-sans-v12-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-700 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/uploads/fonts/nunito-sans-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/uploads/fonts/nunito-sans-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/uploads/fonts/nunito-sans-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/uploads/fonts/nunito-sans-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/uploads/fonts/nunito-sans-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/uploads/fonts/nunito-sans-v12-latin-700.svg#NunitoSans') format('svg'); /* Legacy iOS */
}


/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/uploads/fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/uploads/fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/uploads/fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/uploads/fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/uploads/fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/uploads/fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/uploads/fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/uploads/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/uploads/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/uploads/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/uploads/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/uploads/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/uploads/fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/uploads/fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/uploads/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/uploads/fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/uploads/fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/uploads/fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
body {
	font-family: 'Roboto', sans-serif; 
	letter-spacing:normal;
	background: #fff;
}
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, fieldset, form, label, legend, button, table, caption, tr, th, td, .image-caption, .wp-block-file a {
	font-size:0.8em;
}
h1, h2, h3 { 
	font-family: 'Nunito Sans', sans-serif; 
	letter-spacing:normal;
	font-weight:300;
}

body a {
	color: #000;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file {
	font-family: 'Nunito Sans', sans-serif; 
	letter-spacing:normal;
	font-weight:300;
}

h1.entry-title, h2.entry-title {
	margin-top:0 !important;
}
.entry-content, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary {
	font-family: 'Roboto', sans-serif; 
	font-weight:300;
}
input, textarea, button, .button, .faux-button, .faux-button.more-link, .wp-block-button__link, .wp-block-file__button {
	font-family: 'Roboto', sans-serif; 
	font-weight:normal;
}

.entry-content > .alignwide {
    max-width: 85rem;
    width: calc(100% - 4rem);
}
.wp-block-media-text .wp-block-media-text__content {
    padding-left:0 !important;
}

.color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus)::first-letter, .wp-block-button.is-style-outline{
    color: #000;
}

.entry-content > .alignwide:not(.wp-block-group.has-background), .entry-content > .alignfull:not(.wp-block-group.has-background) {
	margin-bottom: 2rem;
}

a {
	text-decoration: underline;	
	color:#000;
}
a:hover {
	opacity:0.7;
}
#site-header {
	border-bottom:5px solid #9B123B;
}
.top-divider {
		border-bottom:5px solid #9B123B;
}

.header-titles .site-title, .header-titles .site-logo, .header-titles .site-description {
    margin: 0;
}
.header-inner {
    padding: 2.6rem 0 1rem 0;
}

.primary-menu > li > a, .primary-menu > li > span.icon {
    color: #000 !important;
}

h1.entry-title, h2.entry-title {
	text-align: center;
	margin: 9rem 0 4rem 0;
} 

h1, .entry-categories-inner {
	font-size: 4rem;
	font-weight: 300;
	text-transform:uppercase;
}

.entry-categories {
	margin-bottom: 6rem;
}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 85rem;
    width: calc(100% - 4rem);
}

.fagsfacf-carousel-wrap {
	border-bottom:5px solid #9B123B;
}
.footer-nav-widgets-wrapper  {
		border-top:5px solid #9B123B !important;
		padding-top:4rem;
}
.fagsfacf-gallery-carousel .fagsfacf-gallery-caption {
	max-width: 85rem;
	width: calc(100% - 4rem);
	margin-left: auto;
	margin-right: auto;
}

.widget .widget-title {
}

.modal-menu a {
	color: #000 !important;
}
.modal-menu .sub-menu a {
	color: #000 !important;
	font-size:1.7rem;
}

* Styling the columns block */
.wp-block-columns {
	margin-bottom: 20px;
}

.wp-block-column {
	margin: 0 0 0.5rem 2% !important;
}

.wp-block-column:first-child {
	margin: 0;
}


/* Künstler Liste */
.artist-list-wrapper { 
	justify-content: space-between; 
	align-items: stretch;
    max-width: 50em;
    margin: 0 auto;
	margin-bottom:12rem;

}

.artist-list-wrapper .artist-list { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.artist-list-wrapper .artist-list.text-left .artist { padding-right: 2rem; }
.artist-list-wrapper .artist-list.text-right .artist { padding-left: 2rem; }

.artist_slider .n2-ss-widget > div  {
	text-align:center !important;
}

.artist_slider .n2-ss-widget > div > span {
	font-size:16px !important;
}

.artist-list-wrapper a, .artist-list-images a {
	color: #000;
}


@media (max-width: 575px) { 
	.artist-list-wrapper .artist-list { 
		-webkit-box-orient: vertical; 
		-webkit-box-direction: normal; 
		-ms-flex-direction: column; 
		flex-direction: column; 
		-webkit-box-pack: center; 
		-ms-flex-pack: center; 
		justify-content: center; 
		-webkit-box-align: center; 
		-ms-flex-align: center; 
		align-items: center; } 
}

.artist-list-wrapper .artist { 
	margin: 0.4rem 0; 
	-webkit-transition: color 280ms ease; 
	transition: color 280ms ease; 
	cursor: pointer; 
	font-weight: 600; 
	line-height: 2rem; 
	font-size: 1.5rem; 
	-ms-flex-preferred-size: 33.33333%; 
	flex-basis: 33.33333%; 
	-ms-flex-negative: 0; 
	flex-shrink: 0; 
	text-align: center; 
}


.artist-list-wrapper .artist:hover { color: #000; }

@media (max-width: 1366px) { .artist-list-wrapper .artist { font-size: 1.25rem; line-height: 2.25rem; } }
@media (max-width: 1200px) { .artist-list-wrapper .artist { font-size: 1.00rem; line-height: 1.75rem; } }
@media (max-width: 991px) { .artist-list-wrapper .artist { font-size: 0.75rem; margin: 0.75rem 0; line-height: 1.5rem; } }
@media (max-width: 575px) { .artist-list-wrapper .artist { font-size: 1.25rem; line-height: 2rem; padding: 0 !important; } }
@media (max-width: 575px) { .artist-list-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .artist-list-wrapper .artist-list.text-center, .artist-list-wrapper .artist-list.text-left, .artist-list-wrapper .artist-list.text-right { text-align: center; }
  .artist-list-wrapper .artist-list.text-center .artist, .artist-list-wrapper .artist-list.text-left .artist, .artist-list-wrapper .artist-list.text-right .artist { padding: 0; }
  .artist-list-wrapper .artist-list:not(:last-child) .artist:last-child { margin-bottom: 0; } }


/* Künsterübersicht Bilder */

.artist-list-images-wrapper { 
	justify-content: space-between; 
	align-items: stretch;
    max-width: 65em;
    margin: 0 auto;
	margin-bottom:12rem;

}
.artist-list-images-wrapper .artist-list-images { 
	flex: 1 1;  
	display: flex; 
	flex-wrap: wrap; 
	justify-content: left;
}
.artist-list-images-wrapper .artist-list-images.text-left .artist-image { padding-right: 2rem; }
.artist-list-images-wrapper .artist-list-images.text-right .artist-image { padding-left: 2rem; }
.artist-list-images-wrapper .artist-image { 
	margin: 0.4em 1em 2em 0;
	flex-basis: 25%; 
	/* flex-shrink: 0; */ 
	transition: color 280ms ease; 
	cursor: pointer; 
	font-weight: 600; 
	line-height: 2rem; 
	font-size: 1.5rem; 

	max-width:230px;
}
@media only screen and (max-width: 768px) {
	.artist-list-images-wrapper .artist-image { 
		flex-basis: auto; 
	}
}
.artist-list-images-wrapper .artist-image .img-black-title {
	display:block;
	padding-top:0.8rem;
	text-align:center;
}
.artist-list-images-wrapper .artist-image .img-black-title2 {
	display:block;
	padding-top:0.5rem;
	text-align:center;
	font-weight:normal;
	text-decoration:none !important;

}
.artist-list-images-wrapper > a > .img-black-title2 {
	text-decoration:none !important;
}
.artist_slider {
	border-bottom:5px solid #9B123B;
	margin-bottom:6rem;
}
.artist_slider .nextend-bar-horizontal {
	max-width: 85rem;
	width: calc(100% - 4rem);
	text-align:left !important;
}

/* Künstler */
body.single article.type-artists {
	margin-top:8rem;
}
.artist-featured-image {
	display: grid;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 25px;
}
.artist-featured-image .image { 
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}

p.artist_download {
 margin-top:0;	
margin-bottom:0;
	line-height:2.6rem;
}
p.artist_backlink {
	margin-bottom:45px;
}
p.artist_backlink-bottom {
	margin-top:60px;
}
.artist_bilderstrecke {
	padding:40px 0;
}
.artist_bilderstrecke h2 {
	font-size:26px;
	text-transform:uppercase;
	text-align:center;
}
.artist_bilderstrecke a {
	display:block;	
	padding-top:10px;
	text-align:center;
}
.artist_bilderstrecke .n2-ss-widget > div  {
	text-align:center !important;
}
.artist_bilderstrecke .n2-ss-widget > div > span  {
	font-size:16px !important;
}


/* Ausstellungsarchiv */

div.ausstellungsarchiv {
	max-width:50em !important;
}
div.ausstellungsarchiv span.img-black-title, div.ausstellungsarchiv span.img-black-title2 {
	max-width:230px; 
	text-align:center !important;
}

/* Footer */
.footer-nav-widgets-wrapper .section-inner, #site-footer .section-inner {
 max-width: 100rem;
}
.footer-widgets a.wp-block-button__link {
	color:#fff !important;
}


@media only screen and (max-width: 768px) {
	
/* Make the columns block responsive */
	
	.wp-block-columns {
	    display: initial;
	}

	.wp-block-columns .wp-block-column {
		margin: 0 0 10px;
	}
	
}

/* Submenus */
.sub-menu a {
	color:#fff !important;
}

/* Footer */
.footer-copyright a, a.to-the-top 
{
	padding-right:3rem;
	font-size:1.6rem;
	color: #999 !important;
	display:inline-block;
}
.footer-copyright {
    font-weight: normal;
}


/* Beiträge */
.post-inner {
	padding-top:0;
}

.wp-block-file a:not(.wp-block-file__button) {
    text-decoration: underline;
}
/*
a[href$='.pdf'] {
    background: transparent url(/wp-content/uploads/2021/03/icon_pdf.gif) center left no-repeat;
    padding-left: 18px;
}
*/
h2.entry-title {
	font-size:4rem;
}

.entry-content h2 {
	font-size:3rem;
}

/*  Grid für zwei-spaltige News */
.container-news {
	width:1030px;
	margin:0 auto;
}


/* NEWS Startseite */
.divider-news {
	padding:4rem 0;	
	border-bottom:5px solid #9B123B;
}


ul.news_start {
    margin:0 auto;
	max-width:60em;
}
    
.news_start {
    padding: 20px 0;
    list-style: none;
    position: relative;
}
    
.news_start::before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    background-color: #fff; 
    left: 50%;
    margin-left: -1.5px;
}
    
.news_start > li {
    margin-bottom: 40px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
	margin-left: initial !important;
	margin-right: initial !important;
	padding-right:2.5em;

}
.news_start > li.news_start_inverted {
    float: right;
    clear: right;
    margin-bottom: 40px;
	padding-left: 2.5em;
	padding-right:0;
}

.news_start > li:nth-child(2) {
    margin-top: 8em;
}
.news_start > li:nth-child(2) article {
	padding-top: 4em;
}

    
.news_start > li::before, .news_start > li::after {
    content: " ";
    display: table;
}
    
.news_start > li::after {
    clear: both;
}
        
.news_start > li > .news_start_content {
    width: 100%;
    float: left;
    position: relative;
}
    
.news_start .wp-block-image, .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
	margin-bottom:0 !important;
}
@media (max-width: 575px) {
	ul.news_start > li {
		margin-bottom: 20px;
		position: relative;
		width: 100%;
		float: left;
		clear: left;
	}
	.news_start > li.news_start_inverted {
		float: left;
		clear: left;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
/* NEWS Startseite */

/*  Instagram Feed */

.sbi_btn_text, .sbi_follow_btn a {color:#fff !important;}
.sbi_btn_text {font-weight:bold;}

.n2-ss-slider .n2-ss-slider-controls-above, .n2-ss-slider .n2-ss-slider-controls-below {
	height:50px;
}

.big, .big a {font-size:130%;}

.wp-block-file a {
	font-size:18px !important;
}

/* Preisliste anfragen */

.badge_pricelist {
	display:none;
	width: 148px !important;
	height: 148px !important;
	border-radius: 50%;
	background-color: #9b133b;
	border: 1px solid black;
	box-shadow: 4px 4px 7px rgba(0,0,0,0.5);
	position: fixed;
	top: 15%;
	right: 10%;
	cursor:pointer;
}
.badge_pricelist a {
	text-decoration: none !important;
}
.badge_pricelist p {
	font-size: 18px;
	color: white;
	text-align: center;
	line-height: 2rem;
	text-transform: uppercase;
	padding-top: 25px;
}

@media (max-width: 575px) {
	.badge_pricelist {
		display:none;
		width: 85px !important;
		height: 85px !important;
		border-radius: 50%;
		background-color: #9b133b;
		border: 1px solid black;
		box-shadow: 4px 4px 7px rgba(0,0,0,0.5);
		position: fixed;
		top: 15%;
		right: 2%;
	}
	.badge_pricelist p {
		font-size: 10px;
		color: white;
		text-align: center;
		line-height: 1.1rem;
		text-transform: uppercase;
		padding-top: 14px;
	}
	
}

/* Preisliste anfragen */

/* Store */
.store-container { /* Der Stil für den Container */
	display: flex; /* Flexbox aktivieren */
	flex-wrap: wrap; /* Erlauben, dass die Spalten in mehrere Zeilen umgebrochen werden */
	max-width:1600px;
	margin: 0 auto;
	justify-content: center;
}

.store-column { /* Der Stil für jede Spalte */
	flex: 23%; /* Die Breite jeder Spalte auf ein Viertel des verfügbaren Platzes setzen */
	height: auto; /* Die Höhe jeder Spalte automatisch anpassen */
	/* border: 1px solid #CCC; */
	padding:20px;
	margin: 15px;
	max-width:23%;
	overflow:hidden;
}
.store-column  .work-image {
	width: 100%;
	padding: 120% 0 0 0;
	position: relative;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

.store-column .image-overlay-container {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	top: 0px;
	left: 0px;
	padding-top: 50%;
	opacity: 0;
	pointer-events: none;
	transition: 0.5s;
}
.store-column img { /* Der Stil für jedes Bild in einer Spalte */
   width:100%; /* Die Breite des Bildes auf die volle Breite der Spalte setzen */
   height:auto; /* Die Höhe des Bildes automatisch anpassen */
}

.store-column p { 
   text-align: center; 
	font-size:14px;
	color:#000;
	font-weight:bold;
}

.store-column p.artist_name { /* Der Stil für jeden Untertitel in einer Spalte */
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:0;
}

.store-column p.work_title { 
   margin-top:1px;
}

.store-column a.more { 
	padding-top:25px;
	font-size:14px;
	color:#666;
	text-decoration:underline;
}

.store-column a { /* Der Stil für jeden Link in einer Spalte */
	display: block; 
	text-align: center; 
	color:#999;
}

@media screen and (max-width:600px) { /* Eine Medienabfrage für kleine Bildschirme (weniger als oder gleich 600px breit) */
	.store-column { 
	   flex:100%; /* Die Breite jeder Spalte auf den gesamten verfügbaren Platz setzen */ 
		max-width:100%;
	}
}


.modal-wrapper.styled .wp-post-modal {
	width:60%;
}

.modal-wrapper.styled .wp-post-modal .close-modal {
	background:none;
	padding: 0 10px 0 0;
}
.flex-container-artwork {
	display: flex;
	height:auto;
	max-width:960px;
	margin:10px auto;
	gap: 30px; /* Abstand zwischen den Flex-Items */
	align-items: top; /* this will vertically center your flex items */
	justify-content: space-between; /* this will create some space between your columns */

}
.column-left {
	flex: 50%;
	height:auto;
	padding-left:30px;

}
.column-right {
	flex: 50%;
	height:auto;
	margin-right:30px;
}

.work-image-single {
	width: 100%;
}
.work-image-single img {
	width: 100%;
	height:auto;
}

.flex-container-artwork .column-right p {
	font-family: 'Nunito Sans', sans-serif;
}

.flex-container-artwork .column-right span {
	display:block;
}
.info.artist-info {
	max-height:230px;
	overflow-y:scroll;
}

.flex-container-artwork .column-right span.title {
	font-weight:bold;
	text-transform:uppercase;
}

@media screen and (max-width:600px) { 
	.modal-wrapper.styled .wp-post-modal {
		width:100%;
	}
	.flex-container-artwork {
		flex-wrap: wrap; /* Erlauben, dass die Spalten in mehrere Zeilen umgebrochen werden */
	}
	.column-left, .column-right { 
	   flex:100%; /* Die Breite jeder Spalte auf den gesamten verfügbaren Platz setzen */ 
		max-width:100%;

	}
}

.page-id-5086 .entry-header {
	padding: 4rem 0 2rem 0;
}
.wp-block-contact-form-7-contact-form-selector label {
	font-family: 'Nunito Sans', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:30px;
}
.wp-block-contact-form-7-contact-form-selector label span{
	font-family: 'Nunito Sans', sans-serif;
	font-size:14px;
	text-transform:none;
	font-weight:normal;
	display:block;
}


.wp-block-contact-form-7-contact-form-selector .datenschutz  {
	margin-top:15px;
	margin-bottom:15px;
}

.wp-block-contact-form-7-contact-form-selector .datenschutz input {
	display:inline-block;
	width:15px;
}

.wp-block-contact-form-7-contact-form-selector .datenschutz .wpcf7-form-control-wrap .wpcf7-list-item {
	margin-left:0;
}
.wp-block-contact-form-7-contact-form-selector .datenschutz .wpcf7-list-item-label {
	display:inline;
	padding-left:10px; 
}

/* Store */


