/* Large desktops and laptops */
@media (min-width: 1200px) {
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, 'Ms Sans Serif'; 
	font-size: 13px;
}

.t3-header {
	background: url('../../../images/mycotherapie/header.jpg');
	height: 200px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.t3-wrapper {
	margin: 10px auto;
}

.t3-mainbody {
	border: 15px solid #93D250;
	padding: 0px;
	background: #385D8A;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.t3-content {
	background: #fff;
	padding: 20px 30px 70px;
	min-height: 835px;
	color: #385d8a;
}
.t3-content ul {
	padding: 0 20px;
}
.t3-sidebar {
	border: 1px solid #385D8A;
	background: #385D8A;
	padding: 2px;
}
.image-right {
	width: 250px;
	height: auto;
	float: right;
	display: block;
	margin: 10px 20px;
}

.nav-pills > li {
	background: #93D250;
}
.nav-pills > li:first-child > a {
	display: none;
}
.nav-stacked > li + li {
	margin-bottom: 2px;
}
.nav-pills > li.active
.nav-pills > li.current {
	border-radius: 0;
}
.nav-pills > li > a {
	color: #fff;
	padding: 5px 15px;
	font-weight: 600;
	transition: all 0.2s ease;
}
.nav-pills > li > a:hover {
padding: 5px 15px 5px 20px;
}

.nav-pills > li > a:hover, 
.nav-pills > li > a:focus,
.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
	background: #d1ebb8;
	border-radius: 0;
	color: #385D8A;
	font-weight: 600;
}

ol, ol ol {
	padding-left: 15px;
}

td:first-child {
	width: 30%;
	font-weight: 600;
}

td b,
td span {
	color: #385d8a; 
	font-family: Arial, Verdana, 'Ms Sans Serif'; 
	font-size: 13px; 
	line-height: normal;
}

a {
	color: #93D250;
	font-weight: 600;
}
h1 {font-size: 30px;}
h2 {font-size: 27px;}
h3 {font-size: 24px;}
h4 {font-size: 21px;}
h5 {font-size: 19px;}
h6 {font-size: 16px; font-weight: 600;}

.t3-sidebar img {
	max-width: 100%;
	height: auto;
}

.module-sidebar {
	margin-bottom: 3px;
}
.custom-sidebar p {
	margin:0;
}

.logo-image {
	margin-top: 80px;
}
.off-canvas-toggle {
	display: none;
}
#menu-footer > ul {
	margin: 20px 0;
	list-style: none;
}

#menu-footer > ul > li {
	background: none;
	width:auto;
	position: relative;
	display: inline;
	text-align: center;
	float: left;
	border-right: 1px solid #cfcfcf;
}
#menu-footer > ul > li:first-child > a {
	display: none;
}
#menu-footer > ul > li:last-child {
	border: 0;
}
#menu-footer > ul > li.active
#menu-footer > ul > li.current {
	border-radius: 0;
}
#menu-footer > ul > li > a {
	color: #93D250;
	padding: 0px 10px;
	font-weight: 600;
	transition: all 0.2s ease;
	font-size: 12px;
}
#menu-footer > ul > li > a:hover {
	padding: 0px 10px;
	background: none;
	text-decoration: underline;
	color: #385D8A;
}

#menu-footer > ul > li > a:focus,
#menu-footer > ul > li.active > a, 
#menu-footer > ul > li.active > a:hover, 
#menu-footer > ul > li.active > a:focus {
	border-radius: 0;
	color: #385D8A;
	font-weight: 600;
	background: none;
}
#menu-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 0;
	width: 100%;
}
#menu-footer p {
	text-align: center;
}
.row {
	margin: 0;
}
.languageswitcherload2 {
	display: none;
}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, 'Ms Sans Serif'; 
	font-size: 13px;
}

.t3-header {
	background: url('../../../images/mycotherapie/header.jpg');
	height: 200px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.t3-wrapper {
	margin: 10px auto;
}

.t3-mainbody {
	border: 15px solid #93D250;
	padding: 0px;
	background: #385D8A;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.t3-content {
	background: #fff;
	padding: 20px 30px 70px;
	min-height: 835px;
	color: #385d8a;
}
.t3-content ul {
	padding: 0 20px;
}

.t3-sidebar {
	border: 1px solid #385D8A;
	background: #385D8A;
	padding: 2px;
}
.image-right {
	width: 200px;
	height: auto;
	float: right;
	display: block;
	margin: 10px 20px;
}
.nav-pills > li {
	background: #93D250;
}
.nav-pills > li:first-child > a {
	display: none;
}
.nav-stacked > li + li {
	margin-bottom: 2px;
}
.nav-pills > li.active
.nav-pills > li.current {
	border-radius: 0;
}
.nav-pills > li > a {
	color: #fff;
	padding: 5px 15px;
	font-weight: 600;
}
 
.nav-pills > li > a:hover, 
.nav-pills > li > a:focus,
.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
	background: #d1ebb8;
	border-radius: 0;
	color: #385D8A;
	font-weight: 600;
}

