/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*
*	THE CMS STYLES
*
*	general  
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
 

@font-face {
  font-family: 'Open Sans', sans-serif;
  	src: url(/fonts/Open_Sans/OpenSans-Light.ttf);
	src: url(/fonts/Open_Sans/OpenSans-Bold.ttf);
	src: url(/fonts/Open_Sans/OpenSans-ExtraBold.ttf);
	src: url(/fonts/Open_Sans/OpenSans-Light.ttf);
	src: url(/fonts/Open_Sans/OpenSans-Regular.ttf);
}
 
#all{
	width: 856px;
	margin: auto;
	} 
 
 
* { 
}
body {
	color: #333;
    background-color: dde8ff;
    margin: 0;
    padding: 0;
    line-height: 14px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
	background-image:url(../files/images/form-layout/bg.png);
	background-repeat:repeat-x;
}

body#prices {
    display: flex;
    flex-wrap: wrap;
}



table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;  /* for Netscape borders in tables */
    margin: 0px;
	width: 100%;
}
td, th {
	padding: 0px;
}

h1 {
	text-align: center;
	font-size: 1.8em;
	letter-spacing: 1px;
	text-transform: capitalize;
    padding: 0px;
    margin: 20px 30px;
	color: #000000;
	line-height: 1.5em;
}
h2 {
	text-align: center;
	font-size: 1.5em;
	letter-spacing: normal;
	text-transform: capitalize;
    padding: 0px;
    margin: 10px;
	color: #000000;
	line-height: 1.4em;
}


h3, h4, h5, h6 {
	font-size: 1.0em;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}



b {
	font-weight: bold;
}
small {
	font-size: 0.9em;	
}

p {
    padding: 5px 0px;
    margin: 0px;
}

a {
    text-decoration: none;
    color: #000000;
}
a:focus, a:hover, a:active {
	/*font-weight:bold;*/
	color: #A50000;
	outline: none; 
}

img {
    border: none;
    vertical-align: top;
    background-color: transparent;
}

hr {
	color: #3264C8;
	margin: 2px;
}

form {
	margin: 0px;
}
input, textarea, select {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin: 0px;
}
select{
	cursor:pointer;}
.cm_lowlite {
	opacity: 0.7;
}
.cm_lowlite:hover {
	opacity: 1.0;
}


#pricelist_options > div:nth-child(2) {
	display: none;
	
}

/*#pricelist_options > div:nth-child(3) {
	display: none;
	
	
}*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	the table style 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pricelist .row .label {
    padding-right: 0px;
}


/*#pricelist_options > div:nth-child(17) {
    display: none;
}*/

#pricetable {
	margin: 20px;
	width: 800px;
}

#pricetable td.empty {
	padding: 0;}

#pricetable tr.header{

	background-color:#CCC;
	}

#pricetable td {
	padding: 5px;
	text-align: left;
	border: 1px solid grey;
	width:95px;
	vertical-align:top;
	
}

#pricetable td.picture{
	padding: 0;}

#pricetable td img{
	width:150px;}

#pricetable .category {
	text-align:center;
	width:150px !important;
}

#pricetable .category .booknow{
	font-size:10px;
	color: #34b233;}

#pricetable .tarif_desc, .tarif_desc_times {
	font-size:9px;
}
#pricetable td.tarif_header {
	font-weight: bold;	
	font-size: 10px;
}

#pricetable td.tarif_span{
	text-align:center;
	}

#pricetable .price {
	text-align:center !important;
	vertical-align:middle !important;
}

#pricetable td.category {
	font-weight: bold;
	background-color:#CCC;
	padding: 3px 0;
}
#pricetable td.category a:link, #pricetable td.category a:visited{
	color: #000;}

#link > button {
    width: 300px;
}

button.button.submit {
    order: 2;
    border-radius: 5px;
}

.pricelists>div>.header{
	text-align: center;
}

/*#pricelist_shortterm > table > tbody > tr> th> a*/

.pricelists>div>.header>a, .pricelists>.pricelist table a, .button-prices{
    background-color: #ff6200 !important;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
	border-radius: 5px;
	margin: 0px auto 10px auto;
	transition: background .2s ease-in;
}

.pricelists>div>.header>a:hover, .pricelists>.pricelist table a:hover, a.button-prices:hover{
	color: #fff;
	background-color: #2e9ae8 !important;
	transition: background .2s ease-in;
}

.button-prices{
	width: 100%;
margin-top: 20px;
}


#pricelist_shortterm > h2 {
    display: none;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	the list style 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.pricelists.pricetables .pricelist{
/*	width: auto;*/
}


#pricelist {
	margin: 20px;
}


#pricelist .row {
	padding: 10px;
	margin-bottom: 20px;
	/*border-bottom: 1px solid #666;*/
	background-color:#e1e0db;
}

