
/*

* Dunkel
* hsla(283, 34%, 38%, 1);
* rgba(110, 63, 129, 1);
* #6e3f81;

* Mittel
* hsla(274, 30%, 80%, 1);
* rgba(207, 190, 220, 1);
* #cfbedc;

* Hell
* hsla(270, 31%, 89%, 1);
* rgba(226, 217, 235, 1);
* #e2d9eb;

*/




/* MAIN */



body {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	font-family: 'PT Sans', sans-serif;
}

.bg-purple {
	background-color: hsla(283, 34%, 38%, 1);
}

.bg-purpleMid {
	background-color: hsla(274, 30%, 80%, 1);
}

.bg-purpleLight {
	background-color: hsla(270, 31%, 89%, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: hsla(283, 34%, 38%, 1);
	margin-top: 5px;
	text-shadow: none;
	font-weight: normal;
	font-family: 'PT Sans', sans-serif;
}

.h4, h4 {
	font-size: 17px;
}

p,
li,
li a,
label {
	color: #333;
}

.therakid {
	color: hsla(283, 34%, 38%, 1);
	font-weight: bold;
}

hr {
	border-top: 1px solid hsla(270, 31%, 89%, 1);
}


.ms-view {
	background-color: #FFF;
}



.pricing-head h3 {
	font-family: 'PT Sans', sans-serif;
}


/* NAVI */

@media (min-width: 992px) {

.header-fixed .header-v6.header-sticky {
	background: hsla(0, 0%, 100%, 0.75);
}

.header-fixed .header-v6.header-white-transparent.header-fixed-shrink .navbar {
	background: hsla(283, 34%, 38%, 1);
}

.header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
	color: #FFF;
}

.header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a:hover,
 .header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a:active,
 .header-fixed .header-v6.header-fixed-shrink .navbar-nav .active > a {
	color: hsla(270, 31%, 89%, 1);
}

.header-v6 .navbar-nav > li > a,
 .header-v6 .navbar-nav > li > a:hover,
 .header-v6 .navbar-nav > li > a:focus,
 .header-v6 .navbar-nav > .active > a,
 .header-v6 .navbar-nav > .active > a:hover,
 .header-v6 .navbar-nav > .active > a:focus {
	color: hsla(283, 34%, 38%, 1);
}

.header-v6 .navbar-nav > li > a {
	padding: 20px 15px;
}




/*.header-fixed .header-v6.header-fixed-shrink .navbar-nav li > a:hover {
    color: hsla(283, 34%, 38%, 1);
}	*/
}

@media (max-width: 991px) {
	
.header-v6.header-white-transparent .navbar {
	background: hsla(283, 34%, 38%, 1);
}

.header-v6 .navbar-collapse.collapse.in {
	background-color: hsla(270, 31%, 89%, 1);
}

.header-v6 .navbar-nav > li > a:hover {
	background-color: hsla(274, 30%, 80%, 1);
	color: #FFF;
}

.header-v6 .navbar-nav > .active > a,
.header-v6 .navbar-nav > .active > a:hover,
.header-v6 .navbar-nav > .active > a:focus {
	background-color: hsla(274, 30%, 80%, 1) !important;
	color: #FFF !important;
}

	
}

@media (min-width: 768px) {
	
.navbar-nav > li {
	transition: all 2s;
}


.navbar-nav > li:hover,
.navbar-nav > li.active {
	background-color:hsla(270, 31%, 89%, 1);
}

.header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a {
	transition: all 1.5s;
}


.header-fixed .header-v6.header-fixed-shrink .navbar-nav > li > a:hover,
.header-fixed .header-v6.header-fixed-shrink .navbar-nav > li.active a {
	color: hsla(283, 34%, 38%, 1);
}

.header-v6 .dropdown-menu .active >a,
.header-v6 .dropdown-menu li > a:hover {
	background-color: hsla(270, 31%, 89%, 1);
}

.header-v6 .navbar-nav > li> a {
	font-size: 15px;
}

}


.header-v6 .navbar-toggle .icon-bar {
	background-color: #FFF;
}


/* HEADER (MAIN) */

