html {
    background-color:#fff; 
}



body {
    /*Pages shadow to be done*/
    font-family:'Roboto', sans-serif;
    /*font-size: 14px;
    line-height: 15px;*/
	background-image: linear-gradient( #111, #fff);
    color: #000;
    height: 100%;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer;
}

#page {
    width: 920px;
    min-height: 100%;
    position: relative;
    background: #fff;
    margin: 0px auto;
}

/* ----- HEADER ----- */
#header {
    height: 320px;
    width: 920px;
    padding: 0 0px;
}   

#logo {
	padding-left: 20px;
	
}

	
#menu {	
	z-index:2;
}

#header #logo {
    margin-top: 15px;
	margin-bottom: 50px;
    position: absolute;
}

#header #navigation_header {
    display: inline;
    float: left;
    margin-top: 75px;
	margin-left: 195px;
    margin-right: 5px;
}

#header #navigation_header li {
    list-style: none;
    float: left;
}

#header #navigation_header li a {
    text-decoration: none;
    display: block;
    padding: 7px 8px;
    font-weight: bold;
    color: #797979;
	
    text-transform: uppercase;
}


#header #navigation_header ul li a:hover {
    color: #000;
	
}

#header #navigation_header ul li a.active,
#header #navigation_header ul li a:active {
	 color: #000;
	
}


#header #navigation_header li.lang_changer a {
    color: #9ba21b;
}

#header #navigation_header #search_term {
    outline: none;
    background: none;
    border: none;
    width: 130px;
    cursor: pointer;
    padding-left: 2px;
}

#header #navigation_header form {
    margin-top: 3px;
    background: url('../images/misc/sprite.png') no-repeat -252px -293px;
    width: 24px;
    height: 23px;
    overflow: hidden;
}

#header #navigation_header form.active {
    background: url('../images/misc/sprite.png') no-repeat -252px -335px;
}

/* ----- BREADCRUMB ----- */
#breadcrumb {
    height: 60px;
    padding: 0 0 0 20px;
}

#breadcrumb ul {
    display: inline;
}

#breadcrumb ul li {
    list-style: none;
    float: left;
    padding: 10px 0;
    font-size: 12px;
    color: #797979;
    font-weight: bold;
}

#breadcrumb ul li+li {
    margin-left: 5px;
}

#breadcrumb ul li a,
#breadcrumb ul li a:visited,
#breadcrumb ul li a:active
{
    text-decoration: none;
    color: #797979;
    font-weight: normal;
}


/* ----- MENU ----- */
/*#menu {
    width: 220px;
    min-height: 50px;
    margin-left: 20px;
    float: left;
    padding-bottom: 50px;
}

#menu .navigation {
    display: inline;
}

#menu .navigation li {
    list-style: none;
}

#menu .navigation li a {
    text-decoration: none;
    font-size: 12px;
    line-height: 24px;
    color: #797979;
    display: block;
}

#menu .navigation li a:hover,
#menu .navigation li a.active {
    color: #0083cb;
}

#menu .navigation li ul li {
    margin-left: 28px;
    display: none;
}

#menu .navigation li a.active+ul>li {
    display: block;
}

#menu .navigation li ul li a {
    padding-left: 5px;
    border-bottom: 1px dotted #ccc;
}

#menu .navigation li ul li a.first {
    border-top: 1px dotted #ccc;
}*/

/* ----- CONTENT ----- */


#content {
    width: 900px;
    /*margin-left: 0px;*/
	padding-left:20px;

    padding-bottom: 145px;
    min-height: 300px;
    float: left;
	background-color:#555;
	font-family:'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

#content sup {
    vertical-align: super;
}

#content sub {
    vertical-align: sub;
}
#menu+#content {
    min-height: 50px;
    width: 660px;
    margin-left: 30px;
}


#content img {
    /*margin: 20px 0;
	padding:0 55px;*/
    max-width: 100%;
}

h1 {
	font-family: 'Roboto', sans-serif;
    font-size: 19px;
	letter-spacing:1pt;
    color: #fff;
	margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 700;
	line-height: 25px;
}

h2 {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 9px;
	margin-right: 20px;
	line-height: 25px;
	break-inside: auto;
}

p {
	
    /*text-align: justify;*/
    line-height: 30px;
	font-weight: 300;
	padding-right: 20px;
}

p+p {
    margin-top: 7px;
}

p a {
    color: #1095ed;
    text-decoration: none;
    /*border-bottom: 1px dotted #0083cb;*/
}

p a:hover {
    color: #1095ed;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

#content ul,
#content ol {
    margin: 20px 0 20px 20px;
    line-height: 19px;
}

/* ----- SLIDER ----- */
.slider {
    width: 920px;
    height: 280px;
}