#pricelist_shortterm > table > tbody > tr:nth-child(1), #pricelist_longterm > table > tbody > tr:nth-child(1) {
/*    display: none;*/
}



#pricelist_longterm > div > div{
line-height: 21px;
}

#pricelist .booknow {
	font-family: 'Open Sans', sans-serif;
	color: #34b233;
	font-size: 22px;
	margin: 10px 0;
	text-align:right;}
	
#pricelist .booknow a:link, #pricelist .booknow a:visited {
	color: #34b233;}


#pricelist .category {
	margin: 10px;}

#pricelist .category a {
	font-size: 2.4em;
	font-family: 'Open Sans', sans-serif;
	color: #0098db;
}


#pricelist .picture {
	float: left;
	width: 400px;
	/*padding: 20px;*/
}
#pricelist .picture img {
	width: 400px;	
}

#pricelist .tab {
	float: left;
	padding: 0 0 0 20px;
}
#pricelist .tab table{
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#pricelist .tab table td {
	padding: 5px 10px;
	vertical-align:top;
	border-bottom: dotted 1px #666;
}

#pricelist .tab table td:last-child{
	text-align:right;
}

#pricelist .tab table td .km {
	font-weight:normal;
	font-size:10px;
}

table.tabhandles {
	margin-bottom: 5px;
}
table.tabhandles td {
	border: solid 1px #666;
}
table.tabhandles a {
	display: block;
	width: 100px;
	padding: 10px;
	font-weight: bold;
}
table.tabhandles a.active {
	background-color: #0098db;
}

a.gallery {
	display: block;
	float: left;
	margin: 5px;
}
a.gallery img {
	height: 60px;
}

.sale_text {
	margin: 10px 0px;
}
.sale_price {
}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	category menu 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul#menu {
	list-style-type: none;
	margin: 20px;
	padding: 0;
}
ul#menu li {
	margin-bottom: .8em;
}
ul#menu li.picture {
	float: left;
	text-align: center;
	margin: 10px;
}
ul#menu li a {
	color: #0098db;
	font-size: 1.4em;
	line-height: 1.1em;
	font-family: 'Open Sans', sans-serif;
}
ul#menu li a img {
	height: 80px;
	display: block;
	margin-bottom: 10px;	
}


/*  Canvas >Signature */

div#signature-pad {
    width: 50%;
}

/*++++++++++++++++++++++++++
	pricelist 
++++++++++++++++++++++++++*/
.pricelist-container {
	padding: 20px;
/*	max-width: 780px;*/
}



/*
.pricelist-prices {
	display: flex;
    flex-wrap: wrap;
}
*/

.pricelists {
    display: flex;

/*
    grid-template-columns: 390px 390px;
    grid-template-rows: max-content;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: start;
*/
  /*  flex-wrap: wrap;*/
}

.pricelists>div{
	flex-grow: 1;
/*	width: 100%;*/
}

/*
#pricelist_outside_shuttle { grid-area: 1 / 1 / 3 / 2; }
#pricelist_longterm { grid-area: 1 / 2 / 2 / 3; }
#pricelist_options { grid-area: 2 / 2 / 3 / 3; }
*/


.pricelist h2 a {
	float: right;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: normal;
    padding: 5px 10px;
    background-color: #ddf;
}
.pricetables .pricelist th a {
	display: block;
	font-size: 14px;
    padding: 5px 10px;
    margin-top: 5px;
    background-color: #ddf;
}




.pricelist {

	padding: 20px;
}
.pricelist_table {
	width: auto;	
}
.pricelist tr.row th {
    padding: 10px;
    font-weight: bold;
    background-color: #fff;
/*    white-space: nowxrap;*/
	font-size: 18px;
    line-height: 25px;
}

.pricelist tr.row td{
	padding: 4px 7px;
	font-size: 14px;
	line-height: 16px; 
}
.pricelist div.row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 10px;
	font-size: 14px;
	line-height: 16px; 
}
#pricelist_shortterm > table > tbody > tr:nth-child(1) {
    BACKGROUND-COLOR: #e4e4e4;
}

.pricelist .row:nth-child(even) {
    background-color: #bfe4ff;
    color: black;
}

.pricelist .row:nth-child(odd) {
    color: #000000;
}

.pricelist .row .label {
    width: 65px;
    padding-right: 0px;
}
.pricelist .row .value {
	text-align: center;
}

#pricelist_options > div:nth-child(18) {
    display: none;
}

