.emo-text .button {
	margin-top: 10px;
}
@media only screen and (max-width: 600px) {
	.emo-text .button {
		float: none;
		color: #00713c;
		background-color: #fff;
	}
	.emo-text .button:hover,
	.emo-text .button:focus {
		color: #1f7a16;
	}
	.emo-slider {
		background-color: #00713c;
	}
}
.gallery-container ul {
	list-style: none;
	margin: 0 -5px;
	padding: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.gallery-container ul li {
	width: 33.28%;
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
}
.gallery-container ul li:before {
	content:"";
}

@media screen and (max-width: 600px) {
	.gallery-container ul li {
		width: 50%;
	}
}

@media screen and (max-width: 400px) {
	.gallery-container ul li {
		width: 100%;
	}
}

/*------------------------------------*\
    Slider
\*------------------------------------*/
.fullwidthbg {
    width: 100%;
    margin-top: -16px;
}

.fullwidthbg.darkgray {
    background: #333;
}

.references {
    padding: 60px 0 15px 0;
}

ul.sx-content li img {
    width: 100%;
    object-fit: cover;
}

.references h2 {
    font-size: 25px;
    text-transform: uppercase;
    width: 70%;
    margin: 0;
    padding: 0 0 40px 0;
    display: inline-block;
}

.sx-slider .slideButtonGroup {
    float: right;
    margin-top: -70px;
}

/* for: &#10092; and &#10093; */
.sx-slider .slideButtonGroup button.button {
    padding: 20px 5px 10px 5px;
    margin-right: 17px;
    font-size: 25px;
    color: #666666;
	display: inline-block;
	border: 0;
	margin: 0;
	background: 0 0;
	border-radius: 0;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
}

.sx-slider .slideButtonGroup button.button:last-of-type {
    margin-right: 0;
}

@media only screen and (max-width: 768px){
    .references h2, .aboutTitle h1 {
        font-size: 18px
    }
}

@media only screen and (max-width: 550px) {
    .references h2 {
        width: 55%;
    }
}


/*------------------------------------*\
    Hot News
\*------------------------------------*/

.hot-news {
    margin: 30px auto 0;
	padding-bottom: 15px;
	border-bottom: 4px solid #fdc300;
	font-size: 15px;
}

.hot-news > h1 {
    text-transform: uppercase;
    float: left;
    width: 9%;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
}

.hot-news .sx-slider {
    width: 91%;
	float: right;
	font-weight: 700;
}

.hot-news .sx-container {
    padding-top: 5px;
}

.hot-news .date {
    font-size: 14px;
    font-weight: 500;
    margin-right: 6px;
	line-height: 1.7;
	float: left;
}

.hot-news .sx-item a {
    color: #333;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.hot-news .sx-item p {
    float: left;
	margin: 0;
}

.hot-news .sx-item a:hover {
    color: #1f7a16;
}

@media only screen and (max-width: 1024px){
    .hot-news {
        margin: 27px auto 40px;
    }

    .hot-news > h1 {
        float: none;
        margin-bottom: 10px;
    }
    
	.hot-news .sx-slider {
		float: left;
	}
	
     .hot-news .sx-container {
        padding-left: 0;
        padding-top: 0;
    }

    .hot-news .date {
        font-size: 13px;
		line-height: inherit;
    }
}

@media only screen and (max-width: 768px){
    .hot-news {
        margin: 25px auto;
    }
	
	.hot-news .date {
        margin-right: 3px
    }
}

@media only screen and (max-width: 500px){
    .hot-news {
        margin: 13px auto;
    }
}
/*------------------------------------*\
    tile
\*------------------------------------*/
.tile {
	background-color: #fdc300;
	display: inline-block;
	width: 100%;
	padding-top: 25px;
}
.tile li {
    width: 32%;
    margin-left: 2%;
    position: relative;
}

.tile li:nth-child(3n + 1) {
    margin-left: 0%;
    clear: both;
}

.tile img {
    max-width: 100%;
    height: auto;
    display: block;
	margin: 0 auto;
}

.tile .text {
    width: 100%;
    height: auto;
    line-height: 1.3;
    color: #392f29;
	font-weight: 700;
    text-align: center;
	text-transform: uppercase;
	margin: 10px 0 0;
}

.tile a {
    display: block;
}

.tile a:hover .text,
.tile a:focus .text {
    opacity: 0.9;
}

@media only screen and (max-width: 500px){
    .tile li {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 10px;
    }
}
.tile.round-list h1 {
	font-size: 20px;
}

/*------------------------------------*\
    Side Content
\*------------------------------------*/
.side-content {
    width: 32%;
    float: left;
    box-sizing: border-box;
    font-weight: 400;
	text-transform: lowercase;
}

.side-content .side-navigation {
	margin-top: 5px;
}

.side-content .side-navigation li {
    margin-bottom: 10px;
}

.side-content .side-navigation li a {
	display: inline-block;
	width: 100%;
}
.side-content .side-navigation li.active a {
	font-weight: 700;
}


.side-content h1 {
    margin-top: -4px;
	font-size: 27px;
	font-weight: 700;
	color: #00713c;
	text-transform: uppercase;
	line-height: 1.3em;
}

.side-content h3 {
    line-height: 2.35em
}

@media only screen and (max-width: 768px){
    .side-content {
        width: 100%; 
        padding-right: 5px;
    }

    .side-content .side-navigation {
        background-color: #f2f2f2;
        padding: 11px 11px 11px 19px;
        margin-bottom: 40px;
		position: relative;
    }
	
	.side-content .side-navigation li a {
		width: 80%;
	}
	
	.side-content .sideButton {
		position: absolute;
		height: 95%;
		width: 10%;
		right: 10px;
		top: 2%;
		background: none;
		border: none;
		cursor: pointer;
    }
	
	.side-content .sideButton i {
		position: absolute;
		top: 12px;
    }
	
	.side-navigation.expanded .sideButton i {
		top: 7px;
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

    .side-content .side-navigation li {
        display: none;
        margin: 0;
    }

    .side-content .side-navigation li.active,
    .side-content .side-navigation.expanded  li {
        display: block;
		margin-bottom: 5px;
    }
}

/*------------------------------------*\
    Content(Inhalt)
\*------------------------------------*/
.content {
    width: 66%;
	margin-left: 2%;
	box-sizing: border-box;
    float: left;
}

@media only screen and (max-width: 768px){
    .content {
        width: 100%;
		margin-left: 0;
    } 
}

/*------------------------------------*\
    Person
\*------------------------------------*/
.person {
    margin: 10px auto 20px;
    box-sizing: border-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.person .round {
    width: 233px;
    height: 233px;
    display: inline-block;
	float:left;
}

.person .content {
	width: auto;
	margin-left: 50px;
	padding: 0;
	float: left;
}

.person .content ul {
    padding: 0;
    text-align: left;
}

.person .content ul > li:before {
    content: "";
}

.person .content h1 {
    margin: 0 0 0.5em;
}


@media only screen and (max-width: 1024px){
    .person .round {
        width: 200px;
        height: 200px;
        min-width: 200px;
        min-height: 200px;
    }
	.person .content {
		margin-left: 35px;
	}
}

@media only screen and (max-width: 768px){
    .person .round {
        width: 150px;
        height: 150px;
        min-width: 150px;
        min-height: 150px;
    }
	.person .content {
		margin-left: 30px;
	}
}

@media only screen and (max-width: 500px){
    .person {
        margin: 10px 0 20px;
        text-align: left;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
    }

    .person .round {
        width: 100px;
        height: 100px;
    }

    .person .content {
        width: 100%;
		margin: 10px 0;
    }

    .person .content ul {
        position: relative;
        white-space:normal;
        margin: 0;
        left: 0;
        bottom: 0;
    }
}
/*------------------------------------*\
    Aktuell
\*------------------------------------*/
.newslist article {
    margin: 0 0 1em;
}

.newslist .date,
.news .date {
    color: #392f29;
    padding-right: 10px;
	box-sizing: border-box;
	float: left;
	font-weight: 400;
}

.newslist span.title {
	float: left;
}

.newslist h2 {
	float: left;
}

.newslist .more {
    float: right;
	color: #392f29;
	font-weight: 700;
}

.newslist p {
    margin: 0 0 0.5em;
}

.newslist .content {
	margin: 0;
	width: 100%;
}

.newslist .news-gallery {
	margin-bottom: 15px;
}

@media only screen and (max-width: 768px){
	.newslist .more {
		float: right;
	}
}
/*------------------------------------*\
    Kontakt
\*------------------------------------*/
.contact-block {
    margin-bottom: 55px;
	font-size: 17px;
}

.contact-block h2 {
	font-weight: 700;
	color: #00713c;
	margin: 0;
}

.contact-block ul,
.contact-block dl {
    margin: 0;
    float: left;
}

.contact-block ul {
    padding: 0;
    margin-right: 85px;
	list-style: none;
}

.contact-block ul > li {
    margin: 0;
}

.contact-block ul > li:before {
    content:"";
}

.we-form {
    margin: 0 0 58px;
}

.we-form dl.form {
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px){
    .contact-block {
        margin-bottom: 50px;
    }

    .contact-block dl > dd {
        margin-left: 50px;
    }

    .we-form {
        margin: 0 0 40px;
    }
}

@media only screen and (max-width: 500px){
    .contact-block ul {
        margin-right: 25px;
    }

}

/*------------------------------------*\
    Suche
\*------------------------------------*/
.search-form {
	margin-bottom: 40px; 
	position: relative;
}

.search-form input:not([type="radio"]):not([type="checkbox"]) {
	width: calc(100% - 190px);
}

.search-form .button {
	font-size: 16px;
	font-weight: 600;
	padding: 11px 62px 11px;
	line-height: 1.4;
	float: right;
}

.search .result h1 {
	margin-bottom: 45px;
}

.search .result h2 {
	color: #00713c;
}

@media only screen and (max-width: 1024px){
	.search-form input:not([type="radio"]):not([type="checkbox"]) {
		width: calc(100% - 160px);
	}
	
	.search-form .button {
		font-size: 14px;
		padding: 12px 50px 13px;
	}
	
	.search-form,
	.search .result h1 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 768px){
	.search-form input:not([type="radio"]):not([type="checkbox"]) {
		width: 100%;
	}
	
	.search-form .button {
		position: absolute;
		padding: 5px 20px;
		top: 2px;
		right: 2px;
		background-color: transparent;
	}
	
	.search-form .button .icon-search {
		color: #00713c;
	}
}

/*------------------------------------*\
    Sitemap
\*------------------------------------*/
.sitemap ul {
	list-style-type: circle;
	margin-left: 15px;
}

.sitemap ul ul {
	list-style-type: square;
	margin-left: 35px;
	line-height: 1.5;
}

.sitemap h2 {
	margin-top: 15px;
}

/*------------------------------------*\
    Gallery
\*------------------------------------*/
.gallery img {
	width: 100%;
	height: auto;
	display: block;
}

.gallery .sx-slider .sx-dots {
    position: absolute;
    bottom: 0;
    z-index: 100;
    left: 0;
    right: 0;
}