/* --------------------------------------------------------------------------------------- 
smaller than 1250
--------------------------------------------------------------------------------------- */
@media screen and (max-width: 1250px) {

#wrapper {
	margin: 0 3%;
	width: 94%;
	}
	
#meta {
	width: 100%;
	}	
	
/* --------------------------------------------------------------------------------------- 
Slider Homepage
--------------------------------------------------------------------------------------- */	
.slider_shadow {
	display: none;
	}	
	
.flex-caption {
	left: 10px; top: 35%;
	background: url(../_images/sprite.png) no-repeat 0 -391px; 	
	height: 150px;	
	line-height: 18px;
	max-width: 320px;
	padding: 15px 0 0 100px;	
	width: 35%;	
	}	
	
.flex-caption span {
	font-size: 1.5em;
	font-weight: bold;
	}	
	
.flex-caption p {
	font-size: 1em;
	line-height: 1.5em;
	}	
	
.flex-direction-nav li .next { 
    background: url(../_images/sprite.png) no-repeat -379px -208px transparent;		
	height: 57px;	
	margin-top: -40px;
	width: 156px;
	}
		
.flex-direction-nav li .prev {
    background: url(../_images/sprite.png) no-repeat -388px -265px transparent;	
	height: 41px;  
	width: 96px;
	 }	
	 	 
.flex-control-nav {
	right: 10px;
	}
	 	 
.flex-control-nav li {
	margin: 0 0 0 3px;	
	  }
	  
.flex-control-nav li a {
	background: url(../_images/sprite.png) no-repeat -21px -89px; 	
	height: 14px; 
	width: 14px;	
	  }
	  
.flex-control-nav li a:hover {
	background-position: -21px -103px;
	}
	
.flex-control-nav li a.active {
	background-position: -21px -117px;
	}
	
/* --------------------------------------------------------------------------------------- 
Tabelement homepage
--------------------------------------------------------------------------------------- */
ul.tabs {
	margin: 30px 0 10px 30px;
	}
		
ul.tabs li a {
	font-size: 117%; 
	padding: 10px 12px;		
	}
	 	
.two_columns {
	margin: 0 2%;
	width: 46%;
	}

.four_columns {
	margin: 0 15px 30px 15px;
	min-height: 200px;
	width: 45%;
	}
		
.tabbox_start_list {
	margin-top: 11px;
	}
	
.tabbox_start_list li {
	line-height: 24px;
	list-style-image: url(../_images/bulletpoint.png);	
	margin-left: 18px;
	}	
	
ul.tabs-content p {
	margin-bottom: 0;
	}	

/* --------------------------------------------------------------------------------------- 
Tabelement subpage
--------------------------------------------------------------------------------------- */
#tabelement_sub {
	width: 100%;
	}

ul.tabs_sub li {
	margin-right: 6px;
	margin-top: 14px;
	width: auto;
	}	
	
ul.tabs_sub li a {
	font-size: 15px; 
	margin-top: 4px;	
	padding: 10px 15px;	 
	width: auto;
	}
	
ul.tabs_sub li a.active:after {
	margin: 18px auto 0 auto;
	}		

ul.tabs_sub_content {
	padding: 20px 0;
	width: 100%;	
	}
	
#tabelement_sub .one_column {
	margin: 0 15px;
	width: 95%;
	}	
	
#tabelement_sub .two_columns {
	margin: 0 15px;
	width: 96%;
	}
	
#tabelement_sub .two_columns ul {	
	list-style-image: url(../_images/bulletpoint.png);
	line-height: 140%;
	margin-left: 15px;
	margin-top: 8px;
	}	
	
#tabelement_sub .two_columns ul li {
	margin-bottom: 10px;
	}
	
/* --------------------------------------------------------------------------------------- 
Top visual
--------------------------------------------------------------------------------------- */
.keyvisual_shadow {
	display: none;
	}	
	
