/*  
	col-lg		: Large devices Desktops 						  (>=1200px)
	col-md		: Medium devices Desktops  			 			  (>=922px)
	col-sm 		: Small devices Tablets				 			  (>=768px)
	col-xs 		: Extra small devices Phones	     			  (<768px)
*/	

/* Max - Buttons */

/* Divs ausblenden f�r Browser ohne Media Queries */
div#max-buttons-vertical{display:none;}
div#max-buttons-horizontal{display:none;}


div#max-buttons-horizontal div.module, div#max-buttons-vertical div.module
{
	margin: 0px 0px 0px !important; /*Margin weg*/
}



@media only screen and (max-height:349px)
{
	div#max-buttons-vertical{display:none;}
	div#max-buttons-horizontal{display:none;}
}

/* layout-mobile-klein */
@media only screen and (max-width:417px) and (min-height:350px)
{
	div#max-buttons-vertical{display:none;}
	div#max-buttons-horizontal {position: fixed; bottom: 0px; left:0px; z-index:1000; width:100%; display:inline-block !important;}
	div#footer{margin-bottom:100px}; /* Damit die Buttons am Ende der Seite nicht den footer �berlagern */
}

/* layout-mobile - layout-tablet 1 */
@media only screen and (min-width:418px) and (max-width:1380px) and (min-height:350px)
{
	div#max-buttons-vertical{display:none;}
	div#max-buttons-horizontal {position: fixed; left: 50%; margin-left: -195px; bottom: 0px; z-index:1000; display:inline-block !important;}
	div#footer{margin-bottom:100px}; /* Damit die Buttons am Ende der Seite nicht den footer �berlagern */
}

/* layout-tablet 2 - layout-wide */
@media only screen and (min-width:1381px) and (min-height:350px)
{
	div#max-buttons-vertical {position: fixed; top: 50%; margin-top: -195px; left: 0px; z-index:1000; display:inline-block !important;}
	div#max-buttons-horizontal {display:none;}
}

.btn.btn-primary {
    border-radius: 5px;
    border: 2px outset #a00c58;
}

#newBreadcrumb {
    color: #A00C58;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: bold;
    top: 53px;
    position: relative;
}

#search {
	margin: 0px 0px !important;
}

@media only screen and (min-width:980px) and (max-width:994px) {
	#search {
		display:none;
	}
}

#lupe {
    font-size: 25px;
    margin-top: 15px;
}

@media only screen and (min-width:768px) and (max-width:1199px) {
	#lupe {
    margin-top: 0px;
	}
}

@media only screen and (max-width:767px) {
	#lupe {
    margin-top: 0px;
	position: relative;
	top: -15px;
	}
}

.gusAnchor {
	position:relative;bottom:170px;height:0px;display: block;
}

@media only screen and (max-width:767px) {
	.gusAnchor {
		bottom:100px;
	}
}







/* Ohne diese Zeile gehen die Links auf den �bersichtsseiten nicht */

.module.k2-latest-new .k2ItemsBlock li.even .moduleItemIntrotext .moduleItemImage::after, .module.k2-latest-new .k2ItemsBlock li.odd .moduleItemIntrotext .moduleItemImage::after {
	pointer-events: none;
}

/* Diverse Handy Verbesserungen */

#k2Container.itemView .itemBody .itemImageBlock span.itemImage img {
	padding: 5px;
	border: 1px solid #cccbcb;
}

.responsive-img
{
	width:100%;
	max-width: 400px;
	float: right;
	margin: 10px;
	padding: 5px;
	border: 1px solid #cccbcb;
}

.responsive-img-small
{
	width:100%;
	max-width: 300px;
	float: right;
	margin: 10px;
	padding: 5px;
	border: 1px solid #cccbcb;
}

