/*
Theme Name: Graw
Author: 
Description: Your description goes here
Version: 1.0
Template: Divi

This is the child theme for Divi theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* Menue breite */

.et_mobile_menu {
 width: 100vw !important;
 margin-left: -12.5%;
}


.blbpadding .et_pb_blurb_description {
padding: 0px 20px 50px 20px;

}

/* textpadding */

.textpadding .et_pb_text_inner {
padding: 0px 20px 50px 20px;

}

/* imgzoom */

.imgzoom .et_pb_image_wrap {

    overflow: hidden;
}

.imgzoom img {

    transition-duration: .75s
}

.imgzoom img:hover {

    transform: scale(1.7)
}