ol, ol ol {
	padding-left: 10px;
}

td:first-child {
	width: 30%;
	font-weight: 600;
}

td b,
td span {
	color: #385d8a; 
	font-family: Arial, Verdana, 'Ms Sans Serif'; 
	font-size: 13px; 
	line-height: normal;
}

a {
	color: #93D250;
	font-weight: 600;
}
h1 {font-size: 30px;}
h2 {font-size: 27px;}
h3 {font-size: 24px;}
h4 {font-size: 21px;}
h5 {font-size: 19px;}
h6 {font-size: 16px; font-weight: 600;}

.t3-sidebar img {
	max-width:100%;
	height:auto;
}

.module-sidebar {
	margin-bottom: 3px;
}

.logo-image {
	margin-top: 80px;
}
.off-canvas-toggle {
	display: none;
}
#menu-footer > ul {
	margin: 20px 0;
	list-style: none;
}

#menu-footer > ul > li {
	background: none;
	width:auto;
	position: relative;
	display: inline;
	text-align: center;
	float: left;
	border-right: 1px solid #cfcfcf;
}
#menu-footer > ul > li:first-child > a {
	display: none;
}
#menu-footer > ul > li:last-child {
	border: 0;
}
#menu-footer > ul > li.active
#menu-footer > ul > li.current {
	border-radius: 0;
}
#menu-footer > ul > li > a {
	color: #93D250;
	padding: 0px 10px;
	font-weight: 600;
	transition: all 0.2s ease;
	font-size: 12px;
}
#menu-footer > ul > li > a:hover {
	padding: 0px 10px;
	background: none;
	text-decoration: underline;
	color: #385D8A;
}

#menu-footer > ul > li > a:focus,
#menu-footer > ul > li.active > a, 
#menu-footer > ul > li.active > a:hover, 
#menu-footer > ul > li.active > a:focus {
	border-radius: 0;
	color: #385D8A;
	font-weight: 600;
	background: none;
}
#menu-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 0;
	width: 100%;
}
#menu-footer p {
	text-align: center;
}
.row {
	margin: 0;
}
.languageswitcherload2 {
	display: none;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, 'Ms Sans Serif'; 
	font-size: 13px;
}

.table-responsive {
  width: 100%;
  margin-bottom: 0px;
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #dddddd;
  -webkit-overflow-scrolling: touch;
}
.table {
	margin: 0;
}
.t3-header {
	background: url('../../../images/mycotherapie/header.jpg');
	height: 200px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.t3-wrapper {
	margin: 10px auto;
}

.t3-mainbody {
	border: 15px solid #93D250;
	padding: 0px;
	background: #385D8A;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.t3-content {
	background: #fff;
	padding: 20px 30px 70px;
	min-height: 870px;
	color: #385d8a;
}
.t3-content ul {
	padding: 0 20px;
}

.t3-sidebar {
	border: 1px solid #385D8A;
	background: #385D8A;
	padding: 2px;
}
.image-right {
	width: 200px;
	height: auto;
	float: right;
	display: block;
	margin: 10px 20px;
}
.nav-pills > li {
	background: #93D250;
}
.nav-pills > li:first-child > a {
	display: none;
}
.nav-stacked > li + li {
	margin-bottom: 2px;
}
.nav-pills > li.active
.nav-pills > li.current {
	border-radius: 0;
}
.nav-pills > li > a {
	color: #fff;
	padding: 5px 15px;
	font-weight: 600;
}
.nav-pills > li > a:hover, 
.nav-pills > li > a:focus,
.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
	background: #d1ebb8;
	border-radius: 0;
	color: #385D8A;
	font-weight: 600;
}

ol, ol ol {
	padding-left: 10px;
}

td:first-child {
	width: 30%;
	font-weight: 600;
}

td b,
td span {
	color: #385d8a; 
	font-family: Arial, Verdana, 'Ms Sans Serif'; 
	font-size: 13px; 
	line-height: normal;
}

a {
	color: #93D250;
	font-weight: 600;
}
h1 {font-size: 30px;}
h2 {font-size: 27px;}
h3 {font-size: 24px;}
h4 {font-size: 21px;}
h5 {font-size: 19px;}
h6 {font-size: 16px; font-weight: 600;}

.t3-sidebar img {
	max-width:100%;
	height:auto;
}

.module-sidebar {
	margin-bottom: 3px;
}

.logo-image {
	margin-top: 80px;
}
.off-canvas-toggle {
	display: none;
}
#menu-footer > ul {
	margin: 20px 0;
	list-style: none;
}

