/* for TEMP implementing of "eigenes CSS"
this file will be loaded after all other CSS files. So it should be als "mighty" as "eigenes CSS"
---------------------------------
Workflow:

1. Copy CSS from WordPress Backend "eigenes CSS"
2. Delete CSS from WordPress Backend "eigenes CSS"
2a. Test all styles for working

Optional steps depending on project:
3. Implement step by step from this file to style.css, colors.css
4. Remove implemented CSS Parts step by step from this file
5. Check CSS behaviour in Frontend for every single step before
6. When done this file should be empty
---------------------------------
*/


.maag-infobox {
  min-height: 480px;
  padding-right: 4em;
  padding-left: 4em;
}

.maag-sitelinksbox {
  min-height: 220px;
  padding-right: 4em;
  padding-left: 4em;
}

.like-h3,
.like h3 p {
  font-size: 1.8rem;
}

.like-h3.not-condensed,
.like-h3.not-condensed h2,
.like-h3.not-condensed p {
  font-size: 1.5rem !important;
  font-family: 'Open Sans Light', Arial, Helvetica, sans-serif !important;
}

.maag-introtext {
  margin-bottom: 1em;
  line-height: 1.3;
}

.margin-bottom-like-p {
	margin-bottom: 20px;
}

.maag-productbrands-products-old-new {
	margin-bottom: 2em;
}


.maag-productbrands-products-old-new.table-1 table {
	border: 0px solid #FFF;
}

.maag-productbrands-products-old-new.table-1 tr td {
	border: 0px solid #FFF;
	border-bottom: 1px solid rgb(230, 230, 230);
	border-top: 1px solid rgb(230, 230, 230);
    padding: 10px 0px;

}

.maag-productbrands-products-old-new.table-1 tr:nth-child(even) {
background-color: #FFF;
	}


.maag-productbrands-products-old-new {
	margin-bottom: 4em;
}


.maag-productbrands-products-old-new.table-1 table {
	border: 0px solid #FFF;
}

.maag-productbrands-products-old-new.table-1 tr td {
	border: 0px solid #FFF;
	border-bottom: 1px solid rgb(230, 230, 230);
	border-top: 1px solid rgb(230, 230, 230);
    padding: 10px 0px;

}

.maag-productbrands-products-old-new.table-1 tr:nth-child(even) {
background-color: #FFF;
	}



.maag-timeline {
	margin-bottom: 4em;
}


.maag-timeline.table-1 table {
	border: 0px solid #FFF;

}

.maag-timeline.table-1 tr td {
	border: 0px solid #FFF;
    padding: 10px 0px;
	vertical-align: top;

}

.maag-timeline.table-1 tr:nth-child(even) {
	background-color: #FFF;
	}

.maag-timeline.table-1 td:nth-child(odd) {
	color: #fab600;
	width: 8%;
	}

.fusion-testimonials.like-h3 blockquote p {
  font-size: 1.8rem;
font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif !important;
	line-height: 1.2em;
}

.fusion-testimonials.like-h3 .company-name {
  font-size: 1rem;
}

.maag-jobs ul.dlm-downloads li {
	width: 100%
}


.wpgmza_infowindow_address {
	display: none;
}

.wpgmza_map img {
    float: none !important;
}



li.fusion-dropdown-submenu {
	text-transform: none;
}

.minheight300 {
	min-height: 300px;
}


#wrapper .font-noto {
font-family: 'Noto Sans', sans-serif !important;
}
.holidaycountdown .modal-dialog.modal-lg {
	pointer-events: auto;
}
/*-------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 640px) {
  .title {
    margin-top: unset !important;
    margin-bottom: unset !important;
  }

.fusion-title h1 {
		font-size: 3rem;
		line-height: 1.2 !important;
	}

}