/* --------------------------------------------------------------------------------------- 
Breadcrumb
--------------------------------------------------------------------------------------- */
#breadcrumb {
	margin: 18px 0 -8px 0;
	}	

#maincontent {
	width: 56%;
	margin-right: 40px;
	}	

#threecolumn_layout .first {
	margin-right: 5%;
	width: 30%;
	}
	
#threecolumn_layout .second {
	margin-right: 5%;
	width: 30%;
	}	

#threecolumn_layout .third {
	width: 30%;
	}	
	
/* --------------------------------------------------------------------------------------- 
Leadgoal small
--------------------------------------------------------------------------------------- */
.contact_person {
	margin-right: 3%;
	width: 35%;
	}
	
.leadgoal_small_text {
	width: 62%;
	}	
	
/* --------------------------------------------------------------------------------------- 
Leadgoal wide
--------------------------------------------------------------------------------------- */
#leadgoal_wide {
	width: 100%;
	}
	
.leadgoal_wide_text {
	width: 100%;
	}	
	
.leadgoal_box {
	float: left;
	width: 60%;
	}	
	
#leadgoal_wide .brochure {
	float: right;
	width: 30%;
	}
	
/* --------------------------------------------------------------------------------------- 
Form
--------------------------------------------------------------------------------------- */		
#form {
	width: 100%;
	}
	
#form ul {
	width: 100%;
	}
	
#form li {
	margin: 0 42px 12px 0;
	width: 40%;		
	}

#form ul li.dropdown {
	margin-bottom: 20px;	
	width: 100%;
	}

#form input {
	background: #f7f7f7;	
	border: 1px solid #e1e1e1;	
	color: #777678;
	float: left;
	font-family: 'Open Sans', sans-serif;	
	height: 44px;
	margin-bottom: 8px;
	width: 100%; 
	padding-left: 20px;
	padding-bottom: 3px;
	/*Runde Ecken*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
    border-radius: 2px;	
	/*Schatten*/
	-webkit-box-shadow: 0 0 5px #dedede;
	-moz-box-shadow: 0 0 5px #dedede;
	box-shadow: inset 0 0 5px #dedede;	
    -webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;	
	}

#form .select {
    background: url(../_images/sprite.png) no-repeat -230px -320px transparent;
	color: #777678;	
	height: 35px;
	overflow: hidden;
	padding: 15px 0 0 20px;	
	position: absolute;	
	width: 200px;	
	}
	
#form input:active, #form input:hover, #form input:focus, #form textarea:active, #form textarea:hover, #form textarea:focus {
	background-color: #f7f7f7;
	border: 1px solid #c2c2c2;	
	}
	
#form input.btnSend:hover, #form input.btnSend:active, #form input.btnSend:focus  {
	background-color: #d567b3;
	border: 1px solid #98387a;	
	}	
	
.privacy {
	float: left;
	margin-top: 10px;
	}
	
.submit {
	float: left;
	margin-top: 0;
	}	
	
/* --------------------------------------------------------------------------------------- 
Sidebar
--------------------------------------------------------------------------------------- */	
#sidebar {	
	float: right !important;
	margin: 0;
	width: 340px;
	}	
	
/* --------------------------------------------------------------------------------------- 
Testimonial homepage
--------------------------------------------------------------------------------------- */
#testimonial_start {
	width: 50%;
	}

#testimonial_start .flexslider {
	margin: 0;
	padding-bottom: 20px;
	}

testimonial_start .cite li {
	font-size: 130%;
	}

testimonial_start .cite li span {
	width: 100%;
	}
			
#testimonial_start .next { 
	margin-top: 110px;
	}
		
#testimonial_start .prev {
	margin-top: 110px;
	}

