.clear {
    clear: both;
}

body {
    font: normal 400 16px/1.61 'Open Sans', arial, sans-serif; 
    
}





.two-cursive-right{display:flex;width:100%;height:100vh; overflow: hidden; background: url(../images/umzugswagen.jpg) no-repeat center center / cover; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-content: center; align-items: stretch;}
.two-cursive-right div{width:48%;height:100%;padding: 50px; overflow: auto; background: #14b7c6}
.two-cursive-right-left{background:#fff; polygon(0 0, 100% 0%, 75% 100%, 0% 100%); padding-bottom: 50px;}
h1, h2 {font-size: 24px; margin: 0 0 30px 0;}
h2 {margin-top: 50px;}
p, h1, a {color: #002741;}
p {max-width: 600px; }
.logo {width: 300px; margin: 50px 0 50px 0;}
b {font-weight: bold;}
a {text-decoration: underline;}
a:hover {text-decoration: none;}

.two-cursive-right-left div {padding: 30px;}
/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/
@media screen and (max-width: 1200px) {
    .two-cursive-right div{width:50%;}
    p {max-width: 350px;}
}

@media screen and (max-width: 900px) {
    .two-cursive-right div {padding: 50px; width: 340px;}
    .two-cursive-right-left{clip-path: unset; }

    
}

@media screen and (max-width: 768px) {
  
}

@media screen and (max-width: 600px) {
   

}

@media screen and (max-width: 480px) {
    .two-cursive-right div {width: 100%;}
}

@media screen and (max-width: 320px) {
  .logo {width: 200px;}
  p, a, h1, h2 {max-width: 280px; width: 100%;}
}