@charset "utf-8";
/* roboto-100 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/roboto-v18-latin-100.eot'); /* IE9 Compat Modes */
	src: local('Roboto Thin'), local('Roboto-Thin'),  url('../fonts/roboto-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/roboto-v18-latin-100.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/roboto-v18-latin-100.woff') format('woff'), /* Modern Browsers */  url('../fonts/roboto-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/roboto-v18-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
	font-display: swap;
}
/* roboto-300 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Roboto Light'), local('Roboto-Light'),  url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */  url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
	font-display: swap;
}
body {
	/*font:100%/1.4 Verdana, Arial, Helvetica, sans-serif;*/
	font-family:'Roboto', sans-serif;
	background:#f0e8d1;
	background-color:#ffffff;
	background-image:url(../images/site-bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	margin:0;
	padding:0;
	color:#615f54;
	line-height:1.5;
	font-size:100%;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.container {
	width: 100%;
	clear: both;
}
.mw-logo {
	float:left;
	width:25%;
	padding:1% 3% 0.5% 3%;
	margin:0% auto;
	text-align:center;
}
.mw-logo img {
	position: relative;
	width:100%;
	max-width:15em;
	height:auto;
	margin:0 auto;
}
.mw-display-1 {
	display:block;
}
.mw-display-2 {
	display: none;
}
.mw-scale {
	width:100%;
	height:auto;
}
ul, ol, dl {
	padding:0;
	margin:0;
}
/*.li-left {
	padding-left:4%;
	list-style-image:url(../images/list-img.svg);
	color:#083a5d;
	}
.li-left-x {
	padding-left:4%;
	list-style-image:url(../images/list-img.svg);
	color:#fff;
	}
.integ {
	float:right; 
	width:100%; 
	max-width:20em; 
	height:auto; 
	margin:2em 0em 1em 2em;
	}*/
h1, h2, h3, h4, h5, h6, p {
	margin-top:0;
	padding-right:0;
	padding-left:0;
}
h1 {
	font-size:3em;
	font-weight:100;
}
.mw-box-wrapper h1 {
	font-weight:100;
}
a img {
	border:none;
}
header {
	width:100%;
	z-index:999;
	background-color:#ffffff;
}
.mw-menu-wrapper {
	box-shadow: 0px 8px 3px -8px #000000;
	-moz-box-shadow: 0px 8px 3px -8px #000000;
	-webkit-box-shadow: 0px 8px 3px -8px #000000;
}
a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color:#999999;
	text-decoration: none;
}
#menubar {
	display:block;
	padding:0.625em 0em 0.25em 0em;
	margin:0;
}
#menubar ul {
	display:block;
	text-align:center;
	padding-top:5px;
}
#menubar ul li {
	display:inline;
}
.activ {
	border-bottom:3px solid #f2d9a2;
	padding:0px 0px 5px 0px;
}
#menubar ul li a.menubutton, #menubar {
	display:none;
}
#hauptmenue {
	float:left;
	width:74.5%;
	position:relative;
	margin:0% auto 0% auto;
	padding:3% 0% 2% 0%;
	z-index:10;
}
#hauptmenue ul {
	display:block;
	padding-left:2%;
	text-align:center;
}
#hauptmenue ul li {
	display:inline;
	font-weight:300;
	font-size:1em;
	list-style:none;
	margin-right:1.5em;
}
#hauptmenue ul li a {
	line-height:2.5em;
	padding:0em;
	color:#000000;
	font-weight:300;
	text-decoration: none;
}
#hauptmenue ul li a:hover {
	color:#333333;
}
#hauptmenue ul ul li {
	float: none;
	display: block;
	margin-right:0em;
	min-width:10em;
	font-size:80% !important;
	border-bottom:none;
}
#hauptmenue ul ul li a {
	padding:0em 0.25em 0em 0.25em;
	font-weight:300;
	font-size:1.25em;
}
#hauptmenue ul ul {
	display:none;
	background-color:#fbfbfb;
}
#open_submenu_1, #open_submenu_2, #open_submenu_3, #open_submenu_4, #open_submenu_5 {
	position:relative;
}
#hauptmenue ul ul#sub_menu_1 {
	position: absolute;
	top: 2em;
	left:-6.5em;
	padding:0.5em 0.5em;
	min-width:10em;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#hauptmenue ul ul#sub_menu_2 {
	position:absolute;
	top: 2em;
	left:-1.025em;
	padding:0.5em 0.5em;
	min-width:10em;
	text-align:center;
	z-index:100;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#hauptmenue ul ul#sub_menu_3 {
	position:absolute;
	top: 2em;
	left:2.75em;
	padding:0.5em 0.5em;
	min-width:10em;
	text-align:center;
	z-index:100;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#hauptmenue ul ul#sub_menu_4 {
	position:absolute;
	top: 2em;
	left:3em;
	padding:0.5em 0.5em;
	min-width:10em;
	text-align:center;
	z-index:100;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#hauptmenue ul ul#sub_menu_5 {
	position:absolute;
	top: 2em;
	left:-3em;
	padding:0.5em 0.5em;
	min-width:11em;
	text-align:center;
	z-index:101;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.mw-li-bg {
    border: 2px solid #ccbaad !important;
    border-radius: 20px;
    padding: 0.5% 1%;
}
.mw-content-wrapper-h {
	position:relative;
	width:100%;
	z-index:-1;
}
.mw-content-wrapper-s {
	position:relative;
	width:100%;
	margin:0 auto;
	max-width:70em;
	padding:0%;
	color:#615f54 !important;
}
.mw-content-wrapper-s h2, .mw-hl-sub {
	text-align:left;
	margin:0% 1% 0% 1%;
	font-size:2em;
	font-weight:300;
}
.mw-hl-sub {
	color:#704200 !important;
}
.mw-hl-sub-c {
	color:#666 !important;
	text-align:center;
	margin:0% 1% 0% 1%;
	font-size:2em;
}
.mw-hl-sub-center {
	margin:3% 1% 3% 1%;
	font-size:1.75em;
	font-weight:300;
	color:#666 !important;
	text-align: left !important;
}
.mw-content-wrapper-s h3 {
	text-align: left;
	margin: 0% 1% 0% 1%;
	font-size: 2em;
	font-weight: 300;
}
.mw-trenner {
	width:7em;
	height:2px;
	background-color:#917f71;
	position:relative;
	margin:0% 0% 2% 0%;
	
	
}
.mw-trenner-center {
	width:100%;
	max-width:7em;
	height:3px;
	background-color:#10d3c8;
	position:relative;
	margin:10px auto;
}
.mw-trenner-f {
	width:5em;
	height:2px;
	background-color:#ded7c1;
	position:relative;
	left:1% !important;
	margin:10px 0px;
}
.mw-fc333 {
	color:#333333;
	}
