/**
 * Theme Name:		TopDirect
 * Theme URI:		https://etmedien.de/
 * Description:		Zusteller gesucht
 * Author:			Marcus Reuß, Christian Schneider
 * Author URI:		https://gomorrah-online.de/
 * Version:			1.0.0
 */



/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* ubuntu-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/ubuntu-v20-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-v20-latin-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ubuntu-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/ubuntu-v20-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-v20-latin-300italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ubuntu-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-v20-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ubuntu-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/ubuntu-v20-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-v20-latin-italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ubuntu-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ubuntu-v20-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-v20-latin-500.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ubuntu-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/ubuntu-v20-latin-500italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-v20-latin-500italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ubuntu-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/ubuntu-v20-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-v20-latin-700italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}





html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Ubuntu', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;

}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 30px;
    border: 0px solid white;

    
}

input, select, textarea {
	font-family: 'Ubuntu', sans-serif;
}

html,
body {
   margin:0 !important;
   padding:0 !important;
   height:100%;
   font-size: 112%;
   color:#575755;
}

.ios-fixed-bg {
   //background-attachment: scroll;
   background-clip: border-box;
   background-color: rgba(0, 0, 0, 0);
   //background-image: url("https://neu.fake-zusteller-gesucht.info/wp-content/uploads/2021/03/background_image.jpg");
   background-origin: padding-box;
   /* background-position: 42% -146px; */
   background-repeat: no-repeat !important;
   background-size: 100% auto;
   height: 100%;
   left: 0;
   position: absolute;
   right: 0;
   width: 100%;
   z-index: -1;
}

#main-wrapper {
  height: 100%;
}

/*
header {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(255,255,255,0.8);
  padding: 10px 0;
}
*/

header {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #cfcfcf;
  display: table-row;
  height: 36px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

main {
  display: table;
  height: 100%;
  width: 100%;
}

section {
  display: table-cell;
  padding-bottom: 0;
  padding-top: 60px;
  vertical-align: middle;
}

article {
  margin-left: auto;
  margin-right: auto;
 /* max-width: 960px;
  width: 960px; */
}

article .content-holder {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px;
  width: 620px;
}

/*
 * Ausgabe Orte
 */

main div #ort-ausgabe .orte {
	display:none;
}

#zusteller-suche #ort-ausgabe {
  margin-top: 15px;
}

#no-results {
	display:none;
}

.the-content.overview {
  font-size: 85%;
}

/*
 * Content relevante Definitionen
 */
 
.clear {
  clear: both;
}

a:link {
	color: #428efe;
}

a:visited {
	color: #428efe;
}

a:hover {
	color: #2658a2;
}

.left {
	float:left;
}
.right {
	float:right;
}

.content_container {
  background-color: #ff530d;
  border-radius: 7px;
  color: #ffffff;
  font-size: 15px !important;
  margin-top: 20px;
  padding: 20px;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.the-content img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0px none;
}

.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignnone {
    margin: 5px 15px 15px 0px;
}

.gallery img {
  border: medium none !important;
  height: auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  border: 0;
}