@media only screen and (max-width:768px) {
	.responsive-img
	{
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 20px 0px;
		padding: 0px;
		border: none;
	}
	
	.responsive-img-small
	{
		width: 100%;
		max-width: 400px;
		float: none;
		margin: 20px 0px;
		padding: 0px;
		border: none;
	}
	
	#k2Container.itemView .itemBody .itemImageBlock span.itemImage img {
		padding: 0px;
		border: none;
		margin-bottom: 25px;
	}
	
	
	span.itemImage
	{
		text-align: left;
	}
	
	div#k2Container .itemBody .itemImageBlock {
    float: none !important;
    padding-left: 0px !important;
	}
	
	#k2Container.itemView .itemBody .itemImageBlock span.itemImage {
		margin: 0px;
	}
}
	

@media only screen and (max-width:768px) {
	#slideshow {
		display: none;
	}
	
	#search {
    top: 5px !important;
	}
	
	.module.cus-res-min-jo .modcontent .post-text {
    width: 90%;
	}
	
	.home-layout1 #yt_spotlight1 #top3 div.module.cus-res-min-jo.clearfix {
    margin: 0px 0px 30px !important;
	}
}


.bfPage .icon-question-sign {
    display: none;
}

/* Article Tools K2 */

#k2Container.itemView .itemToolbar
{
	margin: 0px;
}

li.fontsize
{
	display: none !important;
}

@media only screen and (max-width:767px)
{
	div.itemToolbar
	{
		display: none !important;
	}
}

/* Breadcrumb Section */


@media only screen and (max-width:991px)
{
	section#yt_breadcrumb
	{
		display: none !important;
	}
	
	section#yt_breadcrumb-mann
	{
		display: none !important;
	}
	
}

/* Formulare */

#kontaktformular .bfQuickMode .bfPage {
	padding: 0px !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	#kontaktformular .bfQuickMode fieldset .row-fluid {
		padding-top: 0px;
	}
}


.bfQuickMode label, .bfQuickMode input[type="text"], .bfQuickMode button, .bfQuickMode select, .bfQuickMode textarea, .bfQuickMode .uneditable-input {
    font-family: Lato !important;
    color: #777 !important;
	font-weight: 500 !important;
	font-size: 14px !important;
}

.form-inline .radio input[type="radio"]
{
	top: 2px;
	margin-right: 3px;
}

.bfQuickMode .controls {
    line-height: 22px !important;
}

/* Untermenues Handy Version */

@media only screen and (max-width:767px)
{
	aside#content_left div.module
	{
		margin: 10px 0px 0px 0px !important;
	}	
}

/* Footer section (#yt_spotlight7) - Vitalitas Farben */

#yt_spotlight7 .module h3.modtitle::before {
	height:0px;
}

/* Header Mail Adresse einr�cken verhindern */

.phone-mail li {
    margin: 0px 20px 0px 0px !important;
}

.phone-mail li:nth-child(2) {
    margin: 0px 20px 0px 0px !important;
}

/*
@media only screen and (max-width:510px)
{
.phone-mail li:nth-child(2) {
    margin: 0px 0px !important;
}
}*/


h2.itemTitle
{
text-indent: -4px;
padding-left: 4px !important;
}

h3.catItemTitle
{
text-indent: -8px;
padding-left: 8px !important;
}

#yt_spotlight7
{
	background: none repeat scroll 0% 0% #a00c58;
	
	
}
	
#yt_spotlight7 a,#yt_spotlight7 ul li
{
	color: white !important;
}

#yt_spotlight7 div.contact-ajax .ctajax-wrap .ctajax-element .el-ctajax-form input[type="submit"] 
{
	background: none repeat scroll 0% 0% white !important;
	color: #a00c58;
}


#yt_spotlight7 .module.contact-home .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control input.el-input
{
	background: none repeat scroll 0% 0% #c24182;
	color: white !important;
}

#yt_spotlight7 .module.contact-home .contact-ajax .ctajax-wrap .ctajax-element .el-inner .el-ctajax-form .el-control textarea 
{
	background: none repeat scroll 0% 0% #c24182;
	color: white !important;
}

#yt_spotlight7 .module.mod-contact-hexagon ul.contact-hexagon li i
{
	color: white;
}


/* header */

#yt_header 
{
	background: none repeat scroll 0% 0% #f1f6f9;
}

