
h1  {
    font-size: 5.5rem;
    font-weight: 700;
    text-align: left;
}

body, html {
    margin: 0;
}

/* Reset everything you want to reset */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Libre Franklin Thin', sans-serif;';
}

.parallax-container {
    padding: 0;
    position: relative;
    /* margin: 0
    padding: 0;
    width: 100%; */
}

.header-container {
    /* position: relative; */
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background:whitesmoke;
    color: black;
    text-align: left;
    padding: 1em;
}

.content-container {
    position: relative;
    top: 0;
    left: 0;    
    width: 100%;
    height: 100%;
    /* background:whitesmoke; */
    color: black;
    text-align: left;
    /* padding: 10em; */
    padding-top: 50px;
    padding-left: 68px;
}

.content-title {
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    
}

.slogan-image {

    width: 350px;
    height: 77px;
    position: absolute;
    bottom:  10%;
    left: 10px;
    color: white;
    font-size: 3.5rem;    
    /* text-align: center; */
    padding-left: 1em;
}

.slogan, .sub-slogan {
    position: absolute;
    bottom:  11%;
    left: 400px;
    color: white;
    font-size: 3.5rem;
    font-weight: 800;    
    padding-left: 1em;
}

.sub-slogan {
    font-size: 1.5rem;
    font-weight: 400;
    bottom: 9%;
    left: 435px;
}

.margin {
    margin: 50% 0;
}


/* nur zum Testen, wird es nicht in die Produktion schaffen ;-) */
.parallax-simple {
    /* The image used */
    background: url("../images/homeofsolutionbg.jpg") repeat fixed 100%;
}

.parallax {
    background-image: url("../images/homeofsolutionbg.jpg");
    height: 1200;
    width: 2000;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-inner {
    /* Set a specific height */
    height: calc(100vh - 50px);
    font-size: 2em;
    padding: 1em;
}

.scroll-down-button {
    position: fixed;
    right: 20px;
    bottom: 8px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 36px;
    color: #000;
  }

  .menu_ {
    height: 50px;
    display: flex;
    align-items: baseline;
    justify-content: first baseline;
    justify-items:normal;
    /* background-color: #333;
    color: #fff; */
  }

  .menu {    
    /* position: relative; */
    height: 50px;
    display: flex;    
    margin-left: 41px;
    font-size: 0.875rem;
    font-weight: 600;
    align-items: baseline;
    justify-content: flex-start;
    justify-items: normal;
    
    /* background-color: #333;
    color: #fff; */
  }
  .menu a {
    text-decoration: none;
    margin: 0 10px;        
    color: black;
    /* color: #fff; */
  }

  .menu a:hover {
    color: #999;
  }

@media only screen and (max-device-width: 1366px) {
    .parallax {
      background-attachment: scroll;
    }
  }
