/* noto-sans-tc-100 - latin */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/noto-sans-tc-v26-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-tc-v26-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-tc-v26-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-tc-v26-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-tc-v26-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-tc-v26-latin-100.svg#NotoSansTC') format('svg'); /* Legacy iOS */
}
/* noto-sans-tc-300 - latin */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/noto-sans-tc-v26-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-tc-v26-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-tc-v26-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-tc-v26-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-tc-v26-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-tc-v26-latin-300.svg#NotoSansTC') format('svg'); /* Legacy iOS */
}
/* noto-sans-tc-regular - latin */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-tc-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-tc-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-tc-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-tc-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-tc-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-tc-v26-latin-regular.svg#NotoSansTC') format('svg'); /* Legacy iOS */
}
/* noto-sans-tc-500 - latin */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-tc-v26-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-tc-v26-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-tc-v26-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-tc-v26-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-tc-v26-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-tc-v26-latin-500.svg#NotoSansTC') format('svg'); /* Legacy iOS */
}
/* noto-sans-tc-700 - latin */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-tc-v26-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-tc-v26-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-tc-v26-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-tc-v26-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-tc-v26-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-tc-v26-latin-700.svg#NotoSansTC') format('svg'); /* Legacy iOS */
}
/* noto-sans-tc-900 - latin */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/noto-sans-tc-v26-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-tc-v26-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-tc-v26-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-tc-v26-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-tc-v26-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-tc-v26-latin-900.svg#NotoSansTC') format('svg'); /* Legacy iOS */
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 100;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  }

  .db-aktionen{
  	float: left;
  	margin: 10px;
  }

  .db-section{
  	/*margin: 10px;*/
  }
  .cont_li {
    position: fixed;
    top: 10px;
    left: 20px;
    width: 97vw;
    height: 95vh;
    padding: 1vw;
    border: 1px solid lightblue;
    background-color: whitesmoke;
    z-index: 5000;

}
  
  .fw100{
    font-weight: 100;
  }
  
  .fw300{
    font-weight: 100;
  }
  
  .fw400{
    font-weight: 400;
  }
  
  .fw500{
    font-weight: 500;
  }
  
  .fw700{
    font-weight: 700;
  }
  
  .fw900{
    font-weight: 900;
  }
.reset{
	margin: 0;
	padding: 0;
	height: 1020px;
}

.disabled{
	background: white;
}
.disbaled:hover{
	background: white;
}
/*tooltip*/
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 1;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
    font-size: 18px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 440px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
/*tooltip*/
body{		
	font-family: 'Noto Sans TC', sans-serif;
	background: #fff;
		background-image: linear-gradient(180deg, #252f52, #252f52, #737373, #737373);
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    hyphens: auto;
}

h2{
	font-weight: 100;
	font-size: 2vw;
	margin: 0 0 10px 0;
}

a{
	text-decoration: none;
	color: #252f52;
}

p {}

.-ja-,
#-ja-{
background: #ccffdd;
color: #000;
}

.notfall,
#notfall{
	background: #ffaa80;	
	color: #000;

}
.vorbehalt,
#vorbehalt{
	background: #ffff99;
	color: #000;

}
.help{
	width: 100%;
}

.nein,
#nein{
	background: #e6f7ff;		
	color: #000;
}

.notfall:hover,
#notfall:hover,
.vorbehalt:hover,
#vorbehalt:hover,
.nein:hover,
#nein:hover{
	color: red;
}

/*IOS*/
/*element:hover, element:active { 
	CSS-Eigenschaften; 
	-webkit-user-select: none; 
	-webkit-touch-callout: none;
}*/

strong{
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.65em;
}
.screenInfo{
	position: fixed;
	bottom: 150px;
	left: 5vw;
	padding: 30px;
	background: white;
	color: black;
	z-index: 27000;
}
.parameter-info{
	position: fixed;
	top: 10px;
	right: 5vw;
	padding: 3px;
	background: white;
	color: black;
	z-index: 37000;
}
.parameter{
  max-height: 250px;
  overflow-y: scroll;
  padding: 5px;
  border: 1px solid black;
  background: #fff;
  color: black;
}

.ok{
  background: #99ff99;
  color: #003300;
}

.warn{
	padding: 3px;
  background: #ff3333;
  color: #fff;
}

.left,
.links{
	float: left;
}

.rechts{
	float: right;
}

.center,
.txt-center{
	text-align: center;
}
.txt-left{
	text-align: left;
}
.txt-right{
	text-align: right;
}
.width100{
	width: 100%;
}

.viertel{
	width: 23%;
	text-align: center;
	padding-left: 1px;
	padding-right: 1px;
}

.halb{
	width: 47%;	
	text-align: center;
	padding-left: 1px;
	padding-right: 1px;	
}

.logo img{
	width: 154px;
	border: 2px solid silver;
	box-shadow: 2px 2px black;
	border-radius: 12%;
}

.logo img:hover{
	border-color: white;
	box-shadow: 2px 2px white;
	}

.layer-0{
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 5px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 10;
}	
.layer-0 img{
	width: 100vw;
	opacity: .9;
	}

.dienstleister-href{
	position: relative;
	top: 10px;
	float: right;
	display: block;
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	font-weight: 100;
	z-index: 200;
}

.dienstleister-resp{
	position: absolute;
	top: 50px;
	right: 25px;
	background: black;
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	font-weight: 100;
	z-index: 200;
	display: none;
	opacity: .7;
}
#dienstleister{
	display: block;
	}

#dienstleister-resp{
	display: none;
	}

.blue-sheet{
	background: #fff;
	color: #252f52;		
	border: 1px solid #252f52;
	border-radius: 5px;
	font-weight: 100;
}

.dienstleister-liste{
	position: absolute;
	top: 100px;
	right: 180px;
	width: 250px;
	height: auto;
	display: block;
	padding: 10px 20px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
	font-size: 20px;
	z-index: 210;
	}

.dienstleister-liste-resp{
	position: absolute;
	top: 50px;
	right: 2vw;
	width: 250px;
	height: auto;
	padding: 10px 20px;
	background: #fff;
	display: block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
	font-size: 20px;
	z-index: 210;
	}

.dl, .dl-resp{
	display: block;	
}

#dl-liste_resp, .img-dl-close-resp{
	margin-left: 10px;
}

#dl-liste, #dl_liste_resp{
	padding: 5px;
	background:#252f52;
	border: 1px solid #252f52;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 00;
	color:#fff;
}

#dl-liste:hover, #dl_liste_resp:hover{
/* 	background: #fff;
border: 1px solid black;
color: #000; */
opacity: 1;
	cursor: pointer;
}

