/* CSS Document */
/*
Template Name: Gisela Heide
Author: Ilona Reinhart
Author URI: https://www.reinhart.eu
Description: Gisela Heide Kunsttherapie main css
Version: 1.0
License: private
License URI: https://www.reinhart.eu
*/
/* font-faces */
/* roboto-condensed-300 - 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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-condensed-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-condensed-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-500 - 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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-condensed-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-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: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/roboto-condensed-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-300 - 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: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/nunito-v32-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nunito-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: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/nunito-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-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: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lora-v37-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
	 margin: 0; padding: 0;
	 box-sizing: border-box;
	 }

html, body {
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:16px;
	line-height: 1.7;
	margin:0px;
	padding:0px;
    hyphens:auto;
    color: var(--body) ;
    background-color:var(--bg-main);
    scroll-behavior: smooth;
}

.logo {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size:1.875rem;
    line-height:1.7;
    font-weight:300;
    text-transform:uppercase;
}
h1 {
    font-size:1rem;
    text-transform:uppercase;
    position:relative;
    display:inline-block;
}
h2 {
    font-size:1.5rem;
}
h1, h2 {
    font-weight:300;
}
h3 {
    font-size:1.2rem;
    font-weight:300;
}
table h2 {
    margin-bottom:30px;
    line-height: 1.3;
}
a, a:visited, a:focus, a:hover {
  text-decoration: none;
    color:var(--body) ;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	transition: color 0.4s ease;
	}
a:focus { outline: none;}

main p a,
footer .text-wrap a {
  color:var(--main);
  position:relative;
  text-decoration:none;
}

table, 
.center .text-wrap {
  width: 100%;
  max-width: 850px;
  margin: 30px auto;
}
.center .cols {
    max-width:850px;
}
td {
    padding:0 0;
    vertical-align: baseline;
}
tr td:first-child {
   min-width: 100px;
}
tr td:last-child {
   min-width: 630px;
}
img {
  width: 100%;
	height:auto;
	border:none;
	display:block;
	}
p, ul, footer a {
  font-size:14px;
}
.columns h2 {
    margin-bottom:15px;
}
p, ul {
   margin:0px 0px 30px 0; 
}
nav ul, nav li {
  list-style: none;
}
footer ul {
    margin-top:40px;
}
.centered {
    text-align:center;
}
.trenner {
  border-bottom: 1px solid var(--body);
    margin-bottom: 30px;
}
/*   colors   */
:root {   
    --body: #343434;
    --bg-main:#F5F5F5;    
}
.bg-main {
    background-color: var(--bg-main);
}
/*  content  */
header, main, footer {
	width:100%;
  }
 header {
  position: sticky;
  top: 0;
  z-index: 100;
} 
header nav {
    position: relative;
  width: calc(100% - 120px);
  margin:0px auto;
  padding:45px 0px;
    padding-top: 45px;
    padding-bottom: 45px;
  transition:0.5s;
}
/*  Navigation   */
#main-menu {
  position:relative;
  height: calc(100vh - 81px);
  opacity:1;
  margin:0;
  padding: 117px 30px 30px 30px;
  border: 0;
  transition:all ease 0.7s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#main-menu a {
  opacity:0;
  padding:0;
  transition-delay:0.7s;
  transition:all ease 0.7s;
}
#main-menu a, #main-menu a:hover, #main-menu a:focus, #main-menu li {
  font-size:20px;
     padding-bottom: 3px;
  color: var(--body);
  text-decoration: none;
  }
