.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Mehr dazu';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Weniger';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}




* {
    margin: 0;
    padding: 0;
    border: 0 none;
    position: relative;
}

html {
    background: #fff;
    scroll-behavior: smooth;
}

body {
    font-size: 140%;
}  

#top {
  visibility: hidden;  
  top: -40px;
}

._navigation-mobile {
  display: none !important;
  }   

#mobile {
  visibility: hidden;
  display: none;
}
._bigfont  {
  font-size: 20px; 
  padding-right: 40px;
}

.modcontent {
  font-size: 1.0em;
} 

.static {
  padding: 35px;
  background: #fff; 
  margin-top: -2px;
} 

.invisible {
 display: none;
 visibility: hidden;
}
  

.full {
  grid-column: 1 / -1;
}

h2.modcontent, h3.modcontent, h4.modcontent {
font-weight: normal;
text-align: left;
font-size: 1.4em;
padding-left: 0;  
}        

.vina-accordion-item {
  font-weight: normal !important;
  text-align: center !important; 
  line-height: 80px !important;
  text-transform: none !important; 
  font-size: 1.8em !important;
} 

.vina-accordion-content .accordion-close span {
    background: url(../images/Pfeil-down.svg) center center no-repeat !important;  
    width: 60px;
    height: 60px;    
    padding: 10px 10px !important;
}  
.vina-accordion-content .accordion-open span {
    background: url(../images/Pfeil.svg) center center no-repeat !important; 
    width: 60px;
    height: 60px;    
    padding: 10px 10px !important;
}  

.vina-accordion-container div div h3.title {
  visibility: hidden;
} 

.vina-accordion-container {
  padding: 35px !important;
}    

.content ul li, .item-content ul li  {
  margin: 0 0 0 3%;
}


.blog-featured_no-h1 > .page-header, .blog_no-h1 > .page-header, .blog > .page-header, .blog_erfolg > .page-header {
  visibility: hidden; 
  display: none;
}

p a::before {
  content: '<';
}
p a::after {
  content: '>';
}

a:hover {
  text-decoration: underline;
}
 
/* Component  */  

.com-content-category-blog {
  margin: 0 10% 0 10%;
  padding: 100px 0 520px 0;
  font-size: 0.6em;
}    

.blog-items {
    margin: 0 0 4% 0;
    z-index: 510;
    display: grid;
    gap: 2%;
    grid-template-columns: auto;
    height: 100%;
}   




.items-leading blog-item {
  grid-column: 1 / 3;
  margin: 0 0 2% 0;
}

.blog-item {
  background: #fff; 
  padding: 5%; 
}  

 

.page-header {
    padding: 0;
    margin-bottom: 35px;
    font-weight: normal;
    min-height: 60px;
}

.page-header h2 {
    font-weight: normal;
    text-align: left;
    font-size: 1.5em;               /* vorher 1.8em */
    padding-right: 40px;
}

._erfolg .page-header h2 {
    text-decoration: underline;
}


.items-row {
    width: 100%;
    min-width: 300px;
    float: left;
}

p {
  margin: 0 0 0.5em 0;
}


.clean .page-header {
  background: #fff;
  text-decoration: underline;
}

.blog_toggle .page-header :after {
  content: url("../../../images/Pfeil-down.png");
  position: absolute;
  right: 0px;
  top: 0px;
}

.blog_toggle .page-header h2 {
  font-weight: normal;
  text-align: center;
  padding-right: 50px;
}

.blog_toggle .text {
  font-weight: normal;
  padding: 0 35px 0 35px;
}

.blog_toggle-open li {
  margin: 0 0 0.3em 1em;
}

.therapy {
  padding: 10px 10px 10px 20px;
  margin: 35px 0 -35px 0;
  font-weight: normal;
  text-align: center;
  min-height: 60px;
  font-size: 1.4em;
}

.moduletable h3 {
  font-weight: normal;
}

*, *:after, *:before {
    box-sizing: inherit;
}