a img {
  line-height: 0;
  opacity: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #575755;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

h1 {
	font-size: 150%;
}

.post-title h1 {
  font-size: 28px;
  font-weight: bold;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 112%;
}

h4 {
	font-size: 100%;
}

h5,h6 {
	font-size: 75%;
}

strong {
	font-weight: 700;
}

ÿ dr㰐ە  {
  display: block;
  font-style: normal;
  line-height: 20px;
  margin-bottom: 20px;
}

.the-content code, .the-content pre {
  color: #888;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 15px;
  white-space: pre-wrap;
  word-break: break-all;
}

.gallery {
  line-height: 1 !important;
  margin: auto -6px !important;
  overflow-x: hidden !important;
  padding: 6px 0 !important;
}

.gallery .gallery-item {
  box-sizing: border-box !important;
  float: left !important;
  margin: 0 !important;
  padding: 6px !important;
  text-align: center !important;
}

.gallery .gallery-caption, .gallery .gallery-icon {
  margin: 0 !important;
}

.gallery img {
  border: medium none !important;
  height: auto !important;
  max-width: 100% !important;
  padding: 0 !important;
}

dt {
  font-weight: bold;
}

.content_container > p {
  margin-bottom: 15px;
}

.content_container h1,.content_container h2,.content_container h3,.content_container h4,.content_container h5,.content_container h6 {
  color: #fff;
  font-weight: lighter;
  margin-top: -3px;
}

.content_container h1 {
	font-size: 30px;
}

.content_container h2 {
	font-size: 30px;
}

.content_container h3 {
	font-size: 26px;
}

.content_container h4 {
	font-size: 24px;
}

.content_container h5 {
	font-size: 20px;
}

.content_container h6 {
	font-size: 18px;
}

.content_container a {
  text-decoration: underline;
}

.content_container a:hover, .adresse .ort a:hover  {
  text-decoration: underline;
  color: #00b297;
}

div.orte.chooseable {
  border-bottom: 1px solid #428efe;
  padding-bottom: 4px;
  padding-top: 4px;
}

div.orte.chooseable {
	text-decoration: none;
	font-size: 80%;
}

div.orte.chooseable a, div.orte.chooseable a:hover {
	text-decoration: none;
}

.orte a span, a.ortea span {
  color: #575755;
}

a.ortea {
	text-decoration: none;
}

/*
 * Menu
 */

.desktop-menu-container .desktop-menu li {
  float: left;
  margin-right: 25px;
}

.desktop-menu-container {
  height: 38px;
  position: relative;
  width: 100%;
}

.desktop-menu-container a {
	color: #575755;
	text-decoration: none;
	font-weight: normal;
}

.desktop-menu {
  margin-top: 2px;
}

.mobile_menu_button {
	background: url('images/mobile-button.png');
	background-repeat: no-repeat;
	width: 39px;
	height: 39px;
	display: block;
}

.mobile-menu-container {
	display: none;
}

.desktop-menu-container .desktop-menu {
    position: absolute;
    right: 0;
    display: inline-block;
}

.desktop-menu li .sub-menu {
  background-clip: padding-box;
  background-color: #428efe;
  border: 1px solid rgba(66, 142, 254, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(66, 142, 254, 0.2);
  display: none;
  float: left;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 35px;
  z-index: 1000;
}

.desktop-menu li.m-bewerben .sub-menu {
  right: 150px;
}

.desktop-menu li.m-kontakt .sub-menu {
  right: 50px;
}

.desktop-menu .sub-menu li {
	float: none !important;
}

.desktop-menu .sub-menu li a {
  color: #fff;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.desktop-menu .sub-menu li:hover {
	background-color: #FFF;
}

.desktop-menu .sub-menu li a:hover {
	color:#428efe;
}

.desktop-menu > li > .sub-menu::after {
  border-bottom: 11px solid #428efe;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -10px;
}

.desktop-menu > li > .sub-menu::before {
  border-bottom: 11px solid rgba(66, 142, 254, 0.2);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}

.desktop-menu > li.m-bewerben > .sub-menu::after {
  left: inherit;
  right: 10px;
}

.desktop-menu > li.m-kontakt > .sub-menu::after {
  left: inherit;
  right: 10px;
}

.desktop-menu > li.m-bewerben > .sub-menu::before {
  left: inherit;
  right: 10px;
}

.desktop-menu > li.m-kontakt > .sub-menu::before {
  left: inherit;
  right: 10px;
}

.desktop-menu-container .desktop-menu li ul li {
  margin-right: 0;
  width: 100%;
}

.sf-arrows .sf-with-ul::after {
	border: none;
	border: 0px;
}

.sf-arrows .sf-with-ul {
  padding-right: 0 !important;
}


/*
 * Footer
 */
 
footer .einsatzorte {
  text-align: center;
}

footer {
  background-color: #f0f0f0;
  /* display: table-row; */
  height: auto;
  margin-top: -5px;
  min-height: 1px;
  position: relative;
  width: 100%;
}

.sidebar_footer {
  background-color: #3d4045;
  width: 100%;
  color: #9f9f9f;
  font-size: 65%;
}

.sidebar_footer .container > div > ul {
  width: 225px;
}

.sidebar_footer .holder {
  float: left;
  //min-height: 250px;
  margin: 15px 0;
  width: 130px;
  margin-left: 130px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

.copyright {
  background-color: #3d4045;
  color: #9f9f9f;
  font-size: 70%;
  //padding: 70px;
  padding-top: 1px;
}

.copyright .footer-logo {
	float: left;
	width:170px;
	padding-right:65px;
}

#footer-logo-01,
#footer-logo-02,
#footer-logo-03,
#footer-logo-04,
#footer-logo-05,
#footer-logo-06 {
	text-align: right;
}

.footer_contact .textwidget {
	text-align: center;
}





.footer_sidebar .widget_nav_menu .menu > li {
	margin-bottom: 8px;
}

.footer_sidebar .widget_nav_menu .menu ul {
	margin-left: 20px;
}

/*
* Formular
*/
input, button, .avbb, textarea {
  background-color: #428efe;
  border: medium none;
  border-radius: 10px;
  color: #fff;
  font-size: 130%;
  font-weight: bold;
  padding: 10px;
}

.avbb {
	text-decoration: none;
}

button {
  font-size: 100%;
  padding: 5px;
  color: #FFF;
}

.avbb:link, .avbb:visited {
	color:#FFF;
}

a.avbb:hover {
	color: #2658a2;
}

#plz-eingabe > input {
  width: 600px;
  margin-top: 25px;
}

input#einsatzort {
	background-color: transparent;
	border: 0px;
	border: none;
	margin:0 !important;
    padding:0 !important;
    height:100%;
    font-size: 100%;
    color:#575755;
    font-weight: normal;
}

