/*
 
 Author: Chnutz
 
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */


/*Silbentrennung*/

h1, h2, h3, h4 {
    -webkit-hyphens: none !important;
    -moz-hyphens:  none !important;
    -ms-hyphens:  none !important;
    hyphens:  none !important;
}


@font-face { font-family: 'PT Sans';
             src: url('PTSansA.ttf') format('truetype'); 
}


/*Blogbeitrag*/

@media screen and (min-width:85em){

.single-post .entry-content, .single-post .entry-footer, .single-post #comments, .single-post .post-navigation {
    margin-left: 1% !important;
}
}


.single-post .entry-header h1.entry-title, #front-section-four .entry-header h2.entry-title {
  font-size: 36px !important;
	font-size: 2.25rem !important;
}




.page h1.entry-title
{ 

display: none !important;
}

/*.entry-title
{ 

display: none !important;
}
*/






.entry-meta, .entry-cats, #overlay-nav ul li a, #desktop-navigation ul li a, .site-content p.nocomments, .page-links, .uku-standard.blog-classic .more-link {
    font-family: 'PT Sans' !important;
	font-size: 16px !important;
	text-transform: none;
    letter-spacing: 1.4px;
}



#site-info ul li::after {
    display: none !important;
}


.page .content-wrap {

    padding-top: 0px;

}

.druck {
	font-family: 'Myriad Pro';
	src: url('MyriadPro-Regular.otf') format('opentype');
	margin-left: 2cm;
	margin-right: 2.5cm;
}

.erzaehlerIn {
	text-align:left;
	vertical-align:top;
	padding: 10pt 5pt 10pt 5pt;
}

.clipKreis {
	/* Kreis */
	width: 7rem;
	clip-path: circle(3rem at 3rem 3rem);
	}
	
.schalter label {
  position: relative;
  display: inline-block;
  width: 14em;
  height: 4em;
}

.schalter input {
  display: none;
}

.schalter  .slider {    /* Grundfläche */
  position: absolute;
  cursor: pointer;
  top: 1.5em; 
  left: 3em;
  width: 4em;
  height: 2em;
  background-color: #c32e04; /* red */
  transition: all .3s ease-in-out;
  border-radius: 1em;  
}

.schalter  .slider:before {  /* verschiebbarer Button */
  position: absolute;
  content: "";
  height: 1.6em;
  width: 1.6em;
  left: 0.2em;
  bottom: 0.2em;
  background-color: white;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}

.schalter input:checked + .slider {
  background-color: #5a9900; /* green */
}

.schalter input:focus + .slider {
  background-color:pink;	
  box-shadow: 0 0 1px #5a9900;
}

.schalter  input:checked + .slider:before {
  transform: translateX(1.9em);
}

body {
	display: block;
	font-family: 'PT Sans', Arial, Helvetica, Sans Serif !important;
	color: #cc0000 !important;
	background: #ffffff;
	font-size: 1rem !important;
	line-height: 1.35;
}

p {
	font-family: 'PT Sans' !important;
	color: #000 !important;
	font-weight: 700 !important;
	font-size:1rem !important;
}

/*h1, h2, h3, h4, h5, h6, p {
	font-family: 'Open Sans', sans-serif !important;
	color: #000 !important;
}*/

h1 {
	font-family: 'PT Sans' !important;
	font-weight: 700 !important;
	color: #cc0000 !important;
	font-size: 3.38rem !important;
	letter-spacing: 3px !important;
}


h2 {
	font-family: 'PT Sans' !important;
	font-weight: 700 !important;
	color: #cc0000 !important;
	font-size: 2.5rem !important;
	letter-spacing: 3px !important;
	line-height: 2.2rem !important;
}

h3 {
	font-family: 'PT Sans' !important;
	color: #cc0000;
	font-size: 1.5rem !important;
	font-weight: 700 !important;
	letter-spacing: 3px !important;
}


h4 {
	font-family: 'PT Sans' !important;
	color: #cc0000;
	font-size: 1.13rem;
	font-weight: 700 !important;
	letter-spacing: 2px !important;
}

h5 {
	font-family: 'PT Sans' !important;
	color: #cc0000;
	font-size: 1.12rem;
	font-weight: 700 !important;
	letter-spacing: 2px !important;
}



h6 {
	font-family: 'PT Sans' !important;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700 !important;
	letter-spacing: 3px !important;
}

h7 {
	font-family: 'PT Sans' !important;
	color: #fff !important;
	font-size:1rem !important;
	font-weight: 700 !important;
	
}