#yt_header  ul li, #yt_header  ul li a
{
	/*color: #b3b4b6;*/
	color: #777;
}

.social-cus-mod .yt-socialbt a.google-plus, .social-cus-mod .yt-socialbt a.twitter , .social-cus-mod .yt-socialbt a.facebook, .social-cus-mod .yt-socialbt a.linkedin
{	
	background-color: #b3b4b6;
}

.mod-languages a.dropdown-toggle
{
	color: #b3b4b6;
}

/* Startseite Gesund und Sch�n Tabelle verschieben */

#k2ModuleBox331 table.dafault_main_template_Gesund
{	
	position: relative;
	top: -32px;
}

/* Startseite hintergrundfarben */

#yt_spotlight1
{
	background: none repeat scroll 0% 0% #FFF;
}

#yt_spotlight2
{
	background: none repeat scroll 0% 0% #f0eeef;
}

#yt_spotlight3
{
	background: none repeat scroll 0% 0% #FFF;
}

#yt_spotlight8
{
	background: none repeat scroll 0% 0% #efe5e6;
}

/* image buttons gr��er */

.module.cus-res-min-jo .modcontent .main .item .image-icon {
    width: 200px; /*Bild ist 180 x 180 - Diesen Wert gr��er machen, damit der Kreis um das Bild erscheint.*/
    height: 200px;
    line-height: 196px; /* Dann ist das Bild Mittig im Kreis */
    border-radius: 200px;
}

/* Kreise um image buttons kleiner */

.module.cus-res-min-jo .modcontent .main .item .image-icon:hover {
  box-shadow: 0 0 5px 5px #a00c58 inset;
}
.module.cus-res-min-jo .modcontent .main .item .image-icon:hover:before {
  border: 5px solid #b80e65;
  transition: all 0.3s ease-in-out;
}

/* Runde Bilder in Rundgang gr��er */
.module.carousel-custommer div.yt-extra-carousel .carousel-inner .item-image
{
	height: 200px;
	width: 200px;
	border-radius: 200px;
}

/* Schriftfarbe Rundgang */

.carousel-inner .item h4
{
	color: white !important;
	font-size: 120%
}

/* Startseite �bver uns K�sten auf 2 Zeilen Text angepasst */

.module.about-us-home .main .content {
min-height: 144px;
}

.image-item img {
    width: 100%;
}

/* Div �ber Slideshow */
@media only screen and (min-width:1650px)
{
	#bewertungen_slideshow {
	position:absolute;
	top:400px;
	right:200px;
	width:580px;
	z-index:9; /* Dropdown Menu hat 10 */
	overflow: hidden;
	}
}


@media only screen and (min-width:1400px) and (max-width:1649px)
{
	#bewertungen_slideshow {
	position:absolute;
	top:390px;
	right:100px;
	width:580px;
	z-index:9;
	overflow: hidden;
	}
}

@media only screen and (max-width:1399px)
{
	#bewertungen_slideshow {
	display: none;
	}
}

/* In der Gro�en Version das alternative Bewertungsmodul ausblenden */
/* Bewertungsmodul �ber Slideshow aktuell nicht aktiv - also unn�tig*/
/*
@media only screen and (min-width:1400px)
{
	#yt_spotlight3
	{
		display: none; 
	}
}
*/

/* Slideshow Text */

.item-content .item-content-inner .item-title a 
{
	margin: 0px 0px 10px;
}

div.sj-k2slickslider .slickslider-items .item-content .item-content-inner .item-title .line
{
	margin: 0px auto 15px;
}

div.sj-k2slickslider .slickslider-items .item-content .item-content-inner .item-description 
{
	font-size: 20px;
}

.sj-k2slickslider .item-description
{
	line-height: 30px !important;
}

div.sj-k2slickslider .nav-pagination.conner-tl a.right:hover
{
	width: 140px;
	background-position: 105px center;
}


div.sj-k2slickslider .nav-pagination.conner-tl a.left:hover
{
	width: 140px;
}


/* Slideshow Startseite Item Desciption auf medium devices einblenden */

