

@media screen and (max-width: 768px) 
{
    .qbutton.big_large_full_width
    {
        padding: 0px; 
        word-break: 
        break-word; 
        white-space: inherit; 
        text-align: center; 
        width: 100%; 
        height: auto;
    }
}




.light.header_style_on_scroll .popup_menu:not(.opened) .line, .light.header_style_on_scroll .popup_menu:not(.opened) .line:after, .light.header_style_on_scroll .popup_menu:not(.opened) .line:before, .light:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line, .light:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line:after, .light:not(.sticky):not(.scrolled) .popup_menu:not(.opened) .line:before
{
    background-color: #000 !important;
}



.frameblog {
    border: 3px solid #000;
    padding: 40px;
    margin: 40px 0 40px 16px;
    width: 100%;
}

.frameblog-lightgreen-responsive {
    border: 3px solid #748b75;
    padding: 30px;
}

.frameblog-green-responsive {
    border: 3px solid;
 color: #c7d0c8;
    padding: 30px;
}

.frameblog-darkgreen-responsive {
    border: 3px solid #395141;
    padding: 30px;
}

.frameblog-lightgreen {
    border: 3px solid #748b75;
    padding: 30px;
    width: 100%;
}

.frameblog-green {
    border: 3px solid;
 color: #c7d0c8;
    padding: 30px;
    width: 100%;
}

.frameblog-darkgreen {
    border: 3px solid #395141;
    padding: 30px;
    width: 100%;
}

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}


.frameblog-lightgrey-responsive {
    border: 3px solid #f2f2f2;
    padding: 30px;
}




.frameblog-lightgrey {
    border: 3px solid #f2f2f2;
    padding: 30px;
    width: 100%;
}

@media screen and (max-width: 768px) {
	.space {
		display: none;
	}
}