/*
Theme Name:   KanzleiRmer
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   https://roemer.mpa-web.de
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  KanzleiRmer
*/

/* Write here your own personal stylesheet */

.mobile_menu_bar:before,
.et_mobile_menu li a {
    color:#e3f7fd !important;
}


.et_mobile_menu {
    background: #465163 !important;
}
.visible-xs {
    display: none !important;
}
.btn-kontakt {
    transition: opacity 0.4s;
}
.btn-kontakt:hover  {
    opacity: 0.7;
}

.entry-content tr td,
.tg-0lax {
    border-top: 0px solid transparent !important;
    padding: 6px 0px !important; 
    vertical-align: top;
}
.entry-content table:not(.variations), body.et-pb-preview #main-content .container table {
    border: 0px solid transparent !important;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
    .header-kontakt .et_pb_with_border {
        border-right:0px;
    }
    .bg-roemer .et_pb_column_2 {
        background-image: none;
    }
    .visible-xs {
        display: block !important;
    }
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}