/*!
Theme Name: Leonberg2
Author: MR
Author URI: https://www.ob-wahl-leonberg.de/
Version: 1.0.0
Requires PHP: 8.3 */


html {
	line-height: 1.15;
}

body {
	margin: 0 0 0 0;
}

main {
	display: block;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

    
.site {
        display: block;
        float: left;
        width: 100%;
}


.site-header	
	{
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
		padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

.header-img
	{
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
		padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
	    display: block;
    }

.wp-block-spacer1 {
	visibility: false;
}



/**********************************************************************************************************************/


/* Typografie
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h3,
h4,
h5,
h6 {
	clear: both;
	text-decoration:none;

}

h1 {
	font-size: 5em;
	margin: 0.67em 0;
}


h1.site-title {
	font-size: 5em;
	margin: 0.67em 0;
}

h2
{
		font-size: 25px;
		text-decoration:underline;
		color: #000000;

}

h2.entry-title {
		font-size: 31px;
		text-decoration:underline;
		color: #000000;

}



h2.aa {
	font-size: 1em;
	margin: 0.67em 0;
}

p {
	margin-bottom: 1.5em;
}

/* Zitierungen (Definition eines wichtigen Wortes, Zitat, Hervorhebung) */
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}


address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}


big {
	font-size: 125%;
}



/* Main HTML Theme Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
    padding: 10px 0px 0px 0px;    
}

li > ul,
li > ol {
	margin-bottom: 0em;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
	display: block;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

embed,
iframe,
object {
	max-width: 100%;
}

a {
	color: #EA3323;
}

a:visited {
	color: #263B6C;
}

a:hover,
a:focus,
a:active {
	color: #EA3323;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.wp-block-heading
{
	text-decoration: none;
}


/* Navigation ################################################################################################## */
/*
Damit Menü immer im Vordergrund halten, wichtig für Sticky-Menü*/
/*
#site-navigation {
    background:#00000;
    height:60px;
    z-index:170;
    margin:0 auto;
    border-bottom:1px solid #dadada;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    text-align: center;
}*/

.main-navigation {
	display: block;
	width: max-content;
	position: relative;
	z-index: 40;
	left: 110px;
	right: 0px;
	top: -62px;
	height: 20px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
	margin: 10px 15px 10px 10px;
	float: 
	left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: monospace, monospace;
	color: #999999; 
	letter-spacing: 1px; 
	margin: 0 0 0 30px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 15px;
}

.comments-link {
    margin-left: 1em;
}

.cat-links {
    margin-left: 1em;
}


ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Small menu. */
.socialMediaIcons-toggle,
.main-navigation.toggled,.widget-area-mobile ul {
	display: block;
}

.menu-toggle {
	width : 50px;
	position: absolute; 
	top: 80px; 
	
	right: 20px; 
	z-index: 101;
}

.menu-ausklapper-klasse a  {
	display: block;
	text-decoration: none;
	font-family: monospace, monospace;
	color: #999999; 
	letter-spacing: 1px; 
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 20px;
	line-height: 2.0;
	text-indent: 20px;
}

.socialMediaIcon {
/*	width: 100%;*/
	max-width: 100%;
}

.banner-wrapper {
  position: relative;
  width: 100%;
}

.header-img {
  display: block;
  width: 100%;
  height: auto;
}

