.text_design, .wartung{
    color: #fff;
    font-family: avenir;
    font-size: 35px;
    padding: 30px 30px 30px 30px;
    text-align: center;
    margin: 0px;
}
.wartung {
    padding-top: 150px;
    font-style: italic;
    line-height: 50px;
}
.button{
    text-decoration: none;
    background: gray;
    padding: 10px 30px 10px 30px;
    font-size: 35px;
    text-align: center;
    font-family: avenir;
    color: #fff;
    display: block;
}
.button:hover{
    color: #3FB3F9;
    background: #fff;
}
.company {
    font-size: 140px;
    font-weight: 300;
    font-family: avenir;
    line-height: 160px;
    text-align: center;
    margin: 0px;
    background-image:linear-gradient(90deg, #646462 0%,#fbfcfa 15%,#c6c6c4 31%,#4d4b4c 48%,#d7d7d4 62%,#fefefe 80%,#868686 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}
}

@-moz-keyframes Gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}
}

@keyframes Gradient {
	0% {background-position: 0% 50%}
	50% {background-position: 100% 50%}
	100% {background-position: 0% 50%}
}

.wartung_bg{
    min-height: 100%;
    background-image: url("/bg.jpg");
    margin: auto;
    padding-top: 14%;
    background-repeat: no-repeat;
    background-size: cover;
}
html, body {
    margin: 0px;
    height: 100%;
}