.main-nav .navbar-brand img {
    width: auto;
}

.ce-gallery .ce-row {
    margin-bottom: 0;
    display: flex;
}
.ce-center .ce-row {
    justify-content: center;
}
.ce-textpic .ce-outer {
    position: relative;
    float: none;
    right: unset;
}
.ce-gallery .ce-column {
    margin-right: 10px;
    margin-bottom: 10px;
}
.textmedia .ce-outer {
    height: 0;
    padding-bottom: 56.25%;
    /* padding-bottom: calc(56.25% + 50px); */
}
.ce-textpic .ce-inner {
    float: none;
    right: unset;
}
.textmedia .ce-inner {
    position: absolute;
    width: 100%;
    height: 100%;
}
.textmedia .ce-gallery figure {
    display: block;
}
.ce-gallery img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.textmedia .ce-row,
.textmedia .ce-column,
.textmedia .video,
.textmedia .video-embed,
.textmedia iframe,
.textmedia .video-embed-item {
    height: 100%;
    width: 100%;
}
.video-embed.vimeo,
.video-embed.youtube {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    /* padding-bottom: calc(56.25% + 50px); */
}
.video-embed.vimeo .video-embed-item,
.video-embed.youtube .video-embed-item {
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
}
figure {
    margin: 0;
}

.ce-textpic.ce-right.ce-intext,
.ce-textpic.ce-left.ce-intext {
    display: flex;
}
.ce-textpic.ce-right.ce-intext .ce-gallery {
    order: 3;
    min-width: 75%;
    margin-left: 15px;
}
@media (max-width: 767px) {
    .ce-textpic.ce-right.ce-intext,
    .ce-textpic.ce-left.ce-intext {
        flex-wrap: wrap;
    }
    .ce-textpic.ce-right.ce-intext .ce-gallery {
        order: 0;
        min-width: 100%;
        margin-left: 0;
    }
}
#btn-contact-submit {
    background-color: #635A5A;
    color: #fff;
    padding: 5px 20px;
    border: 0;
    border-radius: 0;
}
#btn-contact-submit:hover {
    background-color: #EF8B18;
}
.tx-indexedsearch-rules {
    display: none;
}
.tx-indexedsearch-form {
    float: left;
    margin-right: 10px;
}
ul.tx-indexedsearch-browsebox {
    display: flex;
    list-style: none;
    padding-left: 0;
}
ul.tx-indexedsearch-browsebox > li {
    margin-right: 20px;
}
.tx-indexedsearch-info-sword-word {
    font-style: italic;
    font-weight: bold;
}
.tx-indexedsearch-redMarkup {
    color: red;
    font-style: italic;
}
.tx-indexedsearch-searchbox a,
.tx-indexedsearch-info,
.tx-indexedsearch-percent,
.tx-indexedsearch-searchbox legend {
    display: none;
}
#tx-indexedsearch-searchbox-button-submit {
    width: 100px;
}
#tx-indexedsearch-searchbox-button-submit {
    padding: 0;
    background-color: #EF8B18;
    border-color: transparent;
    color: #fff;
}

.footer {
    padding: 10px 0 20px;
}
.footer .copyright {    max-width: 110px;}
.footer .footer-logo-control {
    display: block;
    margin-top: 0;
}
.footer-logo-holz {
    width: auto;
}
.footer .footer-logo .footer-logo-platinum {
    max-height: unset;
	height: auto;
	margin-bottom: 15px;
}
.footer .contact-box {
    margin: 40px 15px 0 0;
}
.footer .tel-box {
    padding: 40px 15px 30px;
    bottom: -155px;
}
@media (max-width: 1199px) {
	.footer .footer-logo img {
		max-width: 180px;
	}
}
@media (max-width: 1023px) {
    .footer .tel-box {
        bottom: 0;
    }
}
@media (max-width: 649px) {
    .footer .footer-logo-control {
        float: none;
    }
}