@charset "UTF-8";
/* CSS Document */
@font-face {
			font-family: 'Open Sans';
			font-style: normal;
			font-weight: 400;
			src: url('../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
			url('../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.woff') format('woff');
			/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
		}
        @font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
src: url('../fonts/fjalla-one-v5-latin/fjalla-one-v5-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
			url('../fonts/fjalla-one-v5-latin/fjalla-one-v5-latin-regular.woff') format('woff');
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	color: black;
	background:none;
	text-shadow:none;
}
/*****221215**/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/**/
#home {
	width: 100%;
	padding: 0px 1% 0px 1%;
	background-color: none;
}
#open{
	text-align:center;
}
/*Ueberschriften*/
h1 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	font-size:1.8em;
	margin-bottom:0px;
	color: #00664F;
	background: none;
	padding: 2px 2px 2px 5px;
}
.three h1 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	font-size:1.8em;
	margin-bottom:0px;
	color: #00664F;
	background: none;
}
h2 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	font-size:1.2em;
	margin-bottom:0px;
	color: #00664F;
	background: none;
	padding: 2px 2px 2px 5px;
}


/* Iframe RWD */
.Flexible-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*Links*/
a:link {
	color:black;
	text-decoration: none;
}
.extralink a:link {
	color:blue;
	text-decoration: none;
}
.extralink a:visited {
	color:blue;
	text-decoration: none;
}
.extralink a:active {
	color:blue;
	text-decoration: none;
}
.extralink a:hover {
	color: green;
	text-decoration: none;
}
/*Elemente*/
input.rounded {
	width:95%;
	font-size: 1.1em;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	outline: 0;
	-webkit-appearance: none;
	padding:0px 5px 0px 5px;
}
/*rounded input*/
textarea.rounded {
	width:95%;
	height:90px;
	font-size: 1.1em;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	padding: 1%;
	outline: 0;
	-webkit-appearance: none;
}
/*C-Res Box*/
.cresbox {
	width:95%;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	outline: 0;
	-webkit-appearance: none;
	background-color:none;
}
input.butty {
	width:95%;
	font-size: 1.3em;
}
#wann {
	text-align:center;
}
input.rounded:focus {
	border-color: #339933;
}
/*textarea rounded*/


textarea.rounded:focus {
	border-color: #339933;
}
/*Select*/
select {
	border:0;
	color:#ffffff;
	background:#0033FF;
	font-size:1.2em;
	padding:2px 10px;
	width:95%;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 1px 1px 11px #ccc;
	-webkit-appearance: none;
}
#restime {
	overflow:hidden;
	width:95%;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 1px 1px 11px #ccc;
}
#respers {
	overflow:hidden;
	width:95%;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 1px 1px 11px #ccc;
}
#arrival {
	border:0;
	color:#ffffff;
	background:#00664F;
	font-size:1.2em;
	padding:2px 10px;
	width:95%;
}
#departure {
	border:0;
	color:#ffffff;
	background:#00664F;
	font-size:1.2em;
	padding:2px 10px;
	width:95%;
}
::-webkit-input-placeholder {
   color: #ffffff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}

:-ms-input-placeholder {  
   color: #ffffff;  
}	
/*radio Buttons*/
#anrede {
	margin-bottom: 8px;
}
#radio-1 {
	width: 293px;
}
#radio-2 {
	width: 293px;
}
.button-holder {
	float: left;
}
.regular-radio {
	display: none;
}
.regular-radio + label {
	-moz-box-shadow:inset 0px 1px 0px 0px #899599;
	-webkit-box-shadow:inset 0px 1px 0px 0px #899599;
	box-shadow:inset 0px 1px 0px 0px #899599;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
	background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bab1ba', GradientType=0);
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d6bcd6;
	color: black;
}
.regular-radio:checked + label:after {
	width: 12px;
	height: 12px;
	border-radius: 10px;
	position: absolute;
	top: 13px;
	background: blue;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 13px;
	font-size: 32px;
}
.regular-radio:checked + label {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	color: white;
}
.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.big-radio + label {
	padding: 6px 16px 6px 16px;
}
.big-radio:checked + label:after {
	width: 24px;
	height: 24px;
}
/* Iframe RWD */

