/*lila*/
/*orange*/
/*jo, ne...*/
/*fastschwarz*/
.schatten {
  -moz-box-shadow: 5px 3.33333333px 10px -5px #000000;
  -webkit-box-shadow: 5px 3.33333333px 10px -5px #000000;
  box-shadow: 5px 3.33333333px 10px -5px #000000;
}
.schwarzweiss {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(/_intern/pics/desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.bunt {
  filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
  -webkit-filter: grayscale(0);
}
.button {
  display: inline-block;
  border: 1px solid #f08123;
  padding: 0px 20px;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* --- 1280px --------------------------------------------- */
@media only screen and (max-width: 1280px) {
  #header #logo_ct #logo {
    width: 30%;
    left: 10%;
  }
  #header #logo_ct #logo img {
    width: 90%;
    height: auto;
  }
}
/* --- 1160px --------------------------------------------- */
@media only screen and (max-width: 1160px) {
  #content {
    width: 48%;
  }
  #mainmenu a {
    font-size: 16px;
  }
  #lupe {
    right: 90px;
  }
}
/* --- 1024px --------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #head {
    text-align: center;
  }
  #head #logo,
  #head #kopfgrafik {
    float: none;
    margin: 0 auto;
  }
}
/* --- 980px --------------------------------------------- */
/* ---1000px --------------------------------------------- */
/*@media only screen and (max-width: 1000px) { */
@media only screen and (max-width: 970px) {
  /*#head,*/
  #mainmenu {
    display: none;
  }
  #mainmenu #symbole,
  #mainmenu #kopfgrafik,
  #mainmenu #logo {
    margin: 0 auto;
    display: none;
  }
  #meta_nav_container {
    display: block;
    background-color: #f08123;
  }
  #head {
    height: auto;
    width: 100%;
  }
  img {
    max-width: 100%;
  }
  .blocktable {
    width: 95%;
  }
  .blocktable td,
  .blocktable th {
    display: block;
    width: 100% !important;
  }
  .blocktable td input[type='text'],
  .blocktable th input[type='text'],
  .blocktable td input[type='password'],
  .blocktable th input[type='password'],
  .blocktable td select,
  .blocktable th select {
    width: 100%;
  }
  #submenu,
  #topborder,
  #bottomborder,
  #subnavi_desktop,
  #searchcontent,
  #sprachwahl select,
  #sprachlinks,
  .referenz_zusatz {
    display: none;
  }
  #mobilemenu,
  #mobile_menuicon,
  #mobil_suche,
  #flaggen,
  #icon_metamenu,
  #content .referenzen_rechts_mobil {
    display: block;
  }
  #flaggen {
    width: 28px;
    padding-top: 10px;
    padding-right: 20px;
    float: left;
  }
  #sprachlinks {
    width: 100px;
    position: absolute;
    right: 0px;
    top: 24px;
    background-color: #f08123;
    z-index: 10;
    -moz-box-shadow: 5px 3.33333333px 10px -5px #000000;
    -webkit-box-shadow: 5px 3.33333333px 10px -5px #000000;
    box-shadow: 5px 3.33333333px 10px -5px #000000;
  }
  #sprachlinks img {
    padding: 10px;
  }
  #icon_metamenu {
    padding-top: 10px;
    width: 28px;
    text-align: center;
    float: left;
  }
  .datum {
    font-size: 12px;
  }
  #container_aussen {
    background-image: none !important;
    width: 100%;
  }
  #meta_nav {
    /*
		position:absolute;
		top:55px;

		right:0;
		z-index:10;
		background-color:#744d9f;
		display:none;
		float:right;
		width:100px;
		padding-top:10px;

		a
		{
		display:block;
		padding:4px 0;
	}

		.trenner
		{
		display:none;
	}
		a
		{
		padding-left:5px;
	}

		*/
  }
  #header {
    margin-bottom: -4px;
  }
  #meta_nav_container {
    text-align: center;
    width: 90%;
    padding: 20px 5%;
    height: auto;
    position: relative;
  }
  #meta_nav_container.fixed {
    position: fixed;
    z-index: 2;
    top: 0;
  }
  #sprachwahl {
    text-align: right;
    position: absolute;
    right: 5px;
    top: 15px;
  }
  /*alte suche 
	#mobilsuche
	{
	width:350px;
	max-width: 60%;
	float:none;
	padding-top:2px;
	margin:0 auto;

	div
	{
	text-align:right;
	padding-right:10px;
}

	.suche_submit
	{
	background-color:white;
	color:@schmuckfarbe2;
	height:32px;
	box-shadow: 1px 1px 2px #ccc;
}

	input
	{
	max-width: 50%;
	.Round(5px);
}
}
	alte suche */
  #mobil_suche {
    width: 350px;
    width: 80%;
    float: none;
    margin: 0 auto;
    position: relative;
    top: -4px;
  }
  #mobil_suche div {
    text-align: right;
    padding-right: 10px;
  }
  #mobil_suche .suche_submit {
    width: 33px;
    position: relative;
    top: 5px;
    border: none;
    background: transparent;
  }
  #mobil_suche input {
    width: 85%;
    height: 23px;
    border: 1px solid white;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
  }
  #content {
    margin-left: 0;
    width: 94% !important;
    padding-top: 10px;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 16px !important;
    line-height: 1.3em;
  }
  #content table tr td {
    /*padding: 0px!important;*/
  }
  #content table tr td img {
    max-width: 90%;
    height: auto;
  }
  #map_wrap {
    max-width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  #map_wrap .punkt_container img {
    width: 100%;
  }
  #rechts {
    margin: auto;
    float: none;
    width: 97%;
    padding: 0 5px;
  }
  #rechts .block {
    font-size: 14px;
    line-height: 1.2em;
    width: 48%;
    min-width: 235px;
    max-width: 100%;
    float: left;
  }
  #rechts .block:nth-of-type(2n+0) {
    margin-right: 10px;
  }
  #rechts .block h3 {
    font-size: 15px;
  }
  #rechts .block div {
    width: 190px;
    margin: 0 auto;
  }
  #rechts .block .blockinhalt {
    max-width: 95%;
  }
  #rechts table {
    width: 95%;
  }
  #rechts table td,
  #rechts table th {
    display: block;
    width: 100% !important;
  }
  #rechts table td input[type='text'],
  #rechts table th input[type='text'],
  #rechts table td input[type='password'],
  #rechts table th input[type='password'],
  #rechts table td select,
  #rechts table th select {
    width: 100%;
  }
  #rechts table img {
    max-width: inherit;
  }
  #news_slider-wrapper img {
    width: 100%;
    height: auto;
  }
  .slider_bild {
    width: 100%;
  }
  .slider_text {
    display: none;
  }
  .slider_text_mobil {
    margin-top: 10px;
    display: block;
  }
  .slider_bild {
    width: 100%;
    height: auto;
  }
  table.block {
    width: initial !important;
    margin: 0 auto;
  }
  table.block td {
    display: block;
    padding-bottom: 10px;
  }
  .produkttable {
    width: 100%;
    padding: 0;
  }
  .produkttable td {
    width: 33%;
  }
  .reihe {
    background-color: white;
    margin-bottom: 20px;
    width: 100%;
  }
  .reihe .spalte {
    width: 93%;
    padding: 10px;
  }
  .reihe .spalte.li {
    text-align: center;
  }
  table#techdaten {
    border: 1px solid #f68020;
    width: 98%;
  }
  table#techdaten tr:nth-of-type(odd) {
    background-color: white;
  }
  table#techdaten tr:first-of-type {
    background-color: #f08123;
  }
  table#techdaten tr td {
    background-color: transparent;
    border-bottom: 1px solid #f68020;
    padding: 5px;
  }
  table#techdaten tr td.firstcol {
    width: 30%;
  }
  table#techdaten tr td.secondcol {
    width: 70%;
  }
  /*techdaten*/
  .formular_link,
  .shop_link {
    margin-left: 0 !important;
    width: 92% !important;
    margin-bottom: 20px;
    margin-left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  input.button {
    width: 100%;
  }
  #aktuelles td,
  #archiv td {
    background-color: white;
    padding: 5px !important;
  }
  #aktuelles td.spalte_drei,
  #archiv td.spalte_drei {
    text-align: center;
    margin-bottom: 10px;
  }
  table#nl {
    width: 95%;
  }
  table#nl td {
    display: block;
    width: 100%;
  }
  table#nl td input {
    width: 100%;
  }
  table#nl td input[type='submit'] {
    margin-top: 10px;
    width: 103%;
    padding: 10px;
  }
  ul.sitemap li {
    padding: 5px 0;
    list-style-type: none;
  }
  ul.sitemap li a {
    font-size: 14px;
  }
  /*formular produkte*/
  #container,
  #container1,
  #container2,
  #container3 {
    width: 97%;
  }
  #container td,
  #container1 td,
  #container2 td,
  #container3 td {
    text-align: left;
  }
  #container #right {
    float: left;
    padding: 0;
    margin: 0;
  }
  #data_pro {
    width: 93%;
  }
  #data_pro div {
    width: 100% !important;
    float: none !important;
  }
  #send-button {
    position: inherit;
  }
  .fensterle {
    z-index: 10000000;
    position: fixed;
    left: 5%;
    top: 40%;
    width: 80%;
  }
  .fensterle .close {
    display: block;
    position: absolute;
    text-align: center;
    font-weight: bold;
    width: 25px;
    height: 22px;
    padding-top: 3px;
    right: -10px;
    top: -10px;
    border: 1px solid black;
    background-color: white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  #bdr_hinweis {
    display: block;
  }
  .btd_block {
    font-size: 12px;
  }
  #rechner-bg {
    background-image: none !important;
    width: 97% !important;
    padding: 5px !important;
  }
  #artikelbild #artikelbild_text {
    width: 100%;
    float: none;
  }
  #artikelbild #artikelbild_bild {
    float: none;
    margin: 0 auto;
    margin-top: 12px;
  }
  #cbox .cb_buttons #cb_mehrinfo {
    width: 300px;
  }
  #cbox .cb_buttons input[type="submit"] {
    width: 100%;
    font-size: 16px;
    margin: 0 auto 20px auto;
  }
}
/* --- 860px --------------------------------------------- */
@media only screen and (max-width: 860px) {
  #socialmedia-container,
  #socialmedia-container_inline {
    margin-top: 30px;
    color: black;
  }
  .karriere .einleitung .ct .text,
  .karriere .einleitung .ct .bild {
    width: 100%;
  }
  .karriere .einleitung .ct .text img,
  .karriere .einleitung .ct .bild img {
    width: 100%;
    height: auto;
  }
  .karriere .benefits .ct .item {
    width: calc(50% - 10px);
    height: 125px;
  }
  .karriere .ma .item,
  .karriere .ma.bewerben .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .karriere .ma .item button.stellen,
  .karriere .ma.bewerben .item button.stellen {
    width: 100%;
  }
  .karriere .ma .item img,
  .karriere .ma.bewerben .item img {
    width: 100%;
    height: auto;
  }
}
/* --- 580px --------------------------------------------- */
@media only screen and (max-width: 584px) {
  .produkttable tr {
    display: block;
  }
  .produkttable tr td {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  #standorte .row .links,
  #standorte .row .rechts {
    width: 100%;
    padding: 0px;
  }
  #standorte .row .links {
    padding: 5px 10px;
  }
  #standorte .row .rechts {
    text-align: center;
    padding-bottom: 10px;
  }
  #standorte .row .rechts img {
    width: 95%;
  }
  #cbox {
    height: 100vh;
    overflow-y: scroll;
  }
  #cbox .cb_buttons.new {
    max-width: 100%;
  }
  #cbox .cb_buttons.new #cb_alle,
  #cbox .cb_buttons.new #cb_ablehnen {
    width: 100%;
  }
  #cbox .cb_buttons.new #cb_alle {
    margin: 0 auto 10px auto;
    float: none;
  }
  #cbox .cb_buttons #cb_mehrinfo {
    width: 100%;
    margin-right: 0;
  }
  #cbox .cb_buttons button.cb {
    margin-top: 10px;
    width: 100%;
  }
  #cbox .ct_submit button {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}
/* --- 600px --------------------------------------------- */
@media only screen and (max-width: 600px) {
  table.produkt_uebersicht tr td {
    display: block;
  }
}
/* --- 480px --------------------------------------------- */
/*@media only screen and (max-width: 479px) {*/
@media only screen and (max-width: 479px) {
  #header #logo_ct #logo {
    width: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
  }
  #header #logo_ct #logo img {
    width: 60%;
  }
  #rechts .block {
    width: 98%;
  }
  #rechts .block div {
    width: 100%;
  }
  table#vertrieb div.bild,
  table#vertrieb div.text {
    width: 100%;
  }
  #flaggen {
    padding-right: 10px;
  }
  #content .referenzen_rechts_mobil {
    width: 100%;
  }
  #bilder_footer .item {
    width: 100%;
    margin-bottom: 10px;
  }
  #bilder_footer .item img {
    width: 100%;
    height: auto;
  }
  #mobil_suche input {
    width: 70%;
  }
}
/* --- 320px --------------------------------------------- */
