body:not(.en) :lang(en),
body:not(.de) :lang(de),
body:not(.es) :lang(es) {
  display: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #faebd7;
  font-size: 13pt;
  height: 100%;
  position: relative;
}

/*-------------------- Sidebar -------------------- */
#sidebar {
  margin-top: 120px;
  padding: 0;
  width: 100px;
  position: fixed;
  overflow: auto;
  text-align: center;
  top: 10px;
}

#sidebar a {
  display: block;
  color: black;
  padding: 5px;
  text-decoration: none;
}

#sidebar a.active {
  background-color: #cf2410;
  color: white;
}

#sidebar a.small-screen {
  display: none;
}

#sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

#sidebar img {
  display: inline-block;
}

#sidebar .language-button:hover {
  cursor: pointer;
}

#sidebar #logo {
  height: 80px;
  left: 2%;
  width: 100%;
}

/*-------------------- Grid Layout -------------------- */
.column {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  width: 20%;
}

.column-right {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  width: 60%;
}

.column-2-left {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  width: 40%;
  text-align: justify;
}

.column-2-right {
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
  width: 40%;
  text-align: justify;
}

.header {
  float: right;
  width: 60%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/*
.row {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 10px;
    div {
        display: table-cell;
        text-align: left;
    }
}
*/
#header {
  background-color: #faebd7;
  background-size: cover;
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
}

#button-group {
  position: absolute;
  right: 30px;
  height: 30px;
}

#content {
  margin-top: 100px;
  margin-left: 110px;
  margin-bottom: 10px;
  padding: 1px 10% 100px;
  min-height: 100%;
  background-image: url("../img/Content_Background.jpg");
  background-size: cover;
}

#contact {
  position: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: 0;
  width: 100%;
  background-color: #faebd7;
  text-align: center;
  border-width: 1px 0px;
  border-color: black;
  border-style: solid;
}

.vertical-center {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.language-button {
  height: 100%;
}

.small-screen {
  display: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .column {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
  }
  .column-right {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 90%;
    text-align: left;
    padding-left: 10%;
  }
  .header {
    width: 100%;
  }
  #sidebar {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 100px;
  }
  #sidebar a.small-screen {
    display: block;
  }
  #content {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #contact {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 0;
    width: 100%;
    background-color: #faebd7;
    text-align: center;
    border-width: 1px 0px;
    border-color: black;
    border-style: solid;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/*# sourceMappingURL=screen_v2.css.map */