.dl-auswertung ul, .dl-auswertung li{
  list-style: none;
  width: 100%;
  white-space: nowrap;
  margin-top: 15px;
  font-size: 1.0em; 
}

.dl-auswertung li a:hover,
.dl-auswertung li a:visited{
  color: white;
}


#frame_auswertung{
	width: 70%;
	height: 750px;
	border: 1px solid white;
}

.th-location{
border: 2px solid #737373;	
}

.dienstleister-konditionen{
	position: relative;
	top: 162px;
	right: 5px;
	text-align: left;
	z-index: 200;
	}

.dienstleister-konditionen-resp{
	position: relative;
	top: 162px;
	right: 5px;
	text-align: left;
	z-index: 200;
	}

.kondi-sheet p{
	font-size: 14px;
	padding: 2px 5px;
	font-weight: 300;
}

.div-dl-kondi{
	position: absolute;
	top: -79px;
	right: -2px;
	width: 690px;
	height: auto;
	display: block;
	padding: 10px 20px;
	background-image: linear-gradient(0deg, #252f52, #ccc,  #ccc,  #ccc, #252f52);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
	border: 2px solid red;
	font-size: 20px;
	z-index: 2;	
}


.div-dl-kondi_resp{
	position: absolute;
	top: -780px;
	left: 5px;
	width: 690px;
	height: auto;
	display: block;
	padding: 10px 20px;
	background-image: linear-gradient(0deg, #252f52, #ccc,  #ccc,  #ccc, #252f52);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
	border: 2px solid red;
	font-size: 20px;
	z-index: 2;	
}


.pdf-logo{
	width: 25px;
	cursor: pointer;
}
.div-dl-report{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 780px;
	height: 763px;
	display: block;
	padding: 10px 20px;
	background-image: linear-gradient(0deg, #252f52, #ccc, #ccc, #ccc, #252f52);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
	border: 2px solid red;
	font-size: 20px;
	z-index: 2;	
}

#th-dl-logo{
padding: .2em;
/*border: 1px solid black;
background: white;*/
}

.dl-logo{
	/*height: 6em;*/
	max-width: 220px;
	max-height: 180px;
	
	border-radius: 10px;
}

#dl-img-google{
	width: 30px;
	border-radius: 50%
}

#google-href{
	text-decoration: none;
	border:none;
	background: transparent;
}

#google-href:hover{
	text-decoration: none;
	border:none;
	background: transparent;
}

.img-dl-close, .img-dl-close-resp{
	background: red;
	border: 1px dotted #252f52;
	border-radius: 2px;
	width:18px;
	cursor: pointer;
}
.img-dl-close:hover{
	background: #000;
}

.tbl-kondi{
	width: 100%;
	/*border: 2px solid  #252f52;*/
	/*border: 1px solid  red;*/
	text-align: left;
	color: #000;
}

.tbl-kondi th{
	font-size: 14px;
	padding: 7px;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	 /*border-bottom: 1px dotted #252f52; */
	/*border: 1px solid red;*/
}

.div-dl-kondi.tbl-kondi.dl-preisliste{
	text-align: center;
	font-weight: 900;
	width: 100%;
}

.report-dl-logo{
	/*height: 6em;*/
	max-width: 160px;
	max-height: 90px;	
	border-radius: 10px;
}

 .tbl-report th{
	width: 780px;
	font-size: 16px;
	padding: 7px;
	font-weight: 900;
	text-align: right;
	color: #000;	
}

 .td-left{
	width: 396px;
	font-size: 12px;
	padding: 7px;
	font-weight: 500;
	text-align: left;
	color: #000;	
}
 .td-right{
	width: 397px;
	font-size: 12px;
	padding: 7px;
	font-weight: 500;
	text-align: right;
	color: #000;	
}


.div-report-data{
	float: left;
	min-height: 420px;
	font-size: 12px;
	padding: 7px;
	font-weight: 500;
	text-align: left;
	color: #000;	
}
.div-report-data h2{
	width: 780px;
	font-size: 16px;
	padding: 1px;
	font-weight: 700;
	text-align: center;
	color: #000;	
}


.div-report-data ul{
list-style: none;
margin-right: 10px;
width: 100%;
}


.div-report-data ul li{
	width: 100%;
	border-bottom: 1px dotted black;
	font-size: 12px;
	padding-top: 5px;
	font-weight: 500;
	text-align: left;
	color: #000;	
}

.div-report-data ul li p{
	float: left;
	width: 50%;
	font-size: 12px;
	padding: 1px;
	font-weight: 500;
	color: #000;	
	white-space: nowrap;
}

.report-bilddaten {
	float: right;
	width: 40%;
	text-align: center;
	}

	.summe{
		border-bottom: 3px solid  #000;

	}

.report-a4-footer{
	width: 100%;
	padding: 25px;
	height: 100px;
	overflow: hidden;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #000;
}

.report-a4-footer p{
	float: left;
	font-size: 10px;
	padding: 1px;
	font-weight: 500;
	color: #000;	
}


.tbl-kondi th a{
	width: 100%;
	font-size: 14px;
	padding: 5px;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
}

#dl-dat{
	width: 40%;
	/*border-left: 1px dotted #252f52;*/
	/*border-radius: 10px;*/
	/*background: #b9c1df;*/
	/*background-image: linear-gradient(135deg, #252f52, #bfbfbf, #252f52);*/
}