@media only screen and (min-width:922px) and (max-width:1200px)	
{
	div.sj-k2slickslider .slickslider-items .item-content .item-description
	{
		display: block !important;
	}
}

/* Slideshow Text-Box auf Handys verschieben */
@media only screen and (min-width:768px) and (max-width:921px)
{
	div.sj-k2slickslider .slickslider-items .item-content .item-content-inner {
		padding-top: 40px;	
	}
	
	.sj-k2slickslider .item-description
	{
		/* text-overflow:ellipsis; Verwandelt Text in ... wenn dieser zu lang f�r das Div ist */
		text-overflow:clip !important;
	}
}

/* left untermenu Farbe Text */

#left .module.menu-categories ul li a
{
	color: #777;
} 

/* left untermenu abstand oben */

#left .module_menu, div.module 
{
	margin: 20px 0px 30px;
}

/* Mega Menu untermen� gruppen zu klein auf medium devices */

/* Hinweis: Eigene Men� Klassen f�r das Problem gebaut.
   .md-width500 bedeutet dass das Untermen� auf md devices auf eine min-width von 500 gesetzt wird.*/
   
@media only screen and (min-width:1201px)	
{
	.lg-width500 .level2.megachild.mega-content
	{
		min-width: 500px;
	}

	.lg-width500 .mega-col.first.more
	{
		min-width: 250px;
	}

}     
   
@media only screen and (min-width:1201px)	
{
	.lg-width1000 .level2.megachild.mega-content
	{
		min-width: 1000px;
	}

	.lg-width1000 .mega-col.first.more
	{
		min-width: 250px;
	}

}  

@media only screen and (min-width:1201px)	
{
	.lg-width750 .level2.megachild.mega-content
	{
		min-width: 750px;
	}

	.lg-width750 .mega-col.first.more
	{
		min-width: 250px;
	}

}  
	
@media only screen and (min-width:922px) and (max-width:1200px)	
{
	.md-width500 .level2.megachild.mega-content
	{
		min-width: 500px;
	}

	.md-width500 .mega-col.first.more
	{
		min-width: 250px;
	}

}

.carousel-inner .item.active .item-image img {
    max-width: 170%;
}

/* Schrift Farbe */

#yt_breadcrumb #breadcrumb .breadcrumb li.active,
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb li.active 
{
 color: #A00C58;
 text-transform: uppercase;
}

/* Schriftgr��e breadcrumb */
@media only screen and (max-width:767px)	
{
#yt_breadcrumb #breadcrumb .breadcrumb li.active,
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb li.active {
	font-size:25px;
}
}

/* Schriftgr��e breadcrumb*/
@media only screen and (min-width:768px)	
{
#yt_breadcrumb #breadcrumb .breadcrumb li.active,
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb li.active {
	font-size:45px;
}
}


/*Hintergrundbild breadcrumb*/
#yt_breadcrumb
{
	background: url("/images/breadcrumb.jpg");
}



/* Eigene Position breadcrumb-mann */

#yt_breadcrumb-mann {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 0 15px;
  min-height: 151px;
  background: url("/images/breadcrumb-mann.jpg") no-repeat 0 0;
  position: relative;
}
#yt_breadcrumb-mann #breadcrumb-mann .module {
  margin: 0;
}
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb {
  background: none;
  line-height: 132px;
  text-align: right;
  position: relative;
  padding: 0;
  overflow: hidden;
  margin: 0;
}
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb .divider {
  margin: 0 5px;
  vertical-align: 2px;
}
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb > li {
  margin-right: -13px;
  margin-left: 11px;
  font-size: 14px;
  font-weight: 400;
}
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb > li a {
  /* color: #fff; */ 
  color: #777;
}
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb > li a:hover {
  color: #a00c58;
}
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb > li + li:before {
  display: none;
}
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb > li + li:after {
  content: "/ ";
  padding: 0 5px;
  /* color: #fff; */ 
  color: #777;
}
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb li:nth-child(2) {
  padding-left: 25px;
  position: relative;
}
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb li:nth-child(2):before {
  content: "\f015";
  position: absolute;
  left: 0;
  top: 0;
  font-family: fontawesome;
  display: block;
  font-size: 16px;
  /* color: #fff; */ 
  color: #777;
}
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb li:nth-child(2):hover {
  color: #a00c58;
}
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb li:nth-child(2):hover a {
  color: #a00c58;
}
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb li:nth-child(2):hover:before {
  color: #a00c58;
}
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb li.active {
  /*position: absolute;
  left: 0;*/
  top: 45%;
  margin: 0;
  /*color: #A00C58;
  text-transform: uppercase;
  font-size: 45px; Diese 3 Eigenschaften werden oben festgelegt, analo zu yt_breadcrumb #breadcrumb .breadcrumb li.active */
  font-weight: bold;
}
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb li.active:after {
  display: none;
}