/* --------------------------------------------------------------------------------------- 
Testimonial subpage
--------------------------------------------------------------------------------------- */
#testimonial_sub, #testimonial_sub_slide {
	background: #f7f7f7;
	border: 1px solid #e2e2e2;
	border-left: 4px solid #009a8f;
	float: left;
	margin: 30px 0;
	max-width: 695px;
	padding: 0 3% 20px 3%;
	width: 94%;
	overflow: hidden !important;
	}

#testimonial_sub .flexslider {
	margin: 0;
	padding-bottom: 20px;
	}

.quote {
	background: url(../_images/cite.png) no-repeat;
	display: block;
	height: 31px;
	left: -65px;
	margin: 0;
	position: relative;
	top: -10px;
	width: 10px;	
	}	

.cite li span {
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	margin: 20px 0 0 5em;
	width: 100%;
	}
	
#footer_columns li a {
	/*height: 43px;*/
	overflow: hidden;	
	}
}

/* --------------------------------------------------------------------------------------- 
smaller than 1024
--------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {	

#testimonial_start {
	width: 50%;
	}	
}

/* --------------------------------------------------------------------------------------- 
smaller than 1000
--------------------------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {	

#main_navi li a {
	padding: 8px 15px;
	}	

#maincontent {
	width: 100%;
	margin-right: 0;
	}	
	
#tabelement_sub .two_columns {
	margin: 0 15px;
	width: 44%;
	}
	
#tabelement_sub .two_columns ul {	
	list-style-image: url(../_images/bulletpoint.png);
	line-height: 140%;
	margin-left: 15px;
	margin-top: 8px;
	}	
	
#tabelement_sub .two_columns ul li {
	margin-bottom: 20px;
	}	
	
#sidebar {
	float: left !important;
	margin: 60px 0 0 3%;
	width: 320px;
	}		

#leadgoal_wide {
	width: 100%;
	}
	
.leadgoal_box {
	float: left;
	margin-right: 10%;
	width: 100%;
	}	
	
#leadgoal_wide #form ul li.dropdown {
	margin-bottom: 20px;	
	width: 100%;
	}	
	
#leadgoal_wide .brochure {
	float: left;
	margin-top: 30px;
	width: 100%;
	}	
	
#leadgoal_wide #form li {
	margin: 0 42px 12px 0;
	width: 42%;		
	}	
	
#leadgoal_wide .privacy {
	float: left;
	margin-top: 10px;
	width: 100%;
	}
	
#leadgoal_wide .submit {
	float: left;
	margin-top: 0;
	}		
	
.contact_person {
	margin-right: 3%;
	width: 20%;
	}
	
.leadgoal_small_text {
	width: 77%;
	}		
		
.submit {
	float: right;
	margin-top: -10px;
	margin-right: 12%;
	}	

}

/* --------------------------------------------------------------------------------------- 
smaller than 900
--------------------------------------------------------------------------------------- */
@media screen and (max-width: 900px) {	

#main_navi li {
	float: left;
	margin-left: 5px;
	}		
	
#main_navi li a {
	padding: 8px 10px;
	}

#solution_nav {
	float: left;
	height: auto;
	margin-bottom: 30px;
	width: 100%;	
	}	
	
#solution_nav ul {	
	float: left;
	list-style-type: none;
	margin-left: -212px;
	left: 50%;
	position: relative;
	width: 425px;
	}	
	
#solution_nav ul li {
	width: 100%;	
	}
	
#solution_nav ul li a {
	border-image: none;	
	-moz-border-image: none;
	border-left: none;	
	text-align: center;
	}
	
#solution_nav span.first, #solution_nav span.last, #solution_nav .solution_edge {
	display: none;
	}
	
#solution_nav ul li:last-child a, #solution_nav ul li:first-child a {
	padding: 18px 20px 20px 20px;	
	}	