.slider .images {
    display: inline;
    margin: 0;
}

.slider .images li {
    filter: alpha(opacity=0);
    list-style: none;
    left: 20px;
    opacity: 0;
    position: absolute;
}


.slider .images li.active {
    opacity: 1;
}

#content .slider .images li img {
    position: absolute;
    z-index: 1;
    margin: 0;
    max-width: none;
}

.slider .images li h2,
.slider .images li h3 {
    color: #fff;
    display: block;
    font-family: Verdana;
    font-size: 18px;
    height: 150px;
    left: 290px;
    line-height: 22px;
    position: absolute;
    top: 75px;
    width: 560px;
    z-index: 2;
    display: none;
}

.slider .images li h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    top: 27px;
}

.slider .images li.active h2,
.slider .images li.active h3 {
    display: block;
}

.slider .images li a,
.login input[type="submit"],
.button.red,
div.button_red input
{
    position: absolute;
    z-index: 2;
    display: block;
    width: 150px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #0d7ac2;
    height: 25px;
    border-radius: 9px;
    border: 1px solid #1095ed;
    border-right-color: #0b639d;
    border-bottom-color: #0b639d;
    font-size: 12px;

}

div.button_red input {
    position: relative;
    float: left;
    margin-right: 20px;
}

.button.grey,
div.button_grey input {
    position: relative;
    z-index: 2;
    display: block;
    width: 150px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #ccc;
    height: 25px;
    border-radius: 9px;
    border: 1px solid #efefef;
    border-right-color: #bbb;
    border-bottom-color: #bbb;
    font-size: 12px;
	
}

.button.red,
.login input[type="submit"] {
    margin-top: 30px;
    position: relative;
}

#contact_form_submit_right .button.red {
    margin-top: 0;
}

p+.button.red {
    line-height: 25px;
}

.slider .images li a {
    margin: 200px 0 0 700px;
    line-height: 25px;
}

#content .slider ul.pagination {
    margin-top: 245px;
    left: 50%;
    position: absolute;
    z-index: 3;
    padding: 0 55px;
}

#content .slider ul {
    display: block;
}

.slider .pagination li {
    list-style: none;
    float: left;
}

.slider .pagination li+li {
    margin-left: 3px;
}

.slider .pagination li a {
    display: block;
    background: url('../images/misc/sprite.png') no-repeat -43px -316px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    outline: none;
}

.slider .pagination li a:hover,
.slider .pagination li a.active {
    background: url('../images/misc/sprite.png') no-repeat -2px -316px;
    width: 30px;
    height: 30px;
}

/* ----- UserForum ----- */
.user_forum .button.red,
.user_forum .button.grey {
    line-height: 25px;
    width: 190px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.user_forum input[type="text"] {
    width: 180px;
}

.user_forum .input_forum_text {
    width: 100% !IMPORTANT;
}

.user_forum .submitbuttons {
    padding-left: 120px;
}

.user_forum .modtext {
    text-align: center;
}

/* ----- NEWSTEASER ----- */
/* 4-culumn version */
.column_quarter.text.teaser {
    width: 700px;
}

.teaser-text .column_quarter.text {
    width: 100%;
}
.teaser-text .column_quarter.text .col {
    width: 200px;
}
.column_quarter {
    width: 920px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.column_quarter .col {
    float: left;
    position: relative;
    width: 210px;
}

.column_quarter .col {
    margin-right: 20px;
}

.column_quarter .col h3 {
    font-size: 14px;
    line-height: 40px;
}

.column_quarter .col span.date {
    font-size: 10px;
    color: #aaa;
}

.column_quarter .col .teaser_img {
    margin: 0;
    height: 110px;
    width: 215px;
    background: #efefef;
    overflow: hidden;
}

.column_quarter .col .teaser_img p {
    width: 205px;
    height: 100px;
    display: block;
    margin-top: -105px;
    background: #fff;
    opacity: 0.5;
    padding: 5px;
    border-bottom: 15px solid #fff;
}

.column_quarter .col .teaser_img:hover p {
    margin-top: 0;
    opacity: 0.9;
    transition: all 0.4s;
    -moz-transition: all 0.4s; /* Firefox 4 */
    -webkit-transition: all 0.4s; /* Safari and Chrome */
    -o-transition: all 0.4s; /* Opera */
}

.column_quarter .col .teaser_img p a {
    display: none;
}

.column_quarter .col .teaser_img:hover p a {
    display: block
}

.column_quarter .col a.more {
    text-decoration: none;
    color: #9ba21b;
    text-align: right;
    display: block;
    line-height: 17px;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.column_quarter .col a.more:hover {
    color: #0083cb;
}

/* ----- SEARCH RESULT ----- */
#search_term.full {
    width: 316px;
    height: 24px;
    padding: 0 5px;
    border: 1px solid #797979;
    margin-bottom: 30px;
    outline: none;
}
#navigation_searchform_top + h3 {
    white-space: pre-line;
    word-break: break-all;
}

.submit.search {
    vertical-align: top;
    background: #ec0053;
    border: 1px solid #a34a6a;
    border-radius: 12px;
    height: 28px;
    color: #fff;
    padding: 0 15px;
    cursor: pointer;
}

.pagination {
    padding: 10px 0;
    font-size: 11px;
}

.pagination ul {
    display: inline;
    margin: 0;
    float: right;
}

.pagination ul li {
    list-style: none;
    float: left;
    margin-left: 5px;
}

.pagination ul li a {
    color: #000;
}

.pagination ul li a.active,
.pagination ul li a:hover {
    color: #0083cb;
}

#content ul#search_result {
    display: inline;
}

