/* **********************************************************
*	 Datei styles.css fuer psychotherapie-kost.de (Ausgabemodus)
*  created:    16.10.2020           
*  created by: c. majert
********************************************************** */

/* **********************************************************
*	Einbindung des Fonts Barlow Semi Condensed
********************************************************** */
/* barlow-semi-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/barlow-semi-condensed-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/barlow-semi-condensed-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-semi-condensed-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-semi-condensed-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-semi-condensed-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-semi-condensed-v14-latin-regular.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}

/* barlow-semi-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/barlow-semi-condensed-v14-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/barlow-semi-condensed-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-semi-condensed-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-semi-condensed-v14-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-semi-condensed-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-semi-condensed-v14-latin-600.svg#BarlowSemiCondensed') format('svg'); /* Legacy iOS */
}


/* **********************************************************
*	RESET
********************************************************** */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
   padding:0;
   border:0;
   outline:0;
   font-size:100%;
   vertical-align:baseline;
   background:transparent;} 

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
   display:block;}
    
ul, ol { 
   list-style:none; }
 
blockquote, q { 
   quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { 
    content:''; content:none; }

a { 
   margin:0; 
   padding:0; 
   font-size:100%; 
   vertical-align:baseline; 
   background:transparent; }

ins { 
   background-color:#ff9; 
   color:#000; 
   text-decoration:none; }
 
mark { 
   background-color:#ff9; 
   color:#000; 
   font-style:italic; 
   font-weight:bold; }

del { 
   text-decoration: line-through; }
 
abbr[title], dfn[title] { 
   border-bottom:1px dotted; 
   cursor:help; }
 
table { 
   border-collapse:collapse; 
   border-spacing:0; }

hr { 
   display:block; 
   height:1px; 
   border:0; 
   border-top:1px solid #ccc; 
   margin:1em 0; 
   padding:0; }

img {
	vertical-align:bottom;
	display:block;}

input, select { 
   vertical-align:middle; }
    
html { 
   overflow-y: scroll; }

.cf:before {
	content:"";
	display:table;}

.cf:after {
	clear:both;
	content:".";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;}
	
/* **********************************************************
*	STRUKTUR
********************************************************** */
/*
.special {
	position:fixed;
	width:100px;
	top:-2px;
	left:50%;
	font-size:0.9em; 
	text-align:center;
	text-align:center;
	margin-left:-50px;
	z-index:10000;}

.special p {color:#f00; font-weight:600;}
*/

html, body {
	height: 100%;
  box-sizing: border-box;}
  	
*,
*:before,
*:after {
  	box-sizing: inherit;}

html {
	font-size:62.5%;}

body {
	display:table;
	background: #fff;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Barlow Semi Condensed', sans-serif;
  /*font-size: 62.5%;*/
	font-weight:400;}

header {
	padding:17px 15px;
	position:fixed;
	width:100%;
	background:rgba(255,255,255,1.0);
	z-index:1000;}
	
header.opened {
	width:100%;
	height:100%;
	background:#d25019;}

.header-inner {
	width:100%;
	display:flex;
	justify-content:space-between;}

.logo-box {
	width:72%;
	max-width:275px;}

.logo {
	width:100%;
	padding-bottom:19%;	
	position:relative;
	background-image:url(/_layout/media/logo_mathei_color.png);
	background-repeat:no-repeat;
	background-size:contain;}
	
.logo.opened {
	background-image:url(/_layout/media/logo_mathei_white.png);
	background-repeat:no-repeat;
	background-size:contain;}

@media all and (min-width: 1025px) { 
	header {
		padding:34px 50px;}
}
	
.navbtn {
	width:50px;
	display: flex;
  align-items: center;
  justify-content: center;}
	
.navicon {
	width:50px;
	height:40px;
	z-index:200;
	cursor: pointer;}	
	
.navicon .bars {
	width:50px;
	height:40px;
	background:url(/_layout/media/menu.png) no-repeat 0 0;}
	
.navicon:hover .bars {
	background:url(/_layout/media/menu.png) no-repeat 0 100%;}	
	
.navicon.open .bars { 
	background:url(/_layout/media/menu.png) no-repeat 100% 0;}
	
.navicon.open:hover .bars { 
	background:url(/_layout/media/menu.png) no-repeat 100% 100%;}
	
nav {
	/*display:none;*/
	position:fixed;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	-webkit-transition: -webkit-transform .4s ease-in;
  -moz-transition: -moz-transform .4s ease-in;
  -o-transition: -o-transform .4s ease-in;
  transition: transform .4s ease-in;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);}
	
nav.opened {
	/*border:1px solid #fff;*/
	/*height:calc(100% - 60px);*/
	height:100%;
	display:flex;
	flex-direction: column;
  align-items: center;
  justify-content: space-around;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);}

.spacerbox {
	width:30%;
	max-width:275px;
	min-width:200px;}	
	