.iframe-rwd {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.iframe-rwd iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*Color Buttons*/
input.greenButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #aade7c;
	width:95%;
}
input.greenButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}
input.greenButton:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */
input.redButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
	width:95%;
}
input.redButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}
input.redButton:active {
	position:relative;
	top:1px;
}
input.orangeButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	padding:6px 24px;
	text-decoration:none;
	width:95%;
}
input.orangeButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}
input.orangeButton:active {
	position:relative;
	top:1px;
}
.innerhead1 {
	display:block;
	width:100%;
	background:none;
	height:20px;
	text-align:left;
}
.innerhead2 {
	display:block;
	width:100%;
	background:none;
	height:20px;
	text-align:left;
}
.bigleft {
	display:block;
	width: 95%;
	margin-top: 65px;
	padding: 0 3px 0 3px;
	background-color:none;
}
#cres_solo {
	display:block;
	width: 95%;
}

#cres_solo2 {
	display:none;
}
.img1 {
	width: 100%;
}
.smright {
	display:block;
	width:100%;
}
.smleft {
	display:block;
	width: 95%;
	padding: 5px;
	background-color:none;
}
.left_nav{
	display: none;
}

.bottom_nav{
	display: block;
	width: 95%;
	padding: 1%;
}
.innerleft {
	display:block;
	width:100%;
	background: none
}
.innerright {
	display:block;
	width:100%;
}
.three {
	display:block;
	width:98%;
	padding: 1%;
	background: none;
}
.three h1 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	font-size:1.8em;
	margin-bottom:0px;
	color: #00664F;
	background: none;
}
#three0 {
	background:none;
}
#three1 {
	background:none;
}
#three2 {
	background:none;
}
.clear {
	clear:both;
}
/*header*/

header {
	background: none;
	padding-bottom: 5px;/*Top and Bottom*/
}
/*shorter clearfix https://nicolasgallagher.com/micro-clearfix-hack/*/
	header:before, header:after {
	content:"";
	display:table;
}
header:after {
	clear:both;
}

#header1 {
	display:block;
	width: 100%;
	height: 55px;
	position:fixed;
	padding-top:10px;
	z-index:100;
	background-color: #E0F8D8; /*#00664F;*/
	/*border:1px solid #CCC;*/
	-webkit-box-shadow: 0 4px 3px -1px green;
	-moz-box-shadow: 0 4px 3px -1px green;
	box-shadow: 0 4px 3px -1px green;
	
}
.mlelogo {
	float: left;
	padding: 0 0px;
	width: 60%;
	text-align:left;
	
}

.sb-toggle-right {
	float: right;
	width: 40%;
	text-align:right;
	background:none;
	cursor:pointer;
}
#header2 {
	display:none;
}
.logo {
	display:none;
}
.footer {
	display:none;
}
/*backtotop*/
.backtotop {
	text-align: center;
}
/*h1.logo a {
	color: black;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	float: left;
	letter-spacing: 0.2em;
}*/
a.to_nav {
	float: right;
	padding: 0 0px;
	background:url(https://mvs-gmbh.net/mvsneu/bilder/mvs_menueButton.png);
	background-repeat:no-repeat;
	width: 45px;
	height: 45px;
}
a.to_nav:hover, a.to_nav:focus {
}
/*Die dunkle Navi*/
#dark_nav ul {
	list-style: none;
	background: none;
	padding: 5px 0;/*10px 5px;*/
}
#dark_nav li a {
	display: block;
	padding: 0 10px;/*0 10px;*/
	color: white;
	text-decoration: none;
	font-weight: 300;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.0em;
	line-height: 2em;
	height: 2em;
	border-bottom: 1px solid none;
}
#dark_nav li:last-child a {
	border-bottom: 1px solid none;/*or none for last link*/
}
#dark_nav li a:hover, #dark_nav li a:focus {
	color: #ffffff;/*hover WHITE...*/
	font-weight: 700;/*...and BOLD*/
	background:none;
}

/*Video content to be 100% width responsive*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rslides2 {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding:0% 0% 1px 0%;
	margin:0% 0% 0% 0%;
}
.rslides2 li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides2 li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides2 img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	z-index: 5;
}
.caption2 {
	position: absolute;
	display: block;
	bottom: 5%;
	width: 43%;
	left: 50%;
	right: 2%;
	padding-right:3%;
	text-align: right;
	background-color:#C60;
	opacity: 0.7;
	color: #fff;
	font-size: 1.5em;
}
.share-buttons {
	text-align: center;
}
.share-buttons img {
	width: 35px;
	padding: 5px;
	border: 0;
	box-shadow: 0;
	display: inline;
}
#header2 {
	display:none;
}
.rslides {
	margin-top: 5px;
}
#rslides1 {
	display:block;
	margin-top:52px;
}
#rslides2 {
	display:none;
	margin-top: 5px;
}



.toggle_nav {
	float: right;
	padding-bottom: 2px;
	width: 50%;
}
/*navigation*/	
#slidebar{
	display: inline;
}
#slidebar2{
	display: inline;
}