#wrapper {
    max-width:100%;
    margin:0 auto;
    display: block;
    min-height: 800px;
    padding: 30px 0 0 0;
}
  
  #navigation {
    font-size: 1.6em;
    min-height: 40px;
    margin: 0;
    position: relative;   /* wenn auf sticky geändert auch bei navbg ändern  */
    top: -50px;
    max-width:100%;
    padding: 0 0px; 
    z-index: 90;
  } 
  

  #navbg {   
    visibility: visible;
    display: block;
    background-color: rgba(0, 0, 0, 0.9);
    min-height: 40px;
    margin: 0;
    margin: -40px 0;
    position: relative;
    top: 0;
    max-width:100%; 
    overflow: hidden;
  /*  z-index: 400;   */
  }

#navigation ul.nav {
/*  position: relative;   */
  z-index: 600; 
  position: absolute;
}

#navigation a {
  color: #fff;
}

#navigation a:hover {
  text-decoration: none;
} 




#navigation ul {
    list-style: none;
    margin: 0 auto;
    display: block;
   float: left;

/*    width: 100%;
    min-width: 980px;   */
}

#navigation ul li {
  float: left; 

} 

/* Logo Menu */

#logo {
  position: absolute;
  top: 30px;
  left: 2%;
  margin: 0 0 0 0;  
  z-index: 99999;
}  

#logo li {
  list-style: none;
}

#logo .default {
  padding-right: 1%;    
  padding-left: 0;    
  width: 280px;
  height: 300px;
  background-image: url(../../../images/logos/Logo_Screen_gross_weiss.svg);
  background-size: contain;
  background-repeat: no-repeat;   

}   

#logo .default a  {
  color: transparent !important;
  display: block;  
  /* Logo lang
  width: 300px;
  height: 100px; 
  */
  width: 280px;
  height: 300px;
}

ul.menu_navigation-left {
    display: block;  
    float: left;
}    
  

#navigation li {
  padding-left: 4%;           /** vorher 6% **/
} 

    

ul._navigation-right {
  visibility: hidden;
  display: none;
}
 

#stickynav {
  position: sticky; 
  position: -webkit-sticky;
  top: 60%;
  left: 100%;
  width: 80px;
  z-index: 9999;
  background: transparent;
}

.custom_socialbutton {
  width: 60px;
}   


#stickynav img {
  margin: 0 0 15px 0;
}

.custom_socialbutton a {
  right: 0;
  transition: all 200ms;
}

.custom_socialbutton a:hover, .custom_socialbutton a:focus {
  right: 5px;
}
 
#position-1 {
    position: relative;
    top: -118px;
}



#position-1 img, #position-2 img {
  width: 100%;
}


.full {
  display: block;
}

a {
    text-decoration: none;
}

#slogan {
  font-size: 1.8em;             /** vorher 1.8em **/
  letter-spacing: 0.01em;
  position: absolute;
  color: #FFF;
  top: 3.8em;
  left: 2em;
  line-height: 1em;             /** vorher 0.9em **/
}



#kontaktkreis {
  width: 170px;
  border-radius: 85px;
  min-height: 70px;
  padding: 40px 0 40px 0;
  position: absolute; 
  top: 70%;
  right: 10%;
  z-index: 70;
  text-align: center;
  font-size: 0.65em;
  letter-spacing: 0.01em;
  line-height: 2em;
} 

#kontaktleiste {  
    visibility: hidden;
    display: none;
}

#component {
  margin: 0 0 -100px 0;
  font-size: 1.8em;
  letter-spacing: 0.01em;
  background: #ededed; 
  position: relative;
  top: -480px;
  padding-bottom: 320px;
  height: 100%;
} 

#team-header {
  font-size: 1.8em;
  letter-spacing: 0.01em;
  position: absolute;
  color: #FFF;
  bottom: 85%;
  right: 10%;
} 

  
#position-5 {
  padding: 10px 2% 150px 2%;  
  margin: -460px 0 200px 0;
  background: #ededed;
  display: grid;
  gap: 4%;
  grid-template-columns: auto;
} 

#position-5-left, #position-5-right {
       width: 98%; 
  } 

#position-6 {
  padding: 2% 8%;
  margin: -360px 0 100px 0;
  background: #fff;
  display: grid;
  gap: 4%;
  grid-template-columns: auto;
}  



#position-3 {
  padding: 100px 2% 150px 2%;
  display: grid;
  align-items: center;
  justify-content: center; 
  margin: -20px 0 0 0;
  background: #ededed;
} 

#position-3 div.moduletable div.mod-custom {
  display: grid;
  align-items: center;
  justify-content: center; 
}   


#position-3 div.moduletable div.custom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
  
