/* general */
* {
	padding: 0;
	margin: 0;
}

ul {
	margin: 1em;
}

body {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	font-size: 1rem;
    line-height: normal;
}

/* fonts */
h1 {
	font-size: 1.375rem;
	color: #f47820;
}
h2 {
	font-size: 1.25rem;
	color: #f47820;
}
h3 {
	font-size: 1.125rem;
	color: #f47820;
}
h4 {
	font-size: 1rem;
	color: #f47820;
}
h5 {
	font-size: 0.875rem;
	color: #444444;
}
h6 {
	font-size: 0.75rem;
	color: #444444;
}
.fa, .fab, .fad, .fal, .far, .fas {
	font-size: 1.5rem;
	margin-right: 5px;
}
.fas-small {
	font-size: 1rem !important;
}

a {
	color: #444444;
	text-decoration: underline;
}
a:hover {
	color: #444444;
	text-decoration: none;
}

:target {
  display: block;
  position: relative;
  top: -250px; 
  visibility: hidden;
}
.anchors {
	position: fixed;
	font-size: 0.875rem;
	width: inherit;
}


.clear_5 {
	clear: both;
	height: 5px;
}
.clear_12 {
	clear: both;
	height: 12px;
}
.clear_24 {
	clear: both;
	height: 24px;
}
.clear_60 {
	clear: both;
	height: 60px;
}

.marginbottom_24 {
	width: 100%;
	margin-bottom: 24px;
}
.bottom_grey {
	border-bottom: #000000 solid 1px;
	background: #eeeeee;
}

.left_50_perc {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 24px;
	height: 150px;
}
.left_60 {
	float: left;
	width: 60px;
}
.left_30 {
	float: left;
	width: 30px;
}


/* navi */
.footernavi li {
	font-size: 0.875rem;
	color: #444444;
	float: left;
	margin-right: 10px;
}
.footernavi li a {
	font-size: 0.875rem;
	color: #444444;
	text-decoration: none;
}
.footernavi li a:hover {
	font-size: 0.875rem;
	color: #f47820;
	text-decoration: none;
}

.footernavi {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

.sprachenavi {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.sprachenavi li {
	float: left;
	margin-right: 10px;
	font-size: 0.875rem;
	color: #444444;
}
.sprachenavi li a {
	text-decoration: none;
}

.subnavi {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
.subnavi li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.95rem;
}
.subnavi:hover, .subnavi li a:hover {
	color: #f47820;
	text-decoration: none;
}
.subnavi li {
	float: left;
	margin-right: 15px;
}
.subnaviactive  {
	color: #f47820;
	text-decoration: none;
}

.cbp-hrmenu {
	display: table;
    width: 100%;
    border-collapse: collapse;
    border: none;
}
.cbp-hrmenu ul {
	list-style-type: none;
	color: #f47820;
	margin: 0;
	display: table-row;
}
.cbp-hrmenu ul ul li {
	margin-left: 0px;
}
.cbp-hrmenu > ul > li {
	position: relative;
	float: left;
	background: #f47820;
    display: table-cell;
	width: 10.8%;
    margin: 0 .5% 0 0;     
    border-left: #f47820 solid 1px;
    padding: 10.8% 5px 5px; 
	text-align: center;    
}
.cbp-hrmenu > ul > li:last-of-type {
	margin: 0;
}
.cbp-hrmenu > ul > li li {
	text-align: left;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #47a3da;
}

.cbp-hropen {
	background: rgba(244,120,32,0.1) !important;
}

.cbp-hrmenu > ul > li.cbp-hropen a h3,
.cbp-hrmenu > ul > li.cbp-hropen > a h3:hover {
	color: #f47820;
}

.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
    background: #ffffff;
    width: 310%;
    left: -1px;
	margin-top: 5px;
}

.cbp-hrmenu .cbp-hrsub a {
	position: relative; 
	top: 0;
	transform: none;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	/*padding: 10px 0;*/
	box-shadow: 5px 5px 5px #999;
    border-left: #f47820 solid 1px;
}

.cbp-hrmenu .cbp-hrsub-inner {
	display: inline-grid;
    grid-template-columns: 50% 50%;
	width: 100%;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 94%;
	float: left;
	/*padding: 0 2% 0 1%;*/
	padding: 2%;
    margin: 1%;
	text-align: left;
	background: rgba(244,120,32,0.1);
}

.cbp-hrmenu .cbp-hrsub-inner > div:nth-child(even) {
	grid-column: 2;
}
.cbp-hrmenu .cbp-hrsub-inner > div:nth-child(odd) {
	grid-column: 1;
}


/*.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}
.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}*/
.cbp-hrmenu h3 {
	color: #ffffff;
	font-weight: 400;
	font-size: 1rem;
	text-transform: uppercase;
}
.cbp-hrmenu a {
	position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	text-decoration: none;
}
.cbp-hrsub h4 {
	color: #000000;
	font-weight: 400;
}
.cbp-hrsub h5 {
	color: #999999;
	font-weight: 400;
	line-height: 1.2rem;
}

.mobileMenu {
  display: none;
  width: 50%;
  position: absolute;
  margin-left: -100%;
  top: 0;
  z-index: 99;
 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.9); 
  box-shadow: inset -10px 0 20px -10px #000;
}