#search_result li {
    list-style: none;
    padding: 0 10px 0 20px;
}

#search_result li>span {
    position: absolute;
    width: 29px;
    margin-left: -33px;
    text-align: right;
}

#search_result li a {
    color: #9ba21b;
}

#search_result li a:hover,
#search_result li:hover a {
    color: #0083cb;
}

#search_result li p {
    margin: 5px 0 20px 0;
}

/* ----- LINKLIST ----- */
div.link_list {
    margin-top: 40px;
}

div.link_list h2 {
    margin: 0;
}

ul.link_list {
    display: inline;
}

ul.link_list li {
    list-style: none;
    margin: 0 0 18px;
}

ul.link_list li:hover a.link_list:first-child {
	background
}

ul.link_list li a.link_list:first-child {
    background: url('../images/misc/sprite.png') no-repeat 0 -196px;
}

ul.link_list li:hover a.link_list:first-child {
    color: #0083cb;
    background: url('../images/misc/sprite.png') no-repeat 0 -231px;
}

ul.link_list li a.link_list:link,ul.link_list li a.link_list:active,ul.link_list li a.link_list:visited {
    color: #9ba21b;
    padding-left: 9px;
}

ul.link_list li p {
    margin-top: 7px;
}

/* ----- DOWNLOADLIST ----- */
ul.download_list {
    display: inline;
}

ul.download_list>li {
    list-style: none;
    padding: 15px 0;
}

ul.download_list ul.formats {
    display: inline;
}

ul.download_list ul.formats li {
    list-style: none;
    float: left;
}

ul.download_list ul.formats li+li {
    margin-left: 20px;
}

ul.download_list ul.formats li a:link,
ul.download_list ul.formats li a:visited,
ul.download_list ul.formats li a:active {
    background: url('../images/misc/sprite.png') no-repeat 0 -267px;
    padding-left: 35px;
    height: 19px;
    display: block;
    color: #9ba21b;
}

ul.download_list ul.formats li:hover a {
    color: #0083cb;
}

ul.download_list>li>img {
    width: 148px;
    height: 74px;
    float: left;
    margin-right: 20px;
    border: 3px solid #f5f5f5;
}

ul.download_list>li>img+.content {
    float: left;
    width: 470px;
}

ul.download_list>li  span.info {
    color: #a1a1a1;
    font-size: 9px;
    display: block;
    margin: 10px 0 4px 0;
}

ul.download_list>li p {
    font-size: 11px;
}

h2.download_list {
    margin-top: 10px;
}

/* ----- UI WIDGETS ----- */

/* workarounds */
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0; /* reset extra padding in Firefox */
}

/* ------------ DIALOG -------------- */
.ui-dialog {
    position: absolute;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 5px 25px 25px 25px;
    border-radius: 7px;
    box-shadow: 2px 2px 32px #999;
    -moz-box-shadow: 2px 2px 32px #999;
}

.ui-dialog .ui-dialog-titlebar {
    height: 30px;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 16px .1em 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin-top: -18px;
    height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    background: none;
    overflow: auto;
    zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
    padding-top: 50px;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

/* Component containers */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    background: #fff;
    color: #797979;
    border: 20px solid #fff;
}

.ui-widget-content a {
    color: #333;
}

.ui-widget-header a {
    color: #797979;
    text-decoration: none;
    font-size: 15px;
    text-align: right;
}

/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #666;
    opacity: .5;
    filter: Alpha(Opacity = 50);
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000;
    opacity: .2;
    filter: Alpha(Opacity = 20);
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* ----- FOOTER ----- */
#footer {
    width: 900px;
    padding: 0 0px;
	margin-left: 20px;
    min-height: 30px;
    clear: both;
    background: #555;
    color: #fff;
    position: absolute;
    bottom: 90px;
}

#footer .navigation {
	text-transform: uppercase;
	font-weight: 700;
    display: inline;
    margin: 0;
}

