html {
    width: 100%;
	height: 100%;
}

body {
    width: 100%;
	height: 100%;
    background-color: var(--zero);
	font-weight: 300;
	letter-spacing: 1px;
	color: var(--primary);
    font-family: var(--font);
}

section#intro {
    width: 100%;
    height: 60vh;
	background: url("../images/home/derr-startbild.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    position: relative;
    background-repeat: center;
	background-position: center center;
}

.kooperation a {
    text-decoration: none;
}

.kooperation img {
    max-height: 150px;
    width: auto;
}

section#home {
}

.bluelight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-end;
    background-color: var(--tertiary);
    color: var(--secondary);
}

.bluedark {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-end;
    background-color: var(--secondary);
    color: var(--zero);
}

.bluelight,
.bluedark {
        padding: 3em 3em 2em 3em;
}

@media(min-width: 768px) {

    section#intro {
        height: 100vh;
    }

    .bluelight,
    .bluedark {
        padding: 4em 4em 3em 4em;
    }
}

@media(min-width: 992px) {
    .bluelight,
    .bluedark {
        padding: 5em 5em 4em 5em;
    }
}

@media(min-width: 1200px) {
    .bluelight,
    .bluedark {
        padding: 8em 8em 7em 8em;
    }
}


.trenner {
    height: 150px;
}

@media(min-width:768px) {
    .trenner {
        height: 200px;
    }
}

@media(min-width:992px) {
    .trenner {
        height: 250px;
    }
}


.trennerbild {
    background-repeat: no-repeat;
	background-position: center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    position: relative;
    height: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.white-left,
.white-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
    background-color: var(--zero);
}

.white-left,
.white-right {
        padding: 3em 3em 2em 3em;
}

@media(min-width:768px) {
    .white-left,
    .white-right {
        padding: 4em 4em 3em 4em;
    }
}

@media(min-width:992px) {
    .white-left,
    .white-right {
        padding: 5em 5em 4em 5em;
    }
}

@media(min-width:1200px) {
    .white-left,
    .white-right {
        padding: 8em 8em 7em 8em;
    }
}




/* PRAXIS */

section#praxis {
    width: 100%;
	background-color: var(--tertiary);
	background: url("../images/praxis/Praxis-HG-Bild.jpg") no-repeat right center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    position: relative;
    padding: inherit;
}


section#praxis .arround {
        padding: 3em 3em 3em 3em;
}

@media(min-width:768px) {
    section#praxis .arround {
        padding: 4em 4em 5em 4em;
    }
    section#praxis [class^="col-"] {
        padding: 0em 2em 0em 2em;
    }
}

@media(min-width:992px) {
    section#praxis .arround {
        padding: 5em 5em 5em 5em;
    }
}

@media(min-width:1200px) {
    section#praxis .arround {
        padding: 8em 8em 7em 8em;
    }
}



/* INFOS */

section#infos {
    width: 100%;
	background: url("../images/design/Kreise.svg") no-repeat center center; 
	-webkit-background-size: 200%;
	-moz-background-size: 200%;
	-o-background-size: 200%;
	background-size: 200%;
    position: relative;
}
    
section#infos {
	-webkit-background-size: 150%;
	-moz-background-size: 150%;
	-o-background-size: 150%;
	background-size: 150%;
}


section#infos {
        padding: 3em 3em 2em 3em;
}

@media(min-width:768px) {
    section#infos {
        padding: 4em 4em 3em 4em;
    }
    section#infos [class^="col-"] {
        padding: 0em 2em 0em 2em;
    }
}

@media(min-width:992px) {
    section#infos {
        padding: 5em 5em 4em 5em;
    }
}

@media(min-width:1200px) {
    section#infos {
        padding: 8em 8em 7em 8em;
    }
}


/* THERAPIEN */

section#therapien {
    width: 100%;
	background-color: var(--secondary);
    color: var(--zero) !important;
}

section#therapien h1,
section#therapien h2,
section#therapien h3 {
    color: var(--zero) !important;
}

section#therapien {
        padding: 3em 3em 2em 3em;
}

@media(min-width:768px) {
    section#therapien {
        padding: 4em 4em 3em 4em;
    }
    
    section#therapien [class^="col-"] {
        padding: 0em 2em 0em 2em;
    }
}

@media(min-width:992px) {
    section#therapien {
        padding: 5em 5em 4em 5em;
    }
}

@media(min-width:1200px) {
    section#therapien {
        padding: 8em 8em 7em 8em;
    }
}

#therapientrenner .trennerbild {
    min-height: 300px;
    padding: 40px 20px;
}

@media(min-width:768px) {
    #therapientrenner .trennerbild {
        min-height: 300px;
    }
}

@media(min-width:992px) {
    #therapientrenner .trennerbild {
        min-height: 400px;
    }
}


#therapientrenner .trennerbild {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
} 

#therapientrenner .infobutton { 
    position: relative;
    width: 300px;
    padding-top: 12px;
    height: 44px;
    color: var(--zero);
    text-decoration: none; 
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
#therapientrenner .infobutton:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    right: 22px;
    top: 44px;
    border-style: solid;
    border-width: 22px 22px 0 22px;
}

#therapientrenner .infobutton.erw {
    background-color: var(--secondary);
}

#therapientrenner .infobutton.kuj {
    background-color: var(--sf);
}

#therapientrenner .infobutton.erw:after {
    border-color: var(--secondary) transparent  transparent transparent !important;
}

#therapientrenner .infobutton.kuj:after {
    border-color: var(--sf) transparent  transparent transparent !important;
}