.moduletable h3 {
  font-size: 1.8em;
  letter-spacing: 0.01em;
  margin: 0 0 25px 0;
}

.partner {
  background: #fff;
  width: 21%;
  min-width: 226px;
  float: left;
  margin: 25px 1% 0 1%;
  padding: 20px 10px 10px 10px;
}

.partner img {
  width: 100%;
}
.partner p {
  padding: 20px 5px;
  text-align: center;
  font-size: 1.2em;
}

.team {
  background: #fff;
  width: 28%;
  min-width: 300px;
  float: left;
  margin: 25px 2% 0 0;
  padding: 0;
}

.team img {
  width: 100%;
}
.team p {
  padding: 15px;
  text-align: left;
  font-size: 1.0em;
}

#position-4 {
  padding: 2% 6% 2% 6%;
  display: block;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 0;
  background: #ededed;
} 

#position-4 div.custom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.zitatbild {
  object-fit: cover;
  object-position: 50% 0;
  border-radius: 50%;
  width: 18%;
  min-width: 226px;
  height: 19%;
  min-height: 226px;
  margin: 25px 10px 0 10px;
}

.zitattext {
  background: url(../images/ZitatBG.png) top left no-repeat;
  font-size: 2.5em;
  display: block;
  margin: 0 0 0 0;
  padding: 0 0 0 100px;
}
  
.zitat11 {
  width: 33%;
  min-width: 246px;
  margin-bottom: 100px;
}

.zitat12 {
  width: 66%;
  margin-bottom: 100px;
}

.zitat22 {
  width: 33%;
  min-width: 246px;
  margin-bottom: 100px;
}

.zitat21 {
  width: 66%;
  margin-bottom: 100px;
}

.zitat22 .zitatbild {
  float: right;
}

.gruppe {
  width: 27%;
  min-width: 292px;
  min-height: 220px;
  float: left;
  margin: 0 2% 0 0;
  padding: 20px 20px 20px 20px;
  color:#fff;
}

.gruppe h3 {
  font-size: 1.5em;
  text-align: center;
  padding: 0;
}

.gruppe p {
  text-align: center;
  font-size: 1.2em;
}

#position-7 {
  padding: 100px 11% 150px 12%;
  display: block;
  margin: 0 0 0 0;
  background: #fff;
  top: -100px;
}

#position-8 {
  padding:0;
 height: 100%;
  margin: 0 0 0 0;
}

.phocamaps-box {
  margin: 0 !important;
  padding: 0;
}

#footer {
  padding: 50px 5% 50px 5%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin: -2em 0 0 0;
  background: #6d7f8c;
  font-size: 0.7em;  
  font-weight: normal;
  color: #fff;
  line-height: 2em;
}

.moduletable_footer {
  margin: 20px 20px 0 0; 
  float: left;
}

ul.menu_unten {
   list-style: none;
   padding: 0 0 0 20px;
}

.menu_unten a {
  color: #fff;
  font-weight: normal;
}

.menu_unten li {
  float: left; 
  margin: 0 2em 0 2em;
  font-weight: normal;
} 

.menu_unten a:hover {
  text-decoration: none;
}
.menu_unten a::before {
  content: '˂';
  color: transparent;
}
.menu_unten a::after {
  content: '>';
  color: transparent;
}

.menu_unten a:hover::before, .menu_unten a:hover::after {
  color: #fff;
}
.menu_unten .active a::before, .menu_unten .active a::after {
  color: #ededed;
}      

/* Mobilebar */    

.mobilemenuck-bar {
  margin: 0 0 15% 50%;
  height: 6em !important;
  position: relative;
  z-index: 400;
}



#mobilemenuck-1-mobile {
  width: 80% !important;
  left: 20% !important; 
  font-size: 1.8em;
}   

#mobilemenuck-1-mobile-bar {
  font-size: 1.8em;
  z-index: 100; 
}

.mobilemenuck, #mobilemenuck-109-mobile  {
  background-color: rgba(61,61,64,1) !important;
  padding: 160px 0 100px 0;
  font-size: 1.0em; 
  position: absolute !important; 
  height: 100%;
}   

#mobilemenuck-109-mobile-bar {
    position: absolute !important;

  }

