

  section#startlinks {
    width: 100%;
    height: 500px;
    background-image: url('/img/macro.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }

	div#img-set{
		width: 100%;
		height: auto;
		background-image: url('/img/road_img-min.jpeg');
		background-repeat: no-repeat, repeat;
		padding-bottom: 75px;
/*
    background-attachment: fixed;
*/
		background-position: center center;
		background-size: cover;
	}

  h1 {
    text-align: center;
    animation: textwelle 2.5s;
    font-size: 4em;
  }
  
  h2.server_head_on {
    text-align: center;
    animation: textwelle 2.5s;
/*
    font-size: 4em;
    */
  }


  @keyframes textwelle {
    0% {
      transform: scale(0.1);
      opacity: 0;
    }
    70% {
      transform: scale(1.25);
      opacity: 0.9;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

/*
	div#hebebuehne{
		width: 100%;
		background-image: url('/img/auto-3230876_1920-min.jpg'); 
		background-repeat: no-repeat, repeat;
    background-attachment: fixed; 
    padding: 140px;
		height: auto;
		background-position: center;
		background-size: cover;
	}
*/

	div#hebebuehne{
		width: 100%;
		background-image: url('/img/auto-3230876_1920-min.jpg'); 
		background-repeat: no-repeat, repeat;
    background-attachment: fixed; 
    padding: 140px;
		height: auto;
		background-position: center;
		background-size: cover;
	}
  

  	.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
