/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0-beta.2 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.0.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/



/* jaldi-regular - latin */
@font-face {
  font-family: 'Jaldi';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/jaldi-v3-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Jaldi'), local('Jaldi-Regular'),
       url('fonts/jaldi-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/jaldi-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/jaldi-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/jaldi-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/jaldi-v3-latin-regular.svg#Jaldi') format('svg'); /* Legacy iOS */
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;    
  font-family: 'Jaldi', sans-serif;
   font-style: normal;
  font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
  width: -webkit-fill-available;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

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 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}



.um a.um-button, .um a.um-button.um-disabled:active, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:hover, .um input[type=submit].um-button, .um input[type=submit].um-button:focus {
  background: #afafaf !important;
}


.um .um-field-label
{
  color: #6e6e6d !important;
}


fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #6e6e6d;
  font-weight: 400;
  margin-top: 8px;

}
h1 {
 
  font-size: 32px;
}
h2 {
  font-size: 26px;
  padding-bottom: 0.3em;
 
  line-height: 1.25;
}
h3 {
  font-size: 26px;
  line-height: 26px;
}


.wp-sub-content:before
{
content:"\00BB";
font-size:100%;

}


.wp-sub-content:after
{
content:"\00AB \0020";
font-size:100%;

}


p:empty {
  display: none;
}


#menu-sprache
{
	    position: absolute;
    top: 50px;
    right: 215px;
}

#menu-sprache li
{
	list-style:none;
	float:right;
	margin-right:3px;
	text-transform: uppercase;
	    font-size: 102%;
}


#menu-sprache li:first-child:before
{
	content:" / ";
}

#menu-sprache li a
{
color: #6e6e6d;
    line-height: 26px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}
 
 
 #menu-sprache li a:hover
 {
     color: #751847;
    text-transform: uppercase;
    -webkit-transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
    text-decoration: none;
 }
 


.current-lang  a
{
    color: #751847 !important;
}

 
 
 @media only screen and (max-width: 1040px) {

 
 
/*
.floating
{
 display: block;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
 }
 */
 
 
 .sub-menu li a:link, .sub-menu li a:visited {
    font-size: 15px;
}


#secondary
{
    padding-left: 20px;
    padding-right: 20px;
}



 
 .page-id-6 .floating,  
 .page-id-698 .floating,  
 .page-id-857 .floating
{
 display: block;
  -webkit-flex-direction: column-reverse;
  display: block;
  flex-direction: column-reverse;
 }
 
 .image_responsive_hidden
 {
	 display:none;
 }
 
 #secondary ul
 {
margin-left:-40px;	 
 }
 
  #secondary ul li ul
 {
margin-left:0px;	 
 }
 

 }

.blog_datum_kategorien
{
 font-size: 16px;
 margin-top: -10px;
 margin-bottom: 20px;
}


.nl_font
{
  font-size: 12px;
}


input[type=email]
{
  border:1px solid #ccc;;
    background-color: #fff !important;
}

.wp-block-separator {
  border: none;
  border-top: 1px solid;
}


.sib-default-btn
{
font-size: 16px;
border: 0px solid #ccc;
}

.entry-content a {
    color: #6e6e6d;


	}
	
	.entry-content a:hover {
    color: #751847;
    text-decoration: underline;

	}


.liste_ueber_uns li {
  font-size: 26px;
  line-height: 26px;
  margin-left:-22px;
  margin-bottom:7px;
  list-style-image:url('bilder/Aufzaehlpunkt.svg');
}

.liste_ueber_uns
{
  margin-bottom:26px;
}


.liste_coaching_ablauf li {

  list-style-image:url('bilder/Aufzaehlpunkt.svg');
  margin-bottom: -7px;
  margin-left: -22px;
}

.liste_coaching_ablauf 
{
  margin-bottom:30px;
}


.page-id-6 .entry-content, .page-id-698 .entry-content, .page-id-857 .entry-content
{
	height: auto;
    overflow: inherit;
}


.entry-content, .ueber_uns_top
{
	height: auto;
    overflow: hidden;
	margin-bottom:85px;
	    padding-right: 40px;
}


.slider_klienten
{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); font-size:140%;
	
}





