html, body#Body {
	background: #f5f5f5;
	color: #202020;
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}
.navbar {
	font-size: 1rem;
	font-weight: 400;
	border: 0 none;
	border-radius: 0;
	width: 100%;
	z-index: 1;
    border-bottom: 1px solid #202020;
}
.navbar-default {
    background-color: #f5f5f5;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:visited {
    color: #202020;
    padding: 40px 0;
    margin-left: 38px;
    transition: color 0.2s;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: transparent;
    color: #555;
    transition: color 0.2s;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #555;
    transition: color 0.2s;
}
.navbar-default .navbar-nav li.active > a, .navbar-default .navbar-nav li.active > a:hover {
    color: #555;
    background: transparent;
    transition: color 0.2s;
    font-weight: bold;
}
.navbar-nav > li .dropdown-menu {
    margin-top: -1px;
    background: transparent;
    border-radius: 0;
    padding: 0 0 1rem;
    border: 0 none;
    position: static;
    box-shadow: none;
    float: none;
}
.navbar-nav > li > .dropdown-menu ul {
    margin-left: 8px;
}
.navbar-default .navbar-nav li.dropdown > a {
	display: inline-block;
}
.navbar-default .navbar-nav li.dropdown > a+a {
	margin-left: 0;
	padding-left: 5px;
	padding-right: 10px;
	margin-right: -15px;
}
.dropdown-menu > li > a, .dropdown-menu > li > a:visited {
	background: transparent;
	font-family: 'Montserrat', sans-serif;
    color: #202020;
	font-size: 1rem;
	font-weight: 400;
	padding: 9px 0 8px 8px;
	transition: color 0.2s;
    white-space: normal;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background: rgba(255, 255 255, 0.6);
	color: #505050;
	transition: color 0.2s;
}
.dropdown-menu > li > a:active, .dropdown-menu > li.active > a, .dropdown-menu > li.active > a:visited, .dropdown-menu > li.active > a:hover {
    background: transparent;
    color: #505050;
    transition: color 0.2s;
}
.navbar-default .navbar-brand {
    margin: 19px 0 0;
    padding: 25px 0 18px 52px;
    font-size: 27px;
    color: #202020;
    height: 68px;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:active {
    color: #505050;
}
@media (max-width: 767px) {
	.navbar {
		position: static;
	}
	.navbar-default .navbar-brand {
		margin: 10px 0 0;
		padding: 8px 0 6px;
		font-size: 19px;
		height: 34px;
	}
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:visited {
		font-size: 17px;
		padding: 9px 17px 8px;
		margin-left: 0;
	}
}
@media (min-width: 768px) {
    #main-menu {
        position: absolute;
        top: 88px;
    }
	.navbar {
		font-size: 1.05rem;
		line-height: 120%;
        height: 77px;
	}
    .navbar-collapse {
        padding: 0 12px 0 0;
        width: 163px;
    }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
    .navbar-nav li {
        float: none;
    }
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:visited {
		margin: 5px 0 0;
        padding: 5px 0;
        height: auto;
    }
	.navbar-default .navbar-brand {
		margin: 14px 0 0;
		padding: 14px 0 8px;
		font-size: 22px;
		height: 45px;
	}
    .navbar-right {
        float: none !important;
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    #main-menu {
        top: 100px;
    }
	.navbar {
		font-size: 1.1rem;
		line-height: 120%;
        height: 89px;
	}
	.navbar-collapse {
        padding: 0 20px 0 0;
        width: 180px;
    }
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:visited {
        margin: 8px 0 0;
        padding: 8px 0;
    }
	.navbar-default .navbar-brand {
		margin: 16px 0 0;
		padding: 20px 0 12px;
		font-size: 24px;
		height: 56px;
	}
}
@media (min-width: 1200px) {
    #main-menu {
        position: absolute;
        top: 114px;
    }
    .navbar {
        font-size: 1.15rem;
        line-height: 120%;
        height: 103px;
    }
    .navbar-collapse {
        padding: 0 25px 0 0;
        width: 200px;
    }
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:visited {
        margin: 10px 0 0;
        padding: 10px 0;
    }
	.navbar-default .navbar-brand {
		margin: 19px 0 0;
		padding: 25px 0 18px;
		font-size: 27px;
		color: #202020;
		height: 68px;
	}
}
@media (max-width: 767px) {
	.navbar {
		top: 0;
	}
	.navbar-nav > li .dropdown-menu {
        padding-left: 25px;
    }
}