.mobilemenuck-title {
    background: transparent !important;
    font-weight: normal !important;
    text-indent: 1em !important;
    line-height: 2em !important;
    font-size: 1.8em !important; 
    margin-left: 50%;
    height: 2.3em !important;
}

.mobilemenuck-bar-title {
    background: transparent !important;
    color: #FFFFFF !important;
    font-weight: normal !important;
    text-indent: 1em !important;
    line-height: 3em !important;
    font-size: 1.8em !important;
    z-index:100;
}  

/* Burgerbutton */

.mobilemenuck-bar-button {
/* padding: 0 1.1em 0 0 !important; */ 
  padding: 0 !important;
  margin: 0 0.1em 0 0;
  font-size: 4em !important;
  background-color: transparent !important;
  line-height: 1em !important; 
  z-index:500; 
  height: 1.3em !important;
  width: 1.3em !important; 
  top: 20% !important;
}  

/* Closebutton */
 
.mobilemenuck-button {
    color:  rgba(61,61,64,1) !important;
    font-size: 4em !important;
    background-color:transparent !important; 
    line-height: 2em; 
    margin: 0 0.1em 0 0;
    position: relative;
    top: -100px !important;
    z-index: 501; 
    height: 1.3em !important;
    width: 1.3em !important;
}

.mobilemenuck-itemwrap  {
  z-index: 100;
  top: 3em; 
  left: 1.5em !important;
}  

/*
.mobilemenuck-bar-title::before, .mobilemenuck-title::before {
  content: '<';
} 
.mobilemenuck-bar-title::after, .mobilemenuck-title::after {
  content: '>';
}       
*/        

.mobilemenuck-item {
  top: -200px;
}

.mobilemenuck-item > .level1 {
    background: transparent !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #FFFFFF !important;
    margin: 2em 0 2em 0 !important;
    padding: 1em 5em 0 1em !important;
    line-height: 1.8em !important;
    clear: both;
}  

.mobilemenuck a, .mobilemenuck-item > .level1 a {
    color: #FFFFFF !important;
    font-weight: normal !important;
    font-size: 1.2em !important;
    float: left;
    padding: 0 0 0 0;
}
  
/*
.mobilemenuck-item > .active a::before  {
  content: '<';  
}

.mobilemenuck-item > .active a::after  {
  content: '>';  
}

.mobilemenuck-itemwrap  {
  padding: 2em 1em 1em 1em;
} 
*/

/* Tablet */  


      
@media (width <= 1190px)   { 

     body {
    font-size: 80%;
    } 
    ._bigfont {
  font-size:20px; 
  padding-right: 40px;  
  }   
  
    #logo {
     top: 0px;
     }

    #slogan {
       top: 4.8em;
    }

    #kontaktkreis {
    top: 50%;
    right: 10%;
    width: 170px;
    border-radius: 85px;
    min-height: 70px;
    padding: 50px 0;
  }  
  
  #stickynav {
  width: 60px;
  z-index: 9999;
  background: transparent;
  top: 50%;
  } 
  .custom_socialbutton {
  width: 40px;
  } 

}
         
 
/* Fullsize */       