@media screen and (max-width: 990px) {

.entry-content, .ueber_uns_top
{
	height: 100%;
    overflow: inherit;
}

#secondary ul
{
    margin-left: -60px;
}


.podcast_intro-start ul
{
    margin-left: -20px !important;
} 


.podcast_intro-start, .podcast_player
{
  margin-left: 0 !important;
}


#menu-sprache {
    position: fixed;
    top: 26px;
    right: 100px;
    z-index: 9;
}	

}



h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 12px;  margin-top:12px;
}

h1
{
	text-transform:uppercase; font-size: 25px;  color:#6e6e6d; 
}

h1.entry-title {
  font-size: 40px;  color:#6e6e6d; 
}


.podcast_h1
{
  font-size:32px; 
  color:#751847; 
  text-transform:uppercase;
}


.container h1::before{content:" ";font-weight:bold;}

.site-content h1::before{content:": ";font-weight:bold;}

h3.widget-title {
  font-size: 1.2rem;
}

.erster_absatz
{
	font-size: 23px;
	  line-height: 26px;
}


audio::-webkit-media-controls-panel {	background: #f5f5f5;}
audio::-webkit-media-controls-play-button {margin-left:-20px; background-color: #f5f5f5;     color: #6e6e6d;}
video::-internal-media-controls-download-button {
    display:none;
}
 
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
 
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}


audio:focus {
    outline: none;
}

.media-controls-inline > .controls-bar *
{
  background-color: #ccc !important;
}



.widget {
  background-color: #f9f9f9;

  padding: 20px;
  margin-bottom: 20px;
  
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.widget-title {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 5px;
}


#mySidenav
{
  display: inline-flex;
  align-items: center;  
  margin-bottom: 20px;
}



@media not all and (min-resolution:.001dpcm) { @media {
  audio { margin-top:20px; } 
} }



.audio-player {
  height: 50px;
  width: 350px;
  background: #444;
  box-shadow: 0 0 20px 0 #000a;
  font-family: arial;
  color: white;
  font-size: 0.75em;
  overflow: hidden;
  display: grid;
  grid-template-rows: 6px auto;
}
.audio-player .timeline {
  background: white;
  width: 100%;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 10px 0 #0008;
}
.audio-player .timeline .progress {
  background: coral;
  width: 0%;
  height: 100%;
  transition: 0.25s;
}
.audio-player .controls {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 20px;
}
.audio-player .controls > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.audio-player .controls .toggle-play.play {
  cursor: pointer;
  position: relative;
  left: 0;
  height: 0;
  width: 0;
  border: 7px solid #0000;
  border-left: 13px solid white;
}
.audio-player .controls .toggle-play.play:hover {
  transform: scale(1.1);
}
.audio-player .controls .toggle-play.pause {
  height: 15px;
  width: 20px;
  cursor: pointer;
  position: relative;
}
.audio-player .controls .toggle-play.pause:before {
  position: absolute;
  top: 0;
  left: 0px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:after {
  position: absolute;
  top: 0;
  right: 8px;
  background: white;
  content: "";
  height: 15px;
  width: 3px;
}
.audio-player .controls .toggle-play.pause:hover {
  transform: scale(1.1);
}
.audio-player .controls .time {
  display: flex;
}
.audio-player .controls .time > * {
  padding: 2px;
}
.audio-player .controls .volume-container {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.audio-player .controls .volume-container .volume-button {
  height: 26px;
  display: flex;
  align-items: center;
}
.audio-player .controls .volume-container .volume-button .volume {
  transform: scale(0.7);
}
.audio-player .controls .volume-container .volume-slider {
  position: absolute;
  left: -3px;
  top: 15px;
  z-index: -1;
  width: 0;
  height: 15px;
  background: white;
  box-shadow: 0 0 20px #000a;
  transition: 0.25s;
}
.audio-player .controls .volume-container .volume-slider .volume-percentage {
  background: coral;
  height: 100%;
  width: 75%;
}
.audio-player .controls .volume-container:hover .volume-slider {
  left: -123px;
  width: 120px;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;  color:#6e6e6d;
  line-height:1.3 !important;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}.logo{	margin:auto;	width:228px;	margin-top:55px;	margin-bottom:55px;}





/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {

}

#main
{
	margin-left:10px;
}




@media screen and (min-width: 991px) {
	

  .navbar {
    
    display: -ms-flexbox;
   position: relative !important;
    z-index: 99;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: end; 
    right: auto;
    top: 0px;
    width: auto;
    background-color: rgba(255, 255, 255, 0.8);
    padding:0;
    text-align: center;

}


.menu_name
{
  display: none;
}


.collapse {
  display: block !important; 
}


.navbar-nav li 
{ 
  float: left;
  margin: 10px;
}




.navbar-nav li li
{ float: none;
}


.navbar-nav {

  display: inline-block;
}


.logo {
  width: 228px;
  margin-top: 55px;
  margin-bottom: 0px;
}


#menu-item-62, #menu-item-844
{
  display: none;
}





#masthead .navbar-nav > li > a {
  color: #6e6e6d;
  padding-top: 20px;
 
  background: transparent;
  font-size: 22px !important;
  text-transform: uppercase;
}




.dropdown-menu.show
{
  position: fixed;
  top: 30px;
  display: block;
  z-index: 999;
  left: auto;
  top: auto;
  padding: 10px;
}


}



@media screen and (max-width: 990px) {
	


.navbar {
    
    display: -ms-flexbox;
   position: absolute !important;
    z-index: 99;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: end; 
    right: 190px;
    top: 20px;
    width: 250px;
    background-color: rgba(255, 255, 255, 0.8);
    padding:0;

}

}



.navbar-toggler
{
      font-size: 1.6rem !important;
}


.navbar:has(.collapse.show) 
{
  width: 300px;

}


.collapse.show .collapse
{
	display:block !important;

}

.sidenav
{

  padding-top: 20px;
}



@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}





.show .nav.navbar-nav{ 
  opacity: 1;

  animation: fadeIn 0.4s;
  transition: opacity 1.3s ease-in-out;
  -webkit-transition: opacity 1.3s ease-in-out;
}



.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}


#page-sub-header {
  position: relative;
  z-index: 0;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  height: 250px;
  overflow: hidden;

}