@media (min-width: 768px) {
	.content-pane, .two-columns {
		width: auto;
		margin-left: 175px;
	}
	.two-columns .content-pane {
		margin-left: 0;
	}
}
@media (min-width: 992px) {
	.content-pane, .two-columns {
		margin-left: 200px;
	}
	.two-columns .content-pane {
		margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.content-pane, .two-columns {
		margin-left: 225px;
	}
	.two-columns .content-pane {
		margin-left: 0;
	}
}

.content-pane .module-container {
	padding: 0;
	background: none;
	font-family: 'Montserrat', sans-serif;
    color: #202020;
	font-size: 1rem;
	line-height: 180%;
}
.content-pane .DnnModule {
	margin-top: 31px;
}
.content-pane .DnnModule:first-child {
	margin-top: 0;
}
@media (max-width: 767px) {
	.left-pane .DnnModule, .content-pane .DnnModule {
		margin-top: 0;
		margin-bottom: 20px;
	}
}

.left-pane .Normal, .content-pane .Normal {
    font-family: 'Montserrat', sans-serif;
    color: #202020;
	font-size: 1rem;
	line-height: 180%;
}

.content-pane .module-container {
    padding: 0;
    background: none;
}
@media (max-width: 767px) {
	.content-pane .module-container {
		padding: 0 10px;
	}
    h1.slogan {
        margin: 3rem 0 0;
    }
    .slogan-subline {
        text-align: right;
        margin-bottom: 3rem;
    }
}

h1 {
	font-size: 1.1.5rem;
}
	h1.module-title {
        font-family: 'Montserrat', sans-serif;
        color: #202020;
		font-size: 1.15rem;
		line-height: 150%;
		margin: 0;
	}
@media (min-width: 768px) {
	h1 {
		font-size: 1.3rem;
	}
	h1.module-title {
		font-size: 1.3rem;
	}
	h1.slogan {
        margin: 8rem 0 0;
    }
	.slogan-subline {
        margin: 0 0 8rem 10rem;
    }
}
@media (min-width: 992px) {
	h1 {
        font-size: 1.4rem;
	}
	h1.module-title {
		font-size: 1.4rem;
	}
}
@media (min-width: 1200px) {
	h1 {
		font-size: 1.5rem;
	}
	h1.module-title {
		font-size: 1.5rem;
	}
}
.footer-pane {
    float: left;
    width: 280px;
    margin-right: 95px;
}
.footer-pane .module-container {
    margin: 30px 0 0;
}
.footer-pane .module-container:first-child {
    margin-top: 0;
}
.footer-pane h1.module-title, .functional-footer h1 {
    font-family: "Open Sans", sans-serif;
    color: #eeebe7;
    font-size: 14px;/* Näherungswert aufgrund einer Schriftersetzung */
    font-weight: 700;
    line-height: 20px;/* Näherungswert aufgrund einer Schriftersetzung */
    text-transform: uppercase;
    margin: 5px 0 4px;
}
.footer {
    color: #404040;
    font-size: 0.6rem;
    text-align: right;
    padding-top: 34px;
    padding-bottom: 48px;
}
@media (max-width: 767px) {
	.footer-pane {
		float: none;
		width: auto;
		margin-right: 0;
	}
	.footer-navigation-container {
		margin-left: 0;
	}
}
.content-pane input, .content-pane optgroup, .content-pane select, .content-pane textarea {
	color: #202020;
}

.ModhelferleinFormC .FormPanelStyle td {
	padding-top: 10px;
}
.ModhelferleinFormC .FormPanelStyle td .NormalRed {
	display: none;
}
.ModhelferleinFormC .FormPanelStyle input, .FormPanelStyle textarea {
	width: 99%;
}
.ModhelferleinFormC .FormPanelStyle .CaptchaStyle {
	margin-left: 30%;
	width: 69%;
	margin-bottom: 10px;
}
.ModhelferleinFormC .FormPanelStyle .SendButtonStyle {
	display: inline-block;
	padding: 3px 40px;
	background-color: #94c11f;
	color: #ffffff;
	font-weight: bold;
	margin-left: 30%;
}
.ModhelferleinFormC .SubmissionPanelStyle hr {
	display: none;
}
.ModhelferleinFormC .SubmissionPanelStyle {
	margin: 10px 0 0 30%;
	border-top: 1px solid #a0a0a0;
	padding-top: 3px;
	width: 69%;
}
.ModhelferleinFormC #ExplainRequired .Normal {
	color: #a0a0a0;
}
.ModhelferleinFormC #ExplainRequired {
	color: #a0a0a0;
}