#menu-footer > ul > li {
	background: none;
	width:auto;
	position: relative;
	display: inline;
	text-align: center;
	float: left;
	border-right: 1px solid #cfcfcf;
}
#menu-footer > ul > li:first-child > a {
	display: none;
}
#menu-footer > ul > li:last-child {
	border: 0;
}
#menu-footer > ul > li.active
#menu-footer > ul > li.current {
	border-radius: 0;
}
#menu-footer > ul > li > a {
	color: #93D250;
	padding: 0px 10px;
	font-weight: 600;
	transition: all 0.2s ease;
	font-size: 12px;
}
#menu-footer > ul > li > a:hover {
	padding: 0px 10px;
	background: none;
	text-decoration: underline;
	color: #385D8A;
}

#menu-footer > ul > li > a:focus,
#menu-footer > ul > li.active > a, 
#menu-footer > ul > li.active > a:hover, 
#menu-footer > ul > li.active > a:focus {
	border-radius: 0;
	color: #385D8A;
	font-weight: 600;
	background: none;
}
#menu-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 0;
	width: 100%;
}
#menu-footer p {
	text-align: center;
}
.row {
	margin: 0;
}
.languageswitcherload2 {
	display: none;
}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, 'Ms Sans Serif'; 
	font-size: 13px;
}

.t3-header {
	background: url('../../../images/mycotherapie/header.jpg');
	height: 200px;
}

.t3-wrapper {
	margin: 0px auto;
}

.t3-mainbody {
	border-top: 5px solid #93D250;
	border-bottom: 5px solid #93D250;
	padding: 0;
	background: #385D8A;
	border-radius: 0;
}

.t3-content {
	background: #fff;
	padding: 20px 20px 70px;
	min-height: 0px;
	color: #385d8a;
	overflow: hidden;
	word-wrap: break-word;
}
.t3-content ul {
	padding: 0 20px;
}
.t3-sidebar {
	display: none;
}
.image-right {
	width: 200px;
	height: auto;
	float: right;
	display: block;
	margin: 10px 20px;
}
.nav-pills > li {
	background: #93D250;
}
.nav-pills > li.active
.nav-pills > li.current {
	border-radius: 0;
}
.nav-pills > li > a {
	color: #fff;
	padding: 5px 15px;
	font-weight: 600;
}
.nav-pills {
	margin: 2px 0;
}
.nav-pills > li > a:hover, 
.nav-pills > li > a:focus,
.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
	background: #d1ebb8;
	border-radius: 0;
	color: #385D8A;
	font-weight: 600;
}

ol, ol ol {
	padding-left: 10px;
}

td:first-child {
	width: 30%;
	font-weight: 600;
}

td b,
td span {
	color: #385d8a; 
	font-family: Arial, Verdana, 'Ms Sans Serif'; 
	font-size: 13px; 
	line-height: normal;
}

a {
	color: #93D250;
	font-weight: 600;
}
h1 {font-size: 30px;}
h2 {font-size: 27px;}
h3 {font-size: 24px;}
h4 {font-size: 21px;}
h5 {font-size: 19px;}
h6 {font-size: 16px; font-weight: 600;}

.t3-sidebar img {
	max-width:100%;
	height:auto;
}

.module-sidebar {
	margin-bottom: 3px;
}

.logo-image {
	margin-top: 100px;
}
.off-canvas-toggle {
	display: block;
	background: #385D8A;
	color: #fff;
	height: 37px;
	width: auto;
	line-height: 37px;
	top: 0;
	left: 0;
	position: fixed;
	padding: 0 10px;
}
.t3-off-canvas .t3-off-canvas-body {
	padding: 0;
}
.t3-off-canvas .t3-off-canvas-body .t3-module {
	margin-bottom: 0;
}
.t3-off-canvas .t3-off-canvas-header,
.t3-off-canvas {
	background: #385D8A;
	color: #fff;
}
.t3-off-canvas .t3-off-canvas-body a {
	color: #fff;
}
#menu-footer > ul {
	margin: 20px 0;
	list-style: none;
}

#menu-footer > ul > li {
	background: none;
	width:auto;
	position: relative;
	display: inline;
	text-align: center;
	float: left;
	border-right: 1px solid #cfcfcf;
}
#menu-footer > ul > li:first-child > a {
	display: none;
}
#menu-footer > ul > li:last-child {
	border: 0;
}
#menu-footer > ul > li.active
#menu-footer > ul > li.current {
	border-radius: 0;
}
#menu-footer > ul > li > a {
	color: #93D250;
	padding: 0px 10px;
	font-weight: 600;
	transition: all 0.2s ease;
	font-size: 12px;
}
#menu-footer > ul > li > a:hover {
	padding: 0px 10px;
	background: none;
	text-decoration: underline;
	color: #385D8A;
}

