body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
    font-family: Open Sans;
    background-color: #0f0f0f;
}

a:link{
  font-family: Open Sans;
  font-size: 12.5px;
  font-weight: 700;
  color: white;
  background-color: transparent;
  text-decoration: none;
}
a:hover{
  font-family: Open Sans;
  font-size: 12.5px;
  font-weight: 700;
  color: white;
  /*background-color: white;*/
  text-decoration: none;
}
a:active{
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 700;
  color: white;
  background-color: transparent;
  text-decoration: none;
}
a:visited{
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 700;
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

/* Add some content at the bottom of the video/page */
.content {
  position: relative;
  top: 10%;
  left: 25px;
  background: rgba(0, 0, 0, 0.0);
  color: #f1f1f1;
  width: 87.5%;
  padding: 20px;
}

@media screen and (max-width: 600px) {
  .content {
    top: 35%;
	 left: 10px;
    bottom: 50px;
  }
}


#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;

}

@media screen and (max-width: 600px) {
  #myVideo {
    /*left: -120%;*/
    position: absolute;
    max-width: 100%;
    object-fit: cover;
    object-position: 50% 50%;


  }
}

.over {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

/* Add some content at the bottom of the video/page 
.vid-content {
  position: absolute;
  top: 35%;
  left: 25px;
  background: rgba(0, 0, 0, 0.0);
  color: #f1f1f1;
  width: 87.5%;
  padding: 20px;
}

@media screen and (max-width: 600px) {
  .vid-content {
    top: -50px;
  }
}
/* Video Content - End */


.history {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .history {
    width: 87.5%;
  }
}

h4 {
  font-family: Open Sans;
  font-weight: 800;
  font-size: 85px;
  line-height: 100.5px;
}

@media screen and (max-width: 768px) {
  h4 {
    margin-top: -50px;
    font-size: 40px;
    line-height: 50.5px;
  }
}

@media screen and (max-width: 320px) {
  h4 {
    font-size: 30px;
    line-height: 35.5px;
  }
}

.subhead {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 40px;
  color: white;
  margin-top: 30px;
  padding-top: 0px;
}

@media screen and (max-width: 768px) {
  .subhead {
    margin-top: 20px;
    font-size: 25px;

  }
}

.history-text {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 20px;
  color: white;
}

.contact-button {
  background-color: inherit;
  border: 2px solid #ff7400;
  height: auto;
  padding: 15px;
  text-align: left;
}
.contact-button:hover {
  background-color: #ff7400;
}

/* Create four equal columns that sits next to each other */
.column-25 {
  -ms-flex: 22.5%; /* IE10 */
  flex: 22.55%;
  max-width: 22.55%;
  padding: 0 2px;
  background-color: #ededed;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  margin: 7.5px;
  }

.column-25 img {
  margin-top: 4px;
  vertical-align: middle;
  width: 100%;
  border-radius: 0.0%;
  /*padding-bottom: 200px; /* create space for text at the bottom - not desperatly needed! */
  background-color: #ededed;

  display: block;
  height: auto;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column-25 {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column-25 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.tap-row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 12 20px;

  }

/* Create four equal columns that sits next to each other */
.tap-column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 1px;
  }

.tap-column img {
  margin-top: 0px;
  vertical-align: middle;
  width: 100%;
  border-radius: 0%;
}

@@media screen and (max-width: 800px) {
  .tap-row {
    margin-top: 0px;
  }
}
@@media screen and (max-width: 600px) {
  .tap-row {
    margin-top: 0px;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .tap-column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-top: 2px;
  }
}

.tap-column-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 1px;
  }

.tap-column-50 img {
  margin-top: 0px;
  vertical-align: middle;
  width: 100%;
  border-radius: 0%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .tap-column-50 {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    padding-top: 2px;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .tap-column-50 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-top: 2px;
  }
}

/*Leistungsangebot Start*/
.product-bg {
  background-image: url("/img/BAUMERT_oil_background_orange.jpg"); 
  background-size: cover; 
  background-repeat: no-repeat; 
  height: auto; 
  background-color: #d5d5d5; 
  margin-top: 50px; 
  margin-bottom: 50px;
  padding-top: 50px; 
  padding-bottom: 50px;
}

.product-img {
  background: transparent;
  width: 65%; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top: 25px; 
  margin-bottom: 20px;
}
/*Leistungsangebot End*/

/*Footer Start*/
.footer-row {
  width: 100%;
  background-color: #1f1f1f;
}

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

.footer-columnKlein {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  float: left;
  width: 100%;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .footer-columnKlein {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
}

p.klein {
  font-family: "Josefin Sans",sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #ededed;
}

a.footerKlein:link {
    font-family: "Josefin Sans",sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #2a2a2a;
    background-color: transparent;
    text-decoration: none;
}


a.footerKlein:hover {
    font-family: "Josefin Sans",sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #FF7000;
    background-color: transparent;
    text-decoration: none;
}
/*Footer End*/


/* Style the button used to pause/play the video */
#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

