/*
Theme Name: Jessica Oberscheider
Author: Ewald Natter
Version: 1.0
*/

*,
A:focus {
  outline: none;
  }
  
A {
  transition: color 0.2s;
  }
  
A:hover {
  color: var(--wp--preset--color--braun-rot);
  }


BODY {
  letter-spacing: -0.015em;
  -webkit-font-smoothing: antialiased;
  }
  
/* PAGE TITLE
---------------------------------------------------------------------------- */  

.edit-post-visual-editor__post-title-wrapper {
  box-sizing: border-box;
  margin-top: 0;
  padding: 14px 20px 6px 40px;
  height: 47px !important;
  border-bottom: 1px solid #e0e0e0;
  background: #f5f5f5;
  }
  
.edit-post-visual-editor__post-title-wrapper:before {  
  content: "Titel";
  font-size: 10px;
  line-height: 20px;
  font-weight: 700;
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, "Helvetica Neue", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  padding: 0 5px;
  border-radius: 2px;
  background: #777;
  color: #fff;
  position: absolute;
  top: 13px;
  left: 20px;
  }
  
.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
  margin-top: 0 !important;
  height: 47px !important;
  }  
  
.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper H1 {
  font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0 !important;
  font-weight: 600 !important;
  margin-left: 40px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  max-width: 100% !important;
  color: #000 !important;
  }  
  
HEADER {  
  width: 100%;
  height: 73px;
  position: fixed !important;
  z-index: 2;
  background: rgba(255,255,255,0.97);
  transition: 0.2s;
  }
  
HEADER.shadow {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.075);
  }  
  
/* BLOCK CONTENT
---------------------------------------------------------------------------- */   
  
HEADER + .wp-block-post-content {
  padding-top: 71px;
  padding-bottom: 140px;
  }    
  
/* BLOCK HEADING
---------------------------------------------------------------------------- */   
  
.wp-block-heading {
  margin-bottom: 1em;
  }  
  
/* BLOCK GROUP
---------------------------------------------------------------------------- */   
  
.wp-block-group.overlap {
  position: relative;
  z-index: 1;
  display: flex;
  } 
  
.wp-block-group.overlap FIGURE {
  position: absolute;
  right: 0;
  top: -300px;
  }  
  

