/* Grau      #45484d      */
/* Orange    #FF7F50      */
/* Blau      #1c75bc      */
/* Hellgrau  #d1d3d4      */
html, body { height: 100%; width: 100%; margin: 0; }


.butn1 {
	cursor: pointer;
	text-decoration:none;
	font-weight:bold;
	color:#45484d;
	padding: 3px 5px 3px 5px;
	border-radius:7px;
	margin-top:-28px;
	width: 28px;
	height: 28px;
	background: #d1d3d4;
	float:left;
	text-align:center;
}

.butn1:hover{
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	background-color:#FF7F50;
}


.popover { 
max-width: 1000px; 
}

h7 {/*Popover bei Hover*/
	text-align: left;
	color: #1c75bc;
	font: 12px arial;
	
}

h9 {/*Popover bei Hover*/
	font: 13px arial;
	
}

h8 {/*Popover bei Hover*/
	text-align: left;
	color: #1c75bc;
	font: 15px arial;
	font-weight: bold;
}

.hoverfenster{
	margin-top:5px;
}

.hoverfenster1{
	margin-top:2px;
	margin-left:-120px;
}


.tourinfo { 
width: 850px; 
font: 14px Arial;
}

.backjump{
	margin-left:55px;
	margin-top:-50px;
}

.backjump1{
	margin-left:120px;
	margin-top:-50px;
}

.backjump2{
	margin-left:0px;
	margin-top:-50px;
}

.backjump3{
	margin-left:90px;
	margin-top:-50px;
}

img.leftbanner {
    width: 50%;
    height: auto;
	margin-bottom: 0.1%;
	margin-left: 0.1%;
	margin-top: 0.1%;
	
}
img.rightbanner {
    width: 5%;
    height: auto;
	float:right;
	margin-top:0.1%
}
img.fatrightbanner {
    width: 12%;
    height: auto;
	float:right;
	margin-top:0.1%
}
.righttext{
	margin-left:60px;
	margin-right:20px;
	display: block;
	font-size: 11px;
	float: right;
}

.hidden{
	display:none;
}

.fontblack{
	color: #222 ;
}

.map1 {
	background-color: #FFFFFF;
	border-right: thick solid #1c75bc;
	margin-left:1%;
	height:89.5vh;
}

.row{
	width:100%;
}

.rowcol1{
	width:82%;
	float:left;
}

.rowcol2_1{
	width:18%;
	float:left;
	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
	display:block;
	height:59.1vh;
	overflow:auto;
	border-right: thick solid #1c75bc;
	border-bottom: thick solid #1c75bc;
}


.rowcol2_2{
	width:18%;
	float:left;
	background: #FFFFFF;
	
	display:block;
	height:30.5vh;
	overflow:auto;
	border-right: thick solid #1c75bc;
	border-bottom: thick solid #1c75bc;
}


.rowcol1_pro{
	width:77%;
	float:left;
}

.rowcol2_1_pro{
	width:23%;
	float:left;
	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
	display:block;
	height:89.6vh;
	overflow:auto;
	border-right: thick solid #1c75bc;
	border-bottom: thick solid #1c75bc;
}

.rowcol2_2_pro{
	width:22%;
	float:left;
	background: #FFFFFF;
	
	display:block;
	height:30.5vh;
	overflow:auto;
	border-right: thick solid #1c75bc;
	border-bottom: thick solid #1c75bc;
}

input[type=checkbox] {
	visibility: hidden;
}

/* .slideThree */
.slideThree {
  width: 50px;
  height: 28px;

  background: #d1d3d4;
	
  position: relative;
  border-radius: 7px;
  
  /*margin-left:2px;
  margin-top:0px;
  margin-right:2px;*/
  /*box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);*/
}
.slideThree:after {
  content: 'OFF';
  color: #45484d;
  position: absolute;
  right: 3px;
  z-index: 0;
  font: 10px/26px Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}
.slideThree:before {
  content: 'ON';
  color:  	#45484d;
  position: absolute;
  left: 3px;
  z-index: 0;
  font: 10px/26px Arial, sans-serif;
  font-weight: bold;

}
.slideThree label {
  display: block;
  width: 25px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  background: #1c75bc;
  background-image: url('Logo_Button.png');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 7px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  /*box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);*/
}




.slideThree label:hover {
  background-color:#FF7F50;
  
}
.slideThree input[type=checkbox] {
  visibility: hidden;
}
.slideThree input[type=checkbox]:checked + label {
  left: 23px;
}

/* end .slideThree */

/* SQUARED TWO */
.checkboxsquared {
	width: 28px;
	height: 28px;
	border-radius:4px;
	background: #fcfff4;
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.checkboxsquared label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 4px;
	top: 4px;
	border-radius:4px;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.checkboxsquared label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 12px;
	height: 9px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #ff7f50;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.checkboxsquared label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.checkboxsquared input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.print a:hover { 
text-decoration: none;
background-color: #FF7F50;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.print a{
	color: #45484d;
	background-color: #d1d3d4;
	padding: 5px 2px 5px 2px;
	margin-right:1px;
	border-radius:7px;
}

.print{
	width:240px;
	margin-top:-24px;
}

.pos_1{
	margin-left:54px;
}

.pos_2{
	margin-left:86px;
}

.pos_3{
	margin-left:158px;
}

.pos_4{
	margin-left:190px;
}

.pos_5{
	margin-left:222px;
}

.pos_6{
	margin-left:254px;
}

.falscherabschluss{
margin-top:-65px;
}

.distanzraum{
	margin-bottom:5px;
}

