/* psychotherapie-winkelhausen.de */ 


/*** defaults ***/
section, article, aside, footer, header, nav, main {
  display: block; }

body, html {
  width: 100%;
  height: 100%; }

ul, menu, dir {
  list-style: none outside none;
  padding: 0;
  list-style-type: none;
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -moz-padding-start: 0;
  margin: 0; }

a img {
  text-decoration: none;
  border: 0; }

a {
  outline-width: 0;
  outline-style: solid;
  outline-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

figure {
  margin: 0; }

body, html, p, div {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  outline-width: 0;
  outline-style: solid;
  margin: 0; }

  p {
	padding: .5rem 0; 
  }
  
html {
  font-size: 62.5%; }

h1 {
  font-weight: 400;
  line-height: 1.2;
  font-family: Arial, serif;
  padding: 1.5rem 0 .5rem 0;
  margin: 0;
  text-decoration: none;
  font-size: 30px; }

h2 {
  font-weight: 400;
  line-height: 1.2;
  font-family: Arial, sans-serif;
  padding: 1.5rem 0 .5rem 0;
  margin: 0;
  text-decoration: none;
  font-size: 20px; }
	  
a:link,
a:visited {
  color: #48494B;
  text-decoration: none; }

a:hover,
a:active,
a:focus,
a.active {
  color: #6DACA3;
  text-decoration: none; }
  
  
/* content */
.main-top { 
	margin: 0 auto; 
}

.main-sub { 
	margin: 0 auto;
	padding: 30px 20px;
	width: 100%;
	max-width: 800px;
	color: #48494B;
	box-sizing: border-box;
}

.main-navi {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  gap: 10px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 4px;
}
.main-navi a {
  color: #fff;
  text-decoration: none;
  width: 100px;
  text-align: center;
}