section#team {
    background-color: var(--primarysoft);
    z-index: 0;
}


section#team .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: center;
 flex-wrap: wrap;
}

.teambox { 
    margin-top: 15px;
/*    background-color: var(--zero);*/
    margin-bottom: 15px; 
    width: 70%; 
    margin-left: 1.95%; 
    margin-right: 1.95%; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    }

@media (min-width: 576px) {
	.teambox { margin-bottom: 15px; width: 43%; margin-left: 1.5%; margin-right: 1.5%; }
}


@media (min-width: 768px) {
	.teambox { margin-bottom: 15px; width: 45%; margin-left: 1.5%; margin-right: 1.5%; }
}


@media (min-width: 992px) {
	.teambox { margin-bottom: 15px; width: 30%; margin-left: 1.5%; margin-right: 1.5%; }
}

.teamimage {
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

.teamimage {
    position: relative;
    display: block;
    line-height: 0;
    overflow: hidden;
    height: 300px;
}



.teaminfo {
    position: relative;
    flex: auto;
    align-self: stretch;
}

.teaminfobasic {
    padding: 2.5em 0.8em 0.7em 1em;
    background-color: var(--zero);
}

.teamname { 
    position: absolute;
    top: -18px;
    left: 0;
    background-color: var(--secondary);
    color: var(--zero);
    font-weight: 600; 
    padding: 0.5em 0.7em;
}

.teamname:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    right:-18px;
    top:0px;
    border-style: solid;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent var(--secondary) !important;
}

.teambox ul  {
    list-style-type: none; 
    padding-inline-start: 1em;
}

.teambox ul li {
    margin-bottom: 0.5em;
}

.teambox ul li:before {
    content: "·";
    margin-left: -2em;
    margin-right: 0.5em;
    padding-left: 1em;
    font-weight: 600;
}

.teambox p {
    margin-bottom: 0.7em;
}

.tabs {
    display: flex;
    flex-direction: column;
    text-align: left;
}

/* KONTAKT */


@media(max-width:767px) {
    section#kontakt .kontaktimage {
        height: 200px;
    }
}

section#kontakt .kontaktimage {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

section#kontakt .kontaktbox {
    color: var(--secondary) !important;
    background-color: var(--tertiary);
}

section#kontakt .kontaktbox p {
    line-height: 200%;
    text-align: right;
}

section#kontakt .kontaktbox {
        padding: 3em 3em 2em 3em;
}

@media(min-width:768px) {
    section#kontakt .kontaktbox {
        padding: 4em 4em 3em 4em;
    }
}

@media(min-width:992px) {
    section#kontakt .kontaktbox {
        padding: 5em 5em 4em 5em;
    }
}

@media(min-width:1200px) {
    .sectiom#kontakt .kontaktbox {
        padding: 8em 8em 7em 8em;
    }
}



/* FOOTER */


footer {
    background-color: var(--secondary);
    color: var(--zero);
    padding: 2em 0em 0.5em 0em;
    font-weight: 600;
}


@media(min-width:768px) {
.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  flex-direction: row;
	}
}





/*  TYPO  */


h1 { font-weight: 700; color: var(--secondary); margin-top: 0px; text-transform: uppercase; }
h2 { font-weight: 600; color: var(--secondary); margin-top: 0px; text-transform: uppercase; }
h3 { font-weight: 600; color: var(--secondary); margin-top: 0px; text-transform: uppercase; }
h1	{ font-size: 1.5em; margin-bottom: 1.3em; line-height: 140%; border-top: 3px dotted; border-bottom: 3px dotted; padding: 10px 0px; display: inline-block; }
h2	{ font-size: 1.2em; margin-bottom: 1.1em; line-height: 140%; }
h3	{ font-size: 1em; margin-bottom: 1em; line-height: 140%; }

@media(min-width:768px) {
	h1, h2, h3 { letter-spacing: 1px; }
	h1	{ font-size: 2em; margin-bottom: 1.7em; line-height: 170%; }
	h2	{ font-size: 1.5em; margin-bottom: 1em; line-height: 170%; }
	h3	{ font-size: 1em; margin-bottom: 1em; line-height: 120%; }
}


p { margin-bottom: 1em; line-height: 160%; }

@media(min-width:768px) {
	p { margin-bottom: 1.5em; }
}



p.zitat { font-weight: 700; font-size: 1.5em; margin-bottom: 1.3em; line-height: 140%; margin-top: 0px; text-transform: uppercase; }
@media(min-width:768px) {
	p.zitat	{ font-size: 2em; margin-bottom: 1.5em; line-height: 150%; letter-spacing: 1px; }
}
p.quelle	{ border-top: 3px dotted; padding: 10px 0px; display: inline-block; }




a { color: var(--secondary); font-weight: 600; text-decoration: underline; outline: none;}
a:hover { text-decoration: none; }
a:visited { text-decoration: none; }
a:visited:hover { text-decoration: none; }

strong {
    font-weight: 600;
}


section ul.content {
    list-style-type: none; 
    padding-inline-start: 1em;
}

section ull.content li {
    margin-bottom: 0.5em;
}

section ul.content li:before {
    content: "·";
    margin-left: -2em;
    margin-right: 0.5em;
    padding-left: 1em;
    font-weight: 600;
}



/* Map */

.responsiveContainer {
  position: relative;
  height: 300px;
  overflow: hidden;
}

@media(min-width:768px) {
	.responsiveContainer {
      height: 350px;
	}
}

@media(min-width:992px) {
	.responsiveContainer {
      height: 400px;
	}
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.scrolloff {
	pointer-events: none;
}
    