#page-sub-header h1 {
  line-height: 1;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
  color: #212529;
}#page-sub-header {	background-position:center !important;}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

.container{	padding:0;}

#secondary{	float:right;}

.menu-menu-1-container li, .menu-en-container li{	font-size:25px;	list-style:none;     margin-top: 8px;
    margin-bottom: 13px; margin-right:1px;}

.menu-menu-1-container li a:link, .menu-menu-1-container li a:visited,.pis-title-link, .site-info a:link, .home_sidebar a:link, .home_sidebar a:visited, .menu-en-container li a:link, .menu-en-container li a:visited
{	color:#6e6e6d;	
line-height:26px;
text-transform:uppercase;	
-webkit-transition:color 0.3s ease-in; 
   -moz-transition:color 0.3s ease-in; 
   -o-transition:color 0.3s ease-in; 
   transition:color 0.3s ease-in; }
   
   
   
    .site-info a:link,   
    .site-info a:visited
	{
		color:#fff;	
	}


  
  aside a,
  .entry-meta a
  {	color:#6e6e6d;	
    line-height:26px;

    -webkit-transition:color 0.3s ease-in; 
       -moz-transition:color 0.3s ease-in; 
       -o-transition:color 0.3s ease-in; 
       transition:color 0.3s ease-in; }




   
   .menu-menu-1-container li a:hover,  .menu-en-container li a:hover, .site-info a:hover, .home_sidebar a:hover
{	color:#751847;	text-transform:uppercase;	
-webkit-transition:color 0.3s ease-in; 
   -moz-transition:color 0.3s ease-in; 
   -o-transition:color 0.3s ease-in; 
   transition:color 0.3s ease-in;
   text-decoration:none;
   }



  aside a:hover,
  .entry-meta a:hover
  {	color:#751847;
    -webkit-transition:color 0.3s ease-in; 
       -moz-transition:color 0.3s ease-in; 
       -o-transition:color 0.3s ease-in; 
       transition:color 0.3s ease-in;
       text-decoration:none;
       }
   
   
 .home_sidebar a:link, .home_sidebar a:visited
 {
	 	font-size:15px ;
 }
 
 
.home .pis-title
{	
font-size:19px !important;
font-weight:400 !important;
}
   




.page-id-1998 .pis-title,
.page-id-1991 .pis-title,
.page-id-2044 .pis-title,
.page-id-2038 .pis-title
{	
display: none;
}



