.woehr-helpdesk {
    position: fixed;
    /*top: 200px;*/
    top: 90px;
    right: -388px;
    display: none;
    width: 388px;
    padding: 0 0 0 50px;
    min-height: 233px;
    background: #009da3;
    color: #fff;
    z-index: 1000;
    box-shadow: -4px 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -4px 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -4px 1px 4px rgba(0, 0, 0, 0.1);
}

.woehr-helpdesk a {
    color: #fff;
}

.woehr-helpdesk .success-message {
    display: none;
    background: url(../images/bg-success.png) 140px 140px no-repeat;
    min-height: 308px;
}

.woehr-helpdesk .errors {
    margin-left: -50px;
    background: #009da3 url(../images/icon-warning.png) 50px 3px no-repeat;
    padding: 0 20px 20px 70px;
    font-size: 14px;
    font-weight: bold;
    display: none;
}

.woehr-helpdesk .open-close {
    position: absolute;
    /*top: 0px;*/
    top: 25%;
    left: 0px;
    display: block;
    height: 233px;
    width: 50px;
    background: url(../images/bg-closed.png) 16px 18px no-repeat;
    text-indent: -9999px;
}

.woehr-helpdesk.en .open-close {
    background: url(../images/bg-closed_en.png) 16px 18px no-repeat;
}

.woehr-helpdesk.open .open-close {
    background: url(../images/bg-open.png) 16px 18px no-repeat;
    height: 50px;
}

.woehr-helpdesk .header {
    font-weight: bold;
    font-size: 14px;
    background: #fff;
    color: #009da3;
    padding: 11px 20px 8px 12px;
}

.woehr-helpdesk .header .phone-number {
    display: block;
    padding-top: 3px;
    font-size: 25px;
}

.woehr-helpdesk form {
    background: url(../images/bg-form.png) 282px 49px no-repeat;
    padding: 12px 20px 20px 0;
    min-height: 100px; /* so the bg image is visible */
    font-size: 14px;
}

.woehr-helpdesk form p {
    margin-bottom: 4px;
    font-weight: bold;
}

.woehr-helpdesk form p sub {
    font-weight: normal;
}

.woehr-helpdesk form input {
    margin: 6px 0;
    height: 26px;
    width: 240px;
    padding: 0 5px;
    background: url(../images/bg-input-button.png) left top no-repeat;
    border: none;
}

.woehr-helpdesk form input.is-default {
    color: #c2c2c2;
}

.woehr-helpdesk form button {
    margin-top: 8px;
    height: 26px;
    width: 250px;
    padding: 0;
    background: url(../images/bg-input-button.png) left bottom no-repeat;
    border: none;
    color: #000;
    font-size: 11px;
}

.woehr-helpdesk form button:hover {
    cursor: pointer;
}

.woehr-helpdesk form #helpdesk-input-topic{
    height: 50px;
    background-image: none;
    -webkit-box-shadow: inset 0px 17px 2px -15px rgba(121,127,127,1);
    -moz-box-shadow: inset 0px 17px 2px -15px rgba(121,127,127,1);
    box-shadow: inset 0px 17px 2px -15px rgba(121,127,127,1);
}

.woehr-helpdesk form textarea {
    margin: 6px 0;
    width: 240px;
    padding: 5px 5px;
    border: none;
    -webkit-box-shadow: inset 0px 17px 2px -15px rgba(121,127,127,1);
    -moz-box-shadow: inset 0px 17px 2px -15px rgba(121,127,127,1);
    box-shadow: inset 0px 17px 2px -15px rgba(121,127,127,1);
}
.woehr-helpdesk form textarea.is-default {
    color: #c2c2c2;
}
.woehr-helpdesk form #helpdesk-input-webconference {
    width: 20px;
    float: left;
    margin-right: 8px;
    border: none;
    box-shadow: none;
    background: #fff;
}
.woehr-helpdesk form span.webconference{
    margin: 5px 0;
    display: inherit;
    width: 250px;
}
.woehr-helpdesk form span.webconference img{
    width: 18px;
    float: right;
}
/* media queries -------------------------------------------------------------*/

@media (max-height: 500px) {
    .woehr-helpdesk {
        /*top: 100px;*/
        top: 60px;
    }
}

@media (min-height: 700px) {
    .woehr-helpdesk {
        /*top: 300px;*/
        top: 125px;
    }
}






div#main_container {
    overflow: hidden;
    max-width: 950px;
	width: 100%;
}

div#main_container {
    width: 100%;
}

img#title_image {
    width: 100%;
}

div#content {
    width: 100%;
}

div#footer {
    width: 100%;
}

@media (max-width:1023px) {
	body {
		font-size: 14px;
		line-height: 1.25;
	}

	div#sidebar-left,
	div#sidebar-right {
		float: none;
	}

	ul#sub_navigation li.menu-space {
		font-size: 14px;
		line-height: 1.25;
	}

	ul#main_navigation {
		right: 0;
		width: 100%;

		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}
	
	ul#main_navigation li {
		display: inline-block;
		float: none;
	}

	div#main_content {
		font-size: 14px;
		line-height: 1.25;
		float: none; /* not needed, just for clarification */
		overflow: hidden;
		width: auto;
	}
	
	div#main_content .tx-woehr-branches ul li.last {
		padding-right: 16px;
	}

	body.backend-layout-2 div#main_content {
		width: auto;
	}

	div#main_content .tx-woehr-newsboxes {
		width: 100%;
		left: 0;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	div#main_content .tx-woehr-newsboxes ul.news-boxes li {
		width: 100%;
		font-size: 14px;
		line-height: 1.25;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	div#main_content .tx-woehr-newsboxes ul.news-boxes {
		width: 100%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (max-width:767px) {
	div#sidebar-left,
	div#sidebar-right {
		width: 100%;
	}
}