.tbl-kondi th .mail{
	padding: 5px;
	width: 100%;
	background: #252f52;
	border: 1px solid red;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.tbl-kondi th a:hover{
	background: #000;
	border: 1px solid red;
	color: #fff;
	cursor: pointer;

}


.tbl-kondi td{
	font-size: 14px;
	padding: 5px;
	font-weight: 300;
	vertical-align: top;
	border-bottom: 1px dotted #252f52;
	/*border: 1px solid red;*/
}

td.leistung{
	width: 80%;
}

.button-blue{
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
}

.button-blue:hover{
	background: #252f52;
	color: #fff;
	cursor: pointer;
}

.main-header-container{		
	position: relative;
	display: block;
	background: #252f52;
	padding-top: 0 15px;
}


.button{
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
}

.button:hover{
	background: #fff;
	color: #252f52;
}

.main-header-container,
.main-header,
.intro-container,
.intro-content,
.intro,
.colums,
.slogan,
.legal,
.main-content-container,
.content-header,
.main-angebot-container,
.leistung-listings,
.main-tips-container,
.content-angebot,
.content-tips,
.gallery-container,
.slogan-container{
	max-width: 1260px;
	padding: 0;
	margin: 5px auto;	
	clear: both;
}
	.intro-container{
		position: relative;
		background: transparent url(../img/plateau_01.jpg) fixed center; 
		height: 400px;
		background-size: cover;
		border: 1px solid silver;
		border-radius: 3px;
		-webkit-transition: 2s ease-in-out;
		-moz-transition: 2s ease-in-out;
		-o-transition: 2s ease-in-out;
		transition: 2s ease-in-out;	
	}
	.main-content-container{
		position: relative;
		padding: 5px;
		border: 1px solid silver;
		border-radius: 3px;
		background: #252f52;
		color: #fff;
	}

	.main-content-container select{
		margin: 15px;
		color: #000;
	}
	
	.main-content-container div{
		margin: 0px;
	}


.tablinks{
	position: relative;
	bottom: 5px;
	width: 95px;
	font-size: 1em;
	padding: 5px;
	color: black;

}

.active
{
	position: relative;
	bottom: 15px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 100;
	background: #cccccc;
	font-size: 1.2em;
	padding: 1px 0 15px 0;
	border: 1px solid black;
	border-bottom-color: transparent;

}

	.entre{
		position: relative;
		background: transparent url(../img/intro_bg_free_stock.jpg) center no-repeat;
		background-size: auto 100%;
		border-radius: 3px;
		-webkit-transition: 2s ease-in-out;
		-moz-transition: 2s ease-in-out;
		-o-transition: 2s ease-in-out;
		transition: 2s ease-in-out;		
		width: 100%;
		min-height: 400px;
		padding: 5px;
		color: white;
	}

	.entre section *{
		border-radius: 5px;
		opacity: .9;
	}

	.entre section{
		height: 95%;
		width: 100%;
		background: transparent;
		color: #000;
		padding: 10px;
	}

	.entre section ul{
		list-style: none;
	}

	.entre section h1{
		width: 100%;
		padding: 5px;
		background: #252f52;
		text-align: center;		
		color:white;
	}
	
	.entre section h3{
		width: 100%;
		padding: 3px;
		background: #252f52;
		text-align: center;
		color:white;
	}

	.entre section ul li h3{
		width: 96.5%;
		text-align: center;
		font-weight: 500;
	}
	.entre section p{
		width: 100%;
		padding: 3px;
		background: #252f52;
		text-align: center;
		font-weight: 300;
		color: white;	
	}


.slogan-container{
	text-align: center;
	font-size: 1.2em;
}

label{
	font-size: 1em;
	font-weight: 300;
}

.start-radio{
float: left;
padding: 10px;
	border: 1px dotted #666666;
}

input[type=radio] {
    border: 0px;
    width: 100%;
    height: 1em;
}

.erfassung{
	width: 100%;
	font-size: 1.2vw;
	border: 1px solid #595959;
	color: #252f52;
}

.erfassung h3{
	font-size: 1.5vw;
	font-weight: 300;
}

.erfassung th{
	text-align: center;
	border: 1px solid #252f52;
	padding: 1px;
	background: silver;
	font-weight: 300;
	font-size: 1.2vw;
	color: #252f52;
}

.erfassung td{
	text-align: center;
	border: 1px solid #252f52;
	padding: 1px;
	background: silver;
	color: #252f52;
}

.erfassung .spacer{
	background: #252f52;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
}

.erfassung input{
	text-align: center;
	font-size: 1.2vw;
	line-height: 1.5em;
}

.erfassung input:hover{
	background: lemonchiffon;
}

.erfassung input[type=text]{
	width: 14vw;	
}

.erfassung input[type=date]{
	width: 10vw;
}

.erfassung input[type=time]{
	width: 5vw;
}

.erfassung input[type=number]{
	width: 6vw;
}

.erfassung .titel{
	background: #e6e6e6;
}

.erfassung .picture{
	min-height: 15vh;
	padding: .5vw;
	background: #fff;
}

.erfassung img{
	width: 20vw;
	height: auto;
}

.main-content-dienstleister{
	margin:0;
	padding:0;
}

.dienstleister{
	display: none;
	padding: 10px;
	position: absolute;
	top:21px;
	right: 21px;	
	background: #cccccc;
	color: #252f52;
}

select option{
	background: #fff;
}

.tab{
	position: relative;
	top: -40px;
	width: 100%;
	background: #cccccc;
}

.tabs-height{
	height: 870px;
}

.transport-select{
	display: block;
	position: relative;
	top: 20px;
	left: -17px;
	width: 370px;
}


.offene-transporte{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 90vw;
	margin: 0;
}


.offene-transporte-hinweis{
	top:60px;
	left: 10px;
	width: 370px;
}


.not-offene-transporte{
	position: absolute;
	top:12px;
	left: 10px;
	margin: 0;
	padding: 10px;
	width: 98%;
}


.formular-transporte{
	width: 98%;
	padding:0;
	margin:0;
	display: block;
	position: relative;
	top: -20px;
	left: 0px;	
}

.transport-tabs{
	position: absolute;
	top:122px;
	left: 10px;
	margin: 0;
}

.tabphase{
	position: absolute;
	top:150px;
	left: 10px;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: 660px;
	background: #cccccc;
	border-top: 1px solid silver;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: #000;
}


.transport-select,
.offene-transporte,
.offene-transporte-hinweis,
.not-offene-transporte,
.tabphase{
 width: 98%;
 font-size: 1.2em;
	}

.formular-transporte{

}


.transport-table{
	padding: 3px;
	max-width: 790px;
	vertical-align: middle;
	font-size: 1.3em;
}

.transport-table th{
	width: 18%;
	padding: 3px;
	height: 1.4em;
	border-bottom: 1px solid #000;
	white-space: nowrap;
}

.transport-table td{
padding: 3px;
border-bottom: 1px solid #000;
}

.transport-table input{
	width: 100%;
}
.transport-table input:hover{
	background: lemonchiffon;
}

.transport-table input[type=submit]{
	width: 280px;
}

.frame-container{
	margin:0;
	padding:0;
	position: relative;
}

#frame-bilder{
  position: relative;
  top: 0px;
  left: 1px;
  width: 99%;
  height: 485px;
  border: 1px solid transparent;
  overflow: hidden;
  z-index: 1;
}
.a4-kopf{
	width: 780px;
	padding: 25px 50px 5px 100px;
	height: 200px;
	margin-top: 10px;
	border: 1px solid silver;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background: #fff;
	color: #000;
}

.a4-footer{
	width: 780px;
	padding: 25px 50px 5px 100px;
	height: 100px;
	overflow: hidden;
	border: 1px solid silver;
	margin-bottom: 10px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #fff;
	color: #000;
}

.a4-footer p{
	float: left;
	font-size: .75em;
	font-weight: 300;
}

.a4-body{
	width: 780px;
	padding: 25px 50px 5px 100px;
	height: 796px;
	overflow: hidden;
	border: 1px solid silver;
	background: #fff;
	color: #000;
	overflow-y: auto;
}

