/**
rot: #a82126;
beige: #b2a386;
braun: #736357;
 */
 
 @keyframes fade {
  from {opacity: 0;}
  to {}
 }
 
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  line-height: 2;
  width: 100vw;
  overflow-x: hidden;
}

h1 {
  font-weight: 900;
}

h2 {
  font-weight: 300;
}

#main h3 {
  color: #736357;
  padding: 10px 0px;
}

a {
  color: #a82126;
}

.btn-primary {
  //border-radius: 0px;
  background: #a82126;
  border: none;
  padding: 10px 30px;
}

.btn-primary:hover {
  background: #736357;
}

.logo {
  width: 300px;
  max-width: 100%;
  height: auto;
}

#header {
  background: url('../images/gremegro-navbarbg.png');
  background-size: contain;
  background-repeat: no-repeat;
  height: 135px;
  width: 100vw;
  text-align: center;
  border-bottom: #000;
  border-bottom: solid 5px #a82126;
}

#main {
  min-height: 80vh;
}

#main .header-image {
  animation-name: fade;
  animation-duration: 1s;
}

#main img {
  width: 100%;
  height: auto;
}

#main .cnc-logo {
  max-width: 200px;
}

#main .box {
  margin-bottom: 60px;
  text-align: center;

}

#footer {
  border-top: solid 5px #a82126;
  background: #b2a386;
  padding: 30px 0;
  color: #fff;
  text-align: center;
}

#footer .tel {
  font-size: 28px;
  padding: 0 10px;
  /*color: #736357;
   text-shadow: 0px 0px 30px #fff;*/
  color:  #a82126;
  font-weight: 900;
}

.footer-menu {
  list-style-type: none;
  padding-left: 0px;
  text-align: right;
  margin-bottom: 0px;
  display: inline-block;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  padding: 10px;
  font-size: 14px;
  color: #736357;
  display: inline-block;
}

.map-link {
  z-index: 999999;
  width: 50vw;
  height: 150px; 
  position: absolute; 
  right: 0px; 
}

@media screen and (min-width: 500px) {
  #footer {
    padding: 60px 0 30px;
  }

  .footer-menu {
    margin-top: 30px;
  }

  #footer .tel {
    font-size: 35px;
  }
  
  .map-link {
    height: 200px; 
  }
}

@media screen and (min-width: 768px) {
  #footer .right-col {
    text-align: right;
  }

  #footer .left-col {
    text-align: left;
  }
  .map-link {
    height: 300px; 
  }
}

@media screen and (min-width: 1200px) {
	  .map-link {
    height: 450px; 
  }
}