/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
@media only screen and (min-width: 1440px){
@media screen and (min-width:1440px){
#node-kontakt #einleitung .locations{
flex: auto;
margin-top: 50px;
padding-right: 50%;
}

#node-kontakt #form{
padding: 7.5vw 0;
}

#node-kontakt #form>.section{
display: flex;
}

#node-kontakt #form>.section .h1{
width: 50%;
padding-right: 5vw;
}

#node-kontakt #form>.section .form{
width: 50%;
}

#node-kontakt #billing{
padding: 7.5vw 0;
}

#node-kontakt #billing:before{
left: 5vw;
width: calc(100% - 10vw);
}

#node-kontakt #billing>.section{
display: flex;
}

#node-kontakt #billing>.section .h1{
width: 50%;
padding-right: 5vw;
}

#node-kontakt #billing>.section .body{
width: 50%;
}
}

@media screen and (min-width:1600px){
#node-kontakt #einleitung .locations{
display: flex;
}

#node-kontakt #einleitung .locations .titles{
width: 35%;
margin: 0;
display: block;
}

#node-kontakt #einleitung .locations .titles a{
margin-bottom: 15px;
}

#node-kontakt #einleitung .locations .items{
width: 65%;
}
}
}