#solution_nav .solution {
	background: #33aea5;
	background: -moz-linear-gradient(top,  #33aea5 0%, #009a8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33aea5), color-stop(100%,#009a8f));
	background: -webkit-linear-gradient(top,  #33aea5 0%,#009a8f 100%);
	background: -o-linear-gradient(top,  #33aea5 0%,#009a8f 100%);
	background: -ms-linear-gradient(top,  #33aea5 0%,#009a8f 100%);
	background: linear-gradient(to bottom,  #33aea5 0%,#009a8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33aea5', endColorstr='#009a8f',GradientType=0 );
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;		
	float: none;
	left: 50%;
	margin-left: -212px;
	padding: 16px 0 0 0;	
	position: relative;	
	text-align: center;
	width: 425px;
	}
	

#solution_nav .solution_new {
	background: #33aea5;
	background: -moz-linear-gradient(top,  #33aea5 0%, #009a8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33aea5), color-stop(100%,#009a8f));
	background: -webkit-linear-gradient(top,  #33aea5 0%,#009a8f 100%);
	background: -o-linear-gradient(top,  #33aea5 0%,#009a8f 100%);
	background: -ms-linear-gradient(top,  #33aea5 0%,#009a8f 100%);
	background: linear-gradient(to bottom,  #33aea5 0%,#009a8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33aea5', endColorstr='#009a8f',GradientType=0 );
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;		
	float: none;
	left: 50%;
	margin-left: -212px;
	padding: 16px 0 0 0;	
	position: relative;	
	text-align: center;
	width: 425px;
	}		

#testimonial_start {
	width: 90%;
	}
	
#testimonial_start .next, #testimonial_start .prev { 
	margin-top: 69px;
	}
		
#testimonial_sub_slide .next, #testimonial_sub_slide .prev {
	margin-top: 90px;
	}
	
#leadgoal_wide .brochure {
	float: right;
	margin-top: 30px;
	}		
	
#events_start {
	float: left;
	margin-top: 30px;
	}	
	
.reveal-modal {
	margin-left: -300px;
	width: 560px;
	}
	
.reveal-modal_bottom {
	width: 600px;
	}	
	
#dd_plm_dsvc, #dd_plm_dsis, #dd_plm_sap_plm, #dd_plm_ams_plm, #dd_eim_ecm, #dd_eim_sysm, #dd_eim_boa, #dd_eim_com, #dd_eim_ams_eim {
	width: 560px;	
	}	
	
.dd_portfolio_head {
	width: 480px;	
	}
	
.dd_portfolio_body {
	width: 520px;
	}	
}

/* --------------------------------------------------------------------------------------- 
smaller than 780
--------------------------------------------------------------------------------------- */
@media screen and (max-width: 780px) {
	
/* --------------------------------------------------------------------------------------- 
Primary Page Layout
--------------------------------------------------------------------------------------- */	
#start {
	background: #03afa3;
	background: -moz-linear-gradient(top,  #03afa3 0%, #009b90 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03afa3), color-stop(100%,#009b90));
	background: -webkit-linear-gradient(top,  #03afa3 0%,#009b90 100%);
	background: -o-linear-gradient(top,  #03afa3 0%,#009b90 100%);
	background: -ms-linear-gradient(top,  #03afa3 0%,#009b90 100%);
	background: linear-gradient(top,  #03afa3 0%,#009b90 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03afa3', endColorstr='#009b90',GradientType=0 );
	border-bottom: 1px solid #fff;
	min-height: 141px;
	}	

/* --------------------------------------------------------------------------------------- 
Meta navigation
--------------------------------------------------------------------------------------- */
#meta {
	display: none;
	}	
	
#meta_language_mobil {
	display: block;
	float: left;
	margin-right: -180px;
	}	
	
#meta_language_mobil #metanavigation li a {
	color: #fff;
	text-decoration: none;
	}
	
#logo {
	background: url(../_images/sprite.png) no-repeat -248px 0 transparent;
	float: right;
	height: 42px;	
	margin-top: 19px;
	opacity: .99;	
	width: 141px;		
	}	
	
.logo_link {
	display: block;
	height: 42px;	
	width: 141px;		
	}	
	
/* --------------------------------------------------------------------------------------- 
Language for mobile
--------------------------------------------------------------------------------------- */	
#language {
	display: block;
	height: 20px;
	margin: 0 0 -20px 11px;
	position: relative;
	z-index: 200;
	}	
		
/* --------------------------------------------------------------------------------------- 
Slider
--------------------------------------------------------------------------------------- */	
.flex-caption {
	display: none;
	}	
	
/* --------------------------------------------------------------------------------------- 
Main navigation
--------------------------------------------------------------------------------------- */
#mainnavigation {
	height: 130px;
	width: 100%;	
	}	
	