#main-menu li a {
  position:relative;
}
#main-menu > li > a::after,
#main-menu .submenu li a::after,
h1::after
 {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: var(--body);
  position: absolute;
  bottom: 0px;
   left: 0;
}
#main-menu a.active::after,
#main-menu .submenu a.active::after,
h1:after {
  width: 100%;
  transition: width .25s;
}
/* Mobile menu toggle button */
.main-menu-btn {
	position: absolute;
  margin: -20px 0 0;
  width: 52px;
  height: 52px;
  text-indent: 52px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  right: 0;
  z-index:10
}
/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 0;
  width: 52px;
  background: #000;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
  height:2px;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
  height:2px;
}
/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-menu-state:checked ~ #main-menu a,
#main-menu-state:checked ~ #main-menu a:hover,
#main-menu-state:checked ~ #main-menu a:focus,
#main-menu-state:checked ~ #main-menu a:active {
  opacity:1;
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  top:-100vh;
  height:0;
  opacity:0;
  padding:0 0px 0 30px;
}
#main-menu-state:checked ~ #main-menu {
  display: block;
}
/*   content   */
section {
  margin: 100px 0;
}
section.werke {
    70px 0;
}
section:first-of-type {
    margin-top:0;
}
section:last-of-type {
    margin-bottom:0;
    padding-bottom:100px;
}
.container {
    width:calc(100% - 120px);
    max-width:1440px;
    margin:0 auto;
	}
.strip .container {
  aspect-ratio: 5/1;
  overflow: hidden;
}
table a {
    position:relative;
}
main p a::after,
footer a::after,
table a::after {
  width: 100%;
}
main p a::after,
footer a::after,
table a::after {
  content: '';
  display: block;
  height: 1px;
  background: var(--body);
  position: absolute;
  bottom: 0px;
  left: 0;
}
.anchor a {
  position: relative;
  display: block;
  top: -170px;
  visibility: hidden;
}
.textblock .text-wrap {
    max-width:700px;
    margin:0 auto;
}
.columns img {
    max-width:350px;
}
.columns .col-2:last-of-type {
    flex-basis:100%;
}
 .columns .col-2 .text-wrap {
        padding:30px 0;
    }
.cols {
  display: flex;
    flex-wrap:wrap;
    margin: 0 auto;
}
.cols.compensate-padding {
    margin:0 -10px;
}
.col-5 {
  flex-basis: calc(20%);
    padding:10px;
}
.hover-wrap {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  z-index: 1;
}
.hover-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .5s ease all;
}
.hover-wrap img {transition: .5s ease all; width: 100%; object-fit:cover;}
.hover-wrap:hover img {
  transform: scale(1.1);
}
.hover-wrap:hover::after {opacity: 1;}
.caption {
  margin: 10px 0 30px 0;
  text-align: center;
}
/*   Werke    */
.thumbs-gallery .cols,
.image-gallery .cols {
    max-width:none;
    justify-content: left;
    margin-left: -10px;
    margin-right: -10px;
}
.col-6 {
  flex-basis: calc(16.66%);
  position: relative;
}
.col-6 a {
    
}
.col-6 img {
  position: absolute;
}
.col-6 img.portrait {
   height: calc(100% - 20px);
  width: auto;
}
.col-6 img.landscape {
  width: calc(100% - 20px);
  height: auto;
}
/*  lightbox  */ 
.goverlay, .glightbox-clean .gslide-description,
.glightbox-mobile .goverlay {
    background:var(--bg-main);
} 
.glightbox-mobile .glightbox-container .gslide-desc {
    color:var(--body);
}
.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
    fill:#343434;
}
.glightbox-clean .gclose, .glightbox-clean .gprev, .glightbox-clean .gnext, 
.glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color:transparent;
}
.glightbox-clean .gslide-title,
.glightbox-clean .gslide-desc {
    font-family:inherit;
    margin:0;
}
.glightbox-clean .gslide-desc {
    font-weight:inherit;
}
.glightbox-clean .gslide-description,
.glightbox-clean .gslide-title {
  background: transparent;
}
.glightbox-desc {
  padding: 10px;
  text-align:center;
}
.thumbs-gallery .img-wrap,
.image-gallery .img-wrap {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
 /*  box-shadow: inset 3px 3px 10px #dedede;
  border: 1px solid #dedede; */
  margin: 10px;
}
.thumbs-gallery p {
  margin: 10px 0 30px;
  line-height: 1.3;
    font-size:14px;
}
.gslider p {
    margin:0;
}
/*   Image Gallery   */
.col-3 {
  flex-basis:33.33%;
}
.katalog .col-3 {
    max-width:370px;
}
.col-4 {
  flex-basis: 25%;
}
.katalog .image-gallery .img-wrap {
    aspect-ratio:auto;
}
/*  Read more   */
.texte main .text-wrap {
  position:relative;
    margin:0 auto;
  padding: 30px 0 0px;
  border-bottom: 1px solid #343434; 
}
.read-more-wrap {
    overflow:hidden;
}
.read-more-state {
  display: none;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
    margin:0;
}
.read-more-target p:first-child {
    margin-top:0;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: 18px;
  max-height: 999em;
    margin-bottom:30px;
}
.read-more-state ~ .read-more-trigger:before {
  content:'weiterlesen';
}
.read-more-state:checked ~ .read-more-trigger:before {
  font-size: 2em;
  width: 21px;
  height: 23px;
  content:'';
  background-image: url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='imm-button-dark' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='arrow-right' transform='translate(0, 0) rotate(90, 10, 10)' fill='%23343434'%3E%3Cpolygon id='Shape' points='9.99932005 20 9.03787312 19.0386184 17.3957979 10.6812619 -1.20783086e-15 10.6812619 -1.20783086e-15 9.32145771 17.3971578 9.32145771 9.03787312 0.961381561 9.99932005 3.6232462e-15 20 10'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); 
  position: absolute;    
  transform: rotate(180deg);
}