.me-a4-body,
.report-a4-body{
	width: 100%;
	height: 400px;
	border: 1px solid silver;
	background: transparent;
}

.col-9 {
	position: relative;
}
.picture{
	max-width: 200px;
	max-height: 113px;	
	border-radius: 10px;
}

.pic-liste{
	margin-right: 20px;
	padding-right: 10px;
	border-left: 1px solid silver;
 -webkit-columns: 200px 2; /* Chrome, Safari, Opera */
  -moz-columns: 200px 2; /* Firefox */
  columns: 200px 2;	
}

.pic-text{
	background: transparent;
	color: black;
	padding: 10px;
	border: 2px solid transparent;
}

.pic-text p{
	padding: 1px;
	font-size: 12px;
	font-weight: 500;	

	}

.report-container{
	min-height: 796px;
	position: relative;
	top: 16px;
	left: -5px;
	padding: 0;
	margin:0;
}	

.report-container ul  {
	width: 20%;
}

.leistung-listings{
	margin: 0;
	float: left;
	width: 40%;
}

.leistung-listings ul{
	width: 250px;
}

.leistung-listings ul li{
	width: 100%;
}

.report-auswahl{
	position: absolute;
	top: 35px;
	left: 200px;
	width: 250px;
	z-index: 3000;
}

.report-auswahl span ul{
	display: none;
}

.report-auswahl span:hover ul{
	display: block;
	z-index: 3000;
}

.report-auswahl span:hover h1{
	opacity: 1;
}

.nbsp1{
	width: 250px;
	padding: 10px;
	background: #252f52;
	border: 1px solid #fff;
	border-radius: 7px;
	white-space: nowrap;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	cursor: pointer;
}
#dl-liste:hover,
.nbsp1:hover{
	background: #fff;
	border-color: #000;
	color: #000;
	cursor: pointer;
}

.report-h1{
	margin-top: 15px;
	display: inline;
	font-size: 2em;
	font-weight: 500;
	text-transform: uppercase;
	color: #252f52;
	white-space: nowrap;
	padding: 10px;
	background: silver;
	opacity: .6;
	border: 1px solid #252f52;
	border-radius: 7px;
}

.nbsp{
	white-space: nowrap;
}


.slogan-container {
	padding: 0;
}

.slogan-container *{
	font-size: .9em;
}

#headintro{
	width: 400px;
	height: 225px;
		position: absolute;
		top: 40px;
		right: 50px;
		background: transparent url(../img/transdok.gif) center no-repeat;
		background-size: cover;
		/*border: 10px solid #252f52;*/
		border: 10px solid #fff;
		border-radius: 50%;
 		-webkit-transition: 2s ease-in-out;
-moz-transition: 2s ease-in-out;
-o-transition: 2s ease-in-out;
transition: 2s ease-in-out;	
opacity: 1;	 
}

.main-header{
	position: relative;
	padding: 5px;
}

.main-header nav{
	padding-left: 10px;
	padding-bottom: 10px;
}


.main-header li{
	float: left;
	position: relative;
	margin-left: 15px;
}

.glyphicon{
	width: 50px;
}

.main-header li:hover{
	background: white;
}

	nav ul li{
		position: relative;
	}


 .rotate{
		position: absolute;
		top: 5px;
		left: 0;
		 /* Safari */
  -webkit-transform: rotate(-20deg);

  /* Firefox */
  -moz-transform: rotate(-20deg);

  /* IE */
  -ms-transform: rotate(-20deg);

  /* Opera */
  -o-transform: rotate(-20deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
		font-size: 10px;
  color: black;
	}

.main-header nav li li{
	float: none;

}
.main-header nav ul ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3000;
	white-space: nowrap;
}

.main-header nav a {
	width: 100%;
	display: block;
	padding: 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	font-weight: 100;
	color: #fff;	
	border: 1px solid transparent;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.main-header nav a:hover{	
	border-bottom-color: #4d4d4d;
	background: #4d4d4d;
}

.main-header li:hover ul{
	display: block;
	border: transparent;
}

.main-header nav li li a{
	background:  black;
	color: yellow;
	border-bottom-color: yellow;
	width: 100%;
}

.main-header nav li li a:hover{
	color:  white;
	border-color: white;
}

#nav-aktiv{
	border-color: white;
	text-decoration: none;
	background: silver;
	color: black;
}

#sub-aktiv{
	display: block;
	border-color: darkorange;
	background-color: white;
	color: darkorange;
}

.main-header .logo{
	float: left;
}

.main-header nav{
	float: left;
	padding-top: 10px;
}

.responsive-header{
	display: none;
}

.main-header ul{
	list-style: none;
	padding:0;
	margin:0;
}

.intro{
	text-align: center;
	padding-top: 0px;
}

.intro h1{
	position: absolute;
	bottom: 0px;
	left: 15px;
	display: inline;
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
	color: #252f52;
	white-space: nowrap;
	padding: 1px 5px 1px 1px;
	background: silver;
	opacity: .6;
	border: 2px solid #252f52;
	border-radius: 7px;
}

.intro h1 span {
	font-size: .7em;
	font-weight: 500;
}

.intro h1 img{
	height: 58px;
	border: none;
	border-radius: 7px;
}

.head-karte{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 16%;
	z-index: 30000	
	background: white;
	opacity: .6;
	border-radius: 10px;
}


.intro-aside{
	width: 33.33%;
	/*height: 40vh;*/
	border-left: 1px solid #999;
	padding: 0 15px;	
	overflow: hidden;
}

.main-footer{

}

.slogan-container{
	padding: 5px;
	background: #737373;
	color: #252f52;	
}
.slogan p{
	font-weight: 500;
}
.slogan p span{
	padding: 5px;
	font-weight: 500;
	text-transform: uppercase;
}

.legal-container *{
	padding: 5px;
	background: #737373;
	color: #252f52;	
}

.slogan-container{
	border: 1px solid #737373;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.legal-container a{
	font-weight: 500;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;	
	color: #252f52;
}
.legal-container p{
	color: #252f52;

}

.legal-container a:hover{
	border-color: #e3e8c6;
}

.legal-container img{
	margin: 0 4px;
	vertical-align: text-bottom;
}

.impressum a, 
.datenschutz a{
	color: #252f52;
}

.impressum a:hover,
.datenschutz a:hover{
	color: red;
}

.impressum h2,
.datenschutz h2{
	font-weight: bold;
	font-size: 18px
}


.top-img{
	width: 30px;	
	position: fixed;
	bottom: 10vh;
	left: 2vw;
	z-index: 10000;
}