#main_navi {
	float: left;
	list-style-type: none;
	margin-top: 30px;
	width: 100%;
	}	
	
#main_navi li {
	font-size: 110%;
	margin-bottom: 20px;
	}	

/* --------------------------------------------------------------------------------------- 
Tabelement homepage
--------------------------------------------------------------------------------------- */
ul.tabs {
	margin: 30px 0 0 30px;
	width: 90%;
	}
	
ul.tabs li {
	float: none;
	height: 40px;
	margin: 0;
	width: 100% !important;	
	}		
		
ul.tabs li a {
	padding: 10px 0;	 
	width: 100%;
	}

ul.tabs li a.active {
	height: 20px;
	paddin-top: 10px;
	position: relative;	
	}		

.two_columns {
	margin: 0 0 30px 0;
	width: 100%;
	}

.four_columns {
	margin: 0 0 30px 0;
	min-height: 0;
	width: 100%;
	}
	
/* --------------------------------------------------------------------------------------- 
Tabelement subpage
--------------------------------------------------------------------------------------- */
#tabelement_sub {
	width: 100%;
	}

ul.tabs_sub li {
	margin-right: 0;
	margin-top: 12px;
	width: 100%;
	}	
	
ul.tabs_sub li a {
	padding: 11px 1px;	 
	width: 100%;
	}
	
ul.tabs_sub li a.active {
	height: 25px;
	margin-top: 0px;
	padding-top: 11px;
	}	
	
ul.tabs_sub li a.active:after {
	display: none;
	}			

ul.tabs_sub_content {
	padding: 20px 0;
	width: 100%;	
	}
	
#tabelement_sub .one_column {
	margin: 0 2%;
	width: 96%;
	}	
	
#tabelement_sub .two_columns {
	margin: 0 2%;
	width: 96%;
	}
	
#tabelement_sub .two_columns ul {	
	list-style-image: url(../_images/bulletpoint.png);
	line-height: 140%;
	margin-left: 15px;
	margin-top: 8px;
	}	
	
#tabelement_sub .two_columns ul li {
	margin-bottom: 20px;
	}		

/* --------------------------------------------------------------------------------------- 
Testimonial
--------------------------------------------------------------------------------------- */
#testimonial_start {
	width: 90%;
	}
	
#testimonial_start .next, #testimonial_start .prev  { 
	margin-top: 90px;
	}

#testimonial_sub_slide .next, #testimonial_sub_slide .prev {
	margin-top: 65px;
	}	
	
#testimonial_sub .cite li, #testimonial_sub_slide .cite li {
	font-size: 16px;
	font-style: italic;
	list-style-type: none;	
	}
	
/* --------------------------------------------------------------------------------------- 
Main content
--------------------------------------------------------------------------------------- */
#threecolumn_layout .first {
	margin-bottom: 30px;
	width: 100%;
	}
	
#threecolumn_layout .second {
	margin-bottom: 30px;	
	width: 100%;
	}	

#threecolumn_layout .third {
	margin-bottom: 30px;	
	width: 100%;
	}	
	
/* --------------------------------------------------------------------------------------- 
Leadgoal small
--------------------------------------------------------------------------------------- */
.contact_person {
	width: 100%;
	}
	