hr { border: 2px solid #cc0000; border-width: 1px 0 0; clear: both; margin: 10px 0 10px 0 !important; height: 0; }

#desktop-navigation ul {
    font-family: 'PT Sans' !important;
	font-weight: 700 !important;
	color: #cc0000 !important;
	font-size: 1.5rem !important;

}



#desktop-navigation ul ul.sub-menu, #desktop-navigation ul ul.children {
    font-family: 'PT Sans' !important;
	font-weight: 700 !important;
	position: absolute;
    top: 59px;
    left: 0;
    width: 200px;
    margin: 0;
    padding: 5px 0;
    text-align: left;
    color: #000  !important;
    background: #f29400 !important;
    z-index: 100000;
}



#desktop-navigation ul ul.sub-menu::before, #desktop-navigation ul ul.children::before {

    font: normal 22px/1 'Genericons';
    content: '\f500';
    position: absolute;
    top: -22px;
    left: 15px;
    width: 30px;
    text-align: left;
    background: none;
    z-index: 10;
    color: #990000 !important;
	display: none !important;

}


.entry-meta, .entry-cats, #overlay-nav ul li a, #desktop-navigation ul li a, .site-content p.nocomments, .page-links, .uku-standard.blog-classic .more-link {
    font-family: 'PT Sans' !important;
	font-weight: 700 !important;
}


a {
	font-family: 'PT Sans' !important;
	text-decoration: none;
	text-transform: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #cc0000;
}

a:hover, a:focus {
	font-family: 'PT Sans' !important;
	color: #000;
	text-decoration: none;
}

ol ol {
	list-style: disc; !important;
}

 .entry-content ul li {
	font-family: 'PT Sans' !important;
	list-style: disc !important;
	font-weight:700 !important;
	font-size: 16px !important;
	color: #cc0000 !important;
}

ul li {
	font-family: 'PT Sans' !important;
	list-style: disc !important;
	font-weight:700 !important;
	font-size: 16px !important;
	color: #cc0000 !important;
}


.entry-content ul li::before, /*.comment-text*/ ul li::before {

   display: none;

}




#masthead {
    position: relative;
    border-bottom: 0px solid #ddd !important;
}



.page-template-default #primary .hentry, .page-fullwidth #primary .hentry, .page-template-no-sidebar #primary .hentry, .error404 #primary .page {
    padding: 0;
    border-top: 0px solid #1a1a1a !important;
}


#site-info {
		width: 100%;
	
		float: none;
	}
	
	
	
	#site-info ul li {
    display:block;
}
	
	.sticky-header {

    background: #ffcc33 !important;


}


#site-branding {
	background: #ffcc33 !important;

}



/*.nav-links 
{ 

display: none !important;
}*/


/*Blog*/


.single-post .entry-header .entry-cats {
    display: none !important;
}

#container {
	display: grid;
	grid-template-columns: repeat(auto-fill, 10em);
	gap: 1em;
	justify-content:center;
	box-sizing: border-box;
	width: 90vw;
	padding: 10px;
}

#container > div {
	background-color: #faffff;
	padding: 1rem;
	text-shadow: .03em .03em #fefff1;
}


#primary .hentry {
    position: relative;
    padding: 0px 0 0px;
    border-top: 4px solid #1a1a1a;
}

#filtercontainer {
	display: grid;
	grid-template-columns: repeat(auto-fill, 17em);
	gap: 1em;
	justify-content:center;
	box-sizing: border-box;
	width: 90vw;
	padding: 0.5em;
}

#filtercontainer > div {
	padding: 0.2em;
	text-shadow: .03em .03em #fefff1;
}

.blog-wrap h3.blog-title, .archive-header h1.archive-title {
    display: block;
    padding: 3px 0 20px;
    border-top: 0px solid #1a1a1a;
}

.entry-content a, .comment-text a, .author-bio a, .textwidget a {
    text-decoration: none;
}

.entry-meta 
{ 

display: none !important;
}

.entry-cats
{ 
font-size: 24px !important;
/*display: none !important;*/
}


.elementor-element.elementor-element-aa14051 .eael-load-more-button {
    color: #fff;
    background: #cc0000;
}

div.wpcf7-mail-sent-ok {

    border: 2px solid #a38a17;

}


.cn-button.wp-default {
    font-family: 'PT Sans' !important;
    line-height: 18px;
    padding: 2px 12px;
    border-color: #ffcc33;
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    background: #ffcc33;
	-moz-box-sizing: border-box;
    border-radius: 1px 1px 1px 1px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
}

input[data-readonly] {
  pointer-events: none;
}
