@CHARSET "UTF-8";

html, body, section, div, footer, h1, p, a, img, table, tr, td {
  font: inherit;
  font-size: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  background-color: #A4272D;
  color: #191919;
  height: 100%;
  font-family: HelveticaNeue, Helvetica, serif;
}

h1 {
  box-sizing: border-box;
  font-size: 1.5em;
  padding-bottom: 0.5em;
  margin-top: 1em;
}

h1:first-child {
  margin: 0;
}

table {
  border-spacing: 0 1px;
}

tr > td {
  padding-bottom: 0.25em;
}

td {
  padding-left: 1em;
}

td:first-child {
  padding: 0;
  width: 11em;
}

a {
  text-decoration: none;
  color: #E0C8BE;
}

a:hover {
  color: #501912;
}

#sidebar {
  background-color: #FFFFFF;
  height: 100%;
}

#logo {
  background-image: url("../images/BeR_logoA.svg");
  height: 90%;
  width: 50%;
}

#scroll {
  background-image: url("../images/arrow.svg");
  height: 10%;
  width: 100%;
}

#logo, #scroll {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  margin: 0 auto;
  text-indent: -9999em;
}

#main {
  height: 100%;
}

#banner {
  box-sizing: content-box;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}


.img-center {
  width: 100%;
  position: relative;
}

#banner img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

.small-screen {
  display: block;
}

.big-screen {
  display: none;
}

#open {
  background-color: rgba(25, 25, 25, 0.6);
  box-sizing: border-box;
  color: rgba(224, 200, 190, 0.9);
/*   color: #E0C8BE; */
  padding: 1.5em;
  width: 100%;
  position: absolute;
  bottom: 0;
}

/*
#open h1 {
  padding-bottom: 0;
}

#open p {
  font-size: 1.1em;
  padding-bottom: 0.5em;
}
*/

.left {
  padding: 1.5em 0 0 0;
}

.left:first-child {
  padding: 0;
}

#contact {
  padding: 1.5em;
}

#map {
  height: 400px;
  width: 100%;
}

footer {
  background: #FFFFFF;
  color: #BBBBBB;
  padding: 0.5em;
  text-align: center;
}

/************************************************
	Clear Fix
************************************************/

.group:before, .group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}

/************************************************
	Media-Queries
************************************************/

@media (max-width: 1000px) and
(min-resolution: 192dpi), (-webkit-device-pixel-ratio: 2) and
(orientation: portrait) {
  body {
    font-size: 3em;
  }
  
  #map {
    height: 800px;
  }
}

@media (min-width: 1000px) {
  a {
    color: #FEE2B2;
  }
  
  #main {
    margin-left: 30%;
    width: 70%;
  }
  
  #sidebar {
    box-shadow: 0 0 30px 1px rgba(0,0,0,0.65);
    width: 25%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
  }
  
  #logo {
    background-size: 100% auto;
    background-position: top center;
    width: 80%;
  }
  
  #scroll {
    visibility: hidden;
  }
  
  #banner {
    max-height: 50%;
    overflow: hidden;
  }
  
  .small-screen {
    display: none;
  }
  
  .big-screen {
    display: block;
  }
  
  #open {
    padding: 0;
    color: rgba(254, 226, 178, 0.9);
/*     color: #FEE2B2; */
  }
  
  .left {
    box-sizing: border-box;
    padding: 1.5em 1.5em 1.5em 0;
    width: 40%;
    float: left;
  }
  
  .left:first-child {
    padding: 1.5em;
  }
  
  #contact {
    box-sizing: border-box;
    width: 40%;
    float: left;
  }
  
  #map {
    max-height: 50%;
    height: 800px;
    width: 60%;
    float: right;
  }
  
  footer {
    padding: 0;
    width: 21%;
    position: absolute;
    bottom: 1%;
    left: 7%;
  }
}

@media (min-width: 1500px) {
  #main {
    margin-left: 25%;
    width: 75%;
  }
  
  #sidebar {
    width: 20%;
  }
    
  .img-center {
    bottom: 250px;
  }
  
  footer {
    width: 16%;
  }
}