.headerThera h1 {
	margin-top: 0;
	text-align: center;
	font-size: 28px;
	/*font-weight: 700;*/
	margin-bottom: 20px;
	font-family: 'PT Sans', sans-serif;
}

.headerThera .lineBox {
	display: block;
	width: 60px;
	height: 8px;
	margin: 15px auto 15px;
	background-color: hsla(270, 31%, 89%, 1);
	position: relative;
	border: 1px solid hsla(270, 31%, 89%, 1);
}

.headerThera .lineBox::after {
	width: 30px;
	height: 8px;
	background: hsla(283, 34%, 38%, 1);
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";	
}

.headerThera h2 {
	text-align: center;
	font-style:italic;
	color: hsla(283, 34%, 38%, 0.8);
	/*margin-bottom: 100px;*/
}



/* TESTIMONIAL */

.carTesti {
	min-height: 205px;
}

.carTesti > .item p {
	padding: 0 70px;
	text-align: center;
}

.carTesti > .item p::before {
	content: "\f10e";
	font-family: FontAwesome;
	font-size: 1.5em;
	color: hsla(270, 31%, 89%, 1);
	margin-right: 10px;
}

.carTesti .item span.author {
	display: block;
    color: #777;
    font-size: 14px;
	 margin-top: 20px;
}

.carTesti .item > div {
	background-color: hsla(0, 0%, 100%, 0.7);
	margin: 0 60px; 
	padding:20px 20px 10px;
	border: solid 1px hsla(270, 31%, 89%, 1);
}
	

@media (max-width: 768px) {
	
.carTesti .item > div {
	margin: 0px; 
	padding:20px 20px 10px;
}
	
.carTesti > .item p {
	padding: 0 10px;
}
	
}



/* PRODUKTÜBERSICHT (Tabelle) */


.pricing-mega-v2 .pricing-content li.heightDoppel {
	min-height: 61px;
}

.pricing-content li {
	border-bottom: solid 1px hsla(274, 30%, 80%, 1);
}

.pricing-mega-v2 .pricing-content li {
	font-size: 13px;
}

.pricing-mega-v2 .pricing-head h3 {
	min-height: 113px;
}

.pricing-mega-v2 .hidden-area {
	margin-top: 150px;
}

.pricing-mega-v2 .hidden-area:hover {
	margin-top: 150px;
}


ul.mixList {
	padding: 0;
}

.mixList li {
	display:inline-block; 
	width: 30%; 
	padding:0 !important; 
	border: solid 2px #FFFFFF; 
	min-height:16px !important;
}


.pricing-mega-v2 .block .mixList li.mixColorBlau {
	background-image: linear-gradient(90deg, hsla(205, 100%, 49%, 1) 30%, hsla(205, 100%, 29%, 1) 0%);
}

.pricing-mega-v2 .block .mixList li.mixColorAub {
	background-image: linear-gradient(90deg, hsla(275, 20%, 58%, 1) 30%, hsla(275, 20%, 38%, 1) 0%);
}


.pricing-mega-v2 .block .mixList li.mixColorGreen {
	background-image: linear-gradient(90deg, hsla(70, 41%, 70%, 1) 30%, hsla(70, 41%, 50%, 1) 0%);
}



/*--------------------------------------------------
    FAQ
----------------------------------------------------*/


.faq {
	padding: 0 0 100px 0;
}

/*.faq-img img {
	min-height: 605px;
	min-width: 275px;
}*/

.faq-tab {
	padding: 90px 0 0;
}
@media (max-width: 992px) {

.faq-tab {
	padding: 0 0 50px;
}
}

/* Tab-in design */

.faq .panel {
	box-shadow: none;
	border: none;
}

.faq .panel-group .panel-heading + .panel-collapse > .list-group,
.faq .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
}

.faq .acc-v1 .panel-heading a {
	font-size: 18px;
	padding-left: 30px;
	background: #fff;
	color: hsla(283, 34%, 38%, 1);
	font-weight: bold;
}

.faq .acc-v1.plus-toggle .panel-heading a.collapsed {
	color: #2c2c2c;
}

.faq .acc-v1 .panel-heading a .tab-icon {
	font-size: 12px;
	color: #f00;
}