#footer .navigation li {
    list-style: none;
    float: left;
}

#footer .navigation li+li {
    margin-left: 15px;
}

#footer .navigation li a {
    font-size: 14px;
	letter-spacing: 1px;
    text-decoration: none;
    line-height: 30px;
    color: #fff;
}
#footer .navigation li a:hover {
	color: #999;
}

#copyright {
    width: 900px;
    padding: 10px 0px 20px 20px;
	
    height: 40px;
    bottom: 0;
    position: absolute;
    background: #fff;
    font-size: 10px;
	font-color: #000;
}

#copyright p {
    line-height: 15px;
	font-weight: 400;
}

/* ----- SITEMAP ----- */
#content ul.sitemap {
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
}

#content ul.sitemap ul {
    margin: 0;
}

.sitemap .sitemap {
    margin: 0;
}

.sitemap li {
    list-style: none;
}

.sitemap li a {
    display: block;
    padding: 7px 0 7px 0;
    color: #797979;
    text-decoration: none;
}

.sitemap li a:hover {
    color: #0083cb;
}

/* styling the different levels */
.sitemap>li {
    border-bottom: 1px dashed #0384cc;
}

.sitemap>li>a {
    font-weight: bold;
}

.sitemap>li ul li {
    padding-left: 35px;
}

.sitemap>li>ul>li>ul>li a:hover {
    color: #9ba21b;
}

/* ----- LOGIN FORM ----- */
.login {
    padding: 40px 0;
    display: block;
}

.login label {
    display: inline-block;
    width: 150px;
}

.login input[type=\\\\\\\"text\\\\\\\"] {
    margin-bottom: 3px;
}

/* ----- NEWSLETTER FORM ----- */
#contact_form_submit_left,
#contact_form_submit_right {
    float: left;
    margin-right: 15px;
}

/* ----- SOCIAL MEDIA ----- */
ul.social_media {
    float: right;
    list-style-type: none;
    margin-top: 5px;
}

ul.social_media li {
    float: left;
    display: block;
    margin-left: 15px;
    height: 20px;
    width: 20px;
    background: url('../images/misc/sprite.png') no-repeat;
}

ul.social_media li a {
    display: block;
    height: 20px;
    width: 20px;
}

ul.social_media li.facebook {
    background-position: -323px -388px;
}

ul.social_media li.google {
    background-position: -393px -388px;
}

ul.social_media li.xing {
    background-position: -426px -388px;
}


ul.social_media li.rss {
    background-position: -358px -388px;
}

ul.social_media li.youtube {
    background-position: -287px -388px;
}

ul.social_media li.twitter {
    background-position: -251px -388px;
}

/* ----- BLOG ----- */
.blog {
    margin-bottom: 45px;
}

.blog h2 {
    font-size: 15px;
    margin-top: 30px;
}

.blog h3 {
    font-size: 11px;
    margin-top: 10px;
}

.blog p {
    margin: 8px 0;
}

.blog .date {
    font-size: 11px;
}

.blog a {
    color: #0083cb;
    text-decoration: none;
}

.blog a:hover {
    color: #9ba21b;
    text-decoration: none;
}

.blog span+a {
    float: right;
}

/* ----- PIFAFORM ----- */
.pifa-form {
    margin-top: 30px;
    position: relative;
}

.pifa-form label {
    display: block;
    width: 160px;
    float: left;
}

.pifa-form div.checkbox-wrapper label {
    width: 438px;
}

.pifa-form div.privacy {
    margin-bottom: 15px;
}

.pifa-form div {
    margin-bottom: 3px;
}

.pifa-form select {
    width: 456px;
}

.pifa-form input[type="text"],
textarea {
    width: 450px;
}

.pifa-form .pifa-error select,
.pifa-form .pifa-error input,
.pifa-form .pifa-error textarea {
    border: 1px solid #C31250;
}

.pifa-form .pifa-error input[type="text"],
.pifa-form .pifa-error textarea {
    width: 454px;
}

.pifa-form .pifa-error label {
    color: #C31250;
}

.pifa-form p {
    display: none;
}

.pifa-form .pifa-error .pifa-error-message {
    display: block;
}

.pifa-form .pifa-error:hover p {
    display: block;

}

/* ----- NEWSLETTERFORM ----- */
#contact_form {
    margin-top: 10px;
}

#contact_form label {
    display: block;
    float: left;
    width: 100px;
}

#contact_form input[type="text"] {
    width: 312px;
}

#contact_form select {
    width: 318px;
}

#contact_form div.policy label {
    width: 300px;
    margin-left: 100px;
}

#contact_form div.contact_row {
    margin-bottom: 3px;
}

