.header-navigation {
	top: unset;
	bottom: 8px;
	text-transform: none;
	color: #ffffff;
	font-size: 16px;
	right: 5%;
	font-family: "Signika";
}
.header-navigation li {
	padding: 5px;
}
.header-navigation li:before {
    content: "";
    margin: 0;
}
.menu_kontakt {
	background-color: #ec008c;
}
.menu_kinderschleife {
	background-color: #00adef;
}
.menu_essbar {
	background-color: #5db32b;
}
.menu_kindersportkarussell {
	background-color: #ec008c;
}

.header-image {
	position: relative;
	padding: 5px 0 5px 0;
	top: 0;
	left: 0;
	background-image: linear-gradient(90deg, #ec008c 25%, #ffffff, #ec008c 75%);
}
.header-image .image_container {
	padding: 0;
	display: block;
	border: none;
}
.logo {
	top: 20px;
	left: 17%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.logo img {
	width: 15%;
	height: auto;
}
.page-header {
	margin: 0;
}
.page {
	
}
h1, h2 {
	font-family: "Signika";
}

h2.block-headline {
	background-color: #ec008c;
    margin: 0;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    vertical-align: middle;
    font-size: 1.2em;
}

h2.block-headline-nutzungshinweis {
	background-color: #7b7979;
    margin: 0;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    vertical-align: middle;
    font-size: 1.2em;
}

h2.block-headline-schiesswagen {
	background-color: #ec008c;
    margin: 0;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    vertical-align: middle;
    font-size: 1.2em;
}

.grid3 {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    column-gap: 3.5%;
    background-color: #ffffff;
    border-top: 5px solid #7b7979;
    border-bottom: 5px solid #7b7979;
}

.grid3-nutzungshinweis {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    column-gap: 3.5%;
}

.grid3-schiesswagen {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    column-gap: 3.5%;
}

.grid-text1, .grid-text2, .grid-text3 {
	margin-bottom:10px;
}

.opensauce-fullwidth .main-content {
	margin: 0;
}

.main-content .ce_text,
.main-content .kontakt,
.main-content .datenschutz,
.main-content .grid3,
.main-content .grid3-nutzungshinweis,
.main-content .grid3-schiesswagen,
.page-footer {
	padding: 0 5%;
}

.page-footer {
	margin: 0;
}

.main-content .image_container {
	padding: 0;
	border: 1px solid black;
}

@media screen and (max-width: 599px) {
	.header-navigation {
		top: 0px;
		bottom: 0px;
		font-size: 12px;
		font-family: "Signika";
		position: relative;
		right: unset;
	}
	
	.header-image {
		 width: 100%;
	}
	
	.header-image img {
		object-fit: cover;
	    width: 100%;
	    height: 100px;
	}
	.header-navigation li {
		float: left;
	    display: block;
	    width: 33.3333%;
	    height: 50px;
	}
	.logo {
		margin-top: 12px;
	}
	.logo img {
		width: 80%;
	}
	
	.grid3 {
	    display: grid;
	    grid-template-columns:auto;
	    column-gap: 50px;
	}

	.grid-headline1 { grid-area: 1 / 1 / 2 / 2; }
	.grid-headline2 { grid-area: 4 / 1 / 5 / 2; }
	.grid-headline3 { grid-area: 7 / 1 / 8 / 2; }
	.grid-text1 { grid-area: 2 / 1 / 3 / 2; }
	.grid-text2 { grid-area: 5 / 1 / 6 / 2; }
	.grid-text3 { grid-area: 8 / 1 / 9 / 2; }
	.grid-image1  { grid-area: 3 / 1 / 4 / 2; }
	.grid-image2  { grid-area: 6 / 1 / 7 / 2; }
	.grid-image3  { grid-area: 9 / 1 / 10 / 2; }

	.grid3-nutzungshinweis, .grid3-schiesswagen {
	    display: grid;
	    grid-template-columns: auto;
	    column-gap: 3.5%;
	}
}

cms-accept-tags.cms > cms-container form cms-taglist {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: -1em;
    margin-right: -1em;
    margin-top: 1em;
}