/*
 Theme Name:    neve-child
 Theme URI:     https://webgeckos.com/geckos-beauty-demo/
 Description:   Mit dem WordPress Theme Geckos Beauty lässt sich einfach eine Friseur, Spa oder Beauty Salon Website erstellen.
 Author:        Danijel Rose
 Author URI:    https://webgeckos.com
 Template:      neve
 Version:       1.0.0
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/


a:visited { color: white; }	
a:link {
  text-decoration: none;
	color: #fff;
}

.breiteTabelle {
	margin-left: auto;
	margin-right: auto;
  width: 49em;
}
.postschwarz a[href^="mailto:"]
{ 
	text-decoration:underline;
  color: black;
}
.downUnder a[href]
{ 
	text-decoration:underline;
}

.blau {
 background-color: blue;
}
.rot {
	background-color: red;
}
.gruen {
	background-color: green;
}
.cyan {
	background-color: cyan;
}
.left{
	display: flex;  
	justify-content: left;	
}
.right{
	display: flex;  
	justify-content: right;	
}
.center {
	display: flex;  
	justify-content: center;	
}
.graublur{
	margin-left: auto;
    margin-right: auto;
	background-color:#0001;
	border-radius: 40px;
	box-shadow:  0px 0px 40px 40px #0001; 	
}
.mapouter{
	margin-left: auto;
	margin-right: auto;	
}

.einzelBeitrag {
  	background: #ffffffdf; 
	box-shadow:  0px 0px 20px 20px #ffffffdf;
	border-radius:20px;
	color: black; 
  	font-family: Lato;
  	line-height: 1.5;
  	/font-size: 1.2em;
  	font-weight: 700;
  	text-align: left;
	margin-bottom: 20px;
	padding: 20px;
	
}
.einzelBeitrag figure{
	margin-bottom: 20px;
	padding: 20px;			
}
.einzelBeitrag a{
	color: #252e63;
	text-decoration: underline;
	
}
.einzelBeitrag img{
	border-radius: 20px;
	margin-bottom: 20px;
}
.spartenSeite {
  	background: #ffffffdf;
	box-shadow:  0px 0px 20px 20px #ffffffdf;
	border-radius:20px;
	color: black; 
  	font-family: Lato;
  	line-height: 1.5;
  	/font-size: 1.2em;
  	font-weight: 700;
  	text-align: left; 	
}
.spartenSeite figure{
	margin-bottom: 20px;			
}

.spartenSeite a{
	color: #252e63;
	text-decoration: underline;
}
.spartenSeite img{
	border-radius: 20px;
	width:75%;
	margin-bottom: 20px;
}
.marginCenter {
	margin-left: 20px;
	margin-right: 20px;
}
.wp-block-queryxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx {
	width: 50%;
}
.startseite {
	background: #ffffffbf;
	box-shadow:  0px 0px 20px 20px #ffffffbf;
	border-radius:20px;
	color: black; 
  	font-family: Lato;
  	line-height: 1.5;
  	font-size: 2em;
  	font-weight: 700;
  	text-align: center; 		
}
.startbild {
	-webkit-filter: drop-shadow(5px 5px 5px #000);
  filter: drop-shadow(5px 5px 5px #000a);
	
}
.achtung {
  width:90%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
		
}

.leftFloatxx  {
    float: left;
	margin-right: 20px;
	box-shadow:  6px 6px 10px #0006;
	border-radius: 20px;
}
.footer3 img{
	border-radius: 20%;	
	box-shadow: 6px 6px 10px #000a;
}
.footer4{
	margin-left: auto;
	margin-right: auto;
	
}
.footer4 img{
	border-radius: 20%;	
	box-shadow: 6px 6px 10px #000a;
}
.site-logo{
		-webkit-filter: drop-shadow(2px 2px 2px #0009);
  filter: drop-shadow(2px 2px 2px #0009);	
}