button, .wpcf7-form-control.wpcf7-submit {
	cursor: pointer;
}

.mgfsp {
	margin-bottom: 25px;
}

.wpcf7-form label {
	display: block !Important;
}

.wpcf7-form label[for="einsatzort"] {
	display: inline !Important;
}

.wpcf7-form input, .wpcf7-form textarea {
	margin-bottom: 25px;
}

.wpcf7-form input#bznr {
	display: none !Important;
}

span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
  color: #fff !Important;
  margin-top: -42px !Important;
  background-color: #f00;
  border: medium none;
  border-radius: 10px;
  padding: 10px;
  max-width: 340px;
}

.wpcf7-mail-sent-ok {
  background-color: #398f14 !Important;
  border: medium none !Important;
  border-radius: 10px !Important;
  padding: 10px !Important;
  color: #FFF !Important;
}

div.wpcf7-validation-errors {
	margin-top: 0 !Important;
	max-width: 100% !Important;
	border: none !Important;
	border: 0px !Important;
}

.einsatztag span.wpcf7-not-valid-tip {
  float: right;
  margin-top: -12px !important;
}

.wpcf7-form-control-wrap.einsatzort {
	float:right;
}

.wpcf7-form-control-wrap.einsatzort input {
	max-width:515px;
}

.wpcf7-form-control-wrap.einsatzort::after {
	clear:both;
}

.form-info {
	color:#888888;
	font-size:70%;
}



.BewerbungMobile {
	display: none;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
	position: relative;
    top: -15px;
}

a.walink, .walink {
    color: #23af1b;
}
    
.wacont {
    display: block;
    height: 40px;
    position: relative;
}

.deskwa {
    display: block;
    margin-top: 15px;
}

.BewerbungMobile .deskwa {
	margin-top: 0px;
}



#cookieChoiceInfo { 
	z-index:1000000;
	position:fixed;
	right:0;
	bottom:0;
	left:0;
	box-shadow:0px 0px 25px #555;
	background-color:#f0f0f0;
	text-align:center;
	color:#444;
	padding:12px 6px 12px 6px;
	margin:0 0 0 0;
	font-size: 14px !important;
}

#cookieChoiceContainerisD {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ccc;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

#cookieChoiceDialogisD {
    z-index: 1000;
    position: fixed;
    top: 35%;
    left: 50%;
    margin: 0 0 0 0;
}

#cookieChoiceContentisD {
    position: relative;
    left: -50%;
    box-shadow: 4px 4px 25px #555;
    border-radius: 3px;
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    margin: 0 0 0 0;
}

#cookieChoiceInformationisD {
    white-space: nowrap;
    margin: 0 0 0 8px;
}

#cookieChoiceDismissisD {
    display: block;
    border-radius: 3px;
    background-color: #009ee0;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 4px 0 4px 0;
    margin: 8px 0 0 0;
}

#cookieChoiceContainerisD {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ccc;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

/*

*/

#cookieChoiceDialogisD {
    z-index: 1000;
    position: fixed;
    top: 35%;
    left: 50%;
    margin: 0 0 0 0;
}

#cookieChoiceContentisD {
    position: relative;
    left: -50%;
    box-shadow: 4px 4px 25px #555;
    border-radius: 3px;
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    margin: 0 0 0 0;
}

#cookieChoiceInformation {
	white-space:nowrap;
	margin:0 0 0 6px;
	color: #999;
}

#cookieChoiceInformationisD {
    white-space: nowrap;
    margin: 0 0 0 8px;
}

#cookieChoiceDismiss {
	border-radius:3px;
	background-color:#428efe;
	text-align:center;
	font-weight:bold;
	color:#fff;
	padding:4px 12px 4px 12px;
	margin:0 0 0 6px;
}


#cookieChoiceDismissisD {
    display: block;
    border-radius: 3px;
    background-color: #428efe;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 4px 0 4px 0;
    margin: 8px 0 0 0;
}

/**
 * Cookie Choices
 */
 
#cookieChoiceContainerisD {
    background-color: #ccc;
}
 
 #cookieChoiceContentisD {
    background-color: #fff;
}
 
 #cookieChoiceDismissisD {
    background-color: #ff530d;
}

#cookieChoiceDismiss {
	background-color:#428efe;
}


#menu-footer-menue .BewerbungMobile {
    padding-top: 15px;
}

.orte .BewerbungMobile {
	width: 15px;
	position: relative;
	margin-bottom: 5px;
	position: relative;
    top: -15px;
    margin-right: 21px;
    left: -10px;
}