/*.subline {
	color:#666;
	font-size:1em !important;
	font-weight:600;
	margin-left:1%;
	} 
.subline-center {
	color:#666;
	font-size:1em !important;
	font-weight:600;
	text-align:center !important;
	}*/ 
.mw-subline2 {
	color:#615f54 !important;
	font-size:1.25em !important;
	font-weight:600 !important;
	margin-bottom:10px !important;
	margin-left:0% !important;
}
/*.subline3 {
	color:#083a5d;
	font-size:1em;
	font-weight:600;
	padding-left:2%;
	} 
.subline4 {
	color:#083a5d;
	font-size:1.5em;
	font-weight:300;
	padding-left:1%;
	} */
.mw-img-box {
	text-align:center;
}
.mw-img-1-3 {
	float:left;
	width:31.32%;
	margin:1%;
}
.mw-box-img {
	width:100%;
	height:auto;
	max-width:23em;
	margin:0% auto 0% auto;
}
.mw-list-left {
	margin-left:1em;
	}
article {
	margin:0 auto;
	padding:0%;
}
article h1 {
	text-align:center;
}
.mw-content-wrapper {
	min-height:38em;
	background-repeat:no-repeat;
	background-size: cover;
	background-position:center top;
	background-attachment:fixed;
}
.mw-content-bg {
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center bottom;
	background-attachment:fixed;
}
.mw-box-wrapper {
	width:100%;
	max-width:75em;
	margin:0% auto 0% auto;
	padding:5% 1% 5% 1%;
}
.mw-circle-box {
	width:19%;
	margin:0.5%;
	padding:2% 0% 0% 0%;
	border:0px solid #fff;
	border-bottom:0px solid #ccc;
	text-align:center;
}
.mw-circle-box img {
	width:94%;
	height:auto;
	margin:3% 3%;
	border-radius:50%;
	border:4px solid #ccbaad;
	padding:2px;
}
.mw-contentbox-1-3 img {
	width:100%;
	height:auto;
	max-width:6em;
	margin:3% auto;
}
.mw-cbox-hl-o {
	text-align:center !important;
	font-size:1.5em !important;
	font-weight:300;
	color:#615f54;
}
.mw-cbox-hl {
	text-align:center !important;
	font-size:1.125em !important;
	font-weight:300;
	color:#615f54;
}
a:link mw-cbox-hl, a:visited mw-cbox-hl {
	color:#336180;
}
.mw-box-wrapper h1 {
	color:#615f54;
}
.mw-section-2 {
	padding:6% 0% 5% 0%;
}
.mw-content-box-1-1 {
	width:100%;
	margin:2% 1%;
	padding:2% 4%;
	background-color:#ffffff;
}
.mw-content-box-1-1 p {
	text-align:justify;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
     hyphens: auto;
}
.mw-content-box-1-2 {
	float: left;
	width:48%;
	margin:2% 1%;
	padding:2% 1%;
	background-color:#ffffff;
}
.mw-content-box-1-2-bg {
	float: left;
	width:48%;
	margin:2% 1%;
	padding:2% 3% 2% 3%;
	border: 3px solid #cccccc;
	background-color:#ffffff;
}
.mw-content-box-1-2-bgx {
	float: left;
	width:48%;
	margin:2% 1%;
	padding:2% 3% 2% 3%;
	background-color:#ebe4de;
}
.mw-content-box-1-2 p, .content-box-1-4 p, .mw-content-box-1-2-bg p {
	color:#615f54;
	font-size:100%;
	padding-left:1%;
}
.mw-contentbox-1-2 {
	float: left;
	width:46%;
	margin:0% 2%;
	padding:3% 2%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.mw-content-box-1-3 {
	float: left;
	width:29.33%;
	margin:3% 2% 1% 2%;
	padding:2% 2%;
	background-color:#ebe4de;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.mw-box {
	display:flex;
	margin:auto;
	}
.cry {
	list-style:none;
	}
.info-box {
	max-width:80%;
	margin:auto;
	display:flex;
	}
.mw-content-box-1-3 p {
	width:100%;
	margin:auto;
	color:#333333;
	font-size:1.25em;
	text-align:center;
	font-family:'Roboto', sans-serif !important;
}
.mw-fs-110 {
	font-size:110%;
	}
.spaltensatz {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 3em;
	-webkit-column-gap: 3em;
	column-gap: 3em;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	text-align: justify;
	padding:0% 2% 1% 2%;
	margin:0%;
}
.mw-content-flex {
	display:flex;
	justify-content:normal;
}
.mw-contentbox-1-3 {
	float:left;
	width:28.32%;
	margin:3% 2% 0% 2%;
	padding:0% 0% 2% 0%;
	border-bottom:0px solid #ccc;
	text-align:center;
	font-size:90% !important;
}

.mw-content-flex.mw-contentbox-1-3 {
	display: flex;
	flex-direction: column;
	align-items:flex-start;
}
.mw-block {
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin:0% 1%;
	color:#666;
	font-size:110% !important;
	line-height:1.7 !important;
}
.mw-fs-100 {
	font-size:90% !important;
	padding:0% 2%;
	}
.mw-button {
	width:100%;
	max-width:60%;
	padding:1.5% 0%;
	margin:6% auto 2% auto;
	background-color:#ccbaad;
	border:0px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align:center;
	font-weight:300;
	font-size:110%;
}
.mw-button-2 {
	width:100%;
	max-width:13em;
	padding:1.5% 0%;
	margin:6% auto 2% auto;
	background-color:#ccbaad;
	border:0px solid #ccc;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align:center;
	font-weight:300;
	
	font-size:110%;
}
.scale-img {
	max-width:50px;
	height:auto;
	}
.moreinfo a {
	color:#333 !important;
	font-size:1.25em;
	}
#more_button_1, #more_button_2, #more_button_3, #more_button_4, #more_button_5, #more_button_6, #more_button_7,#more_button_8, #more_button_9, #more_button_10, #more_button_11, #more_button_12, #more_button_13, #more_button_14  {
	width:98%;
	margin:auto auto 1% auto;
	padding:2% 3% 0% 3%;
	border:1px solid #999;
	border-radius:10px;
	cclor:#666666;
	font-size:1em;

	}
