/*
Theme Name: Theme for Praxis Seele von Heilpraktiker Henning Holst 
Theme URI: https://www.praxis-seele.de/
Author: Sven Albrecht
Author URI: https://advanced-simple.de/
Text Domain: ps-theme
Version: 1.0
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,caption,canvas,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,embed,fieldset,figcaption,figure,form,footer,header,hgroup,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,summary,tt,table,tbody,textarea,tfoot,thead,time,tr,th,td,u,ul,var,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin: 0 0 1.5rem;}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
@font-face {
    font-family: bodytext;
    src: 
      url('fonts/Montserrat-VariableFont_wght.woff2') 
      format(‘woff2 supports variations’),
      url('fonts/Montserrat-VariableFont_wght.woff2') 
      format('woff2-variations');
    font-weight: 100 900;
    font-display: swap;
}
@font-face {
    font-family: headings;
    src: 
      url('fonts/Vollkorn-VariableFont_wght.woff2') 
      format(‘woff2 supports variations’),
      url('fonts/Vollkorn-VariableFont_wght.woff2') 
      format('woff2-variations');
    font-weight: 400 900;
    font-display: swap;
}
@font-face {
    font-family: highlightscript;
    src: 
      url('fonts/NothingYouCouldDo.woff2') format('woff2'),
      url('fonts/NothingYouCouldDo.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	color: #303030;
	font-family: 'bodytext', Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 18px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'headings', 'Times New Roman', Times, serif;
	margin-top:2rem;
}
h1 {
  margin-bottom: 1.25rem;
  margin-top:1.5rem;
  font-size: 3rem;
  line-height: 2.9rem;
 
}
h2{
  margin-bottom: 1rem;
  font-size: 2.6rem;
  line-height: 2.6rem;
}
h3{
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;  
  font-size: 2.3rem;
  line-height: 2.33rem;  
}
h4 {
  margin-bottom: 0.5rem;
  margin-top: 1rem;  
  font-size: 1.8rem;
  line-height: 1.6rem;    
}
h5{ 
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
h6{
  margin-bottom: 1.5rem;  
  font-size: 1.5rem;
}
p, ul, ol{
    margin-bottom:0.5rem;
}
ul, ol{
    padding-left:1rem;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.test{
	display:none !important;
}
blockquote{
	margin: 0 auto;
    padding: 0;
    width: 90%;
    position: relative;
	text-align: center;
    color: #4298D3;
    font-weight: 600;
}
blockquote::before, blockquote::after {
    position: absolute;
    display: block;
    height: 4rem;
    font-size: 8rem;
    color: #4298D3;
    font-weight: 400;
}
blockquote::before {
	content: '„';
    left: -2rem;
    top: -2rem;
}
blockquote::after {
	content: '“';
    bottom: -3rem;
    right: -2rem;
}
section{
    padding:3rem 0;
}
.section-subhead{
    font-family: 'highlightscript';
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.2;
}
.btn{
    border-radius: 40px;
  background-color: #fff000;
  padding: 0.75rem 2rem;
  font-size: 1.2rem;
}