.distanzlinie{
	margin-bottom:3px;
	margin-top: 7px;
	border-bottom: solid #d1d3d4;
}

.Layername_userinfo{
	margin-top:-1px;
	margin-bottom:-8px;
	font-weight:bold;
	color: #d1d3d4;
	width:100%;
}

.Layername{
	margin-top:-24px;
	font-weight:bold;
	color: #d1d3d4;
	width:168px;
}

.Layername_base{
	margin-top:-24px;
	font-weight:bold;
	color: #d1d3d4;
	width:154px;
}

.Layername_long{
	margin-top:-24px;
	font-weight:bold;
	color: #d1d3d4;
	width:268px;
}

.Layername_print{
	margin-top:0px;
	margin-left:3px;
}

.timetext{
	margin-top:-20px;
	font-weight:bold;
	color: #d1d3d4;
}

.infoboxsquared {
	cursor: pointer;
	text-decoration:none;
	font-weight:bold;
	color:#45484d;
	padding: 3px 5px 3px 5px;
	border-radius:7px;
	margin-top:-28px;
	width: 28px;
	height: 28px;
	background: #d1d3d4;
/*	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);*/
	position: relative;
	float:left;
	text-align:center;
	display:block;
}

.infoboxsquared:hover {
	  background-color:#FF7F50;
	  text-decoration:none;
	  	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

input[type='range'] {
		display:block;
		-webkit-appearance: none;
		border-radius: 7px;
	background: #d1d3d4;

		width: 100px;
		height:28px;
		margin-top:-28px;
		padding-left: 2px;
		padding-right: 2px;
		padding-top: 1px;
		padding-bottom: 1px;
		position: relative;
		float:left;
	}


	input[type=range]:focus {
  outline: none; 
}

	input[type=range]::-webkit-slider-runnable-track {
	height: 5px;
	background: #FFFFFF;
	border-radius: 2px;
	}
	
	input[type='range']::-moz-range-track {
		-moz-appearance: none;
		border-radius: 2px;
		
		background-color: #FFFFFF;
		height: 5px;
	}
	
	input[type='range']::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: 0px;
		margin-top: -10px;
		border-radius: 7px;
		background: #1c75bc;
		/*background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);*/
		height: 24px;
		width: 25px;
		cursor: pointer;
	}	
	
	input[type='range']::-webkit-slider-thumb:hover {
		  background-color:#FF7F50;
		  	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	}
	
	input[type='range']::-moz-range-thumb {
		-moz-appearance: none;
		border: 0px;
		border-radius: 7px;
		background: #1c75bc;
		/*background: linear-gradient(to bottom, #1c75bc 0%, #dfe5d7 40%, #b3bead 100%);*/
		height: 24px;
		width: 25px;
		cursor: pointer;
	}
	
	input[type='range']::-moz-range-thumb:hover {
		  background-color:#FF7F50;
		  	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	}

input[type=range]::-ms-track {
  height:5px;
  cursor: pointer;
  background: #FFFFFF; 
  border-radius: 2px;
  color: transparent;
  }

input[type=range]::-ms-thumb {
  margin-top: 0px;
  height: 24px;
  width: 25px;
  border-radius: 7px;
  background: #1c75bc;
   /*background: linear-gradient(to bottom, #1c75bc 0%, #dfe5d7 40%, #b3bead 100%);*/
   border: 0px;
  cursor: pointer;
}

input[type='range']::-ms-thumb:hover {
		  background-color:#FF7F50;
		  	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	}

input[type="range"]::-ms-fill-lower {
  background-color: transparent; 
}

input[type="range"]::-ms-fill-upper {  
  background-color: transparent;
}

.suche{
	width:200px;
	border-radius:7px;
}

.go{
	margin-left:204px;
	margin-top:-34px;
	border-radius:7px;
}

.ol-popup {
        position: absolute;
        background-color: white;
        -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #cccccc;
        bottom: 12px;
        left: -50px;
      }
      .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
      }
      .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
      }
      .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
      }
      .ol-popup-closer {
        text-decoration: none;
        position: absolute;
        top: 2px;
        right: 8px;
      }
	  
h5 {/*Eingabefeld Para*/
	text-align: left;
	color: #1c75bc;
	font: 15px arial;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}

h6 {/*Eingabefeld Para*/
	text-align: left;
	color: #1c75bc;
	font: 15px arial;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.formselect select {
    width: 100%;
    padding: 2px 2px 2px 2px;
    margin-top: 1px;
    margin-bottom: 0px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	
}

.formselectsmall select {
    width: 15%;
    padding: 2px 2px 2px 2px;
    margin-top: 1px;
    margin-bottom: 0px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;

}

.formsmall input[type=text] {
    width: 100%;
	height: 30px;
    padding: 2px 2px 2px 2px;
    margin-top: 1px;
    margin-bottom: 0px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;

}

.formsmall textarea {
   	width: 100%;
	height: 27px;
    padding: 2px 2px 2px 2px;
    margin-top: 1px;
    margin-bottom: 0px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	resize: none;

}

.formsmall input[type=password] {
    width: 100%;
	height: 30px;
    padding: 2px 2px 2px 2px;
    margin-top: 1px;
    margin-bottom: 0px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;

}


.formmedium textarea {
	width: 100%;
	height: 50px;
    padding: 2px 2px 2px 2px;
    margin-top: 1px;
    margin-bottom: 0px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	resize: none;

}

.formlarge textarea {
	width: 100%;
	height: 100px;
    padding: 2px 2px 2px 2px;
    margin-top: 1px;
    margin-bottom: 0px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	resize: none;

}