/* ##################################################### CONTACT BOX ########################################## */

.mobile #contact_slide,
.printing  #contact_slide{display:none;}
.cs-root {
    font-size: 18px;
}
.cs-root .cs-combox {
    width: 370px;
    position: fixed;
    height: auto;
    top: 30%;
    right: -310px;
    transition: right .25s ease-in-out;
    z-index: 998;
    box-shadow: 0 0 3px hsla(30,5%,75%,.5);
}
	.tablet .cs-root .cs-combox{
		top: 15%;
	}


.cs-root .cs-icon-tile-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cs-root .cs-icon-tile-group--vertical {
    -ms-flex-direction: column;
    flex-direction: column;
}
.cs-root *, .cs-root :after, .cs-root :before {
    box-sizing: border-box;
}

.cs-root .cs-combox:hover {
    right: -160px;
}
.cs-root .cs-combox.cs-combox--open {
    right: 0;
}

.cs-root .cs-combox.cs-icon-tile-group--vertical .cs-icon-tile {
    margin-bottom: 0;
}
.cs-root .cs-combox__item-wrapper .cs-icon-tile:first-of-type {
    border-top: 1px solid #fff;
}
.cs-root .cs-combox__item-wrapper .cs-icon-tile {
    border-top: 1px solid #c3c0bd;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    background: #fff;
    display: block;
    margin: 0;
    padding: 0 0 0 60px;
    height: 60px;
    position: relative;
}

.cs-root .cs-icon-tile-group--vertical .cs-icon-tile {
    margin-bottom: 1em;
}

.cs-root .cs-icon-tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
}

.cs-root .cs-combox__item-wrapper .cs-icon-tile .icon {
    position: absolute;
    top: 50%;
    left: 29px;
    transform: translate(-50%,-50%);
    color: #000;
}

.cs-root .cs-icon-tile--icon-primary .cs-icon-tile__icon {
    color: #009036;
}



.cs-root .cs-combox .cs-icon-tile__label {
    display: inline-block;
    color: #6a625a;
    height: 60px;
    line-height: 60px;
    font-size: .88889em;
    margin: 0;
}

.cs-root .cs-icon-tile__children, .cs-root .cs-icon-tile__label {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 1em;
    line-height: 1em;
    max-width: 100%;
}

.cs-root .cs-icon-tile__children, .cs-root .cs-icon-tile__label {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 1em;
    line-height: 1em;
    max-width: 100%;
}

.cs-root .cs-combox .cs-combox__flyout-wrapper {
    position: absolute;
    left: 270px;
    width: calc(100% - 60 * 1px);
    background: #fff;
    height: 100%;
    top: 0;
    border: 1px solid #c3c0bd;
    border-right: none;
    overflow: hidden;
}
.cs-root .cs-combox.cs-combox--open .cs-combox__flyout-wrapper {
    left: 60px;
}

.cs-root .cs-combox.cs-combox--initialized .cs-combox__flyout-wrapper .cs-combox__flyout {
    left: 60px;
    position: absolute;
    opacity: 0;
    transition: left .25s ease-in-out,opacity .25s ease-in-out;
}


.cs-root .cs-combox__flyout {
    background: #fff;
    width: 100%;
    padding: 15px;
}



.cs-root .cs-combox.cs-combox--open .cs-combox__flyout-wrapper .cs-combox__flyout.cs-combox__flyout--open {
    opacity: 1;
    left: 0;
    z-index: 100;
}
.cs-root .cs-combox.cs-combox--initialized .cs-combox__flyout-wrapper .cs-combox__flyout {
    left: 60px;
    position: absolute;
    opacity: 0;
    transition: left .25s ease-in-out,opacity .25s ease-in-out;
}

.cs-root .cs-combox__item-wrapper .cs-icon-tile.cs-icon-tile--open {
    border-top: 1px solid #c3c0bd;
    border-left: 1px solid #c3c0bd;
    position: relative;
}
.cs-root .cs-combox__item-wrapper .cs-icon-tile.cs-icon-tile--open .icon {
    color: #009036;
}
.cs-root .cs-combox .cs-icon-tile:hover .cs-icon-tile__label, .cs-root .cs-combox .cs-icon-tile:hover .icon {
    color: #009036;
}
.cs-root .cs-combox__item-wrapper .cs-icon-tile.cs-icon-tile--open:after {
    content: "";
    position: absolute;
    top: 0;
    left: 58px;
    z-index: 100;
    width: 3px;
    height: calc(100% + 1px);
    display: block;
    background: #fff;
}
/* innen */
.cs-root .cs-combox__flyout .cs-heading {
    font-size: 1em;
}

.cs-root .cs-heading--sans-serif {
    font-family: Arial,Helvetica,sans-serif!important;
}

.cs-root .h5, .cs-root h5 {
    font-size: 1.33333em;
}
.cs-root .h2, .cs-root .h3, .cs-root .h5, .cs-root .h6, .cs-root h2, .cs-root h3, .cs-root h5, .cs-root h6 {
    font-family: FS Me,Arial,Helvetica,sans-serif;
}
.cs-root .h1, .cs-root .h2, .cs-root .h3, .cs-root .h4, .cs-root .h5, .cs-root h1, .cs-root h2, .cs-root h3, .cs-root h4, .cs-root h5, .cs-root h6 .h6 {
    margin: 0;
    line-height: 1.2em;
    font-weight: 500;
}
.cs-root .cs-combox__flyout .cs-paragraph {
    font-size: .66667em;
}

.cs-root .cs-paragraph {
    margin: .1em 0;
}
.cs-root p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
}



.cs-root .cs-paragraph {

}
.cs-root .cs-combox__flyout .cs-paragraph {
    font-size: .66667em;
}


.cs-root .cs-combox__flyout .cs-combox__flyout__subline {
    font-size: 1em;
}

.cs-root .cs-combox__flyout .cs-paragraph+.cs-combox__flyout__subline {
    margin-top: -.75em;
}


.cs-root .cs-header .cs-combox .cs-button {
    margin-bottom: 1em;
}
.cs-root .cs-combox__flyout>.cs-button:first-of-type {
    margin-top: 1em;
}
.cs-root .cs-header .cs-button {
    margin: 0;
}
.cs-root .cs-combox__flyout .cs-button {
    width: 100%;
    -ms-flex-pack: initial;
    justify-content: initial;
}
.cs-root .cs-button, .cs-root .cs-button:visited {
    text-decoration: none;
}
.cs-root .cs-button {
    width: auto;
}



.cs-root .cs-button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: transparent;
    color: #fff;
    font-size: 1em;
    border: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    transition: all .2s ease;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 1em;
    height: 40px;
    padding: 0 20px 0 10px;
}
.cs-root a, .cs-root a:active {
    color: #892723;
}
.cs-root .cs-button--primary {
    background: #009036;
	border-radius:100px;
}




.cs-root .cs-button.cs-button--is-link {
    height: auto;
    width: auto;
    background: none;
    color: #6a625a;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.2em;
}

.cs-button.cs-combox__flyout-socialmedia--item-mobile{
	display:none;
}

.cs-root ol, .cs-root ul {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.cs-root .cs-combox__flyout .cs-combox__flyout-socialmedia {
    list-style: none;
}


.cs-paragraph{
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
}

.c_img{
	width:85px;
	height:auto;
	display:block;
	float:left;
	margin-right:10px;
}
.c_txt{
	display:block;
	float:left;
	width:180px;
	font-weight:normal;
}
.c_txt h5{
	margin:0 0 5px 0;
	font-size:1.3em;
	color:#009036;
}