.title-overlay-flex1 {
  position: absolute;
  top: 57%;   /* 300px out of 1500px height */
  left: 20%;   /* 200px out of 4000px width */
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.title-overlay-flex1 p {
  background-color: rgba(0, 0, 0, 0); /* optional background */
  color: black;
  padding: 0 0;
  font-size: clamp(3em, 6.5vw, 6.5em); /* responsive font size */
  font-weight: bold;
  border-radius: 5px;
  margin: 0;
}

.title-overlay-flex2 {
  position: absolute;
  top: 80%;   /* 300px out of 1500px height */
  left: 20%;   /* 200px out of 4000px width */
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.title-overlay-flex2 p {
  background-color: rgba(0, 0, 0, 0); /* optional background */
  color: black;
  padding: 0 0;
  font-size: clamp(2em, 5vw, 5em); /* responsive font size */
  border-radius: 5px;
  margin: 0;
}

.wp-block-video {
  margin-right: 100px;
}

.video-margin-right {
  margin-right: 100px;
}



/* Steuert ab welcher Breite das Toggle-Menü (Hamburger) angezeigt werden soll. Aktuell bei einer
Bildschirmbreite von kleiner 37.5 Ms wird der Menüknopf dargestellt => Anzeige wird so gesteuert,
dass wenn die Bildschirmbreite > 37.5 em ist, wird der Hamburger nicht dargestellt */
@media screen and (min-width: 37em) {

	.menu-ausklapper-klasse {
		display: none;
	}
	
	.menu-toggle {
		display: none;
	}

	.socialMediaIcons-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
	
	.widget-area-mobile {
		display: none;
		flex-direction: column !important;
	}

	.umschalterDesktop {
	    display: none;
	}

	.umschalterMobil {
	    display: none;
	}
	
    td.lebenslaufJahre {
        padding-top: 35px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
	
    td.lebenslaufStation {
        padding-top: 35px;
        padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 0px;
    }

    td.lebenslaufStationBS {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 0px;
    }
    
        
    td.preiseJahre {
        padding-top: 35px;
        padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 0px;
    }
    
    .page-content .wp-smiley,
    .entry-content .wp-smiley,
    .entry-header,
    .entry-content,
    .comment-content .wp-smiley {
	    width:100%;
	    border: none;
	    margin-bottom: 0;
	    margin-top: 0;
	    padding: 0;
	    margin: 0 0 0;
     }
}


/* Main ################################################################################################## */

.comment-navigation,.site-main
{
    width: 97%;
    float: center;
    margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
}

.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.archive-site {
        margin-top: 30px;
        margin-bottom: 30px;
	text-align: center;        
}

.logo
{
	margin: 1em 0 0em 1em;
}

.socialMediaIcons
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 100px;
	height: 20px;
	z-index: 100;
}

.menu-ausklapper-klasse
{
	width : 180px;
	height: 100px;
	position: absolute; 
	top: 50px; 
	right: 0px; 
	z-index: 103;
	display: none;
}

/* Posts and pages ################################################################################################## */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0em 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Widgets *****************************************************************************/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media *****************************************************************************/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.entry-header,
.entry-content,
.comment-content .wp-smiley {
	width: 100%;
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Captions *****************************************************************************/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}



/* Widgets und Footer ################################################################################################## */
.widget-area {
        float: right;
        margin-left: -130%;
        margin-right: 5%;
        margin-top: 50px;
        max-width: 20%;
        position: relative;
    }
    

.widget-area-mobile {
       /* float: right;*/
        margin-left: -100%;
        max-width: 413px;
        position: relative;
        width: 29.4118%;
    }
    
    
.site-content {
        display: block;
        float: left;
        margin-right: 30%;
        width: 95%;
}
    
.site-footer {
    float: left;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.site-info {
    float: left;
    text-align: center;
    background: #eeeeee;
    width: 100%;
}

.site-archive {
    float: left;
    text-align: center;
    background: #ffffff;
    width: 100%;
    height: 50px;
}


/* Bei einer Bildschirmbreite kleiner 37,5em wird die Widget-Area nicht dargestellt */
@media not screen and (min-width: 70em) {

	.site-main{
    width: 97%;
    float: center;
    margin-top: 0px;
	margin-right: 0px;
	margin-left: 30px;
	margin-bottom: 0px;
	}

	.widget-area {
		display: none;
	}

    .entry-content .wp-smiley,
    .entry-header,
    .entry-content,
    .comment-content .wp-smiley {
	    width:97%;
	    border: none;
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
    }

h1,
	h3,
	h4,
	h5,
	h6 {
		clear: both;
		text-decoration:none;

	}

	h1 {
		font-size: 4em;
		margin: 0.67em 0;
	}


	h1.site-title {
		font-size: 4em;
		margin: 0.67em 0;
	}	


}	
	
	
/* Bei einer Bildschirmbreite kleiner 37,5em wird die Widget-Area nicht dargestellt */
@media not screen and (min-width: 37em) {
	.site-main{
		width: 97%;
		float: center;
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 10px;
		margin-bottom: 0px;
	}
	
	.widget-area {
		display: none;
	}

	.site-main .comment-navigation,
	.site-main
	 {
	    width: 97%;
   	    float: center;
	    margin-top: 0px;
		margin-right: 0px;
		margin-left: 10px;
		margin-bottom: 0px;
	}
	
	.umschalterDesktop {
	    display: none;
	}
	
	.umschalterMobil {
	    display: none;
	}
	
	h1,
	h3,
	h4,
	h5,
	h6 {
		clear: both;
		text-decoration:none;

	}

	h1 {
		font-size: 3em;
		margin: 0.67em 0;
	}


	h1.site-title {
		font-size: 3em;
		margin: 0.67em 0;
	}


	td.lebenslaufJahre {
        padding-top: 35px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
	
    td.lebenslaufStation {
        padding-top: 35px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    td.lebenslaufStationBS {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    td.preiseJahre {
        vertical-align: top;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .page-content .wp-smiley,
    .entry-content .wp-smiley,
    .entry-header,
    .entry-content,
    .comment-content .wp-smiley {
	    width:97%;
	    border: none;
	    margin-top: 0px;
		margin-right: 0px;
		margin-left: 5px;
		margin-bottom: 0px;
	    padding: 0;
     }

	 	.title-overlay-flex1 {
  position: absolute;
  top: 57%;   /* 300px out of 1500px height */
  left: 20%;   /* 200px out of 4000px width */
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.title-overlay-flex1 p {
  background-color: rgba(0, 0, 0, 0); /* optional background */
  color: black;
  padding: 0 0;
  font-size: clamp(3em, 6.5vw, 6.5em); /* responsive font size */
  font-weight: bold;
  border-radius: 5px;
  margin: 0;
  line-height: 1.1;
}

.title-overlay-flex2 {
  position: absolute;
  top: 150%;   /* 300px out of 1500px height */
  left: 20%;   /* 200px out of 4000px width */
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.title-overlay-flex2 p {
  background-color: rgba(0, 0, 0, 0); /* optional background */
  color: black;
  padding: 0 0;
  font-size: clamp(2em, 5vw, 5em); /* responsive font size */
  border-radius: 5px;
  margin: 0;
  line-height: 1.1;
  margin-bottom: 2em;
}

.wp-block-spacer1 {
	visibility: true;
}

.wp-block-video {
    margin-right: 0px;
}
}
}