.mobileMenu ul {
	margin-left: 0px;
}

.mobileMenu ul li {
  list-style: none;
  border-bottom: #333333 solid 1px;
}

.mobileMenu ul li a {
  display: block;
  padding: 5px; 
  font-size: 1.23rem;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}

.mobileMenu ul li li a {
  font-size: 1rem;
  padding: 5px 10px 5px;
  text-transform: none;
}

.mobileMenu ul ul {
	display: none;
}


.mobileMenu .active > a {
	background: #f47821;
}
.mobileMenu  a.active  {
	background: #fbb03c;
}
.mobileMenu ul ul ul a.active  {
	background: #ffcc66;
}
.mobileMenu .active > ul {
	display: block;
}

.mobileDimmer {
  left: 230px;
  z-index: 9;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

  .menuIcon {
    display: none;
	float: left;
  }
  .menuIcon a {
    float: left;
  }


 .navicontainer {
	width: 80%;
	float: left;
}

.currentGrey a {
	color: #f3f3f3;
}

.activeS, .activeS a {
	color: #f47820 !important;
	text-decoration: none;
}


/* form new */
.form-row {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0 0 5px 0;
}
.sub-label-false {
	text-align: right;
	width: 25%;
	float: left;
	margin-right: 2%;
}
.sub-label {
	float: left;
	margin-right: 20px;
}
.formular input, textarea, select {
	font-size: 1rem;
	width: 70%;
	float: left;
	border: #CCC solid 1px;
	padding: 1%;
	font-family: 'PT Sans Narrow', sans-serif;
}
input[type=checkbox], input[type=radio] {
	width: auto;
	margin-right: 10px;
}
input[type=submit] {
	width: auto;
	background-color: #f47820;
	color: #ffffff;
	border: none;
	float: right;
}

.search {
	background-color: #f47820;
	margin-top: 5px;
	float: left;
	width: 100%;
}
.search_mobile {
	width: 250px;
	float: right;
	margin: 3px 0 0 0;
}

div#___gcse_1 {
	float: right;
}

input#gsc-i-id2.gsc-input {
	background-image: url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) !important;
	border: none !important;
	padding: 9px 10px 9px 32px !important;
	width: 255px !important;
	background-position: 95% center !important;
	background-repeat: no-repeat !important;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.gsc-input-box {
	background: none !important;
	padding: 0 !important;
	border: 0 !important;
}

form.gsc-search-box {
	margin: 0 !important;
}

td.gsc-search-button {
	display: none;
}

table.gsc-search-box {
	margin: 0 !important;
}

.gsib_a {
	padding: 2px 1px 1px !important;
}

/* layout */
header {
	position: fixed;
	background: #FFF;
	width: inherit;
	z-index:7;
}

footer {
	clear: both;
}

.content_logo {
	float: right;
	width: 200px;
	right:0px;
	text-align: right;
}
.content_logo img {
max-width: 100%;
}

.contentleft_navi {
	float: left;
	width: 100%;
	margin-right: 0px;
	height: 150px;
}

.mobileBodyWrapper {
	width: 1100px;
	margin: 0 auto;
    position: relative;
}


.topcontainer {
	width: 100%;
	margin-top: 8px;
	float: left;
}
.middlecontainer {
	width: 100%;
	height: 95px;
	margin-top: 5px;
}


.contentmiddle {
	float: left;
	width: 100%;
}
.contentleft_home {
	float: left;
	width: 900px;
	margin-top: 220px;
}
.contentleft_350 {
	float: left;
	width: 56%;
	margin-right: 2%;
	margin-top: 220px;
	margin-left: 22%;
}
.contentright {
	float: right;
	width: 180px;
	margin-top: 220px;
}
.contentright img {
	width: 100%;
    max-height: 200px;
	max-width: 180px;
}