@media (min-width: 1120px) {
    body {
    font-size: 100%;
    }

  .blog-items {
      
      margin-top: -30%;
      gap: 2% 4%;
      grid-template-columns: auto auto;
  } 
    .blog-items.items-leading {
      gap: 2% 0;

  }        
  
   .blog-item {
    min-width: 400px;
  }
  
 #navigation {
    top: 0px;
  }
  
  ul._navigation-right {
    visibility: visible;
    display: block;
    min-width: 950px;
    position: absolute;
    right: 0px;
  }   

  #stickynav {
  width: 80px;
  z-index: 9999;
  background: transparent;
  } 
  .custom_socialbutton {
  width: 60px;
  }

 
  .custom_socialbutton {
  width: 40px;
  }

  #position-1 {
    top: -30px;
  }

   #slogan {
      top: 130px;
      left: 50px; 
       font-size: 1.8em;
  }

  #kontaktkreis {  
    visibility: hidden;
    display: none;
    top: 80%;
    right: 10%; 
    min-height: 100px;
    width: 200px;
    border-radius: 100px;
    padding: 50px 0;
  }  
  #kontaktleiste {  
    visibility: visible;
    display: block;
    top: 0;
    right: 0; 
    min-height: 20px;
    height: 4%;
    padding: 0.5% 0;
  }  
  #kontaktleiste div ul {   
     list-style: none;
  } 
  #kontaktleiste div ul li {   
    float: right;
    padding: 0 2% 0 2%;
    font-size: 1.0em; 
  } 
   #kontaktleiste div ul li img {
     top: 3px;
   }

  #position-5 {
    padding: 100px 12% 260px 12%;
    margin: -260px 0 0 0; 
    gap: 2% 4%;
    grid-template-columns: auto auto;
  }

  #position-5-left, #position-5-right {
       margin: -400px 0 0 0;  
       width: 100%;
  }

  #position-3 {
    padding: 100px 12% 150px 12%;
    margin: -3px 0 0 0;
  }

  #position-4 {
    padding: 5% 12% 5% 12%;
  }

  #footer {
    padding: 50px 4% 50px 4%; 
  }

  #component {
    top: -270px;
    padding: 0;
  }  

  #position-6 {
    padding: 0px 12% 260px 12%;
    margin: -100px 0 0 0; 
    gap: 2% 4%;
    grid-template-columns: auto auto;
  }
  
  .vina-accordion-content .accordion-close span, .vina-accordion-content .accordion-open span {
    width: 40px;
    height: 40px;    
    padding: 20px 0 !important;
  }  
  
  .vina-accordion-item {
    font-size: 1.2em !important;
}
} 



@media only screen and (max-device-width: 480px) {  
  
  body {
  font-size: 80%;
  }   

  #logo {
  top: -10px;
  } 
  #logo .default,#logo .default a {
  padding-right: 1%;
  padding-left: 0;
  width: 140px;
  height: 140px;  
  } 
  
  #kontaktkreis {
    top: 60%;
    right: 5%;
    width: 80px;
    min-height: 55px; 
    border-radius: 50px;
    padding: 25px 0 0px 0;
    font-size: 90%;
  }  
  #kontaktkreis a.hide, ul.hide {
    visibility: hidden;  
    display: none;           
  } 
  ._bigfont  {
  font-size: 18px;
  }     

#position-6 {
  padding: 2% 4%;
  margin: -300px 0 100px 0;
  background: #fff;
  display: grid;
  gap: 4%;
  grid-template-columns: auto;
  }  
   
.mobilemenuck-item > .level1 {
 
  } 
  
  .mobilemenuck-topbar {
    margin: 0;
  height: 2em !important;
  position: relative;
  z-index: 400;
  }            
    
  #stickynav {
    width: 50px;
    top: 50%;
  }
   
 .custom_socialbutton {
  width: 40px;
  } 
  
  #component {
  margin: 0 0 -100px 0;
  font-size: 1.8em;
  letter-spacing: 0.01em;
  background: #ededed;
  position: relative;
  top: -360px;
  padding-bottom: 60px;
  height: 100%;
  }    
  .com-content-category-blog {
   margin: 0 8% 0 2%;
   padding: 60px 0 520px 0;
  font-size: 0.6em;
  }

}

/*

#position-6, #position-2, #position-3, #position-4, #position-7, #position-8, #footer {
    top: -280px;
  }


 #wrapper {
    max-width: 980px;


  #mobilemenuck-109-mobile-bar {
    max-width: 980px;
    top: -30px;
    height: 1em;
  }
  #position-1 {
    top: -70px;
  }  
   
   #footer {
    top: -360px;
  }  

  #slogan {
    font-size: 1.8em;
    letter-spacing: 0.01em;
    position: absolute;
    top: 3em;
    left: 1em;
    line-height: 0.6em;
  }
  
  .custom_socialbutton {
    width: 120px;
  } 
  #stickynav {
    width: 140px;
    top: 60%;
  }
  .zitat11, .zitat12, .zitat21, .zitat22, .zitat31, .zitat32, .zitat41, .zitat42 {
    width: 80%;
  } 
  .zitatbild {
    width: 80%;
  } 
  .mobilemenuck-bar-title {
    height: 4em;
  }  
  .mobilemenuck-bar-button {
    top: 80px;
  } 
  
  .blog-items {
    gap: 1%;
}  
#component {
    padding-bottom: 200px;
}
  #mobile {
  visibility: visible;
  display: block;
}
  #nonemobile {
  visibility: hidden;
  display: none;
}    
.com-content-category-blog {
    margin: 0 5% 0 5%;
}
}

*/