.home .pis-title
{	
font-size:19px !important;
font-weight:400 !important;
}


 .current-menu-parent a.nav-link{	color:#751847 !important;}



.widget-title{	display:none;}

#text-2{	display:none;}

.pis-ul li{		list-style:none;	}


.pis-ul li ul li{     list-style-image: url(bilder/Aufzaehlpunkt.svg);	}

#pis_posts_in_sidebar-4
.pis-ul li ul li{		
  font-size:19px;	
  }
  
  
  #pis_posts_in_sidebar-4
.pis-ul li ul li
{		
    list-style-image: url(bilder/Aufzaehlpunkt.svg);
   margin-left: -22px;
  }
  
 

#pis_posts_in_sidebar-2 .pis-ul p {	    font-size: 26px;
    line-height: 26px;}
.pis-ul p {	font-size:19px;	line-height:26px;}

.col-lg-10,.col-lg-5, .col-lg-2{	padding:0;}

#map
{
	margin-top:20px;
	height:400px;
}


.pdf_link:before
{
	 font-family: FontAwesome;
   content: "\f016";
       float: left;
    margin-right: 10px;
    margin-top: 1px;
}

.liste_fachartikel li
{
list-style:none;
margin-left:-20px;
margin-bottom:30px;
}



.liste_fachartikel li:before
{
	 font-family: FontAwesome;
   content: "\f016";
   position:absolute;
    margin-left: -20px;
    margin-top: 1px;
}



.coachingablauf_li_abstand:after
{
	 content: ".";
	 display:block;
	 color	:#fff;
}


.p_abstand
{
	margin-top:-8px;
}




/* Podcast */



.podcast_player
{
padding:10px; 
background-color:#F5F5F5; 
margin-left:40px;
padding-bottom: 0;
margin-bottom: 20px;
}


.podcast_player p
{
  margin: 0;
}



.podcast_player_title
{
text-transform:uppercase; 
color:#70114A; 
font-size:20px;
}

.podcast_intro-start
{
	margin-left:40px;
}


.podcast_abo
{

margin-left:40px;
}



.podcast_abo a
{

float: left;
}

a.podcast_link, a.podcast_link:hover
{
  text-transform: none;
  display: block;
  margin-left: 20px;
}



.podcast_abo_unterseite
{
  margin-left: 20px;
}


.svg  {
  
 width: 24px;
    margin-left: 5px;
    margin-bottom: 4px;
	filter: grayscale(100%);
}




/* Podcast Unterseite */



.podcast_title
{
	    font-size: 26px;
   font-weight:bold;
}


.podcast_intro h2
{
	   
	       margin: 20px 0 0 0;

}






.podcast_grafik_unterseite
{
	margin-top:-40px !important;
}



.podcast_player_unterseite
{
padding: 10px; 
background-color:#F5F5F5; 
margin:20px 0 20px 0;
}





.accordion-content strong
{
	color:#751847;
}



button:focus
{
	outline:0 !important;
}



/* Presse zweispaltig, Referenzen zweispaltig */

.page-id-105 #secondary, .page-id-107 #secondary, .page-id-950 #secondary, .page-id-957 #secondary, .page-id-1987 #secondary, .page-id-2035 #secondary, .page-id-2006 #secondary
{
	display:none;
}


/* Buecher */


.buch_titel
{

font-size: 24px;
}



.buch_titel_farbe
{

color: #751847;
}


.buch_text
{

width: 60%; 
margin-bottom:60px; 
min-height:300px;
}


.buch_cover
{
float: right; 
width: 33%;
}


.referenz_text
{

width: 60%; 
margin-bottom:60px; 
min-height:100px;
}


.referenz_logo
{
float: right; 
width: 33%;
}


@media screen and (max-width: 767px) {
	
  #page-sub-header {

    height: 250px;
    min-height: unset;
}


#mySidenav
 {
  display: flex;
 align-items: baseline;
flex-direction: column;
}
	
.buch_cover, .referenz_logo
{
float: none; 
width: 100%;
}

.buch_text, .referenz_text
{

width: 100%; 
margin-bottom:60px; 
margin-top:20px;
min-height:auto; 
}

.liste_ueber_uns li {
    font-size: 20px;
   
}

.erster_absatz
{
	font-size: 20px;
}


.home_h1 {
    font-size: 180% !important;
}

.home_h2 {
    font-size: 150% !important;
}

#pis_posts_in_sidebar-2 .pis-ul p {
    font-size: 22px;

}

 }


.buch_cover img
{
max-width:210px;
}



@media (min-width: 768px)
{

.navbar-expand-md .navbar-nav .dropdown-menu {
     position: relative;
     background-color: transparent;
}
}