.modal-content {
	background: #dbded7;
	border-radius: 0;
	color: #32353B;
}
.modal-header {
	color: #fff;
	background: #94c11f;
}

table.simple {
    border-collapse: collapse;
}
table.simple td, table.simple th {
    vertical-align: top;
    padding-left: 10px;
}
table.simple td:first-child, table.simple th:first-child {
    padding-left: 0;
}

/* XMod */
table.data-entry-table {
	border: 1px solid #7a7c7f;
	border-collapse: collapse;
}
table.data-entry-table th, table.data-entry-table td {
	padding: 2px 8px;
	border-top: 1px solid #7a7c7f;
}
table.data-entry-table th:nth-child(2), table.data-entry-table td:nth-child(2),
table.data-entry-table th:nth-child(4), table.data-entry-table td:nth-child(4),
table.data-entry-table th:nth-child(6), table.data-entry-table td:nth-child(6),
table.data-entry-table th:nth-child(8), table.data-entry-table td:nth-child(8),
table.data-entry-table th:nth-child(10), table.data-entry-table td:nth-child(10),
table.data-entry-table th:nth-child(12), table.data-entry-table td:nth-child(12),
table.data-entry-table th:nth-child(14), table.data-entry-table td:nth-child(14),
table.data-entry-table th:nth-child(16), table.data-entry-table td:nth-child(16),
table.data-entry-table th:nth-child(18), table.data-entry-table td:nth-child(18),
table.data-entry-table th:nth-child(20), table.data-entry-table td:nth-child(20),
table.data-entry-table th:nth-child(22), table.data-entry-table td:nth-child(22) {
	background-color: rgba(255, 255, 255, 0.05);
}

.splash {
	display: block;
	padding: 80px 0;
}
@media (max-width: 767px) {
	.splash h1 {
		font-size: 1.6rem;
	}
	.splash p {
		text-align: right;
	}
}
@media (min-width: 768px) {
	.splash h1 {
		text-align: center;
		margin-left: -50px;
	}
	.splash p {
		text-align: center;
		margin-right: -50px;
	}
}