.home-img:hover,
.top-img:hover{
	cursor: pointer;
}

.home-img{
	width: 25px;	
	z-index: 10000;
}

/*administartion*/
.aufgaben{
  z-index: 27000;
  float: left;
  margin-left: 12px;
  padding: 25px;
  border: 2px solid orange;
  border-style: inset;
  border-radius: 5px;
  background: #cccccc;
  font-size: .8em;
  text-decoration: none;  
}

.aufgaben:hover,
.aufgaben a:hover
{
  background: #000;
  text-decoration: none;
  border-color: silver;
  color: white;
}

#frame-admin{
  position: relative;
  top: 0px;
  left: 5px;
  width: 99%;
  height: 88vh;
  border: 1px solid black;
  overflow: hidden;
  z-index: 1;
}

.eingabe *{
  margin-bottom: 3px;
}

.eingabe h2,
.status h3{
  width: 100%;
  text-align: center;text-transform: uppercase;
  font-family: 'Noto Sans TC', sans-serif;
  margin-bottom: 10px;
}

.eingabe p,
.eingabe select{
  width: 100%;
}

.eingabe p,
.eingabe input,
.eingabe select{
  font-size: 1.2em;
  line-height: 1.5em;
}


.status p{
  padding: 5px;
  border: 1px solid black;
}
.status *{
  line-height: 1.5em;
}

.parameter{
  max-height: 250px;
  overflow-y: scroll;
  padding: 5px;
  border: 1px solid black;
  background: #fff;
  color: black;
}

.in-out{
  width: 66%;
  padding: 10px;
  font-weight: 500;
  background: #ffff66;
  border: 1px solid black;
}
.td-links{
  text-align: left;
  border: 1px solid black;
  background: white;
}   

.td-links input{
 width: 30px;
}

.e-form{
  display: none;
}

.delete:hover{
  background:white ;
  color: red;
}

.in-out:hover{
  cursor: pointer;
  color: red;
}

hr{
  border-top: .1em solid silver;
  height: 15px;
}

.eingabe table{
  width: 100%;
}

table input{
  width: 350px;
text-align: left;
}

table input:hover,
textarea:hover{
  background: #d9d9d9;
}

.eingabe table th, 
.eingabe table td{
  padding: 2px;
  background: silver;
  border: 1px solid grey;
  height: 33px;
}

/*administartion*/


/************* ME ********************/
.me-main-container{
	width: 100%;
	padding: 1px;
	margin: 5px auto;	
	overflow:  hidden;
}

.me-main-container form{
	background: #e6e6e6;
}

.breit{
	padding: 10px;
	width: 780px;
	height: 1090px;
	background: #fbf2ea;
}

.hr-me{
	border: 1px solid silver;
}

.breit h4{
	width: 100%;
	font-weight: 500;
	text-align: center;
}

.dienstleister-report{
	width: 40%;
	padding: 10px;
	border-radius: 5px;
	background: #252f52;
	color: white;
}

.data-fieldset{
	background: #e6e6e6;
	color: #000;

}

.preis-field-fieldset,
.data-field-fieldset,
.pw-field-fieldset{
	padding: 10px;
	background: #252f52;
}

.data-field,
.pw-field{
	padding: 5px;
	background: silver;
	color:#000;
	font-family: arial;
	font-weight: 100;

}

.pw-field{
	width: 50%;
}
.kondi-text{
	width: 450px;
	padding-right: 10px;
	text-align: right;
	color: #000;
}

.euronen{
	font-weight: 400;	color: #000;
	font-weight: 400;

}

input{
border: 1px solid lightsteelblue;
color: black;
text-align: center;
}

input:hover{
background: lemonchiffon;
border: 1px solid steelblue;
}

input:focus{
background: lemonchiffon;
border: 1px solid steelblue;
color: red;
	}

.data-aside ,
.data-aside-short ,
#data-aside-xl,
.data-aside-xl {
	margin-top: 0;
	margin-bottom: 0;

}

.data-aside label{
	width: 370px;
	padding-right: 5px;
	text-align: right;
}
.data-aside-xl label{	
	width: 733px;
	padding: 18px 5px;
	text-align: left;
}

.data-aside-xl form{
	margin: 0;
	padding: 0;
}

.data-aside-short label{
	width: 320px;
	padding-right: 5px;
	text-align: right;
}


.input-normal{
	width: 160px;	
}

.input-short{
	width: 110px;	
}


.input-long{
	width: 240px;	
}
.tal{
	text-align: left;

}

a [title~="eine"] {
  display: block;
}

/************* ME ********************/
.select{
  width: 69%;
}

.delete{
  background: red;
  color: white;
  margin-left: 100px;
}

.show{
	display: block;
}

.hide{
	display: none;
}

.container-kalender{
	display: block;
	float: right;
	width: 25%;
	min-height: 500px;	
	background:  #cce6ff;	
	border: 1px solid steelblue;
	border-left: none;
	z-index: 200;
}

.calender{	
	display: table;
	border-collapse: collapse;
	border: 1px dotted silver;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}

.calender th,
.calender td{	
	border: 3px solid silver;
	font-family: arial;
	font-size: .68em;
	background: #91b6d4;
	padding: 5px;
	box-shadow: 4px 4px #1d3549;
	/*border-style: outset;*/
}
.calender .cal-kopf{
	background: #e6e6e6;
	cursor: pointer;
}

.cal-kopf{
	font-size: .4em;
}

.data-show {
	text-align: center;
}

.calender .feiertag-aktuell{
	background: red;
	color: white;
	text-decoration: underline;
	border-color: orange;
}
.calender .tag-aktuell{
	background: orange;
}

.calender .mon-false{
	background: #c8daea;
	color: #808080;
}

.calender .feiertag{
	background: white;
	color: red;
	text-decoration: underline;
}

.calender .feiertag-inaktuell{
	background: #737373;
	color: #333;
	text-decoration: underline;
}

.liste-feiertage{
	width: 80%;
	margin-top: 5px;
	margin-left: 27px;
	padding: 5px;
	border: 1px solid steelblue;
	font-family: arial;
	font-size: .68em;
	background: #fff;
}
.liste-feiertage p{
	line-height: 10px;
	color: red;
	}


.btn-dark{
	border-color: #222;
	color: #222;
}

.btn-dark:hover{
	background: #222;
	color: orange;
}


.btn-aktiv,
.btn-aktiv:hover{
	background: orange;
	border-color: black;
	color: #777;
	cursor: inherit;
}


.symbol{
	font-size: 18px;
	background: silver;
	text-align: center;
}

/* clearfix*/
.clearfix:before,.clearfix:after{
	content: " ";
	display: table;
	margin:0;
	padding:0;
}

