.big-picture-alarmsystems {
	background-image: url("../images/PowerG_Reihenbild_bearb.png");
/*	background-image: url("../images/Ultivest-Funkalarm.png");*/
        background-size: cover;
	background-color: #21333a;
	color: white;
	padding: 32px;
	background-size: 50% 100%;
	background-position: 50% 100%;
}

.alarmsystems-top {
	padding-top: 16px;
	border-bottom: 16px solid #21333a;
}

.alarmsystems-grid-top {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	display: grid;
	grid-row-gap: 16px;
	grid-column-gap: 64px;
	justify-items: center;
	align-items: center;
	padding-bottom: 32px;
}

.alarmsystems-grid-top-inner {
	grid-template-rows: 1fr 1fr;
	display: grid;
	justify-items: center;
	align-items: center;
}

.alarmsystems-center li {
	padding: 16px;
}

.alarmsystems-grid-center {
	grid-template-columns: 3fr 1fr;
	display: grid;
	grid-row-gap: 16px;
	grid-column-gap: 16px;
}

.alarmsystems-center-left {
	text-align: left;
	padding: 32px;
	padding-left: 64px;
}

.alarmsystems-center-right {
	padding: 32px;
	background: #62747e;
	color: white;
}

.alarmsystems-center-left li {
/*	list-style: none;*/
	padding-left: 0;
        list-style-type: square;
}

.alarmsystems-center-left li:before {
/*	content: '+ ';*/
}

.alarmsystems-center-right {
	text-align: left;
}

.alarmsystems-center-right-grid {
	grid-template-columns: 1fr 7fr;
	display: grid;
	padding-bottom: 32px;
	text-align: left;
}
.alarmsystems-center-right-grid  h1 {
	padding-left: 8px;
	text-align: left;
}

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

.alarmsystems-bottom {
	background: #21333a;
	padding: 32px;
	font-weight: bold;
	color: white;
	text-align: left;
	padding-left: 64px;
	padding-bottom: 64px;
	border-bottom:16px solid white;
}

.alarmsystems-grid-bottom {
	grid-template-columns: 1fr 1fr 1fr 1fr;
	display: grid;
	grid-column-gap: 64px;
}

.alarmsystems-grid-bottom-inner {
	background: white;
	grid-template-rows: 0fr 1fr;
	display: grid;
	justify-items: center;
	align-items: center;
	line-height: 32px;
}

.alarmsystems-grid-bottom-text {
	border-top: 4px solid #21333a;
	width: 100%;
	color: #21333a;
	text-align: center;
	padding: 32px;
	font-weight: normal;
}

.alarmsystems-grid-bottom-input {
	padding-top: 64px;
}

.alarmsystems-grid-bottom-inner span {
	padding: 64px;
}

#paradoxPopup, #visonicPopup, #climexPopup, #sslPopup {
/*        background-image: url("../images/bg_trans.png");
        background-repeat: repeat;*/
	background: #21333a;
	color: white;
}

.popup li {
	padding-left: 0;
}


@media (max-width: 1920px) {
	.alarmsystems-grid-bottom-inner span {
		padding: 32px;
	}

	.alarmsystems-grid-bottom, .alarmsystems-grid-top {
		grid-column-gap: 32px;
	}

	.big-picture-alarmsystems {
/*		height: 400px;*/
		background-size: auto;
	}
}

@media (max-width: 1600px) {
	.alarmsystems-grid-bottom-inner span {
		padding: 16px;
	}

	.big-picture-alarmsystems {
		background-size: 70% 100%;
	}

	.alarmsystems-grid-bottom img, .alarmsystems-grid-top img {
		height: 110px;
	}
}

@media (max-width: 1500px) {
	.alarmsystems-grid-bottom img, .alarmsystems-grid-top img {
		height: 98px;
	}
}

@media (max-width: 1024px) {
	.big-picture-alarmsystems {
		background-size: 100% 100%;
	}

	.alarmsystems-grid-bottom, .alarmsystems-grid-top {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 16px;
		grid-row-gap: 64px;
	}
}

@media (max-width: 900px) {

	.alarmsystems-grid-bottom img, .alarmsystems-grid-top img {
		height: 98px;
	}

	.alarmsystems-grid-center {
		grid-template-columns: 1fr;
	}
	.alarmsystems-center-right * {
		text-align: center;
	}
	.alarmsystems-center-right-grid {
		grid-template-columns: 1fr 2fr;
	}
}

@media (max-width: 768px) {
	.alarmsystems-grid-bottom img, .alarmsystems-grid-top img {
		height: 58px;
	}
	.alarmsystems-grid-bottom, .alarmsystems-grid-top {
		grid-template-columns: 1fr;
		grid-column-gap: 16px;
		grid-row-gap: 64px;
	}
}
