<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 Theme Name:     Pro Press
 Author:         Camiel Bos
 Author URI:     https://www.camielbos-design.nl/
 Template:       Divi
 Version:        Versie 4.8
 Description:    Pro Press Standaard Build voor Wordpress door Camiel Bos
 */ 


 /* c01d70 */

 /* ------Import extra css bestanden----------- */ 

 @import url("/wp-content/themes/pro-press/form.css");
 @import url("/wp-content/themes/pro-press/custom-admin-css.css");
 @import url("/wp-content/themes/pro-press/standaard.css");



/* ALGEMEEN QUERIES */

.wp-embed {
    font-family: 'Lexend',Helvetica,Arial,Lucida,sans-serif;
    }


/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {

}

/* Responsive Styles Tablet And Below */
@media all and (min-width: 768px) and (max-width: 980px) {

}

/* Responsive Styles Desktop Only */
@media all and (min-width: 981px) {

}

/* SPECIFIEKE SITUATIE QUERIES */

/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 981px) and (max-width: 1405px) {

}

/* Responsive Styles Tablet Portrait */
@media all and (max-width: 768px) {

	th {

		font-size: 15px;
		line-height: 1em;}

td {

    font-size: 13px;
	line-height: 1.2em;
}
	

}

/* Responsive Styles 981px - 1100px */
@media all and (min-width: 981px) and (max-width: 1100px) {

}

/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {

}

/* Responsive Smartphone Ladnscape And Above */
@media all and (min-width: 480px) {

}




/*MENU CSS*/

.o-custom-menu .et_pb_row&gt;.et_pb_menu__logo-wrap .et_pb_menu__logo img {
    max-height: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* FIXED MENU */

@media (max-width: 980px) {
    .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
        position: fixed;
    }
    .et_mobile_menu {
        overflow: scroll !important;
        max-height: 83vh;
    }
}


.et_mobile_menu .menu-item-has-children&gt;a {
    font-weight: 300!important;
    background-color: rgba(0,0,0,0)!important;
}

.et_mobile_menu li a {
	border-bottom: 0px solid rgba(0,0,0,.03)!important;
}
.et_pb_menu .et_mobile_menu {
	top: 180%!important;
}


    /* [Scroll to top button customizen] */
    .et_pb_scroll_top.et-pb-icon {
        display: none;
        position: fixed;
        z-index: 99999;
        right: 0;
        bottom: 125px;
        padding: 5px;
        -webkit-border-top-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-left-radius: 0px;
        color: #fff;
        background: #161b2a;
        font-size: 50px;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }</pre></body></html>