.clearfix:after{
	clear: both;
	margin:0;
	padding:0;
}

.landscape-warn{
	display: none;
	position: absolute;
	top:1px;
	left: 1px;
	width: 99%;
	height: 500%;
	border: 2px solid red;
	padding-top: 40vh;
	text-align: center;
	background: #ffffb3;
	color: red;
	opacity: .9;
	z-index: 10000;
}

.landscape-warn h2{

	font-size: 40px;
	font-weight: 900;
}

/*media-Queries***********************************************************/
/*media-Queries***********************************************************/
/*media-Queries***********************************************************/
/*media-Queries***********************************************************/
@media screen and (max-width: 1024px)
{
	.main-header,
	.intro-container,
.intro-content,
.intro,
.colums,
.slogan,
.legal,
.main-content-container,
.content-header,
.main-angebot-container,
.main-tips-container,
.content-angebot,
.content-tips,
.gallery-container,
.slogan-container{
	width: 100%;
	padding: 0;
	margin: 0;	
}



.start-radio{
float: left;
margin-left: 100px;
padding: 10px;
	border: 1px dotted #666666;
}

input[type=radio] {
    border: 0px;
    width: 100%;
    height: 1em;
}

.erfassung{
	width: 100%;
	font-size: 1.2vw;
	border: 1px solid #595959;
	color: #252f52;
}

#dienstleister{
font-size: 3vw;
top: 90px;
}
#dienstleister p,
#dienstleister h4{
	line-height: 2vw;
	font-size: 2vw;
	margin: 0;
}
.dienstleister-href{
	background: black;
	opacity: .7;
}
.slogan-container{
	text-align: center;
	font-size: 1.2em;
}


.transport-select,
.offene-transporte,
.offene-transporte-hinweis,
.not-offene-transporte,
.tabphase{
 font-size: 1.2em;
	}

.intro h1{
	font-size: 4vw;
}


.intro p {
	font-size: 1.7vw;
}

.erfassung{
	font-size: 1.2vw;
}

.erfassung h3{
	font-size: 4vw;
}

.erfasssung th p{
font-size: 5vw;	
}

.erfassung td{
	font-size: 3vw;	
}

.erfassung input{
	font-size: 2vw;
}	

.erfassung input[type=text]{
	width: 18.5vw;
}

.erfassung input[type=date]{
	width: 14vw;
}

.erfassung input[type=time]{
	width: 8vw;
}

.erfassung input[type=number]{
	width: 11.5vw;
}

}
/*media-Queries************                            *******************/
/*media-Queries************                            *******************/
/*media-Queries***********************************************************/
/*media-Queries***********************************************************/
/************************************************************************/
@media screen and (max-width: 850px)
{
.main-header,
.intro-container,
.intro-content,
.intro,
.colums,
.slogan,
.legal,
.main-content-container,
.content-header,
.main-angebot-container,
.main-tips-container,
.content-angebot,
.content-tips,
.gallery-container,
.slogan-container{
	width: 100%;
	padding: 0;
	margin: 0;	
}

.main-content-container{
	margin: 0;
	padding: 0;
	height: 820px;
}
	.div-dl-report{
	position: relative;
	top: 5px;
	right: -15px;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 790px;
	display: block;
	padding: 10px 20px;
	font-size: 20px;
	z-index: 2;	
}
.div-report-data h2{
width: auto;
	}

.div-report-data,
.report-container{
	max-width: 99vw;
float: left;
}

.div-report-data h2{
width: auto;
	}

.div-report-data,
.leistung-listings,
.div-report-data .leistung-listings ul,
.leistung-listings ul li{
	width: 100%;
	float:none;
}	


.leistung-listings ul li p{
	width: 40%;
	float: left;
}	

.report-bilddaten {
	float: none;
	width: 90%;
	text-align: center;
	max-height: 230px;
	overflow: hidden;
	}
	.report-a4-footer{
	width: 100%;
	padding: 5px;
}

/*Me*/

 [title~="Meine"] {
  /*display: none;*/
}


.data-field *{
	font-size: .9em;
}

.data-fieldset aside label{
	width: 99%;
}
.data-fieldset aside,
.data-aside form,
.data-field-fieldset{
	margin: 2px;
	padding: 2px;
}

.data-aside .left,
.data-aside,
.data-aside-short,
.data-aside-short .rechts,
.data-aside-xl{
	margin: 0;
	padding: 0;
	width: 85vw;
	float:left;
	text-align: right;
}


.pw-field-fieldset{
	width: 70%;
}

.pw-show1,
.pw-show2{
	width: 100%;
}

.preis-field-fieldset{
	width: 100%;
}

.preis-field-fieldset .data-field,
.preis-field-fieldset .data-aside,
.preis-field-fieldset .data-aside-short,
.preis-field-fieldset .data-aside-xl{
	width: 85vw;
	text-align: right;
}


.slogan-container{
	text-align: center;
	font-size: 1em;
}



/*Me*/


	#headintro{
	width: 300px;
	height: 162px;
		position: absolute;
		top: 15px;
		right: 5px;
		border: 5px solid white;

		visibility: hidden;
	}


.erfassung{
	width: 100%;
	font-size: 1.2vw;
	border: 1px solid #595959;
	color: #252f52;
}

#dienstleister{
	top: 90px;
font-size: 3vw;
}

#dienstleister p,
#dienstleister h4{
	line-height: 2vw;
	font-size: 2vw;
	margin: 0;
}

.dienstleister-href{
	background: black;
	opacity: .7;
}

.transport-select,
.offene-transporte,
.offene-transporte-hinweis,
.not-offene-transporte,
.tabphase{
 font-size: 1.2em;
	}

.intro h1{
	font-size: 4vw;
}


.intro p {
	font-size: 1.7vw;
}

.erfassung{
	font-size: 1.2vw;
}

.erfassung h3{
	font-size: 4vw;
}

.erfasssung th p{
font-size: 5vw;	
}

.erfassung td{
	font-size: 3vw;	
}

.erfassung input{
	font-size: 2.2vw;
}

.erfassung input[type=text]{
	width: 18vw;
}

.erfassung input[type=date]{
	width: 15vw;
}

.erfassung input[type=time]{
	width: 8vw;
}

.erfassung input[type=number]{
	width: 12.5vw;
}
	.left,
	.halb{
		float: none;
		margin: 5px 10px ;
	}
	.halb {
		width: 95%;
	}

	.intro-container{
		height: 400px;
	}	

	.main-header .logo,
	.main-header nav,
	.main-header li{
		/*float: none;*/
	}
	.main-header{
		text-align: center;
	}

	.main-header li{
		/*display: inline-block;*/
	}

	.main-header nav{
		padding-top: 5px;
	}

	.main-header nav li a{
		padding: 5px;
		overflow: hidden;
		/*width: 100%;*/
	}

	.main-header nav ul ul,
	.main-header nav ul ul li {
		width: 110%;
		padding: 1px;
	}