.fixed_203 {
	position: fixed;
	max-width: 203px;
    width: 20%;
	margin-top: 220px;
}


.orangeline {
	width: 100%;
	height: 4px;
	background-color: #f47820;
	float: left;
    margin-top: 5px;
}
.blackline {
	width: 100%;
	height: 1px;
	background-color: #000000;
}
.lightgrey {
	font-size: 0.6875rem; margin-top: 10px; padding-bottom: 5px; color:#BBBBBB;
}
.small {
	font-size: 0.875rem;
	color: #444444;
}
.grey {
	font-size: 0.75rem;
	color: #a0a0a0;
	text-decoration: none;
}
.neu {
	background-color: #FF0000;
	color: #FFFFFF;
	float: left;
    width: 20%;
	margin-right: 10px;
}
.aktuelltitel {
	width: 100%;
    margin-right: 0;
    float: left;	
  }


/* home */
.contenttitle {
	width: 100%;
	height: 20px;
	margin-top: 5px;
}

.aktuellcontent {
	position: relative;
	width: 96%;
	height: 255px;
	margin-top: 5px;
	overflow: hidden;
}
.neucontent {
	position: relative;
	width: 96%;
	height: 110px;
	margin-top: 5px;
	overflow: hidden;
}
.neubottom, .aktuellbottom {
	width: 96%;
	min-height: 70px;
	margin-top:5px;
}
.aktuell-cell, .neu-cell {
	margin-right: 5px;
	opacity: 0.2;
	width: 180px;
}
.aktuell-cell img, .neu-cell img {
	border: #aaaaaa solid 1px;
}
.aktuell-cell {
	height: 255px;
}
.neu-cell {
	height: 180px;
}
.is-selected {
	opacity: 1.0;
}

.presse {
	float:left;
	width:48%;
	margin-right:2%;
}

/* team (infos)*/
.team {
	width: 95%;
	min-height: 60px;
	border-bottom: #000000 solid 1px;
}

/* partenr */
.partner_table {
	width: 100%;
	border-bottom: #000000 solid 1px;
}
.partner_adresse {
	float: left;
    width: 42%;
    margin-right: 2%;
}
.partner_tel {
	width: 23%;
    margin-right: 1%;
    float: left;
}
.partner_email {
	width: 5%;
    float: right;
}

/* produkte */
.produkte_container {
  width:100%; border-bottom: #000 solid 1px;
}
.produkte_table {
	width:100%; border-bottom: #CCC solid 1px;
}
.produkte {
	width: 100%;
	min-height: 60px;
	border-bottom: #000000 solid 1px;
	margin-bottom: 30px;
}
.produkte_beschreibung {
	float:left; width: 42%;
}
.produkte_bild {
	float: left;
    width: 21%;
	margin: 2%;
	max-width: 230px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 21%;
}
.produkte_bild img {
	width: 100%;
}
.produkte_sprachen {
	float:right; width: 38%;
	max-width: 240px;
}
.produkte_details {
	width: 100%;
	border-top: #eeeeee solid 1px;
}
.klewel_player_shadow_box_background {
	z-index: 9 !important;
}

.produkte_beschreibung.down, .produkte_sprachen.down {
	width: 50%;
}
	
	

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* image replacement properties */
  overflow: hidden;
  text-align:center;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  color: #f47820;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 3;
}
.cd-top .fas {
	font-size: 2.5rem;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  color: #000000;
  opacity: 1;
}


/* buttons */
.buttons {
	clear: both;
}
.abverkauf, .vorbestellung {
	float: left;
	padding: 5px;
	color: white;
	background-color: #f47820;
	font-weight: bold;
	display: block;
	text-decoration: none;
	border: none;
}
.abverkauf {
	margin-right: 10px;
}
.vorbestellung {
	margin-left: 0px;
}
.buttlabel{
	float:left;
}
.buttinp {
	float:left;
	width:40px;
	height: 20px;
	margin: 0 9px;
}
.vorbtext {
	padding: 0px 6px 0px 0px;
}

.buttons a > span { padding: 3px 6px 3px 3px; float: left; }

.buttons a > span:nth-child(2) {
    padding: 0px 3px 0px 0;
    font-size: 24px;
	line-height: 25px;
	float: right;
}

a.abverkauf:hover, a.vorbestellung:hover  {
	text-decoration: none;
	color: #f47820;
	background-color:#fff;
}