.read-more-trigger {
  cursor: pointer;
  height: 30px;
  width: auto;
  display:flex;
  justify-content: center;
  align-items: center;
  margin-bottom:30px;
}
/*  Footer  */
footer {
  background-color: #e9e6e3;
     padding:30px;  
}
footer .container {
  display: flex;
}
footer .container:first-of-type {
  align-items: flex-start; 
}
footer .container:last-of-type {
    justify-content: flex-end;
    margin-top: -28px;
}
footer .col:first-child {
    min-width:150px;
}
footer .col:nth-child(2) {
    min-width:280px;
}
footer .col:nth-child(2) .text-wrap,
footer .col:nth-child(3) .text-wrap{
    padding-top:10px;
}
footer a, footer a:active, footer a:focus, footer a:visited {
  color:var(--body);
}
footer ul {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-right: 50px;
    margin-left:50px;
}
footer ul, footer li {
  list-style:none;
}
footer li a {
    position:relative;
}
/* back to Top - Button  */
.scroll-up.showScrollBtn {
  z-index: 2000;
  opacity:1;
  transition: all 0.8s ease;
}
.scroll-up, a.scroll-up:visited {
  position: fixed;
  z-index:0;
  bottom: 30px;
  width: 25px;
  opacity:0;
  outline: none;
  transition: all 0.8s ease;
  height: 55px;
  right: 15px;
  overflow: hidden;
  cursor:pointer; 
}
.scroll-up svg {
  width: 25px;
}
.scroll-up:hover {
  height:65px;
}
/*  DESKTOP  */
@media (min-width: 768px) {
 p, ul, td, footer a {
  font-size:16px;
} 
    .gslide-description p {
        font-size:14px;
    }
    .text-wrap {
        max-width:700px;
    }
    footer {
        padding-left:0;
        padding-right:0;
    }
}
@media (min-width: 850px) {
    .columns .cols {
        align-items: center;
    }
    .columns .col-2:last-of-type {
       flex-basis: 50%; 
    }
  .col-2 {    
    display:flex;
    align-items:center;
  }
    .columns .col-2 .text-wrap {
        padding:40px 40px 10px;
    }
}
@media (min-width: 1024px) {
  header nav {
    max-width: 1440px;
    height: 80px;
    padding-top: 70px;
    padding-bottom: 100px;
  }
    #main-menu-state ~ #main-menu a, #main-menu-state ~ #main-menu a:hover, #main-menu-state ~ #main-menu a:focus, #main-menu-state~ #main-menu a:active,
   .shrinked #main-menu-state:checked ~ #main-menu a, .shrinked #main-menu-state:checked ~ #main-menu a:hover, .shrinked #main-menu-state:checked ~ #main-menu a:focus, .shrinked #main-menu-state ~ #main-menu a:active {
    opacity: 1;
  }
   .shrinked #main-menu-state ~ #main-menu a, .shrinked #main-menu-state ~ #main-menu a:hover, .shrinked #main-menu-state ~ #main-menu a:focus, .shrinked #main-menu-state~ #main-menu a:active {
  opacity: 0;
}
  #main-menu,
  #main-menu-state:not(:checked) ~ #main-menu {
    right:0;
    height:auto;
    opacity:1;
    z-index: 0;
    top: 80px;
    display:flex;
    max-width: 800px;
  }  
  .shrinked #main-menu-state:checked ~ #main-menu {
    top:30px;
    height:auto;
    opacity:1;
    z-index: 0;
  }
  .shrinked #main-menu,
  .shrinked #main-menu-state:not(:checked) ~ #main-menu {
    top:0px;
    height:0;
    opacity:0;
    z-index: -1;
  }
  .main-menu-btn {
    display:none;
  }
  .shrinked .main-menu-btn {
    display:block;
  }
     #main-menu {
    position:absolute;
    top:85px;
    right:87px;
    height:auto;
    padding-top:0;
  }
 #main-menu li {
        cursor:pointer;
    }
  #main-menu li:nth-child(1),
    #main-menu li:nth-child(2),
    #main-menu li:nth-child(3),
    #main-menu li:nth-child(4),
     #main-menu li:nth-child(5){
        margin-right: 50px;
    }
  #main-menu a, #main-menu a:hover, #main-menu a:focus, #main-menu a:active, #main-menu li {
    font-size:16px;
  }

  .submenu {
    min-width: 340px;
    display: none;
        background-color: var(--bg-main);
        margin-left: -20px;
        margin-top:0;
      box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.05);
  }
    #main-menu .submenu {
        margin-left:0;
    }
   #main-menu  li:hover .submenu {
    display: block;
    position: absolute;
    padding: 20px 20px 20px;
  }
    #main-menu > li:hover > a::after,
    #main-menu .submenu li:hover a::after {
  width: 100%;
  transition: width .5s;
}
    footer .container:last-of-type ul,
    footer .container:last-of-type p {
        margin-top:-30px;
    }
}
/*   mobile   */
@media(max-width:1280px) {
     .col-6 {
        flex-basis:20%;
    }
    footer .container:last-of-type {
        display:block;
        margin-top:40px;
    }
    footer .container:last-of-type ul {
        margin-bottom:0px;
        margin-left:0;
        justify-content:normal;
    }
    footer .container:last-of-type p {
        margin-top:0px;
        margin-bottom:10px;
    }
}
@media(max-width:1024px) {
     .col-6 {
        flex-basis:25%;
    }
    
}
@media (max-width:849px) {
    .col-3 {
      flex-basis:100%;
    }
}
@media (max-width:767px) {
   
    .logo {
        font-size:1.5rem;
    }
    header nav, .container {
        width: calc(100% - 60px);
  }
    header nav {
        padding:40px 0 25px;
    }
    td {
        display:table;
    }
    tr td:last-child {
        min-width:0;
    }
    .col-5, .col-6 {
        flex-basis:33.3%;
    }
    .thumbs-gallery {
        margin:50px 0;
    }
    .glightbox-mobile .glightbox-container .gslide-description {
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(245,245,245,0)),to(rgba(245,245,245,.75)));
        background: linear-gradient(to bottom,rgba(245,245,245,0.3) 0,rgba(245,245,245,.75) 100%);
        -webkit-transition: opacity .3s linear;
        padding:0;
    }
    .glightbox-clean .gdesc-inner {
        padding: 10px 20px;
    }
    .gslider p {
        hyphens: auto;
    }
    footer .container {
        width:100%;
        display:block;
    }
    footer .container:last-of-type p {
        margin-top: 10px;
    }
}
@media (max-width:580px) {
    .col-5, .col-6 {
        flex-basis:50%;
    }
}
@media (max-width:474px) {
    header nav, .container {
        width:calc(100% - 40px);
    } 
}