.start-radio{
float: left;
margin-left: 100px;
padding: 10px;
	border: 1px dotted #666666;
}

.start-radio input[type=radio] {
    border: 0px;
    width: 100%;
    height: 1em;
}
	


.left ul{
	width: 100%;
}

.leistung-listings{
	margin: 0;
	float: left;
	width: 50%;
}

.leistung-listings ul{
	width: 100%;
}

.leistung-listings ul li{
	width: 100%;
	white-space: nowrap;
}
.leistung-listings ul li p{
	width: 30%;
	float: left;
}


.report-bilddaten{
	float: left;
	width: 40%;
}



	}

/*media-Queries***********************************************************/
/*media-Queries**************                     ************************/
/*media-Queries**************                     ************************/
/*media-Queries***********************************************************/
/*************************************************************************/
@media screen and (max-width: 720px)
{
.main-header,
.intro-content,
.intro,
.colums,
.slogan,
.legal,
.main-content-container,
.content-header,
.main-angebot-container,
.main-tips-container,
.content-angebot,
.content-tips,
.gallery-container,
.slogan-container
{
	width: 100%;
	padding: 0;
	margin: 0	
}


html *{
	padding: 0;
	margin: 0;	
}

	.entre section *{
		margin: 5px;
		padding: 5px 0;
	line-height: 2em;
	}

.slogan-container{
	text-align: center;
}

.main-content-container,
.main-content-container *{
	position: relative;
	top:0;
	left: 0;
	float: none;
	padding:0;
	margin: 0;
	height: auto;
}

/*Me*/
.pw-field-fieldset{
	width: 90vw;
}

.pw-field{
	width: 100%;
}

.pw-field p{
	float: right;
}

.pw-field p:first-child{
	float: none;
}

.pw-show1,
.pw-show2{
	width: 100%;
}

/*Me*/


.div-report-data,
.report-container{
	max-width: 99vw;
float: left;
}

.div-report-data h2{
width: auto;
	}

.div-report-data,
.leistung-listings,
.div-report-data .leistung-listings ul,
.leistung-listings ul li{
	width: 100%;
	float:none;
}	


.leistung-listings ul li p{
	width: 40%;
	float: left;
}	

.report-bilddaten {
	float: none;
	width: 90%;
	text-align: center;
	max-height: 200px;
	overflow: hidden;
	}

	.report-a4-footer{
	width: 100%;
	padding: 5px;
}

.transport-select,
.offene-transporte,
.offene-transporte-hinweis,
.not-offene-transporte,
.tabphase{
 font-size: 1.05em;
	}

	#headintro{
	width: 300px;
	height: 162px;
		position: absolute;
		top: 15px;
		right: 5px;
		border: 5px solid white;
	}

	.entre section h1{
		/*width: 86vw;*/
		font-size: 1.2em;
	}

.entre section h3{
		font-size: 1em;
	}

	.entre section ul li h3{
		font-size: 1em;
	}

	.entre section p{
	}

.erfassung{
	width: 100%;
	font-size: 1.2vw;
	border: 1px solid #595959;
	color: #252f52;
}

.dienstleister{
	display: none;
}

#dienstleister {
	top: 50px;
	right: 10px;
}

#dienstleister p,
#dienstleister h4{
	line-height: 3.5vw;
	font-size: 3.5vw;
	margin: 0;
}

.tab{
	width: 100%;
}

.transport-select,
.offene-transporte,
.offene-transporte-hinweis,
.not-offene-transporte,
.tabphase{
 font-size: 1.2em;
	}

.intro h1{
	font-size: 4vw;
}

.intro p {
	font-size: 1.7vw;
}

.erfassung{
	font-size: 1.2vw;
}

.erfassung h3{
	font-size: 4vw;
}

.erfasssung th p{
font-size: 5vw;	
}

.erfassung td{
	font-size: 3vw;	
}

.erfassung input{
	font-size: 2vw;
}

.erfassung input[type=text]{
	width: 17vw;
}

.erfassung input[type=date]{
	width: 13vw;
}

.erfassung input[type=time]{
	width: 9vw;
}

.erfassung input[type=number]{
	width: 12.5vw;
}

.transport-table{
padding: 3px;
width: 100%;
vertical-align: middle;
/*font-size: 1.5em;*/
}

.transport-table th{
width: 25%;
padding: 3px;
height: 2em;
border-bottom: 1px solid #000;
white-space: nowrap;
}

.transport-table td{
padding: 3px;
border-bottom: 1px solid #000;
}

.transport-table input{
	width: 100%;
}

.formular-transporte *{
	font-size: 1.009em;
}

.left{
float: none;
}

.halb,
.viertel{
	width: 90%;
	margin: 0;
	margin-top: 4px;
}

.main-header-container{		
padding-top: 15px;
}

.main-header,
.content-angebot p,
.content-tips p,
.content-container h3{
	display: none;
}

.responsive-header{
	z-index: 25000;
	display: block;
	position: fixed;
	width: 50vw;
	top: 2px;
	left: 15px;
	border: 1px solid white;
	border-radius: 3px;
	background: black;
	padding: 0;
	height: 35px;
	overflow: hidden;
	font-size: 16px;
	opacity: .7;
}

	.responsive-header:hover{
	height: auto;
	overflow: hidden;		
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
	}

	.responsive-header ul{
		position: relative;
		top: -15px;
		list-style: none;
		padding: 1px 15px;
		margin:0;
	}

	nav ul .resp-nav-symb{
		margin: 0;
		padding:0;
		font-size: 40px;
	}

	.responsive-header ul li{
		margin-bottom: 0px;
		padding-bottom: 15px;
		color: orange;
	}	

	.responsive-header ul li a{
		font-weight: 100;
		color: white;
		border: 1px solid black;
	}	

	.responsive-header ul li a:hover{
		border-bottom-color: orange;
	}	
	

	.responsive-header li{
		position: relative;
	}

	.rsponsive-header ul ul{
		position: absolute;
		top: 0;
		left: 0;				
	}

	.responsive-header ul ul li{
		float: none;
		margin-left:  6px;
		padding-left: 12px;
	}	

	.responsive-header ul ul li a{
		border: 1px solid black;
		font-weight: 100;
		color: white;
	}	

	.responsive-nav ul ul li a:hover{
		border-bottom-color: orange;
	}	
	

	.intro{
		padding-top: 1px;
	}


	.intro-text,
	.intro-aside{
		width: 100%;
	}

	
