/* 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;
}


.tourinfo { 
width: 500px; 
font: 12px Arial;
}

h7 {/*Popover bei Hover*/
	text-align: left;
	color: #1c75bc;
	font: 12px arial;
}
.hoverfenster{
	margin-top:2px;
}

img.leftbanner {
    width: 50%;
    height: auto;
	margin-bottom: 0.1%;
	margin-left: 0.1%;
	margin-top: 0.1%;
	
}

img.Kartenbutton {
    width: auto;
	margin-left: 3%;
	margin-top: 15%;
}

.Kartencenter_Schrift {
	margin-top:6%;
	margin-left:30%;
	font-weight:bold;
	font-size:200%;
	color: #1c75bc;
	width:50%;
}

img.rightbanner {
    width: 5%;
    height: auto;
	float:right;
	margin-top:0.1%
}

.hidden{
	display:none;
}

.fontblack{
	color: #222 ;
}

.map1 {
	background-color: #FFFFFF;
	border-right: thick solid #1c75bc;
	margin-left:1%;
	height:89.0vh;
}

.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:58.6vh;
	overflow:auto;
	border-right: thick solid #1c75bc;
	border-bottom: thick solid #1c75bc;
}

.rowcol1_pro{
	width:96%;
	float:left;
}

.rowcol1_pro_sidebar{
	width:3.5%;
	float:right;
	background: white;
	display:block;
	height:88.9vh;
	overflow:auto;
	margin-left:0.125%;
}

.rowcol1_pro_sidebar:hover{
	background: #FF7F50;
	  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}

.rowcol2_1_pro{
	width:100%;
	float:left;
	background: #45484d ;
	display:block;
	height:98%;
	overflow:auto;
}

/*.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:66px;
	margin-top:-24px;
}

.pos_2_right{
	margin-left:99px;
	margin-top:-24px;
}

.pos_3{
	margin-left:158px;
}

.pos_4{
	margin-left:203px;
}
.pos_4_high{
	margin-left:202px;
	margin-top:-49px;
}

.pos_5{
	margin-left:246px;
}

.pos_6{
	margin-left:288px;
}

.falscherabschluss{
margin-top:-65px;
}

.distanzraum{
	margin-bottom:5px;
}

.distanzraum_big{
	margin-bottom:1px;
}

.distanzlinie{
	margin-bottom:2px;
	margin-top: 6px;
	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:134px;
}

.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_text {
	margin-top:-5px;
	margin-left:-22px;
	font-weight:bold;
	font-size:60%;
	color: #45484d;
}

.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;
}

.infoboxsquaredlong {
	cursor: pointer;
	text-decoration:none;
	font-weight:bold;
	color:#45484d;
	padding: 3px 4px 1px 4px;
	border-radius:7px;
	margin-top:-22px;
	width: 140px;
	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;
}

.infoboxsquaredlong:hover {
	background: #FF7F50;
	  text-decoration:none;
	  	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.infoboxsquaredlong_go {
	cursor: pointer;
	text-decoration:none;
	font-weight:bold;
	color:#45484d;
	padding: 3px 4px 1px 4px;
	border-radius:7px;
	margin-top:3px;
	margin-left:98px;
	width: 140px;
	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;
}

.infoboxsquaredlong_go:hover {
	background: #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:300px;
	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;
}

h8 {/*Pushnachricht*/
	text-align: left;
	color: #ff0000;
	font: 15px arial;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
	padding: 3px 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;

}

.sidenav {
    height: 88.9vh;
	margin-top:10.8vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #45484d;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 45px;
	padding-left:3px;
	border-top-left-radius: 15px;

}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.sidenav:hover {
    background-color: #FF7F50;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 25px;
    margin-left: 0px;
	color: #1c75bc;
}

.popover { 
max-width: 1000px;
position: fixed;
top: 30%;
}

 
.dialogWide > .modal-dialog {
width: 70% !important;
}

.routingbuttons{
	visibility:hidden;
}

img.Kartenbutton {
    width: auto;
    height: 100%;
	float:right;
	opacity:0.75;
}

img.Modebutton {
    width: auto;
	margin-left: 3%;
	margin-top: 15%;
    height: 100%;
	float:right;
	opacity:0.75;
}


.butn_removewp{
  float:left;
  height: 38px;
  position:absolute;
  top:64%;
  left:30px;
  opacity:0.75;
}

.butn_addwplatlon{
  float:left;
  height: 38px;
  position:absolute;
  top:56%;
  left:30px;
  opacity:0.75;
}

.butn_finishroute{
  float:left;
  height: 38px;
  position:absolute;
  top:72%;
  left:30px;
  opacity:0.75;
}

.butn_cancelroute{
  float:left;
  height: 38px;
  position:absolute;
  top:80%;
  left:30px;
  opacity:0.75;
}


.butn_routing_luftlinie{
  float:left;
  height: 38px;
  position:absolute;
  top:48%;
  left:30px;
  opacity:0.75;
}

.butn_routing_wege{
  float:left;
  height: 38px;
  position:absolute;
  top:48%;
  left:30px;
  opacity:0.75;
}

.butn_routing_mode1{
  float:left;
  height: 38px;
  position:absolute;
  top:48%;
  left:75px;
  opacity:0.75;
}
.butn_routing_mode2{
  float:left;
  height: 38px;
  position:absolute;
  top:48%;
  left:75px;
  opacity:0.75;
}
.butn_routing_mode3{
  float:left;
  height: 38px;
  position:absolute;
  top:48%;
  left:75px;
  opacity:0.75;
}
.butn_routing_mode4{
  float:left;
  height: 38px;
  position:absolute;
  top:48%;
  left:75px;
  opacity:0.75;
}
.butn_routing_mode5{
  float:left;
  height: 38px;
  position:absolute;
  top:48%;
  left:75px;
  opacity:0.75;
}
.butn_routing_mode6{
  float:left;
  height: 38px;
  position:absolute;
  top:48%;
  left:75px;
  opacity:0.75;
}
/*Overwrites bootbox css and makes it scrollable*/
.modal-body {
    max-height: 800px;
    overflow-y: auto;
}