#yt_breadcrumb, #yt_breadcrumb-mann {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 0 0px;
	min-height: 41px;
}


@media only screen and (max-width:767px)
{

	  #bd #yt_breadcrumb-mann {
		height: auto;
		padding-top: 45px;
	  }
	  #bd #yt_breadcrumb-mann #breadcrumb-mann .breadcrumb {
		text-align: left;
		line-height: 20px;
	  }
	  #bd #yt_breadcrumb-mann #breadcrumb-mann.breadcrumb li {
		margin: 0;
	  }
	  #bd #yt_breadcrumb-mann #breadcrumb-mann .breadcrumb li.active {
		position: static;
		line-height: 22px;
	  }

	#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb li.active {
		position: relative !important;
		left: 10px;
	}
}

@media only screen and (min-width:767px)
{
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb li.active {
    position: absolute !important;
	left: 0;
}
}

@media only screen and (max-width:767px)
{
#yt_breadcrumb-mann #breadcrumb-mann .breadcrumb {
    text-align: left;
}
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #yt_breadcrumb-mann #breadcrumb-mann .breadcrumb {
    line-height: 115px;
  }
}

/* Sticky Header */

#yt_menuwrap.sticky-header {
    margin-top: 0px;
    position: fixed !important;
    top: 0px;
    width:100%;
	z-index: 100;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

@media only screen and (max-width:991px) {
	.sticky-header #yt_logo {
	display:none;
	}
}

.dropdown-lang {
    color: #b3b4b6;
    font-size: 12px;
}

@media only screen and (max-width:405px) {
	.mod-languages .caret {
		display: none;
	}
}


/* k2 �bersichtsseiten - Keine Bilder (im Men�punkt als css angeben */

#k2Container .itemList .itemContainer.col-sm-6 .catItemView.kein_bild .catItemImageBlock
{
	display: none;
}

#k2Container.itemView.kein_bild .itemImageBlock
{
	display: none;
}

.kein_bild div.catItemHeader h3.catItemTitle
{
	position: relative;
	right: 9px;
}

.kein_readmore div.catItemReadMore {
    display: none;
}

#meganavigator li.level1 > .item-link {
	padding: 30px 0 0;
}

/* �bersichtsseiten Anzahl Beitr�ge h3 verschieben */
#k2Container.itemListView .itemListCategoriesBlock .itemListCategory h3
{
	padding: 50px 0px 5px;
}
/* Schatten fuer Bilder */
.schatten{
box-shadow: 10px 10px 20px grey;
}

/* Formular K�stchen */

input[type="checkbox"]
{
margin: 10px 5px 5px 5px !important;
position: relative !important;
top: 1px;
}

.bfQuickMode .form-actions .btn {
	padding: 10px 15px;
}

/* Honig im Formular ausblenden */
div.honig {display:none;}

div#k2Container .itemImageBlock {
float: right;
padding-left: 15px!important;
padding-bottom: 15px!important;
/*box-shadow: 10px 10px 5px grey;*/
/*border-radius: 200px;*/
}

@media only screen and (max-width:767px) {
	div#k2Container .itemImageBlock {
	padding-bottom: 0px!important;
	}
	
	div#k2Container .itemImageBlock img {
		margin-bottom: 25px;
	}
}

/* Statistik Position ausblenden */
div#statistik-position
{
	display: none;
}