.main-tab{
	height: 400px;
	background: transparent;
	border: none;
}

.container-tab-content,
.tab-content{
	width: 100%;
	height: 500px;
}

.termin-container{
	width: 100%;
	padding: 5px;
	height: 480px;
	overflow: hidden;
	z-index: 12000;
}

.container-kalender{

	width: 0px;
	border: none;
}

.container-kalender .calender{
	display: block;
	position: absolute;
	top: 100px;
	right: 35px;
	font-size: 5vw;
	opacity: .8;
	z-index: 110000;
}

.calender th{
	box-shadow: none;
	border: 1px solid black;
	height: 30px;	
	}
.liste-feiertage,
.cal-table{
	display: none;
}

.expand-link{
	font-size: 12px;
}

.expand-link strong {
	margin-left: 5%;
}

.intro-text h2{
	font-size: 1.3em;
}	

.intro-aside h4{
font-size: .6em;
	}

.start-radio{
float: left;
margin-left: 100px;
padding: 10px;
	border: 1px dotted #666666;
}

.start-radio input[type=radio] {
    border: 0px;
    width: 100%;
    height: 1em;
}

#dienstleister{
	display: none;
	}

#dienstleister-resp{
	display: block;
	}

	#tbl-kondi {
	font-size: .6em;
	}

}


/*media-Queries***********************************************************/
/*media-Queries***********************************************************/
/*media-Queries***********************************************************/
/*media-Queries**********                            *********************/
/************************                            *********************/
/* @media screen and ( max-width: 500px )
{
.landscape-warn{
	display: block;
	opacity: 1;
}
} */
	

/*media-Queries***********************************************************/
/*media-Queries***********************************************************/
/*media-Queries***********************************************************/
/*media-Queries**********                            *********************/
/************************                            *********************/
@media screen and ( max-width: 370px )
{

.formular-transporte{
	display: none;
}

.main-header,
.intro-content,
.intro,
.colums,
.slogan,
.legal,
.main-content-container,
.content-header,
.main-angebot-container,
.main-tips-container,
.content-angebot,
.content-tips,
.gallery-container,
.slogan-container{
	width: 100%;
	padding: 0;
	margin: 0	
}


html *{
	padding: 0;
	margin: 0;	
}

.slogan-container{
	text-align: center;
}


.main-content-container,
.main-content-container *{
	position: relative;
	top:0;
	left: 0;
	float: none;
	padding: 5px;
	margin: 0;
	height: auto;
}



.div-report-data,
.report-container{
	max-width: 99vw;
float: left;
}

.div-report-data h2{
width: auto;
	}

.div-report-data,
.leistung-listings,
.div-report-data .leistung-listings ul,
.leistung-listings ul li{
	width: 100%;
	float:none;
}	


.leistung-listings ul li p{
	width: 40%;
	float: left;
}	

.report-bilddaten {
	float: none;
	width: 90%;
	text-align: center;
	max-height: 200px;
	overflow: hidden;
	}
	.report-a4-footer{
	width: 100%;
	padding: 5px;
}


.transport-select,
.offene-transporte,
.offene-transporte-hinweis,
.not-offene-transporte,
.tabphase{
 font-size: 1.05em;
	}

	.data-field *{
	font-size: .7em;
}

	#headintro{
	width: 200px;
	height: 112px;
		position: absolute;
		top: 1px;
		right: 20vw;
		border: 2px solid white;
	}


.erfassung{
	width: 100%;
	font-size: 1.2vw;
	border: 1px solid #595959;
	color: #252f52;
}

.intro h1{
	font-size: 4vw;
}


.intro p {
	font-size: 1.7vw;
}

.erfassung{
	font-size: 1.2vw;
}

.erfassung h3{
	font-size: 4vw;
}

.erfasssung th p{
font-size: 5vw;	
}

.erfassung td{
	font-size: 3vw;	
}

.erfassung input{
	font-size: 3vw;
}

.erfassung input[type=date]{
	width: 15vw;
}

.erfassung input[type=time]{
	width: 9vw;
}

.erfassung input[type=number]{
	width: 12.5vw;
}

#dienstleister {
	top: 50px;
	right: 10px;
}
#dienstleister p,
#dienstleister h4{
	line-height: 4vw;
	font-size: 4vw;
	margin: 0;
}

.landscape-warn{
	display: block;
}

.intro h1{
	bottom:35px;
}

.container-kalender .calender{
	display: block;
	position: fixed;
	top: -16px;
	right: 15px;
	font-size: 5.5vw;
	opacity: .8;
	border: none;
	z-index: 110000;
}

.calender th{
	box-shadow: none;
	border: 1px solid black;
	height: 30px;
	}

.liste-feiertage,
.cal-table{
	display: none;
}

.termin-container{
	width: 100%;
	padding: 5px;
	height: 480px;
	overflow: hidden;
	z-index: 12000;
}

.slogan-container *{
	font-size: .9em;
}

}
/*+++++++++++++++++++ Cookies  +++++++++++++++++++++++++*/



.p-auswahl{
margin: 10px;
padding: 10px;
float: left;
border: 2px solid  silver;
border-radius: 5px;
background: #252f52;
color: #ffffff;
}


#inputAuswahl{
margin: 10px;
padding: 13px;
float: left;
border: 2px solid  silver;
border-radius: 5px;
background: #252f52;
color: #ffffff;
}

.p-auswahl:hover{
background: #cccccc;
border-color: #ff0000;
cursor: pointer;
color: #252f52;
     }

#dsvgoTxt, #essenziellTxt {
margin: 10px;
padding: 10px;
float: left;
border: 2px solid  transparent;
width: 85%;
text-align: justify;
     }

#dsvgCookie{
position: absolute;
top: 0px;
left: 15vw;
width: 70vw;
height: 620px;
background-color: #ffffff;
border: 5px solid silver;
border-radius: 10px;
font-size: 20px;
font-weight: 500;
visibility: visible;
text-align: center;
z-index: 100000;
}



#cookieCheck{
position: fixed;
bottom: 30px;
right: 30px;
background-color: transparent;
border-radius: 10px;
font-size: 20px;
font-weight: 100;
visibility: visible;
}


#cookie-menue{
margin-right: 10px;
float: right;
background-color: silver;
border-radius: 10px;
font-size: 20px;
font-weight: 100;
visibility: visible;
}
     
@media only screen and (max-width: 1024px) {
     #dsvgCookie *{
          font-size: 16px;
     }
}    

@media only screen and (max-width: 720px) {
     #dsvgCookie *{
          font-size: 13px;
     }
     #dsvgCookie{
     position: absolute;
     top: 0px;
     left: .5vw;
     width: 99vw;
     height: 620px;

     }    
}    