.morecontent_1, .morecontent_2, .morecontent_3, .morecontent_4, .morecontent_5, .morecontent_6, .morecontent_7, .morecontent_8, .morecontent_9, .morecontent_10, .morecontent_11, .morecontent_12, .morecontent_13, .morecontent_14 {
	display:none;
	padding:2% 0%;
	}
.mw-animation-element {
	visibility: hidden;
}
/*
==============================================
fadeIn
==============================================
*/

.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}
 @keyframes fadeIn {
 0% {
 transform: scale(0);
 opacity: 0.0;
}
 60% {
 transform: scale(1.1);
}
 80% {
 transform: scale(0.9);
 opacity: 1;
}
 100% {
 transform: scale(1);
 opacity: 1;
}
}
 @-webkit-keyframes fadeIn {
 0% {
 -webkit-transform: scale(0);
 opacity: 0.0;
}
 60% {
 -webkit-transform: scale(1.1);
}
 80% {
 -webkit-transform: scale(0.9);
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1);
 opacity: 1;
}
}
.tab-price td {
	padding:1% 3%;
	
	}
.tab-l {
	background-color:#ebe3de;
	border-bottom:1px solid #fff;
	font-weight:600;
	}
.tab-l-b {
	font-weight:300;
	}
.tab-r {
	background-color:#e0d6ce;
	border-bottom:1px solid #fff;
	text-align:center;
	font-weight:600;
	color:#000000 !important; 
	}