/* Readmore Buttons */

.k2ReadMore.button
{
	border-radius: 20px;
	margin-top: 20px;
}

/* Alle Introtexte auf den �bersichtsseiten gleiche Gr��e, da ansonsten ein problem mit der Anordnung der Boxen auftritt */

@media only screen and (max-width:1419px)
{
	.module.k2-latest-new .k2ItemsBlock li.odd .moduleItemIntrotext .main .introtext
	{	
	 height: 157px;
	}
	.module.k2-latest-new .k2ItemsBlock li.even .moduleItemIntrotext .main .introtext
	{	
	 height: 157px;
	}
}

@media only screen and (min-width:1420px) and (max-width:1619px)
{
	.module.k2-latest-new .k2ItemsBlock li.odd .moduleItemIntrotext .main .introtext
	{	
	 height: 137px;
	}
	.module.k2-latest-new .k2ItemsBlock li.even .moduleItemIntrotext .main .introtext
	{	
	 height: 137px;
	}
}

@media only screen and (min-width:1620px)
{
	.module.k2-latest-new .k2ItemsBlock li.odd .moduleItemIntrotext .main .introtext
	{	
	 height: 117px;
	}
	.module.k2-latest-new .k2ItemsBlock li.even .moduleItemIntrotext .main .introtext
	{	
	 height: 117px;
	}
}



.module.k2-latest-new .k2ItemsBlock#k2ModuleBox475 .moduleItemIntrotext, .module.k2-latest-new .k2ItemsBlock#k2ModuleBox476 .moduleItemIntrotext {
	border: 1px solid #f0eeef;
	border-radius: 5px;
	padding: 10px;
	background: #f0eeef;
}





/* Gesund und Sch�n 185px, da nur 1 Zeile �berschrift */
.module.k2-latest-new .k2ItemsBlock#k2ModuleBox475 li.even .moduleItemIntrotext .main .introtext
{
 height: 225px;
}

.module.k2-latest-new .k2ItemsBlock#k2ModuleBox475 li.odd .moduleItemIntrotext .main .introtext
{
 height: 225px;
}

/* News 205px, da 2 Zeilen �berschrift */
.module.k2-latest-new .k2ItemsBlock#k2ModuleBox476 li.even .moduleItemIntrotext .main .introtext
{
 height: 245px;
}

.module.k2-latest-new .k2ItemsBlock#k2ModuleBox476 li.odd .moduleItemIntrotext .main .introtext
{
 height: 245px;
}

@media only screen and (min-width:980px) and (max-width:1199px) {
	
	/* Gesund und Sch�n 185px, da nur 1 Zeile �berschrift */
	.module.k2-latest-new .k2ItemsBlock#k2ModuleBox475 li.even .moduleItemIntrotext .main .introtext
	{
	 height: 285px;
	}

	.module.k2-latest-new .k2ItemsBlock#k2ModuleBox475 li.odd .moduleItemIntrotext .main .introtext
	{
	 height: 285px;
	}

	/* News 205px, da 2 Zeilen �berschrift */
	.module.k2-latest-new .k2ItemsBlock#k2ModuleBox476 li.even .moduleItemIntrotext .main .introtext
	{
	 height: 305px;
	}

	.module.k2-latest-new .k2ItemsBlock#k2ModuleBox476 li.odd .moduleItemIntrotext .main .introtext
	{
	 height: 305px;
	}	
} 

@media only screen and (min-width:480px) and (max-width:600px) {
	
	/* Gesund und Sch�n 185px, da nur 1 Zeile �berschrift */
	.module.k2-latest-new .k2ItemsBlock#k2ModuleBox475 li.even .moduleItemIntrotext .main .introtext
	{
	 height: 285px;
	}

	.module.k2-latest-new .k2ItemsBlock#k2ModuleBox475 li.odd .moduleItemIntrotext .main .introtext
	{
	 height: 285px;
	}

	/* News 205px, da 2 Zeilen �berschrift */
	.module.k2-latest-new .k2ItemsBlock#k2ModuleBox476 li.even .moduleItemIntrotext .main .introtext
	{
	 height: 305px;
	}

	.module.k2-latest-new .k2ItemsBlock#k2ModuleBox476 li.odd .moduleItemIntrotext .main .introtext
	{
	 height: 305px;
	}	
} 