.desktop-menu-container .BewerbungMobile {
    width: 25px;
    position: relative;
    margin-bottom: 5px;
    position: relative;
    top: 3px;
    margin-right: 15px !important;
}

.mobile-menu-container_menu .BewerbungMobile {
    display: none !important;
}

.orte .WhatsApp {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	top: 35px;
}
#zusteller-suche {
	display: none;
}
.wpcf7-form-control.wpcf7-checkbox {
	display: inline-grid;
}
input[type="checkbox"]:checked+label::before {
background-color: #ff0000 !important;
}
.elementor *, .elementor ::after, .elementor ::before {

	margin-left: 0;
}

.FooterNEU {
	height: 150px;
	width: 100%;
	border: 0px solid;
}
.FooterFlex {
	display: flex;
	/* flex-direction: row-reverse; */
	margin-left: auto;
	/* article .content-holder { background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7); */
	border-radius: 10px;
	margin-bottom: 30px;
	/* margin-left: auto; */
	margin-right: auto;
	padding: 45px;
	width: 620px;

}




// Mobile

.g2g-respo-tableMobile {display: block;}



.g2g-respo-tableMobile table,
.g2g-respo-tableMobile td,
.g2g-respo-tableMobile tr,
.g2g-respo-tableMobile th {
border:0px solid black;
border-collapse: collapse;
text-align: center;
}

.g2g-respo-tableMobile td,
.g2g-respo-tableMobile tr,
.g2g-respo-tableMobile th {
padding:2em;
}

.g2g-respo-tableMobile th {
//background:#eee;
font-weight: bold;
}

@media screen and (max-width:700px) {

.g2g-respo-tableMobile tr {
border-bottom: none;
}
.g2g-respo-tableMobile * {
box-sizing:border-box;
}
.g2g-respo-tableMobile table {
width:70%;
}
.elementor-button.elementor-size-lg {
	font-size: 16px !important;
	padding: 12px 24px !important;
	border-radius: 5px;
}
.g2g-respo-tableMobile td {
padding:0;
border:0px solid black;
}

.g2g-respo-tableMobile table {
border:none;
width:100%;
margin-bottom: -70px;
}

.g2g-respo-tableMobile thead {
display:none;
}

.g2g-respo-table tr {
float: left;
width: 51%;
margin-bottom: 0em;
}

.g2g-respo-tableMobile td {
float: left;
width: 30%;
padding-left:2em !important;
padding-top: 1em !important;
padding-bottom: 1em !important;
border-left: 0px;
border-right: 0px;
}

.g2g-respo-tableMobile td::before {
content:attr(data-label);
word-wrap: break-word;
//background: #eee;
border-right: 0px solid black;
width: 20%;
float:left;
padding:0em;
font-weight: bold;
margin:-3em 3em -3em -3em;
}
.sidebar_footer .holder {
	float: left;
	//min-height: 250px;
	margin: 15px 0;
	width: 99px;
}

}
.logoOben2 {
	margin-top: 50px;
    margin-left: 0%;
}
.logoOben3 {
	margin-top: 0px;
    margin-left: 0%;
}
.elementor-widget {
	position: relative;
	margin-top: 0px;
}
//Footer

.g2g-respo-tableFooter {display: block;}

.g2g-respo-tableFooter * {
box-sizing:border-box;
}
.g2g-respo-tableFooter table {
width:100%;
}

.g2g-respo-tableFooter table,
.g2g-respo-tableFooter td,
.g2g-respo-tableFooter tr,
.g2g-respo-tableFooter th {
border:0px solid black;
border-collapse: collapse;
text-align: center;
}

.g2g-respo-tableFooter td,
.g2g-respo-tableFooter tr,
.g2g-respo-tableFooter th {
padding:2em;
}

.g2g-respo-tableFooter th {
//background:#eee;
font-weight: bold;
}

@media screen and (max-width:700px) {

.g2g-respo-tableFooter tr {
border-bottom: none;
}
.elementor-button.elementor-size-lg {
	font-size: 16px !important;
	padding: 12px 24px !important;
	border-radius: 5px;
}
.g2g-respo-tableFooter td {
padding:0;
border:0px solid black;
}

.g2g-respo-tableFooter table {
border:none;
width:100%;
margin-bottom: -70px;
}

.g2g-respo-tableFooter thead {
display:none;
}

.g2g-respo-table tr {
float: left;
width: 51%;
margin-bottom: 0em;
}

.g2g-respo-tableFooter td {
float: left;
width: 30%;
padding-left:2em !important;
padding-top: 1em !important;
padding-bottom: 1em !important;
border-left: 0px;
border-right: 0px;
}

.elementor-75016 .elementor-element.elementor-element-a9c931a > .elementor-widget-container {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 10px;
}