.faq .acc-v1 .panel-heading a:hover {
	text-decoration: none;
	color: #f00;
}

.faq .acc-v1.plus-toggle .panel-heading a.collapsed:hover {
	color: #2c2c2c;
}

.faq .panel-body {
	padding: 10px 15px 10px 0;
}

.faq .panel-body p {
	line-height: 1.5;
	padding: 0 30px;
}

.faq .panel-heading {
	position: relative;
}

/* Plus Toggle */

.faq .acc-v1.plus-toggle .panel-heading a:before {
	color: hsla(283, 34%, 38%, 1);
	font-size: 12px;
	content: "\f068";
	line-height: 12px;
	position: absolute;
	left: 0;
	top: 12px;
	background: transparent;
	font-family: FontAwesome;
}

.faq .acc-v1.plus-toggle .panel-heading a.collapsed:before {
	content: "\f067";
}
/* Responsive */
@media (max-width: 992px) {

.faq .faq-img img {
	margin: 0 auto;
}
}

/*--------------------------------------------------
    LIEGE
----------------------------------------------------*/

/* KURZINFO-BOXEN */

.short-info {
	padding: 0;
}

.short-info img {
	width: 100%;
}

.short-info-bg-1 {
	background: hsla(41, 94%, 62%, 1);
}

.short-info-bg-2 {
	background: hsla(206, 92%, 30%, 1);
}

.short-info-bg-3 {
	background: hsla(70, 41%, 50%, 1);
}

.short-info-bg-4 {
	background: hsla(283, 34%, 38%, 1);
}

.short-info-text {
	padding: 40px 45px 40px 30px;
}

.short-info-text h2 {
	margin: 0 0 25px;
	color: #fff;
	/*text-transform: uppercase;*/
	font-size: 22px;
	font-weight: bold;
}

.short-info-text p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	opacity: 0.8;
}

/* Responsive mode */
@media (max-width: 992px) {

.short-info {
	margin: 0 0 20px;
}
}

/*--------------------------------------------------
    Hilfsmittel (Reihenfolge)
----------------------------------------------------*/


.rowOrder {
	margin-bottom: 60px;
}

.rowOrder .icon-custom {
	border: solid 3px #FFF;
}

.boxOrder {
	padding: 38px 15px 10px;
	margin-top: -38px;
	transition: all 2s;
	border: solid 1px hsla(270, 31%, 89%, 1);
	height: 100%;
}

.boxOrder h3 {
	margin-bottom: 15px;
}

.boxOrder:hover {
	background-color: hsla(270, 31%, 89%, 1);
	border: solid 1px hsla(274, 30%, 80%, 1);

}



/* TESTIMONIALS */


.testimonials-bs {
	padding: 50px 0;
	background: url(/imgs/bg/testimonial-06.jpg) 50% 0%  no-repeat fixed;
}

/* PFEIL / BOX */


.arrowLD {
	position: relative;/*background: #88b7d5;*/
}

.arrowLD:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: hsla(283, 34%, 38%, 0);
	border-right-color: hsla(283, 34%, 38%, 1);
	border-width: 30px;
	margin-top: -30px;
}

.heseriLila li i {
	color: hsla(274, 30%, 80%, 1);
}
.heseriWeiss li i {
	color: #fff;
	opacity: 0.8;
}

.heseriWeiss li {
	color: #fff;
	opacity: 0.8;
}

.fa-li {
    top: 7px;
	 font-size: 13px;
}

.fa-ul {
    margin-left: 20px;
}


.textBoxen {
	background-color: hsla(274, 30%, 80%, 1);
	border: solid 1px hsla(283, 34%, 38%, 1);
	padding: 20px 20px 15px;
	height: 100%;
}

.textBoxen img {
	margin-bottom: 20px;
}

.footer-v1 .footer {
    padding: 40px 0;
    background: hsla(283, 34%, 38%, 1);
}

.footer a, .copyright a, .footer a:hover, .copyright a:hover {
    color: hsla(270, 31%, 89%, 1);
}

.latest-list li {
    font-size: 14px;
}

.latest-list small {
    font-size: 95%;
	 color: hsla(274, 30%, 80%, 1);
}