@media only screen and (min-width:320px) and (max-width:479px) {
	
	/* Gesund und Sch�n 185px, da nur 1 Zeile �berschrift */
	.module.k2-latest-new .k2ItemsBlock#k2ModuleBox475 li.even .moduleItemIntrotext .main .introtext
	{
	 height: 225px;
	}

	.module.k2-latest-new .k2ItemsBlock#k2ModuleBox475 li.odd .moduleItemIntrotext .main .introtext
	{
	 height: 225px;
	}

	/* News 205px, da 2 Zeilen �berschrift */
	.module.k2-latest-new .k2ItemsBlock#k2ModuleBox476 li.even .moduleItemIntrotext .main .introtext
	{
	 height: 245px;
	}

	.module.k2-latest-new .k2ItemsBlock#k2ModuleBox476 li.odd .moduleItemIntrotext .main .introtext
	{
	 height: 245px;
	}	
} 

/* Honig */

#bfElemWrap2207, #bfElemWrap2216 {
    display: none;
}



/* Titel-Gr��e ebenfalls anpassen, falls dieser in 2 Zeilen rutscht */
.module.k2-latest-new .k2ItemsBlock li.even .moduleItemIntrotext .main .moduleItemTitle, .module.k2-latest-new .k2ItemsBlock li.odd .moduleItemIntrotext .main .moduleItemTitle
{
	height: 20px;
}

/* Titel-Gr��e GUS + News Hauptseite anspassen, falls dieser in 2 Zeilen rutscht */
#k2ModuleBox475 .moduleItemTitle, #k2ModuleBox476 .moduleItemTitle {
    height: 40px;
}


.itemTitle .itemToolbar.me-inline a {
	font-size: 1.25em;
	font-weight: bold;
}

#yt_component div.itemBody {
    margin: 16px 0 0 0;
}

/* h2 wie h3 */

div.itemFullText > h2:first-child {
    padding-top: 0px !important;
}

h2 {
    font-size: 130%;
}

div.itemFullText h2 {
    margin: 0;
    padding: 16px 0 16px 0;
}

/*#yt_spotlight4 {
background:url(/templates/sj_hexagon/images/bg/bg-spotlight5.jpg) no-repeat 0 0 fixed;
}*/


#yt_spotlight4 {
    display: block;
    padding: 40px 0;
    background: url(/templates/sj_hexagon/images/bg/bg-spotlight5.jpg) no-repeat 0 0 fixed;
    background-size: 100% 100%;
}


.image-mit-text {
    display: inline-block;
}

.beschreibung {
    text-align: center;
    font-size: 90%;
    font-style: italic;
	background: #9696961a;
}

/* /html/templates/sj_hexagon/html/mod_menu/dropdownDivMenu.php */
/* /html/templates/sj_hexagon/html/mod_k2_content/related-items/default.php - Weiteres Sidemenu */

#dropdown, #dropdown-related {
	overflow:auto;
	overflow-x:hidden;	
  }
  
  .dropdown-element, .dropdown-related-element {
	margin:5px 0px;
  }
  
  .dropdown-element .separator {
    bottom: 7px;
    position: relative;
  }
  
  @media screen and (max-width: 991px) {
	.dropdown-element, .dropdown-related-element {
	width:50%;
	max-width:400px;
	min-width:300px;
	float: left;
   }
   
    .dropdown-element .separator {
		display: none;
	}
  }
  
  #dropdown-more.hidden, .dropdown-related-more.hidden {
  display:none;
  }
  
  .breaker {
	clear:both;
	float:none;
	width:100%;
  }
  
  
#dropdown a::before, #dropdown-related a::before {
    content: "\f0da";
    left: 0;
    top: 0;
    font-family: fontawesome;
    font-size: 14px;
    color: #ccc;
    margin-right: 10px;
}

