body{
    margin-top:10px; 
    margin-bottom:10px; 
    text-align:left;
}

div.TopLine {
  #position: absolute;
  left: 0;
  height: 20px;
  width: 100%;
  background-color: #D42200;
}


div.header
{
  width: 100%;
  background-repeat: no-repeat;
  background-color: #FFC700; 
  height: 150px;
}

font.header{
    font-family:  Verdana, Arial, Helvetica; 
    font-size: 40px; 
    color: black;
    font-weight:bold; 
}

form[autocomplete="off"]
  &, > input
    protonpass-control, div[data-lastpass-icon-root="true"] {
      display: none
}

p.header
{
   color: white !important;
	margin-top:0px;
	margin-right:10px;
	text-align: right;
}


img.header {
    content: url('images/boschung.png');
    border-width:0px; 
    border-style:solid; 
      border-color:#000000;
      margin-top: 15px;
      margin-left: 15px;
  }

  table.header {
      width: 100%;
  }

 /*style.css*/
  #body {
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: sans-serif;
      line-height: 1.5;
      min-height: 100vh;
      background: #f3f3f3;
      flex-direction: column;
      margin: 0;
  }

  .login {
      position:absolute;
      left: 0;
      right: 0;
      top: 35%;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 15px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      padding: 10px 20px;
      transition: transform 0.2s;
      width: 300px;
      text-align: center;
      z-index:4;
  }

 .infowindow {
   text-align: center;
  }

  .infowindow h3 {
    color: #000000;
    margin: 0 0 5px 0;
  }

  .login label {
      display: block;
      width: 100%;
      margin-top: 10px;
      margin-bottom: 5px;
      text-align: left;
      color: #555;
      font-weight: bold;
  }


  .login input {
      display: block;
      width: 100%;
      margin-bottom: 15px;
      padding: 10px;
      box-sizing: border-box;
      border: 1px solid #ddd;
      border-radius: 5px;
  }

  .login_btn {
      padding: 15px;
      border-radius: 10px;
      margin-top: 15px;
      margin-bottom: 15px;
      border: none;
      color: white;
      cursor: pointer;
      background-color: #4CAF50;
      width: 100%;
      font-size: 16px;
  }
  .cancel_btn {
      padding: 5px;
      border-radius: 10px;
      margin-top: 5px;
      margin-bottom: 5px;
      border: none;
      color: white;
      cursor: pointer;
      background-color: red;
      width: 50%;
      font-size: 16px;
  }


  .lower {
      position: absolute;
      width:99%;
      height:750px;
      z-index:0;
  }

  .upper {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width:80%;
      height:710px;
      display:none;
      background-color: #FFFFFF;
      z-index:5;
  }

  .iframe_body {
   overflow-y:auto;
   width:100%;
   }

.search {
      height:100px;
      width:60%;
      padding-top: 10px;
      margin-left: auto;
      margin-right: auto;
      vertical-align: middle;
      display: none;
   }

button.gm-ui-hover-effect {
    display: none !important;
}

.navbar {
  overflow: visible;
  height: 40px;
  width: 100%;
  background-color: black;
  text-align:center;
}

.navbar p{
   font-size: 25px;
   margin-top: 5px;
   display: none;
   position: absolute;
   color:red;
   cursor:pointer;
}

.navbar p:hover{
   background: white;
}

.placeholder {
  overflow: visible;
  height: 0;
  width: 100%;
  background-color: white;
}
.multilevel-dropdown-menu {
	font-family: Arial, sans-serif;
	#color: white;
}


.parent {
	display: block;
	position: relative;
	float: left;
	line-height: 40px;
	#background-color: black;
	width: 150px;
	text-align: center;
	color:white;
}

.parent a {
	margin: 10px 24px;
	color: white;
	#color: #5d3200;
	text-decoration: none;
}

.parent:hover>ul {
	display: block;
	position: absolute;
}

.child {
	display: none;
	z-index: 10;
}

.child li {
	#background-color: #E4EFF7;
	background-color: lightgrey;
	color: black;
	line-height: 30px;
	border-bottom: #b5b5b5 1px solid;
	border-right: #b5b5b5 1px solid;
	width: 250px;
}

.child li a {
	color: #000000;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0px;
	min-width: 12em;
}

ul ul ul {
	left: 100%;
	top: 0;
	margin-left: 1px;
}

li:hover {
	#background-color: #95B4CA;
	background-color: red;
}

.parent li:hover {
	#background-color: #F0F0F0;
	background-color: grey;;
}

.expand {
	font-size: 12px;
	float: right;
	margin-right: 5px;
}

.gma_searchbtn {
   float:unset !important;
   width:40px  !important;
   height:22px !important;
   margin-left:10px !important;
   margin-bottom: 3px !important;
}




