/*
Theme Name: DIE DESIGNER – Gutsbetrieb Kalbeck
Template: diedesigner
Author: DIE DESIGNER
Description: Child-Theme fuer Gutsbetrieb Kalbeck. Enthaelt nur die Abweichungen
             gegenueber dem Basis-Theme: Markenfarbe und Logo.
Version: 1.0
*/

:root {
	--dd-brand: #BE4413;
}

/* -------------------------------------------------------------------------
 * Burger-Menue
 * Frueher im Customizer-CSS. Hier fest im Theme, damit die Einstellung
 * einen Theme-Wechsel ueberlebt und keine Domain im Pfad steht.
 * ---------------------------------------------------------------------- */

.rmp-container {
	background: #fff url('../../uploads/2018/01/bgmenu.png') 60% 17% no-repeat !important;
	background-size: 30% auto !important;
	max-width: 60%;
}

.rmp-menu-wrap {
	background: transparent !important;
}

.rmp-menu-item-link {
	padding: 5px 20px !important;
	background: transparent !important;
	border: none !important;
}

@media (max-width: 782px) {
	.rmp-container {
		max-width: 100%;
		background-size: 60% auto !important;
	}
}

/* -------------------------------------------------------------------------
 * Abweichungen gegenueber dem Basis-Theme
 * ---------------------------------------------------------------------- */

h3.widget-title {
	font-size: 22px;
}

.widget_sp_image img {
	width: 100%;
	height: auto;
}

/* Tabellendarstellung mit Hintergrundbild.
   Das Bild liegt im Child-Theme unter images/bg.jpg. */
.mytable {
	background: url('images/bg.jpg') left top no-repeat;
	background-size: contain;
	width: 75%;
	padding: 70px 50px 300px 100px;
	margin: 0 auto;
	min-height: 1200px;
}

.mytable table tr td:first-child {
	width: 36% !important;
}

.mytable table tr td:last-child {
	width: 64% !important;
}

@media (max-width: 1200px) {
	.mytable {
		width: 80%;
		padding: 70px 40px 300px 110px;
	}
}

@media (max-width: 992px) {
	.mytable {
		width: 100%;
		padding: 70px 50px 150px 100px;
	}
}

@media (max-width: 780px) {
	.kontakt .panel-grid-cell {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 767px) {
	.mytable {
		width: 100%;
		padding: 0;
		background: transparent;
	}
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