.link-list a {
    font-size: 12px;
}

.tag-box-v2 {
    background: hsla(270, 31%, 89%, 1);
    border: solid 1px hsla(274, 30%, 80%, 1);
}



.bezugSonne > div {
	background-color: hsla(41, 94%, 62%,1);
	height: 20px;
	border: 2px solid #FFF;
}

.bezugAtoll > div {
	background-color: hsla(205, 100%, 29%, 1);
	height: 20px;
	border: 2px solid #FFF;
}


.bezugAubergine > div {
	background-color: hsla(275, 20%, 38%, 1);
	height: 20px;
	border: 2px solid #FFF;
}


.bezugApfel > div {
	background-color: hsla(70, 41%, 50%, 1);
	height: 20px;
	border: 2px solid #FFF;
}





.bezugSonne p,
.bezugAtoll p,
.bezugAubergine p,
.bezugApfel p {
	text-align: center;
}


.bezugMAtoll > div {
	background-image: linear-gradient(90deg, hsla(205, 100%, 49%, 1) 30%, hsla(205, 100%, 29%, 1) 0%);
	height: 20px;
	border: 2px solid #FFF;
}

.bezugMAubergine > div {
	background-image: linear-gradient(90deg, hsla(275, 20%, 58%, 1) 30%, hsla(275, 20%, 38%, 1) 0%);
	height: 20px;
	border: 2px solid #FFF;
}

.bezugMApfel > div {
	background-image: linear-gradient(90deg, hsla(70, 41%, 70%, 1) 30%, hsla(70, 41%, 50%, 1) 0%);
	height: 20px;
	border: 2px solid #FFF;
}


.blog-latest-posts p {
    font-size: 14px;
}


.bg-color-light {
    background-color: hsla(270, 31%, 89%, 1) !important;
}

.headline-v2 {
    border-left: 2px solid  hsla(283, 34%, 38%, 1);
}


.footer-v1 .footer .headline h2 {
 /*border-bottom: 2px solid hsla(283, 34%, 38%, 1);*/
 border-bottom: 2px solid hsla(274, 30%, 80%, 1);

}


.overlay {
	display:block;
	text-align:center;
	background:hsla(283, 34%, 38%, 0.8);
	border:solid 3px hsla(274, 30%, 80%, 1);
	border-radius:4px;
	box-shadow:2px 2px 10px #333;
	text-shadow:1px 1px 1px #666;
	padding:10px;
}

.overlay p,
.overlay h3 {
	color: #FFF;
}

.overlay p {
	font-size: 14px;
}

.overlay_arrow {
	left:50%;
	margin-left:-16px;
	width:0;
	height:0;
	position:absolute;
}

.overlay_arrow.above {
	bottom:-15px;
	border-left:16px solid transparent;
	border-right:16px solid transparent;
	border-top:16px solid hsla(274, 30%, 80%, 1);
}



.tab-v3 .nav-pills li a {
	transition: all 2s;
}




/* HILFSMITTEL */

h3.nummerHM {
	color: #FFF;
	text-align: center;
	font-size: 2em;
	background-color: hsla(283, 34%, 38%, 1);
	padding: 16px;
	margin: 40px 20px 60px;
	border-radius: 25px;
}

.sectionHM-item--light p {
	margin-bottom: 30px;
}
.sectionHM .g-display-table {
	padding: 50px 30px 40px 85px;
	background-color: hsla(274, 30%, 80%, 1);
	border-bottom: solid 1px hsla(283, 34%, 38%, 1);
	transition: all 0.3s ease-in-out;
}
.sectionHM .g-display-table:hover {
	background: hsla(283, 34%, 38%, 1);
}

.sectionHM .g-display-table:hover p {
	color: #FFF;
}

.sectionHM .g-text-top i {
	color: hsla(283, 34%, 38%, 1);;
	border-color: hsla(283, 34%, 38%, 1);
}

.sectionHM .g-display-table:hover i {
	color: hsla(270, 31%, 89%, 1);
	border-color: hsla(270, 31%, 89%, 1);
}

.sectionHM h4 {
	color: #fff;
}
.sectionHM p {
	opacity: .9;
	margin-bottom: 0;
}