@media (min-width: 768px) {
    .image-container {
        position: relative;
        margin: 0 -20px;
    }
    .image-container>.dummy {
        padding-top: 50%;
    }
    .image-container .image {
        position: absolute;
        width: calc(25% - 40px);
        margin: 20px 20px;
        transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s, opacity 0.3s;
        box-sizing: border-box;
        opacity: 0.8;
    }
    .image-container .image:hover, .image-container .image.selected {
        opacity: 1;
    }
    .image-container .image:nth-child(2) {
        top: 0;
        left: 0;
    }
    .image-container .image>.dummy {
        padding-top: 100%;
    }
    .image-container .image .image-element {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        box-sizing: border-box;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .image-container .image .image-element img {
        width: 100%;
        height: 100%;
    }
    .image-container .image .image-element.mobile-only img {
        display: none;
    }
    .image-container .image .image-element {
        padding: 0px;
        transition: padding 0.3s;
    }
    .image-container .image.selected .image-element {
        padding: 40px;
    }
    .image-container .image.selected {
        width: calc(50% - 40px);
    }

    /*.image-container-3>.dummy {
        padding-top: 66.666%;
    }
    .image-container-3 .image {
        width: calc(33.333% - 40px);
    }*/
    .image-container-3 .image:nth-child(3) {
        top: 25%;
        left: 50%;
    }
    .image-container-3 .image:nth-child(4) {
        top: 25%;
        left: 75%;
    }
    .image-container-3.image-selected-2 .image:nth-child(2) {
        left: 50%;
        top: 25%;
    }
    .image-container-3.image-selected-2 .image:nth-child(3) {
        top: 0;
        left: 0;
    }
    .image-container-3.image-selected-3 .image:nth-child(2) {
        left: 50%;
        top: 25%;
    }
    .image-container-3.image-selected-3 .image:nth-child(3) {
        left: 75%;
    }
    .image-container-3.image-selected-3 .image:nth-child(4) {
        left: 0;
        top: 0;
    }
    /*.image-container-3 .image.selected {
        width: calc(66.666% - 40px);
    }*/

    /*.image-container-4>.dummy {
        padding-top: 75%;
    }
    .image-container-4 .image {
        width: calc(25% - 40px);
    }*/
    .image-container-4 .image:nth-child(3) {
        top: 0;
        left: 50%;
    }
    .image-container-4 .image:nth-child(4) {
        top: 50%;
        left: 50%;
    }
    .image-container-4 .image:nth-child(5) {
        top: 25%;
        left: 75%;
    }
    .image-container-4.image-selected-2 .image:nth-child(2) {
        left: 50%;
    }
    .image-container-4.image-selected-2 .image:nth-child(3) {
        left: 0;
    }
    .image-container-4.image-selected-3 .image:nth-child(2) {
        left: 50%;
    }
    .image-container-4.image-selected-3 .image:nth-child(3) {
        top: 50%;
    }
    .image-container-4.image-selected-3 .image:nth-child(4) {
        left: 0;
        top: 0;
    }
    .image-container-4.image-selected-4 .image:nth-child(2) {
        left: 50%;
    }
    .image-container-4.image-selected-4 .image:nth-child(3) {
        top: 50%;
    }
    .image-container-4.image-selected-4 .image:nth-child(4) {
        top: 25%;
        left: 75%;
    }
    .image-container-4.image-selected-4 .image:nth-child(5) {
        top: 0;
        left: 0;
    }
    /*.image-container-4 .image.selected {
        width: calc(75% - 40px);
    }*/

    /*.image-container-5>.dummy {
        padding-top: 50%;
    }
    .image-container-5 .image {
        width: calc(25% - 40px);
    }*/
    .image-container-5 .image:nth-child(3) {
        top: 0;
        left: 50%;
    }
    .image-container-5 .image:nth-child(4) {
        top: 0;
        left: 75%;
    }
    .image-container-5 .image:nth-child(5) {
        top: 50%;
        left: 50%;
    }
    .image-container-5 .image:nth-child(6) {
        top: 50%;
        left: 75%;
    }
    .image-container-5.image-selected-2 .image:nth-child(2) {
        left: 50%;
    }
    .image-container-5.image-selected-2 .image:nth-child(3) {
        left: 0;
    }
    .image-container-5.image-selected-3 .image:nth-child(2) {
        left: 50%;
    }
    .image-container-5.image-selected-3 .image:nth-child(3) {
        left: 75%;
    }
    .image-container-5.image-selected-3 .image:nth-child(4) {
        left: 0;
        top: 0;
    }
    .image-container-5.image-selected-4 .image:nth-child(2) {
        left: 50%;
    }
    .image-container-5.image-selected-4 .image:nth-child(3) {
        left: 75%;
    }
    .image-container-5.image-selected-4 .image:nth-child(4) {
        left: 50%;
        top: 50%;
    }
    .image-container-5.image-selected-4 .image:nth-child(5) {
        top: 0;
        left: 0;
    }
    .image-container-5.image-selected-5 .image:nth-child(2) {
        left: 50%;
    }
    .image-container-5.image-selected-5 .image:nth-child(3) {
        left: 75%;
    }
    .image-container-5.image-selected-5 .image:nth-child(4) {
        top: 50%;
        left: 50%;
    }
    .image-container-5.image-selected-5 .image:nth-child(5) {
        top: 50%;
        left: 75%;
    }
    .image-container-5.image-selected-5 .image:nth-child(6) {
        top: 0;
        left: 0;
    }
    /*.image-container-5 .image.selected {
        width: calc(50% - 40px);
    }*/
	
	.two-columns {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		justify-content: stretch;
	}

		.two-columns > .column {
			flex: 1 1 48%;
			margin-left: 4%;
		}

			.two-columns > .column:first-child {
				margin-left: 0;
			}

	.column .image-container {
		margin: 0 20px;
	}

		.column .image-container > .dummy {
			display: none;
		}

		.column .image-container .image {
			position: relative;
			width: 50%;
			top: 25%;
			left: 25%;
			margin: 20px 0;
		}

			.column .image-container .image.selected {
				width: 100%;
				top: 0;
				left: 0;
			}
			
        .column .image-container.image-container-3 > .dummy {
            display: block;
            padding-top: 150%;
        }
        .column .image-container.image-container-3 .image {
            position: absolute;
            width: calc(50% - 40px);
            margin: 20px 20px;
        }
        .column .image-container.image-container-3 .image.selected {
            top: 0;
            left: 0;
            width: calc(100% - 40px);
        }
        .column .image-container-3 .image:nth-child(3) {
            top: 66.666%;
            left: 0%;
        }
        .column .image-container-3 .image:nth-child(4) {
            top: 66.666%;
            left: 50%;
        }
        .column .image-container-3.image-selected-2 .image:nth-child(2) {
            left: 0;
            top: 66.666%;
        }
        .column .image-container-3.image-selected-2 .image:nth-child(3) {
            top: 0;
        }
        .column .image-container-3.image-selected-3 .image:nth-child(2) {
            left: 0;
            top: 66.666%;
        }
        .column .image-container-3.image-selected-3 .image:nth-child(3) {
            left: 50%;
        }
        .column .image-container-3.image-selected-3 .image:nth-child(4) {
            left: 0;
            top: 0;
        }

        .column .image-container.image-container-4 > .dummy {
            display: block;
            padding-top: 200%;
        }
        .column .image-container.image-container-4 .image {
            position: absolute;
            width: calc(50% - 40px);
            margin: 20px 20px;
        }
        .column .image-container.image-container-4 .image.selected {
            top: 0;
            left: 0;
            width: calc(100% - 40px);
        }
        .column .image-container-4 .image:nth-child(3) {
            top: 50%;
            left: 0%;
        }
        .column .image-container-4 .image:nth-child(4) {
            top: 50%;
            left: 50%;
        }
        .column .image-container-4 .image:nth-child(5) {
            top: 75%;
            left: 25%;
        }
        .column .image-container-4.image-selected-2 .image:nth-child(2) {
            left: 0;
            top: 50%;
        }
        .column .image-container-4.image-selected-2 .image:nth-child(3) {
            top: 0;
        }
        .column .image-container-4.image-selected-3 .image:nth-child(2) {
            left: 0;
            top: 50%;
        }
        .column .image-container-4.image-selected-3 .image:nth-child(3) {
            left: 50%;
        }
        .column .image-container-4.image-selected-3 .image:nth-child(4) {
            left: 0;
            top: 0;
        }
        .column .image-container-4.image-selected-4 .image:nth-child(2) {
            left: 0;
            top: 50%;
        }
        .column .image-container-4.image-selected-4 .image:nth-child(3) {
            left: 50%;
        }
        .column .image-container-4.image-selected-4 .image:nth-child(4) {
            top: 75%;
            left: 25%;
        }
        .column .image-container-4.image-selected-4 .image:nth-child(5) {
            top: 0;
            left: 0;
        }
}
@media screen and (max-width: 767px) {
    body {
        margin: 10px;
    }
    .image-container>.dummy, .image-container .image>.dummy {
        display: none;
    }
    .image-container .image {
        margin-bottom: 10px;
    }
    .image-container .image .image-element img {
        width: 100%;
    }
    .image-container .image .image-element.mobile-only {
        background-image: none !important;
    }
}