@media screen and (min-width: 768px) {
  #page-sub-header   {
    font-size: 3.750rem;
    line-height: 1;
    display: flex;
    justify-content: center;   /* horizontal */
    align-items: center;       /* vertikal */
  }

  #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
  
  .container-fluid
  {
	  max-width:1300px;
	  color:#fff;
	   -webkit-font-smoothing: auto;    font-family: 'Jaldi', sans-serif;
	    font-style: normal;
  font-weight: 400;
  padding: 1rem !important;
  }
  
  
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

#masthead .navbar-nav > li > a {
  color: #6e6e6d;
  padding-top: 20px;

  background: transparent;
  font-size: 25px;
  text-transform: uppercase;
}

#masthead .navbar-nav > li > a:hover, 
#masthead .navbar-nav .dropdown-menu li a:hover {
  color: #70114A;

  background: transparent;
}


.navbar .dropdown-menu li a
{ 
  font-size: 17px;
  padding-left: 20px;
  line-height: 30px !important;
  text-transform: uppercase;
  color:#6e6e6d;
}


.dropdown-toggle::after {
  display: none !important;
 
}


.current-menu-item a {
    color: #751847 !important;
}


.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  font-size: 18px;
}


.sub-menu
{
	display:none;
}

.current_page_item .sub-menu, .current_page_parent .sub-menu, .current-menu-parent .sub-menu
{
	display:block;
}

.sub-menu li:first-child 
{	
margin-top: 5px;

}



.sub-menu li{	margin-top: 0px;
    margin-bottom: 10px; }


.sub-menu li:last-child{	
    margin-bottom: 30px; }



.sub-menu
{
	margin-left:-40px;
}


.sub-menu li 
{

	line-height:0.7 !important;
}


.sub-menu li a:link, .sub-menu li a:visited
{
	font-size:19px;
	line-height:0px !important;
	color: #6e6e6d  !important;
}



.sub-menu li a:hover
{
	color: #751847  !important;
}

.sub-menu .current_page_item  a:link,  .sub-menu .current_page_item  a:visited
 {
	     color: #751847 !important;
 }

 .current_page_parent a:link,  .current_page_parent a:visited
 {
	     color: #751847 !important;
 }
 
 
 .footer_link_impressum, .footer_link_datenschutz
 {
 margin-right:10px;
 }
 
 
 .page-id-237  .footer_link_impressum, .page-id-243  .footer_link_datenschutz
 {
	     color: #751847 !important;
 }



 .footer-menu

{
  margin: 1rem;
  padding: 0;
}



.footer-menu li

{
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}


#myVideo::before
{
  content:"";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 9;
}








 
 @media screen and (max-width: 990px) {
 .logo
 {
	    margin: auto;
    width: 140px;
    margin-top: 5px;
    margin-bottom: 5px;
	top:10px;
  left: calc(50% - 70px);
	position:fixed;
	z-index:2;
}


  #page-sub-header{	    height: 270px;
    margin-top: 55px;}	        



 }
 
 
 @media (min-width: 991px)
 {
	 
	 
	 .sidebar_display
{
	display:block;
}


.sidebar_display_2
{
	display:none;
}		
	

.navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start !important;
}


.navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}


.navbar-expand-xl .navbar-toggler {
    display: none;
}


.container {
    max-width: 1300px;
}
 }

 @media screen and (-webkit-min-device-pixel-ratio:0) { 
 
  
 .sidebar_title
 {
	font-weight: 700;
   

 }


.image_abstand
{
	margin-top:20px;
}

 }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}



	
h1::before{content:"";font-weight:bold;}
	
	
  .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }  
  

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
 
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
	color: #6e6e6d;
    background: transparent;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
	color: #70114A;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 19px;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/


.home #content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 3rem;
}


#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}


.bilder_ueber_uns
{
 width: 100%;
}

#secondary img
{
	max-width:100%;

}



.btn-primary,
.btn-primary:hover {
  color: #fff;
  background-color: #751847;
  border-color: #751847;
}


.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