/* ----- COOKIE DIRECTIVE ----- */
#cookie_note {
    background: #fff;
    left: 0;
    filter: alpha(opacity = 90);
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}

#cookie_note div.notify {
    font-size: 14px;
    padding: 10px 100px;
    position: relative;
}

#cookie_note a.dismiss {
    border: 1px solid #9ba21b;
    border-radius: 10px;
    color: #9ba21b;
    display: block;
    line-height: 14px;
    padding: 1px 4px 4px 4px;
    position: absolute;
    right: 5px;
    top: 5px;
    text-decoration: none;
}

#cookie_note a.dismiss:hover {
    background: #9ba21b;
    color: #fff;
}

#cookie_note .cancel_cookie {
    color: #9ba21b;
    line-height: 17px;
}


#content sup {
    vertical-align:super;
}

#content sub {
    vertical-align: sub;
}



/*####################*/
/*##### Media ########*/
/*####################*/

body.no-media .hide_desktop {
	display: none !important;
}

/* desktop */
@media (min-width: 769px) {

	.hide_desktop {
		display: none !important;
	}

}

/*####################*/
/* tablet */
/*####################*/
@media (max-width: 768px) {

	/* basics*/
	.hide_mobile {
		display: none !important;
	}

	button,
	.button,
	input,
	select {
		min-height: 30px !important;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 2;
		margin:10px;
	}

	/* body */
	body {
	}
	body.menu_open {
		overflow: hidden;
	}
	body.menu_open #page {
		height: 100%;
		overflow: hidden;
	}

	/* .burger_menu */
	a.burger_menu {
		background: none;
		
		cursor: pointer;
		display: block;
		font-size: 24px;
		height: 30px;
		margin: 0 0 -10px 0;
		padding-left: 30px;
		position: absolute;
		right: 0;
		bottom: 10%;
		z-index: 980;
		zoom: 1;
	}
	a.burger_menu:before,
	a.burger_menu:after {
		border-bottom: 3px solid black;
		content: "";
		left: 0;
		position: absolute;
		width: 100%;
	}
	a.burger_menu:before {
		border-top: 3px solid black;
		height: 6px;
		top: 0;
	}
	a.burger_menu:after {
		height: 12px;
		position: absolute;
		top: 6px;
	}

	/* #page */
	#page {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0px;
	}

	/* .button */
	.button.red,
	.button.grey {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* basic widths */
	.button.grey,
	.button.red,
	div.button_grey input,
	div.button_red input,
	.column_quarter,
	#content,
	#content .slider .images li img,
	#copyright,
	#footer,
	#googleMap,
	#header,
	#page,
	.slider,
	.slider .images li {
		width: 100%;
	}

	/* basic reset */
	#content,
	#copyright,
	#footer,
	#header {
		margin: 0;
		padding: 0;
	}

	/* .blog */
	.blog .date {
		display: block;
		float: none;
		margin: 0 0 8px 0;
	}
	.blog span+a {
		display: block;
		float: none;
	}

	/* #breadcrumb */
	#breadcrumb {
		height: auto;
		margin: 10px 0;
		padding: 0;
	}
	#breadcrumb ul {
		display: inline-block;
	}
	#breadcrumb ul li,
	#breadcrumb ul li+li {
		margin: 0 5px 0 0;
		padding: 0;
	}
	#breadcrumb ul li:last-child {
		margin: 0;
	}

	/* .column_quarter */
	.column_quarter .col {
		width: auto;
	}
	/*.column_quarter.text.teaser {*/
	/*width: auto;*/
	/*}*/
	.teaser-text .column_quarter.text .col {
		width: auto;
	}
	.column_quarter .col,
	.column_quarter .col+.col {
		margin: 0 2% 10px 0;
	}
	.column_quarter .col h3 {
		line-height: 1;
		margin-bottom: 5px;
	}
	.column_quarter .col.mobile-col-100 {
		width: 100%;
	}
	.column_quarter .col.mobile-col-100 .teaser_img {
		background: none;
		width: 100%;
	}
	.column_quarter .col.mobile-col-100 img.teaser_img_mobile {
		float: left;
		height: auto;
		margin: 0 10px 0 0;
		max-width: 100%;
	}
	.column_quarter .col a.more {
		display: block;
		float: left;
		position: relative;
	}
	.column_quarter .col .teaser_img {
		display: inline;
		height: auto;
	}
	.column_quarter .col .teaser_img.initialized {
		background-image: none !important;
	}
	.column_quarter .col .teaser_img p {
		height: auto;
	}
	.column_quarter .col .teaser_img p,
	.column_quarter .col .teaser_img:hover p {
		border: 0;
		margin-top: 0;
		opacity: 1;
		overflow: hidden;
		padding: 0;
		width: auto;
	}
	.column_quarter .col .teaser_img p a {
		display: block;
	}
	.column_quarter .col .teaser_img p a.more {
		display: inline;
		float: left;
		padding: 0 5px 0 0;
		position: relative;
	}
	.column_quarter.text .col {
		height: auto !important;
		margin: 0 2% 25px 0;
		width: 100%;
	}

	/* #contact_form */
	#contact_form input[type="text"] {
		width: 100%;
	}
	#contact_form select {
		width: 100%;
	}
	#contact_form label {
		float: none;
		width: 100%;
	}
	#contact_form div.policy label {
		margin: 0;
		width: 100%;
	}
	#contact_form input[type="checkbox"] {
		margin: 10px 3px 3px 0px;
	}
	#contact_form_submit_left,
	#contact_form_submit_right {
		float: none;
		margin: 10px 0 0 0;
	}

	/* #content */
	#content {
		margin: 0 ;
		
	}
	#content p {
		margin: 10px ;
		
	}
	#content .slider ul {
		margin: 0;
		position: relative;
	}
	#content ul > li > p.FreieForm strong,
	#content ul > li > strong {
		display: block;
	}
	#content div.pagination > ul {
		line-height: 1;
		margin: 0;
	}
	#content ul.pagination {
		display: table;
		margin: 0;
		padding: 10px 0 15px 0;
		width: 100%;
	}
	#content ul.pagination > li {
		display: table-cell;
		float: none;
	}
	#content ul.pagination > li:first-child > a {
		text-align: left;
	}
	#content ul.pagination > li > a {
		text-align: center;
		margin: 0;
	}
	#content ul.pagination > li > a#forward {
		text-align: right;
	}
	#content > img {
		margin: 5px;
		height: auto;
		max-width: 100%;
	}
	#content .slider ul.pagination {
		display: none;
	}
	#content .slider .images li img {
		position: relative;
	}

	/* #copyright */
	#copyright {
		bottom: auto;
		height: auto;
		margin: 12px 0 0 10px;
		position: relative;
	}
	#copyright > p {
		white-space: nowrap;
	}
	#copyright > p+p {
		display: none;
	}

	/* .download_list */
	#content ul.download_list {
		margin: 0;
	}
	ul.download_list {
		display: table;
	}
	ul.download_list > li {
		display: table-row;
		padding: 0;
	}
	ul.download_list > li > img {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: table-cell;
		float: none;
		height: auto;
		margin: 0;
		max-width: 100%;
		width: 100%;
	}
	ul.download_list > li > img.safari {
		width: auto;
	}
	ul.download_list > li > img+.content {
		display: table-cell;
		float: none;
		padding: 0 0 20px 2%;
		vertical-align: top;
		width: auto;
	}

	/* .fb_iframe_widget */
	.fb_iframe_widget {
		margin: 10px 0 0 0;
		width: 100%;
	}
	.fb_iframe_widget iframe {
		width: 100% !important;
	}
	.fb_iframe_widget span {
		width: 100% !important;
	}
	.fb_iframe_widget_fluid span {
		width: 100% !important;
	}

	/* #footer */
	#footer {
		bottom: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		padding: 10px;
		position: relative;
	}
	#footer .navigation {
		display: inline-block;
		margin-bottom: 10px;
	}
	#footer .navigation li,
	#footer .navigation li+li {
		margin: 0 10px 0 0;
	}
	#footer .navigation li a {
		line-height: 15px;
	}

	/* .gallery */
	.gallery {
		width: 100%;
	}
	#content .gallery ul.slider {
		margin: 0;
	}
	.gallery .slider li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		line-height: 0;
		margin: 0 0 2% 0;
		width: 49%;
	}
	.gallery .slider li.odd {
		margin: 0 0 2% 2%;
	}
	.gallery .slider li img {
		width: 100%;
	}

	/* #header */
	#header {
		height: auto;
		padding: 0px 0 10px 0;
		position: relative;
	}
	#header > a {
		display: block;
		margin: 0 50px 0 0;
		position: relative;
		z-index: 2;
	}
	#header > a.burger_menu {
		position: absolute;
		margin: 0 0 -10px 0;
	}
	#header > img {
		height: auto;
		max-width: 100%;
		margin:0;
		/*display: none;*/
	}
	#header #navigation_header {
		display: none;
	}
	#header #logo {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		margin: 10px;
		max-width: 90%;
		position: relative;
	}

	/* #menu */
	#menu {
		background: #000;
		background: rgba(0,0,0,0.7);
		bottom: 0;
		-webkit-box-shadow: -10px 8px 35px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: -10px 8px 35px 0px rgba(0,0,0,0.75);
		box-shadow: -10px 8px 35px 0px rgba(0,0,0,0.75);
		right: -280px;
		margin: 0;
		overflow-y: auto;
		padding: 10px;
		position: fixed;
		z-index: 2000;
	}
	#menu > .navigation form {
		margin: 0 0 10px 0;
		position: relative;
	}
	#menu > .navigation form > .search-icon {
		background: url('../images/misc/sprite.png') no-repeat -247px -290px;
		cursor: pointer;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		width: 26px;
	}
	#menu > .navigation form input[type="text"] {
		padding: 2px 25px 2px 2px;
	}
	#menu+#content {
		margin-left: 0;
		width: 100%;
	}
	#menu ul {
		list-style: none;
	}
	#menu > ul > li > ul {
		margin: 0 0 5px 0;
	}
	#menu #navigation_header_mobile {
		/*border-top: 1px solid #474747;*/
		margin: 5px 0 0 0;
		padding: 5px 0 0 0;
	}
	#menu .navigation li a,
	#menu #navigation_header_mobile li a {
		/*color: #797979;*/
		color: #ededed;
		display: block;
		font-size: 14px;
		line-height: 26px;
		text-decoration: none;
	}
	#menu .navigation li a:hover,
	#menu .navigation li a.active,
	#menu #navigation_header_mobile li a:hover,
	#menu #navigation_header_mobile li a.active {
		color: #fff;
	}
	#menu #navigation_header_mobile form {
		display: none;
	}
	#menu .navigation li ul li a {
		border-bottom-color: white;
		line-height: 30px;
		padding-bottom: 1px;
	}

	/* #navigation_searchform_top */
	#navigation_searchform_top + h3 {
		word-break: normal;
	}

	/* .pifa-form */
	.pifa-form select,
	.pifa-form textarea,
	.pifa-form input[type="text"],
	.pifa-form input[type="password"],
	.pifa-form .pifa-error select,
	.pifa-form .pifa-error textarea,
	.pifa-form .pifa-error input[type="text"],
	.pifa-form .pifa-error input[type="password"],
	select,
	textarea,
	input[type="text"],
	input[type="password"],
	button[type="submit"],
	button[type="button"] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		outline: 0 none;
		width: 100%;
	}
	.pifa-form .pifa-error .pifa-error-message {
		display: block;
		float: left;
		margin: 10px 0 0 0;
		width: 100%;
	}
	.pifa-form .checkbox_wrapper {
		float: left;
		margin: 10px 0 0 0;
		width: 100%;
	}
	.pifa-form .checkbox_wrapper input {
		min-height: 25px !important;
		float: left;
	}
	.pifa-form .checkbox_wrapper label {
		float: left;
		margin: 0 0 0 20px;
	}

	/* #search_term */
	#search_term.full {
		margin: 0 0 10px 0;
		width: 100%;
	}

	/* #search_result */
	#search_result li {
		padding: 0 0 0 20px;
		position: relative;
	}
	#search_result li > span {
		left: 0;
		margin: 0;
		width: 16px;
	}

	/* .sitemap */
	.sitemap > li {
		padding: 10px 0 11px 0;
	}

	/* slider */
	.slider {
		height: auto;
		position: relative;
	}
	.slider a.next,
	.slider a.prev {
		background: #fff;
		border-radius: 9px;
		display: block;
		height: 30px;
		line-height: 30px;
		margin-top: -18px;
		opacity: 0.7;
		outline-style: none;
		position: absolute;
		text-align: center;
		text-decoration: none;
		top: 50%;
		width: 40px;
		z-index: 1000;
	}
	.slider a.next {
		left: 5px;
	}
	.slider a.next:after {
		content: \\\\\\\'\\\\\\\\00ab\\\\\\\';
		display: block;
		text-align: center;
	}
	.slider a.prev {
		right: 5px;
	}
	.slider a.prev:after {
		content: \\\\\\\'\\\\\\\\00BB\\\\\\\';
		display: block;
		text-align: center;
	}
	.slider .images li {
		left: 0;
		overflow: hidden;
	}
	.slider .images li a {
		display: none;
		margin: 0;
	}
	.slider .images li h2 {
		cursor: pointer;
	}
	.slider .images li h2,
	.slider .images li h3 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 26px;
		height: auto;
		left: 0;
		margin: 0;
		padding: 0 50px;
		top: 10%;
		width: 100%;
	}
	.slider .images li.active h3 {
		display: none;
	}

	/* .submit */
	.submit.search {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 0 10px 0;
		width: 100%;
	}

	/* .social_media */
	ul.social_media {
		width: 100%;
	}
	ul.social_media li {
		margin: 0 10px 0 0;
	}

	/* .ui-dialog */
	.ui-dialog {
		border-radius: 0;
		padding: 0 !important;
		width: 100% !important;
	}
	.ui-dialog img {
		display: block;
		width: 100%;
	}
	.ui-dialog .ui-dialog-titlebar-close {
		display: block;
		margin: 0;
		right: auto;
		text-align: center;
		top: 6px;
		width: 100%;
	}
	.ui-dialog .ui-resizable-se {
		display: none !important;
	}
	.ui-widget-content {
		border: 0;
	}
	.ui-dialog .ui-dialog-content#myDialog {
		padding: 10px;
	}
	.ui-dialog .ui-dialog-content {
		min-height: 120px !important;
	}

	/* .dialog-gallery */
	.ui-dialog.dialog-gallery .ui-dialog-titlebar {
		display: none;
	}

	/* .cookie_note_dialog */
	.ui-dialog.cookie_note_dialog {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		left: 0 !important;
		padding: 10px !important;
	}
	.ui-dialog.cookie_note_dialog+.ui-widget-overlay {
		width: 100% !important;
	}
	.ui-dialog.cookie_note_dialog .ui-dialog-buttonpane {
		margin: 10px 0 0 0;
		overflow: hidden;
		padding: 0;
	}
	.ui-dialog.cookie_note_dialog .ui-dialog-titlebar {
		display: none;
	}
	.ui-dialog.cookie_note_dialog .ui-dialog-buttonset {
		float: none;
		padding: 0;
		width: 100%;
	}
	.ui-dialog.cookie_note_dialog .ui-dialog-buttonset button {
		margin: 0;
	}
	.ui-dialog.cookie_note_dialog .ui-dialog-buttonset button+button {
		margin: 10px 0 0 0;
	}
	.ui-dialog.cookie_note_dialog #cookie_note {
		height: auto !important;
		position: relative;
	}

	/* .user_forum */
	.user_forum .button.red,
	.user_forum .button.grey {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 10px 0 0 0;
		width: 100%;
	}
	.user_forum input[type=\\\\\\\"text\\\\\\\"] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	.user_forum .email {
		float: none;
	}
	.user_forum .name {
		float: none;
	}
	.user_forum .submitbuttons {
		padding: 0;
	}
	.user_forum strong {
		line-height: 20px;
	}
	.user_forum .blog-data {
		padding-top: 10px;
	}
	.user_forum #calendarTable td+td .block {
		padding-left: 10px;
		width: auto;
	}
	.user_forum .modtext {
		text-align: left;
	}
	.user_forum a.reply,
	.user_forum a.reply_quote,
	.user_forum .like+a {
		margin: 0;
		padding: 0;
		text-align: right;
		width: 100%;
	}
	.user_forum .like+a+a {
		margin-top: 10px;
	}

	/* different settings */
	.button.grey,
	.button.red,
	div.button_red input,
	div.button_grey input,
	.login input[type=\\\\\\\"submit\\\\\\\"] {
		margin-top: 10px;
		outline: 0 none;
		width: 100%;
	}
	div.button_grey,
	div.button_red {
		overflow: hidden;
		width: 100%;
	}
	.login {
		padding: 10px 0;
	}
	.login label {
		line-height: 20px;
	}

}










