body{
 background: #192331 ;
  -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

h4, h5, h6 {
 text-transform: none; 
}

h2 + h3 {
 margin-top: -0.5rem !important 
   ;
}

h3 + h4 {
 margin-top: -0.5rem !important 
   ;
}

h4 + h5 {
 margin-top: 1rem !important 
   ;
}

h4 ~ h4{
  margin-bottom: 0.5rem; 
 	margin-top: 0rem;
}

.as-list-item{
	display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}

.navigation{
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
}


.main-menu:hover{
  color: white !important;
}


.current-menu-item a{
   color: #EDBE45 !important;
}

.custom-logo-link, .custom-logo-link img {
    width: 8rem;
    margin: auto;
}

.header-image {
    display: none;
}


.header.section-inner {
  width: 450px;
  margin-top: 60px; /*Abstand zu .navigation*/
}

#post-641{
background-image: url("https://www.foerschler-design.de/wp-content/uploads/2021/04/tacpic-Beitragsbild-mit-Signets_1.jpg") !important;
}

#post-664{
background-image: url("https://www.foerschler-design.de/wp-content/uploads/2021/04/Animation-Lineiendiagramm-1.gif") !important;
}

.single-post .header.section-inner{
  display:none;
}

.single-post .content{
 	margin-top: 60px; 
}

.post-title{
 	text-align: left;
}

.post-subtitle{
  	color: gray;
    font-size: 1.3em;
    text-align: left;
  	margin-top: 0.8em;
}

.wp-block-image {
    margin-top: 1rem;
}

.page-id-55 .header.section-inner {
    display: none;
}


.page-id-55 .post-header {
    display: none;
}

.blog-logo img {
    margin: 0 auto;
    width: 250px;
}

.blog-description {
    font-size: x-large;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 145%;
    font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', sans-serif;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}




.post-inner {
    width: 85%;
}

.post-content p {
  	width: 80%;
}



.post-content .alignnone{
 margin: 0; 
}



@media screen and (min-width: 500px){
.ms-info {
    position: relative;
 		background-color: rgba(255,255,255,0.5);
    margin-left: 55px;
    margin-right: 55px;
  	margin-bottom: 90px !important;
    padding-top: 2%;
    padding-bottom: 1%;
    padding-right: 5%;
    padding-left: 5%;
	}
}

.ms-info.ms-info-empty{
  display:none ;
}


/* Show More - Anfang */

p.wpsm-show {
    font-family: FontAwesome;
    color: #b3b2ef !important;
    text-align: center !important;
    font-size: x-large;
}

p.wpsm-hide {
    font-family: FontAwesome;
    color: #b3b2ef !important;
    text-align: center !important;
  	font-size: x-large;
}

.wpsm-content-hide {
    display: block;
}

.wpsm-content.wpsm-content-hide {
  opacity: 0;
  transform: scale(0);
  max-height: 0px;
}

p.wpsm-show.wpsm-content-hide {
    display: none;
}

.wpsm-content{
 transition: opacity 300ms ease-in-out, transform 300ms ease-in-out, max-height 300ms ease-in-out; 
 transform-origin: top center;
 max-height: 1000vh;
 overflow: hidden;
}

p.wpsm-show.wpsm-content-hide .wpsm-content {
	opacity: 1;
  transform: scale(1);
  transform-origin: top center;
}

 /*Show More - Ende*/


@media screen and (max-width: 500px){
  .ms-nav-next {
    right: 5px !important;
	}
	.ms-nav-prev{
  left:5px !important;
	}  
  .post-content p {
  	width: 100%;
}
}
.credits p:first-child {
    color: #999 !important; 
}

.credits p:first-child a {
    color: #999;
}



@media (max-width: 600px){
  #site-content{
    font-size: 80%;
  }
}