
/* Farbdefinitionen */
/*
Blau 1      #0053a1
Blau 2      #007fc3
Blau 3      #169fdb 
Weiss 1     #ffffff
Footer      #d9eaf9
Schrift Balu1 #0053a1
*/


/* Farben Überschriften */

@media all {

}


@media(min-width: 992px) {
    #c337 {
        position: relative;
        left: 50px;
        top: 0px;
        /* border: 1px solid red; */
        max-width: 300px;
    }

    /* Dreieck Person*/
    .contentcontainer[data-container-identifier="container_2_columns_right"] {
    grid-template-columns: 1.3fr 3fr;
    }
    /* Bestellen Sie jetzt */
    #c338 {
        float: right;
        max-width: calc(992px / 2 + 0px);
    }

}
@media(min-width: 1200px) {

     /* Bestellen Sie jetzt */
    #c338 {
        float: right;
        max-width: calc(992px / 2 + 0px);
    }
    
}
@media(min-width: 1400px) {

     /* Bestellen Sie jetzt */
    #c338 {
        float: right;
        max-width: calc(992px / 2 + 0px);
    }
    
}