#dropdown div:hover, #dropdown-related div:hover {
    transform: translateX(20px);
    transition: all 0.2s ease-in-out;
}

#dropdown-more i.fa, #dropdown-related-more i.fa {
	margin-left:5px;
	vertical-align: middle;
}

.themen {
	font-size:110%;
}


@media print {
	a[href]:after {
    content: none;
	}
	
	#yt_spotlight7, #yt_spotlight6, #yt-totop, #yt_breadcrumb, #comments-form-wrap {
		display:none;
	}
}


/* ENDE /html/templates/sj_hexagon/html/mod_menu/dropdownDivMenu.php */

@media screen and (max-width: 319px) {
	#bd #yt_mainmenu .yt-resmenu {
    display: block;
	}
	
	#bd div.container {
    width: 100%;
	}
	
	#yt_menuwrap #yt_mainmenu {
    background: #08c;
	}
	
	#bd #yt_mainmenu ul.navi {
    display: none;
	}
}


@media screen and (max-width: 767px) {
	
	.bfQuickMode input[type="text"], .bfQuickMode textarea, .bfQuickMode .uneditable-input, .bfQuickMode input[type="text"]:hover, .bfQuickMode textarea:hover, .bfQuickMode .uneditable-input:hover, .bfQuickMode input[type="text"]:focus, .bfQuickMode textarea:focus, .bfQuickMode .uneditable-input:focus {
		margin-top: 20px !important;
		border: 1px solid #656565 !important;
	}
	
	.bfQuickMode select {
		margin-top: 20px !important;
	}
	
	.bfQuickMode .controls .control-label {
		padding-bottom: 32px !important;
		margin-top: 20px !important;
	}
}

.bfQuickMode input[type="text"], .bfQuickMode textarea, .bfQuickMode .uneditable-input, .bfQuickMode input[type="text"]:focus, .bfQuickMode textarea:focus, .bfQuickMode .uneditable-input:focus, .bfQuickMode input[type="text"]:hover, .bfQuickMode textarea:hover, .bfQuickMode .uneditable-input:hover {
	border-color: #656565 !important;
}

#bfLabel1148, #bfLabel1173 {
	width: 90% !important;
}

#ff_formdiv10 .bfQuickMode label {
    vertical-align: baseline;
}

#ff_formdiv10 .bfQuickMode .form-actions .bfSubmitButton {
    background-color: #a00c58 !important;
    color: white !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
}

.itemList .CommentsLink {
    display: none !important;
}

.videos .catItemImageBlock {
    margin: 0px !important;
}

.videos div.catItemHeader h3.catItemTitle {
    font-size: 16px !important;
    font-weight: normal !important;
}


.blink {
	-webkit-animation: blink 1.75s linear infinite;
	-moz-animation: blink 1.75s linear infinite;
	-ms-animation: blink 1.75s linear infinite;
	-o-animation: blink 1.75s linear infinite;
	 animation: blink 1.75s linear infinite;
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0.5; }
	100% { opacity: 0.5; }
}
@-moz-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0.5; }
	100% { opacity: 0.5; }
}
@-ms-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0.5; }
	100% { opacity: 0.5; }
}
@-o-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0.5; }
	100% { opacity: 0; }
}
@keyframes blink {
	00% { opacity: 1; }
	50% { opacity: 1; }
	50.01% { opacity: 0.5; }
	100% { opacity: 0.5; }
}

#video-button {
    text-align: center;
	margin-top: 90px;
    
}

@media screen and (max-width: 991px) {
	
	#video-button {
		margin-bottom: 20px;
		margin-top: 0px;
	}
}

form.funnel input {
	margin-bottom: 2px;
}

form.funnel {
	width:50%;
	max-width:560px;
	border: 1px solid rgba(160, 12, 88, 0.18); 
	padding: 20px; 
	background: rgba(160, 12, 88, 0.08); 
	margin:15px opx;
}

@media screen and (max-width: 991px) {
	
	form.funnel {
	width:100%;
	max-width:none;
	}
}

#ossm, #ossy {
    color: black;
}