@media(max-width: 992px) {
	.sectionHM .g-display-table {
		padding: 70px 30px;
	}
}
@media(max-width: 768px) {
	.sectionHM .g-display-table {
	  padding: 30px 0;
	}
}




.trennung {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}


.vojta p {
	margin-bottom: 40px;
}



/* LINKS */


a.linkBlank[target=_blank] {
	color: #005695;
}

a.linkBlank[target=_blank]::after {
	content: "\f08e";
	font-family: FontAwesome;
	padding-left: 3px;
}

a.linkPDF[target=_blank] {
	color: #005695;
}

a.linkPDF[target=_blank]::after {
	content: "\f1c1";
	font-family: FontAwesome;
	padding-left: 3px;
	font-size: 1.75em;
}

a.noIcon {
	color: #005695;
}

a[title~=Nachricht] {
	color: #005695;
}






a[target=_blank]:hover {
	/*background-color: hsla(270, 31%, 89%, 1);*/
}





.tab-v7 .nav-tabs {
	border: none;
	background: none;
	text-align: center;
}
.tab-v7 .nav-tabs li,
.tab-v7 .nav-tabs li.active {
	margin: 0 5px 0 0;
}
.tab-v7 .nav-tabs a {
	font-size: 14px;
	padding: 0;
}
.tab-v7 .nav-tabs a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.1);
	transition: opacity 0.3s ease-in-out;
}
.tab-v7 .nav-tabs > .active a:after {
	/*background: rgba(79,210,194,.6);*/
	opacity: 0;
}
.tab-v7 .nav-tabs > .active > a,
.tab-v7 .nav-tabs > .active > a:hover,
.tab-v7 .nav-tabs > .active > a:focus {
	border: none;
	background: none;
}
.tab-v7 .nav-tabs > li > a {
	border: none;
}
.tab-v7 .nav-tabs > li > a:hover {
	background: none;
	color: #555;
}

.tab-v7 .tab-content {
	max-width: 800px;
	margin: 0 auto;
}
.tab-v7 h3 {
	margin: 0 0 5px;
}

@media (max-width: 991px) {
	.tab-v7 .nav-tabs {
		margin-top: -50px;
		margin-top: 0;

		position: absolute;
		left: 15px;
		bottom: 30px;
	}
	.tab-v7 .nav-tabs li,
	.tab-v7 .nav-tabs li.active {
		float: none;
		display: block;
		margin: 0 0 5px;
	}
	.tab-v7 .nav-tabs li a {
		text-indent: -10000px;
		background: #c8c8c8;
		border-radius: 50%;
		width: 15px;
		height: 15px;
	}
	.tab-v7 .nav-tabs > li > a:hover {
		background: #c8c8c8;
	}
	.tab-v7 .nav-tabs > .active > a,
	.tab-v7 .nav-tabs > .active > a:hover,
	.tab-v7 .nav-tabs > .active > a:focus {
		background: #4fd2c2;
	}
	.tab-v7 .nav-tabs a:after {
		display: none;
	}

	.tab-v7 .nav-tabs.tabsLiegen li a {
		width: auto;
		height: auto;
	}


	.tab-v7 .nav-tabs li,
	.tab-v7 .nav-tabs li.active {
		float: left;
		display: block;
	}

	.tab-v7 .nav-tabs {
		position: relative;
		left: 15px;
		bottom: 30px;
	}


}


.nav-tabs.tabsLiegen > li {
	float: left;
	width: 25%;
}

.nav-tabs.tabsLiegen > li > a > img {
	max-width: 100%;
}


/* KONTAKT (MODAL) */

/*.btnKontakt {
	transform: rotate(-90deg);
	position:fixed;
	top: 250px;
	right: -38px; 
	z-index: 1040;
}*/

.btnKontakt {
	/*transform: rotate(-90deg);*/
	position:fixed;
	top: 250px;
	right: 5px; 
	z-index: 1040;
}




.modal-dialog.Kontakt {
	position: absolute;
	top: 30px;
	right: 20px;
	margin: 0;
}

.modal-backdrop {
	opacity: 0.3 !important;
}









/*---




