/* Sticky 


.primary-nav {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.shrink {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 55px !important;
}


.shrink .navbar-brand {
  height: 0 !important;
  line-height: 0 !important;
}


.shrink a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;       
}
*/

 
 @media only screen and (max-width: 990px) {
	 

.sidebar_display, .page-id-6 .sidebar_display_2, .page-id-857 .sidebar_display_2
{
	display:none;
}


.sidebar_display_2, .page-id-6 .sidebar_display, .page-id-698 .sidebar_display, .page-id-857 .sidebar_display
{
	display:block;
}		

.page-id-6 .sidebar_display #secondary, .page-id-698 .sidebar_display #secondary, .page-id-857 .sidebar_display #secondary
{
	margin-top:40px;
}



.page-id-6  h1.entry-title:first-child, .page-id-857  h1.entry-title:first-child
{
	position:absolute;
	top:0;
}



	 
#content.site-content {

    padding-top: 2rem;
	padding-left:15px;
	padding-right:15px;
}

/*
.floating
{
display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column-reverse wrap;
	flex-flow: column-reverse wrap;
 }
*/
 
 .bilder_ueber_uns
{
 max-width:495px;
}


#secondary img
{
	max-width:400px;
}


 
 }



.sticky .entry-title::before {
  content: '\f08d';
  font-family: fontawesome;
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin:0;  font-size:19px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
	margin-top: 4rem;
}


.single-post  
.post.hentry {
  margin-bottom: 4rem;
	margin-top: 0rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}


.home_h1
{
	font-size:240%;
margin-top: 8px;
	line-height:1.1 !important;
}

.home_h2
{
	font-size:180%;
	margin-top:30px;
	line-height:1.1 !important;
}

.home_sidebar  .pis-title p:first-child
{
	margin:0;
}


.home_sidebar  .pis-title, .page-id-842  .pis-title
{
	font-size:240% !important;
	    text-transform: inherit !important;
		margin-top: 6px;

}


.kontakt_sidebar  .pis-title
{
	font-size:160% !important;
	    text-transform: inherit !important;
}




.home_sidebar .pis-ul p, .kontakt_sidebar .pis-ul p  {
    font-size: 19px;
    line-height: 1.3 !important;
}


.home_sidebar  .pis-li, .kontakt_sidebar  .pis-li:first-child
{
	margin-bottom:30px;
}








/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  color: #99979c;
  background-color: #afafaf;
  font-size: 85%;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}



@media screen and (max-width: 800px) {


.slider_klienten
{
font-size:135%;
}




.home_sidebar  .pis-title, .page-id-842  .pis-title
{

    word-break: break-word;
}


}




@media screen and (max-width: 768px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.4rem;
    padding-top: 0.4rem;
  }
  
  .container
  {
  width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  
  
  audio
  {
	  width:100%;
  }
  
  
  
/* Podcast */



.podcast_player
{
margin-left:-20px;
}



.podcast_abo
{
margin-left:-20px;
}


.podcast_intro-start
{
	margin-left:-20px;
}


 
  
}



@media screen and (max-width: 480px) {

#secondary img {
       max-width: 100%;
}





#menu-sprache {
   
    right: 20px;

}



.entry-content, .ueber_uns_top
{

	    padding-right: 10px;
}



h1.entry-title {
  font-size: 32px;
 
}


h2 
{
  font-size: 22px;
}


.podcast_h1
{
  font-size:32px; 
}

.podcast_title {
  font-size: 22px;
 
}


.accordion-content 
{
  padding: 0 !important;
}


.accordion-title 
{
  padding: 6px 0 6px 0px !important;
}


}

@media screen and (max-width: 690px) {
	
	
	.col-md-12
	{
		padding:10px !important;
	}
	

.page-id-6 .sidebar_display #secondary, .page-id-857 .sidebar_display #secondary
{
	margin-top:80px;
}



.slider_klienten
{
font-size:100%;
}


}




@media screen and (max-width: 490px) {



.slider_klienten
{
font-size:80%;
}

.wp-sub-content {
 
    padding-left: 30px;
    padding-right: 30px;
}


}



/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 93%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 88%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 86%;
  }
}


/* navbar toggle */

.navbar-dark .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

    
}


.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro;
}




@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}

@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
   
    width: 100%;
left: -20px;

  }
}

@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
  
.sub-menu {
    margin-left: -20px;  
}
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}

@media screen and (max-width: 991px) {
	
	.navbar {
		
		    position: fixed !important;
    top: -18px;
   
		
		
    position: fixed;

	left:0;
	width:100%;
    background-color: #fff;
    z-index: 1;
    margin-top: 16px;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px !important;
	 padding-top: 26px !important;
}
}