.leadgoal_small_text {
	margin-top: 16px;
	width: 100%;
	}			
	
/* --------------------------------------------------------------------------------------- 
Form
--------------------------------------------------------------------------------------- */		
.privacy {
	width: 100%;
	}

.submit {
	float: left;
	margin-top: 0px;
	margin-right: 12%;
	}		
	
.reveal-modal {
	margin-left: -250px;
	width: 460px;
	}
	
.reveal-modal_bottom {
	width: 500px;
	}	
	
#dd_plm_dsvc, #dd_plm_dsis, #dd_plm_sap_plm, #dd_plm_ams_plm, #dd_eim_ecm, #dd_eim_sysm, #dd_eim_boa, #dd_eim_com, #dd_eim_ams_eim {
	width: 460px;	
	}	
	
.dd_portfolio_head {
	width: 380px;	
	}
	
.dd_portfolio_body {
	width: 420px;
	}		
}

/* --------------------------------------------------------------------------------------- 
kleiner als 640
--------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
	
#slider_start {
	display: none;
	}	
	
#mm0 {
	background: #fff;	
	border: solid 1px #fff;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;			
	color: #009a8f;
	font-family: 'Open Sans', sans-serif;	
	margin-left: 30px;	
	padding: 5px;	
	position: absolute;	
	top: 80px;	
	width: 85%;	
	z-index: 100;
	}

#mm1 {
	background: #02a79c;	
	border: solid 1px #009b90;	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;			
	color: #fff;
	font-family: 'Open Sans', sans-serif;	
	margin-left: 30px;	
	padding: 5px;	
	position: absolute;	
	top: 190px;	
	width: 85%;	
	z-index: 100;	
	}	
	
#solution_nav .solution_new {
	background: none;
	color: #394147;
	float: none;
	left: 0;
	margin-left: 0;
	padding: 0 0 0 20px;	
	position: relative;	
	text-align: left;
	width: 100%;
	}	
	
#visual {
	display: none;
	}

#breadcrumb {
	display: none;
	}		

#content {
	padding: 30px 5%;
	width: 90%;
	}
	
#maincolumn_left {
	float: left;
	width: 97%
	}
	
#maincolumn_right {
	float: left;
	width: 97%	
	}	
	
.icon {
	float: left;
	margin: 10px 15px 0 0;
	padding-bottom: 30px;
	}	

.media {
	width: 100%;
	}
	
.text {
	float: left;	
	margin-top: 16px;
	width: 100%;	
	}
	
/* --------------------------------------------------------------------------------------- 
Testimonial subpage
--------------------------------------------------------------------------------------- */
#testimonial {
	background: #f7f7f7;
	border: 1px solid #e2e2e2;
	border-left: 4px solid #009a8f;
	float: left;
	margin: 30px 0;
	max-width: 695px;
	padding: 0 3% 20px 3%;
	width: 93%;
	overflow: hidden !important;
	}
	
#testimonial_start .next, #testimonial_start .prev { 
	margin-top: 120px;
	}
		
#testimonial_sub_slide .prev, #testimonial_sub_slide .next  {
	margin-top: 75px;
	}		
	
/* --------------------------------------------------------------------------------------- 
Leadgoal small
--------------------------------------------------------------------------------------- */		
#form li {
	margin: 0 42px 12px 0;
	width: 95%;		
	}

/* --------------------------------------------------------------------------------------- 
Leadgoal wide
--------------------------------------------------------------------------------------- */
#leadgoal_wide {
	width: 100%;
	}
	
.leadgoal_box {
	float: left;
	margin-right: 10%;
	width: 100%;
	}	
	
#leadgoal_wide #form ul li.dropdown {
	margin-bottom: 20px;	
	}	
	
#leadgoal_wide .brochure {
	float: left;
	margin-top: 30px;
	width: 100%;
	}	
	