.mobile {
	display: none;
}

.flickity-prev-next-button {
	background: #f47820 !important;
}
.flickity-prev-next-button .arrow {
  fill: #FFF;
}


@media only screen and (max-width: 1100px) {
  .mobileBodyWrapper {
	width: 96%;
	margin: 0 2%;
  }	
	
	
  .mobileMenu.menuOpen {
    display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	margin-left: 0;
	z-index: 10;
	width: 230px;
	bottom: 0;
  }
  
  .menuIcon {
    display: block;
	padding-top: 5px;
	width: 100%;
  }
  .menuIcon a {
	color: #000;
	text-decoration: none !important;
  }
  .menuIcon a .fa-times {
    position: absolute;
	right: 5px;
	top: 5px;
	color: #ffffff;
  }
	
  header {
	position: relative;
	width: 100%;
	float: left;
	 background: transparent;
  }
	
  .topcontainer {
	width: auto;
	float: right;
  }
	
  .navicontainer, .subnavi, .search {
	display: none;
  }
	
	.footernavi {
		float: none;
	}
	
  .contentleft_home, .contentright, .contentleft_350, .contentleft_produkte {
	margin-top: 0px;
	margin-left: 0;
  }
  .contentleft_350 {
	width: 66%;
  }
	.contentleft_350, .contentleft_home {
	margin-top: -140px;
  }
  .fixed_203 {
	display: none;
  }
	
  /*.content_logo {
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
  }*/
	
  .cbp-hrmenu h3 {;
    font-size: 0.975rem;
  }
	
  .mobile {
	display: block;
	float: right;
	 clear: none;
  }
	
  .abverkauf, .vorbestellung {
	float: none;
	margin: 5px;
  }
  

}

@media only screen and (max-width: 1024px) {
	.contentright, .content_logo {
		float: right;
		width: 20%;
		max-width: 180px;
	}
	
	.contentleft_home {
		float: left;
		width: 78%;
		max-width: 858px;
	}
}

@media only screen and (max-width: 940px) {
  .produkte_beschreibung {
	width: 33%;
  }
  .produkte_bild {
	width: 20%; margin-right: 3%;
  }
  .produkte_sprachen {
	width: 44%;
  }
}
@media only screen and (max-width: 768px) {
  
	
  .produkte_beschreibung {
	width: 50%;
  }
  .produkte_bild {
	width: 50%; margin-right: 0%;
  }
  .produkte_sprachen {
	width: 100%;
  }
	
  .partner_tel {
	width: 46%;
    margin-right: 2%;
  }
  .partner_email {
	width: 7%;
  }
 
}

@media only screen and (max-width: 650px) {
  .logo {
	width: 40%;
  }
	
	.content_logo {
	width: 100%;	
	}
	
 	
  .contentleft_home, .contentright, .contentleft_350, .contentleft_produkte, .presse {
	width: 100%;
	  max-width: 100%;
  }
	
	.contentleft_350, .contentleft_home {
	margin-top: -40px;
  }
	
  .aktuelltitel {
	width: 46%;
    margin-right: 4%;	
  }
	
  .partner_adresse, .partner_tel, .partner_email {
    width: 100%;
    margin-right: 0;
  }
	
  	#stylized p, .stylized p {
	width: 100%;
  }
  #stylized p label, .stylized p label {
	text-align:left;
	width:100%;
 	float:none;
	margin-right:0px;
  }
  #stylized p input, #stylized p select, #stylized p textarea, .stylized p input, .stylized p select, .stylized p textarea {
	width: 95%;
  }
  .stylized input[type=text], .stylized select, input[type=url], input[type=email], input[type=password], input[type=tel] {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 90%; height: 30px;
  line-height: 30px; font-size: 16px;
  border: 1px solid #bbb;
}

.stylized input[type=submit] {
 -webkit-appearance: none; -moz-appearance: none;
 display: block;
 font-size: 1em; line-height: 30px;
 color: #333;
 font-weight: bold;
 height: 30px; width: 90%;
 background: #ccc;
 border: 1px solid #bbb;
}
	
}

@media only screen and (max-width: 425px) {
  .aktuelltitel {
	width: 100%;
    margin-right: 0;	
  }
  .produkte_beschreibung {
	width: 100%;
  }
	
  .produkte_beschreibung.down, .produkte_sprachen.down {
	width: 100%;
  }
	
   .sub-label-false {
	text-align: left;
	float: none;
	}
	.formular input, textarea {
		width: 98%;
	}
	
	
}