#menu-footer > ul > li > a:focus,
#menu-footer > ul > li.active > a, 
#menu-footer > ul > li.active > a:hover, 
#menu-footer > ul > li.active > a:focus {
	border-radius: 0;
	color: #385D8A;
	font-weight: 600;
	background: none;
}
#menu-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 0;
	width: 100%;
}
#menu-footer p {
	text-align: center;
}
.row {
	margin: 0;
}
div.mod-languages ul {
	float: right;
}
.languageswitcherload2 {
	display: none;
}
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, 'Ms Sans Serif'; 
	font-size: 13px;
}

.t3-header {
	background: url('../../../images/mycotherapie/header.jpg');
	height: 200px;
	border-radius: 0;
}

.t3-wrapper {
	margin: 0 auto;
}

.t3-mainbody {
	border-top: 5px solid #93D250;
	border-bottom: 5px solid #93D250;
	padding: 0;
	background: #385D8A;
	border-radius: 0;
}

.t3-content {
	background: #fff;
	padding: 20px 20px 70px 20px;
	min-height: 0;
	color: #385d8a;
	overflow: hidden;
	word-wrap: break-word;
}
.t3-content ul {
	padding: 0 20px;
}
.t3-sidebar {
	display: none;
}
.image-right {
	width: 170px;
	height: auto;
	float: right;
	display: block;
	margin: 10px;
}
.nav-pills {
	margin: 2px 0;
}
.nav-pills > li {
	background: #93D250;
}
.nav-pills > li.active
.nav-pills > li.current {
	border-radius: 0;
}
.nav-pills > li > a {
	color: #fff;
	padding: 5px 15px;
	font-weight: 600;
}
 
.nav-pills > li > a:hover, 
.nav-pills > li > a:focus,
.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
	background: #d1ebb8;
	border-radius: 0;
	color: #385D8A;
	font-weight: 600;
}

ol, ol ol {
	padding-left: 10px;
}

td:first-child {
	width: 30%;
	font-weight: 600;
}

td b,
td span {
	color: #385d8a; 
	font-family: Arial, Verdana, 'Ms Sans Serif'; 
	font-size: 13px; 
	line-height: normal;
}

a {
	color: #93D250;
	font-weight: 600;
}
h1 {font-size: 21px;}
h2 {font-size: 27px;}
h3 {font-size: 24px;}
h4 {font-size: 21px;}
h5 {font-size: 19px;}
h6 {font-size: 16px; font-weight: 600;}

.t3-sidebar img {
	max-width:100%;
	height:auto;
}

.module-sidebar {
	margin-bottom: 3px;
}
.logo-control .logo-img-sm {
	max-width: 100%!important;
}
.logo-image {
	margin-top: 100px;
}
.off-canvas-toggle {
	display: block;
	background: #385D8A;
	color: #fff;
	height: 37px;
	width: auto;
	line-height: 37px;
	top: 0;
	left: 0;
	position: fixed;
	padding: 0 10px;
}
.t3-off-canvas .t3-off-canvas-body {
	padding: 0;
}
.t3-off-canvas .t3-off-canvas-body .t3-module {
	margin-bottom: 0;
}
.t3-off-canvas .t3-off-canvas-header,
.t3-off-canvas {
	background: #385D8A;
	color: #fff;
}
.t3-off-canvas .t3-off-canvas-body a {
	color: #fff;
}
#menu-footer > ul {
	margin: 20px 0;
	list-style: none;
}

#menu-footer > ul > li {
	background: none;
	width:auto;
	position: relative;
	display: inline;
	text-align: center;
	float: left;
	border-right: 1px solid #cfcfcf;
}
#menu-footer > ul > li:first-child > a {
	display: none;
}
#menu-footer > ul > li:last-child {
	border: 0;
}
#menu-footer > ul > li.active
#menu-footer > ul > li.current {
	border-radius: 0;
}
#menu-footer > ul > li > a {
	color: #93D250;
	padding: 0px 10px;
	font-weight: 600;
	transition: all 0.2s ease;
	font-size: 12px;
}
#menu-footer > ul > li > a:hover {
	padding: 0px 10px;
	background: none;
	text-decoration: underline;
	color: #385D8A;
}

#menu-footer > ul > li > a:focus,
#menu-footer > ul > li.active > a, 
#menu-footer > ul > li.active > a:hover, 
#menu-footer > ul > li.active > a:focus {
	border-radius: 0;
	color: #385D8A;
	font-weight: 600;
	background: none;
}
#menu-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 0;
	width: 100%;
}
#menu-footer p {
	text-align: center;
}
.row {
	margin: 0;
}
div.mod-languages ul {
	float: right;
}
.languageswitcherload2 {
	display: none;
}
}


#language_picker_des_91 {
  display: none !important;
}