@media (max-width: 400px) {

	.column_quarter .col.mobile-col-100 img.teaser_img_mobile {
		float: none;
		margin: 5px 0;
		width: 100%;
	}

	.slider .images li.active h2 {
		font-size: 19px;
	}

}



/* phone */
@media (max-width: 320px) {

	/* .burger_menu */
	a.burger_menu {
		bottom: 10%;
	}

	/* .column_quarter */
	.column_quarter .col.mobile-col-100 img.teaser_img_mobile {
		float: none;
		margin: 5px 0;
		width: 100%;
	}
	.column_quarter .col .teaser_img p,
	.column_quarter .col .teaser_img:hover p {
		padding-left: 0;
	}

	/* #contact_form */
	#contact_form input[type=\\\\\\\"text\\\\\\\"] {
		width: 100%;
	}
	#contact_form select {
		width: 100%;
	}

	/* .slider */
	.slider .images li.active h2,
	.slider .images li.active h3 {
		padding: 0 30px;
	}
	.slider .images li.active h2 {
		top: 1%;
	}
	.slider .images li.active h3 {
		display: none;
	}
	.slider a.next,
	.slider a.prev {
		height: 20px;
		line-height: 20px;
		margin-top: -10px;
		width: 20px;
	}

	/* .download_list */
	ul.download_list {
		display: block;
	}
	ul.download_list > li {
		display: block;
	}
	ul.download_list > li > img {
		display: block;
		margin: 0 0 5px 0;
	}
	ul.download_list > li > img+.content {
		display: block;
		padding: 0 0 20px 3px;
	}

}

@media (max-width: 275px) {

	.slider .images li.active h2 {
		font-size: 14px;
		top: 0;
	}

}