/* First breakpoint at 576px */
/* Inherits mobile styles, but floats containers to make columns */
@media all and (min-width: 36em) {
#home {
	width: 98%;
	padding: 1%;
	background-color: none;
}
.header {
	display:none;
}
#header1 {
	display:none;
}
#slidebar {
	display:none;
}
#header2 {
	display:inline;
	background:none;
	width: 98%;
}
.lingo {
	float: left;
	padding: 0 0px;
	width: 20%;
}
.menue {
	float: right;
	height: 45px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 1.1em;
	background-color:none;
	color:#000000;
	text-align: right;
	text-transform: uppercase;
	padding: 8px 10px 0px 0px;
	word-spacing:0.5em;
	width: 70%;
}
.footer {
	display:inline;
	background: none;
	}
.footer a:link {
	color:grey;
	text-decoration: none;
}
.footer a:visited {
	color:grey;
	text-decoration: none;
}
.footer a:active {
	color:gray;
	text-decoration: none;
}
.footer a:hover {
	color: green;
	text-decoration: none;
}
#smartphone {
	display:none !important;
}
.logo {
	height: 70px;
	display:inline;
}
.left_nav{
	display: inline;
}

.bottom_nav{
	display: none;
}
.smleft {
	width:30%;
	float:left;
}
.fullhead {
	display:block;
	width: 100%;
}
.smright {
	width:30%;
	float:left;
}
.bigleft {
	width:60%; /* war 66 */
	float:left;
	margin-top:5px;
	margin-right:1%;
	padding-left:3%;
	padding-right:1%;
}
#cres_solo {
	display:none;
}
#cres_solo2 {
	display:inline;
}
.img1 {
	float: left;
	margin-right: 1em;
	width: 40%;
}

.clear {
	clear:both;
}
.innerhead1 {
	display:none;
}
.innerhead2 {
	display:none;
}
/*die neue Navi*/
a.to_nav {
	display: none;
}
.wrapper {
	position: relative;
	width: 768px;
	margin: auto;
}

/*navigation*/	

#primary_nav2 ul {
	list-style: none;
	background: none;
	padding: 5px 0;/*10px 5px;*/
}
#primary_nav2 li a {
	display: block;
	padding: 0 10px;/*0 10px;*/
	color: black;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.0em;
	line-height: 2em;
	height: 2em;
	border-bottom: 1px solid #383838;
}
#primary_nav2 li:last-child a {
	border-bottom: none;
}
#primary_nav2 li a:hover, #primary_nav li a:focus {
	color: white;
	background:#00664F;
}

.three {
	float: left;
	width:31.33333%;
}
h1 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	font-size:1.4em;
	margin-bottom:0px;
	color: #00664F;
	background: none;
	padding: 2px 2px 2px 5px;
}
.three h1 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	font-size:1.4em;
	margin-bottom:0px;
	color: #00664F;
	background: none;
}
#three0 {
	display:inline !important;
}
#three1 {
	display:inline !important;
}
#three2 {
	display:inline !important;
}
#three0A {
	display:none !important;
}
#three1A {
	display:none !important;
}
#three2A {
	display:none !important;
}
/*. h1{
	color: black;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
	float: left;
	letter-spacing: 0.2em;
	background:none;
}*/
a:link {
	color:grey;
	text-decoration: none;
}
a:visited {
	color:grey;
	text-decoration: none;
}
a:active {
	color:grey;
	text-decoration: none;
}
a:hover {
	color: green;
	text-decoration: none;
}
.menue a:link {
	color:black;
	text-decoration: none;
}
.menue a:visited {
	color:black;
	text-decoration: none;
}
.menue a:active {
	color:black;
	text-decoration: none;
}
.menue a:hover {
	color: white;
	background: red;
	padding:2%;
}

#rslides1 {
	display:none;
	margin-top: 5px;
}
#rslides2 {
	display:inline;
	margin-top: 5px;
}
}