.spacer {
	width:100%;
	padding-bottom:30%;	
	background:#ccc;}
	
main {
	padding:75px 0 0 0;}

@media all and (min-width: 1025px) { 	
	main {
		padding:120px 0 0 0;}
}
	
section {
	text-align:center;
	padding:0 0 3rem 0;}
	
article {
	}
	
.topspace {
	padding-top:5rem;}

@media all and (min-width: 1025px) { 
  .topspace {
	  padding-top:8rem;}
}
	
.portrait {
	max-width:270px;	
	margin:0 auto;
	padding:0 15px;}
	
.portrait img {
	width:100%;
	height:auto;}
	
.txt-wrapper {
	max-width:730px;
	margin:0 auto;
	padding:0 15px;
	display:block;}
	
.txt100 {
	max-width:730px;
	padding:0 15px;
	margin:0 auto;}
	
.txt33 {
	max-width:730px;
	padding:0 15px;
	margin:0 auto;}
	
.txt50 {
	max-width:730px;
	padding:0 15px;
	text-align:left;
	margin:0 0 3rem 0;}	
	
@media all and (min-width: 1025px) { 	
	.txt-wrapper {
		max-width:1140px;
		margin:0 auto;
		padding:0 15px;
		display:flex;
		justify-content:space-between;}
	
	.txt33 {
		width:calc((100% - 60px) / 3);
		padding:0;}
	
	.txt50 {
		width:calc((100% - 30px) / 2);
		text-align:left;
		padding:0;
    margin:0;}	
  
  .portrait {
	  max-width:380px;	
	  margin:0 auto;
	  padding:0 15px;}
}
	
.listbox {
	height:auto;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:1rem 0 1.5rem 0;
	}
	
.listbox-inner {
	height:145px;
	overflow:hidden;
  margin:0;}
	
.listbox-inner.full {
	height:auto;}

.we-link {
  background:#474549;
  padding:4px;}

.we-link a:link, .we-link a:visited {
  color:#ccc;
  text-decoration:underline;}

.we-link a:hover, .we-link a:active {
  text-decoration:none;}

/* **********************************************************
*	FARBEN UND HINTERGRÜNDE
********************************************************** */
.bg-orange {
	background-color:#d25019;}
	
.bg-ocker {
	background-color:#bd960a;}
	
.bg-grau {
	background-color:#474549;}
	
.orange {
	color:#d25019;}
	
.ocker {
	color:#bd960a;}
	
.grau {
	color:#474549;}	
	
.white {
	color:#fff;}

@media all and (min-width: 1025px) { 	
	.bg-psychtherapie {
		background-image:url(/images/bg_psychotherapie.jpg);
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;}
		
	.desktop {
		display:none;}	
}

/* **********************************************************
*	BILDER
********************************************************** */
.img-wrapper {
	display:flex;}

.img-box.full {
	width:100%;}
	
.img-box.half {
	width:50%;}
	
.img-box img {
	width:100%;
	height:auto;}
	
.portrait {
	margin:0 auto 2rem auto;}
	
.img-round {
	border-radius:100%;}
	
/* **********************************************************
*	SCHRIFTEN
********************************************************** */
h2 {
	font-size:3rem;
	font-weight:400;
	text-transform:uppercase;
	margin:0 0 3rem 0;}
	
h3 {
	font-size:2.0rem;
	font-weight:400;
	line-height:130%;
	margin:0 0 1rem 0;}
	
h4 {
	font-size:2rem;
	font-weight:400;
	line-height:137.5%;
	margin:0 0 0.8rem 0;}
	
h5 {
	font-size:1.4rem;
	font-weight:600;
	line-height:137.5%;
	margin:0;}
	
p {
	font-size:1.6rem;
	line-height:160%;
	font-weight:400;
	margin:0 0 2.4rem 0;}
	
p.small, .klein p, .kontakttxt p {
	font-size:1.4rem;
	line-height:140.0%;
	margin:0 0 1.5rem 0;}

b, .bold {
  font-weight:600;}
	
.nomargin {
	margin:0;}

.nowrap {
  white-space:nowrap;}

.zitat {
  max-width:550px;	
	margin:0 auto;
  padding:0 0px;}
	
.footernav {
	font-size:1.6rem;
  /*font-size:20px;*/
	color:#fff;
	text-align:center;}
	
.footer span {
	display:inline-block;
	margin:0 5px;}
/*
ul li {
  font-size:1.6rem;
  line-height:160%;}
*/	
ul.profil {
	font-size:1.6rem;
	font-weight:400;
	list-style-image:url(/_layout/media/listimg2.png);
  margin:0 0 -3rem 0;}
	
ul.profil li {
	margin:0 0 0 1.6rem;
	padding:0 0 0.8rem 0;}

/*
ul.liste {
  list-style-type:square;
  font-size:1.6rem;}
*/

ul.liste { 
  list-style-type:none;
  font-size:1.6rem;}

ul.liste li:before { 
  content: "\203A" " "; }  /*\25BA*/

.openerbox {
	width:100%;
	position:relative;}	

.switch {
	position:absolute;
	top:-18px;
	left:50%;
	width:38px;
	height:38px;
	/*border:1px solid #fff;*/
	background:url(/_layout/media/plus.png);
	margin:0 0 0 -19px;
	cursor:pointer;}
	
.switch.minus {
	background:url(/_layout/media/minus.png);}
	
hr {
	border:0;}

.hr-orange {
	border-left:2px solid #d25019;}
	
.hr-white {
	border-top:2px solid #fff;}
	
.hr-white.vertical {
	border-left:2px solid #fff;}
	
.vertical {
	width:0;
	height:5rem;
	margin:2rem auto;}
	
.horizontal {
	width:4rem;
	height:2px;
	margin:3rem auto;}
	
@media all and (min-width: 1025px) { 	
	h2 {
		font-size:5rem;
		margin:0 0 4rem 0;}
		
	h3 {
		font-size:2.6rem;
		margin:0 0 1.0rem 0;}
		
	h4 {
		font-size:2rem;
		margin:0 0 1.3rem 0;}
		
	h5 {
		font-size:1.6rem;
		margin:0 0 0.0rem 0;}
		
	p, .kontakttxt p {
		font-size:2rem;
		margin:0 0 3rem 0;}
		
	p.small, .klein p {
		font-size:1.6rem;
		margin:0 0 2.2rem 0;}
/*  
  ul li {
    font-size:2rem;
    line-height:;}
*/  
  .footernav {
	  font-size:2rem;}
  
  ul.profil {
	  font-size:1.6rem;
    list-style-image:url(/_layout/media/listimg2.png);}
	
  ul.profil li {
	  margin:0 0 0 1.6rem;
	  padding:0 0 0.8rem 0;}
  
  .vertical {
	  width:0;
	  height:6rem;
	  margin:3rem auto;}
  
  .horizontal {
	  width:6rem;
	  height:2px;
	  margin:3rem auto;}
  
  ul.liste {
    font-size:2rem;}
}

/* **********************************************************
*	LINKS
********************************************************** */	
.bg-ocker a:link, .bg-ocker a:visited,
.bg-orange a:link, .bg-orange a:visited {
	color:#fff;
	text-decoration:underline;}
	
.bg-ocker a:hover, .bg-ocker a:active,
.bg-orange a:hover, .bg-orange a:active {
	color:#fff;
	text-decoration:none;}
	
	
.maplink {
	text-align:center;
	display:inline-block;}

/*	
.maplink img {
	margin:0 auto 0.8rem auto;}
*/
	
.maplink a {
	text-decoration:none !important;
	display:block;}

.maplink a:hover {
  opacity:0.8;}

.router {
  width:32px; 
  margin:0 auto 0.8rem auto;}

.router img {
  width:100%;
  height:auto;}

:target {
	display: block;    
   position: relative;     
   top: -75px;
   visibility: hidden;}
   
footer a:link, footer a:visited {
	color:#fff;
	text-decoration:underline;}
	
footer a:hover, footer a:active {
	color:#fff;
	text-decoration:none;}
   
@media all and (min-width: 1025px) { 
	:target {
		display: block;    
   	position: relative;     
   	top: -120px;
   	visibility: hidden;}
  
  .router {
    width:44px;}
}
	
/* **********************************************************
*	NAVIGATION
********************************************************** */	
nav ul {
	font-size:3rem;
	font-weight:400;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	padding-top:9rem;}
	
nav ul li {
	padding:0 0 1.2rem 0;}
	
nav ul a:link, nav ul a:visited {
	color:#fff;
	text-decoration:none;}
	
nav ul a:hover, nav ul a:active {
	border-bottom:2px solid #fff;}
	
nav p {
	font-size:2rem;
	font-weight:400;
	text-align:center;
	color:#fff;}

@media all and (min-width: 1025px) { 
  nav ul {
	  font-size:4rem;}
}

/* **********************************************************
*	FOOTER
********************************************************** */	
footer {
	padding:15px 0;}

.footer-inner {
	max-width:;
	min-height:30px;
	position:relative;}

.footernav {
  height:30px;
  display:flex;
  align-items:center;
  justify-content: center;}

.top {
	display:block;
	position:absolute;
	bottom:0px;
	right:15px;
	width:30px;
	height:30px;
	background-image:url(/_layout/media/top.png);
	background-repeat:no-repeat;
	background-size:contain;
	z-index:500;}
	
.top:hover {
	opacity:0.7;}	
	
.show {
	cursor:pointer;}
	
#div1, #div2 {
	position:relative;
	padding-bottom:2.5em;}
	
.targetDiv {
	display:none;}
	
.target-inner {
	padding:2em 0;
  color:#fff;
  text-align:center;}
	
.close {
	position:absolute;
	width:30px;
	height:30px;
	top:20px;
	right:15px;
	background-image:url(/_layout/media/close.png);
	background-repeat:no-repeat;
	background-size:contain;
	z-index:900;}
	
.close:hover {
	opacity:0.7;}

.intern {
	display:none;}
.js .intern {
	display:block;}

.extern {
	display:block;}	
.js .extern {
	display:none;}

@media all and (min-width: 1025px) { 
  .close, .top {
	  width:50px;
	  height:50px;
    right:50px;}
  
  .footer-inner {
	  min-height:50px;}
  
  .footernav {
    height:50px;}
}
