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

a {

  color: white !important;
  cursor: pointer;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

a:active {
  text-shadow: 1px 1px 3px black;
}

/* _________________NAVBAR_________________________*/

#fromtime{
  max-width: 44px !important;
  width: 44px !important;
}

#tilltime{
  max-width: 44px !important;
  width: 44px !important;
}

.logo {
  grid-area: logo;
}

.logo img {
  height: 106px;  
  padding-left: 10px;
  padding-top: 10px;
  filter: drop-shadow(2px 2px 2px black);
}

.responsible-contact {
	display: none; 
}

.responsible-contact-content-outer{
	display:none;
}

.responsible-contact a img{
  object-position: center;
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 34px;
  height: 40px;
}

#menuicon {
  grid-area: menuicon;
  visibility: hidden;
}

#menuicon {
  width: 40px;
  height: 40px;
  position: relative;
  margin: auto auto;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

#menuicon span {  
  display: block;
  position: absolute;
  height: 3px;
  width: 100%; 
  background-color: #bb924e;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

#menuicon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

#menuicon span:nth-child(2) {
  top: 13px;
  transform-origin: left center;
}

#menuicon span:nth-child(3) {
  top: 26px;
  transform-origin: left center;
}

#menuicon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#menuicon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menuicon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 8px;
}

.topnav {
  z-index: 100;
  position: fixed;
  width: 100%;
  top: 0;
  overflow: hidden;
  background-color: #e8e8e8;
  display: grid;
  padding-top: 20px;
  grid-template-areas:
    "logo  contact menuicon"
    "menue menue menue";
  grid-template-rows: 125px 50px;
  grid-template-columns: auto 910px 50px;
}

.topnav h4,
p {
  padding: 0px !important;
  margin: 0px !important;
}

.topnav h4 {
  color: #c19752;
}

.topnav .nav-content {
  display: grid;
  grid-template-columns: 250px 250px 220px 260px;
  max-height: 85px;
}

.nav-content-inner {
  display: grid;
  border-left: 1px solid #bebebe;
  padding-left: 20px;
  padding-right: 20px;
  grid-template-columns: 50px auto;
  padding-top: 20px;
}

.nav-content-inner-value p,
h4,
input,
a {
  display: inline-block !important;
  margin-top: 0 !important;
}

.nav-content-inner-direct-contact {
  border-left: 1px solid #bebebe;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.directlink:hover {

  color: #c6a164 !important;
}

.directlink {
  color: black !important;
  text-shadow: none !important;
}

.direct-contact {
  color: white !important;
  display: block;
  text-align: center;
  background-color: #c59d5b;
  border-radius: 5px;
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  box-shadow: 2px 2px 3px black;
}

.direct-contact a h4 {
  color: white !important;
}

.nav-content-inner img {
  height: 35px;
  padding-top: 5px;
  margin-right: 20px;
  width: 30px;
}

.navbar-item-active a {
  color: #bb924e !important;
}

.nav-dropdown {
  width: 100%;
  height: 100%;
  color: white;
  background-color: #333333;
  grid-area: menue;
  display: grid;  
  grid-template-columns: auto 100px 160px 160px 231px auto;
}
.nav-dropdown-inner a:active{	
  color: #bb924e !important;
}
.nav-dropdown-inner {
  width: fit-content;
  padding: 10px;
  font-size: 1.6rem;
  color: white !important;
  text-decoration: none;
  text-align: center;
  line-height: 2.8rem;
}
.service-dropdown{	
  cursor: pointer;
}
.service-dropdown:hover .service-dropdown-inner{  
  display: block;
  position: fixed;
  color:white !important;
  z-index: 10000;  
  background-color: #333;
  width: 350px;
  text-align: left;
  height: fit-content;
  padding: 10px;
  margin-top: 11px;
  box-shadow: 3px 3px 3px black;
}

.service-dropdown-inner{
  display:none;
}
.service-dropdown-inner a{  
  display: block !important;
  border-bottom: 1px solid white;
  color:white !important;
  padding: 8px;
}
.topwrapper {
  height: 190px;
}

#fromtime {
  background-color: transparent;
  color: inherit;
  border: none;  
  max-width: fit-content !important;
}

#tilltime {
  background-color: transparent;
  color: inherit;
  border: none;  
  max-width: fit-content !important;
}

@media only screen and (max-width: 1070px) {
  
    .responsible-contact-content-inner img{	
	  height: 60px;
	}
	
	.responsible-contact-content-inner img{
		height: 30px !important;
		margin-bottom: 10px !important;
	}
	
	.responsible-contact-content-inner h4{
		display: block;
	}
	
	.responsible-contact-content-outer{	
		position: fixed;
		z-index: 1000000;
		background-color: rgba(255,255,255, 0.92);
		margin: 0px !important;
		width: 100%;
		left: 0;
		height: fit-content;
		text-align: center;
		padding-bottom: 30px;
		top: 125px;
	}
	
	.responsible-contact {
		display: block;
	}
	
	.responsible-contact-icon-div {
		width: 100%;
		cursor: pointer;
	}
	
	.responsible-contact-icon-div img{
		object-position: center;
		text-align: center;
		margin: auto;
		display: block;
		margin-top: 34px;
        height: 40px;
	}
	

    .topnav .nav-content{
		display: none;
	}
	
  
   .service-dropdown .service-dropdown-inner{  
	  display: block;
	  position: relative;
	  z-index: 10000;  
	  background-color: #333;
	  width: 100%;
	  color:white;
	  text-align: left;
	  height: fit-content;
	  padding: 10px;
	  margin-top: 11px;
	  box-shadow: none;
	}
  
	.service-dropdown .service-dropdown-inner a{  
	  width: auto;
	  text-align: left;
	  float: none;
	}

    .logo img {
	  height: 85px;  
    }

	.service-dropdown{
	  width: 100%;
	  text-align: left;
	}
	.service-dropdown a{
		width: 100%;
	}
	.service-dropdown:hover .service-dropdown-inner{  
	  display: block;
	  position: relative;
	  z-index: 10000;  
	  background-color: #333;
	  width: 100%;
	  color:white;
	  text-align: left;
	  height: fit-content;
	  padding: 10px;
	  margin-top: 11px;
	  box-shadow: none;
	}
	.service-dropdown:hover .service-dropdown-inner a{  
	  width: auto;
	  text-align: left;
	  float: none;
	}

  .nav-content-inner {
    visibility: hidden;
  }

  .nav-content-inner-direct-contact {
    visibility: hidden;
  }

  .topnav {
    padding-top: 0px;
    grid-template-areas:
      "logo  contact menuicon"
      "menue menue menue";
    grid-template-rows: 110px auto;   
    grid-template-columns: 100px calc(100% - 180px) 80px;
  }

  #menuicon {
    visibility: visible;
    padding-top: 20px;
  }

  .nav-dropdown {
    display: none;
    color: white;
    background-color: #333333;
    grid-area: menue;
    grid-template-columns: 100%;
	text-align:left;
  }
  .topwrapper {  
    height: 124px;
  }
}