.pricelist .options div.label {
    width: 250px;
    padding-right: 20px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	tabs
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.container-wrap {
    padding-top: 10px!important;
}

/*
.pricelist-container p.valid a.active {
    font-weight: bold;
    padding: 10px 10px;
    border: 1px solid;
    background-color: #2e9ae8;
    color: white;
    font-size: 100%;
}

.pricelist-container p.valid a {
    font-weight: bold;
    padding: 10px 10px;
    border: 1px solid;
}
*/

.pricelist-container p.valid {
    padding: 0px 0px 0px 30px;
	color: #aaa38e;
	border-bottom: 1px solid #2e9ae8;
	height: 23px;
	/* hide tabs */
	display: none;
}

.pricelist-container p.valid a {
	font-weight: bold;
    padding: 8px 15px  !important;
	color: #aaa38e;
}

.pricelist-container p.valid a.active {
    border: 1px solid #2e9ae8;
    border-bottom: 1px solid #fff;
    color: #000000;
}

.pricelist-container p.valid a{
	border: 1px solid #ccc;
	border-bottom: none;
	
}

.pricelist-container p.valid span{
	font-weight: bold;
	padding-left: 15px;
}



#pricelist_outside_shuttle > div:nth-child(24), #pricelist_outside_shuttle > div:nth-child(25), #pricelist_outside_shuttle > div:nth-child(26), #pricelist_outside_shuttle > div:nth-child(27), #pricelist_outside_shuttle > div:nth-child(28), #pricelist_outside_shuttle > div:nth-child(29), #pricelist_outside_shuttle > div:nth-child(30), #pricelist_outside_shuttle > div:nth-child(31) {
    display: none;
}

#pricelist_table > table > tbody > tr:nth-child(33), #pricelist_table > table > tbody > tr:nth-child(34) {
    font-weight: bold;
}

div#pricelist_shortterm {
    order: 1;
}

div#pricelist_longterm {
	order: 0 
}

div#pricelist_options {
	order: 2;
	margin-top: 0px;
}

div#pricelist_options h2{
	
}

@media only screen and (max-width: 768px) {
	.pricelists{
		display: block;
	}
	.pricelist {
    width: auto;
    padding: 10px;
}

	div#pricelist_options{
		margin-top: 40px;
	}	
	
/*
.button-prices{
	width: 100%;
	margin-top: 20px;
}	
*/
}


@media only screen and (max-width: 480px) {
	
	
.pricelist-container {
    padding: 0px;
    width: 100%;
}
	.pricelist-container p {
		padding: 0px;
	}

	.pricelist-container p.valid {
    padding-left: 0px;
    color: #aaa38e;
}

iv#auswahl-parkplatz .parkplatz-auswahl {
    flex-grow: 1;
    width: 100%;
}
	
.pricelists>div>.header>a, .pricelists>.pricelist table a, .button-prices{
    background-color: #ff6200 !important;
    font-weight: 700;
    color: #FFF;
    text-transform: none;
    display: inline-block;
    padding: 5px 5px!important;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
	border-radius: 5px;
	margin: 0px auto 10px auto;
	transition: background .2s ease-in;
}

.pricelist-container p.valid {
    padding-left: 0px;
    color: #aaa38e;
/*
    display: flex;
	    justify-content: space-around;
*/
}
	

	
	
#pricelist_table {
    width: 100%;
}
	
.pricelist_options {
    width: 300px;
    padding: 5px 20px 20px 20px;
}

#ajax-content-wrap > div.container-wrap > div {
    width: 100%!important;
}
.container, .orbit-wrapper .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
  max-width: 100%!important;
}

body > div > p > a:nth-child(3), body > div > p > a:nth-child(4) {
    display: none;
}
	
h1 {
    font-size: 1.0em;
   font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
    padding: 0px;
   margin: 5px 9px;
    color: #aaa38e;
    line-height: 1.5em;
	text-align: center;
	
}

#pricelist_shortterm > table > tbody > tr:nth-child(1) {
/*    display: none;*/
}
	
	
#pricelist_longterm > table > tbody > tr:nth-child(1) {
/*    display: none;*/
}
	
.pricelist .row .label {
    width: 230px;
    padding-right: 20px;
}
	
	.pricelist tr.row th {
    padding: 10px;
    font-weight: bold;
    background-color: #fff;
/*    white-space: nowxrap;*/
/*	font-size: 16px;
    line-height: 18px;*/
}
	
}

@media only screen and (max-width: 424px) {
	.pricetables .pricelist th a{
		font-size: 18px;
/*		word-break: break-all;*/
		display: block;
		white-space: normal;
	}
	
	    .pricetables .pricelist th, .pricetables .pricelist td {
        width: 130px!important;
    }
	
	.pricelist tr.row td {
    padding: 4px 7px;
    font-size: 16px;
    line-height: 20px;
}
	
	.pricetables .pricelist th:first-child,
	.pricetables .pricelist td:first-child{
		padding-right: 0px;
		width: 20%;
	}
	.pricetables .pricelist th,
	.pricetables .pricelist td{
		width: 40%;
	}
	.pricelist {
    padding: 0px;
		
}
	
	.pricelist div.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    font-size: 18px;
    line-height: 16px;
}
	
}