.uc {
	text-transform: uppercase;
	}
footer {
	padding:0;
	background-color:#ebe4de;
}
.mw-footer-inner {
	width:100%;
	max-width:85em;
	margin:0% auto;
	padding:3% 1% 1% 1%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	color:#000;
}
.mw-footer-box {
	float:left;
	width:19%;
	margin:0.5%;
	padding-bottom:2%;
}
.mw-footer-box a:link, .mw-footer-box a:hover, .mw-footer-box a:visited {
	color:#615f54;
}
.mw-footer-box p {
	color:#615f54;
}
.mw-p-info {
	text-align: left;
	font-size:100%;
	font-weight:300 !important;
	font-size:0.875em;
	margin:0 !important;
	padding:2% 0% 1% 1% !important;
}
.mw-footer-hl {
	font-weight:600 !important;
	font-size:1em;
	color:#fff;
	text-align:left;
	margin:0 !important;
	padding:1% 0% 1% 1%;
}
.mw-social {
	float:left;
	text-align:left !important;
	margin:3% 3%;
	text-align:center;
}
.mw-social img {
	max-width:3em;
	height:auto;
	padding:3% 0% 0% 1%;
}
.mw-copy {
	border-top:1px dotted #615f54;
	padding:1em 0em 0.75em 0em;
	color:#615f54;
	font-size:80%;
}
.mw-copy-l, .mw-copy-r {
	float:left;
	width:50%;
	text-align:center !important;
}
.mw-copy a:link, .mw-copy a:visited {
	color:#fff;
}
.fltrt {
	float:right;
	margin-left:8px;
}
.fltlft {
	float:left;
	margin-right:8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
.center {
	text-align:center;
	color:#666;
	font-weight:100;
	font-size:2.25em;
	padding:3% 2% 1% 2%;
	
}
.center2 {
	text-align:center;
	color:#666;
	font-weight:300;
	font-size:2em;
	margin:auto;
	padding:3% 2% 1% 2%;
	
}
#mw-back-top {
	position:fixed;
	bottom:30px;
	right:10px;
	z-index:300;
	display:none;
}
#mw-back-top a {
	width:50px;
	height:50px;
	display:block;
	text-align:center;
	font-size:32px;
	color:#fff;
	background-color: #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	transition:background-color .15s;
	-moz-transition:background-color .15s;
	-webkit-transition:background-color .15s;
	-o-transition:background-color .15s;
	-ms-transition:background-color .15s;
}
#mw-back-top a:hover {
	text-decoration:none;
	background-color:#6fded8;
}
.mw-contact {
	position: fixed;
	bottom:45%;
	right:10px;
	width:50px;
	
	z-index:300;
}
.mw-contact a {
	display:inline-block;
	margin-bottom:10px;	
	width:50px;
	height:50px;
	background-color: #10d3c8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	z-index:300;
}
.mw-contact a:hover {
	text-decoration:none;
	background-color:#6fded8;
	width:52px;
	height:52px;
}
#feedback-slider {
    position: relative;
    width: 94%;
    margin: 1% 3% 3% 3%;
    padding: 0% 3% 0% 2%!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#feedback-slider li {
	overflow:hidden;
	max-width:100%;
    padding:20px 20px !important;
	background-color:#ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
}
 @media screen and (max-width:1200px) {
.mw-logo {
	float:none;
	width:100%;
	padding:1em 0em 0.75em 0em;
	margin:0%;
	text-align:center;
}
.mw-logo img {
	position: relative;
	width:100%;
	margin-left:0em;
	max-width:10em;
	height:auto;
}
#menubar {
	border-bottom:0px dotted #fff;
	margin:0em auto;
	padding: 0.625em 0em 1em 0em;
	width:100%;
}
#menubar, #menubar ul li a.menubutton {
	display:block;
}
#hauptmenue {
	float:none;
	width:100%;
	display:none;
	padding:0em;
}
#hauptmenue ul {
	text-align:center;
	padding-left:0em;
}
#hauptmenue ul li {
	display:block;
	padding:0%;
	border-bottom:1px solid #cccccc;
	width:96%;
	margin:0% 2%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#hauptmenue ul li a {
	font-size:1em;
}
#hauptmenue ul ul, #hauptmenue ul ul#sub_menu_1, #hauptmenue ul ul#sub_menu_2, #hauptmenue ul ul#sub_menu_3, #hauptmenue ul ul#sub_menu_4, #hauptmenue ul ul#sub_menu_5 {
	display:none;
	position:relative;
	top:0em;
	padding:0em;
	margin-left:0em;
	width:100%;
	text-align:center;
	left:0em;
}
.mw-content-wrapper-s {
	padding:0% 3%;
}
}
@media screen and (max-width:950px) {
.mw-content-flex {
	display: block;
	justify-content:space-around;
}
.mw-contentbox-1-2 {
	float:none;
	width:96%;
	margin:2% 2% 0% 2%;
	padding:3% 2%;
}
.mw-circle-box {
	float:left;
	width:46%;
	margin:4% 2%;
}
.mw-content-wrapper {
}
.mw-cbox-hl {
	font-size:1.2em !important;
}
footer {
	padding: 10px 0;
}
}
@media screen and (max-width:800px) {
.mw-display-1 {
	display:none;
}
.mw-display-2 {
	display:block;
}
.mw-menu-wrapper {
	background-image:none;
}
.mw-content-box-1-2 {
	float:none;
	width:96%;
	margin-bottom:2em;
}
.spaltensatz {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count:1;
	-moz-column-gap:0;
	-webkit-column-gap:0;
	column-gap:0;
	padding:2% 4%;
	margin:2% 0% 0% 0%;
}
.mw-footer-box {
	float:none;
	width:90%;
	margin:4% 5%;
	border-bottom:1px dotted #CCC;
}
.mw-copy {
	border-top: none;
}
.info-box {
	display:block;
	max-width:100%;
	}
.mw-content-box-1-3 {
	float:none;
	width:100%;
	margin:0.5% 0%;
}
.mw-content-box-1-3 p {
	font-size:1.125em;
}
}
@media screen and (max-width:700px) {
h1 {
	font-size:2em;
}
.mw-contentbox-1-3 {
	float: none;
	width:80%;
	margin:6% 10% 0% 10%;
	padding:0% 0% 2% 0%;
	border-bottom:0px solid #10d3c8;
	font-size:90% !important;
}
.mw-content-box-1-2-bg {
	float:none;
	width:90%;
	margin:2% 5%;
	padding:2% 2% 1% 2%;
}

.mw-box {
	display: block;
	}
.mw-content-box-1-2-bgx {
	float:none;
	width:98%;
}
}
@media screen and (max-width:650px) {}
