/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

/* HEADER */
body .q_logo img {
	visibility: hidden !important;
}

/* FOOTER */
/* Logo */
.footer-logo {
	max-width: 400px;
}
#block-22 p {
	color: #000;
}
@media only screen and (max-width: 425px) {
	.footer-logo {
    	max-width: 320px;
	}
}

p.footer-kontakt {
	color: #000;
	padding-bottom: 10px;
}

/* STARTSEITE */
#startseite-e2 .keep-p-tag {
    padding-bottom: 10px;
	font-size: 18px;
}
#startseite-e2 .keep-p-tag:last-child {
    padding-bottom: 20px;
}
#startseite-e2 .contact-information .keep-p-tag {
    padding-bottom: 0;
}
#startseite-e2-bild {
	padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#startseite-e2 {
		padding-bottom: 100px;
		padding-top: 20px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
	#startseite-e3 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#startseite-e3 > .container-innen {
		width: 50%;
	}
	#startseite-e3 > .container-innen:nth-child(1),
	#startseite-e3 > .container-innen:nth-child(2) {
		padding-bottom: 60px;
	}
}