#leadgoal_wide #form li {
	margin: 0 42px 12px 0;
	width: 95%;		
	}
	
#footer_social {
	display: none;
	}		
	
#footer_columns ul, #footer_columns ul.last {
	margin-bottom: 15px;
	width: 100%;
	}
	
.reveal-modal {
	margin-left: -210px;
	width: 380px;
	}
	
.reveal-modal_bottom {
	width: 420px;
	}	
	
#dd_plm_dsvc, #dd_plm_dsis, #dd_plm_sap_plm, #dd_plm_ams_plm, #dd_eim_ecm, #dd_eim_sysm, #dd_eim_boa, #dd_eim_com, #dd_eim_ams_eim {
	width: 380px;	
	}	
	
.dd_portfolio_head {
	width: 300px;	
	}
	
.dd_portfolio_body {
	width: 340px;
	}		

}

/* --------------------------------------------------------------------------------------- 
kleiner als 480
--------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
	
#solution_nav ul {	
	margin-left: -180px;
	width: 360px;
	}
	
#solution_nav .solution {
	margin-left: -180px;
	width: 360px;
	}		
	
ul.tabs {
	width: 87%;
	}	
	
#form input {
	width: 98%
	}
	
#footer {
	overflow: hidden;	
	}		

#footer_bottom_logo {
	display: none;
	}		
	
.reveal-modal {
	margin-left: -160px;
	width: 280px;
	}
	
.reveal-modal_bottom {
	width: 320px;
	}	
	
#dd_plm_dsvc, #dd_plm_dsis, #dd_plm_sap_plm, #dd_plm_ams_plm, #dd_eim_ecm, #dd_eim_sysm, #dd_eim_boa, #dd_eim_com, #dd_eim_ams_eim {
	width: 280px;	
	}	
	
.dd_portfolio_head {
	width: 200px;	
	}
	
.dd_portfolio_body {
	width: 240px;
	}		
		
}

/* --------------------------------------------------------------------------------------- 
kleiner als 400
--------------------------------------------------------------------------------------- */
@media screen and (max-width: 400px) {	

#solution_nav ul {	
	margin-left: -150px;
	width: 300px;
	}	
	
#solution_nav .solution {
	margin-left: -150px;
	width: 300px;
	}		

#testimonial_start .next, #testimonial_start .prev { { 
	margin-top: 350px;
	}

#testimonial_sub_slide .prev, #testimonial_sub_slide .next  {
	margin-top: 135px;
	}			
		
#benefits ul, #downloads ul {
	list-style-image: url(../_images/bulletpoint.png);
	line-height: 170%;
	margin-left: 30px;
	}

#benefits ul li, #downloads ul li {
	margin-bottom: 15px;
	}	
	
#references .next { 
	margin: 50px 8px 0 0;
	}
	
#references .prev  { 
	left: 10px;
	margin: 50px 8px 0 0;
	}
	
#sidebar {
	margin: 60px 0 0 0;
	overflow: hidden;
	width: 100%;
	}	
	
#events_start, #events, #contact_details, #benefits, #downloads, #promotion, #news, #references{
	left: 0;
	position: relative;
	width: 100%;	
	}
		
.events_headline, .contact_details_headline, .benefits_headline, .downloads_headline, .promotion_headline, .news_headline, .references_headline  {
	width: 87%;
	}	
	
.reveal-modal {
	margin-left: -130px;
	width: 220px;
	}
	
.reveal-modal_bottom {
	width: 260px;
	}	
	
#dd_plm_dsvc, #dd_plm_dsis, #dd_plm_sap_plm, #dd_plm_ams_plm, #dd_eim_ecm, #dd_eim_sysm, #dd_eim_boa, #dd_eim_com, #dd_eim_ams_eim {
	width: 220px;	
	}	
	
.dd_portfolio_head {
	width: 140px;	
	}
	
.dd_portfolio_body {
	width: 180px;
	}		
}

