/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
@media only screen and (min-width: 768px) {
@media screen and (min-width:768px) {
#node-startseite #cloud {
padding: 100px 0;
}

#node-startseite #cloud .steps .step {
width: calc(50vw - 50px);
}

#node-startseite #cloud .steps .step .content {
padding: 0 50px;
}

#node-startseite #cloud .steps .details {
width: calc(100vw - 100px);
padding: 100px;
}

#node-startseite #loesungen {
padding: 100px 0;
}

#node-startseite #methodologie .content {
margin: 0 -50px;
padding: 0 50px 100px 50px;
}
}

@media screen and (min-width:1024px) {
#node-startseite #cloud .h1 {
padding-right: 20%;
}

#node-startseite #cloud .steps .step {
width: calc(50vw - 50px);
}

#node-startseite #loesungen .h1 {
padding-right: 20%;
}

#node-startseite #methodologie .content .h1,
#node-startseite #methodologie .content .body {
padding-right: 20%;
}
}
}