@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_indexedsearch" */
		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }
/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

	/* Set padding for tables */
	div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	figcaption.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 2px solid black;
		padding: 0px 0px;
	}

	div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text & Images") */
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	/* Left (in text) */
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	ul.csc-uploads { padding: 0; }
	ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
	ul.csc-uploads img { float: left; margin-right: 1em; vertical-align: top; }
	ul.csc-uploads span { display: block; }
	ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }
/* default styles for extension "tx_rbleifheitonlinehaendler" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-rb-leifheit-online-haendler table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-rb-leifheit-online-haendler table th {
		font-weight:bold;
	}

	.tx-rb-leifheit-online-haendler table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}
/* default styles for extension "tx_rbhaendlersuche" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-rb-haendler-suche table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-rb-haendler-suche table th {
		font-weight:bold;
	}

	.tx-rb-haendler-suche table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_syleifheitkontakt" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-sy-leifheitkontakt table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-sy-leifheitkontakt table th {
		font-weight:bold;
	}

	.tx-sy-leifheitkontakt table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}


	#uploadButton, #uploadButton2, #uploadButton3 {
    width: 294px;
    height: 24px;
    position: relative;
    background-color: rgb(0, 47, 99);
    color: white;
    padding-top: 8px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px 3px 3px 3px;
	}
/* default styles for extension "tx_ngajaxsuche" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-ng-ajaxsuche table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-ng-ajaxsuche table th {
		font-weight:bold;
	}

	.tx-ng-ajaxsuche table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_syfaqs" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-sy-faqs table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-sy-faqs table th {
		font-weight:bold;
	}

	.tx-sy-faqs table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_syleifheitprodukte" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-sy-leifheitprodukte table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-sy-leifheitprodukte table th {
		font-weight:bold;
	}

	.tx-sy-leifheitprodukte table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_rbideeforum" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-rb-ideeforum table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-rb-ideeforum table th {
		font-weight:bold;
	}

	.tx-rb-ideeforum table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_rbnewsletter" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-rb-newsletter table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-rb-newsletter table th {
		font-weight:bold;
	}

	.tx-rb-newsletter table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_rbleifheitrezepte" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-rb-leifheit-rezepte table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-rb-leifheit-rezepte table th {
		font-weight:bold;
	}

	.tx-rb-leifheit-rezepte table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_syersatzteilcenter" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-sy-ersatzteilcenter table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-sy-ersatzteilcenter table th {
		font-weight:bold;
	}

	.tx-sy-ersatzteilcenter table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_syleifheitteaser" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-sy-leifheitteaser table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-sy-leifheitteaser table th {
		font-weight:bold;
	}

	.tx-sy-leifheitteaser table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_pimanbindung" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-pimanbindung table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-pimanbindung table th {
		font-weight:bold;
	}

	.tx-pimanbindung table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_userfunctions" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-userfunctions table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-userfunctions table th {
		font-weight:bold;
	}

	.tx-userfunctions table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_correctsorting" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-correctsorting table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-correctsorting table th {
		font-weight:bold;
	}

	.tx-correctsorting table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_syleifheitgewinnspiel" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-sy-leifheitgewinnspiel table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-sy-leifheitgewinnspiel table th {
		font-weight:bold;
	}

	.tx-sy-leifheitgewinnspiel table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_syqrcoderedirect" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-sy-qrcoderedirect table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-sy-qrcoderedirect table th {
		font-weight:bold;
	}

	.tx-sy-qrcoderedirect table td {
		vertical-align:top;
	}

	.typo3-messages .message-error {
		color:red;
	}

	.typo3-messages .message-ok {
		color:green;
	}

/* default styles for extension "tx_felogin_pi1" */
		.tx-felogin-pi1 label {
			display: block;
		}

@media screen and (max-width: 1150px) {
    .tx-leifheitgarantie {
        padding-left: 25px;
        padding-right: 25px;
    }
}

ul#garantie-accordion {
    list-style-type: disc;
    margin-left: 15px;
    color: #5d5d5d;
}

#inhalt_inner ul li {
    margin-bottom: 2px;
}

#garantie-accordion .accordion-elem {
    font-weight: bold;
    margin: 45px 0 23px 0;
    cursor: pointer;
    color: #5d5d5d;
    font-size: 14px;
    line-height: normal;
}

#garantie-accordion .accordion-elem .accordion-icon {
    background: transparent url('../../typo3conf/ext/leifheitgarantie/Resources/Public/Img/accordion_right.png') 0 0 no-repeat;
    line-height: 100%;
    display: inline-block;
    height: 8px;
    width: 6px;
    margin: 0 0 0 5px;
}

#garantie-accordion .accordion-elem-active .accordion-icon {
    background: transparent url('../../typo3conf/ext/leifheitgarantie/Resources/Public/Img/accordion_down.png') 0 0 no-repeat;
    height: 6px;
    width: 8px;
}

.accordion-content {
    display: none;
}

.accordion-content table {
    width: 100%;
    max-width: 540px;
    border-collapse: separate;
    border-spacing: 0;
}

.accordion-content table tr {
    line-height: 1rem;
}

.accordion-content table tr:first-child td {
    border: none;
}

.accordion-content table tr td {
    border-top: 1px solid #cdcdcd;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: normal;
}

.tdflagge {
    padding: 0 5px 0 0px;
}

.tdname {
    padding: 0 5px 0 5px;
}

.tdlink {
    padding: 0 0 0 5px;
    text-align: right;
}

.tdlink a {
    color: #5D5D5D;
    text-decoration: none !important;
    background: transparent url('../../typo3conf/ext/leifheitgarantie/Resources/Public/Img/download.png') 0 0 no-repeat;
    padding-left: 22px;
}
.sy_onlinehaendler img {
    max-width: 150px;
}

.sy_onlinehaendler {
    float: left;
    margin-right: 40px;
    width: 150px;
    text-align: center;
    margin-bottom: 20px;
    height: 90px;
    vertical-align: middle;
    display: table-cell;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.6.4/example1/images/overlay.png') repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.6.4/example1/images/controls.png') no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.6.4/example1/images/controls.png') no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.6.4/example1/images/controls.png') no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.6.4/example1/images/controls.png') no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.6.4/example1/images/controls.png') left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.6.4/example1/images/controls.png') right top repeat-y;}
    #cboxTopCenter{height:21px; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.6.4/example1/images/border.png') 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.6.4/example1/images/border.png') 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#000;font-size:80%;text-transform:uppercase; }
        #cboxCurrent{position:absolute; bottom:30px; left:5px; color:#000;}
        #cboxLoadingOverlay{background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.6.4/example1/images/loading_background.png') no-repeat center center;}
        #cboxLoadingGraphic{background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.6.4/example1/images/loading.gif') no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.6.4/example1/images/controls.png') no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.6.4/example1/images/controls.png') no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url('../../typo3conf/ext/t3colorbox/Resources/Public/Css/1.6.4/example1/images/controls.png') no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/* Import Plugins */
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../..//assets/leifheit/fonts/flexslider-icon.eot');
  src: url('../..//assets/leifheit/fonts/flexslider-icon.eot?#iefix') format("embedded-opentype"), url('../..//assets/leifheit/fonts/flexslider-icon.woff') format("woff"), url('../..//assets/leifheit/fonts/flexslider-icon.ttf') format("truetype"), url('../..//assets/leifheit/fonts/flexslider-icon.svg#flexslider-icon') format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  top: 50%;
  margin-top: -11px;
  position: absolute; }

.flex-direction-nav a.flex-next:before {
  content: '\f002';
  right: 10px; }

.flex-direction-nav .flex-prev:before {
  left: 10px; }

.flex-direction-nav .flex-prev {
  left: 0; }

.flex-direction-nav .flex-next {
  right: 0;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-inline-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-inline-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-inline-holder .mfp-close {
  top: -40px; }

.mfp-inline-holder video {
  width: 100%; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 15px;
    padding-right: 15px; } }

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top; }

@media screen and (max-width: 767px) {
  .selectboxit-container {
    width: 100%; } }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default; }

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none; }

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
  top: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.selectboxit-list .selectboxit-option-anchor {
  color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #002f63; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999; }

.selectboxit-container .selectboxit {
  width: 230px !important;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  position: relative;
  -moz-box-shadow: 0px 1px 4px #cfcfcf;
  -webkit-box-shadow: 0px 1px 4px #cfcfcf;
  box-shadow: 0px 1px 4px #cfcfcf; }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.irs-disabled {
  opacity: 0.4; }

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40); }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Modern Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url('../..//assets/leifheit/images/sprite-skin-modern.png') repeat-x; }

.irs {
  height: 50px; }

.irs-with-grid {
  height: 70px; }

.irs-line {
  height: 6px;
  top: 25px; }

.irs-line-left {
  height: 6px;
  background-position: 0 -30px; }

.irs-line-mid {
  height: 6px;
  background-position: 0 0; }

.irs-line-right {
  height: 6px;
  background-position: 100% -30px; }

.irs-bar {
  height: 6px;
  top: 25px;
  background-position: 0 -60px; }

.irs-bar-edge {
  top: 25px;
  height: 6px;
  width: 6px;
  background-position: 0 -90px; }

.irs-shadow {
  height: 5px;
  top: 25px;
  background: #000;
  opacity: 0.25; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25); }

.irs-slider {
  width: 11px;
  height: 18px;
  top: 31px;
  background-position: 0 -120px; }

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #20b426;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

.irs-grid {
  height: 34px; }

.irs-grid-pol {
  background: #c0c0c0; }

.irs-grid-text {
  bottom: 12px;
  color: #c0c0c0; }

.sliderwahl > .irs {
  margin-top: -20px; }

@media screen and (max-width: 768px) {
  .irs {
    height: 70px; }
  .irs-slider.from {
    background: url('../..//assets/leifheit/images/sliderpfeil-hellgrau-mobil.png') no-repeat 0 0;
    width: 20px;
    height: 32px;
    background-size: 100% 100%;
    left: -7px; }
  .irs-slider.to {
    background: url('../..//assets/leifheit/images/sliderpfeil-hellgrau-mobil.png') no-repeat 0 0;
    width: 20px;
    height: 32px;
    background-size: 100% 100%;
    right: -7px; }
  .irs-slider.from:hover, .irs-slider.to:hover, .irs-slider.state_hover {
    background: url('../..//assets/leifheit/images/sliderpfeil-dunkelgrau-mobil.png') no-repeat 0 0;
    width: 20px;
    height: 32px;
    background-size: 100% 100%; } }

/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../..//assets/leifheit/fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('../..//assets/leifheit/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format("embedded-opentype"), url('../..//assets/leifheit/fonts/fontawesome-webfont.woff2?v=4.6.1') format("woff2"), url('../..//assets/leifheit/fonts/fontawesome-webfont.woff?v=4.6.1') format("woff"), url('../..//assets/leifheit/fonts/fontawesome-webfont.ttf?v=4.6.1') format("truetype"), url('../..//assets/leifheit/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Import Variables */
/* exo-2-300 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  src: url('../..//assets/leifheit/fonts/exo-2-v4-latin-300.eot');
  /* IE9 Compat Modes */
  src: local("Exo 2 Light"), local("Exo2-Light"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-300.eot?#iefix') format("embedded-opentype"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-300.woff2') format("woff2"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-300.woff') format("woff"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-300.ttf') format("truetype"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-300.svg#Exo2') format("svg");
  /* Legacy iOS */ }

/* exo-2-regular - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url('../..//assets/leifheit/fonts/exo-2-v4-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local("Exo 2"), local("Exo2-Regular"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-regular.eot?#iefix') format("embedded-opentype"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-regular.woff2') format("woff2"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-regular.woff') format("woff"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-regular.ttf') format("truetype"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-regular.svg#Exo2') format("svg");
  /* Legacy iOS */ }

/* exo-2-600 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  src: url('../..//assets/leifheit/fonts/exo-2-v4-latin-600.eot');
  /* IE9 Compat Modes */
  src: local("Exo 2 Semi Bold"), local("Exo2-SemiBold"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-600.eot?#iefix') format("embedded-opentype"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-600.woff2') format("woff2"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-600.woff') format("woff"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-600.ttf') format("truetype"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-600.svg#Exo2') format("svg");
  /* Legacy iOS */ }

/* exo-2-700 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: url('../..//assets/leifheit/fonts/exo-2-v4-latin-700.eot');
  /* IE9 Compat Modes */
  src: local("Exo 2 Bold"), local("Exo2-Bold"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-700.eot?#iefix') format("embedded-opentype"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-700.woff2') format("woff2"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-700.woff') format("woff"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-700.ttf') format("truetype"), url('../..//assets/leifheit/fonts/exo-2-v4-latin-700.svg#Exo2') format("svg");
  /* Legacy iOS */ }

/* arimo-regular - latin */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: url('../..//assets/leifheit/fonts/arimo-v11-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local("Arimo Regular"), local("Arimo-Regular"), url('../..//assets/leifheit/fonts/arimo-v11-latin-regular.eot?#iefix') format("embedded-opentype"), url('../..//assets/leifheit/fonts/arimo-v11-latin-regular.woff2') format("woff2"), url('../..//assets/leifheit/fonts/arimo-v11-latin-regular.woff') format("woff"), url('../..//assets/leifheit/fonts/arimo-v11-latin-regular.ttf') format("truetype"), url('../..//assets/leifheit/fonts/arimo-v11-latin-regular.svg#Arimo') format("svg");
  /* Legacy iOS */ }

/* arimo-700 - latin */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  src: url('../..//assets/leifheit/fonts/arimo-v11-latin-700.eot');
  /* IE9 Compat Modes */
  src: local("Arimo Bold"), local("Arimo-Bold"), url('../..//assets/leifheit/fonts/arimo-v11-latin-700.eot?#iefix') format("embedded-opentype"), url('../..//assets/leifheit/fonts/arimo-v11-latin-700.woff2') format("woff2"), url('../..//assets/leifheit/fonts/arimo-v11-latin-700.woff') format("woff"), url('../..//assets/leifheit/fonts/arimo-v11-latin-700.ttf') format("truetype"), url('../..//assets/leifheit/fonts/arimo-v11-latin-700.svg#Arimo') format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'FontAwesome';
  src: url('../..//assets/leifheit/fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('../..//assets/leifheit/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format("embedded-opentype"), url('../..//assets/leifheit/fonts/fontawesome-webfont.woff2?v=4.6.1') format("woff2"), url('../..//assets/leifheit/fonts/fontawesome-webfont.woff?v=4.6.1') format("woff"), url('../..//assets/leifheit/fonts/fontawesome-webfont.ttf?v=4.6.1') format("truetype"), url('../..//assets/leifheit/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format("svg");
  font-weight: normal;
  font-style: normal; }

/* Import Site */
/* Default Settings*/
/* Mixins*/
/* Clearfix*/
.cf:before, .inner:before, .tx-contentpackage-zweispaltigInnerLayout:before,
.tx-contentpackage-twoColLayout50-50:before, .tx-contentpackage-breadcrumb ul:before, .tx-contentpackage-gridWrap:before, .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig:before, .tx-contentpackage-gridWrap2:before, .tx-contentpackage-row:before, header .topMenu:before, header .topMenu .language ul:before, header .topMenu .language ul.newlanguage:before, header .topMenu .language ul.newlanguage li ul:before, header .topMenu .language ul.newlanguage li ul div:before, header .topMenu .metaMenu ul:before, header .mainMenuContainer:before, header .mainMenuContainer nav > ul:before, .mobile-menu .close:before, footer:before, footer .tx-contentpackage-auszeichnungen:before, footer .tx-contentpackage-social-media:before, footer .tx-contentpackage-meta > ul:before, .tx-contentpackage-searchContainer:before, .tx-contentpackage-searchContainer .tx-indexedsearch-res:before, .tx-rb-haendler-suche:before, .tx-rb-haendler-suche form:before, .tx-rb-leifheit-online-haendler:before, .gewinnspiel_content:before, .gewinnspiel_content form:before, .gewinnspiel_content form .tx-contentpackage-checkbox-container:before, .gewinnspiel_content form .halbeSpalte .inputpaar:before, .tx-contentpackage-suberbrands:before, .tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt:before, .tx-sy-ersatzteilcenter .sy_warenkorb_linie:before, .leifheit-header:before, .leifheit-header__topmenu__meta ul:before, .leifheit-header__topmenu__language ul li ul div:before, .tx-contentpackage-meingemachtesContainer:before, .tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol:before, .tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meineingemachtesTextBottom:before, .tx-contentpackage-meingemachtesContainer .tx-contentpackage-einkochtipps-twoCol .wrap:before, .tx-rb-leifheit-rezepte .mg-block:before, .mg-block-detailseite .rz-box .box-rzz:before, .tx-sy-leifheitkontakt .clearer:before, div.languageMenuWrapper .languageMenuBox:before, .lp-fruehjahrsputz17-textcontent:before, .tx-contentpackage-lp-studie--speech-bubble--box:before, .tx-contentpackage-haushaltsreport-gewinnspielfrage:before, .fenstersauger-navigation nav ul:before, .lp-steps__inner:before, .tx-contentpackage-landingpage-twocol-product--inner:before, .tx-contentpackage-landingpage-twocol-product--productdetail--colorchange:before, .tx-contentpackage-landingpage-twocol-product--productdetail--buttons:before, .tx-contentpackage-landingpage-twocol-product--moreproducts:before, .tx-contentpackage-landingpage-twocolhoverbox--inner:before, .leifheit-lp-banner + div[id*='c'] ul.ce-menu:before, .leifheit-accordion__inner:before, .leifheit-accordion__item:before, .leifheit-custommenu nav ul:before, .leifheit-lp-faq:before, .leifheit-lp-faq__item:before, .leifheit-lp-infobox__inner:before, .leifheit-lp-masonry__inner:before, .leifheit-lp-smallbox__inner:before, .leifheit-lp-smallbox__item:before, .leifheit-lp-textelement__inner:before, .leifheit-lp-textelement__textwrap:before, .leifheit-lp-threecol-with-plus__inner:before, .leifheit-lp-video:before, .leifheit-lp-video__inner:before, .tx-contentpackage-twoBox:before, .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div:before, .tx-contentpackage-quickLinks:before, .tx-contentpackage-quickLinks article form:before, .tx-contentpackage-sixBox:before, .tx-contentpackage-sixBox .tx-contentpackage-left:before,
.tx-contentpackage-sixBox .tx-contentpackage-right:before, .tx-contentpackage-productDetailContainer:before, .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation:before, .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-productLabels:before, .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-socialContainer:before, .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-nav ul:before, .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-videos:before, .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-zubehoers:before, .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle:before, .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-auszeichnungen:before, .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products:before, .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-downloads:before, .tx-contentpackage-produktOverview:before, .tx-contentpackage-produktOverview .tx-sy-leifheitprodukte:before, .tx-contentpackage-bildTextElement .inner > div:before, .tx-contentpackage-landingpage .inner.small:before, .tx-contentpackage-landingpage .inner.small .textWrap:before, .tx-contentpackage-landingpage .inner.small .textWrap > div:before, .tx-contentpackage-landingpage .inner.small .textWrap > div > div:before, .tx-contentpackage-threecol-without-link .inner.small:before,
.cf:after,
.inner:after,
.tx-contentpackage-zweispaltigInnerLayout:after,
.tx-contentpackage-twoColLayout50-50:after,
.tx-contentpackage-breadcrumb ul:after,
.tx-contentpackage-gridWrap:after,
.tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig:after,
.tx-contentpackage-gridWrap2:after,
.tx-contentpackage-row:after,
header .topMenu:after,
header .topMenu .language ul:after,
header .topMenu .language ul.newlanguage:after,
header .topMenu .language ul.newlanguage li ul:after,
header .topMenu .language ul.newlanguage li ul div:after,
header .topMenu .metaMenu ul:after,
header .mainMenuContainer:after,
header .mainMenuContainer nav > ul:after,
.mobile-menu .close:after,
footer:after,
footer .tx-contentpackage-auszeichnungen:after,
footer .tx-contentpackage-social-media:after,
footer .tx-contentpackage-meta > ul:after,
.tx-contentpackage-searchContainer:after,
.tx-contentpackage-searchContainer .tx-indexedsearch-res:after,
.tx-rb-haendler-suche:after,
.tx-rb-haendler-suche form:after,
.tx-rb-leifheit-online-haendler:after,
.gewinnspiel_content:after,
.gewinnspiel_content form:after,
.gewinnspiel_content form .tx-contentpackage-checkbox-container:after,
.gewinnspiel_content form .halbeSpalte .inputpaar:after,
.tx-contentpackage-suberbrands:after,
.tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt:after,
.tx-sy-ersatzteilcenter .sy_warenkorb_linie:after,
.leifheit-header:after,
.leifheit-header__topmenu__meta ul:after,
.leifheit-header__topmenu__language ul li ul div:after,
.tx-contentpackage-meingemachtesContainer:after,
.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol:after,
.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meineingemachtesTextBottom:after,
.tx-contentpackage-meingemachtesContainer .tx-contentpackage-einkochtipps-twoCol .wrap:after,
.tx-rb-leifheit-rezepte .mg-block:after,
.mg-block-detailseite .rz-box .box-rzz:after,
.tx-sy-leifheitkontakt .clearer:after,
div.languageMenuWrapper .languageMenuBox:after,
.lp-fruehjahrsputz17-textcontent:after,
.tx-contentpackage-lp-studie--speech-bubble--box:after,
.tx-contentpackage-haushaltsreport-gewinnspielfrage:after,
.fenstersauger-navigation nav ul:after,
.lp-steps__inner:after,
.tx-contentpackage-landingpage-twocol-product--inner:after,
.tx-contentpackage-landingpage-twocol-product--productdetail--colorchange:after,
.tx-contentpackage-landingpage-twocol-product--productdetail--buttons:after,
.tx-contentpackage-landingpage-twocol-product--moreproducts:after,
.tx-contentpackage-landingpage-twocolhoverbox--inner:after,
.leifheit-lp-banner + div[id*='c'] ul.ce-menu:after,
.leifheit-accordion__inner:after,
.leifheit-accordion__item:after,
.leifheit-custommenu nav ul:after,
.leifheit-lp-faq:after,
.leifheit-lp-faq__item:after,
.leifheit-lp-infobox__inner:after,
.leifheit-lp-masonry__inner:after,
.leifheit-lp-smallbox__inner:after,
.leifheit-lp-smallbox__item:after,
.leifheit-lp-textelement__inner:after,
.leifheit-lp-textelement__textwrap:after,
.leifheit-lp-threecol-with-plus__inner:after,
.leifheit-lp-video:after,
.leifheit-lp-video__inner:after,
.tx-contentpackage-twoBox:after,
.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div:after,
.tx-contentpackage-quickLinks:after,
.tx-contentpackage-quickLinks article form:after,
.tx-contentpackage-sixBox:after,
.tx-contentpackage-sixBox .tx-contentpackage-left:after,
.tx-contentpackage-sixBox .tx-contentpackage-right:after,
.tx-contentpackage-productDetailContainer:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-productLabels:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-socialContainer:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-nav ul:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-videos:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-zubehoers:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-auszeichnungen:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-downloads:after,
.tx-contentpackage-produktOverview:after,
.tx-contentpackage-produktOverview .tx-sy-leifheitprodukte:after,
.tx-contentpackage-bildTextElement .inner > div:after,
.tx-contentpackage-landingpage .inner.small:after,
.tx-contentpackage-landingpage .inner.small .textWrap:after,
.tx-contentpackage-landingpage .inner.small .textWrap > div:after,
.tx-contentpackage-landingpage .inner.small .textWrap > div > div:after,
.tx-contentpackage-threecol-without-link .inner.small:after {
  content: " ";
  display: table; }

.cf:after,
.inner:after,
.tx-contentpackage-zweispaltigInnerLayout:after,
.tx-contentpackage-twoColLayout50-50:after,
.tx-contentpackage-breadcrumb ul:after,
.tx-contentpackage-gridWrap:after,
.tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig:after,
.tx-contentpackage-gridWrap2:after,
.tx-contentpackage-row:after,
header .topMenu:after,
header .topMenu .language ul:after,
header .topMenu .language ul.newlanguage:after,
header .topMenu .language ul.newlanguage li ul:after,
header .topMenu .language ul.newlanguage li ul div:after,
header .topMenu .metaMenu ul:after,
header .mainMenuContainer:after,
header .mainMenuContainer nav > ul:after,
.mobile-menu .close:after,
footer:after,
footer .tx-contentpackage-auszeichnungen:after,
footer .tx-contentpackage-social-media:after,
footer .tx-contentpackage-meta > ul:after,
.tx-contentpackage-searchContainer:after,
.tx-contentpackage-searchContainer .tx-indexedsearch-res:after,
.tx-rb-haendler-suche:after,
.tx-rb-haendler-suche form:after,
.tx-rb-leifheit-online-haendler:after,
.gewinnspiel_content:after,
.gewinnspiel_content form:after,
.gewinnspiel_content form .tx-contentpackage-checkbox-container:after,
.gewinnspiel_content form .halbeSpalte .inputpaar:after,
.tx-contentpackage-suberbrands:after,
.tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt:after,
.tx-sy-ersatzteilcenter .sy_warenkorb_linie:after,
.leifheit-header:after,
.leifheit-header__topmenu__meta ul:after,
.leifheit-header__topmenu__language ul li ul div:after,
.tx-contentpackage-meingemachtesContainer:after,
.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol:after,
.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meineingemachtesTextBottom:after,
.tx-contentpackage-meingemachtesContainer .tx-contentpackage-einkochtipps-twoCol .wrap:after,
.tx-rb-leifheit-rezepte .mg-block:after,
.mg-block-detailseite .rz-box .box-rzz:after,
.tx-sy-leifheitkontakt .clearer:after,
div.languageMenuWrapper .languageMenuBox:after,
.lp-fruehjahrsputz17-textcontent:after,
.tx-contentpackage-lp-studie--speech-bubble--box:after,
.tx-contentpackage-haushaltsreport-gewinnspielfrage:after,
.fenstersauger-navigation nav ul:after,
.lp-steps__inner:after,
.tx-contentpackage-landingpage-twocol-product--inner:after,
.tx-contentpackage-landingpage-twocol-product--productdetail--colorchange:after,
.tx-contentpackage-landingpage-twocol-product--productdetail--buttons:after,
.tx-contentpackage-landingpage-twocol-product--moreproducts:after,
.tx-contentpackage-landingpage-twocolhoverbox--inner:after,
.leifheit-lp-banner + div[id*='c'] ul.ce-menu:after,
.leifheit-accordion__inner:after,
.leifheit-accordion__item:after,
.leifheit-custommenu nav ul:after,
.leifheit-lp-faq:after,
.leifheit-lp-faq__item:after,
.leifheit-lp-infobox__inner:after,
.leifheit-lp-masonry__inner:after,
.leifheit-lp-smallbox__inner:after,
.leifheit-lp-smallbox__item:after,
.leifheit-lp-textelement__inner:after,
.leifheit-lp-textelement__textwrap:after,
.leifheit-lp-threecol-with-plus__inner:after,
.leifheit-lp-video:after,
.leifheit-lp-video__inner:after,
.tx-contentpackage-twoBox:after,
.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div:after,
.tx-contentpackage-quickLinks:after,
.tx-contentpackage-quickLinks article form:after,
.tx-contentpackage-sixBox:after,
.tx-contentpackage-sixBox .tx-contentpackage-left:after,
.tx-contentpackage-sixBox .tx-contentpackage-right:after,
.tx-contentpackage-productDetailContainer:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-productLabels:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-socialContainer:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-nav ul:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-videos:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-zubehoers:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-auszeichnungen:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products:after,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-downloads:after,
.tx-contentpackage-produktOverview:after,
.tx-contentpackage-produktOverview .tx-sy-leifheitprodukte:after,
.tx-contentpackage-bildTextElement .inner > div:after,
.tx-contentpackage-landingpage .inner.small:after,
.tx-contentpackage-landingpage .inner.small .textWrap:after,
.tx-contentpackage-landingpage .inner.small .textWrap > div:after,
.tx-contentpackage-landingpage .inner.small .textWrap > div > div:after,
.tx-contentpackage-threecol-without-link .inner.small:after {
  clear: both; }

html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22.4px;
  font-size: 1rem;
  line-height: 1.4rem;
  font-family: 'Arimo', Helvetica, Arial, sans-serif; }

html * {
  box-sizing: border-box;
  -webkit-appearance: none; }

body {
  margin: 0;
  padding: 0; }

img {
  height: auto;
  max-width: 100%;
  border: none; }

figure {
  margin: 0;
  padding: 0; }

.bigfont {
  font-size: 19px;
  line-height: 27px;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  color: #5d5d5d; }

.bigfont a {
  font-size: inherit;
  line-height: inherit;
  color: inherit; }

.bigfont a:hover {
  color: inherit; }

.bigfont2, .tx-contentpackage-landingpage-twocol-product--productdetail ul li {
  font-size: 22px;
  line-height: 30px;
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #5d5d5d; }

.smallfont {
  font-size: 12px;
  line-height: 16.8px;
  font-size: 0.75rem;
  line-height: 1.05rem; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* UL List with Arrow left*/
ul.listWithArrow, .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right ul, .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-desciption ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul.listWithArrow li, .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right ul li, .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-desciption ul li {
  color: #5d5d5d;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: normal; }

ul.listWithArrow li + li, .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right ul li + li, .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-desciption ul li + li {
  margin-top: 7px; }

ul.listWithArrow li:before, .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right ul li:before, .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-desciption ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url('../..//assets/leifheit/images/list-bullet.png') no-repeat; }

h1,
h2,
h3 {
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
  color: inherit; }

h4 {
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 10px 0;
  display: block; }

/* #abdecker wird im Kontaktformular gebraucht*/
main {
  position: relative;
  /* z-index: 0;*/ }

main #abdecker {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url('../..//assets/leifheit/images/abdecker.png');
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10000; }

@media screen and (max-width: 767px) {
  main {
    padding-top: 32px; } }

.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative; }

@media screen and (max-width: 1300px) {
  .inner {
    padding: 0 25px; } }

.inner.small {
  max-width: 960px;
  margin: 0 auto; }

@media screen and (max-width: 1300px) {
  .inner.small {
    padding: 0; } }

@media screen and (max-width: 1000px) {
  .inner.small {
    padding: 0 25px; } }

.tx-contentpackage-zweispaltigInnerLayout,
.tx-contentpackage-twoColLayout50-50 {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  position: relative; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-zweispaltigInnerLayout .tx-contentpackage-sm-12.tx-contentpackage-col,
  .tx-contentpackage-twoColLayout50-50 .tx-contentpackage-sm-12.tx-contentpackage-col {
    margin-left: 0; }
  .tx-contentpackage-zweispaltigInnerLayout .tx-contentpackage-sm-12.tx-contentpackage-col + .tx-contentpackage-sm-12.tx-contentpackage-col,
  .tx-contentpackage-twoColLayout50-50 .tx-contentpackage-sm-12.tx-contentpackage-col + .tx-contentpackage-sm-12.tx-contentpackage-col {
    margin-top: 40px; } }

.tx-contentpackage-fb-button {
  position: fixed;
  left: 0;
  top: 210px;
  z-index: 90; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-fb-button {
    display: none; } }

.tx-sy-leifheitprodukte .tx-contentpackage-goToTop {
  left: auto; }

.redbutton, .tx-contentpackage-bildTextElement .redbutton {
  font-size: 16px;
  line-height: 22.4px;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  min-width: 210px;
  border: none;
  margin-top: 40px;
  background: #b31a2e; }

.fb-button {
  position: fixed;
  left: 0;
  top: 210px;
  z-index: 555; }

@media screen and (max-width: 1024px) {
  .fb-button {
    display: none; } }

/* RTE Optionen*/
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

/* */
/* Datenschutztext ansprechen*/
/* */
#c178 + .tx-contentpackage-bildTextElement p,
#c1961 + .tx-contentpackage-bildTextElement p,
#c137 + .tx-contentpackage-bildTextElement p,
#c593 + .tx-contentpackage-bildTextElement p,
#c614 + .tx-contentpackage-bildTextElement p,
#c600 + .tx-contentpackage-bildTextElement p,
#c635 + .tx-contentpackage-bildTextElement p,
#c607 + .tx-contentpackage-bildTextElement p,
#c628 + .tx-contentpackage-bildTextElement p,
#c5159 + .tx-contentpackage-bildTextElement p,
#c4773 + .tx-contentpackage-bildTextElement p {
  font-size: 12px;
  line-height: 14px; }

.tx-contentpackage-slider + .tx-contentpackage-breadcrumb {
  margin-top: 0; }

.tx-contentpackage-breadcrumb {
  margin: 20px 0 24px 0; }

.tx-contentpackage-breadcrumb ul li {
  float: left;
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  color: #646464;
  text-decoration: none;
  font-weight: 600; }

.tx-contentpackage-breadcrumb ul li a {
  font-size: 12px;
  line-height: normal;
  color: #646464;
  text-decoration: none;
  font-weight: 400; }

.tx-contentpackage-breadcrumb ul li + li:before {
  content: "";
  background: url('../..//assets/leifheit/images/breadcrumb-arrow.png') no-repeat;
  display: inline-block;
  width: 14px;
  height: 8px; }

.tx-contentpackage-breadcrumb ul li:last-of-type a {
  font-weight: 600; }

@media screen and (max-width: 767px) {
  .tx-contentpackage-breadcrumb {
    display: none; } }

@media screen and (max-width: 540px) {
  .tx-contentpackage-breadcrumb {
    margin-bottom: 25px; } }

.custom-radio,
.custom-check {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -.05em;
  width: 14px;
  height: 14px;
  background: #F0F0F0 url('../..//assets/leifheit/images/unchecked.png') 0 0 no-repeat;
  margin-right: 7px; }

.custom-radio {
  background-image: url('../..//assets/leifheit/images/radio_unchecked.png'); }

.custom-radio.checked {
  background-image: url('../..//assets/leifheit/images/radio_checked.png'); }

.custom-check {
  background-position: 60% 60%; }

.custom-check.checked {
  background: url('../..//assets/leifheit/images/checked.png');
  background-position: 60% 60%; }

.tx-contentpackage-bigGreyHeadline {
  font-size: 40px;
  line-height: 56px;
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #6f6f6f;
  margin: 0 0 20px 0;
  font-weight: 400;
  display: block; }

.tx-contentpackage-bigGreyHeadline.blue {
  color: #002f63; }

.tx-contentpackage-bigGreyHeadline b,
.tx-contentpackage-bigGreyHeadline strong {
  color: inherit; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-bigGreyHeadline {
    font-size: 30px;
    line-height: 42px;
    font-size: 1.875rem;
    line-height: 2.625rem; } }

.tx-contentpackage-middleBlueHeadline {
  font-size: 28px;
  line-height: 39.2px;
  font-size: 1.75rem;
  line-height: 2.45rem;
  font-weight: 600;
  margin: 0 0 35px 0;
  color: #002f63;
  display: block; }

.tx-contentpackage-middleBlueHeadline b,
.tx-contentpackage-middleBlueHeadline strong {
  color: inherit; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-middleBlueHeadline {
    font-size: 25px;
    line-height: 35px;
    font-size: 1.5625rem;
    line-height: 2.1875rem; } }

.tx-contentpackage-middleBlueHeadline2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin: 0 0 25px 0;
  color: #002f63;
  display: block;
  text-decoration: none; }

.tx-contentpackage-smallMiddleBlueBorderBottomHeadline {
  color: #002f63;
  font-size: 24px;
  line-height: 33.6px;
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 600;
  margin: 0 0 30px 0;
  border-bottom: solid 1px #DBD8D4;
  padding-bottom: 17px;
  display: block; }

.tx-contentpackage-smallMiddleBlueBorderBottomHeadline b,
.tx-contentpackage-smallMiddleBlueBorderBottomHeadline strong {
  color: inherit; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-smallMiddleBlueBorderBottomHeadline {
    font-size: 20px;
    line-height: 28px;
    font-size: 1.25rem;
    line-height: 1.75rem; } }

.tx-contentpackage-smallMiddleBlueHeadline {
  color: #002f63;
  font-size: 22px;
  line-height: 30.8px;
  font-size: 1.375rem;
  line-height: 1.925rem;
  font-weight: 600;
  margin: 0 0 16px 0;
  display: block; }

.tx-contentpackage-smallMiddleBlueHeadline b,
.tx-contentpackage-smallMiddleBlueHeadline strong {
  color: inherit; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-smallMiddleBlueHeadline {
    font-size: 20px;
    line-height: 28px;
    font-size: 1.25rem;
    line-height: 1.75rem; } }

.tx-contentpackage-smallMiddleGreenHeadline, .tx-contentpackage-smallMiddleGreenHeadline2 {
  color: #009698;
  font-size: 34px;
  line-height: 42px;
  font-size: 2.125rem;
  line-height: 2.625rem;
  font-weight: 400;
  margin: 0 0 45px 0;
  display: block; }

.tx-contentpackage-smallMiddleGreenHeadline.blue, .blue.tx-contentpackage-smallMiddleGreenHeadline2 {
  color: #002f63;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  font-size: 2rem;
  line-height: 2.5rem; }

.tx-contentpackage-smallMiddleGreenHeadline span, .tx-contentpackage-smallMiddleGreenHeadline2 span,
.tx-contentpackage-smallMiddleGreenHeadline strong,
.tx-contentpackage-smallMiddleGreenHeadline2 strong {
  font-weight: 700;
  color: #009698; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-smallMiddleGreenHeadline, .tx-contentpackage-smallMiddleGreenHeadline2 {
    font-size: 22px;
    line-height: 30.8px;
    font-size: 1.375rem;
    line-height: 1.925rem; } }

.tx-contentpackage-smallMiddleBlueHeadline5 {
  color: #002f63;
  font-weight: 400;
  font-size: 34px;
  line-height: 47.6px;
  font-size: 2.125rem;
  line-height: 2.975rem;
  margin: 0 0 45px 0;
  display: block; }

.tx-contentpackage-smallMiddleBlueHeadline5 strong {
  font-weight: 700;
  color: inherit; }

@media screen and (max-width: 640px) {
  .tx-contentpackage-smallMiddleBlueHeadline5 {
    font-size: 26px;
    line-height: 36.4px;
    font-size: 1.625rem;
    line-height: 2.275rem; } }

.tx-contentpackage-smallMiddleGreenHeadline2 {
  font-size: 36px;
  line-height: 42px;
  font-size: 2.25rem;
  line-height: 2.625rem;
  font-weight: 700;
  margin: 0 0 25px 0; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-smallMiddleGreenHeadline2 {
    font-size: 22px;
    line-height: 30.8px;
    font-size: 1.375rem;
    line-height: 1.925rem; } }

.tx-contentpackage-smallBlueHeadline {
  margin: 0 0 12px 0;
  color: #002f63;
  font-size: 18px;
  line-height: 25.2px;
  font-size: 1.125rem;
  line-height: 1.575rem;
  font-weight: 600;
  display: block; }

.tx-contentpackage-smallBlueHeadline b,
.tx-contentpackage-smallBlueHeadline strong {
  color: inherit; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-smallBlueHeadline {
    font-size: 17px;
    line-height: 23.8px;
    font-size: 1.0625rem;
    line-height: 1.4875rem; } }

.tx-contentpackage-bigblueheadline {
  font-size: 36px;
  line-height: 50.4px;
  font-size: 2.25rem;
  line-height: 3.15rem;
  color: #002f63;
  font-weight: 700;
  display: block;
  margin: 0 0 35px 0; }

.tx-contentpackage-bigblueheadline b,
.tx-contentpackage-bigblueheadline strong {
  color: inherit; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-bigblueheadline {
    font-size: 26px;
    line-height: 36.4px;
    font-size: 1.625rem;
    line-height: 2.275rem; } }

.greybutton {
  display: table;
  background: #666666;
  padding: 5px 10px;
  color: #fff !important;
  font-size: 16px !important;
  line-height: normal !important;
  margin-top: 15px;
  text-decoration: none !important;
  font-weight: 700;
  border-radius: 3px; }

.greybutton:after {
  content: "\f054";
  display: inline-block;
  margin-left: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 7px;
  vertical-align: middle;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff; }

.tx-contentpackage-gridWrap, .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 1150px) {
  .tx-contentpackage-gridWrap, .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig {
    padding-left: 25px;
    padding-right: 25px; } }

/*  COLUMN SETUP  */
.tx-contentpackage-col {
  display: block;
  float: left; }

.tx-contentpackage-col + .tx-contentpackage-col {
  margin-left: 2.67%; }

.tx-contentpackage-lg-12 {
  width: 100%; }

.tx-contentpackage-lg-11 {
  width: 91.44%; }

.tx-contentpackage-lg-10 {
  width: 82.88%; }

.tx-contentpackage-lg-9 {
  width: 74.33%; }

.tx-contentpackage-lg-8 {
  width: 65.77%; }

.tx-contentpackage-lg-7 {
  width: 57.22%; }

.tx-contentpackage-lg-6 {
  width: 48.66%; }

.tx-contentpackage-lg-5 {
  width: 40.10%; }

.tx-contentpackage-lg-4 {
  width: 31.55%; }

.tx-contentpackage-lg-3 {
  width: 22.99%; }

.tx-contentpackage-lg-2 {
  width: 14.44%; }

.tx-contentpackage-lg-1 {
  width: 5.885%; }

.tx-contentpackage-lg-0 {
  display: none; }

@media screen and (max-width: 1020px) {
  .tx-contentpackage-md-12 {
    width: 100%; }
  .tx-contentpackage-md-11 {
    width: 91.44%; }
  .tx-contentpackage-md-10 {
    width: 82.88%; }
  .tx-contentpackage-md-9 {
    width: 74.33%; }
  .tx-contentpackage-md-8 {
    width: 65.77%; }
  .tx-contentpackage-md-7 {
    width: 57.22%; }
  .tx-contentpackage-md-6 {
    width: 48.66%; }
  .tx-contentpackage-md-5 {
    width: 40.10%; }
  .tx-contentpackage-md-4 {
    width: 31.55%; }
  .tx-contentpackage-md-3 {
    width: 22.99%; }
  .tx-contentpackage-md-2 {
    width: 14.44%; }
  .tx-contentpackage-md-1 {
    width: 5.885%; }
  .tx-contentpackage-md-0 {
    display: none; } }

@media screen and (max-width: 768px) {
  .tx-contentpackage-sm-12 {
    width: 100%; }
  .tx-contentpackage-sm-11 {
    width: 91.44%; }
  .tx-contentpackage-sm-10 {
    width: 82.88%; }
  .tx-contentpackage-sm-9 {
    width: 74.33%; }
  .tx-contentpackage-sm-8 {
    width: 65.77%; }
  .tx-contentpackage-sm-7 {
    width: 57.22%; }
  .tx-contentpackage-sm-6 {
    width: 48.66%; }
  .tx-contentpackage-sm-5 {
    width: 40.10%; }
  .tx-contentpackage-sm-4 {
    width: 31.55%; }
  .tx-contentpackage-sm-3 {
    width: 22.99%; }
  .tx-contentpackage-sm-2 {
    width: 14.44%; }
  .tx-contentpackage-sm-1 {
    width: 5.885%; }
  .tx-contentpackage-sm-0 {
    display: none; } }

@media screen and (max-width: 767px) {
  .tx-contentpackage-sm2-12 {
    width: 100%; }
  .tx-contentpackage-sm2-11 {
    width: 91.44%; }
  .tx-contentpackage-sm2-10 {
    width: 82.88%; }
  .tx-contentpackage-sm2-9 {
    width: 74.33%; }
  .tx-contentpackage-sm2-8 {
    width: 65.77%; }
  .tx-contentpackage-sm2-7 {
    width: 57.22%; }
  .tx-contentpackage-sm2-6 {
    width: 48.66%; }
  .tx-contentpackage-sm2-5 {
    width: 40.10%; }
  .tx-contentpackage-sm2-4 {
    width: 31.55%; }
  .tx-contentpackage-sm2-3 {
    width: 22.99%; }
  .tx-contentpackage-sm2-2 {
    width: 14.44%; }
  .tx-contentpackage-sm2-1 {
    width: 5.885%; }
  .tx-contentpackage-sm2-0 {
    display: none; } }

@media screen and (max-width: 640px) {
  .tx-contentpackage-xs-12 {
    width: 100%; }
  .tx-contentpackage-xs-11 {
    width: 91.44%; }
  .tx-contentpackage-xs-10 {
    width: 82.88%; }
  .tx-contentpackage-xs-9 {
    width: 74.33%; }
  .tx-contentpackage-xs-8 {
    width: 65.77%; }
  .tx-contentpackage-xs-7 {
    width: 57.22%; }
  .tx-contentpackage-xs-6 {
    width: 48.66%; }
  .tx-contentpackage-xs-5 {
    width: 40.10%; }
  .tx-contentpackage-xs-4 {
    width: 31.55%; }
  .tx-contentpackage-xs-3 {
    width: 22.99%; }
  .tx-contentpackage-xs-2 {
    width: 14.44%; }
  .tx-contentpackage-xs-1 {
    width: 5.885%; }
  .tx-contentpackage-xs-0 {
    display: none; } }

.tx-contentpackage-gridWrap2 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.tx-contentpackage-row {
  margin-left: -15px;
  margin-right: -15px; }

.tx-contentpackage-xl-12 {
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  width: 100%; }

.tx-contentpackage-xl-11 {
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  width: 91.66%; }

.tx-contentpackage-xl-10 {
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  width: 83.33%; }

.tx-contentpackage-xl-9 {
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  width: 75%; }

.tx-contentpackage-xl-8 {
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  width: 66.66%; }

.tx-contentpackage-xl-7 {
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  width: 58.33%; }

.tx-contentpackage-xl-6 {
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  width: 50%; }

.tx-contentpackage-xl-5 {
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  width: 41.66%; }

.tx-contentpackage-xl-4 {
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  width: 33.33%; }

.tx-contentpackage-xl-3 {
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  width: 25%; }

.tx-contentpackage-xl-2 {
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  width: 16.66%; }

.tx-contentpackage-xl-1 {
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
  width: 8.333%; }

.tx-contentpackage-xl-0 {
  display: none; }

@media screen and (max-width: 1024px) {
  .tx-contentpackage-l-12 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 100%; }
  .tx-contentpackage-l-11 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 91.66%; }
  .tx-contentpackage-l-10 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 83.33%; }
  .tx-contentpackage-l-9 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 75%; }
  .tx-contentpackage-l-8 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 66.66%; }
  .tx-contentpackage-l-7 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 58.33%; }
  .tx-contentpackage-l-6 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 50%; }
  .tx-contentpackage-l-5 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 41.66%; }
  .tx-contentpackage-l-4 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 33.33%; }
  .tx-contentpackage-l-3 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 25%; }
  .tx-contentpackage-l-2 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 16.66%; }
  .tx-contentpackage-l-1 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 8.333%; }
  .tx-contentpackage-l-0 {
    display: none; } }

@media screen and (max-width: 768px) {
  .tx-contentpackage-m-12 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 100%; }
  .tx-contentpackage-m-11 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 91.66%; }
  .tx-contentpackage-m-10 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 83.33%; }
  .tx-contentpackage-m-9 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 75%; }
  .tx-contentpackage-m-8 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 66.66%; }
  .tx-contentpackage-m-7 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 58.33%; }
  .tx-contentpackage-m-6 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 50%; }
  .tx-contentpackage-m-5 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 41.66%; }
  .tx-contentpackage-m-4 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 33.33%; }
  .tx-contentpackage-m-3 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 25%; }
  .tx-contentpackage-m-2 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 16.66%; }
  .tx-contentpackage-m-1 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 8.333%; }
  .tx-contentpackage-m-0 {
    display: none; } }

@media screen and (max-width: 640px) {
  .tx-contentpackage-s-12 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 100%; }
  .tx-contentpackage-s-11 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 91.66%; }
  .tx-contentpackage-s-10 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 83.33%; }
  .tx-contentpackage-s-9 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 75%; }
  .tx-contentpackage-s-8 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 66.66%; }
  .tx-contentpackage-s-7 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 58.33%; }
  .tx-contentpackage-s-6 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 50%; }
  .tx-contentpackage-s-5 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 41.66%; }
  .tx-contentpackage-s-4 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 33.33%; }
  .tx-contentpackage-s-3 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 25%; }
  .tx-contentpackage-s-2 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 16.66%; }
  .tx-contentpackage-s-1 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 8.333%; }
  .tx-contentpackage-s-0 {
    display: none; } }

@media screen and (max-width: 480px) {
  .tx-contentpackage-xss-12 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 100%; }
  .tx-contentpackage-xss-11 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 91.66%; }
  .tx-contentpackage-xss-10 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 83.33%; }
  .tx-contentpackage-xss-9 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 75%; }
  .tx-contentpackage-xss-8 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 66.66%; }
  .tx-contentpackage-xss-7 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 58.33%; }
  .tx-contentpackage-xss-6 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 50%; }
  .tx-contentpackage-xss-5 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 41.66%; }
  .tx-contentpackage-xss-4 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 33.33%; }
  .tx-contentpackage-xss-3 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 25%; }
  .tx-contentpackage-xss-2 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 16.66%; }
  .tx-contentpackage-xss-1 {
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    width: 8.333%; }
  .tx-contentpackage-xss-0 {
    display: none; } }

header {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  z-index: 106;
  position: relative;
  background: #fff; }

header .topMenu {
  background: #002f63; }

header .topMenu .language {
  float: left; }

header .topMenu .language ul li {
  float: left;
  display: inline-block; }

header .topMenu .language ul li + li {
  margin-left: 7px; }

header .topMenu .language ul.newlanguage {
  margin: 0;
  padding: 0;
  list-style: none; }

header .topMenu .language ul.newlanguage > li:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff; }

header .topMenu .language ul.newlanguage li {
  position: relative; }

header .topMenu .language ul.newlanguage li a {
  text-decoration: none;
  font-size: 12px;
  line-height: normal;
  color: #bfcbd8; }

header .topMenu .language ul.newlanguage li a:hover {
  color: #fff; }

header .topMenu .language ul.newlanguage li a img {
  position: relative;
  top: 1px;
  margin-right: 1px; }

header .topMenu .language ul.newlanguage li ul {
  position: absolute;
  top: 26px;
  left: -15px;
  background: #002f63;
  z-index: 100;
  width: 300px;
  max-height: 0;
  overflow: hidden;
  transition: .8s max-height; }

header .topMenu .language ul.newlanguage li ul div {
  padding: 10px 15px 5px 15px; }

header .topMenu .language ul.newlanguage li ul li {
  float: left;
  width: 50%;
  margin-left: 0;
  text-decoration: none;
  font-size: 12px;
  line-height: normal;
  color: #fff;
  margin-bottom: 10px;
  padding-right: 20px; }

header .topMenu .language ul.newlanguage li ul li a {
  vertical-align: top; }

header .topMenu .language ul.newlanguage li ul li:nth-of-type(2n) {
  padding-right: 0;
  padding-left: 20px; }

header .topMenu .language ul.newlanguage li:hover ul {
  max-height: 550px;
  transition: .8s max-height; }

header .topMenu .metaMenu {
  float: right;
  padding: 6px 0 5px 0; }

header .topMenu .metaMenu ul li {
  float: left;
  color: #bfcbd8;
  font-size: 12px;
  line-height: 11px; }

header .topMenu .metaMenu ul li a {
  color: #bfcbd8;
  font-size: 12px;
  line-height: 11px;
  font-weight: 400;
  margin-right: 5px;
  text-decoration: none; }

header .topMenu .metaMenu ul li a:hover, header .topMenu .metaMenu ul li a.active {
  color: #fff; }

header .topMenu .metaMenu ul li.active a {
  color: #fff; }

header .topMenu .metaMenu ul li:after {
  content: "|";
  display: inline-block;
  position: relative;
  top: -1px; }

header .topMenu .metaMenu ul li + li {
  margin-left: 5px; }

header .topMenu .metaMenu ul li:last-of-type:after {
  display: none; }

@media screen and (max-width: 1024px) {
  header .topMenu {
    display: none; } }

header .mainMenuContainer nav {
  float: left;
  max-height: 67px;
  margin-bottom: 21px; }

header .mainMenuContainer nav form {
  margin-top: 45px;
  max-width: 187px; }

header .mainMenuContainer nav form input[type="text"] {
  font-family: "Exo 2", sans-serif;
  width: 160px;
  height: 25px;
  color: #c0c0c0;
  line-height: 25px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: inline-block;
  text-indent: 2%;
  font-size: 14px;
  border: 1px solid #c4c4c4;
  border-right: 0px solid transparent;
  position: relative;
  z-index: 2; }

header .mainMenuContainer nav form input[type="submit"] {
  outline: 0px none;
  padding: 0px;
  margin: 0px 0px 0px -2px;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid #c4c4c4;
  border-left: 0px solid transparent;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
  font-size: 0px;
  background: transparent url('../..//assets/leifheit/images/lupe.png') no-repeat scroll center center;
  height: 25px;
  width: 27px;
  float: right;
  position: relative;
  z-index: 2; }

header .mainMenuContainer nav form .suchen-inpt-ajaxliste {
  display: none;
  position: absolute;
  min-width: 200px;
  white-space: nowrap;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #C4C4C4; }

header .mainMenuContainer nav form .suchen-inpt-ajaxliste0 {
  top: 35px;
  left: -10px;
  padding: 38px 0px 5px 0px;
  min-width: 215px; }

header .mainMenuContainer nav form .suchen-inpt-ajaxliste0 .ajaxzeile {
  padding: 1px 10px;
  cursor: pointer; }

header .mainMenuContainer nav form .suchen-inpt-ajaxliste0 .ajaxzeile:hover {
  background-color: #d9d9d9; }

header .mainMenuContainer nav > ul {
  margin-top: 45px;
  max-height: 22px; }

header .mainMenuContainer nav > ul > li {
  float: left; }

header .mainMenuContainer nav > ul > li > span,
header .mainMenuContainer nav > ul > li > a {
  font-size: 15px;
  line-height: 16px;
  font-size: 0.9375rem;
  line-height: 1rem;
  font-weight: 600;
  color: #002f63;
  text-decoration: none;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none; }

header .mainMenuContainer nav > ul > li > span > a,
header .mainMenuContainer nav > ul > li > a > a {
  font-size: 15px;
  font-weight: 700;
  color: #002f63;
  text-decoration: none;
  cursor: pointer; }

header .mainMenuContainer nav > ul > li + li {
  margin-left: 15px; }

header .mainMenuContainer nav > ul > li.inactive a,
header .mainMenuContainer nav > ul > li.inactive span {
  color: #9d9d9d; }

header .mainMenuContainer nav > ul > li.inactive a:hover,
header .mainMenuContainer nav > ul > li.inactive span:hover {
  color: #002f63; }

header .mainMenuContainer nav > ul > li.open > a:after,
header .mainMenuContainer nav > ul > li.open > span:after {
  content: "";
  display: block;
  width: 33px;
  height: 16px;
  position: absolute;
  bottom: -37px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: transparent url('../..//assets/leifheit/images/arrow_down.png') no-repeat;
  background-size: contain; }

header .mainMenuContainer nav > ul > li.open .subMenuContainer {
  transition: 0.7s height; }

header .mainMenuContainer nav > ul > li .subMenuContainer {
  height: 0;
  overflow: hidden;
  position: absolute;
  left: -20px;
  width: 1200px;
  padding-top: 30px; }

header .mainMenuContainer nav > ul > li .subMenuContainer.transition {
  transition: 0.7s height; }

header .mainMenuContainer nav > ul > li .subMenuContainer .inner > ul > li {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding-right: 12px;
  max-width: 160px; }

header .mainMenuContainer nav > ul > li .subMenuContainer .inner > ul > li .imgWrap {
  height: 110px;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 15px; }

header .mainMenuContainer nav > ul > li .subMenuContainer .inner > ul > li .imgWrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto; }

header .mainMenuContainer nav > ul > li .subMenuContainer .inner > ul > li > a {
  height: auto;
  font-size: 13px;
  line-height: normal;
  color: #002f63;
  font-weight: 700;
  display: block;
  text-decoration: none;
  font-family: Arial; }

header .mainMenuContainer nav > ul > li .subMenuContainer .inner > ul > li > a span {
  border-left: solid 1px #d8d8d8;
  padding: 0 12px 10px 12px;
  display: block;
  font-family: "Exo 2", sans-serif;
  font-weight: 600; }

header .mainMenuContainer nav > ul > li .subMenuContainer .inner > ul > li > ul {
  border-left: solid 1px #d8d8d8; }

header .mainMenuContainer nav > ul > li .subMenuContainer .inner > ul > li > ul > li {
  display: block;
  margin: 0;
  padding-left: 8px;
  margin-left: 12px;
  padding-right: 5px;
  background-image: url('../..//assets/leifheit/images/menu_pfeil.png');
  background-repeat: no-repeat;
  background-position: left 5px; }

header .mainMenuContainer nav > ul > li .subMenuContainer .inner > ul > li > ul > li + li {
  margin-top: 5px; }

header .mainMenuContainer nav > ul > li .subMenuContainer .inner > ul > li > ul > li > a {
  color: #646464;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  text-decoration: none;
  font-family: Arial; }

header .mainMenuContainer nav > ul > li .subMenuContainer .inner > ul[data-lang=bg] > li {
  max-width: 190px; }

@media screen and (max-width: 1024px) {
  header .mainMenuContainer nav {
    display: none; } }

header .mainMenuContainer .logo {
  float: right;
  margin-top: 45px; }

header .mainMenuContainer .logo .mobileLogo {
  display: none; }

@media screen and (max-width: 1024px) {
  header .mainMenuContainer .logo {
    margin-top: 0;
    padding: 15px 0; }
  header .mainMenuContainer .logo img {
    display: none; }
  header .mainMenuContainer .logo img.mobileLogo {
    display: block; } }

.menuOverlay {
  height: 0;
  background-color: white;
  background-image: -webkit-linear-gradient(#ebe9ea 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(#ebe9ea 0%, #ffffff 100%);
  background-image: -o-linear-gradient(#ebe9ea 0%, #ffffff 100%);
  background-image: linear-gradient(#ebe9ea 0%, #ffffff 100%);
  transition: 0.7s height;
  position: relative;
  z-index: 105; }

.menuOverlay.show {
  transition: 0.7s height; }

.menuOverlayShaddow {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
  transition: 0.7s all;
  visibility: hidden; }

.menuOverlayShaddow.show {
  opacity: 1;
  transition: 0.7s all;
  visibility: visible; }

.mobile-menu-button.fa {
  float: left;
  padding: 15px 20px 15px 32px;
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 200;
  color: #002f63;
  font-size: 1.5em; }

.mobile-menu-button.fa + .mobile-menu-button.fa {
  padding: 15px 0px; }

@media screen and (max-width: 1024px) {
  .mobile-menu-button.fa {
    display: block; } }

.mobile-menu {
  position: fixed;
  overflow-x: scroll;
  left: -60%;
  top: 0;
  bottom: 0;
  width: 60%;
  max-width: 480px;
  transition: .6s all;
  background: #002f63;
  color: #fff;
  z-index: 1110; }

.mobile-menu.active {
  left: 0;
  transition: .6s all; }

.mobile-menu .close {
  width: 100%; }

.mobile-menu .close p {
  float: left;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding-left: 15px;
  cursor: pointer; }

.mobile-menu .close p:before {
  content: "\f053";
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mobile-menu .close i {
  float: right;
  margin-top: 15px;
  cursor: pointer;
  padding-right: 15px; }

.mobile-menu form {
  width: 100%;
  position: relative; }

.mobile-menu form .suchpaar {
  padding: 0 15px; }

.mobile-menu form input[type="text"] {
  font-family: "Exo 2", sans-serif;
  background-color: #314473;
  color: #adb9c7;
  border: 1px solid #314473;
  border-right: 1px solid transparent;
  box-shadow: none;
  border-radius: 5px;
  display: inline-block;
  height: 33px;
  width: 100%;
  text-indent: 2%;
  font-size: 18px;
  padding-right: 55px; }

.mobile-menu form input[type="submit"] {
  outline: none;
  cursor: pointer;
  border: 1px solid #314473;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: inline-block;
  box-shadow: none;
  background: #314473 url('../..//assets/leifheit/images/mobil-lupe.png') no-repeat scroll center center;
  background-size: auto 90%;
  height: 33px;
  width: 50px;
  float: right;
  position: absolute;
  top: 0;
  right: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.mobile-menu > ul {
  display: block;
  margin: 15px 0;
  padding: 0 15px; }

.mobile-menu > ul > li {
  border-bottom: 1px solid #495982; }

.mobile-menu > ul > li > a,
.mobile-menu > ul > li > span {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  line-height: 25px;
  position: relative;
  font-weight: 700;
  display: block;
  padding: 15px 0;
  cursor: pointer; }

.mobile-menu > ul > li.mobileLanguageMenu > a:after {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 18px;
  right: 15px; }

.mobile-menu > ul > li.mobileLanguageMenu div {
  height: 0;
  overflow: hidden;
  transition: .7s height; }

.mobile-menu > ul > li.mobileLanguageMenu div a {
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 10px 0; }

.mobile-menu > ul > li.mobileLanguageMenu div a span {
  display: inline-block;
  margin-left: 5px; }

.mobile-menu > ul > li.mobileLanguageMenu.open > a:after {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 18px;
  right: 15px; }

.mobile-menu > ul > li.mobileLanguageMenu.open div {
  height: 100%;
  transition: .7s height; }

.mobile-menu > ul > li.site-dataprotection a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  line-height: 25px;
  position: relative;
  font-weight: 700;
  display: block;
  padding: 15px 0;
  cursor: pointer; }

.mobile-menu > ul > li.vorfuehrtage a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  line-height: 25px;
  position: relative;
  font-weight: 700;
  display: block;
  padding: 15px 0;
  cursor: pointer; }

.mobile-menu > ul > li.hasSubmenu > a:after,
.mobile-menu > ul > li.hasSubmenu > span:after {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 18px;
  right: 15px; }

.mobile-menu > ul > li.hasSubmenu.open > a:after,
.mobile-menu > ul > li.hasSubmenu.open > span:after {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 18px;
  right: 15px; }

.mobile-menu > ul > li.hasSubmenu > .subMenuContainer {
  height: 0;
  overflow: hidden;
  transition: .7s height; }

.mobile-menu > ul > li.hasSubmenu > .subMenuContainer .inner {
  padding: 0; }

.mobile-menu > ul > li.hasSubmenu > .subMenuContainer .inner > ul > li > a {
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 10px 0; }

.mobile-menu > ul > li.hasSubmenu > .subMenuContainer .inner > ul > li > ul {
  display: none; }

.mobile-menu > ul > li.hasSubmenu > .subMenuContainer .imgWrap {
  display: none; }

.mobile-menu > ul > li.hasSubmenu.open > .subMenuContainer {
  height: 100%;
  transition: .7s height; }

@media screen and (max-width: 600px) {
  .mobile-menu {
    width: 90%;
    left: -90%; } }

footer {
  background: #002f63;
  padding: 70px 0;
  color: #fff; }

footer strong, footer b {
  font-size: 16px;
  line-height: normal;
  display: block;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px; }

footer .tx-contentpackage-seo-text {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #1c4169; }

footer .tx-contentpackage-seo-text p {
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  font-weight: 300; }

footer .tx-contentpackage-seo-text p + p {
  margin-top: 15px; }

footer .tx-contentpackage-seo-text a {
  color: #fff;
  text-decoration: none; }

footer .tx-contentpackage-seo-text a:hover {
  text-decoration: underline; }

@media screen and (max-width: 768px) {
  footer .tx-contentpackage-seo-text {
    display: none; } }

footer .tx-contentpackage-auszeichnungen {
  padding-bottom: 40px; }

footer .tx-contentpackage-auszeichnungen a {
  display: block;
  float: left;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  footer .tx-contentpackage-auszeichnungen {
    display: none; } }

footer .tx-contentpackage-social-media {
  padding: 20px 0;
  margin: 20px 0;
  border-top: solid 2px #1c4169;
  border-bottom: solid 2px #1c4169; }

footer .tx-contentpackage-social-media .tx-contentpackage-left {
  width: 50%;
  float: left; }

footer .tx-contentpackage-social-media .tx-contentpackage-left input[type="text"] {
  -webkit-box-shadow: inset 0 0 5px #00244c;
  -moz-box-shadow: inset 0 0 5px #00244c;
  box-shadow: inset 0 0 5px #00244c;
  background: none;
  width: 223px;
  height: 30px;
  padding: 0 5px;
  color: #69819b;
  font-size: 13px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Exo 2", sans-serif;
  border: 0;
  margin-right: 20px; }

footer .tx-contentpackage-social-media .tx-contentpackage-left input[type="text"].fehler {
  border: solid 1px #b31a2e;
  color: #b31a2e; }

footer .tx-contentpackage-social-media .tx-contentpackage-left input[type="submit"] {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  color: white;
  background-color: #b31a2e;
  padding: 0;
  height: 31px;
  width: 113px;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  font-family: "Exo 2", sans-serif; }

@media screen and (max-width: 560px) {
  footer .tx-contentpackage-social-media .tx-contentpackage-left {
    width: 100%;
    float: none; } }

footer .tx-contentpackage-social-media .tx-contentpackage-right {
  width: 50%;
  float: left; }

footer .tx-contentpackage-social-media .tx-contentpackage-right a {
  display: inline-block;
  margin-top: 9px; }

footer .tx-contentpackage-social-media .tx-contentpackage-right a + a {
  margin-left: 20px; }

@media screen and (max-width: 560px) {
  footer .tx-contentpackage-social-media .tx-contentpackage-right {
    width: 100%;
    float: none;
    margin-top: 20px; } }

footer .tx-contentpackage-meta > ul > li {
  float: left;
  width: calc((100% - 60px) / 5); }

@media screen and (max-width: 768px) {
  footer .tx-contentpackage-meta > ul > li {
    width: calc((100% - 30px) / 3); }
  footer .tx-contentpackage-meta > ul > li:nth-of-type(3n+4) {
    margin-left: 0; }
  footer .tx-contentpackage-meta > ul > li:nth-of-type(n+4) {
    margin-top: 20px; } }

footer .tx-contentpackage-meta > ul > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block; }

footer .tx-contentpackage-meta > ul > li > ul > li {
  margin-bottom: 10px; }

footer .tx-contentpackage-meta > ul > li > ul > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: normal;
  font-weight: 600; }

footer .tx-contentpackage-meta > ul > li > ul > li > ul > li {
  padding-left: 8px;
  background: url('../..//assets/leifheit/images/footer_pfeil.png') 0px 8px no-repeat; }

footer .tx-contentpackage-meta > ul > li > ul > li > ul > li > a {
  font-weight: 300;
  background-repeat: no-repeat;
  background-position: 0 5px;
  font-size: 12px;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 1.8em; }

@media screen and (max-width: 768px) {
  footer .tx-contentpackage-meta > ul > li > ul > li > ul > li {
    display: none; } }

footer .tx-contentpackage-meta > ul > li + li {
  margin-left: 15px; }

@media screen and (max-width: 560px) {
  footer .tx-contentpackage-meta {
    display: none; } }

@media screen and (max-width: 768px) {
  footer {
    padding: 40px 0; } }

@media screen and (max-width: 767px) {
  footer {
    display: none; } }

.tx-sy-faqs {
  margin-bottom: 50px; }

@media screen and (max-width: 1000px) {
  .tx-sy-faqs {
    padding-left: 25px; } }

@media screen and (max-width: 768px) {
  .tx-sy-faqs {
    padding-right: 25px; } }

.tx-sy-faqs .faq_link {
  color: #002f63;
  font-weight: 700;
  text-decoration: none;
  display: block;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: normal; }

.tx-sy-faqs .faq_link:last-of-type {
  margin-bottom: 70px; }

.tx-sy-faqs .faq_inner {
  border-bottom: 1px solid #d9d7d3;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 18px; }

.tx-sy-faqs .faq_inner .faq_headline {
  color: #002f63;
  font-weight: 600;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: normal; }

.tx-sy-faqs .faq_inner p a {
  text-decoration: underline;
  color: #5d5d5d;
  font-weight: 600; }

.tx-sy-faqs .faq_inner p a:hover {
  color: #002f63; }

.flag-de:before {
  content: '';
  background: url('../..//assets/leifheit/images/Language/D.png') no-repeat center center;
  width: 20px;
  height: 12px;
  display: inline-block; }

.flag-en:before {
  content: '';
  background: url('../..//assets/leifheit/images/Language/GB.png') no-repeat center center;
  width: 20px;
  height: 12px;
  display: inline-block; }

.flag-nl:before {
  content: '';
  background: url('../..//assets/leifheit/images/Language/NL.png') no-repeat center center;
  width: 20px;
  height: 12px;
  display: inline-block; }

.flag-fr:before {
  content: '';
  background: url('../..//assets/leifheit/images/Language/F.png') no-repeat center center;
  width: 20px;
  height: 12px;
  display: inline-block; }

.flag-es:before {
  content: '';
  background: url('../..//assets/leifheit/images/Language/ES.png') no-repeat center center;
  width: 20px;
  height: 12px;
  display: inline-block; }

.flag-it:before {
  content: '';
  background: url('../..//assets/leifheit/images/Language/IT.png') no-repeat center center;
  width: 20px;
  height: 12px;
  display: inline-block; }

.flag-pl:before {
  content: '';
  background: url('../..//assets/leifheit/images/Language/PL.png') no-repeat center center;
  width: 20px;
  height: 12px;
  display: inline-block; }

.flag-hu:before {
  content: '';
  background: url('../..//assets/leifheit/images/Language/HU.png') no-repeat center center;
  width: 20px;
  height: 12px;
  display: inline-block; }

.flag-be:before {
  content: '';
  background: url('../..//assets/leifheit/images/Language/BE.png') no-repeat center center;
  width: 20px;
  height: 12px;
  display: inline-block; }

.flag-at:before {
  content: '';
  background: url('../..//assets/leifheit/images/Language/AT.png') no-repeat center center;
  width: 20px;
  height: 12px;
  display: inline-block; }

.flag-bg:before {
  content: '';
  background: url('../..//assets/leifheit/images/Language/BG.png') no-repeat center center;
  width: 20px;
  height: 12px;
  display: inline-block; }

.flag-cn:before {
  content: '';
  background: url('../..//assets/leifheit/images/Language/CN.png') no-repeat center center;
  width: 20px;
  height: 12px;
  display: inline-block; }

.tx-contentpackage-searchContainer {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px; }

@media screen and (max-width: 1024px) {
  .tx-contentpackage-searchContainer {
    padding-left: 25px;
    padding-right: 25px; } }

.tx-contentpackage-searchContainer .tx-indexedsearch-res {
  border-bottom: 1px solid #E4E4E4;
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 15px 0px;
  padding-bottom: 30px;
  margin-top: 20px; }

.tx-contentpackage-searchContainer .tx-indexedsearch-res > a {
  text-decoration: none; }

.tx-contentpackage-searchContainer .tx-indexedsearch-res > a > p {
  display: none; }

.tx-contentpackage-searchContainer .tx-indexedsearch-res h3 {
  font-size: 16px;
  line-height: 22.4px;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0; }

.tx-contentpackage-searchContainer .tx-indexedsearch-res h3 a {
  font-weight: 400;
  text-decoration: none;
  color: #002B64;
  font-size: 16px;
  line-height: 22.4px;
  font-size: 1rem;
  line-height: 1.4rem; }

.tx-contentpackage-searchContainer .tx-indexedsearch-res .tx-indexedsearch-redMarkup {
  color: #002f63; }

.tx-contentpackage-searchContainer .tx-indexedsearch-res .tx-indexedsearch-percent {
  font-weight: 700;
  color: #5d5d5d;
  float: right;
  margin-top: -40px; }

.tx-contentpackage-searchContainer .tx-indexedsearch-res .tx-indexedsearch-description {
  font-size: 14px;
  line-height: 17px;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #5d5d5d;
  margin: 0;
  font-style: italic; }

.tx-indexedsearch-whatis {
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px;
  background: #E4E4E4;
  font-size: 16px;
  line-height: 22.4px;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #5d5d5d; }

.tx-indexedsearch-whatis .tx-indexedsearch-sw {
  font-weight: 700;
  font-style: italic;
  color: #002B64; }

.tx-indexedsearch-browsebox p {
  font-size: 14px;
  line-height: 18px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0;
  color: #5d5d5d; }

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
  list-style-type: disc;
  margin-left: 15px; }

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
  display: inline;
  margin-right: 5px;
  margin-bottom: 2px; }

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a {
  text-decoration: underline;
  color: #5d5d5d; }

.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a:hover {
  color: #002B64; }

.tx-rb-haendler-suche {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  margin-bottom: 80px; }

@media screen and (max-width: 1024px) {
  .tx-rb-haendler-suche {
    padding-left: 25px;
    padding-right: 25px; } }

.tx-rb-haendler-suche .haendlerInner {
  float: left; }

.tx-rb-haendler-suche .haendlerInner label {
  font-size: 12px;
  display: block;
  margin-bottom: 7px;
  color: #5d5d5d;
  font-family: "Exo 2", sans-serif; }

.tx-rb-haendler-suche .haendlerInner input {
  font-size: 12px;
  color: #5d5d5d;
  height: 30px;
  border: 0px solid #cfcfcf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 27px;
  padding: 0 10px;
  font-family: "Exo 2", sans-serif;
  -webkit-box-shadow: inset 0 0 5px #cfcfcf;
  -moz-box-shadow: inset 0 0 5px #cfcfcf;
  box-shadow: inset 0 0 5px #cfcfcf; }

.tx-rb-haendler-suche .haendlerInner select {
  height: 30px;
  border: 0px solid #cfcfcf;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 27px;
  font-family: "Exo 2", sans-serif;
  -webkit-box-shadow: inset 0 0 5px #cfcfcf;
  -moz-box-shadow: inset 0 0 5px #cfcfcf;
  box-shadow: inset 0 0 5px #cfcfcf; }

.tx-rb-haendler-suche .haendlerInner input.submit {
  min-width: 146px;
  height: 30px;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  background-color: #b31a2e;
  border: 0px solid #b31a2e;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 29px 0 0 19px;
  font-family: "Exo 2", sans-serif;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer; }

.tx-rb-haendler-suche .haendlerInner .hs_feld1 {
  width: 232px; }

.tx-rb-haendler-suche .haendlerInner .hs_feld2 {
  width: 168px; }

.tx-rb-haendler-suche .haendlerInner .hs_feld3 {
  width: 122px; }

.tx-rb-haendler-suche .haendlerInner .selectboxit-container .selectboxit {
  width: 122px !important;
  margin-right: 26px; }

@media screen and (max-width: 1020px) {
  .tx-rb-haendler-suche .haendlerInner {
    float: none; }
  .tx-rb-haendler-suche .haendlerInner label {
    margin-top: 10px;
    margin-bottom: 2px; }
  .tx-rb-haendler-suche .haendlerInner input,
  .tx-rb-haendler-suche .haendlerInner input.submit,
  .tx-rb-haendler-suche .haendlerInner .hs_feld1,
  .tx-rb-haendler-suche .haendlerInner .hs_feld2,
  .tx-rb-haendler-suche .haendlerInner .hs_feld3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .tx-rb-haendler-suche .haendlerInner .selectboxit-container {
    width: 100% !important; }
  .tx-rb-haendler-suche .haendlerInner .selectboxit-container .selectboxit {
    width: 100% !important;
    margin-right: 0; } }

.tx-rb-haendler-suche #haendlerSucherErgebnisse {
  clear: both;
  width: 100%;
  margin-top: 50px; }

.tx-rb-haendler-suche .haendlerGoogle {
  width: 680px;
  height: 470px;
  float: right;
  margin-left: 25px; }

@media screen and (max-width: 1020px) {
  .tx-rb-haendler-suche .haendlerGoogle {
    float: none;
    margin-left: 0;
    width: 100%; } }

.tx-rb-haendler-suche .haendlerUebersicht {
  color: white;
  background-color: #002f63;
  width: 232px;
  line-height: 15px;
  padding: 20px 10px 20px 20px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 22px; }

@media screen and (max-width: 1020px) {
  .tx-rb-haendler-suche .haendlerUebersicht {
    width: 100%; } }

.tx-rb-haendler-suche .haendlerErgebnisse {
  width: 232px;
  height: 394px;
  overflow: auto;
  display: block; }

.tx-rb-haendler-suche .haendlerErgebnisse .haendlerErgebnis {
  border: 1px solid #d9d7d3;
  width: 180px;
  padding: 20px 0 20px 20px;
  color: #5d5d5d;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 9px; }

.tx-rb-haendler-suche .haendlerErgebnisse .haendlerErgebnis h4 {
  color: #002f63;
  font-weight: 600; }

.tx-rb-haendler-suche .haendlerErgebnisse .haendlerErgebnis div {
  font-weight: 600;
  margin-top: 7px; }

@media screen and (max-width: 1020px) {
  .tx-rb-haendler-suche .haendlerErgebnisse .haendlerErgebnis {
    width: calc((100% - 20px) / 3);
    float: left; }
  .tx-rb-haendler-suche .haendlerErgebnisse .haendlerErgebnis + .haendlerErgebnis {
    margin-left: 10px; }
  .tx-rb-haendler-suche .haendlerErgebnisse .haendlerErgebnis:nth-of-type(3n+4) {
    margin-left: 0; } }

@media screen and (max-width: 768px) {
  .tx-rb-haendler-suche .haendlerErgebnisse .haendlerErgebnis {
    width: calc((100% - 10px) / 2); }
  .tx-rb-haendler-suche .haendlerErgebnisse .haendlerErgebnis:nth-of-type(3n+4) {
    margin-left: 10px; }
  .tx-rb-haendler-suche .haendlerErgebnisse .haendlerErgebnis:nth-of-type(2n+3) {
    margin-left: 0; } }

@media screen and (max-width: 640px) {
  .tx-rb-haendler-suche .haendlerErgebnisse .haendlerErgebnis {
    width: 100%;
    float: none; }
  .tx-rb-haendler-suche .haendlerErgebnisse .haendlerErgebnis + .haendlerErgebnis {
    margin-left: 0; }
  .tx-rb-haendler-suche .haendlerErgebnisse .haendlerErgebnis:nth-of-type(3n+4) {
    margin-left: 0; }
  .tx-rb-haendler-suche .haendlerErgebnisse .haendlerErgebnis:nth-of-type(2n+3) {
    margin-left: 0; } }

@media screen and (max-width: 1020px) {
  .tx-rb-haendler-suche .haendlerErgebnisse {
    width: 100%;
    height: auto;
    height: 400px;
    max-height: 400px;
    overflow: scroll; } }

.tx-rb-haendler-suche .heandlerFooter {
  clear: both;
  font-size: 11px;
  line-height: 14px;
  margin-top: 25px; }

.tx-rb-leifheit-online-haendler {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 640px) {
  .tx-rb-leifheit-online-haendler .sy_onlinehaendler {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-right: 0; }
  .tx-rb-leifheit-online-haendler .sy_onlinehaendler img {
    max-width: 100%; } }

@media screen and (max-width: 1024px) {
  .tx-rb-leifheit-online-haendler {
    padding-left: 25px;
    padding-right: 25px; } }

.haendlerErgebnisse::-webkit-scrollbar {
  width: 12px; }

/* Track */
.haendlerErgebnisse::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/* Handle */
.haendlerErgebnisse::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #333;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.haendlerErgebnisse::-webkit-scrollbar-thumb:window-inactive {
  background: #333; }

.tx-contentpackage-categorieSelection {
  background-color: #f2f2f2;
  border: 1px solid #d9d7d3;
  margin-bottom: 9px;
  padding: 15px 0 15px 19px;
  font-size: 13px;
  line-height: 26px; }

.tx-contentpackage-categorieSelection > span {
  vertical-align: top;
  display: inline-block;
  width: 170px;
  padding: 5px 0 0 0;
  line-height: 18px;
  color: #646464; }

.tx-contentpackage-categorieSelection span.bold {
  font-weight: 600; }

.tx-contentpackage-anotherSelection {
  font-size: 13px;
  background: #fff;
  line-height: 25px;
  border: 1px solid #d9d7d3;
  padding: 15px 0 15px 19px;
  color: #646464; }

.tx-contentpackage-anotherSelection .sy_unterkategorie > span {
  vertical-align: top;
  display: inline-block;
  width: 170px;
  padding: 5px 0 0 0;
  line-height: 18px;
  color: #646464; }

.tx-contentpackage-anotherSelection .sliderwahl {
  width: 173px;
  position: relative;
  margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-anotherSelection .sliderwahl {
    width: 94.8%; } }

.tx-contentpackage-anotherSelection .sliderwahl p {
  margin: 0;
  padding: 0; }

.tx-contentpackage-anotherSelection .sliderwahl p label {
  margin-top: 10px;
  font-weight: 600; }

.tx-contentpackage-anotherSelection .sliderwahl label {
  font-size: 13px;
  display: inline-block; }

.tx-contentpackage-anotherSelection .sliderwahl .slider-range .ui-widget-header {
  border: 0px solid #AAA;
  background-color: #828282;
  background-image: none;
  color: #828282; }

.tx-contentpackage-anotherSelection .sliderwahl .slider-range.ui-widget-content {
  border: medium none;
  background-image: none;
  background-color: #E2E2E2;
  color: #5D5D5D;
  height: 3px;
  margin: 5px 0px 17px;
  border-radius: 0px; }

.tx-contentpackage-anotherSelection .sliderwahl .slider-range .ui-state-default, .tx-contentpackage-anotherSelection .sliderwahl .slider-range .ui-widget-content .ui-state-default, .tx-contentpackage-anotherSelection .sliderwahl .slider-range .ui-widget-header .ui-state-default {
  border: 0px solid #D3D3D3;
  background: transparent url('../..//assets/leifheit/images/slider_pfeil.png') no-repeat scroll 50% 50%;
  font-weight: normal;
  color: transparent;
  line-height: 0px;
  margin-top: 5px;
  cursor: pointer; }

.tx-contentpackage-anotherSelection .sliderwahl .slider-value {
  position: relative;
  height: 16px;
  text-align: center; }

.tx-contentpackage-anotherSelection .sliderwahl .slider-value input.min {
  position: absolute;
  border: 0px none;
  width: 80px;
  color: #5D5D5D;
  left: 0px;
  margin-left: -3px;
  font-family: "Exo 2", sans-serif;
  font-size: 13px;
  background-color: transparent; }

.tx-contentpackage-anotherSelection .sliderwahl .slider-value input.max {
  border: 0px none;
  width: 83px;
  color: #5D5D5D;
  position: absolute;
  right: -3px;
  text-align: right;
  font-family: "Exo 2", sans-serif;
  font-size: 13px;
  background-color: transparent; }

.tx-contentpackage-anotherSelection #sy_filter_anwenden, .tx-contentpackage-anotherSelection #sy_filter_zurueck {
  display: inline-block;
  color: #FFF;
  font-size: 13px;
  margin-top: 15px;
  padding: 1px 7px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  background-color: #AEAEAE; }

.tx-contentpackage-anotherSelection #sy_filter_anwenden:hover, .tx-contentpackage-anotherSelection #sy_filter_zurueck:hover {
  background-color: #828282; }

.tx-contentpackage-anotherSelection #sy_filter_anwenden {
  display: none; }

/*! jQuery UI - v1.11.4 - 2016-05-30
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 600;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url('../..//assets/leifheit/styles/images/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x;
  color: #222222;
  font-weight: 600; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url('../..//assets/leifheit/styles/images/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url('../..//assets/leifheit/styles/images/ui-bg_glass_75_dadada_1x400.png') 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url('../..//assets/leifheit/styles/images/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url('../..//assets/leifheit/styles/images/ui-bg_glass_55_fbf9ee_1x400.png') 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url('../..//assets/leifheit/styles/images/ui-bg_glass_95_fef1ec_1x400.png') 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 600; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url('../..//assets/leifheit/styles/images/ui-icons_222222_256x240.png'); }

.ui-widget-header .ui-icon {
  background-image: url('../..//assets/leifheit/styles/images/ui-icons_222222_256x240.png'); }

.ui-state-default .ui-icon {
  background-image: url('../..//assets/leifheit/styles/images/ui-icons_888888_256x240.png'); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url('../..//assets/leifheit/styles/images/ui-icons_454545_256x240.png'); }

.ui-state-active .ui-icon {
  background-image: url('../..//assets/leifheit/styles/images/ui-icons_454545_256x240.png'); }

.ui-state-highlight .ui-icon {
  background-image: url('../..//assets/leifheit/styles/images/ui-icons_2e83ff_256x240.png'); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url('../..//assets/leifheit/styles/images/ui-icons_cd0a0a_256x240.png'); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

.tx-contentpackage-ideenforum.tx-sy-leifheitkontakt {
  position: relative; }

@media screen and (max-width: 1024px) {
  .tx-contentpackage-ideenforum.tx-sy-leifheitkontakt {
    padding-left: 25px;
    padding-right: 25px; } }

.tx-contentpackage-ideenforum.tx-sy-leifheitkontakt #uploadButton,
.tx-contentpackage-ideenforum.tx-sy-leifheitkontakt #uploadedBild,
.tx-contentpackage-ideenforum.tx-sy-leifheitkontakt #response,
.tx-contentpackage-ideenforum.tx-sy-leifheitkontakt .loadingText,
.tx-contentpackage-ideenforum.tx-sy-leifheitkontakt .loading {
  position: absolute;
  top: 62px;
  right: 0;
  width: 100%;
  max-width: 284px; }

.tx-contentpackage-ideenforum.tx-sy-leifheitkontakt #uploadButton #bildEntfernen img,
.tx-contentpackage-ideenforum.tx-sy-leifheitkontakt #uploadedBild #bildEntfernen img,
.tx-contentpackage-ideenforum.tx-sy-leifheitkontakt #response #bildEntfernen img,
.tx-contentpackage-ideenforum.tx-sy-leifheitkontakt .loadingText #bildEntfernen img,
.tx-contentpackage-ideenforum.tx-sy-leifheitkontakt .loading #bildEntfernen img {
  margin-right: 9px; }

@media screen and (max-width: 1024px) {
  .tx-contentpackage-ideenforum.tx-sy-leifheitkontakt #uploadButton,
  .tx-contentpackage-ideenforum.tx-sy-leifheitkontakt #uploadedBild,
  .tx-contentpackage-ideenforum.tx-sy-leifheitkontakt #response,
  .tx-contentpackage-ideenforum.tx-sy-leifheitkontakt .loadingText,
  .tx-contentpackage-ideenforum.tx-sy-leifheitkontakt .loading {
    right: 25px;
    max-width: 260px;
    width: auto;
    min-width: 180px; } }

@media screen and (max-width: 640px) {
  .tx-contentpackage-ideenforum.tx-sy-leifheitkontakt #uploadButton,
  .tx-contentpackage-ideenforum.tx-sy-leifheitkontakt #uploadedBild,
  .tx-contentpackage-ideenforum.tx-sy-leifheitkontakt #response,
  .tx-contentpackage-ideenforum.tx-sy-leifheitkontakt .loadingText,
  .tx-contentpackage-ideenforum.tx-sy-leifheitkontakt .loading {
    position: absolute;
    right: auto;
    max-width: none;
    min-width: 0;
    top: auto;
    bottom: 180px; } }

@media screen and (max-width: 640px) {
  .tx-contentpackage-ideenforum.tx-sy-leifheitkontakt #uploadButton {
    width: calc(100% - 50px);
    left: 25px;
    right: 25px; } }

.tx-contentpackage-ideenforum.tx-sy-leifheitkontakt #uploadAnhaenge {
  position: absolute;
  top: 97px;
  right: 0;
  left: auto;
  width: 100%;
  max-width: 284px; }

@media screen and (max-width: 1024px) {
  .tx-contentpackage-ideenforum.tx-sy-leifheitkontakt #uploadAnhaenge {
    right: 25px;
    max-width: 260px;
    text-align: right; } }

@media screen and (max-width: 640px) {
  .tx-contentpackage-ideenforum.tx-sy-leifheitkontakt #uploadAnhaenge {
    right: auto;
    max-width: none;
    min-width: 0;
    top: auto;
    bottom: 150px;
    position: absolute;
    left: 25px;
    width: auto;
    text-align: left; } }

.tx-contentpackage-ideenforum.tx-sy-leifheitkontakt input[type="submit"].formfield.button {
  font-size: 16px;
  font-weight: 600;
  margin-top: 80px;
  background-color: #b31a2d;
  padding-top: 8px;
  height: 24px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  border-radius: 3px 3px 3px 3px;
  box-shadow: none !important;
  border: none !important;
  color: #fff !important; }

.gewinnspiel_content {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

@media screen and (max-width: 960px) {
  .gewinnspiel_content {
    padding-left: 25px;
    padding-right: 25px; } }

.gewinnspiel_content form {
  width: 100% !important;
  margin-top: 0 auto !important; }

.gewinnspiel_content form .frageWrapper {
  margin-left: 180px;
  margin-bottom: 55px; }

.gewinnspiel_content form .frageWrapper p {
  color: #009698;
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 26px;
  font-weight: 600; }

.gewinnspiel_content form .frageWrapper input {
  -webkit-box-shadow: inset 0 0 5px #cfcfcf;
  -moz-box-shadow: inset 0 0 5px #cfcfcf;
  box-shadow: inset 0 0 5px #cfcfcf;
  border: 1px solid transparent;
  height: 40px;
  width: 100%;
  max-width: 120px;
  padding: 0 5px;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Exo 2", sans-serif;
  position: relative;
  text-align: center;
  font-size: 36px;
  color: #009698; }

.gewinnspiel_content form .frageWrapper .fehler {
  border: 1px solid #b31a2d !important;
  color: #b31a2d !important; }

@media screen and (max-width: 767px) {
  .gewinnspiel_content form .frageWrapper {
    margin-left: 0;
    margin-bottom: 30px;
    background: #fff; }
  .gewinnspiel_content form .frageWrapper .gewinnspiel-teilnahme-satz {
    margin-bottom: 0 !important;
    padding-bottom: 10px !important; }
  .gewinnspiel_content form .frageWrapper input {
    max-width: none;
    width: 100% !important;
    height: 30px !important; }
  .gewinnspiel_content form .frageWrapper .ltext br {
    display: none; } }

.gewinnspiel_content form .tx-contentpackage-checkbox-container input[type="checkbox"] {
  display: none; }

.gewinnspiel_content form .tx-contentpackage-checkbox-container input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 46px;
  font-size: 12px;
  line-height: normal; }

.gewinnspiel_content form .tx-contentpackage-checkbox-container input[type="checkbox"] + label a {
  color: #5D5D5D;
  text-decoration: underline; }

.gewinnspiel_content form .tx-contentpackage-checkbox-container input[type="checkbox"] + label:before {
  content: "";
  width: 22px;
  height: 22px;
  vertical-align: middle;
  border: solid 1px #cfcfcf;
  -webkit-box-shadow: inset 0 0 3px #cfcfcf;
  -moz-box-shadow: inset 0 0 3px #cfcfcf;
  box-shadow: inset 0 0 3px #cfcfcf;
  position: absolute;
  left: 0;
  top: 1px; }

.gewinnspiel_content form .tx-contentpackage-checkbox-container input[type="checkbox"] + label.fehler {
  border: 0 !important; }

.gewinnspiel_content form .tx-contentpackage-checkbox-container input[type="checkbox"] + label.fehler a {
  color: #b31a2d !important; }

.gewinnspiel_content form .tx-contentpackage-checkbox-container input[type="checkbox"]:checked + label:before {
  content: "X";
  font-size: 18px;
  color: #cfcfcf;
  text-align: center;
  line-height: normal; }

.gewinnspiel_content form .selectboxit-container {
  width: 100%; }

.gewinnspiel_content form .selectboxit-container * {
  font-size: 12px;
  font-family: "Exo 2", sans-serif; }

.gewinnspiel_content form .selectboxit-container .selectboxit {
  width: 100% !important;
  max-width: 320px !important; }

@media screen and (max-width: 600px) {
  .gewinnspiel_content form .selectboxit-container .selectboxit {
    max-width: 100% !important; } }

.gewinnspiel_content form .selectboxit-container .selectboxit-options {
  width: 100%;
  max-width: 320px; }

@media screen and (max-width: 600px) {
  .gewinnspiel_content form .selectboxit-container .selectboxit-options {
    max-width: none; } }

.gewinnspiel_content form .halbeSpalte input[type="text"],
.gewinnspiel_content form .halbeSpalte input[type="email"] {
  -webkit-box-shadow: inset 0 0 5px #cfcfcf;
  -moz-box-shadow: inset 0 0 5px #cfcfcf;
  box-shadow: inset 0 0 5px #cfcfcf;
  border: 1px solid transparent;
  width: 100% !important;
  max-width: 320px;
  height: 30px;
  padding: 0 5px;
  color: #5d5d5d;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Exo 2", sans-serif; }

@media screen and (max-width: 600px) {
  .gewinnspiel_content form .halbeSpalte input[type="text"],
  .gewinnspiel_content form .halbeSpalte input[type="email"] {
    max-width: none; } }

.gewinnspiel_content form .halbeSpalte .fehler {
  border: 1px solid #b31a2d !important;
  color: #b31a2d !important; }

.gewinnspiel_content form .halbeSpalte label {
  display: block;
  color: #5d5d5d;
  font-size: 12px;
  margin: 20px 0 0 0 !important; }

.gewinnspiel_content form .halbeSpalte .inputpaar > div:first-child {
  margin-right: 5%; }

.gewinnspiel_content form .halbeSpalte .inputpaar div.inputpaar1 {
  float: left;
  width: 20%; }

.gewinnspiel_content form .halbeSpalte .inputpaar div.inputpaar1 input {
  width: 100%; }

.gewinnspiel_content form .halbeSpalte .inputpaar div.inputpaar2 {
  float: left;
  width: 75%; }

.gewinnspiel_content form .halbeSpalte .inputpaar div.inputpaar2 input {
  width: 100%; }

.gewinnspiel_content form .halbeSpalte .submitButton {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  color: white;
  background-color: #b31a2d;
  padding: 0;
  height: 32px;
  line-height: 32px;
  width: 115px;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  font-family: "Exo 2", sans-serif;
  max-width: 320px !important;
  width: 100%;
  position: relative !important;
  bottom: auto !important; }

.gewinnspiel_content form .halbeSpalte.ersteSpalte {
  float: left;
  width: 100%;
  max-width: 360px;
  position: relative;
  margin: 0 0 50px 0 !important; }

.gewinnspiel_content form .halbeSpalte.ersteSpalte + .halbeSpalte {
  float: left;
  width: 100%;
  max-width: 320px;
  position: relative;
  margin: 0 0 50px 25px !important; }

@media screen and (max-width: 960px) {
  .gewinnspiel_content form .halbeSpalte.ersteSpalte {
    width: calc((100% - 25px) /2); }
  .gewinnspiel_content form .halbeSpalte.ersteSpalte + .halbeSpalte {
    width: calc((100% - 25px) /2); } }

@media screen and (max-width: 600px) {
  .gewinnspiel_content form .halbeSpalte.ersteSpalte {
    float: none;
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 0 0 25px 0 !important; }
  .gewinnspiel_content form .halbeSpalte.ersteSpalte + .halbeSpalte {
    float: none;
    display: block;
    width: 100%;
    max-width: none;
    margin-left: 0 !important; } }

.tx-contentpackage-suberbrands {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  margin-bottom: 30px; }

.tx-contentpackage-suberbrands div {
  position: absolute;
  top: 305px;
  right: 100px;
  max-width: 595px; }

.tx-contentpackage-suberbrands div h1 {
  font-size: 30px;
  line-height: 34px;
  color: #002f63;
  font-weight: normal;
  font-family: "Exo 2", sans-serif; }

.tx-contentpackage-suberbrands div p {
  font-size: 14px;
  line-height: 18px;
  color: #57575a;
  font-weight: normal;
  font-family: "Exo 2", sans-serif; }

.tx-rb-newsletter {
  margin-bottom: 50px; }

.tx-rb-newsletter label {
  display: block;
  color: #646464;
  font-size: 12px;
  margin: 20px 0 5px 0; }

.tx-rb-newsletter input[type="text"] {
  -webkit-box-shadow: inset 0 0 5px #cfcfcf;
  -moz-box-shadow: inset 0 0 5px #cfcfcf;
  box-shadow: inset 0 0 5px #cfcfcf;
  border: 1px solid #cfcfcf;
  width: 70%;
  height: 30px;
  padding: 0 5px;
  color: #5d5d5d;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Exo 2", sans-serif; }

.tx-rb-newsletter input[type="text"].fehler {
  border: 1px solid #b31a2e;
  color: #b31a2e; }

.tx-rb-newsletter .submitButton {
  font-size: 16px;
  font-weight: 600;
  margin-top: 40px;
  color: white;
  background-color: #d1012d;
  padding: 0;
  height: 32px;
  min-width: 208px;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: inline-block;
  font-family: "Exo 2", sans-serif;
  margin-right: 10px;
  width: 70%; }

.tx-rb-newsletter .submitButtonNegativ {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  color: white;
  background-color: #9d9d9d;
  padding: 0 10px;
  height: 32px;
  min-width: 115px;
  width: auto;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: inline-block;
  font-family: "Exo 2", sans-serif; }

@media screen and (max-width: 1050px) {
  .tx-rb-newsletter {
    padding: 0 25px; }
  .tx-rb-newsletter .submitButton {
    width: 70%; }
  .tx-rb-newsletter .submitButtonNegativ {
    margin-top: 10px;
    width: 70%; } }

@media screen and (max-width: 640px) {
  .tx-rb-newsletter {
    padding: 0 25px; }
  .tx-rb-newsletter .submitButton {
    width: 100%; }
  .tx-rb-newsletter .submitButtonNegativ {
    width: 100%; }
  .tx-rb-newsletter input[type="text"] {
    width: 100%; } }

#c535 + .tx-contentpackage-bildTextElement, #c642 + .tx-contentpackage-bildTextElement, #c646 + .tx-contentpackage-bildTextElement, #c650 + .tx-contentpackage-bildTextElement, #c654 + .tx-contentpackage-bildTextElement, #c658 + .tx-contentpackage-bildTextElement, #c662 + .tx-contentpackage-bildTextElement, #c5166 + .tx-contentpackage-bildTextElement, #c4780 + .tx-contentpackage-bildTextElement {
  margin-top: 50px; }

#c535 + .tx-contentpackage-bildTextElement p, #c642 + .tx-contentpackage-bildTextElement p, #c646 + .tx-contentpackage-bildTextElement p, #c650 + .tx-contentpackage-bildTextElement p, #c654 + .tx-contentpackage-bildTextElement p, #c658 + .tx-contentpackage-bildTextElement p, #c662 + .tx-contentpackage-bildTextElement p, #c5166 + .tx-contentpackage-bildTextElement p, #c4780 + .tx-contentpackage-bildTextElement p {
  font-size: 11px;
  line-height: 14px;
  font-family: "Exo 2", sans-serif; }

.rb_datenschutz-text {
  font-size: 11px;
  line-height: 14px;
  color: #5d5d5d; }

@media screen and (max-width: 1000px) {
  .rb_datenschutz-text {
    padding: 0 25px; } }

.tx-sy-leifheitteaser .tx-sy-leifheitteaserbild {
  display: block;
  margin: 0 auto; }

.tx-sy-leifheitteaser .tx-sy-leifheitteasertext a {
  color: inherit;
  text-decoration: inherit; }

.tx-sy-leifheitteaser .tx-sy-leifheitteasertext h2 {
  font-weight: normal;
  line-height: 36px;
  font-size: 32px;
  line-height: 2.2rem;
  font-size: 2rem; }

@media screen and (max-width: 768px) {
  .tx-sy-leifheitteaser .tx-sy-leifheitteasertext h2 {
    line-height: inherit;
    font-size: inherit; } }

@media screen and (max-width: 768px) {
  .tx-sy-leifheitteaser .tx-sy-leifheitteasertext {
    max-width: 80%; } }

.tx-sy-ersatzteilcenter {
  padding: 0 0 50px 0;
  min-height: 300px;
  font-size: .875rem;
  line-height: 1.125rem;
  /***************** BESTELLFORMULAR **************/ }

.tx-sy-ersatzteilcenter .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig {
  padding-left: 0;
  padding-right: 0; }

.tx-sy-ersatzteilcenter .tx-sy-ersatzteilcenter {
  padding: 0;
  min-height: 0; }

.tx-sy-ersatzteilcenter * {
  font-size: .875rem;
  line-height: 1.125rem;
  color: #5d5d5d; }

.tx-sy-ersatzteilcenter article h3 {
  margin: 0; }

.tx-sy-ersatzteilcenter .head3 {
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #002f63; }

.tx-sy-ersatzteilcenter .sy_warenkorb {
  position: absolute;
  right: 0;
  width: 252px;
  border: 1px solid #d9d7d3;
  background-color: white;
  padding: 15px;
  top: -104px;
  right: 0;
  z-index: 1; }

.tx-sy-ersatzteilcenter .sy_warenkorb .produktErsatzteilWarenkorb {
  border-bottom: 1px solid #d9d7d3; }

.tx-sy-ersatzteilcenter .sy_warenkorb .sy_warenkorb_bestellen {
  margin: 23px 0 0 0px;
  text-decoration: none; }

@media screen and (max-width: 1000px) {
  .tx-sy-ersatzteilcenter .sy_warenkorb {
    right: 25px; } }

@media screen and (max-width: 860px) {
  .tx-sy-ersatzteilcenter .sy_warenkorb {
    position: relative;
    right: 0px;
    top: 0;
    width: 100%;
    margin: -50px 0 50px 0; } }

@media screen and (max-width: 860px) and (min-width: 767px) {
  .tx-sy-ersatzteilcenter .sy_warenkorb {
    margin-top: 0px; } }

.tx-sy-ersatzteilcenter .ebene1 {
  float: left;
  width: 270px; }

.tx-sy-ersatzteilcenter .ebene1 .ebene1inner {
  margin-top: 10px; }

@media screen and (max-width: 640px) {
  .tx-sy-ersatzteilcenter .ebene1 {
    float: none;
    width: 100%; } }

.tx-sy-ersatzteilcenter .ebene2 {
  display: none;
  width: 270px;
  float: left; }

.tx-sy-ersatzteilcenter .ebene2 .ebene2inner {
  margin-top: 10px; }

@media screen and (max-width: 640px) {
  .tx-sy-ersatzteilcenter .ebene2 {
    float: none;
    width: 100%;
    margin-top: 15px; } }

.tx-sy-ersatzteilcenter .ebene2 {
  display: none; }

.tx-sy-ersatzteilcenter .sy_produktauswaehlen .produkte.inaktiv {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -opera-opacity: 0.4; }

.tx-sy-ersatzteilcenter .bestellButton {
  clear: both;
  display: inline-block;
  color: white;
  font-weight: 600;
  margin: 20px 0 0 0px;
  padding: 7px 10px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background: #b31a2e; }

.tx-sy-ersatzteilcenter .greyButton {
  font-size: 16px;
  font-weight: 600;
  color: white;
  background-color: #cccccc;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  min-width: 115px;
  width: auto;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: inline-block;
  text-decoration: none; }

.tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt {
  border-top: 1px solid #d9d7d3;
  padding: 15px; }

.tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt .sy_warenkorb_spalte {
  display: inline-block;
  float: left; }

.tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt .sy_warenkorb_spalte1 {
  width: 155px;
  width: 20%; }

.tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt .sy_warenkorb_spalte1 > img {
  width: 80px;
  float: left;
  margin-right: 20px; }

@media screen and (max-width: 860px) {
  .tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt .sy_warenkorb_spalte1 {
    padding-right: 10px; } }

@media screen and (max-width: 640px) {
  .tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt .sy_warenkorb_spalte1 {
    width: 100%;
    display: block;
    margin-bottom: 15px; } }

.tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt .sy_warenkorb_spalte2 {
  width: 330px;
  width: 55%;
  padding-right: 20px;
  vertical-align: middle;
  margin-top: 3px; }

.tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt .sy_warenkorb_spalte2 p {
  margin: 0; }

.tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt .sy_warenkorb_spalte2 a {
  font-size: 11px;
  text-decoration: none; }

.tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt .sy_warenkorb_spalte2 a b {
  font-size: 11px; }

@media screen and (max-width: 640px) {
  .tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt .sy_warenkorb_spalte2 {
    width: 65%; } }

.tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt .sy_warenkorb_spalte3 {
  width: 105px;
  width: 25%;
  font-size: 11px; }

.tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt .sy_warenkorb_spalte3 .selectboxit-container .selectboxit {
  width: 100px !important;
  margin-top: 8px; }

.tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt .sy_warenkorb_spalte3 .selectboxit-container .selectboxit-options {
  min-width: 100% !important; }

@media screen and (max-width: 640px) {
  .tx-sy-ersatzteilcenter .sy_warenkorb_formular_produkt .sy_warenkorb_spalte3 {
    width: 25%; } }

.tx-sy-ersatzteilcenter .sy_warenkorb_linie {
  height: 0;
  border-top: 1px solid #d9d7d3; }

.tx-sy-ersatzteilcenter .submitButtonWarenkorb {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  color: white;
  background-color: #b31a2e;
  padding: 0;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 0 30px;
  display: inline-block; }

.tx-contentpackage-productSidebar {
  margin-bottom: 50px; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-productSidebar {
    position: absolute;
    position: relative;
    width: 100%;
    z-index: 100;
    left: 25px;
    right: 25px;
    overflow: hidden;
    float: none;
    min-height: 0;
    transition: .5s height;
    top: 42px;
    left: 0;
    right: 0; }
  .tx-contentpackage-productSidebar.active {
    transition: .5s height; }
  .tx-contentpackage-productSidebar + .tx-contentpackage-col {
    margin-top: 20px;
    margin-left: 0; } }

.tx-contentpackage-productSidebar .irs-from, .tx-contentpackage-productSidebar .irs-to, .tx-contentpackage-productSidebar .irs-min, .tx-contentpackage-productSidebar .irs-max {
  display: none; }

.tx-contentpackage-openMobileSidebar {
  display: none;
  position: absolute;
  right: 25px;
  top: 3px;
  color: #fff;
  font-size: 13px;
  padding: 2px 6px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #aeaeae; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-openMobileSidebar {
    display: block; } }

.pommes-frites-schneider-banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

@media screen and (max-width: 767px) {
  .pommes-frites-schneider-banner {
    margin-top: -32px; } }

.g-recaptcha {
  transform: scale(0.93);
  -webkit-transform: scale(0.93);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0; }

@media screen and (max-width: 767px) {
  .g-recaptcha {
    padding-top: 32px; } }

@media screen and (max-width: 320px) {
  .g-recaptcha {
    transform: scale(0.89);
    -webkit-transform: scale(0.89); } }

.tx-sy-leifheittermine {
  padding-top: 10px;
  padding-bottom: 50px; }

.tx-sy-leifheittermine .buttons a {
  text-decoration: none; }

@media screen and (max-width: 640px) {
  .tx-sy-leifheittermine .selectboxit-container {
    width: 100%; } }

.tx-sy-leifheittermine .selectboxit-container * {
  font-size: 12px;
  text-decoration: none;
  color: #5d5d5d; }

.tx-sy-leifheittermine .selectboxit-container * a {
  text-decoration: none;
  position: relative;
  top: 1px;
  color: #5d5d5d; }

.tx-sy-leifheittermine .syleifheittermine_text {
  font-size: 14px;
  line-height: 18px;
  color: #5d5d5d; }

.tx-sy-leifheittermine .tx_syleifheittermine_filter {
  position: relative;
  margin-bottom: 42px; }

.tx-sy-leifheittermine .tx_syleifheittermine_filter h1 {
  color: #002f63;
  font-size: 28px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 35px; }

.tx-sy-leifheittermine .tx_syleifheittermine_filter .syleifheittermine_text {
  margin-bottom: 110px;
  line-height: 18px; }

.tx-sy-leifheittermine .tx_syleifheittermine_filter .jquery-calendar {
  width: 247px; }

.tx-sy-leifheittermine table.tx_syleifheittermine {
  border-collapse: collapse;
  border-spacing: 0px; }

.tx-sy-leifheittermine table.tx_syleifheittermine * {
  font-family: "Exo 2", sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: #5d5d5d; }

.tx-sy-leifheittermine table.tx_syleifheittermine tr th {
  padding: 7px 11px;
  border-bottom: 1px solid #d6d3ce;
  border-right: 7px solid transparent;
  text-align: left;
  font-weight: 600; }

.tx-sy-leifheittermine table.tx_syleifheittermine tr th.th1 {
  width: 18%;
  max-width: 142px; }

.tx-sy-leifheittermine table.tx_syleifheittermine tr th.th2 {
  width: 15%;
  max-width: 100px; }

.tx-sy-leifheittermine table.tx_syleifheittermine tr th.th3 {
  width: 18%;
  max-width: 160px; }

.tx-sy-leifheittermine table.tx_syleifheittermine tr th.th4 {
  width: 10%;
  max-width: 50px; }

.tx-sy-leifheittermine table.tx_syleifheittermine tr th.th5 {
  width: 22%;
  max-width: 168px; }

.tx-sy-leifheittermine table.tx_syleifheittermine tr th.th6 {
  width: 15%;
  max-width: 110px; }

.tx-sy-leifheittermine table.tx_syleifheittermine tr th.th7 {
  width: 3%;
  max-width: 7px;
  padding: 0; }

.tx-sy-leifheittermine table.tx_syleifheittermine tr th:last-child {
  border-right: 0; }

.tx-sy-leifheittermine table.tx_syleifheittermine tr td {
  padding: 12px 11px;
  border-bottom: 1px solid #d6d3ce;
  border-right: 7px solid transparent; }

.tx-sy-leifheittermine table.tx_syleifheittermine tr td:last-of-type {
  padding: 0; }

.tx-sy-leifheittermine table.tx_syleifheittermine tr td a.map {
  display: block; }

.gewinnspiel_content {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

@media screen and (max-width: 960px) {
  .gewinnspiel_content {
    padding-left: 25px;
    padding-right: 25px; } }

.gewinnspiel_content form {
  width: 100% !important;
  margin-top: 0 auto !important; }

.gewinnspiel_content form .frageWrapper {
  margin-left: 180px;
  margin-bottom: 55px; }

.gewinnspiel_content form .frageWrapper p {
  color: #009698;
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 26px;
  font-weight: 600; }

.gewinnspiel_content form .frageWrapper input {
  -webkit-box-shadow: inset 0 0 5px #cfcfcf;
  -moz-box-shadow: inset 0 0 5px #cfcfcf;
  box-shadow: inset 0 0 5px #cfcfcf;
  border: 1px solid transparent;
  height: 40px;
  width: 100%;
  max-width: 120px;
  padding: 0 5px;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Exo 2", sans-serif;
  position: relative;
  text-align: center;
  font-size: 36px;
  color: #009698; }

.gewinnspiel_content form .frageWrapper .fehler {
  border: 1px solid #b31a2d !important;
  color: #b31a2d !important; }

@media screen and (max-width: 767px) {
  .gewinnspiel_content form .frageWrapper {
    margin-left: 0;
    margin-bottom: 30px;
    background: #fff; }
  .gewinnspiel_content form .frageWrapper .gewinnspiel-teilnahme-satz {
    margin-bottom: 0 !important;
    padding-bottom: 10px !important; }
  .gewinnspiel_content form .frageWrapper input {
    max-width: none;
    width: 100% !important;
    height: 30px !important; }
  .gewinnspiel_content form .frageWrapper .ltext br {
    display: none; } }

.gewinnspiel_content form .tx-contentpackage-checkbox-container input[type="checkbox"] {
  display: none; }

.gewinnspiel_content form .tx-contentpackage-checkbox-container input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 46px;
  font-size: 12px;
  line-height: normal; }

.gewinnspiel_content form .tx-contentpackage-checkbox-container input[type="checkbox"] + label a {
  color: #5D5D5D;
  text-decoration: underline; }

.gewinnspiel_content form .tx-contentpackage-checkbox-container input[type="checkbox"] + label:before {
  content: "";
  width: 22px;
  height: 22px;
  vertical-align: middle;
  border: solid 1px #cfcfcf;
  -webkit-box-shadow: inset 0 0 3px #cfcfcf;
  -moz-box-shadow: inset 0 0 3px #cfcfcf;
  box-shadow: inset 0 0 3px #cfcfcf;
  position: absolute;
  left: 0;
  top: 1px; }

.gewinnspiel_content form .tx-contentpackage-checkbox-container input[type="checkbox"] + label.fehler {
  border: 0 !important; }

.gewinnspiel_content form .tx-contentpackage-checkbox-container input[type="checkbox"] + label.fehler a {
  color: #b31a2d !important; }

.gewinnspiel_content form .tx-contentpackage-checkbox-container input[type="checkbox"]:checked + label:before {
  content: "X";
  font-size: 18px;
  color: #cfcfcf;
  text-align: center;
  line-height: normal; }

.gewinnspiel_content form .selectboxit-container {
  width: 100%; }

.gewinnspiel_content form .selectboxit-container * {
  font-size: 12px;
  font-family: "Exo 2", sans-serif; }

.gewinnspiel_content form .selectboxit-container .selectboxit {
  width: 100% !important;
  max-width: 320px !important; }

@media screen and (max-width: 600px) {
  .gewinnspiel_content form .selectboxit-container .selectboxit {
    max-width: 100% !important; } }

.gewinnspiel_content form .selectboxit-container .selectboxit-options {
  width: 100%;
  max-width: 320px; }

@media screen and (max-width: 600px) {
  .gewinnspiel_content form .selectboxit-container .selectboxit-options {
    max-width: none; } }

.gewinnspiel_content form .halbeSpalte input[type="text"],
.gewinnspiel_content form .halbeSpalte input[type="email"] {
  -webkit-box-shadow: inset 0 0 5px #cfcfcf;
  -moz-box-shadow: inset 0 0 5px #cfcfcf;
  box-shadow: inset 0 0 5px #cfcfcf;
  border: 1px solid transparent;
  width: 100% !important;
  max-width: 320px;
  height: 30px;
  padding: 0 5px;
  color: #5d5d5d;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "Exo 2", sans-serif; }

@media screen and (max-width: 600px) {
  .gewinnspiel_content form .halbeSpalte input[type="text"],
  .gewinnspiel_content form .halbeSpalte input[type="email"] {
    max-width: none; } }

.gewinnspiel_content form .halbeSpalte .fehler {
  border: 1px solid #b31a2d !important;
  color: #b31a2d !important; }

.gewinnspiel_content form .halbeSpalte label {
  display: block;
  color: #5d5d5d;
  font-size: 12px;
  margin: 20px 0 0 0 !important; }

.gewinnspiel_content form .halbeSpalte .inputpaar > div:first-child {
  margin-right: 5%; }

.gewinnspiel_content form .halbeSpalte .inputpaar div.inputpaar1 {
  float: left;
  width: 20%; }

.gewinnspiel_content form .halbeSpalte .inputpaar div.inputpaar1 input {
  width: 100%; }

.gewinnspiel_content form .halbeSpalte .inputpaar div.inputpaar2 {
  float: left;
  width: 75%; }

.gewinnspiel_content form .halbeSpalte .inputpaar div.inputpaar2 input {
  width: 100%; }

.gewinnspiel_content form .halbeSpalte .submitButton {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  color: white;
  background-color: #b31a2d;
  padding: 0;
  height: 32px;
  line-height: 32px;
  width: 115px;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  font-family: "Exo 2", sans-serif;
  max-width: 320px !important;
  width: 100%;
  position: relative !important;
  bottom: auto !important; }

.gewinnspiel_content form .halbeSpalte.ersteSpalte {
  float: left;
  width: 100%;
  max-width: 360px;
  position: relative;
  margin: 0 0 50px 0 !important; }

.gewinnspiel_content form .halbeSpalte.ersteSpalte + .halbeSpalte {
  float: left;
  width: 100%;
  max-width: 320px;
  position: relative;
  margin: 0 0 50px 25px !important; }

@media screen and (max-width: 960px) {
  .gewinnspiel_content form .halbeSpalte.ersteSpalte {
    width: calc((100% - 25px) /2); }
  .gewinnspiel_content form .halbeSpalte.ersteSpalte + .halbeSpalte {
    width: calc((100% - 25px) /2); } }

@media screen and (max-width: 600px) {
  .gewinnspiel_content form .halbeSpalte.ersteSpalte {
    float: none;
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 0 0 25px 0 !important; }
  .gewinnspiel_content form .halbeSpalte.ersteSpalte + .halbeSpalte {
    float: none;
    display: block;
    width: 100%;
    max-width: none;
    margin-left: 0 !important; } }

.leifheit-header .inner.small {
  padding-right: 0; }

.leifheit-header__inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row; }

.leifheit-header__left {
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }

.leifheit-header__right {
  float: right;
  margin-left: auto;
  min-width: 245px; }

@media screen and (max-width: 1024px) {
  .leifheit-header__right {
    min-width: 0px; } }

.leifheit-header .mainMenuContainer {
  margin-top: auto; }

.leifheit-header__topmenu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  padding-top: 20px; }

.leifheit-header__topmenu__meta ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.leifheit-header__topmenu__meta ul li {
  float: left;
  margin-right: 5px; }

.leifheit-header__topmenu__meta ul li a {
  display: block;
  font-weight: 400;
  text-decoration: none;
  font-size: 11px;
  line-height: 12px;
  font-size: 0.6875rem;
  line-height: 0.75rem;
  color: #9d9d9d;
  padding-right: 5px;
  border-right: solid 1px #9d9d9d; }

.leifheit-header__topmenu__meta ul li:hover a, .leifheit-header__topmenu__meta ul li:focus a {
  color: #002f63; }

.leifheit-header__topmenu__meta ul li:last-of-type a {
  border-right: none; }

.leifheit-header__topmenu__search {
  position: relative;
  margin-right: 35px; }

.leifheit-header__topmenu__search__inner {
  width: 198px;
  height: 24px;
  position: absolute;
  right: -10px;
  top: -1px;
  transition: 0.8s ease-in-out;
  visibility: hidden;
  z-index: 5; }

.leifheit-header__topmenu__search__inner input[type="text"] {
  padding: 0 5px;
  width: 100%;
  height: 24px;
  color: #9d9d9d;
  font-size: 11px;
  line-height: 12px;
  font-size: 0.6875rem;
  line-height: 0.75rem;
  border: solid 1px #9d9d9d; }

.leifheit-header__topmenu__search__inner button[type="submit"] {
  background: transparent;
  border: none;
  color: #003064;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -9px;
  cursor: pointer; }

.leifheit-header__topmenu__search__inner button[type="submit"] span {
  font-size: 15px; }

.leifheit-header__topmenu__search__inner--is-active {
  visibility: visible; }

.leifheit-header__topmenu__search__inner .suchen-inpt-ajaxliste {
  display: none;
  position: absolute;
  min-width: 200px;
  z-index: -1;
  background-color: #fff;
  border: 1px solid #C4C4C4; }

.leifheit-header__topmenu__search__inner .suchen-inpt-ajaxliste0 {
  top: -10px;
  left: -10px;
  padding: 38px 10px 5px 10px;
  min-width: 215px;
  max-width: 350px;
  width: 100%; }

.leifheit-header__topmenu__search__inner .suchen-inpt-ajaxliste0 .ajaxzeile {
  cursor: pointer; }

.leifheit-header__topmenu__search__inner .suchen-inpt-ajaxliste0 .ajaxzeile:hover, .leifheit-header__topmenu__search__inner .suchen-inpt-ajaxliste0 .ajaxzeile:focus {
  background-color: #d9d9d9; }

@media screen and (max-width: 1024px) {
  .leifheit-header__topmenu__search__inner {
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    visibility: visible;
    margin: 0 15px;
    position: relative;
    right: auto; }
  .leifheit-header__topmenu__search__inner button[type="submit"] {
    color: #fff; } }

.leifheit-header__topmenu__search__open {
  margin-left: 30px; }

.leifheit-header__topmenu__search__open span {
  cursor: pointer;
  color: #002f63; }

@media screen and (max-width: 1024px) {
  .leifheit-header__topmenu__search__open {
    display: none; } }

.leifheit-header__topmenu__language ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.leifheit-header__topmenu__language ul > li:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.leifheit-header__topmenu__language ul > li a img {
  vertical-align: text-bottom; }

.leifheit-header__topmenu__language ul li {
  position: relative; }

.leifheit-header__topmenu__language ul li a {
  font-size: 11px;
  line-height: 12px;
  font-size: 0.6875rem;
  line-height: 0.75rem;
  text-decoration: none;
  color: #9d9d9d; }

.leifheit-header__topmenu__language ul li ul {
  position: absolute;
  top: 22px;
  left: -15px;
  background: #fff;
  z-index: 100;
  max-height: 0;
  width: 300px;
  overflow: hidden;
  transition: 0.8s max-height; }

.leifheit-header__topmenu__language ul li ul div {
  border: solid 1px #d0d0d0;
  padding: 10px 15px 5px 15px; }

.leifheit-header__topmenu__language ul li ul li {
  float: left;
  width: 50%;
  margin-left: 0;
  margin-bottom: 10px; }

.leifheit-header__topmenu__language ul li ul li a {
  text-decoration: none;
  font-size: 11px;
  line-height: 12px;
  font-size: 0.6875rem;
  line-height: 0.75rem;
  color: #9d9d9d;
  display: block;
  padding-right: 20px;
  vertical-align: top; }

.leifheit-header__topmenu__language ul li ul li a img {
  position: relative;
  top: 1px;
  margin-right: 1px;
  max-width: 18px;
  height: auto; }

.leifheit-header__topmenu__language ul li:hover ul, .leifheit-header__topmenu__language ul li:focus ul {
  max-height: 550px;
  transition: 0.8s max-height; }

@media screen and (max-width: 1024px) {
  .leifheit-header__topmenu {
    display: none; } }

.leifheit-header__logo a {
  background: #002f63;
  padding: 36px 33px 28px 33px;
  display: block;
  text-decoration: none; }

.leifheit-header__logo a img {
  display: block; }

.leifheit-header__logo a img.mobileLogo {
  display: none; }

@media screen and (max-width: 1024px) {
  .leifheit-header__logo a {
    padding: 20px 15px; }
  .leifheit-header__logo a img {
    display: none; }
  .leifheit-header__logo a img.mobileLogo {
    display: block; } }

@font-face {
  font-family: 'Worstveld Sling Bold';
  src: url('../..//assets/leifheit/fonts/WorstveldSlingBold.eot');
  src: url('../..//assets/leifheit/fonts/WorstveldSlingBold.eot?#iefix') format("embedded-opentype"), url('../..//assets/leifheit/fonts/WorstveldSlingBold.woff') format("woff"), url('../..//assets/leifheit/fonts/WorstveldSlingBold.ttf') format("truetype"), url('../..//assets/leifheit/fonts/WorstveldSlingBold.svg#fontello') format("svg"); }

.tx-contentpackage-meingemachtesContainer {
  width: 100%;
  position: relative;
  background-image: url('../..//assets/leifheit/images/start-bg.jpg');
  background-repeat: repeat;
  background-position: 0% 466px; }

@media screen and (max-width: 1050px) {
  .tx-contentpackage-meingemachtesContainer > * {
    padding-left: 25px;
    padding-right: 25px; }
  .tx-contentpackage-meingemachtesContainer * {
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }

@media screen and (max-width: 767px) {
  .tx-contentpackage-meingemachtesContainer {
    margin-top: -32px; } }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-meineingemachtesBanner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-meineingemachtesBanner a {
  display: block; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-meineingemachtesBanner a img.mobile {
  display: none; }

@media screen and (max-width: 767px) {
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-meineingemachtesBanner a img {
    display: none; }
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-meineingemachtesBanner a img.mobile {
    display: block; } }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav {
  height: 60px;
  line-height: 60px;
  position: relative;
  width: 100%;
  margin: 0px auto;
  top: -11px;
  border: 0px solid;
  background: #fff;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
  padding-left: 0;
  padding-right: 0; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav .diamant-logo-mobile {
  display: none;
  position: absolute;
  right: 0;
  top: -20px;
  text-decoration: none;
  font-size: 12px;
  color: #002055; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav .diamant-logo-mobile img {
  vertical-align: middle; }

@media screen and (max-width: 1020px) {
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav .diamant-logo-mobile {
    display: none;
    display: block; } }

@media screen and (max-width: 480px) {
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav .diamant-logo-mobile {
    top: -10px; }
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav .diamant-logo-mobile img {
    max-width: 80px; } }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav i.mobile-menu-button-meingemachtes {
  display: none;
  padding-top: 10px;
  font-size: 22px;
  padding-left: 25px;
  cursor: pointer; }

@media screen and (max-width: 1020px) {
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav i.mobile-menu-button-meingemachtes {
    display: block; } }

@media screen and (max-width: 480px) {
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav i.mobile-menu-button-meingemachtes {
    padding-left: 15px; } }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav ul {
  text-align: center; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav ul li {
  display: inline-block;
  margin-right: 38px;
  padding: 0; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav ul li a {
  color: #002055;
  font-size: 34px;
  line-height: normal;
  font-weight: lighter;
  padding: 0 5px 0 7px;
  text-decoration: none;
  font-family: "Worstveld Sling Bold", "Arimo", Helvetica, Arial, sans-serif; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav ul li a.active, .tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav ul li a:hover {
  background: url('../..//assets/leifheit/images/mg-menu-underline.png');
  background-repeat: no-repeat;
  background-position: 0 99%; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav ul li:last-of-type {
  position: relative;
  z-index: 20; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav ul li:last-of-type a {
  display: block; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav ul li:last-of-type a img {
  position: absolute;
  width: 106px;
  height: 85px;
  max-width: none;
  top: -20px; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav ul li:last-of-type a span {
  display: inline-block;
  /* line-height: 87px; */
  color: #002c67;
  font-size: 11px;
  margin-right: 10px;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  position: relative;
  top: 0px; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav ul li:last-of-type a:hover {
  background: transparent; }

@media screen and (max-width: 1020px) {
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav ul li:last-of-type {
    display: none; } }

@media screen and (max-width: 1020px) {
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav {
    height: auto;
    line-height: normal;
    padding-bottom: 8px; }
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav ul {
    height: 0;
    overflow: hidden;
    transition: .5s all; }
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav ul.open {
    height: 215px;
    transition: .5s all; }
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav ul li {
    display: block;
    margin-right: 0; }
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav ul li:first-of-type {
    padding-top: 10px; }
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav ul li:last-of-type a img {
    position: relative;
    top: auto;
    margin: 0 auto;
    display: block; }
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-meingemachtesNav ul li + li {
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px #ccc; } }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTextTop {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 50px;
  position: relative; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTextTop img {
  position: absolute;
  top: 0;
  right: 0; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTextTop h1 {
  color: #b00b1b;
  font-size: 64px;
  line-height: 52px;
  margin: 0 0 12px 0;
  font-family: "Worstveld Sling Bold", "Arimo", Helvetica, Arial, sans-serif; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTextTop p {
  color: #002055;
  font-size: 18px;
  line-height: 22px;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  margin: 0; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTextTop p + p {
  margin-top: 20px; }

@media screen and (max-width: 1020px) {
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTextTop img {
    display: none; }
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTextTop p br {
    display: none; } }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol div {
  position: relative;
  float: left;
  width: calc((100% - 12px) / 2); }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol div img {
  display: block; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol div h3 {
  color: #002055;
  font-size: 40px;
  font-family: "Worstveld Sling Bold", "Arimo", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 20px;
  left: 25px;
  font-weight: 400; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol div p {
  color: #b51f2c;
  font-size: 16px;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  margin-top: 12px;
  line-height: 22px;
  position: absolute;
  top: 40px;
  left: 25px; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol div + div {
  margin-left: 12px; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol div:nth-of-type(2n+3) {
  margin-left: 0; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol div:nth-of-type(n+3) {
  margin-top: 15px; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol div {
    width: 100%; }
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol div img {
    width: 100%;
    height: auto; }
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol div h3 {
    font-size: 30px;
    line-height: normal; }
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol div:nth-of-type(n+2) {
    margin-top: 15px; }
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol div + div {
    margin-left: 0 !important; } }

@media screen and (max-width: 640px) {
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol div h3 {
    font-size: 20px;
    left: 15px; }
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meingemachtesTwoCol div p {
    font-size: 10px;
    line-height: 11px;
    left: 15px;
    top: 35px; } }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meineingemachtesTextBottom {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  position: relative; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meineingemachtesTextBottom h4 {
  color: #002055;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  margin: 0 0 13px 0; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meineingemachtesTextBottom a {
  color: #002055;
  text-decoration: underline; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meineingemachtesTextBottom a:hover {
  text-decoration: none; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meineingemachtesTextBottom p {
  font-size: 14px;
  line-height: 18px;
  margin: 0; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meineingemachtesTextBottom p + p,
.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meineingemachtesTextBottom p + ul,
.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meineingemachtesTextBottom p + h4 {
  margin-top: 15px; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meineingemachtesTextBottom ul {
  color: #002055;
  font-size: 14px;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  margin: 13px;
  line-height: 18px;
  list-style-type: disc;
  margin-left: 15px; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meineingemachtesTextBottom ul li {
  list-style-type: disc;
  margin-bottom: 2px; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meineingemachtesTextBottom img {
  position: absolute;
  right: 0;
  bottom: -65px; }

@media screen and (max-width: 1020px) {
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meineingemachtesTextBottom img {
    position: relative;
    bottom: -140px; } }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-einkochtipps-twoCol {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-einkochtipps-twoCol .wrap {
  position: relative;
  margin-bottom: 45px;
  padding-left: 34%; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-einkochtipps-twoCol .wrap img {
  position: absolute;
  left: 0;
  top: 0; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-einkochtipps-twoCol .wrap div h2 {
  color: #b00b1b;
  font-size: 42px;
  line-height: normal;
  font-family: "Worstveld Sling Bold", "Arimo", Helvetica, Arial, sans-serif; }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-einkochtipps-twoCol .wrap div p {
  color: #002055;
  font-size: 16px;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  margin-top: 12px;
  line-height: 22px;
  margin-bottom: 0; }

@media screen and (max-width: 760px) {
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-einkochtipps-twoCol .wrap {
    padding-left: 0; }
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-einkochtipps-twoCol .wrap img {
    position: relative;
    top: auto;
    left: auto;
    display: block; } }

.tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meineingemachtesFooter {
  background-image: url('../..//assets/leifheit/images/footer-td-l.png');
  background-position: 0 0;
  height: 95px;
  position: relative;
  z-index: 100; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-meingemachtesContainer .tx-contentpackage-start-meineingemachtesFooter {
    display: block; } }

.tx-rb-leifheit-rezepte {
  width: 100%;
  max-width: 976px;
  margin: 10px auto 0px; }

@media screen and (max-width: 1024px) {
  .tx-rb-leifheit-rezepte {
    padding-left: 25px;
    padding-right: 25px; } }

.tx-rb-leifheit-rezepte a {
  text-decoration: none; }

.tx-rb-leifheit-rezepte .mg-block {
  margin-top: 40px;
  margin-bottom: 85px; }

.tx-rb-leifheit-rezepte .mg-block .rz-box {
  width: calc((100% - 45px) / 4);
  border: 5px solid rgba(0, 0, 0, 0.15);
  display: block;
  float: left;
  background: #fff;
  position: relative;
  vertical-align: top;
  margin-top: 22px;
  padding-bottom: 30px;
  min-height: 175px; }

.tx-rb-leifheit-rezepte .mg-block .rz-box + .rz-box {
  margin-left: 15px; }

.tx-rb-leifheit-rezepte .mg-block .rz-box:nth-of-type(4n+5) {
  margin-left: 0px; }

.tx-rb-leifheit-rezepte .mg-block .rz-box a {
  display: block;
  text-decoration: none; }

.tx-rb-leifheit-rezepte .mg-block .rz-box img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 180px; }

.tx-rb-leifheit-rezepte .mg-block .rz-box .box-inhalt {
  padding: 12px 10px; }

.tx-rb-leifheit-rezepte .mg-block .rz-box .box-inhalt .prod-header h3 {
  color: #002055;
  font-size: 16px;
  font-family: "Arimo", Helvetica, Arial, sans-serif !important;
  font-weight: inherit;
  font-style: inherit;
  line-height: 1; }

.tx-rb-leifheit-rezepte .mg-block .rz-box .box-inhalt .prod-header .dauer {
  background-image: url("/fileadmin/landingpages/meingemachtes/image/rz-uebrsicht-uhr.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 18px;
  line-height: 15px;
  position: absolute;
  bottom: -5px; }

.tx-rb-leifheit-rezepte .mg-block .rz-box .box-inhalt .prod-header .bschr {
  display: inline-block;
  font-size: 12px;
  color: rgba(0, 32, 85, 0.65); }

.tx-rb-leifheit-rezepte .mg-block .rz-box .box-inhalt .prod-header .schwierigkeit {
  background-image: url("/fileadmin/landingpages/meingemachtes/image/rz-uebrsicht-kochtopf.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 23px;
  line-height: 16px;
  position: absolute;
  bottom: -6px;
  left: 135px; }

@media screen and (max-width: 1024px) {
  .tx-rb-leifheit-rezepte .mg-block .rz-box {
    width: calc((100% - 30px) / 3); }
  .tx-rb-leifheit-rezepte .mg-block .rz-box:nth-of-type(4n+5) {
    margin-left: 15px; }
  .tx-rb-leifheit-rezepte .mg-block .rz-box:nth-of-type(3n+4) {
    margin-left: 0px; } }

@media screen and (max-width: 767px) {
  .tx-rb-leifheit-rezepte .mg-block .rz-box {
    width: calc((100% - 15px) / 2); }
  .tx-rb-leifheit-rezepte .mg-block .rz-box img {
    max-height: none; }
  .tx-rb-leifheit-rezepte .mg-block .rz-box:nth-of-type(3n+4) {
    margin-left: 15px; }
  .tx-rb-leifheit-rezepte .mg-block .rz-box:nth-of-type(2n+3) {
    margin-left: 0px; } }

@media screen and (max-width: 480px) {
  .tx-rb-leifheit-rezepte .mg-block .rz-box {
    width: 100%; }
  .tx-rb-leifheit-rezepte .mg-block .rz-box:nth-of-type(n+2) {
    margin-left: 0px; }
  .tx-rb-leifheit-rezepte .mg-block .rz-box + div {
    margin-left: 0px; } }

.tx-rb-leifheit-rezepte .add-footer-links {
  float: right; }

@media screen and (max-width: 760px) {
  .tx-rb-leifheit-rezepte .add-footer-links {
    float: none; } }

.schrmobile {
  display: none; }

.schreibschrift {
  font-family: "Worstveld Sling Bold", "Arimo", Helvetica, Arial, sans-serif;
  color: #002055;
  font-size: 26px; }

.schreibschrift img {
  height: auto !important;
  width: 40px !important;
  margin-right: -15px;
  border: 0 !important;
  vertical-align: middle; }

.mg-block-detailseite {
  width: 100%;
  max-width: 976px;
  margin: 110px auto 0px;
  position: relative; }

@media screen and (max-width: 760px) {
  .mg-block-detailseite {
    margin-top: 60px; } }

.mg-block-detailseite .image-lable-rz-dt {
  background-image: url("/fileadmin/landingpages/meingemachtes/image/rz-einfach-selbst-gemacht-l.png");
  background-repeat: no-repeat;
  background-position: 0 0%;
  width: 260px;
  height: 195px;
  position: absolute;
  z-index: 30;
  top: -96px;
  left: 16px; }

@media screen and (max-width: 760px) {
  .mg-block-detailseite .image-lable-rz-dt {
    position: relative;
    top: auto;
    left: auto;
    display: none; } }

.mg-block-detailseite .mg-nav-block {
  position: relative;
  top: -47px;
  width: 100%; }

@media screen and (max-width: 760px) {
  .mg-block-detailseite .mg-nav-block {
    top: auto; } }

.mg-block-detailseite .mg-nav-block .cat-menu {
  width: 100%;
  text-align: right; }

.mg-block-detailseite .mg-nav-block .cat-menu .nav-item {
  display: inline-block;
  font-family: "Worstveld Sling Bold", "Arimo", Helvetica, Arial, sans-serif;
  color: #999;
  font-size: 26px;
  padding: 0 12px; }

.mg-block-detailseite .mg-nav-block .cat-menu .nav-item a {
  display: inline-block;
  font-family: "Worstveld Sling Bold", "Arimo", Helvetica, Arial, sans-serif;
  color: #b00b1b !important;
  font-size: 26px;
  text-decoration: none !important; }

.mg-block-detailseite .mg-nav-block .cat-menu .trenner {
  padding: 0 4px;
  color: #b00b1b !important; }

.mg-block-detailseite .rz-box {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  vertical-align: top;
  margin-top: 22px;
  margin-right: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mg-block-detailseite .rz-box a {
  text-decoration: none; }

.mg-block-detailseite .rz-box .left,
.mg-block-detailseite .rz-box .right {
  float: left;
  width: calc((100% - 50px) / 2); }

.mg-block-detailseite .rz-box .left img,
.mg-block-detailseite .rz-box .right img {
  border: 5px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mg-block-detailseite .rz-box .right {
  margin-left: 50px; }

@media screen and (max-width: 760px) {
  .mg-block-detailseite .rz-box .left,
  .mg-block-detailseite .rz-box .right {
    float: none;
    width: 100%; }
  .mg-block-detailseite .rz-box .right {
    margin-left: 0;
    margin-top: 25px; } }

.mg-block-detailseite .rz-box .imgdesc {
  text-align: right;
  width: 100%;
  display: inline-block;
  font-size: 12px;
  padding: 10px 7px 0px 10px;
  color: #002055; }

.mg-block-detailseite .rz-box .rigtblock .zusatzbild {
  width: 100%;
  display: block;
  min-height: 120px;
  text-align: right; }

.mg-block-detailseite .rz-box .rigtblock .zusatzbild img {
  width: auto;
  height: auto;
  border: 0px;
  max-height: 120px; }

@media screen and (max-width: 760px) {
  .mg-block-detailseite .rz-box .rigtblock .zusatzbild {
    display: none; } }

.mg-block-detailseite .rz-box .rigtblock .rz-dt-ueberschrift {
  color: #002055;
  font-size: 28px;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  display: block;
  float: left;
  margin-top: 10px;
  line-height: 36px; }

@media screen and (max-width: 760px) {
  .mg-block-detailseite .rz-box .rigtblock .rz-dt-ueberschrift {
    float: none; } }

.mg-block-detailseite .rz-box .rigtblock .rezept-vorgaben {
  float: left;
  margin-top: 20px; }

.mg-block-detailseite .rz-box .rigtblock .rezept-vorgaben .item {
  font-size: 16px;
  color: #002055;
  padding: 17px 52px 17px;
  line-height: 17px; }

.mg-block-detailseite .rz-box .rigtblock .rezept-vorgaben li.dauer {
  background-image: url("/fileadmin/landingpages/meingemachtes/image/dt-dauer.png");
  background-repeat: no-repeat;
  background-position: 3px 50%; }

.mg-block-detailseite .rz-box .rigtblock .rezept-vorgaben li.menge {
  background-image: url("/fileadmin/landingpages/meingemachtes/image/dt-menge.png");
  background-repeat: no-repeat;
  background-position: 1px 50%; }

.mg-block-detailseite .rz-box .rigtblock .rezept-vorgaben li.schwierigkeit {
  background-image: url("/fileadmin/landingpages/meingemachtes/image/dt-schwierigkeit.png");
  background-repeat: no-repeat;
  background-position: 0 50%; }

.mg-block-detailseite .rz-box .rigtblock .rezept-vorgaben span {
  font-weight: bold; }

@media screen and (max-width: 760px) {
  .mg-block-detailseite .rz-box .rigtblock .rezept-vorgaben {
    float: none;
    margin-top: 0; } }

.mg-block-detailseite .rz-box .rz-print .schreibschrift {
  color: #B00B1B; }

.mg-block-detailseite .rz-box .rz-print .schreibschrift img {
  width: 27px !important;
  margin-right: 0px !important; }

.mg-block-detailseite .rz-box .box-rzz {
  position: relative;
  width: 100%;
  max-width: 960px; }

.mg-block-detailseite .rz-box .box-rzz .rzz-block {
  display: block;
  width: calc((100% - 50px) / 2);
  float: left;
  margin-top: 50px; }

.mg-block-detailseite .rz-box .box-rzz .rzz-block p.uberschrift {
  color: #b00b1b;
  font-size: 36px;
  font-family: "Worstveld Sling Bold", "Arimo", Helvetica, Arial, sans-serif;
  margin-bottom: 26px; }

@media screen and (max-width: 760px) {
  .mg-block-detailseite .rz-box .box-rzz .rzz-block {
    width: 100%;
    float: none;
    margin-top: 30px; } }

.mg-block-detailseite .rz-box .box-rzz .zutaten table {
  width: 100%;
  max-width: 440px; }

.mg-block-detailseite .rz-box .box-rzz .zutaten table tbody tr td {
  color: #002055;
  font-size: 16px;
  padding: 15px 15px 10px 0px;
  border-bottom: 1px solid;
  border-color: rgba(0, 32, 85, 0.3); }

.mg-block-detailseite .rz-box .box-rzz .zutaten table tbody tr td:first-child {
  font-weight: bold; }

@media screen and (max-width: 760px) {
  .mg-block-detailseite .rz-box .box-rzz .zutaten table {
    max-width: none; } }

.mg-block-detailseite .rz-box .box-rzz .zubereitung {
  margin-left: 50px; }

.mg-block-detailseite .rz-box .box-rzz .zubereitung ul {
  counter-reset: item; }

.mg-block-detailseite .rz-box .box-rzz .zubereitung ul li {
  list-style-type: decimal;
  list-style-type: none;
  margin-left: 15px;
  color: #002055;
  font-size: 16px;
  padding: 15px 15px 10px 5px;
  line-height: 19px;
  position: relative; }

.mg-block-detailseite .rz-box .box-rzz .zubereitung ul li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #b00b1b;
  left: -18px;
  top: 15px;
  position: absolute; }

@media screen and (max-width: 760px) {
  .mg-block-detailseite .rz-box .box-rzz .zubereitung {
    margin-left: 0; } }

.rezepte-page-title {
  position: relative; }

.rezepte-page-title .header {
  color: #b00b1b;
  font-size: 64px;
  line-height: 52px;
  margin: 0 0 12px 0;
  font-weight: 400;
  font-family: "Worstveld Sling Bold", "Arimo", Helvetica, Arial, sans-serif;
  margin-top: 60px;
  margin-bottom: 30px; }

.rezepte-page-title .subheader {
  color: #002055;
  font-size: 16px;
  width: 100%;
  max-width: 460px;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  margin-top: 12px;
  line-height: 22px; }

.rezepte-page-title img {
  position: absolute;
  left: 508px;
  top: -23px;
  z-index: 20; }

@media screen and (max-width: 860px) {
  .rezepte-page-title img {
    display: none; } }

.tx-contentpackage-start-meineingemachtesFooter {
  background-image: url('../..//assets/leifheit/images/footer-td-l.png');
  background-position: 0 0;
  height: 95px;
  position: relative;
  z-index: 100; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-start-meineingemachtesFooter {
    display: block; } }

.gewinnspiel-page-title p {
  width: 100% !important; }

@media screen and (max-width: 1024px) {
  .gewinnspiel-page-title {
    width: 100% !important;
    padding-left: 25px; }
  .gewinnspiel-page-title .header {
    width: 100% !important; } }

@media screen and (max-width: 768px) {
  .gewinnspiel-page-title {
    padding-right: 25px;
    margin-left: 0 !important; } }

.tx-sy-leifheitgewinnspiel .gewinnspiel_content.meingemachtesgewinnspiel {
  padding: 0;
  padding: 0 25px !important;
  margin-left: 0 !important; }

.tx-sy-leifheitgewinnspiel .gewinnspiel_content.meingemachtesgewinnspiel .gewinnspiel-teilnahme-satz {
  margin: 0 0 40px 0; }

.tx-sy-leifheitgewinnspiel .gewinnspiel_content.meingemachtesgewinnspiel form input {
  max-width: 100%;
  width: 100% !important; }

@media screen and (max-width: 1024px) {
  .tx-sy-leifheitgewinnspiel .gewinnspiel_content.meingemachtesgewinnspiel {
    padding-left: 25px; } }

@media screen and (max-width: 768px) {
  .tx-sy-leifheitgewinnspiel .gewinnspiel_content.meingemachtesgewinnspiel {
    padding-left: 0; }
  .tx-sy-leifheitgewinnspiel .gewinnspiel_content.meingemachtesgewinnspiel form input {
    width: 100% !important; }
  .tx-sy-leifheitgewinnspiel .gewinnspiel_content.meingemachtesgewinnspiel form .lwort-full .ltext {
    width: 100% !important;
    font-size: 42px !important;
    line-height: normal !important; }
  .tx-sy-leifheitgewinnspiel .gewinnspiel_content.meingemachtesgewinnspiel form .lwort-full input {
    width: 100% !important;
    max-width: 100% !important; } }

.gewinnspielbox-35 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  padding-top: 80px; }

.gewinnspielbox-35 .box-header {
  width: 100% !important;
  margin-left: 0 !important;
  padding-left: 25px; }

@media screen and (max-width: 768px) {
  .gewinnspielbox-35 {
    padding-top: 0; } }

main .tx-contentpackage-openMobileSidebar {
  display: none;
  position: absolute;
  right: 25px;
  top: 3px;
  color: #fff;
  font-size: 13px;
  padding: 2px 6px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #aeaeae; }

main .tx-contentpackage-sidebar {
  width: 22.91%;
  float: left;
  min-height: 1px; }

main .tx-contentpackage-sidebar + .tx-contentpackage-mainContent {
  width: 75%;
  float: right;
  min-height: 1px; }

main .tx-contentpackage-sidebar.right {
  float: right;
  width: 33%; }

main .tx-contentpackage-sidebar.right + .tx-contentpackage-mainContent.right {
  float: left;
  width: 63%;
  margin-right: 4%; }

main .tx-contentpackage-mainContent {
  width: 100%;
  float: none; }

@media screen and (max-width: 960px) {
  main .tx-contentpackage-sidebar {
    width: 30%; }
  main .tx-contentpackage-sidebar + .tx-contentpackage-mainContent {
    width: 68%; } }

@media screen and (max-width: 767px) {
  main .tx-contentpackage-openMobileSidebar {
    display: block; }
  main .tx-contentpackage-sidebar,
  main .tx-contentpackage-sidebar.right {
    position: absolute;
    width: 100%;
    z-index: 100;
    left: 25px;
    right: 25px;
    overflow: hidden;
    float: none;
    min-height: 0;
    transition: .5s height;
    max-width: calc(100% - 50px); }
  main .tx-contentpackage-sidebar.active,
  main .tx-contentpackage-sidebar.right.active {
    transition: .5s height; }
  main .tx-contentpackage-sidebar + .tx-contentpackage-mainContent,
  main .tx-contentpackage-sidebar + .tx-contentpackage-mainContent.right,
  main .tx-contentpackage-sidebar.right + .tx-contentpackage-mainContent,
  main .tx-contentpackage-sidebar.right + .tx-contentpackage-mainContent.right {
    width: 100%;
    float: none; } }

@media screen and (max-width: 767px) {
  .tx-contentpackage-googleMapsContainer {
    display: none; } }

.tx-qrredirects {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }

.qrredirects {
  position: absolute;
  top: 15vh;
  width: 100%;
  max-width: 430px;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.qrredirects > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.qrredirects__headline {
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  color: #646464;
  display: block;
  margin-bottom: 10px;
  font-family: "Exo 2", sans-serif; }

.qrredirects .selectboxit-container {
  width: 100%;
  font-family: "Exo 2", sans-serif !important; }

.qrredirects .selectboxit-container .selectboxit {
  width: 100% !important;
  font-family: "Exo 2", sans-serif !important; }

@media screen and (max-width: 480px) {
  .qrredirects {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px; } }

.tx-qrredirects i[class*='icon'] {
  width: 18px !important;
  height: 12px;
  position: relative;
  top: -2px; }

.tx-qrredirects .de-icon {
  background: url('../..//assets/leifheit/images/Language/D.png'); }

.tx-qrredirects .fr-icon {
  background: url('../..//assets/leifheit/images/Language/F.png'); }

.tx-qrredirects .pl-icon {
  background: url('../..//assets/leifheit/images/Language/PL.png'); }

.tx-qrredirects .be-icon {
  background: url('../..//assets/leifheit/images/Language/BE.png'); }

.tx-qrredirects .hu-icon {
  background: url('../..//assets/leifheit/images/Language/HU.png'); }

.tx-qrredirects .gb-icon {
  background: url('../..//assets/leifheit/images/Language/GB.png'); }

.tx-qrredirects .es-icon {
  background: url('../..//assets/leifheit/images/Language/ES.png'); }

.tx-qrredirects .it-icon {
  background: url('../..//assets/leifheit/images/Language/IT.png'); }

.tx-qrredirects .nl-icon {
  background: url('../..//assets/leifheit/images/Language/NL.png'); }

.tx-qrredirects .at-icon {
  background: url('../..//assets/leifheit/images/Language/AT.png'); }

.tx-qrredirects .bg-icon {
  background: url('../..//assets/leifheit/images/Language/BG.png'); }

.tx-sy-leifheitkontakt {
  line-height: 17px;
  font-size: 14px;
  color: #5d5d5d; }

@media screen and (max-width: 1000px) {
  .tx-sy-leifheitkontakt > .kontakt2015 {
    padding-left: 25px; } }

@media screen and (max-width: 768px) {
  .tx-sy-leifheitkontakt > .kontakt2015 {
    padding-right: 25px; } }

.tx-sy-leifheitkontakt strong,
.tx-sy-leifheitkontakt b {
  color: #5d5d5d; }

.tx-sy-leifheitkontakt a {
  text-decoration: none;
  color: #002F63; }

.tx-sy-leifheitkontakt .kontakt2015 {
  margin: 30px 0;
  line-height: 1.5 !important; }

.tx-sy-leifheitkontakt .kontakt2015 > p {
  font-size: 14px;
  line-height: 18px;
  font-size: 0.875rem;
  line-height: 1.125rem; }

.tx-sy-leifheitkontakt .auswahl2ebene {
  display: none;
  margin-top: 50px;
  margin-bottom: 20px; }

.tx-sy-leifheitkontakt .produktbereich,
.tx-sy-leifheitkontakt .produktkategorie {
  float: left;
  margin-right: 30px; }

.tx-sy-leifheitkontakt .produktbereich .selectboxit-container .selectboxit,
.tx-sy-leifheitkontakt .produktkategorie .selectboxit-container .selectboxit {
  width: 170px !important; }

.tx-sy-leifheitkontakt .produktkategorie,
.tx-sy-leifheitkontakt .produktkategorie2,
.tx-sy-leifheitkontakt .produktliste {
  display: none;
  float: left; }

.tx-sy-leifheitkontakt .produktkategorie2 .selectboxit-container .selectboxit {
  width: 170px !important; }

.tx-sy-leifheitkontakt .produktliste {
  width: 100%;
  margin-top: 30px; }

.tx-sy-leifheitkontakt .produktentfernen {
  display: none;
  clear: both;
  cursor: pointer; }

.tx-sy-leifheitkontakt .infoBoxStempel {
  display: none;
  background-color: white;
  width: 667px;
  height: 625px;
  border-radius: 5px;
  position: absolute;
  z-index: 10001;
  padding: 25px 0 0 30px;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75); }

.tx-sy-leifheitkontakt .infoBoxStempel .infoElement {
  float: left;
  display: inline-block;
  width: 328px;
  height: 266px;
  margin: 0;
  padding: 0; }

.tx-sy-leifheitkontakt .infoBoxStempel .infoElement.big {
  width: 282px; }

.tx-sy-leifheitkontakt .infoBoxStempel .infoElement img {
  margin-bottom: 5px; }

.tx-sy-leifheitkontakt .infoBoxStempel .infoBoxClose {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer; }

.tx-sy-leifheitkontakt #ProduktbeschreibungFeld,
.tx-sy-leifheitkontakt #ProduktbeschreibungFeld2 {
  box-shadow: 0px 0px 5px #CFCFCF inset;
  border: 1px solid transparent;
  width: 520px;
  width: 100%;
  height: 30px;
  padding: 0px 5px;
  color: #5D5D5D;
  font-size: 12px;
  border-radius: 3px;
  font-family: "Arimo", Helvetica, Arial, sans-serif; }

.tx-sy-leifheitkontakt .weiter,
.tx-sy-leifheitkontakt .weiter2,
.tx-sy-leifheitkontakt .weiter3,
.tx-sy-leifheitkontakt .weiter4 {
  cursor: pointer;
  font-weight: normal;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-radius: 5px;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  margin: 15px 0 25px;
  padding: 10px;
  width: 80px;
  cursor: hover;
  text-align: center; }

.tx-sy-leifheitkontakt .weiter2,
.tx-sy-leifheitkontakt .weiter3,
.tx-sy-leifheitkontakt .weiter4 {
  display: none; }

.tx-sy-leifheitkontakt .frage {
  display: none;
  margin: 20px 0 0 0;
  padding-top: 20px;
  border-top: 1px solid #D9D7D3; }

.tx-sy-leifheitkontakt #kontakt_head {
  display: none; }

.tx-sy-leifheitkontakt .divider {
  border-top: 1px solid #D9D7D3;
  height: 0;
  width: 100%;
  margin-bottom: 20px; }

.tx-sy-leifheitkontakt .upload_kontakt {
  padding: 20px 0; }

.tx-sy-leifheitkontakt .upload_kontakt #upload_inner,
.tx-sy-leifheitkontakt .upload_kontakt #upload_inner2,
.tx-sy-leifheitkontakt .upload_kontakt #upload_inner3 {
  position: relative;
  left: auto;
  top: auto; }

.tx-sy-leifheitkontakt #uploadButton,
.tx-sy-leifheitkontakt #uploadButton2,
.tx-sy-leifheitkontakt #uploadButton3 {
  line-height: 34px;
  height: auto;
  padding: 0 10px; }

@media screen and (max-width: 640px) {
  .tx-sy-leifheitkontakt #uploadButton,
  .tx-sy-leifheitkontakt #uploadButton2,
  .tx-sy-leifheitkontakt #uploadButton3 {
    width: 100%; } }

.tx-sy-leifheitkontakt #uploadedBild, .tx-sy-leifheitkontakt #uploadedBild2, .tx-sy-leifheitkontakt #uploadedBild3 {
  margin-top: 26px;
  padding-top: 20px; }

.tx-sy-leifheitkontakt #uploadAnhaenge,
.tx-sy-leifheitkontakt #uploadAnhaenge2,
.tx-sy-leifheitkontakt #uploadAnhaenge3 {
  position: absolute;
  top: 5px;
  left: 305px;
  font-size: 11px;
  line-height: 14px;
  width: 300px;
  width: auto; }

@media screen and (max-width: 640px) {
  .tx-sy-leifheitkontakt #uploadAnhaenge,
  .tx-sy-leifheitkontakt #uploadAnhaenge2,
  .tx-sy-leifheitkontakt #uploadAnhaenge3 {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    margin-top: 10px; } }

.tx-sy-leifheitkontakt .loading {
  margin-top: 30px;
  margin-left: 0px;
  display: none;
  float: left;
  width: 45px;
  height: 44px;
  background-image: url('../..//assets/leifheit/images/loading.gif');
  animation: 1s steps(9, end) 0s normal none infinite play;
  background-size: 97%; }

@media screen and (min-width: 768px) {
  .tx-sy-leifheitkontakt #kontakt {
    border-top: 1px solid #D9D7D3; } }

#sy_formular_kontakt label {
  display: block;
  color: #5d5d5d;
  font-size: 12px;
  margin: 20px 0 5px 0; }

#sy_formular_kontakt input {
  -webkit-box-shadow: inset 0 0 5px #cfcfcf;
  -moz-box-shadow: inset 0 0 5px #cfcfcf;
  box-shadow: inset 0 0 5px #cfcfcf;
  border: 1px solid transparent;
  width: 100%;
  height: 30px;
  padding: 0 5px;
  color: #5d5d5d;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Arimo', Helvetica, Arial, sans-serif; }

#sy_formular_kontakt textarea {
  -webkit-box-shadow: inset 0 0 5px #cfcfcf;
  -moz-box-shadow: inset 0 0 5px #cfcfcf;
  box-shadow: inset 0 0 5px #cfcfcf;
  border: 1px solid transparent;
  width: 100% !important;
  height: 150px;
  resize: none;
  padding: 5px;
  color: #5d5d5d;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Arimo', Helvetica, Arial, sans-serif; }

#sy_formular_kontakt .selectboxit-container .selectboxit,
#sy_formular_kontakt .selectboxit-container,
#sy_formular_kontakt .selectboxit-container .selectboxit-options {
  width: 100% !important; }

#sy_formular_kontakt #check_newsletter {
  cursor: pointer;
  margin-right: 12px;
  float: left; }

#sy_formular_kontakt .submitButton {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  color: white;
  background-color: #b31a2d;
  padding: 0;
  height: 32px;
  line-height: 32px;
  width: 115px;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  font-family: 'Arimo', Helvetica, Arial, sans-serif; }

#sy_formular_kontakt .fehler {
  border: 1px solid #b31a2d !important;
  color: #b31a2d; }

.halbeSpalte {
  width: 45%;
  float: left; }

.halbeSpalte + .halbeSpalte {
  margin-left: 10%; }

@media screen and (max-width: 640px) {
  .halbeSpalte {
    width: 100%;
    float: none; }
  .halbeSpalte + .halbeSpalte {
    margin-left: 0; } }

div.languageMenuWrapper {
  margin: 0;
  padding: 0;
  position: relative; }

div.languageMenuWrapper:hover .languageMenuBox {
  max-height: 550px;
  transition: .8s max-height; }

div.languageMenuWrapper a {
  position: relative;
  text-decoration: none;
  font-size: 0.6875rem;
  line-height: 0.75rem;
  color: #bfcbd8; }

div.languageMenuWrapper a:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #bfcbd8; }

div.languageMenuWrapper .languageMenuBox {
  position: absolute;
  top: 26px;
  left: -15px;
  z-index: 100;
  width: 300px;
  max-height: 0;
  overflow: hidden;
  transition: .8s max-height;
  background: #fff; }

div.languageMenuWrapper .languageMenuBox div {
  border: solid 1px #d0d0d0;
  padding: 10px 15px 5px 15px;
  float: right; }

div.languageMenuWrapper .languageMenuBox a {
  float: left;
  width: 50%;
  margin-left: 0;
  text-decoration: none;
  margin-bottom: 10px;
  padding-right: 20px;
  vertical-align: top;
  font-size: 0.6875rem;
  line-height: 0.75rem;
  color: #9d9d9d;
  display: block; }

div.languageMenuWrapper .languageMenuBox a:nth-of-type(2n) {
  padding-right: 0;
  padding-left: 20px; }

div.languageMenuWrapper .languageMenuBox a:after {
  content: none; }

/* Import Partials */
.leifheit-bignumberheadline {
  font-size: 26px;
  line-height: 26px;
  font-size: 1.625rem;
  line-height: 1.625rem;
  font-weight: 700;
  color: #002f63;
  position: relative;
  padding: 17px 20px 17px 100px;
  background: #b0cadb;
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
  counter-increment: headlinenumber;
  border-radius: 150px;
  font-family: "Exo 2", sans-serif; }

.leifheit-bignumberheadline:before {
  content: counter(headlinenumber);
  color: #fff;
  background: #002f63;
  font-size: 42px;
  line-height: 69px;
  font-size: 2.625rem;
  line-height: 4.3125rem;
  text-align: center;
  display: block;
  height: 70px;
  width: 70px;
  border-radius: 150px;
  position: absolute;
  top: -5px;
  left: 0;
  font-family: "Exo 2", sans-serif; }

@media screen and (max-width: 768px) {
  .leifheit-bignumberheadline {
    font-size: 25px;
    line-height: 31px;
    font-size: 1.5625rem;
    line-height: 1.9375rem;
    padding-left: 90px; }
  .leifheit-bignumberheadline:before {
    font-size: 26px;
    line-height: 62px;
    font-size: 1.625rem;
    line-height: 3.875rem;
    height: 60px;
    width: 60px; } }

@media screen and (max-width: 640px) {
  .leifheit-bignumberheadline {
    font-size: 16px;
    line-height: 22px;
    font-size: 1rem;
    line-height: 1.375rem;
    padding-left: 70px; }
  .leifheit-bignumberheadline:before {
    font-size: 24px;
    line-height: 52px;
    font-size: 1.5rem;
    line-height: 3.25rem;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    top: 50%; } }

.leifheit-bigheadline {
  font-size: 46px;
  line-height: 52px;
  font-size: 2.875rem;
  line-height: 3.25rem;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  display: block;
  margin: 0 0 15px 0;
  margin: 0;
  color: #646464;
  color: inherit; }

@media screen and (max-width: 768px) {
  .leifheit-bigheadline {
    font-size: 40px;
    line-height: 46px;
    font-size: 2.5rem;
    line-height: 2.875rem; } }

@media screen and (max-width: 640px) {
  .leifheit-bigheadline {
    font-size: 28px;
    line-height: 34px;
    font-size: 1.75rem;
    line-height: 2.125rem; } }

.leifheit-bigheadline2 {
  font-size: 46px;
  line-height: 52px;
  font-size: 2.875rem;
  line-height: 3.25rem;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  display: block;
  margin: 0 0 15px 0;
  margin: 0;
  color: #646464;
  color: inherit; }

@media screen and (max-width: 768px) {
  .leifheit-bigheadline2 {
    font-size: 40px;
    line-height: 46px;
    font-size: 2.5rem;
    line-height: 2.875rem; } }

@media screen and (max-width: 640px) {
  .leifheit-bigheadline2 {
    font-size: 28px;
    line-height: 34px;
    font-size: 1.75rem;
    line-height: 2.125rem; } }

.leifheit-bigheadline3 {
  font-size: 46px;
  line-height: 52px;
  font-size: 2.875rem;
  line-height: 3.25rem;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 0 15px 0;
  margin: 0;
  color: #646464;
  color: inherit; }

@media screen and (max-width: 768px) {
  .leifheit-bigheadline3 {
    font-size: 40px;
    line-height: 46px;
    font-size: 2.5rem;
    line-height: 2.875rem; } }

@media screen and (max-width: 640px) {
  .leifheit-bigheadline3 {
    font-size: 28px;
    line-height: 34px;
    font-size: 1.75rem;
    line-height: 2.125rem; } }

.leifheit-bigheadline4 {
  font-size: 40px;
  line-height: 46px;
  font-size: 2.5rem;
  line-height: 2.875rem;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  display: block;
  margin: 0 0 15px 0;
  margin: 0;
  color: #646464;
  color: inherit; }

.leifheit-bigheadline4 + .leifheit-bignumberheadline {
  margin-top: 40px; }

@media screen and (max-width: 768px) {
  .leifheit-bigheadline4 {
    font-size: 36px;
    line-height: 42px;
    font-size: 2.25rem;
    line-height: 2.625rem; } }

@media screen and (max-width: 640px) {
  .leifheit-bigheadline4 {
    font-size: 25px;
    line-height: 29px;
    font-size: 1.5625rem;
    line-height: 1.8125rem; } }

.leifheit-middleheadline {
  font-size: 30px;
  line-height: 36px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 0 15px 0;
  margin: 0;
  color: #646464;
  color: inherit; }

@media screen and (max-width: 768px) {
  .leifheit-middleheadline {
    font-size: 28px;
    line-height: 34px;
    font-size: 1.75rem;
    line-height: 2.125rem; } }

@media screen and (max-width: 640px) {
  .leifheit-middleheadline {
    font-size: 24px;
    line-height: 30px;
    font-size: 1.5rem;
    line-height: 1.875rem; } }

.leifheit-middleheadline2 {
  font-size: 26px;
  line-height: 32px;
  font-size: 1.625rem;
  line-height: 2rem;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 0 15px 0;
  margin: 0;
  color: #646464;
  color: inherit; }

@media screen and (max-width: 768px) {
  .leifheit-middleheadline2 {
    font-size: 25px;
    line-height: 31px;
    font-size: 1.5625rem;
    line-height: 1.9375rem; } }

@media screen and (max-width: 640px) {
  .leifheit-middleheadline2 {
    font-size: 23px;
    line-height: 29px;
    font-size: 1.4375rem;
    line-height: 1.8125rem; } }

.leifheit-middleheadline3 {
  font-size: 24px;
  line-height: 32px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  display: block;
  margin: 0 0 15px 0;
  margin: 0;
  color: #646464;
  color: inherit; }

@media screen and (max-width: 640px) {
  .leifheit-middleheadline3 {
    font-size: 22px;
    line-height: 30px;
    font-size: 1.375rem;
    line-height: 1.875rem; } }

.leifheit-fliesstext-exo2, .leifheit-lp-faq__item__body p {
  font-size: 19px;
  line-height: 26px;
  font-size: 1.1875rem;
  line-height: 1.625rem;
  font-weight: 400;
  font-family: "Exo 2", sans-serif;
  margin: 0 0 14px 0;
  color: inherit; }

.leifheit-fliesstext-exo2-hervorhebung {
  font-size: 19px;
  line-height: 26px;
  font-size: 1.1875rem;
  line-height: 1.625rem;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  margin: 0 0 14px 0;
  color: inherit; }

.leifheit-redbutton, .leifheit-redbutton50, .leifheit-redbutton100, .leifheit-bluebutton, .leifheit-bluebutton50, .leifheit-bluebutton100 {
  background: #b31a2e;
  color: #fff;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  text-align: center;
  padding: 8px 25px;
  display: block;
  text-decoration: none;
  transition: 0.5s ease-in-out; }

.leifheit-redbutton:after, .leifheit-redbutton50:after, .leifheit-redbutton100:after, .leifheit-bluebutton:after, .leifheit-bluebutton50:after, .leifheit-bluebutton100:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 14px;
  margin-left: 8px;
  font-weight: 700; }

.leifheit-redbutton:hover, .leifheit-redbutton50:hover, .leifheit-redbutton100:hover, .leifheit-bluebutton:hover, .leifheit-bluebutton50:hover, .leifheit-bluebutton100:hover, .leifheit-redbutton:focus, .leifheit-redbutton50:focus, .leifheit-redbutton100:focus, .leifheit-bluebutton:focus, .leifheit-bluebutton50:focus, .leifheit-bluebutton100:focus {
  transform: scale(0.95); }

.leifheit-redbutton50 {
  width: 50%; }

.leifheit-redbutton100 {
  width: 100%; }

.leifheit-bluebutton, .leifheit-bluebutton50, .leifheit-bluebutton100 {
  background: #002f63; }

.leifheit-bluebutton50 {
  width: 50%; }

.leifheit-bluebutton100 {
  width: 100%; }

ul.new-customlist {
  margin: 0 0 40px 0;
  padding: 0;
  list-style-type: none; }

ul.new-customlist li {
  position: relative;
  padding-left: 35px;
  display: block;
  font-family: "Exo 2", sans-serif; }

ul.new-customlist li:before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../..//assets/leifheit/images/Haekchen.svg') no-repeat;
  background-size: contain; }

.tx-contentpackage-goToTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background-color: #bfcbd8;
  cursor: pointer;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 1000;
  border-radius: 5px; }

.tx-contentpackage-goToTop:before {
  content: "\f077";
  font-family: FontAwesome;
  line-height: 50px;
  color: #002f63; }

/* Import Landingpages */
.lp-fruehjahrsputz-topinfo {
  margin-bottom: 40px;
  margin-top: 40px; }

.lp-fruehjahrsputz-topinfo * {
  font-family: 'Arimo',Helvetica,Arial,sans-serif; }

.lp-fruehjahrsputz-topinfo .inner.small {
  padding-left: 25px;
  padding-right: 25px; }

.lp-fruehjahrsputz-topinfo .inner.small > div {
  height: 100%; }

.lp-fruehjahrsputz-topinfo .inner.small > div > span {
  display: table;
  height: 100%; }

.lp-fruehjahrsputz-topinfo .inner.small > div > span > span {
  display: table-cell;
  vertical-align: middle; }

.lp-fruehjahrsputz-topinfo .inner.small > div .tx-contentpackage-smallMiddleGreenHeadline, .lp-fruehjahrsputz-topinfo .inner.small > div .tx-contentpackage-smallMiddleGreenHeadline2 {
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700; }

.lp-fruehjahrsputz-topinfo .inner.small > div .tx-contentpackage-smallMiddleGreenHeadline + p, .lp-fruehjahrsputz-topinfo .inner.small > div .tx-contentpackage-smallMiddleGreenHeadline2 + p {
  margin: 0;
  font-size: 25px;
  line-height: 30px;
  color: #009698; }

.lp-fruehjahrsputz-topinfo .inner.small > div img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 768px) {
  .lp-fruehjahrsputz-topinfo .inner.small > div .tx-contentpackage-smallMiddleGreenHeadline, .lp-fruehjahrsputz-topinfo .inner.small > div .tx-contentpackage-smallMiddleGreenHeadline2 {
    font-size: 22px;
    line-height: 24px; }
  .lp-fruehjahrsputz-topinfo .inner.small > div .tx-contentpackage-smallMiddleGreenHeadline + p, .lp-fruehjahrsputz-topinfo .inner.small > div .tx-contentpackage-smallMiddleGreenHeadline2 + p {
    font-size: 19px;
    line-height: 26px; }
  .lp-fruehjahrsputz-topinfo .inner.small > div + div {
    margin-left: 0;
    margin-top: 25px; } }

@media screen and (max-width: 640px) {
  .lp-fruehjahrsputz-topinfo .inner.small > div .tx-contentpackage-smallMiddleGreenHeadline, .lp-fruehjahrsputz-topinfo .inner.small > div .tx-contentpackage-smallMiddleGreenHeadline2 {
    font-size: 20px;
    line-height: 22px; }
  .lp-fruehjahrsputz-topinfo .inner.small > div .tx-contentpackage-smallMiddleGreenHeadline + p, .lp-fruehjahrsputz-topinfo .inner.small > div .tx-contentpackage-smallMiddleGreenHeadline2 + p {
    font-size: 16px;
    line-height: 21px; } }

.lp-fruehjahrsputz17-textcontent * {
  font-family: 'Arimo',Helvetica,Arial,sans-serif; }

.lp-fruehjahrsputz17-textcontent > .inner.small {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #b0f6e6;
  background: -moz-linear-gradient(top, #b0f6e6 1%, #cff9f0 43%, #dffbf6 67%, white 100%);
  background: -webkit-linear-gradient(top, #b0f6e6 1%, #cff9f0 43%, #dffbf6 67%, white 100%);
  background: linear-gradient(to bottom, #b0f6e6 1%, #cff9f0 43%, #dffbf6 67%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0f6e6', endColorstr='#ffffff',GradientType=0 ); }

.lp-fruehjahrsputz17-textcontent .green {
  color: #009698; }

.lp-fruehjahrsputz17-textcontent img {
  display: block; }

.lp-fruehjahrsputz17-textcontent img + p {
  margin-top: 50px; }

.lp-fruehjahrsputz17-textcontent a {
  font-weight: 700;
  color: #5d5d5d;
  text-decoration: none; }

.lp-fruehjahrsputz17-textcontent p {
  color: #5d5d5d;
  font-size: 19px;
  line-height: 25px; }

@media screen and (max-width: 640px) {
  .lp-fruehjahrsputz17-textcontent img + p {
    margin-top: 25px; }
  .lp-fruehjahrsputz17-textcontent p,
  .lp-fruehjahrsputz17-textcontent a {
    font-size: 16px;
    line-height: 21px; } }

.lp-fruehjahrsputz2017-questionContainer .inner.small * {
  font-family: 'Arimo',Helvetica,Arial,sans-serif; }

.lp-fruehjahrsputz2017-questionContainer .inner.small > div:nth-of-type(1) {
  width: 18%; }

.lp-fruehjahrsputz2017-questionContainer .inner.small > div:nth-of-type(2) {
  padding-top: 30px; }

.lp-fruehjahrsputz2017-questionContainer .inner.small > div:nth-of-type(2) p {
  font-size: 19px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 5px 0;
  display: block;
  color: #009698; }

.lp-fruehjahrsputz2017-questionContainer .inner.small > div:nth-of-type(2) div span {
  display: inline-block;
  font-size: 36px;
  line-height: normal;
  font-weight: 400;
  color: #009698; }

.lp-fruehjahrsputz2017-questionContainer .inner.small > div:nth-of-type(2) div input {
  display: inline-block;
  box-shadow: inset 0 0 5px #cfcfcf;
  border: 1px solid transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 25px;
  height: 32px;
  vertical-align: super;
  padding: 0 5px;
  font-size: 16px;
  color: #009698;
  font-weight: 700;
  position: relative;
  top: -2px; }

.lp-fruehjahrsputz2017-questionContainer .inner.small > div:nth-of-type(2) div input.fehler {
  border: solid 1px #b31a2d;
  font-size: 12px;
  color: #b31a2d; }

@media screen and (max-width: 768px) {
  .lp-fruehjahrsputz2017-questionContainer .inner.small > div:nth-of-type(1) {
    display: none; }
  .lp-fruehjahrsputz2017-questionContainer .inner.small > div:nth-of-type(2) {
    float: none;
    width: 100%;
    margin-left: 0;
    padding-top: 0; } }

.tx-sy-leifheitgewinnspiel .fruehjahrsputz2017form.gewinnspiel_content {
  background: transparent;
  padding-left: 0;
  padding-right: 0; }

.tx-sy-leifheitgewinnspiel .fruehjahrsputz2017form.gewinnspiel_content form {
  padding-left: 25px;
  padding-right: 25px; }

.tx-sy-leifheitgewinnspiel .fruehjahrsputz2017form.gewinnspiel_content form > div.tx-contentpackage-lg-4 {
  background: transparent;
  border: none;
  padding: 0; }

@media screen and (max-width: 768px) {
  .tx-sy-leifheitgewinnspiel .fruehjahrsputz2017form.gewinnspiel_content form > div.tx-contentpackage-lg-4 + .tx-contentpackage-lg-4 {
    margin-left: 0; } }

.tx-sy-leifheitgewinnspiel .fruehjahrsputz2017form.gewinnspiel_content form .submitButton {
  display: table;
  font-size: 16px !important;
  line-height: normal !important;
  padding: 5px 10px !important;
  height: auto !important; }

.tx-sy-leifheitgewinnspiel .fruehjahrsputz2017form.gewinnspiel_content .datenschutz {
  padding: 0 25px;
  font-size: 12px;
  line-height: 14px;
  background: #fff;
  margin-top: 40px; }

.tx-sy-leifheitgewinnspiel .fruehjahrsputz2017form.gewinnspiel_content .datenschutz p,
.tx-sy-leifheitgewinnspiel .fruehjahrsputz2017form.gewinnspiel_content .datenschutz strong {
  color: #5d5d5d; }

.tx-sy-leifheitgewinnspiel .fruehjahrsputz2017form.gewinnspiel_content .datenschutz strong {
  margin-bottom: 10px;
  display: block; }

.tx-sy-leifheitgewinnspiel .fruehjahrsputz2017form.gewinnspiel_content .teilnahmebedingungen {
  padding: 40px 25px;
  background: #edfdf9;
  background: -moz-linear-gradient(top, #edfdf9 1%, #c2f8ec 100%);
  background: -webkit-linear-gradient(top, #edfdf9 1%, #c2f8ec 100%);
  background: linear-gradient(to bottom, #edfdf9 1%, #c2f8ec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edfdf9', endColorstr='#c2f8ec',GradientType=0 ); }

.tx-sy-leifheitgewinnspiel .fruehjahrsputz2017form.gewinnspiel_content .teilnahmebedingungen strong {
  margin-bottom: 5px;
  display: block; }

@media screen and (max-width: 768px) {
  .tx-sy-leifheitgewinnspiel .fruehjahrsputz2017form.gewinnspiel_content .selectboxit-container .selectboxit {
    max-width: none !important; } }

#c5286 > .tx-contentpackage-produktOverview {
  max-width: 960px; }

body {
  counter-reset: boxheadline; }

.landingpage-fenstersauger-banner > .inner.small {
  padding: 0 !important; }

@media screen and (max-width: 640px) {
  .landingpage-fenstersauger-banner .headline-container h1 {
    font-size: 24px !important;
    line-height: normal !important; } }

.fenstersauger-navigation > .inner.small {
  padding: 0 !important; }

/* Fenstersauger-Navigation fix*/
@media screen and (max-width: 1000px) {
  .fenstersauger-navigation nav ul li.active {
    width: 100% !important; } }

.landingpage-fenstersauger-banner img.dubaigewinnspiel-stoerer {
  position: absolute;
  top: 37px;
  left: 33px;
  right: auto; }

@media screen and (max-width: 900px) {
  .landingpage-fenstersauger-banner img.dubaigewinnspiel-stoerer {
    top: 37px;
    left: auto;
    right: 37px; } }

@media screen and (max-width: 640px) {
  .landingpage-fenstersauger-banner img.dubaigewinnspiel-stoerer {
    max-width: 100px; } }

.tx-contentpackage-lp-studie {
  counter-reset: box;
  margin-bottom: 20px; }

.tx-contentpackage-lp-studie--box {
  float: left;
  width: calc((100% - 30px) / 2);
  counter-increment: box;
  display: block;
  text-decoration: none;
  color: #fff; }

.tx-contentpackage-lp-studie--box img {
  display: block; }

.tx-contentpackage-lp-studie--box div {
  position: relative;
  background: #4cbbb4;
  padding: 0 15px 0 110px;
  height: 90px; }

.tx-contentpackage-lp-studie--box div > span {
  display: table;
  height: 100%;
  width: 100%; }

.tx-contentpackage-lp-studie--box div > span > span {
  display: table-cell;
  vertical-align: middle; }

.tx-contentpackage-lp-studie--box div p {
  font-size: 28px;
  line-height: 32px;
  font-size: 1.75rem;
  line-height: 2rem;
  color: #fff;
  margin: 0;
  font-weight: 700; }

.tx-contentpackage-lp-studie--box div p:after {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-left: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px; }

.tx-contentpackage-lp-studie--box div:before {
  content: counter(box);
  position: absolute;
  left: 45px;
  top: 0;
  font-size: 28px;
  line-height: 90px;
  font-size: 1.75rem;
  line-height: 5.625rem;
  color: #fff;
  margin: 0;
  font-weight: 700; }

.tx-contentpackage-lp-studie--box + .tx-contentpackage-lp-studie--box {
  margin-left: 30px; }

.tx-contentpackage-lp-studie--box:nth-of-type(2n+3) {
  margin-left: 0; }

.tx-contentpackage-lp-studie--box:nth-of-type(n+3) {
  margin-top: 30px; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-lp-studie--box div p {
    font-size: 18px;
    line-height: 25.2px;
    font-size: 1.125rem;
    line-height: 1.575rem; }
  .tx-contentpackage-lp-studie--box div:before {
    font-size: 18px;
    line-height: 90px;
    font-size: 1.125rem;
    line-height: 5.625rem; } }

@media screen and (max-width: 640px) {
  .tx-contentpackage-lp-studie--box {
    float: none;
    width: 100%; }
  .tx-contentpackage-lp-studie--box:nth-of-type(n+2) {
    margin-top: 30px; }
  .tx-contentpackage-lp-studie--box + .tx-contentpackage-lp-studie--box {
    margin-left: 0; }
  .tx-contentpackage-lp-studie--box img {
    width: 100%;
    height: auto;
    max-width: 100%; }
  .tx-contentpackage-lp-studie--box div {
    height: auto;
    padding: 15px;
    text-align: center; }
  .tx-contentpackage-lp-studie--box div p:after {
    font-size: 14px; }
  .tx-contentpackage-lp-studie--box div:before {
    display: none; } }

/* Beschreibung*/
/* Überschrift + Bild & Text*/
.tx-contentpackage-lp-studie--headline-image-caption {
  padding-top: 50px;
  margin-bottom: 110px; }

.tx-contentpackage-lp-studie--headline-image-caption h2 {
  counter-increment: boxheadline;
  position: relative;
  padding-left: 95px;
  font-size: 42px;
  line-height: 70px;
  font-size: 2.625rem;
  line-height: 4.375rem;
  color: #4cbbb4;
  font-weight: 700;
  margin: 0 0 40px 0;
  min-height: 70px; }

.tx-contentpackage-lp-studie--headline-image-caption h2:before {
  content: counter(boxheadline);
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 70px;
  background: #4cbbb4;
  text-align: center;
  font-size: 40px;
  line-height: 70px;
  font-size: 2.5rem;
  line-height: 4.375rem;
  color: #fff;
  font-weight: 700; }

.tx-contentpackage-lp-studie--headline-image-caption figure img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block; }

.tx-contentpackage-lp-studie--headline-image-caption figure figcaption {
  display: block;
  padding: 45px 95px;
  background: #dbf1f0; }

.tx-contentpackage-lp-studie--headline-image-caption figure figcaption p {
  font-size: 29px;
  line-height: 38px;
  font-size: 1.8125rem;
  line-height: 2.375rem;
  color: #5d5d5d;
  margin: 0; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-lp-studie--headline-image-caption h2 {
    font-size: 32px;
    line-height: 55px;
    font-size: 2rem;
    line-height: 3.4375rem;
    padding-left: 75px;
    min-height: 55px; }
  .tx-contentpackage-lp-studie--headline-image-caption h2:before {
    width: 55px;
    height: 55px;
    font-size: 30px;
    line-height: 55px;
    font-size: 1.875rem;
    line-height: 3.4375rem; }
  .tx-contentpackage-lp-studie--headline-image-caption figure figcaption {
    padding: 20px 25px; }
  .tx-contentpackage-lp-studie--headline-image-caption figure figcaption p {
    font-size: 19px;
    line-height: 28px;
    font-size: 1.1875rem;
    line-height: 1.75rem; } }

@media screen and (max-width: 640px) {
  .tx-contentpackage-lp-studie--headline-image-caption {
    margin-bottom: 65px; }
  .tx-contentpackage-lp-studie--headline-image-caption .inner.small {
    padding: 0 !important; }
  .tx-contentpackage-lp-studie--headline-image-caption h2 {
    padding: 0 25px;
    min-height: 0;
    font-size: 32px;
    line-height: 44.8px;
    font-size: 2rem;
    line-height: 2.8rem; }
  .tx-contentpackage-lp-studie--headline-image-caption h2:before {
    position: relative;
    display: block;
    margin-bottom: 5px; } }

/* Bild-/Text-Element*/
.tx-contentpackage-lp-studie--textelement {
  margin-bottom: 90px; }

.tx-contentpackage-lp-studie--textelement.border {
  padding-top: 45px; }

.tx-contentpackage-lp-studie--textelement.border .inner.small {
  padding-top: 90px !important;
  border-top: solid 10px #dbf1f0; }

.tx-contentpackage-lp-studie--textelement.background .inner.small {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background: #dbf1f0; }

.tx-contentpackage-lp-studie--textelement.custombackground .inner.small {
  padding: 65px 45px 45px 45px; }

.tx-contentpackage-lp-studie--textelement.custombackground .inner.small img {
  margin: 0; }

@media screen and (max-width: 1000px) {
  .tx-contentpackage-lp-studie--textelement.custombackground {
    margin-left: 25px;
    margin-right: 25px; }
  .tx-contentpackage-lp-studie--textelement.custombackground .inner.small {
    padding: 25px; } }

.tx-contentpackage-lp-studie--textelement.marginbottomdisable {
  margin-bottom: 0; }

.tx-contentpackage-lp-studie--textelement .inner.small.padding {
  padding-left: 95px !important;
  padding-right: 95px !important; }

.tx-contentpackage-lp-studie--textelement .inner.small.paddingsmall {
  padding-left: 45px !important;
  padding-right: 45px !important; }

@media screen and (max-width: 1000px) {
  .tx-contentpackage-lp-studie--textelement .inner.small.paddingsmall, .tx-contentpackage-lp-studie--textelement .inner.small.padding {
    padding-left: 25px !important;
    padding-right: 25px !important; } }

.tx-contentpackage-lp-studie--textelement img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 640px) {
  .tx-contentpackage-lp-studie--textelement {
    margin-bottom: 65px; }
  .tx-contentpackage-lp-studie--textelement.border {
    padding-top: 35px; }
  .tx-contentpackage-lp-studie--textelement.border .inner.small {
    padding-top: 35px !important; } }

/* Speech Bubble*/
.tx-contentpackage-lp-studie--speech-bubble {
  margin-bottom: 45px; }

.tx-contentpackage-lp-studie--speech-bubble--box .left {
  float: left;
  width: 31.25%; }

.tx-contentpackage-lp-studie--speech-bubble--box .left p {
  margin: 0; }

.tx-contentpackage-lp-studie--speech-bubble--box .right {
  float: left;
  width: 65.62%;
  margin-left: 3.12%;
  background: #dbf1f0;
  padding: 30px;
  border: solid 1px #dbf1f0;
  position: relative; }

.tx-contentpackage-lp-studie--speech-bubble--box .right:after, .tx-contentpackage-lp-studie--speech-bubble--box .right:before {
  right: 100%;
  top: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.tx-contentpackage-lp-studie--speech-bubble--box .right:after {
  border-color: rgba(219, 241, 240, 0);
  border-right-color: #dbf1f0;
  border-width: 30px;
  margin-top: 0; }

.tx-contentpackage-lp-studie--speech-bubble--box .right:before {
  border-color: rgba(219, 241, 240, 0);
  border-right-color: #dbf1f0;
  border-width: 30px;
  margin-top: 0; }

.tx-contentpackage-lp-studie--speech-bubble--box .right p {
  margin: 0; }

.tx-contentpackage-lp-studie--speech-bubble--box.white .right {
  background: #fff;
  border: solid 1px #ccdfdf; }

.tx-contentpackage-lp-studie--speech-bubble--box.white .right:after, .tx-contentpackage-lp-studie--speech-bubble--box.white .right:before {
  top: auto; }

.tx-contentpackage-lp-studie--speech-bubble--box.white .right:before {
  border-color: rgba(0, 0, 0, 0);
  border-right-color: #ccdfdf;
  bottom: 28px; }

.tx-contentpackage-lp-studie--speech-bubble--box.white .right:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  bottom: 29px;
  border-width: 29px; }

.tx-contentpackage-lp-studie--speech-bubble + .tx-contentpackage-lp-studie--speech-bubble .tx-contentpackage-lp-studie--speech-bubble--box {
  padding-top: 45px;
  border-top: solid 1px #dddddd; }

@media screen and (max-width: 960px) {
  .tx-contentpackage-lp-studie--speech-bubble {
    margin-bottom: 35px; }
  .tx-contentpackage-lp-studie--speech-bubble--box .left,
  .tx-contentpackage-lp-studie--speech-bubble--box .right,
  .tx-contentpackage-lp-studie--speech-bubble .tx-contentpackage-lp-studie--speech-bubble--box.white .left,
  .tx-contentpackage-lp-studie--speech-bubble .tx-contentpackage-lp-studie--speech-bubble--box.white .right {
    float: none;
    width: 100%;
    margin-left: 0; }
  .tx-contentpackage-lp-studie--speech-bubble--box .right,
  .tx-contentpackage-lp-studie--speech-bubble .tx-contentpackage-lp-studie--speech-bubble--box.white .right {
    background: transparent;
    border: none;
    padding: 0; }
  .tx-contentpackage-lp-studie--speech-bubble--box .right:after, .tx-contentpackage-lp-studie--speech-bubble--box .right:before,
  .tx-contentpackage-lp-studie--speech-bubble .tx-contentpackage-lp-studie--speech-bubble--box.white .right:after,
  .tx-contentpackage-lp-studie--speech-bubble .tx-contentpackage-lp-studie--speech-bubble--box.white .right:before {
    display: none; }
  .tx-contentpackage-lp-studie--speech-bubble + .tx-contentpackage-lp-studie--speech-bubble .tx-contentpackage-lp-studie--speech-bubble--box {
    padding-top: 35px; } }

.tx-contentpackage-images {
  margin-bottom: 50px; }

.tx-contentpackage-images .left {
  float: left;
  width: 64%; }

.tx-contentpackage-images .right {
  float: right;
  width: 33%;
  /* margin-left: 30px;*/ }

.tx-contentpackage-images .images-outer {
  display: table;
  margin: 0 auto; }

.tx-contentpackage-images .mobile-images {
  display: none; }

@media screen and (max-width: 480px) {
  .tx-contentpackage-images .left,
  .tx-contentpackage-images .right {
    display: none; }
  .tx-contentpackage-images .mobile-images {
    display: block; }
  .tx-contentpackage-images .mobile-images img {
    display: block;
    width: 100%;
    height: auto; }
  .tx-contentpackage-images .mobile-images img + img {
    margin-top: 30px; } }

/* Gewinnspielfrage*/
.tx-contentpackage-haushaltsreport-gewinnspielfrage {
  margin-bottom: 25px; }

.tx-contentpackage-haushaltsreport-gewinnspielfrage .imgWrap {
  float: left; }

@media screen and (max-width: 1020px) {
  .tx-contentpackage-haushaltsreport-gewinnspielfrage .imgWrap {
    float: none;
    width: 100%; } }

.tx-contentpackage-haushaltsreport-gewinnspielfrage .questionWrap {
  float: left;
  padding-top: 55px;
  padding-left: 25px; }

.tx-contentpackage-haushaltsreport-gewinnspielfrage .questionWrap > p {
  font-size: 19px;
  line-height: 26.6px;
  font-size: 1.1875rem;
  line-height: 1.6625rem;
  color: #009698;
  font-family: 'Arimo';
  font-weight: 700;
  display: block;
  margin: 0 0 5px 0; }

.tx-contentpackage-haushaltsreport-gewinnspielfrage .questionWrap div p {
  font-size: 34px;
  line-height: 42px;
  font-size: 2.125rem;
  line-height: 2.625rem;
  color: #009698;
  display: inline-block;
  font-weight: 700;
  margin: 0; }

.tx-contentpackage-haushaltsreport-gewinnspielfrage .questionWrap div input[type="text"] {
  max-width: 260px;
  width: 100%;
  display: inline-block;
  margin: 4px 10px 0 10px;
  height: 40px !important;
  vertical-align: bottom;
  font-weight: 700 !important;
  padding: 0 5px;
  color: #009698 !important;
  font-size: 34px !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0 0 5px #cfcfcf;
  border: 1px solid transparent;
  border-radius: 3px;
  font-family: 'Arimo',Helvetica,Arial,sans-serif !important; }

@media screen and (max-width: 480px) {
  .tx-contentpackage-haushaltsreport-gewinnspielfrage .questionWrap div input[type="text"] {
    max-width: none;
    width: 100%;
    margin: 0; } }

@media screen and (max-width: 1020px) {
  .tx-contentpackage-haushaltsreport-gewinnspielfrage .questionWrap {
    float: none;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 25px; } }

/* Gewinnspiel-Formular*/
.gewinnspiel_content.haushaltsreport {
  background: #ffffff;
  background: -webkit-linear-gradient(top, #ffffff 0%, #effefa 25%, #c8f9ed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #effefa 25%, #c8f9ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8f9ed',GradientType=0 ); }

.gewinnspiel_content.haushaltsreport #gewinnspielfrage ~ .tx-contentpackage-lg-4 {
  padding: 12px;
  background: rgba(255, 255, 255, 0.8); }

@media screen and (max-width: 1020px) {
  .gewinnspiel_content.haushaltsreport #gewinnspielfrage ~ .tx-contentpackage-lg-4 {
    margin-left: 0;
    margin-top: 25px; } }

/* Navigation*/
.fenstersauger-navigation {
  margin-bottom: 80px; }

.fenstersauger-navigation.haushaltsreport {
  margin-top: -60px; }

@media screen and (max-width: 768px) {
  .fenstersauger-navigation.haushaltsreport {
    margin-top: 0; } }

@media screen and (max-width: 1000px) {
  .fenstersauger-navigation.haushaltsreport .inner.small {
    padding: 0; } }

.fenstersauger-navigation nav {
  background: #4cbbb4;
  text-align: center;
  -webkit-transition: .5s all;
  transition: .5s all; }

.fenstersauger-navigation nav.fixed {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: .5s all;
  transition: .5s all; }

.fenstersauger-navigation nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.fenstersauger-navigation nav ul li {
  /* float: left;*/
  display: inline-block; }

.fenstersauger-navigation nav ul li a {
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 21px;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  font-weight: 700;
  display: block;
  padding: 15px 20px;
  color: #b3dcda !important; }

@media screen and (max-width: 1024px) {
  .fenstersauger-navigation nav ul li a {
    font-size: 14px;
    line-height: 19.6px;
    font-size: 0.875rem;
    line-height: 1.225rem;
    padding: 10px 15px; } }

@media screen and (max-width: 860px) {
  .fenstersauger-navigation nav ul li a {
    font-size: 13px;
    line-height: 18.2px;
    font-size: 0.8125rem;
    line-height: 1.1375rem; } }

.fenstersauger-navigation nav ul li.active a, .fenstersauger-navigation nav ul li:hover a {
  color: #fff !important; }

.fenstersauger-navigation nav ul li + li {
  border-left: solid 1px #fff; }

@media screen and (min-width: 1001px) {
  .fenstersauger-navigation nav ul li {
    /* Dropdown*/ }
  .fenstersauger-navigation nav ul li ul {
    display: none; } }

@media screen and (max-width: 1000px) {
  .fenstersauger-navigation nav ul li {
    display: none; }
  .fenstersauger-navigation nav ul li.active {
    display: block;
    position: relative;
    z-index: 999;
    /* Dropdown*/ }
  .fenstersauger-navigation nav ul li.active:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -8px;
    color: #fff; }
  .fenstersauger-navigation nav ul li.active ul {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    right: 100%;
    width: 100%;
    background: #4cbbb4; }
  .fenstersauger-navigation nav ul li.active ul li {
    display: block;
    width: 100%;
    float: none;
    text-align: center; }
  .fenstersauger-navigation nav ul li.active:hover ul {
    display: block;
    border-top: solid 1px #fff; } }

@media screen and (max-width: 767px) {
  .fenstersauger-navigation nav ul li {
    /* display: block;*/
    float: none;
    width: 100%;
    text-align: center; }
  .fenstersauger-navigation nav ul li + li {
    border-left: none;
    border-top: solid 1px #fff; } }

/* Sticky Navigation*/
.lp-haushaltsreport-stickynavigation {
  counter-reset: sticky;
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 200;
  display: none; }

.lp-haushaltsreport-stickynavigation ul li a {
  counter-increment: sticky;
  height: 39px;
  width: 37px;
  border: solid 1px #4cbbb4;
  color: #4cbbb4;
  font-size: 22px;
  line-height: 37px;
  display: block;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px #a1a1a1;
  -moz-box-shadow: 0px 0px 6px 0px #a1a1a1;
  box-shadow: 0px 0px 6px 0px #a1a1a1; }

.lp-haushaltsreport-stickynavigation ul li a.active, .lp-haushaltsreport-stickynavigation ul li a:hover, .lp-haushaltsreport-stickynavigation ul li a:focus {
  background: #4cbbb4;
  color: #fff; }

.lp-haushaltsreport-stickynavigation ul li a:before {
  content: counter(sticky); }

.lp-haushaltsreport-stickynavigation ul li + li {
  margin-top: 10px; }

.lp-steps {
  counter-reset: counter;
  margin-bottom: 90px; }

.lp-steps .inner.small {
  padding: 65px 65px 45px 65px; }

.lp-steps__inner {
  display: flex;
  flex-wrap: nowrap;
  align-content: center; }

.lp-steps__item {
  counter-increment: counter;
  flex-grow: 0;
  flex-basis: 100%;
  flex: 1 1 0;
  position: relative; }

.lp-steps__item:before {
  content: "";
  height: 2px;
  background: #002f63;
  position: absolute;
  width: 50%;
  top: 40px;
  z-index: 5;
  left: 0; }

.lp-steps__item:after {
  content: "";
  height: 2px;
  background: #002f63;
  position: absolute;
  width: 50%;
  top: 40px;
  z-index: 5;
  right: 0; }

.lp-steps__item:first-of-type:before {
  display: none; }

.lp-steps__item:last-of-type:after {
  display: none; }

.lp-steps__number {
  width: 84px;
  height: 84px;
  text-align: center;
  background: #002f63;
  border-radius: 250px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  border: solid 4px #002f63; }

.lp-steps__number > span {
  display: table;
  width: 100%;
  height: 100%; }

.lp-steps__number > span > span {
  display: table-cell;
  vertical-align: middle; }

.lp-steps__number > span > span:before {
  content: counter(counter);
  font-size: 30px;
  line-height: 30px;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #fff; }

.lp-steps__number.lp-steps__number--whitebackground {
  background: #fff; }

.lp-steps__number.lp-steps__number--whitebackground > span > span:before {
  color: #002f63; }

.lp-steps__description {
  font-size: 19px;
  line-height: 22px;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  color: #002f63;
  font-weight: 700;
  text-align: center;
  margin-top: 15px; }

.lp-steps__bottomtext {
  display: block;
  width: 100%;
  margin-top: 45px; }

.lp-steps__bottomtext p {
  margin: 0; }

.lp-steps__bottomtext p + p {
  margin-top: 15px; }

@media screen and (max-width: 1024px) {
  .lp-steps {
    margin-left: 25px;
    margin-right: 25px; }
  .lp-steps .inner.small {
    padding: 20px 25px; } }

@media screen and (max-width: 768px) {
  .lp-steps__inner {
    display: block; }
  .lp-steps__item {
    display: flex;
    flex-wrap: nowrap; }
  .lp-steps__item:before, .lp-steps__item:after {
    display: none; }
  .lp-steps__item + .lp-steps__item {
    margin-top: 25px; }
  .lp-steps__number {
    margin: 0;
    flex-shrink: 0; }
  .lp-steps__description {
    align-self: center;
    margin-left: 20px;
    font-size: 16px;
    line-height: 22.4px;
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 0; } }

@media screen and (max-width: 480px) {
  .lp-steps__number {
    width: 65px;
    height: 65px; } }

.tx-contentpackage-landingpage-imagemousovertext {
  margin-bottom: 100px; }

.tx-contentpackage-landingpage-imagemousovertext--inner {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

.tx-contentpackage-landingpage-imagemousovertext--item {
  float: left;
  margin-bottom: 15px;
  position: relative; }

.tx-contentpackage-landingpage-imagemousovertext--item > img {
  display: block; }

.tx-contentpackage-landingpage-imagemousovertext--item--more {
  position: absolute;
  top: 20%;
  right: 20%; }

.tx-contentpackage-landingpage-imagemousovertext--item--more.left {
  right: auto;
  left: 20%; }

.tx-contentpackage-landingpage-imagemousovertext--item--more.bottom {
  top: auto;
  bottom: 20%; }

.tx-contentpackage-landingpage-imagemousovertext--item--more img {
  cursor: pointer;
  display: block;
  margin: 0 0 -25px auto;
  position: relative;
  z-index: 20;
  max-width: 80px; }

.tx-contentpackage-landingpage-imagemousovertext--item--more a:hover + div {
  opacity: 1; }

.tx-contentpackage-landingpage-imagemousovertext--item--more div {
  opacity: 0;
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  background: rgba(255, 255, 255, 0.5);
  padding: 25px 15px;
  border-radius: 5px;
  position: relative;
  z-index: 10;
  text-align: center; }

.tx-contentpackage-landingpage-imagemousovertext--item--more div > span {
  display: table;
  width: 100%;
  height: 100%; }

.tx-contentpackage-landingpage-imagemousovertext--item--more div > span > span {
  display: table-cell;
  vertical-align: middle; }

.tx-contentpackage-landingpage-imagemousovertext--item--more div p {
  margin: 0;
  font-size: 22px;
  line-height: 30.8px;
  font-size: 1.375rem;
  line-height: 1.925rem;
  color: #002f63; }

.tx-contentpackage-landingpage-imagemousovertext--item--more div p + p {
  margin-top: 10px; }

.tx-contentpackage-landingpage-imagemousovertext--item--more div .scrolltobutton {
  display: none; }

@media screen and (max-width: 1024px) {
  .tx-contentpackage-landingpage-imagemousovertext--item--more {
    top: 25px;
    right: 25px; }
  .tx-contentpackage-landingpage-imagemousovertext--item--more.left {
    left: 25px; }
  .tx-contentpackage-landingpage-imagemousovertext--item--more div {
    padding: 20px; }
  .tx-contentpackage-landingpage-imagemousovertext--item--more div p {
    font-size: 18px;
    line-height: 25.2px;
    font-size: 1.125rem;
    line-height: 1.575rem; } }

@media screen and (max-width: 860px) {
  .tx-contentpackage-landingpage-imagemousovertext--item--more {
    top: 15px;
    right: 15px; }
  .tx-contentpackage-landingpage-imagemousovertext--item--more.left {
    left: 15px; }
  .tx-contentpackage-landingpage-imagemousovertext--item--more div {
    padding: 15px; }
  .tx-contentpackage-landingpage-imagemousovertext--item--more div p {
    font-size: 16px;
    line-height: 22.4px;
    font-size: 1rem;
    line-height: 1.4rem; } }

@media screen and (max-width: 768px) {
  .tx-contentpackage-landingpage-imagemousovertext--item--more {
    top: auto;
    right: auto;
    left: auto;
    position: relative;
    margin-top: 5px;
    margin-bottom: 30px;
    background: #003064; }
  .tx-contentpackage-landingpage-imagemousovertext--item--more.left {
    left: auto; }
  .tx-contentpackage-landingpage-imagemousovertext--item--more.right {
    right: auto; }
  .tx-contentpackage-landingpage-imagemousovertext--item--more img {
    display: none; }
  .tx-contentpackage-landingpage-imagemousovertext--item--more div {
    opacity: 1;
    border-radius: 0;
    padding: 20px;
    background: transparent; }
  .tx-contentpackage-landingpage-imagemousovertext--item--more div p {
    font-size: 22px;
    line-height: 30.8px;
    font-size: 1.375rem;
    line-height: 1.925rem;
    color: #fff; }
  .tx-contentpackage-landingpage-imagemousovertext--item--more div .scrolltobutton {
    display: block;
    width: 100%;
    color: #003064;
    font-weight: 700;
    background: #fff;
    border-radius: 3px;
    padding: 5px 20px;
    margin-top: 10px;
    text-decoration: none; } }

@media screen and (max-width: 760px) {
  .tx-contentpackage-landingpage-imagemousovertext {
    margin-bottom: 50px; }
  .tx-contentpackage-landingpage-imagemousovertext--inner {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    column-gap: 0px; }
  .tx-contentpackage-landingpage-imagemousovertext--item {
    float: none;
    width: 100%; }
  .tx-contentpackage-landingpage-imagemousovertext--item > img {
    display: block;
    width: 100%; } }

@media screen and (max-width: 480px) {
  .tx-contentpackage-landingpage-imagemousovertext--item--more div p {
    font-size: 18px;
    line-height: 25.2px;
    font-size: 1.125rem;
    line-height: 1.575rem; } }

.tx-contentpackage-landingpage-twocol-product--productslider {
  float: right;
  margin-right: 2.67%;
  position: relative; }

.tx-contentpackage-landingpage-twocol-product--productslider img {
  display: block;
  margin: 0 auto;
  padding: 0 50px; }

.tx-contentpackage-landingpage-twocol-product--productslider .swiper-slide {
  opacity: 0; }

.tx-contentpackage-landingpage-twocol-product--productslider .swiper-slide.swiper-slide-active {
  opacity: 1; }

.tx-contentpackage-landingpage-twocol-product--productslider .swiper-button-prev,
.tx-contentpackage-landingpage-twocol-product--productslider .swiper-button-next {
  background-image: none; }

.tx-contentpackage-landingpage-twocol-product--productslider .swiper-button-prev i,
.tx-contentpackage-landingpage-twocol-product--productslider .swiper-button-next i {
  color: #5d5d5d;
  font-size: 45px; }

@media screen and (max-width: 1020px) {
  .tx-contentpackage-landingpage-twocol-product--productslider {
    margin-right: 0;
    float: none; }
  .tx-contentpackage-landingpage-twocol-product--productslider img {
    margin: 0 auto; } }

@media screen and (max-width: 640px) {
  .tx-contentpackage-landingpage-twocol-product--productslider .swiper-slide {
    padding: 0 25px; }
  .tx-contentpackage-landingpage-twocol-product--productslider .swiper-button-prev {
    left: 0; }
  .tx-contentpackage-landingpage-twocol-product--productslider .swiper-button-next {
    right: 0;
    text-align: right; } }

.tx-contentpackage-landingpage-twocol-product--productdetail {
  margin-left: 0 !important; }

.tx-contentpackage-landingpage-twocol-product--productdetail p {
  font-size: 22px;
  line-height: 30px;
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #5d5d5d; }

@media screen and (max-width: 640px) {
  .tx-contentpackage-landingpage-twocol-product--productdetail p {
    font-size: 18px;
    line-height: 25.2px;
    font-size: 1.125rem;
    line-height: 1.575rem; } }

.tx-contentpackage-landingpage-twocol-product--productdetail ul li {
  position: relative;
  padding-left: 15px; }

.tx-contentpackage-landingpage-twocol-product--productdetail ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #5d5d5d;
  position: absolute;
  top: 11px;
  left: 0;
  border-radius: 15px; }

@media screen and (max-width: 640px) {
  .tx-contentpackage-landingpage-twocol-product--productdetail ul li {
    font-size: 18px;
    line-height: 25.2px;
    font-size: 1.125rem;
    line-height: 1.575rem; } }

.tx-contentpackage-landingpage-twocol-product--productdetail ul + .tx-contentpackage-landingpage-twocol-product--productdetail--buttons {
  margin-top: 60px; }

.tx-contentpackage-landingpage-twocol-product--productdetail--colorchange {
  margin-top: 60px;
  margin-bottom: 100px;
  position: relative; }

.tx-contentpackage-landingpage-twocol-product--productdetail--colorchange .gallery-thumbs {
  position: relative; }

.tx-contentpackage-landingpage-twocol-product--productdetail--colorchange .gallery-thumbs .swiper-slide {
  background: #fff; }

.tx-contentpackage-landingpage-twocol-product--productdetail--colorchange .gallery-thumbs .swiper-button-transparent {
  background: none;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.tx-contentpackage-landingpage-twocol-product--productdetail--colorchange img {
  display: block;
  cursor: pointer; }

.tx-contentpackage-landingpage-twocol-product--productdetail--colorchange--mobile {
  display: none; }

@media screen and (max-width: 1024px) {
  .tx-contentpackage-landingpage-twocol-product--productdetail--colorchange {
    display: none; }
  .tx-contentpackage-landingpage-twocol-product--productdetail--colorchange--mobile {
    display: block;
    margin-top: 25px; }
  .tx-contentpackage-landingpage-twocol-product--productdetail--colorchange--mobile img {
    margin: 0 auto;
    display: block;
    cursor: pointer; }
  .tx-contentpackage-landingpage-twocol-product--productdetail--colorchange--mobile .gallery-thumbs {
    position: relative; }
  .tx-contentpackage-landingpage-twocol-product--productdetail--colorchange--mobile .gallery-thumbs .swiper-slide {
    background: #fff; }
  .tx-contentpackage-landingpage-twocol-product--productdetail--colorchange--mobile .gallery-thumbs .swiper-button-transparent {
    background: none;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; } }

.tx-contentpackage-landingpage-twocol-product--productdetail--buttons {
  margin-bottom: 100px; }

.tx-contentpackage-landingpage-twocol-product--productdetail--buttons .redbutton_new,
.tx-contentpackage-landingpage-twocol-product--productdetail--buttons .bluebutton_new {
  width: 100%;
  min-width: 0;
  display: block;
  text-align: center;
  margin: 0; }

.tx-contentpackage-landingpage-twocol-product--productdetail--buttons .redbutton_new + [class*='button'],
.tx-contentpackage-landingpage-twocol-product--productdetail--buttons .bluebutton_new + [class*='button'] {
  margin-top: 15px; }

@media screen and (max-width: 1024px) {
  .tx-contentpackage-landingpage-twocol-product--productdetail--buttons {
    margin-top: 50px;
    margin-bottom: 60px; } }

.tx-contentpackage-landingpage-twocol-product--moreproducts {
  margin-bottom: 60px;
  /* Mobile variante*/
  /* Zubehör Variante*/ }

.tx-contentpackage-landingpage-twocol-product--moreproducts h2 {
  margin-bottom: 50px; }

.tx-contentpackage-landingpage-twocol-product--moreproducts > div {
  float: left;
  width: calc((100% - 60px) / 4);
  position: relative; }

.tx-contentpackage-landingpage-twocol-product--moreproducts > div > img,
.tx-contentpackage-landingpage-twocol-product--moreproducts > div > a {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  display: block;
  z-index: 20; }

.tx-contentpackage-landingpage-twocol-product--moreproducts > div > img.moreproductcolor2,
.tx-contentpackage-landingpage-twocol-product--moreproducts > div > a.moreproductcolor2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5; }

.tx-contentpackage-landingpage-twocol-product--moreproducts > div > img.moreproductcolor2.active,
.tx-contentpackage-landingpage-twocol-product--moreproducts > div > a.moreproductcolor2.active {
  opacity: 1;
  z-index: 20; }

.tx-contentpackage-landingpage-twocol-product--moreproducts > div > img.active,
.tx-contentpackage-landingpage-twocol-product--moreproducts > div > a.active {
  z-index: 20;
  opacity: 1; }

.tx-contentpackage-landingpage-twocol-product--moreproducts > div > img.not-active,
.tx-contentpackage-landingpage-twocol-product--moreproducts > div > a.not-active {
  opacity: 0;
  z-index: 5; }

.tx-contentpackage-landingpage-twocol-product--moreproducts > div p {
  font-size: 16px;
  line-height: 22.4px;
  font-size: 1rem;
  line-height: 1.4rem;
  color: #002f63;
  margin: 0 0 3px 0;
  display: block;
  text-align: center; }

.tx-contentpackage-landingpage-twocol-product--moreproducts > div div {
  text-align: center; }

.tx-contentpackage-landingpage-twocol-product--moreproducts > div div img {
  display: inline-block;
  cursor: pointer; }

.tx-contentpackage-landingpage-twocol-product--moreproducts > div div img + img {
  margin-left: 3px; }

.tx-contentpackage-landingpage-twocol-product--moreproducts > div + div {
  margin-left: 20px; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-landingpage-twocol-product--moreproducts {
    display: none; } }

.tx-contentpackage-landingpage-twocol-product--moreproducts-mobile {
  display: none; }

.tx-contentpackage-landingpage-twocol-product--moreproducts-mobile .swiper-button-prev,
.tx-contentpackage-landingpage-twocol-product--moreproducts-mobile .swiper-button-next {
  background-image: none;
  top: auto;
  margin-top: 0;
  bottom: 70px; }

.tx-contentpackage-landingpage-twocol-product--moreproducts-mobile .swiper-button-prev i,
.tx-contentpackage-landingpage-twocol-product--moreproducts-mobile .swiper-button-next i {
  color: #5d5d5d;
  font-size: 45px; }

.tx-contentpackage-landingpage-twocol-product--moreproducts-mobile .swiper-button-prev {
  left: -22px; }

.tx-contentpackage-landingpage-twocol-product--moreproducts-mobile .swiper-button-next {
  right: -30px; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-landingpage-twocol-product--moreproducts-mobile {
    display: block;
    margin-bottom: 50px;
    position: relative; } }

.tx-contentpackage-landingpage-twocol-product--moreproducts.alignbottom > div {
  padding-top: 10px;
  border-top: solid 1px #818181; }

.tx-contentpackage-landingpage-twocol-product--moreproducts.alignbottom > div > span {
  display: table;
  width: 100%;
  height: 100%; }

.tx-contentpackage-landingpage-twocol-product--moreproducts.alignbottom > div > span > span {
  display: table-cell;
  vertical-align: bottom; }

.tx-contentpackage-landingpage-twocol-product--moreproducts.alignbottom > div > span > span a {
  text-decoration: none; }

.tx-contentpackage-landingpage-twocol-product--moreproducts.alignbottom > div > span > span > a > img {
  width: auto;
  display: block;
  margin: 0 auto; }

.tx-contentpackage-landingpage-twocol-product--moreproducts.alignbottom > div p {
  /* text-align: left;*/
  font-size: 19px;
  line-height: 26.6px;
  font-size: 1.1875rem;
  line-height: 1.6625rem;
  font-weight: 700; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-landingpage-twocol-product--moreproducts.alignbottom {
    display: block; }
  .tx-contentpackage-landingpage-twocol-product--moreproducts.alignbottom > div {
    width: calc((100% - 20px) / 2); }
  .tx-contentpackage-landingpage-twocol-product--moreproducts.alignbottom > div:nth-of-type(2n+3) {
    margin-left: 0; } }

@media screen and (max-width: 480px) {
  .tx-contentpackage-landingpage-twocol-product--moreproducts.alignbottom > div {
    width: 100%;
    padding-top: 15px;
    margin-top: 15px; }
  .tx-contentpackage-landingpage-twocol-product--moreproducts.alignbottom > div:nth-of-type(n+2) {
    margin-left: 0; } }

.tx-contentpackage-landingpage-twocolhoverbox {
  margin-bottom: 95px;
  padding-bottom: 95px;
  position: relative; }

.tx-contentpackage-landingpage-twocolhoverbox:after {
  content: "";
  width: 45%;
  height: 1px;
  background: #818181;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.tx-contentpackage-landingpage-twocolhoverbox.noborder {
  padding-bottom: 0; }

.tx-contentpackage-landingpage-twocolhoverbox.noborder:after {
  display: none; }

.tx-contentpackage-landingpage-twocolhoverbox--inner > div {
  float: left;
  width: calc((100% - 20px) / 2);
  position: relative;
  cursor: pointer; }

.tx-contentpackage-landingpage-twocolhoverbox--inner > div img {
  display: block;
  width: 100%; }

.tx-contentpackage-landingpage-twocolhoverbox--inner > div div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 48, 100, 0.8);
  opacity: 0;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  padding: 25px 50px;
  text-align: center; }

.tx-contentpackage-landingpage-twocolhoverbox--inner > div div > span {
  display: table;
  height: 100%;
  width: 100%; }

.tx-contentpackage-landingpage-twocolhoverbox--inner > div div > span > span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
  line-height: 30.8px;
  font-size: 1.375rem;
  line-height: 1.925rem; }

.tx-contentpackage-landingpage-twocolhoverbox--inner > div + div {
  margin-left: 20px; }

.tx-contentpackage-landingpage-twocolhoverbox--inner > div:hover div {
  opacity: 1; }

@media screen and (max-width: 1024px) {
  .tx-contentpackage-landingpage-twocolhoverbox {
    margin-bottom: 45px;
    padding-bottom: 45px; }
  .tx-contentpackage-landingpage-twocolhoverbox:after {
    width: 65%; }
  .tx-contentpackage-landingpage-twocolhoverbox--inner > div div {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    opacity: 1;
    padding: 25px;
    background: #003064; } }

@media screen and (max-width: 640px) {
  .tx-contentpackage-landingpage-twocolhoverbox--inner > div {
    float: none;
    width: 100%;
    height: auto; }
  .tx-contentpackage-landingpage-twocolhoverbox--inner > div div span span {
    font-size: 16px;
    line-height: 22.4px;
    font-size: 1rem;
    line-height: 1.4rem; }
  .tx-contentpackage-landingpage-twocolhoverbox--inner > div + div {
    margin-left: 0;
    margin-top: 20px; } }

.leifheit-lp-banner {
  margin-bottom: 90px;
  font-family: 'Exo 2', sans-serif; }

@media screen and (max-width: 767px) {
  .leifheit-lp-banner {
    margin-top: -32px; } }

@media screen and (max-width: 1000px) {
  .leifheit-lp-banner .inner.small {
    padding: 0; } }

.leifheit-lp-banner__imgwrap {
  position: relative; }

.leifheit-lp-banner__imgwrap img {
  display: block; }

.leifheit-lp-banner__stoerer {
  position: absolute;
  max-width: 135px;
  height: auto; }

.leifheit-lp-banner__stoerer img {
  display: block;
  max-width: 100%;
  height: auto; }

.leifheit-lp-banner__stoerer--rightbottom {
  right: 60px;
  bottom: 60px; }

.leifheit-lp-banner__stoerer--leftbottom {
  left: 60px;
  bottom: 60px; }

.leifheit-lp-banner__stoerer--righttop {
  top: 60px;
  right: 60px; }

.leifheit-lp-banner__stoerer--lefttop {
  top: 60px;
  left: 60px; }

.leifheit-lp-banner__stoerer--rightbottomover {
  right: 60px;
  bottom: -35px; }

@media screen and (max-width: 640px) {
  .leifheit-lp-banner__stoerer {
    max-width: 80px; }
  .leifheit-lp-banner__stoerer--rightbottom {
    right: 20px;
    bottom: 20px; }
  .leifheit-lp-banner__stoerer--leftbottom {
    left: 20px;
    bottom: 20px; }
  .leifheit-lp-banner__stoerer--righttop {
    top: 20px;
    right: 20px; }
  .leifheit-lp-banner__stoerer--lefttop {
    top: 20px;
    left: 20px; }
  .leifheit-lp-banner__stoerer--rightbottomover {
    right: 20px;
    bottom: -15px; } }

.leifheit-lp-banner__textwrap {
  padding: 30px; }

.leifheit-lp-banner__textwrap * {
  color: #fff; }

@media screen and (max-width: 640px) {
  .leifheit-lp-banner__textwrap {
    padding: 20px 15px; } }

.leifheit-lp-banner + div[id*='c'] ul.ce-menu {
  margin: -90px auto 90px auto;
  padding: 0;
  list-style-type: none;
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  border-top: solid 1px #fff; }

.leifheit-lp-banner + div[id*='c'] ul.ce-menu li {
  float: left;
  flex-grow: 1; }

.leifheit-lp-banner + div[id*='c'] ul.ce-menu li a {
  display: block;
  padding: 15px 35px;
  color: #002f63;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
  background: #b0cadb;
  text-decoration: none;
  font-size: 15px;
  line-height: 17px;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  text-align: center;
  height: 100%; }

.leifheit-lp-banner + div[id*='c'] ul.ce-menu li:hover a, .leifheit-lp-banner + div[id*='c'] ul.ce-menu li:focus a, .leifheit-lp-banner + div[id*='c'] ul.ce-menu li.active a {
  color: #fff;
  background: #002f63; }

.leifheit-lp-banner + div[id*='c'] ul.ce-menu li + li a {
  border-left: solid 1px #fff; }

.leifheit-lp-banner + div[id*='c'] ul.ce-menu li ul {
  display: none; }

@media screen and (max-width: 1024px) {
  .leifheit-lp-banner + div[id*='c'] ul.ce-menu li a {
    font-size: 12px;
    line-height: 15px;
    font-size: 0.75rem;
    line-height: 0.9375rem; } }

@media screen and (max-width: 680px) {
  .leifheit-lp-banner + div[id*='c'] ul.ce-menu {
    flex-wrap: wrap; }
  .leifheit-lp-banner + div[id*='c'] ul.ce-menu li {
    flex-basis: 100%; }
  .leifheit-lp-banner + div[id*='c'] ul.ce-menu li + li {
    border-left: none;
    border-top: solid 1px #fff; } }

.leifheit-accordion {
  margin-bottom: 45px; }

.leifheit-accordion__item .leifheit-bignumberheadline {
  padding-right: 70px;
  cursor: pointer;
  margin: 0 0 35px 0; }

.leifheit-accordion__item .leifheit-bignumberheadline:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  color: #002f63;
  position: absolute;
  right: 42px;
  top: 50%;
  margin-top: -16px;
  transition: 0.2s ease-in-out; }

@media screen and (max-width: 640px) {
  .leifheit-accordion__item .leifheit-bignumberheadline {
    padding-right: 40px; }
  .leifheit-accordion__item .leifheit-bignumberheadline:after {
    font-size: 18px;
    margin-top: -9px;
    right: 15px; } }

.leifheit-accordion__item input[type="checkbox"] {
  display: none; }

.leifheit-accordion__item input[type="checkbox"]:checked ~ label.leifheit-bignumberheadline:after {
  content: "\f106"; }

.leifheit-accordion__item input[type="checkbox"]:checked ~ .leifheit-accordion__item__body {
  max-height: 5500px; }

.leifheit-accordion__item .custom-check {
  display: none; }

.leifheit-accordion__item__body {
  max-height: 0px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  padding-left: 25px;
  padding-right: 25px; }

@media screen and (max-width: 640px) {
  .leifheit-accordion__item__body {
    padding-left: 0;
    padding-right: 0; } }

.leifheit-custommenu {
  width: 100%;
  max-width: 960px;
  border-top: solid 1px #fff;
  margin: -90px auto 90px auto; }

.leifheit-custommenu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: .5s ease-in-out;
  z-index: 9999;
  max-width: none;
  margin: 0 auto; }

.leifheit-custommenu nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row; }

.leifheit-custommenu nav ul li {
  flex-grow: 1;
  float: left; }

.leifheit-custommenu nav ul li a {
  display: block;
  padding: 15px 35px;
  color: #002f63;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Exo 2", sans-serif;
  background: #b0cadb;
  text-decoration: none;
  font-size: 15px;
  line-height: 17px;
  font-size: 0.9375rem;
  line-height: 1.0625rem;
  text-align: center;
  height: 100%; }

.leifheit-custommenu nav ul li:hover > a, .leifheit-custommenu nav ul li:focus > a, .leifheit-custommenu nav ul li.active > a {
  color: #fff;
  background: #002f63; }

.leifheit-custommenu nav ul li + li a {
  border-left: solid 1px #fff; }

.leifheit-custommenu nav ul li ul {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  right: 100%;
  z-index: 800;
  background: #5d8dc8; }

.leifheit-custommenu nav ul li ul li {
  display: block;
  width: 100%;
  float: none;
  text-align: center; }

.leifheit-custommenu nav ul li ul li a {
  color: #002f63;
  background: #b0cadb; }

@media screen and (max-width: 1024px) {
  .leifheit-custommenu nav ul li a {
    font-size: 12px;
    line-height: 15px;
    font-size: 0.75rem;
    line-height: 0.9375rem; } }

@media screen and (max-width: 680px) {
  .leifheit-custommenu nav ul {
    flex-wrap: wrap; }
  .leifheit-custommenu nav ul li {
    display: none;
    flex-basis: 100%;
    position: relative; }
  .leifheit-custommenu nav ul li:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -8px;
    color: #fff; }
  .leifheit-custommenu nav ul li.active {
    display: block; }
  .leifheit-custommenu nav ul li + li {
    border-left: none; }
  .leifheit-custommenu nav ul li ul li:after {
    display: none; }
  .leifheit-custommenu nav ul li ul li + li {
    border-top: solid 1px #fff; }
  .leifheit-custommenu nav ul li:hover ul, .leifheit-custommenu nav ul li:focus ul {
    display: block;
    border-top: solid 1px #fff; } }

.leifheit-lp-faq {
  counter-reset: faqnumber; }

.leifheit-lp-faq__item {
  margin-bottom: 20px; }

.leifheit-lp-faq__item input[type="checkbox"],
.leifheit-lp-faq__item .custom-check {
  display: none; }

.leifheit-lp-faq__item input[type="checkbox"]:checked ~ .leifheit-lp-faq__item__body,
.leifheit-lp-faq__item .custom-check:checked ~ .leifheit-lp-faq__item__body {
  max-height: 3000px; }

.leifheit-lp-faq__item label {
  display: block;
  font-size: 19px;
  line-height: 26px;
  font-size: 1.1875rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: #646363;
  font-family: "Exo 2", sans-serif;
  counter-increment: faqnumber;
  padding-left: 30px;
  position: relative;
  cursor: pointer; }

.leifheit-lp-faq__item label:before {
  content: counter(faqnumber) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.leifheit-lp-faq__item__body {
  max-height: 0px;
  overflow: hidden;
  transition: 0.2s ease-in-out; }

.leifheit-lp-faq__item__body p {
  color: #646363;
  margin: 0; }

.leifheit-lp-faq__item__body p a {
  color: #002f63; }

.leifheit-lp-faq__item__body p + p {
  margin-top: 15px; }

.leifheit-lp-infobox__textwrap {
  height: 100%; }

.leifheit-lp-infobox .table {
  display: table;
  height: 100%;
  width: 100%; }

.leifheit-lp-infobox .table-cell {
  display: table-cell;
  vertical-align: middle; }

.leifheit-lp-masonry {
  margin-bottom: 80px; }

.leifheit-lp-masonry__inner {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 5px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 5px;
  /* Firefox */
  column-gap: 5px; }

.leifheit-lp-masonry__item {
  display: inline-block;
  width: 100%;
  position: relative;
  cursor: pointer;
  font-family: "Exo 2", sans-serif; }

.leifheit-lp-masonry__item img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  position: relative;
  z-index: 5; }

.leifheit-lp-masonry__item__textwrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 48, 100, 0.8);
  z-index: 1;
  opacity: 0;
  font-family: "Exo 2", sans-serif;
  transition: 0.2s ease-in-out; }

.leifheit-lp-masonry__item__textwrap > div {
  display: table;
  height: 100%;
  width: 100%; }

.leifheit-lp-masonry__item__textwrap > div > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff; }

.leifheit-lp-masonry__item__textwrap > div > div strong,
.leifheit-lp-masonry__item__textwrap > div > div b {
  font-weight: 600;
  color: #fff;
  font-family: "Exo 2", sans-serif; }

.leifheit-lp-masonry__item__textwrap > div > div p {
  font-size: 22px;
  line-height: 30px;
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #fff;
  font-family: "Exo 2", sans-serif; }

.leifheit-lp-masonry__item:hover .leifheit-lp-masonry__item__textwrap, .leifheit-lp-masonry__item:focus .leifheit-lp-masonry__item__textwrap {
  opacity: 1;
  z-index: 15; }

@media screen and (max-width: 1024px) {
  .leifheit-lp-masonry__item__textwrap {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    opacity: 1;
    background: #002f63; }
  .leifheit-lp-masonry__item__textwrap > div > div p {
    font-size: 18px;
    line-height: 26px;
    font-size: 1.125rem;
    line-height: 1.625rem; } }

@media screen and (max-width: 768px) {
  .leifheit-lp-masonry__inner {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }

@media screen and (max-width: 600px) {
  .leifheit-lp-masonry__inner {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; } }

.leifheit-lp-slider .swiper-slide {
  opacity: 0 !important; }

.leifheit-lp-slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important; }

.leifheit-lp-slider .swiper-pagination {
  bottom: auto;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 25px; }

.leifheit-lp-slider .swiper-pagination span {
  width: 18px;
  height: 18px;
  border-radius: 50px;
  background: #9d9d9d;
  opacity: 1; }

.leifheit-lp-slider .swiper-pagination span.swiper-pagination-bullet-active {
  background: #002f63; }

.leifheit-lp-smallbox__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.leifheit-lp-smallbox__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  font-family: "Exo 2", sans-serif;
  width: calc((100% - 21px) / 3); }

.leifheit-lp-smallbox__item__imgwrap img {
  display: block;
  width: 100%;
  height: auto; }

.leifheit-lp-smallbox__item__textwrap {
  padding: 25px;
  text-align: center;
  flex-grow: 1;
  font-family: "Exo 2", sans-serif; }

.leifheit-lp-smallbox__item__textwrap p {
  font-size: 13px;
  line-height: 18.2px;
  font-size: 0.8125rem;
  line-height: 1.1375rem;
  color: #002f63;
  margin: 0;
  font-family: "Exo 2", sans-serif; }

.leifheit-lp-smallbox__item + .leifheit-lp-smallbox__item {
  margin-left: 10px; }

.leifheit-lp-smallbox__item:nth-of-type(3n+4) {
  margin-left: 0; }

@media screen and (max-width: 768px) {
  .leifheit-lp-smallbox__item {
    width: calc((100% - 10px) / 2); }
  .leifheit-lp-smallbox__item:nth-of-type(3n+4) {
    margin-left: 10px; }
  .leifheit-lp-smallbox__item:nth-of-type(2n+3) {
    margin-left: 0; } }

@media screen and (max-width: 640px) {
  .leifheit-lp-smallbox__item {
    width: 100%; }
  .leifheit-lp-smallbox__item:nth-of-type(n+2) {
    margin-left: 0px; } }

.leifheit-lp-textelement.middlecontent {
  height: 100%; }

.leifheit-lp-textelement.middlecontent .table {
  display: table;
  height: 100%;
  width: 100%; }

.leifheit-lp-textelement.middlecontent .table .table-cell {
  display: table-cell;
  vertical-align: middle; }

.leifheit-lp-textelement__imgwrap.setmobileimage img {
  display: block !important; }

.leifheit-lp-textelement__imgwrap.setmobileimage img.mobile {
  display: none !important; }

@media screen and (max-width: 640px) {
  .leifheit-lp-textelement__imgwrap.setmobileimage img {
    display: none !important; }
  .leifheit-lp-textelement__imgwrap.setmobileimage img.mobile {
    display: block !important; } }

.leifheit-lp-textelement__textwrap p {
  margin: 0 0 15px 0; }

.leifheit-lp-textelement__textwrap ul {
  margin: 16px 0 40px 0;
  padding: 0;
  list-style-type: none; }

.leifheit-lp-textelement__textwrap ul li {
  position: relative;
  padding-left: 35px;
  display: block;
  font-family: "Exo 2", sans-serif;
  min-height: 22px; }

.leifheit-lp-textelement__textwrap ul li * {
  font-family: "Exo 2", sans-serif; }

.leifheit-lp-textelement__textwrap ul li:before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background: url('../..//assets/leifheit/images/Haekchen.svg') no-repeat;
  background-size: contain; }

.leifheit-lp-textelement__textwrap ul li + li {
  margin-top: 10px; }

.leifheit-lp-threecol-with-plus__inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center; }

.leifheit-lp-threecol-with-plus__item {
  flex-basis: 100%;
  padding-right: 32px;
  position: relative;
  color: #5d5d5d; }

.leifheit-lp-threecol-with-plus__item__imgwrap {
  margin: 0 auto 40px auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end; }

.leifheit-lp-threecol-with-plus__item__imgwrap img {
  display: block;
  margin: 0 auto; }

.leifheit-lp-threecol-with-plus__item p {
  color: #5d5d5d; }

.leifheit-lp-threecol-with-plus__item:last-of-type {
  padding-right: 0; }

.leifheit-lp-threecol-with-plus__item + .leifheit-lp-threecol-with-plus__item {
  padding-left: 32px; }

.leifheit-lp-threecol-with-plus__item + .leifheit-lp-threecol-with-plus__item:before {
  content: "\f067";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 64px;
  height: 64px;
  background: #b0cadb;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: -32px;
  color: #002f63;
  font-size: 28px;
  line-height: 66px;
  text-align: center; }

@media screen and (max-width: 768px) {
  .leifheit-lp-threecol-with-plus__inner {
    flex-wrap: wrap; }
  .leifheit-lp-threecol-with-plus__item {
    padding-right: 0px;
    padding-bottom: 32px; }
  .leifheit-lp-threecol-with-plus__item + .leifheit-lp-threecol-with-plus__item {
    padding-left: 0;
    padding-top: 64px; }
  .leifheit-lp-threecol-with-plus__item + .leifheit-lp-threecol-with-plus__item:before {
    top: -32px;
    margin-top: 0;
    left: 50%;
    margin-left: -32px; } }

.leifheit-lp-video {
  margin-bottom: 80px; }

.leifheit-lp-video__inner {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.leifheit-lp-video__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Import Elements */
@media screen and (max-width: 767px) {
  .tx-contentpackage-googleMapsContainer {
    display: none; } }

.tx-contentpackage-threeBoxTeaser .inner a, .tx-contentpackage-threeBoxTeaser .inner .noLink {
  float: left;
  display: block;
  width: calc((100% - 40px) / 3);
  text-decoration: none;
  margin-left: 20px; }

.tx-contentpackage-threeBoxTeaser .inner a:first-child, .tx-contentpackage-threeBoxTeaser .inner .noLink:first-child {
  margin-left: 0; }

.tx-contentpackage-threeBoxTeaser .inner a img, .tx-contentpackage-threeBoxTeaser .inner .noLink img {
  display: block;
  margin-bottom: 3px; }

.tx-contentpackage-threeBoxTeaser .inner a p, .tx-contentpackage-threeBoxTeaser .inner .noLink p {
  color: #002f63;
  font-size: 14px;
  line-height: 17px;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 600; }

.tx-contentpackage-threeBoxTeaser .inner a p:after, .tx-contentpackage-threeBoxTeaser .inner .noLink p:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #002f63;
  font-size: 12px;
  line-height: normal;
  margin-left: 2px; }

@media screen and (max-width: 560px) {
  .tx-contentpackage-threeBoxTeaser .inner a, .tx-contentpackage-threeBoxTeaser .inner .noLink {
    width: 100%;
    float: none; }
  .tx-contentpackage-threeBoxTeaser .inner a p, .tx-contentpackage-threeBoxTeaser .inner .noLink p {
    font-size: 12px;
    line-height: 14px;
    font-size: 0.75rem;
    line-height: 0.875rem; }
  .tx-contentpackage-threeBoxTeaser .inner a + a, .tx-contentpackage-threeBoxTeaser .inner .noLink + a {
    margin-left: 0;
    margin-top: 10px; } }

.tx-contentpackage-threeBoxTeaser .inner .noLink p {
  color: #666666; }

.tx-contentpackage-threeBoxTeaser .inner .noLink p:after {
  content: ""; }

.tx-contentpackage-twoBox {
  padding-bottom: 40px;
  background-color: white;
  background-image: -webkit-linear-gradient(white 0%, #edeff3 100%);
  background-image: -moz-linear-gradient(white 0%, #edeff3 100%);
  background-image: -o-linear-gradient(white 0%, #edeff3 100%);
  background-image: linear-gradient(white 0%, #edeff3 100%); }

.tx-contentpackage-twoBox .tx-contentpackage-twoBox-item {
  float: left;
  width: calc((100% - 25px) / 2);
  margin-bottom: 25px;
  cursor: pointer;
  position: relative;
  max-height: 300px;
  overflow: hidden; }

.tx-contentpackage-twoBox .tx-contentpackage-twoBox-item > img {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  border-top: 0px solid #d1d1d1;
  transition: .7s all;
  max-width: none; }

.tx-contentpackage-twoBox .tx-contentpackage-twoBox-item div h1,
.tx-contentpackage-twoBox .tx-contentpackage-twoBox-item div h2,
.tx-contentpackage-twoBox .tx-contentpackage-twoBox-item div h3 {
  position: absolute;
  top: 20%;
  left: 10%;
  max-width: 70%; }

.tx-contentpackage-twoBox .tx-contentpackage-twoBox-item div p {
  position: absolute;
  top: 35%;
  left: 10%;
  max-width: 50%;
  font-size: 18px;
  line-height: 23px;
  color: #828282;
  margin: 0; }

.tx-contentpackage-twoBox .tx-contentpackage-twoBox-item div .more {
  position: absolute;
  top: 80%;
  left: 10%;
  color: #ffffff;
  background-color: #8e8e8e;
  min-width: 134px;
  height: 31px;
  line-height: 31px;
  padding: 0 10px 0 10px;
  z-index: 1;
  font-weight: 600;
  font-size: 16px; }

.tx-contentpackage-twoBox .tx-contentpackage-twoBox-item div .more:after {
  content: "\f054";
  display: inline-block;
  margin-left: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 7px;
  vertical-align: middle;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media screen and (min-width: 1025px) {
  .tx-contentpackage-twoBox .tx-contentpackage-twoBox-item:hover > img {
    width: 110%;
    height: 110%;
    left: -5%;
    transition: .7s all; } }

.tx-contentpackage-twoBox .tx-contentpackage-twoBox-item:hover div .more {
  background: #b31a2e; }

.tx-contentpackage-twoBox .tx-contentpackage-twoBox-item:nth-of-type(2n) {
  margin-left: 25px; }

.tx-contentpackage-twoBox .tx-contentpackage-twoBox-item:nth-of-type(2n+3) {
  margin-left: 0; }

.tx-contentpackage-twoBox .tx-contentpackage-twoBox-item .tx-contentpackage-smallMiddleBlueHeadline.nurmobil {
  display: none; }

@media screen and (max-width: 900px) {
  .tx-contentpackage-twoBox .tx-contentpackage-twoBox-item div p,
  .tx-contentpackage-twoBox .tx-contentpackage-twoBox-item div .more {
    display: none; }
  .tx-contentpackage-twoBox .tx-contentpackage-twoBox-item div h3 {
    position: absolute;
    top: 20%;
    left: 10%;
    max-width: 50%;
    font-size: 16px;
    font-weight: 600; } }

@media screen and (max-width: 560px) {
  .tx-contentpackage-twoBox .tx-contentpackage-twoBox-item {
    /*
			float: none; 
			width: 100%;
			display: block;
			*/
    width: 48%;
    margin-bottom: 2%; }
  .tx-contentpackage-twoBox .tx-contentpackage-twoBox-item .tx-contentpackage-smallMiddleBlueHeadline {
    font-size: 1rem;
    line-height: 1.2rem; }
  .tx-contentpackage-twoBox .tx-contentpackage-twoBox-item:hover > img {
    width: 100%;
    height: 100%;
    left: 0; }
  .tx-contentpackage-twoBox .tx-contentpackage-twoBox-item:nth-of-type(2n) {
    margin-left: 0; }
  .tx-contentpackage-twoBox .tx-contentpackage-twoBox-item:nth-of-type(2n) {
    margin-left: 2%; }
  .tx-contentpackage-twoBox .tx-contentpackage-twoBox-item:nth-of-type(2n+1) {
    margin-left: 0; } }

@media screen and (max-width: 459px) {
  .tx-contentpackage-twoBox .tx-contentpackage-twoBox-item .tx-contentpackage-smallMiddleBlueHeadline.nurmobil {
    display: block; }
  .tx-contentpackage-twoBox .tx-contentpackage-twoBox-item .tx-contentpackage-smallMiddleBlueHeadline.nurdesktop {
    display: none; } }

.tx-contentpackage-twoBoxHoverContainer {
  opacity: 0;
  visibility: hidden;
  top: -80px;
  left: -120px;
  width: 100%;
  width: 1200px;
  height: 100%;
  height: 800px;
  margin: 0 auto;
  transition: 1s all;
  position: absolute;
  z-index: -1; }

@media screen and (max-width: 1225px) {
  .tx-contentpackage-twoBoxHoverContainer {
    left: 0;
    right: 0;
    width: calc(100% - 50px);
    width: 960px; } }

@media screen and (max-width: 1023px) {
  .tx-contentpackage-twoBoxHoverContainer {
    width: calc(100% - 5px);
    left: 0;
    right: 0; } }

@media screen and (max-width: 680px) {
  .tx-contentpackage-twoBoxHoverContainer {
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    padding-bottom: 20px; } }

.tx-contentpackage-twoBoxHoverContainer.active {
  visibility: visible;
  opacity: 1;
  transition: .4s all;
  z-index: 500; }

.tx-contentpackage-twoBoxHoverContainer .close-button {
  position: absolute;
  top: 58px;
  right: 128px;
  cursor: pointer; }

@media screen and (max-width: 1225px) {
  .tx-contentpackage-twoBoxHoverContainer .close-button {
    top: 15px;
    right: 15px; } }

.tx-contentpackage-twoBoxHoverContainer .back-button {
  position: absolute;
  bottom: 28px;
  left: 128px;
  cursor: pointer; }

.tx-contentpackage-twoBoxHoverContainer .next-button {
  position: absolute;
  bottom: 28px;
  right: 128px;
  cursor: pointer; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer {
  padding-left: 130px;
  padding-top: 130px; }

@media screen and (max-width: 1225px) {
  .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer {
    padding-top: 50px;
    padding-left: 50px; } }

@media screen and (max-width: 800px) {
  .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px; } }

@media screen and (max-width: 600px) {
  .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer {
    padding-top: 80px; } }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer .tx-contentpackage-title {
  font-size: 34px;
  font-weight: 600;
  line-height: normal;
  color: #002f63;
  margin: 0 0 20px 0; }

@media screen and (max-width: 800px) {
  .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer .tx-contentpackage-title {
    font-size: 28px; } }

@media screen and (max-width: 600px) {
  .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer .tx-contentpackage-title {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: normal; } }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer .tx-contentpackage-subtitle {
  color: #828282;
  font-size: 34px;
  line-height: 40px;
  margin: 0 0 20px 0; }

@media screen and (max-width: 800px) {
  .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer .tx-contentpackage-subtitle {
    font-size: 28px; } }

@media screen and (max-width: 600px) {
  .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer .tx-contentpackage-subtitle {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: normal; } }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div {
  margin-top: 40px;
  max-width: 600px; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox {
  float: left;
  width: 28.33%;
  height: 120px;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  position: relative; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox > img {
  position: relative;
  top: 15px; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .5s opacity;
  text-align: left;
  background: #bfcbd8;
  padding: 12px 3px 12px 15px; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox div p,
.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox div strong,
.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox div b {
  margin: 0;
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  line-height: normal;
  margin-bottom: 3px;
  display: inline-block;
  line-height: 15px;
  line-height: 0.9rem; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox div p {
  display: block; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox div a, .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox div a:visited {
  text-decoration: none;
  color: inherit; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox div p > a, .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox div p > a.visited {
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 5px;
  text-decoration: none; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox div p > a > strong, .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox div p > a.visited > strong {
  color: inherit;
  font-weight: 600; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox div p.text-center > a {
  color: #5d5d5d; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox div ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox div ul li {
  font-size: 12px;
  line-height: normal;
  padding-left: 10px;
  position: relative;
  color: #fff; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox div ul li a {
  font-size: 12px;
  line-height: normal;
  position: relative;
  color: #fff;
  text-decoration: none; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox div ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: 14px;
  background: url('../..//assets/leifheit/images/small-white-arrow-right.png') no-repeat 0 1px; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox:hover div {
  opacity: 1;
  transition: .5s opacity;
  visibility: visible;
  background: inherit; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox + .tx-contentpackage-twoBox-smallBox {
  margin-left: 8px; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox:nth-of-type(3n+4) {
  margin-left: 0; }

.tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox:nth-of-type(n+4) {
  margin-top: 10px; }

@media screen and (max-width: 680px) {
  .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox {
    width: calc((100% - 8px) / 2); }
  .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox:nth-of-type(3n+4) {
    margin-left: 8px; }
  .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox:nth-of-type(2n+3) {
    margin-left: 0; }
  .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox:nth-of-type(n+3) {
    margin-top: 10px; } }

@media screen and (max-width: 480px) {
  .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox {
    width: 100%;
    height: auto;
    margin-left: 0 !important; }
  .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox img {
    display: none; }
  .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox div {
    position: relative;
    opacity: 1;
    visibility: visible; }
  .tx-contentpackage-twoBoxHoverContainer .tx-contentpackage-twoBoxHoverContainer-smallBoxContainer > div .tx-contentpackage-twoBox-smallBox:nth-of-type(n+2) {
    margin-top: 10px; } }

.tx-contentpackage-slider {
  padding-bottom: 40px; }

.tx-contentpackage-slider .swiper-button-prev,
.tx-contentpackage-slider .swiper-button-next {
  background-image: none;
  opacity: .7; }

.tx-contentpackage-slider .swiper-button-prev:before,
.tx-contentpackage-slider .swiper-button-next:before {
  color: #5d5d5d; }

.tx-contentpackage-slider .swiper-button-prev:hover,
.tx-contentpackage-slider .swiper-button-next:hover {
  opacity: 1; }

.tx-contentpackage-slider .swiper-button-prev:hover:before,
.tx-contentpackage-slider .swiper-button-next:hover:before {
  color: #002f63; }

.tx-contentpackage-slider .swiper-button-prev {
  left: -50px;
  transition: 0.5s left; }

.tx-contentpackage-slider .swiper-button-prev:before {
  content: '\f001';
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block; }

.tx-contentpackage-slider .swiper-button-next {
  right: -50px;
  transition: 0.5s right; }

.tx-contentpackage-slider .swiper-button-next:before {
  content: '\f002';
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block; }

.tx-contentpackage-slider:hover .swiper-button-prev {
  left: 10px;
  transition: 0.5s left; }

.tx-contentpackage-slider:hover .swiper-button-next {
  right: 10px;
  transition: 0.5s right; }

.tx-contentpackage-slider .swiper-pagination {
  position: relative;
  bottom: -5px; }

.tx-contentpackage-slider .swiper-pagination span {
  display: inline-block;
  zoom: 1;
  margin: 0 6px;
  width: 11px;
  opacity: 1;
  height: 11px;
  z-index: 50;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.tx-contentpackage-slider .swiper-pagination span.swiper-pagination-bullet-active {
  background: #000; }

@media screen and (max-width: 540px) {
  .tx-contentpackage-slider.noSlide {
    padding-bottom: 15px; } }

@media screen and (max-width: 767px) {
  .tx-contentpackage-slider {
    margin-top: -32px; } }

.tx-contentpackage-quickLinks {
  padding: 90px 0 80px 0;
  background-color: white;
  background-image: -webkit-linear-gradient(white 0%, #edeff3 100%);
  background-image: -moz-linear-gradient(white 0%, #edeff3 100%);
  background-image: -o-linear-gradient(white 0%, #edeff3 100%);
  background-image: linear-gradient(white 0%, #edeff3 100%); }

.tx-contentpackage-quickLinks article {
  float: left;
  width: calc((100% - 150px) / 3); }

.tx-contentpackage-quickLinks article a,
.tx-contentpackage-quickLinks article span {
  display: block;
  margin-bottom: 10px;
  padding: 24px 0px 0px 0px;
  font-size: 22px;
  color: #002f63;
  text-decoration: none; }

.tx-contentpackage-quickLinks article a img,
.tx-contentpackage-quickLinks article span img {
  display: inline-block;
  max-height: 45px;
  width: auto;
  margin-right: 15px; }

.tx-contentpackage-quickLinks article a.tx-contentpackage-quickLinks-icontext,
.tx-contentpackage-quickLinks article span.tx-contentpackage-quickLinks-icontext {
  display: inline-block;
  max-width: 175px;
  padding: 0;
  margin: 0; }

.tx-contentpackage-quickLinks article a.tx-contentpackage-quickLinks-icontext.tx-contentpackage-quickLinks-icontext-newsletter,
.tx-contentpackage-quickLinks article span.tx-contentpackage-quickLinks-icontext.tx-contentpackage-quickLinks-icontext-newsletter {
  max-width: 73%; }

@media screen and (max-width: 960px) {
  .tx-contentpackage-quickLinks article a.tx-contentpackage-quickLinks-icontext,
  .tx-contentpackage-quickLinks article span.tx-contentpackage-quickLinks-icontext {
    max-width: 155px; }
  .tx-contentpackage-quickLinks article a.tx-contentpackage-quickLinks-icontext.tx-contentpackage-quickLinks-icontext-newsletter,
  .tx-contentpackage-quickLinks article span.tx-contentpackage-quickLinks-icontext.tx-contentpackage-quickLinks-icontext-newsletter {
    max-width: 73%; } }

@media screen and (max-width: 768px) {
  .tx-contentpackage-quickLinks article a.tx-contentpackage-quickLinks-icontext.tx-contentpackage-quickLinks-icontext-newsletter,
  .tx-contentpackage-quickLinks article span.tx-contentpackage-quickLinks-icontext.tx-contentpackage-quickLinks-icontext-newsletter {
    max-width: none; } }

@media screen and (max-width: 600px) {
  .tx-contentpackage-quickLinks article a.tx-contentpackage-quickLinks-icontext,
  .tx-contentpackage-quickLinks article span.tx-contentpackage-quickLinks-icontext {
    max-width: none; } }

.tx-contentpackage-quickLinks article p {
  font-size: 16px;
  color: #bebebe;
  line-height: 20px; }

.tx-contentpackage-quickLinks article form input[type="text"] {
  width: 80%;
  height: 30px;
  padding: 0 5px;
  color: #c5c5c5;
  font-size: 13px;
  font-family: 'Arimo', Helvetica, Arial, sans-serif;
  border: 0;
  float: left;
  border-radius: 3px;
  box-shadow: inset 0 0 3px #c5c5c5; }

.tx-contentpackage-quickLinks article form input[type="text"].fehler {
  border: solid 1px #b31a2e;
  color: #b31a2e; }

.tx-contentpackage-quickLinks article form input[type="submit"] {
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
  color: #fff;
  background-color: #b31a2e;
  padding: 0;
  height: 30px;
  width: 15%;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  border: 0;
  float: right;
  font-family: 'Arimo', Helvetica, Arial, sans-serif; }

.tx-contentpackage-quickLinks article + article {
  margin-left: 75px; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-quickLinks {
    padding: 40px 0; }
  .tx-contentpackage-quickLinks article:nth-of-type(1), .tx-contentpackage-quickLinks article:nth-of-type(2) {
    width: calc((100% - 75px) / 2); }
  .tx-contentpackage-quickLinks article:nth-of-type(3) {
    float: none;
    width: 100%;
    margin-left: 0;
    clear: both;
    margin-bottom: 40px; } }

@media screen and (max-width: 600px) {
  .tx-contentpackage-quickLinks {
    padding: 20px 0; }
  .tx-contentpackage-quickLinks article:nth-of-type(1), .tx-contentpackage-quickLinks article:nth-of-type(2) {
    width: 100%;
    float: none;
    margin-left: 0; }
  .tx-contentpackage-quickLinks article a,
  .tx-contentpackage-quickLinks article span {
    font-size: 18px;
    line-height: normal;
    padding-top: 15px; }
  .tx-contentpackage-quickLinks article a img,
  .tx-contentpackage-quickLinks article span img {
    font-size: 35px; }
  .tx-contentpackage-quickLinks article p {
    font-size: 14px;
    line-height: normal; } }

.tx-contentpackage-sixBox {
  padding: 65px 0 100px 0;
  background-color: white;
  background-image: -webkit-linear-gradient(white 0%, #edeff3 100%);
  background-image: -moz-linear-gradient(white 0%, #edeff3 100%);
  background-image: -o-linear-gradient(white 0%, #edeff3 100%);
  background-image: linear-gradient(white 0%, #edeff3 100%); }

.tx-contentpackage-sixBox .tx-contentpackage-left,
.tx-contentpackage-sixBox .tx-contentpackage-right {
  float: left;
  width: calc((100% - 20px) / 2); }

@media screen and (max-width: 1020px) {
  .tx-contentpackage-sixBox .tx-contentpackage-left,
  .tx-contentpackage-sixBox .tx-contentpackage-right {
    float: none;
    width: 470px;
    margin: 0 auto; } }

@media screen and (max-width: 540px) {
  .tx-contentpackage-sixBox .tx-contentpackage-left,
  .tx-contentpackage-sixBox .tx-contentpackage-right {
    width: 100%; } }

.tx-contentpackage-sixBox .tx-contentpackage-right {
  margin-left: 20px; }

@media screen and (max-width: 1020px) {
  .tx-contentpackage-sixBox .tx-contentpackage-right {
    margin: 20px auto 0 auto; } }

.tx-contentpackage-sixBox a,
.tx-contentpackage-sixBox div.outerWrap {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  overflow: hidden; }

.tx-contentpackage-sixBox a img,
.tx-contentpackage-sixBox div.outerWrap img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: .4s opacity; }

.tx-contentpackage-sixBox a div,
.tx-contentpackage-sixBox div.outerWrap div {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  transition: .4s opacity; }

.tx-contentpackage-sixBox a div h1,
.tx-contentpackage-sixBox a div h2,
.tx-contentpackage-sixBox a div h3,
.tx-contentpackage-sixBox div.outerWrap div h1,
.tx-contentpackage-sixBox div.outerWrap div h2,
.tx-contentpackage-sixBox div.outerWrap div h3 {
  font-size: 27px;
  line-height: 37.8px;
  font-size: 1.6875rem;
  line-height: 2.3625rem;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 20px 0; }

.tx-contentpackage-sixBox a div p,
.tx-contentpackage-sixBox div.outerWrap div p {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  line-height: 25.2px;
  font-size: 1.125rem;
  line-height: 1.575rem;
  margin: 0px; }

.tx-contentpackage-sixBox a div span,
.tx-contentpackage-sixBox div.outerWrap div span {
  display: inline-block;
  position: absolute;
  right: 23px;
  bottom: 25px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px 15px 7px 10px;
  font-size: 16px; }

.tx-contentpackage-sixBox a div span:after,
.tx-contentpackage-sixBox div.outerWrap div span:after {
  content: "\f054";
  display: inline-block;
  margin-left: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 7px;
  vertical-align: middle;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tx-contentpackage-sixBox a.tx-contentpackage-big,
.tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-big {
  float: left;
  width: 100%;
  height: 286px;
  max-width: 470px; }

.tx-contentpackage-sixBox a.tx-contentpackage-big + .tx-contentpackage-small,
.tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-big + .tx-contentpackage-small {
  margin-top: 20px; }

.tx-contentpackage-sixBox a.tx-contentpackage-big + .tx-contentpackage-small + .tx-contentpackage-small,
.tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-big + .tx-contentpackage-small + .tx-contentpackage-small {
  margin-top: 20px; }

.tx-contentpackage-sixBox a.tx-contentpackage-big + .tx-contentpackage-big,
.tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-big + .tx-contentpackage-big {
  margin-top: 20px; }

.tx-contentpackage-sixBox a.tx-contentpackage-big + .tx-contentpackage-big + .tx-contentpackage-big,
.tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-big + .tx-contentpackage-big + .tx-contentpackage-big {
  margin-top: 20px; }

@media screen and (max-width: 540px) {
  .tx-contentpackage-sixBox a.tx-contentpackage-big,
  .tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-big {
    float: none;
    width: 100%;
    height: auto;
    min-height: 286px;
    max-width: none; }
  .tx-contentpackage-sixBox a.tx-contentpackage-big h1,
  .tx-contentpackage-sixBox a.tx-contentpackage-big h2,
  .tx-contentpackage-sixBox a.tx-contentpackage-big h3,
  .tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-big h1,
  .tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-big h2,
  .tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-big h3 {
    font-size: 18px;
    line-height: 20px;
    font-size: 1.125rem;
    line-height: 1.25rem; }
  .tx-contentpackage-sixBox a.tx-contentpackage-big p,
  .tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-big p {
    font-size: 15px;
    line-height: 18px;
    font-size: 0.9375rem;
    line-height: 1.125rem; }
  .tx-contentpackage-sixBox a.tx-contentpackage-big img,
  .tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-big img {
    display: block; } }

.tx-contentpackage-sixBox a.tx-contentpackage-small,
.tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-small {
  float: left;
  width: calc((100% - 20px) / 2);
  height: 286px; }

.tx-contentpackage-sixBox a.tx-contentpackage-small h1,
.tx-contentpackage-sixBox a.tx-contentpackage-small h2,
.tx-contentpackage-sixBox a.tx-contentpackage-small h3,
.tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-small h1,
.tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-small h2,
.tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-small h3 {
  font-size: 22px;
  line-height: 30.8px;
  font-size: 1.375rem;
  line-height: 1.925rem;
  line-height: 24px;
  line-height: 1.5rem; }

.tx-contentpackage-sixBox a.tx-contentpackage-small p,
.tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-small p {
  font-size: 17px;
  line-height: 23.8px;
  font-size: 1.0625rem;
  line-height: 1.4875rem; }

.tx-contentpackage-sixBox a.tx-contentpackage-small + .tx-contentpackage-small,
.tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-small + .tx-contentpackage-small {
  margin-left: 20px; }

.tx-contentpackage-sixBox a.tx-contentpackage-small + .tx-contentpackage-big,
.tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-small + .tx-contentpackage-big {
  margin-top: 20px; }

@media screen and (max-width: 540px) {
  .tx-contentpackage-sixBox a.tx-contentpackage-small,
  .tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-small {
    float: none;
    width: 100%;
    height: auto;
    min-height: 286px; }
  .tx-contentpackage-sixBox a.tx-contentpackage-small h1,
  .tx-contentpackage-sixBox a.tx-contentpackage-small h2,
  .tx-contentpackage-sixBox a.tx-contentpackage-small h3,
  .tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-small h1,
  .tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-small h2,
  .tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-small h3 {
    font-size: 18px;
    line-height: 20px;
    font-size: 1.125rem;
    line-height: 1.25rem; }
  .tx-contentpackage-sixBox a.tx-contentpackage-small p,
  .tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-small p {
    font-size: 15px;
    line-height: 18px;
    font-size: 0.9375rem;
    line-height: 1.125rem; }
  .tx-contentpackage-sixBox a.tx-contentpackage-small img,
  .tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-small img {
    display: block; }
  .tx-contentpackage-sixBox a.tx-contentpackage-small + .tx-contentpackage-small,
  .tx-contentpackage-sixBox div.outerWrap.tx-contentpackage-small + .tx-contentpackage-small {
    margin-left: 0;
    margin-top: 20px; } }

.tx-contentpackage-sixBox a:hover img, .tx-contentpackage-sixBox a.active img,
.tx-contentpackage-sixBox div.outerWrap:hover img,
.tx-contentpackage-sixBox div.outerWrap.active img {
  opacity: 0;
  transition: .4s opacity; }

.tx-contentpackage-sixBox a:hover div, .tx-contentpackage-sixBox a.active div,
.tx-contentpackage-sixBox div.outerWrap:hover div,
.tx-contentpackage-sixBox div.outerWrap.active div {
  opacity: 1;
  transition: .4s opacity; }

@media screen and (max-width: 540px) {
  .tx-contentpackage-sixBox {
    display: none; } }

@media screen and (min-width: 1024px) {
  .tx-contentpackage-productDetailContainer {
    padding-top: 32px; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation {
  margin-bottom: 75px; }

@media screen and (max-width: 767px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation {
    margin-bottom: 20px; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left {
  float: left;
  width: 54.68%;
  position: relative; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left > .neuheit {
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 1; }

@media screen and (max-width: 767px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left > .neuheit {
    top: 5%;
    width: 20%; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .tx-contentpackage-flexslider img {
  display: none; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider {
  margin: 0;
  border: none; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider .slides li {
  text-align: center;
  max-height: 450px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider .slides li img {
  max-height: 450px;
  width: auto; }

@media screen and (max-width: 767px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider .slides li img {
    max-height: 250px; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider .slides img {
  width: auto; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-flexslider .flex-direction-nav a {
  width: 42px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-flexslider .flex-direction-nav a.flex-next:before {
  color: #5d5d5d; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-flexslider .flex-direction-nav .flex-prev:before {
  color: #5d5d5d; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0px; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-flexslider:hover .flex-direction-nav .flex-prev {
    left: 10px; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
  color: #002f63; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0px; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-flexslider:hover .flex-direction-nav .flex-next {
    right: 10px; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
  color: #002f63; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel {
  margin-top: 30px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel ul li {
  cursor: pointer; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel ul.slides li {
  border: 1px solid #DBD8D4;
  height: 86px;
  overflow: hidden; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel ul.slides li img {
  margin: auto;
  height: 100%; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel {
    display: none; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel .flex-direction-nav a {
  width: 42px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel .flex-direction-nav a.flex-next:before {
  content: '\f002';
  right: 10px;
  color: #5d5d5d; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel .flex-direction-nav .flex-prev:before {
  left: 10px;
  color: #5d5d5d; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel .flex-direction-nav .flex-prev {
  left: -44px; }

@media screen and (max-width: 1024px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel .flex-direction-nav .flex-prev {
    left: 0px; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel .flex-direction-nav .flex-next {
  right: -44px;
  text-align: right; }

@media screen and (max-width: 1024px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel .flex-direction-nav .flex-next {
    right: 0px; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -44px; }

@media screen and (max-width: 1024px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel .flexslider:hover .flex-direction-nav .flex-prev {
    left: 0px; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel .flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
  color: #002f63; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel .flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -44px; }

@media screen and (max-width: 1024px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel .flexslider:hover .flex-direction-nav .flex-next {
    right: 0px; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left .flexslider.tx-contentpackage-carousel .flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
  color: #002f63; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-left {
    float: none;
    width: 100%;
    border: 1px solid #DBD8D4; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right {
  float: right;
  width: 40.62%; }

@media screen and (max-width: 767px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right {
    border-bottom: 1px solid #DBD8D4;
    padding-bottom: 30px; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-productTopInformation {
  padding: 15px 15px 5px 15px;
  border: 1px solid #DBD8D4;
  margin-bottom: 25px;
  position: relative; }

@media screen and (max-width: 767px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-productTopInformation {
    padding: 0px;
    border: 0px solid #DBD8D4; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-productLabels {
  margin-bottom: 20px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-productLabels .tx-contentpackage-productLabels-item {
  float: left;
  position: relative; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-productLabels .tx-contentpackage-productLabels-item img {
  max-width: 140px;
  max-height: 71px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-productLabels .tx-contentpackage-productLabels-item .tx-contentpackage-productLabels-tooltip {
  position: absolute;
  bottom: 60px;
  left: -5px;
  z-index: 50;
  width: 140px;
  padding: 6px 8px;
  border: 1px solid #d9d7d3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e8e7e7;
  background-image: -webkit-linear-gradient(#eaeaea 0%, #e3e3e3 100%);
  background-image: -moz-linear-gradient(#eaeaea 0%, #e3e3e3 100%);
  background-image: -o-linear-gradient(#eaeaea 0%, #e3e3e3 100%);
  background-image: linear-gradient(#eaeaea 0%, #e3e3e3 100%);
  display: none;
  font-size: 11px;
  line-height: 16px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-productLabels .tx-contentpackage-productLabels-item .tx-contentpackage-productLabels-tooltip b,
.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-productLabels .tx-contentpackage-productLabels-item .tx-contentpackage-productLabels-tooltip strong {
  font-weight: 700; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-productLabels .tx-contentpackage-productLabels-item .tx-contentpackage-productLabels-tooltip p {
  margin: 0; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-productLabels .tx-contentpackage-productLabels-item .tx-contentpackage-productLabels-tooltip:after, .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-productLabels .tx-contentpackage-productLabels-item .tx-contentpackage-productLabels-tooltip:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-productLabels .tx-contentpackage-productLabels-item .tx-contentpackage-productLabels-tooltip:after {
  border-color: rgba(232, 231, 231, 0);
  border-top-color: #e8e7e7;
  border-width: 12px;
  margin-left: -45px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-productLabels .tx-contentpackage-productLabels-item .tx-contentpackage-productLabels-tooltip:before {
  border-color: rgba(217, 215, 211, 0);
  border-top-color: #d9d7d3;
  border-width: 12px;
  margin-left: -45px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-productLabels .tx-contentpackage-productLabels-item + .tx-contentpackage-productLabels-item {
  margin-left: 10px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-artNr {
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
  margin-bottom: 15px;
  color: #5d5d5d; }

@media screen and (max-width: 767px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-artNr {
    margin-bottom: 10px; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-moreInfo {
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  cursor: pointer;
  color: #002766;
  display: block;
  padding-bottom: 25px;
  border-bottom: 1px solid #DBD8D4; }

@media screen and (max-width: 767px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-moreInfo {
    padding-bottom: 20px; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-searchDealer {
  position: relative;
  display: block;
  min-width: 132px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 0px 11px 0px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #9d9d9d;
  line-height: 25px;
  text-align: center;
  padding-left: 0px;
  text-decoration: none; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-searchDealer i {
  margin-left: 10px;
  font-size: 15px;
  transition: .4s margin-left; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-searchDealer:hover i {
  margin-left: 15px;
  transition: .4s margin-left; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-smallAwards {
  border-bottom: 1px solid #DBD8D4; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-smallAwards .info-top {
  position: absolute;
  top: -94px;
  left: 30px;
  width: 140px;
  padding: 6px 8px;
  border: 1px solid #d9d7d3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e8e7e7;
  background-image: -webkit-linear-gradient(#eaeaea 0%, #e3e3e3 100%);
  background-image: -moz-linear-gradient(#eaeaea 0%, #e3e3e3 100%);
  background-image: -o-linear-gradient(#eaeaea 0%, #e3e3e3 100%);
  background-image: linear-gradient(#eaeaea 0%, #e3e3e3 100%);
  display: none;
  font-size: 11px;
  line-height: 16px;
  z-index: 50; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-smallAwards .info-top .produktIconTooltippPfeil {
  position: absolute;
  bottom: -15px;
  left: 25px;
  background-image: url('../..//assets/leifheit/images/tooltipp_pfeil.png');
  width: 18px;
  height: 16px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-smallAwards .swiper-container {
  padding: 20px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-smallAwards .swiper-slide {
  position: relative; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-smallAwards .swiper-slide img {
  max-height: 91px;
  width: auto; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-smallAwards .noSwipe .swiper-slide {
  display: inline-block;
  max-width: 100px;
  height: auto;
  flex-shrink: 1; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-smallAwards .noSwipe .swiper-slide + .swiper-slide {
  margin-left: 20px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-smallAwards .noSwipe .swiper-button-next,
.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-smallAwards .noSwipe .swiper-button-prev {
  display: none; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-smallAwards .swiper-button-next,
.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-smallAwards .swiper-button-prev {
  background: transparent;
  right: auto;
  left: 0; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-smallAwards .swiper-button-next:before,
.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-smallAwards .swiper-button-prev:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f001';
  color: #5D5D5D;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  top: 50%;
  margin-top: -11px;
  position: absolute; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-smallAwards .swiper-button-next {
  left: auto;
  right: -15px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-smallAwards .swiper-button-next:before {
  content: '\f002'; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-socialContainer {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-socialContainer .facebook {
  background: url('../..//assets/leifheit/images/social/facebook.png') no-repeat;
  margin: 0px 5px 0 0;
  background-size: 27px 27px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  display: inline-block; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-socialContainer .facebook-active {
  background: url('../..//assets/leifheit/images/social/facebook-active.png') no-repeat;
  margin: 0px 5px 0 0;
  background-size: 27px 27px;
  display: none;
  width: 27px;
  height: 27px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-socialContainer .twitter {
  background: url('../..//assets/leifheit/images/social/twitter.png') no-repeat;
  margin: 0px 5px 0 0;
  background-size: 27px 27px;
  width: 27px;
  height: 27px;
  display: inline-block;
  cursor: pointer; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-socialContainer .twitter-active {
  background-image: url('../..//assets/leifheit/images/social/twitter-active.png');
  margin: 0px 5px 0 0;
  width: 27px;
  height: 27px;
  background-size: 27px 27px;
  display: none; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-socialContainer .gplus {
  background: url('../..//assets/leifheit/images/social/gplus.png') no-repeat;
  margin: 0px 5px 0 0;
  background-size: 27px 27px;
  width: 27px;
  height: 27px;
  display: inline-block;
  cursor: pointer; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-socialContainer .gplus-active {
  width: 27px;
  height: 27px;
  display: none;
  margin: 0px 5px 0 0; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-socialContainer .mail {
  background-size: 27px 27px;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  cursor: pointer;
  margin: 0px 5px 0 0;
  display: inline-block; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right .tx-contentpackage-socialContainer .info {
  display: none;
  position: absolute;
  bottom: 55px;
  left: 0px;
  width: 290px;
  padding: 10px 15px;
  margin: 0px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 3px 4px #999;
  background-color: #FDFBEC;
  color: #000;
  z-index: 500; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-topInformation .tx-contentpackage-right {
    float: none;
    width: 100%;
    margin-top: 30px; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer {
  padding-bottom: 30px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-nav {
  width: 100%;
  position: relative;
  margin-bottom: 50px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-nav > ul {
  border: 1px solid #dbd8d4;
  background: #F2F2F2; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-nav.sticky {
  position: fixed;
  top: 0;
  max-width: 960px;
  z-index: 99;
  background: #fff;
  padding-top: 25px;
  padding-bottom: 50px; }

@media screen and (max-width: 960px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-nav.sticky {
    left: 0; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-nav ul li {
  cursor: pointer;
  float: left;
  display: block;
  margin: 0px 0px 0 0;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #5d5d5d; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-nav ul li a {
  display: block;
  height: 48px;
  line-height: 48px;
  padding: 0px 15px;
  color: #5d5d5d;
  text-decoration: none; }

@media screen and (max-width: 900px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-nav ul li a {
    padding: 0px 12px; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-nav ul li a.active {
  background: #5d5d5d;
  color: #fff; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-nav ul li:hover a {
  background: #5d5d5d;
  color: #fff; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-nav {
    display: none; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-desciption p {
  font-size: 14px;
  line-height: 18px;
  color: #5d5d5d;
  margin: 0; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-desciption p + p,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-desciption p + ul {
  margin-top: 15px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-desciption + div {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #DBD8D4; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-videos a {
  width: calc((100% - 30px) / 3);
  max-width: 320px;
  display: block;
  float: left;
  position: relative;
  overflow: hidden; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-videos a img {
  display: block; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-videos a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url('../..//assets/leifheit/images/play-button.png') no-repeat;
  background-position: center center; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-videos a + a {
  margin-left: 15px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-videos + div {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #DBD8D4; }

@media screen and (max-width: 600px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-videos a {
    width: calc((100% - 15px) / 2); }
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-videos a:nth-of-type(2n+3) {
    margin-left: 0; }
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-videos a:nth-of-type(n+3) {
    margin-top: 15px; } }

@media screen and (max-width: 480px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-videos a {
    width: 100%; }
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-videos a:nth-of-type(n+2) {
    margin-left: 0; }
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-videos a:nth-of-type(n+2) {
    margin-top: 15px; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-zubehoers {
  padding-top: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #DBD8D4;
  position: relative;
  padding-left: 20px;
  padding-right: 20px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-zubehoers .tx-contentpackage-smallMiddleBlueHeadline {
  margin-left: -20px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-zubehoers .swiper-button-prev,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-zubehoers .swiper-button-next {
  background: transparent;
  opacity: 1;
  width: 13px;
  height: 22px;
  left: 0;
  margin-top: 6px;
  top: 50%; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-zubehoers .swiper-button-prev.swiper-button-disabled,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-zubehoers .swiper-button-next.swiper-button-disabled {
  opacity: 0; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-zubehoers .swiper-button-prev:before,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-zubehoers .swiper-button-next:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  top: 50%;
  margin-top: -11px;
  position: absolute;
  left: 0; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-zubehoers .swiper-button-next {
  right: 0;
  left: auto; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-zubehoers .swiper-button-next:before {
  content: '\f002';
  left: auto;
  right: 0; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-zubehoers .swiper-slide a {
  text-decoration: none;
  color: #5d5d5d;
  display: block; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-zubehoers .swiper-slide a figure {
  border: 1px solid #dbd8d4;
  padding: 10px;
  max-width: 215px;
  text-align: center;
  height: 160px;
  margin-bottom: 5px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-zubehoers .swiper-slide a figure img {
  max-height: 100%; }

@media screen and (max-width: 540px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-zubehoers .swiper-slide a {
    display: table;
    margin: 0 auto 5px auto; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle {
  padding-top: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #DBD8D4; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle > a {
  float: left;
  text-decoration: none;
  width: calc((100% - 60px) / 4); }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle > a img {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #dbd8d4; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle > a p {
  font-size: 14px;
  line-height: normal;
  margin: 0;
  color: #5D5D5D;
  font-weight: 700; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle > a:hover p {
  color: #002f63; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle > a:nth-of-type(4n+5) {
  margin-left: 0; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle > a:nth-of-type(n+5) {
  margin-top: 20px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle > a + a {
  margin-left: 20px; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle > a {
    width: calc((100% - 40px) / 3); }
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle > a:nth-of-type(4n+5) {
    margin-left: 20px; }
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle > a:nth-of-type(3n+4) {
    margin-left: 0; }
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle > a:nth-of-type(n+4) {
    margin-top: 20px; } }

@media screen and (max-width: 600px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle > a {
    width: calc((100% - 20px) / 2); }
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle > a:nth-of-type(3n+4) {
    margin-left: 20px; }
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle > a:nth-of-type(2n+3) {
    margin-left: 0; }
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-moreArticle > a:nth-of-type(n+3) {
    margin-top: 20px; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-auszeichnungen {
  padding-top: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #DBD8D4; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-auszeichnungen a {
  display: inline-block; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-auszeichnungen a img {
  display: inline-block;
  max-width: 100px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-auszeichnungen .auszeichnungen > div {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-auszeichnungen .auszeichnungen > div img {
  display: inline-block;
  max-width: 100px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-auszeichnungen .auszeichnungen > div a {
  position: relative;
  color: #5d5d5d; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-auszeichnungen .auszeichnungen > div .info-below {
  position: absolute;
  bottom: 110px;
  left: -5px;
  width: 140px;
  padding: 6px 8px;
  border: 1px solid #d9d7d3;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e8e7e7;
  background-image: -webkit-linear-gradient(#eaeaea 0%, #e3e3e3 100%);
  background-image: -moz-linear-gradient(#eaeaea 0%, #e3e3e3 100%);
  background-image: -o-linear-gradient(#eaeaea 0%, #e3e3e3 100%);
  background-image: linear-gradient(#eaeaea 0%, #e3e3e3 100%);
  display: none;
  font-size: 11px;
  line-height: 16px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-auszeichnungen .auszeichnungen > div .info-below .produktIconTooltippPfeil {
  position: absolute;
  bottom: -15px;
  left: 25px;
  background-image: url('../..//assets/leifheit/images/tooltipp_pfeil.png');
  width: 18px;
  height: 16px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products {
  padding-top: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #DBD8D4;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  clear: both; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products .swiper-slide a {
  text-decoration: none;
  color: #5d5d5d;
  display: block; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products .swiper-slide a figure {
  border: 1px solid #dbd8d4;
  padding: 10px;
  max-width: 215px;
  text-align: center;
  height: 160px;
  margin-bottom: 5px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products .swiper-slide a figure img {
  max-height: 100%; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products .swiper-slide a h4 {
  max-width: 215px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products .tx-contentpackage-smallMiddleBlueHeadline {
  margin-left: -20px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products .swiper-button-prev,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products .swiper-button-next {
  background: transparent;
  opacity: 1;
  width: 13px;
  height: 22px;
  left: 0;
  margin-top: 6px;
  top: 50%; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products .swiper-button-prev.swiper-button-disabled,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products .swiper-button-next.swiper-button-disabled {
  opacity: 0; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products .swiper-button-prev:before,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products .swiper-button-next:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  top: 50%;
  margin-top: -11px;
  position: absolute;
  left: 0; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products .swiper-button-next {
  right: 0;
  left: auto; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products .swiper-button-next:before {
  content: '\f002';
  left: auto;
  right: 0; }

@media screen and (max-width: 540px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-similar-products .swiper-slide a {
    display: table;
    margin: 0 auto 5px auto; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-information {
  font-size: 14px;
  line-height: 18px;
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #DBD8D4;
  margin-bottom: 30px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-information h2 {
  color: #002f63;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 17px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-information p {
  color: #5d5d5d;
  font-size: 14px;
  line-height: 18px;
  margin: 0; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-information p + * {
  margin-top: 15px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-information p + strong {
  margin-top: 20px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-information strong,
.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-information b {
  font-weight: 700;
  color: #002f63;
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-bottom: 15px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-information + div {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #DBD8D4; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-downloads {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #DBD8D4;
  margin-bottom: 30px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-downloads .downloaditem {
  float: left;
  width: calc((100% - 120px) / 4);
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 12px;
  color: #5d5d5d;
  overflow: hidden; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-downloads .downloaditem:hover {
  overflow: visible; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-downloads .downloaditem a {
  text-decoration: none;
  font-weight: 700;
  color: #5d5d5d;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 19.6px;
  font-size: 0.875rem;
  line-height: 1.225rem; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-downloads .downloaditem + .downloaditem {
  margin-left: 40px; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-downloads .downloaditem:nth-of-type(4n+5) {
  margin-left: 0; }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-downloads .downloaditem:nth-of-type(n+5) {
  margin-top: 20px; }

@media screen and (max-width: 640px) {
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-downloads .downloaditem {
    width: calc((100% - 40px) / 2); }
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-downloads .downloaditem:nth-of-type(4n+5) {
    margin-left: 40px; }
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-downloads .downloaditem:nth-of-type(2n+3) {
    margin-left: 0; }
  .tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-downloads .downloaditem:nth-of-type(n+3) {
    margin-top: 20px; } }

.tx-contentpackage-productDetailContainer .tx-contentpackage-descriptionContainer .tx-contentpackage-bewertungen {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #DBD8D4; }

.tx-contentpackage-productDetailContainer article {
  position: relative;
  float: left;
  width: calc((100% - 40px) / 5);
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  height: 235px;
  overflow: hidden; }

.tx-contentpackage-productDetailContainer article .tx-contentpackage-productImage {
  display: block;
  margin: 0 0 10px 0;
  border: 1px solid #dbd8d4;
  padding: 5px;
  width: 100%;
  text-align: center;
  height: 150px;
  overflow: hidden; }

.tx-contentpackage-productDetailContainer article h4 a {
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 10px 0;
  display: block;
  color: #5d5d5d;
  text-decoration: none; }

.tx-contentpackage-productDetailContainer article + article {
  margin-left: 10px; }

.tx-contentpackage-productDetailContainer article:nth-of-type(5n+6) {
  margin-left: 0; }

.tx-contentpackage-productDetailContainer article:nth-of-type(n+6) {
  margin-top: 10px; }

.tx-contentpackage-productDetailContainer article:hover .tx-contentpackage-hover {
  opacity: 1;
  transition: .5s opacity; }

@media screen and (max-width: 960px) {
  .tx-contentpackage-productDetailContainer article {
    width: calc((100% - 20px) / 2); }
  .tx-contentpackage-productDetailContainer article:nth-of-type(2n) {
    margin-left: 20px; }
  .tx-contentpackage-productDetailContainer article:nth-of-type(2n+1) {
    margin-left: 0px; }
  .tx-contentpackage-productDetailContainer article:nth-of-type(5n+6) {
    margin-left: 20px; }
  .tx-contentpackage-productDetailContainer article:nth-of-type(n+6) {
    margin-top: 0px; } }

@media screen and (max-width: 768px) {
  .tx-contentpackage-productDetailContainer article .tx-contentpackage-hover,
  .tx-contentpackage-productDetailContainer article .tx-contentpackage-tooltip {
    display: none; } }

@media screen and (max-width: 560px) {
  .tx-contentpackage-productDetailContainer article {
    width: 100%;
    float: none;
    margin-left: 0 !important; }
  .tx-contentpackage-productDetailContainer article + article {
    margin-top: 20px !important; } }

/* Magnific Popup für HTML5-Produktvideo
*/
.popupProductVideo {
  position: relative; }

.popupProductVideo .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.popupProductVideo .mfp-close:active {
  top: -40px; }

.tx-contentpackage-produktOverview {
  padding-bottom: 50px; }

.tx-contentpackage-produktOverview .keineErgebnisse {
  margin: 100px auto;
  text-align: center;
  color: #333333; }

.tx-contentpackage-produktOverview .tx-contentpackage-loading {
  text-align: center;
  padding-top: 50px; }

.tx-contentpackage-produktOverview article {
  position: relative;
  float: left;
  width: calc((100% - 40px) / 3);
  border-top: solid 1px #d9d7d3;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  height: 285px;
  padding-top: 10px; }

.tx-contentpackage-produktOverview article h4 {
  height: 32px;
  overflow: hidden;
  word-break: break-word;
  font-weight: 600;
  color: #002f63; }

@media screen and (max-width: 560px) {
  .tx-contentpackage-produktOverview article .tx-contentpackage-productImageContainer {
    height: 120px;
    margin-bottom: 10px;
    text-align: center; } }

.tx-contentpackage-produktOverview article .tx-contentpackage-productImage {
  display: block;
  margin: 0 0 10px 0;
  text-align: center;
  width: 100%;
  height: auto;
  height: 168px;
  width: auto;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 560px) {
  .tx-contentpackage-produktOverview article .tx-contentpackage-productImage {
    height: auto;
    vertical-align: middle;
    display: inline; } }

.tx-contentpackage-produktOverview article p {
  color: #646464;
  height: 42px;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 10px 0;
  padding-left: 9px;
  background: url('../..//assets/leifheit/images/small-arrow-right.png') 0px 4px no-repeat; }

.tx-contentpackage-produktOverview article .tx-contentpackage-hover {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 95px;
  left: 50%;
  margin-left: -51px;
  width: 101px;
  padding: 4px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 3px;
  transition: .5s opacity; }

.tx-contentpackage-produktOverview article .tx-contentpackage-new {
  position: absolute;
  top: 10px;
  left: 0; }

.tx-contentpackage-produktOverview article .tx-contentpackage-tooltip {
  position: absolute;
  bottom: 220px;
  z-index: 110;
  display: none;
  background-color: #f2f2f2;
  border: 1px solid #d9d7d3;
  padding: 12px 14px 16px 13px; }

.tx-contentpackage-produktOverview article .tx-contentpackage-tooltip:after, .tx-contentpackage-produktOverview article .tx-contentpackage-tooltip:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.tx-contentpackage-produktOverview article .tx-contentpackage-tooltip:after {
  border-color: rgba(242, 242, 242, 0);
  border-top-color: #f2f2f2;
  border-width: 15px;
  margin-left: -15px; }

.tx-contentpackage-produktOverview article .tx-contentpackage-tooltip:before {
  border-color: rgba(242, 242, 242, 0);
  border-top-color: #d9d7d3;
  border-width: 17px;
  margin-left: -17px; }

.tx-contentpackage-produktOverview article .tx-contentpackage-tooltip .tx-contentpackage-close i {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 14px;
  cursor: pointer; }

.tx-contentpackage-produktOverview article .tx-contentpackage-tooltip strong,
.tx-contentpackage-produktOverview article .tx-contentpackage-tooltip b {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  margin: 0 0 12px 0;
  width: 100%;
  display: block;
  color: #002f63; }

.tx-contentpackage-produktOverview article .tx-contentpackage-tooltip ul li {
  padding-left: 9px;
  margin-bottom: 2px;
  background: url('../..//assets/leifheit/images/small-arrow-right.png') 0px 4px no-repeat;
  color: #646464; }

.tx-contentpackage-produktOverview article .tx-contentpackage-tooltip ul li + li {
  margin-top: 5px; }

.tx-contentpackage-produktOverview article .tx-contentpackage-tooltip .tx-contentpackage-product {
  padding: 5px 12px 5px 8px;
  margin: 13px 0 25px 0;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  background-color: #002f63;
  text-decoration: none; }

.tx-contentpackage-produktOverview article .tx-contentpackage-tooltip .tx-contentpackage-product:after {
  color: #fff;
  content: "\f054";
  margin-left: 5px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  vertical-align: middle;
  font-size: 6px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tx-contentpackage-produktOverview article + article {
  margin-left: 20px; }

.tx-contentpackage-produktOverview article:nth-of-type(3n+4) {
  margin-left: 0; }

.tx-contentpackage-produktOverview article:nth-of-type(n+4) {
  margin-top: 20px; }

.tx-contentpackage-produktOverview article:hover .tx-contentpackage-hover {
  opacity: 1;
  transition: .5s opacity; }

.tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article {
  width: calc((100% - 60px) / 4); }

.tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article:nth-of-type(3n+4) {
  margin-left: 20px; }

.tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article:nth-of-type(4n+5) {
  margin-left: 0; }

.tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article:nth-of-type(n+4) {
  margin-top: 0; }

.tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article:nth-of-type(n+5) {
  margin-top: 20px; }

@media screen and (max-width: 1024px) {
  .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article {
    width: calc((100% - 40px) / 3); }
  .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article:nth-of-type(4n+5) {
    margin-left: 20px; }
  .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article:nth-of-type(2n+3) {
    margin-left: 20px; }
  .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article:nth-of-type(3n+4) {
    margin-left: 0; }
  .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article:nth-of-type(n+3) {
    margin-top: 0; }
  .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article:nth-of-type(n+4) {
    margin-top: 20px; } }

@media screen and (max-width: 768px) {
  .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article {
    width: calc((100% - 20px) / 2); }
  .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article:nth-of-type(3n+4) {
    margin-left: 20px; }
  .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article:nth-of-type(2n+3) {
    margin-left: 0; }
  .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article:nth-of-type(n+3) {
    margin-top: 20px !important; } }

@media screen and (max-width: 560px) {
  .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article {
    height: auto;
    float: left; }
  .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article + article {
    margin-top: 0 !important;
    margin-left: 20px !important; }
  .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article:nth-of-type(2n+3) {
    margin-left: 0 !important; }
  .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig article:nth-of-type(n+3) {
    margin-top: 20px !important; } }

@media screen and (max-width: 960px) {
  .tx-contentpackage-produktOverview article {
    width: calc((100% - 20px) / 2); }
  .tx-contentpackage-produktOverview article:nth-of-type(3n+4) {
    margin-left: 20px; }
  .tx-contentpackage-produktOverview article:nth-of-type(2n+3) {
    margin-left: 0; }
  .tx-contentpackage-produktOverview article:nth-of-type(n+3) {
    margin-top: 20px; } }

@media screen and (max-width: 768px) {
  .tx-contentpackage-produktOverview article .tx-contentpackage-hover,
  .tx-contentpackage-produktOverview article .tx-contentpackage-tooltip {
    display: none; } }

@media screen and (max-width: 560px) {
  .tx-contentpackage-produktOverview article .tx-contentpackage-productImage {
    height: auto;
    max-height: 100%; } }

.contentWrap.inner.small .tx-contentpackage-produktOverview.tx-contentpackage-vierspaltig {
  padding-left: 0;
  padding-right: 0; }

.produktliste.reklamation .tx-contentpackage-produktOverview {
  padding-bottom: 0; }

.produktliste.reklamation .tx-contentpackage-produktOverview .produktKontakt h4 {
  font-size: 13px;
  line-height: 16px;
  font-size: 0.8125rem;
  line-height: 1rem;
  display: block;
  margin: 0;
  height: auto; }

.produktliste.reklamation .tx-contentpackage-produktOverview .produktKontakt span {
  font-size: 12px;
  line-height: 14px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #5d5d5d;
  font-weight: 600; }

.produktliste.reklamation .tx-contentpackage-produktOverview .produktKontakt .aktiv {
  margin-left: 0; }

.tx-contentpackage-produktOverview .BVRRInlineRating .bv-inline-rating-container {
  visibility: hidden !important;
  display: flex !important;
  justify-content: center; }

.tx-contentpackage-produktOverview .BVRRInlineRating .bv-inline-rating-container .bv-cv2-cleanslate .bv-core-container-23 .bv-inline-rating-container .bv-stars-container dd {
  display: inline-block !important; }

.tx-contentpackage-bildTextElement {
  margin: 0 0 50px 0;
  /* Remove margin-top with next element breadcrumb*/
  /* Add Padding left right by checkbox*/ }

.tx-contentpackage-bildTextElement + .tx-contentpackage-breadcrumb {
  /* margin-top: -30px;*/
  margin-top: -15px; }

.tx-contentpackage-bildTextElement .inner.small.padding {
  padding-left: 95px !important;
  padding-right: 95px !important; }

@media screen and (max-width: 1000px) {
  .tx-contentpackage-bildTextElement .inner.small.padding {
    padding-left: 25px !important;
    padding-right: 25px !important; } }

.tx-contentpackage-bildTextElement .inner > div {
  /* Image right position*/
  /* Image left position*/
  /* Image width 25%*/
  /* Image width 50%*/
  /* Image width default 100%*/
  /* Default position*/ }

.tx-contentpackage-bildTextElement .inner > div.image-right figure {
  float: right;
  margin: 0 0 0 25px; }

.tx-contentpackage-bildTextElement .inner > div.image-right div {
  float: left; }

@media screen and (max-width: 1020px) {
  .tx-contentpackage-bildTextElement .inner > div.image-right.image-width25 figure {
    float: none;
    margin: 0 0 25px 0; }
  .tx-contentpackage-bildTextElement .inner > div.image-right.image-width25 div {
    float: none; } }

@media screen and (max-width: 767px) {
  .tx-contentpackage-bildTextElement .inner > div.image-right.image-width25.disableImage figure {
    display: none; }
  .tx-contentpackage-bildTextElement .inner > div.image-right.image-width50 figure, .tx-contentpackage-bildTextElement .inner > div.image-right.image-width40 figure {
    float: none;
    margin: 0 0 25px 0; }
  .tx-contentpackage-bildTextElement .inner > div.image-right.image-width50 div, .tx-contentpackage-bildTextElement .inner > div.image-right.image-width40 div {
    float: none; }
  .tx-contentpackage-bildTextElement .inner > div.image-right.image-width50.disableImage figure, .tx-contentpackage-bildTextElement .inner > div.image-right.image-width40.disableImage figure {
    display: none; } }

.tx-contentpackage-bildTextElement .inner > div.image-left figure {
  float: left;
  margin: 0 25px 0 0; }

.tx-contentpackage-bildTextElement .inner > div.image-left div {
  float: left; }

@media screen and (max-width: 1020px) {
  .tx-contentpackage-bildTextElement .inner > div.image-left.image-width25 figure {
    float: none;
    margin: 0 0 25px 0; }
  .tx-contentpackage-bildTextElement .inner > div.image-left.image-width25 div {
    float: none; } }

@media screen and (max-width: 767px) {
  .tx-contentpackage-bildTextElement .inner > div.image-left.image-width50 figure, .tx-contentpackage-bildTextElement .inner > div.image-left.image-width40 figure {
    float: none;
    margin: 0 0 25px 0; }
  .tx-contentpackage-bildTextElement .inner > div.image-left.image-width50 div, .tx-contentpackage-bildTextElement .inner > div.image-left.image-width40 div {
    float: none; } }

.tx-contentpackage-bildTextElement .inner > div.image-absolute-background figure img {
  visibility: hidden; }

.tx-contentpackage-bildTextElement .inner > div.image-absolute-background.linoprotect400 {
  background: url(http://www.leifheit.de/uploads/linoprotect400-schirm.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  padding-top: 50px; }

@media screen and (max-width: 767px) {
  .tx-contentpackage-bildTextElement .inner > div.image-absolute-background figure img {
    visibility: visible; }
  .tx-contentpackage-bildTextElement .inner > div.image-absolute-background.linoprotect400 {
    background: transparent;
    padding-top: 0; } }

.tx-contentpackage-bildTextElement .inner > div.image-width25 figure {
  max-width: 25%;
  height: auto; }

.tx-contentpackage-bildTextElement .inner > div.image-width25 figure + div {
  max-width: calc((100% - 25%) - 25px); }

@media screen and (max-width: 1020px) {
  .tx-contentpackage-bildTextElement .inner > div.image-width25 figure {
    max-width: 100%; }
  .tx-contentpackage-bildTextElement .inner > div.image-width25 figure + div {
    max-width: 100%; } }

.tx-contentpackage-bildTextElement .inner > div.image-width50 figure {
  max-width: 50%;
  height: auto; }

.tx-contentpackage-bildTextElement .inner > div.image-width50 figure + div {
  max-width: calc((100% - 50%) - 25px); }

@media screen and (max-width: 767px) {
  .tx-contentpackage-bildTextElement .inner > div.image-width50 figure {
    max-width: 100%; }
  .tx-contentpackage-bildTextElement .inner > div.image-width50 figure + div {
    max-width: 100%; } }

.tx-contentpackage-bildTextElement .inner > div.image-width40 figure {
  max-width: 40%;
  height: auto; }

.tx-contentpackage-bildTextElement .inner > div.image-width40 figure + div {
  max-width: calc((100% - 40%) - 25px); }

@media screen and (max-width: 767px) {
  .tx-contentpackage-bildTextElement .inner > div.image-width40 figure {
    max-width: 100%; }
  .tx-contentpackage-bildTextElement .inner > div.image-width40 figure + div {
    max-width: 100%; } }

.tx-contentpackage-bildTextElement .inner > div.image-width100 figure {
  max-width: 100%;
  height: auto; }

.tx-contentpackage-bildTextElement .inner > div.default figure {
  float: none;
  padding: 0;
  margin: 0; }

.tx-contentpackage-bildTextElement .inner > div.default figure + div {
  margin-top: 25px; }

.tx-contentpackage-bildTextElement .inner > div.default div {
  float: none;
  display: block; }

@media screen and (max-width: 767px) {
  .tx-contentpackage-bildTextElement .inner > div.default {
    /* Disable Image on Mobile*/ }
  .tx-contentpackage-bildTextElement .inner > div.default.disableImage figure {
    display: none; } }

.tx-contentpackage-bildTextElement .inner > div.mobileimg figure img.mobileimg {
  display: none; }

@media screen and (max-width: 640px) {
  .tx-contentpackage-bildTextElement .inner > div.mobileimg figure img {
    display: none; }
  .tx-contentpackage-bildTextElement .inner > div.mobileimg figure img.mobileimg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%; } }

.tx-contentpackage-bildTextElement .inner > div.margin {
  margin-top: 95px;
  margin-bottom: 95px; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-bildTextElement .inner > div.margin {
    margin-top: 45px;
    margin-bottom: 45px; } }

.tx-contentpackage-bildTextElement strong,
.tx-contentpackage-bildTextElement b {
  font-weight: 600;
  color: #646464; }

.tx-contentpackage-bildTextElement figure img:focus {
  outline: none; }

.tx-contentpackage-bildTextElement p {
  font-size: 14px;
  line-height: 18px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #646464;
  margin: 0; }

.tx-contentpackage-bildTextElement p strong,
.tx-contentpackage-bildTextElement p b {
  color: inherit; }

.tx-contentpackage-bildTextElement p + p {
  margin-top: 15px; }

.tx-contentpackage-bildTextElement a {
  font-size: 14px;
  line-height: 18px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #646464;
  text-decoration: underline; }

.tx-contentpackage-bildTextElement a strong {
  color: inherit; }

.tx-contentpackage-bildTextElement a:hover, .tx-contentpackage-bildTextElement a:visited {
  color: #002f63; }

.tx-contentpackage-bildTextElement .redbutton:hover, .tx-contentpackage-bildTextElement .redbutton:visited, .tx-contentpackage-bildTextElement .redbutton:focus {
  color: #fff; }

.tx-contentpackage-bildTextElement .bigfont,
.tx-contentpackage-bildTextElement .bigfont2,
.tx-contentpackage-bildTextElement .tx-contentpackage-landingpage-twocol-product--productdetail ul li,
.tx-contentpackage-landingpage-twocol-product--productdetail ul .tx-contentpackage-bildTextElement li {
  font-size: 19px;
  line-height: 27px;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  color: #646464; }

.tx-contentpackage-bildTextElement .bigfont a,
.tx-contentpackage-bildTextElement .bigfont2 a,
.tx-contentpackage-bildTextElement .tx-contentpackage-landingpage-twocol-product--productdetail ul li a,
.tx-contentpackage-landingpage-twocol-product--productdetail ul .tx-contentpackage-bildTextElement li a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none; }

.tx-contentpackage-bildTextElement .bigfont a:hover,
.tx-contentpackage-bildTextElement .bigfont2 a:hover,
.tx-contentpackage-bildTextElement .tx-contentpackage-landingpage-twocol-product--productdetail ul li a:hover,
.tx-contentpackage-landingpage-twocol-product--productdetail ul .tx-contentpackage-bildTextElement li a:hover {
  color: inherit; }

.tx-contentpackage-bildTextElement .bigfont2,
.tx-contentpackage-bildTextElement .tx-contentpackage-landingpage-twocol-product--productdetail ul li,
.tx-contentpackage-landingpage-twocol-product--productdetail ul .tx-contentpackage-bildTextElement li {
  font-size: 22px;
  line-height: 30px;
  font-size: 1.375rem;
  line-height: 1.875rem; }

.tx-contentpackage-bildTextElement table {
  margin-top: 15px;
  border-spacing: 0;
  width: 100%; }

.tx-contentpackage-bildTextElement table tr td {
  font-size: 14px;
  line-height: 18px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #5d5d5d;
  margin: 0;
  width: 48%; }

@media screen and (max-width: 767px) {
  main > .tx-contentpackage-bildTextElement:first-child .inner > div.default figure {
    margin-top: -32px; } }

.tx-contentpackage-sidebar-box {
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #d9d7d3;
  margin-bottom: 10px; }

.tx-contentpackage-sidebar-box > img {
  display: block; }

.tx-contentpackage-sidebar-box > img + * {
  margin-top: 15px; }

.tx-contentpackage-sidebar-box p {
  font-size: 12px;
  line-height: 18px;
  color: #5d5d5d;
  margin: 0; }

.tx-contentpackage-sidebar-box p + p {
  margin-top: 15px; }

.tx-contentpackage-sidebar-box p:first-child strong, .tx-contentpackage-sidebar-box p:first-child b {
  color: #002f63; }

.tx-contentpackage-sidebar-box.tx-contentpackage-onlyWithImage {
  padding: 0;
  margin-bottom: 0;
  border: none; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-sidebar-box.tx-contentpackage-onlyWithImage {
    display: none; } }

.tx-contentpackage-sidebar-box.tx-contentpackage-blue {
  background: #002f63;
  color: #fff;
  border: none; }

.tx-contentpackage-sidebar-box.tx-contentpackage-blue p,
.tx-contentpackage-sidebar-box.tx-contentpackage-blue h1,
.tx-contentpackage-sidebar-box.tx-contentpackage-blue h2,
.tx-contentpackage-sidebar-box.tx-contentpackage-blue h3,
.tx-contentpackage-sidebar-box.tx-contentpackage-blue h4,
.tx-contentpackage-sidebar-box.tx-contentpackage-blue a,
.tx-contentpackage-sidebar-box.tx-contentpackage-blue strong,
.tx-contentpackage-sidebar-box.tx-contentpackage-blue b {
  color: #fff; }

.tx-contentpackage-sidebar-box.tx-contentpackage-blue p:first-child strong, .tx-contentpackage-sidebar-box.tx-contentpackage-blue p:first-child b {
  color: #ffffff; }

.tx-contentpackage-sidebar-box.tx-contentpackage-sidebar-mobile {
  display: none; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-sidebar-box.tx-contentpackage-sidebar-mobile {
    display: block; } }

.tx-sy-leifheitkontakt {
  line-height: 17px;
  font-size: 14px;
  color: #646464; }

@media screen and (max-width: 1000px) {
  .tx-sy-leifheitkontakt > .kontakt2015 {
    padding-left: 25px; } }

@media screen and (max-width: 768px) {
  .tx-sy-leifheitkontakt > .kontakt2015 {
    padding-right: 25px; } }

.tx-sy-leifheitkontakt strong,
.tx-sy-leifheitkontakt b {
  color: #646464;
  font-weight: 600; }

.tx-sy-leifheitkontakt a {
  text-decoration: none;
  color: #002f63; }

.tx-sy-leifheitkontakt select.fehler {
  border: 1px solid #b31a2e !important;
  color: #b31a2e; }

.tx-sy-leifheitkontakt select.fehler + span.selectboxit-container .selectboxit {
  border: 1px solid #b31a2e !important;
  color: #b31a2e; }

.tx-sy-leifheitkontakt .kontakt2015 {
  margin: 30px 0;
  line-height: 1.5 !important; }

.tx-sy-leifheitkontakt .kontakt2015 > p {
  font-size: 14px;
  line-height: 18px;
  font-size: 0.875rem;
  line-height: 1.125rem; }

.tx-sy-leifheitkontakt .auswahl2ebene {
  display: none;
  margin-top: 50px;
  margin-bottom: 20px; }

.tx-sy-leifheitkontakt .produktbereich,
.tx-sy-leifheitkontakt .produktkategorie {
  float: left;
  margin-right: 30px; }

.tx-sy-leifheitkontakt .produktbereich .selectboxit-container .selectboxit,
.tx-sy-leifheitkontakt .produktkategorie .selectboxit-container .selectboxit {
  width: 170px !important; }

.tx-sy-leifheitkontakt .produktkategorie,
.tx-sy-leifheitkontakt .produktkategorie2,
.tx-sy-leifheitkontakt .produktliste {
  display: none;
  float: left; }

.tx-sy-leifheitkontakt .produktkategorie2 .selectboxit-container .selectboxit {
  width: 170px !important; }

.tx-sy-leifheitkontakt .produktliste {
  width: 100%;
  margin-top: 30px; }

.tx-sy-leifheitkontakt .produktentfernen {
  display: none;
  clear: both;
  cursor: pointer; }

.tx-sy-leifheitkontakt .infoBoxStempel {
  display: none;
  background-color: white;
  width: 667px;
  height: 625px;
  border-radius: 5px;
  position: absolute;
  z-index: 10001;
  padding: 25px 0 0 30px;
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75); }

.tx-sy-leifheitkontakt .infoBoxStempel .infoElement {
  float: left;
  display: inline-block;
  width: 328px;
  height: 266px;
  margin: 0;
  padding: 0; }

.tx-sy-leifheitkontakt .infoBoxStempel .infoElement.big {
  width: 282px; }

.tx-sy-leifheitkontakt .infoBoxStempel .infoElement img {
  margin-bottom: 5px; }

.tx-sy-leifheitkontakt .infoBoxStempel .infoBoxClose {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer; }

.tx-sy-leifheitkontakt #ProduktbeschreibungFeld,
.tx-sy-leifheitkontakt #ProduktbeschreibungFeld2 {
  box-shadow: 0px 0px 5px #CFCFCF inset;
  border: 1px solid transparent;
  width: 520px;
  width: 100%;
  height: 30px;
  padding: 0px 5px;
  color: #646464;
  font-size: 12px;
  border-radius: 3px;
  font-family: "Arimo",Helvetica,Arial,sans-serif; }

.tx-sy-leifheitkontakt .weiter,
.tx-sy-leifheitkontakt .weiter2,
.tx-sy-leifheitkontakt .weiter3,
.tx-sy-leifheitkontakt .weiter4 {
  cursor: pointer;
  font-weight: normal;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-radius: 5px;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  margin: 15px 0 25px;
  padding: 10px;
  width: 80px;
  cursor: hover;
  text-align: center; }

.tx-sy-leifheitkontakt .weiter2,
.tx-sy-leifheitkontakt .weiter3,
.tx-sy-leifheitkontakt .weiter4 {
  display: none; }

.tx-sy-leifheitkontakt .frage {
  display: none;
  margin: 20px 0 0 0;
  padding-top: 20px;
  border-top: 1px solid #D9D7D3; }

.tx-sy-leifheitkontakt #kontakt_head {
  display: none; }

.tx-sy-leifheitkontakt .divider {
  border-top: 1px solid #D9D7D3;
  height: 0;
  width: 100%;
  margin-bottom: 20px; }

.tx-sy-leifheitkontakt .upload_kontakt {
  padding: 20px 0; }

.tx-sy-leifheitkontakt .upload_kontakt #upload_inner,
.tx-sy-leifheitkontakt .upload_kontakt #upload_inner2,
.tx-sy-leifheitkontakt .upload_kontakt #upload_inner3 {
  position: relative;
  left: auto;
  top: auto; }

.tx-sy-leifheitkontakt #uploadButton,
.tx-sy-leifheitkontakt #uploadButton2,
.tx-sy-leifheitkontakt #uploadButton3 {
  line-height: 34px;
  height: auto;
  padding: 0 10px; }

@media screen and (max-width: 640px) {
  .tx-sy-leifheitkontakt #uploadButton,
  .tx-sy-leifheitkontakt #uploadButton2,
  .tx-sy-leifheitkontakt #uploadButton3 {
    width: 100%; } }

.tx-sy-leifheitkontakt #uploadedBild, .tx-sy-leifheitkontakt #uploadedBild2, .tx-sy-leifheitkontakt #uploadedBild3 {
  margin-top: 26px;
  padding-top: 20px; }

.tx-sy-leifheitkontakt #uploadAnhaenge,
.tx-sy-leifheitkontakt #uploadAnhaenge2,
.tx-sy-leifheitkontakt #uploadAnhaenge3 {
  position: absolute;
  top: 5px;
  left: 305px;
  font-size: 11px;
  line-height: 14px;
  width: 300px;
  width: auto; }

@media screen and (max-width: 640px) {
  .tx-sy-leifheitkontakt #uploadAnhaenge,
  .tx-sy-leifheitkontakt #uploadAnhaenge2,
  .tx-sy-leifheitkontakt #uploadAnhaenge3 {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    margin-top: 10px; } }

.tx-sy-leifheitkontakt .loading {
  margin-top: 30px;
  margin-left: 0px;
  display: none;
  float: left;
  width: 45px;
  height: 44px;
  background-image: url('../..//assets/leifheit/images/loading.gif');
  animation: 1s steps(9, end) 0s normal none infinite play;
  background-size: 97%; }

@media screen and (min-width: 768px) {
  .tx-sy-leifheitkontakt #kontakt {
    border-top: 1px solid #D9D7D3; } }

#sy_formular_kontakt label {
  display: block;
  color: #646464;
  font-size: 12px;
  margin: 20px 0 5px 0; }

#sy_formular_kontakt input {
  -webkit-box-shadow: inset 0 0 5px #cfcfcf;
  -moz-box-shadow: inset 0 0 5px #cfcfcf;
  box-shadow: inset 0 0 5px #cfcfcf;
  border: 1px solid transparent;
  width: 100%;
  height: 30px;
  padding: 0 5px;
  color: #646464;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Arimo',Helvetica,Arial,sans-serif; }

#sy_formular_kontakt textarea {
  -webkit-box-shadow: inset 0 0 5px #cfcfcf;
  -moz-box-shadow: inset 0 0 5px #cfcfcf;
  box-shadow: inset 0 0 5px #cfcfcf;
  border: 1px solid transparent;
  width: 100% !important;
  height: 150px;
  resize: none;
  padding: 5px;
  color: #646464;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Arimo',Helvetica,Arial,sans-serif; }

#sy_formular_kontakt .selectboxit-container .selectboxit,
#sy_formular_kontakt .selectboxit-container,
#sy_formular_kontakt .selectboxit-container .selectboxit-options {
  width: 100% !important; }

#sy_formular_kontakt #check_newsletter {
  cursor: pointer;
  margin-right: 12px;
  float: left; }

#sy_formular_kontakt .submitButton {
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
  color: white;
  background-color: #d1012d;
  padding: 0;
  height: 32px;
  line-height: 32px;
  width: 115px;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  font-family: "Exo 2", sans-serif; }

.lp-linomatic-questionContainer .fehler {
  border: 1px solid #b31a2d !important;
  color: #b31a2d; }

#sy_formular_kontakt .fehler {
  border: 1px solid #b31a2d !important;
  color: #b31a2d; }

#sy_formular_kontakt .fehler_radio {
  border: none !important;
  color: #b31a2d; }

.halbeSpalte {
  width: 45%;
  float: left; }

.halbeSpalte + .halbeSpalte {
  margin-left: 10%; }

@media screen and (max-width: 640px) {
  .halbeSpalte {
    width: 100%;
    float: none; }
  .halbeSpalte + .halbeSpalte {
    margin-left: 0; } }

.tx-contentpackage-landingpage {
  margin-bottom: 60px; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-landingpage {
    margin-bottom: 0; }
  .tx-contentpackage-landingpage + .tx-contentpackage-bildTextElement,
  .tx-contentpackage-landingpage + .tx-contentpackage-lp-studie--textelement {
    margin-top: 50px; } }

.tx-contentpackage-landingpage .inner.small {
  padding-left: 0;
  padding-right: 0; }

.tx-contentpackage-landingpage .inner.small .tx-contentpackage-landingpage--fullsizevideo video {
  position: relative;
  top: auto;
  left: auto;
  max-width: 100%;
  width: 100%;
  height: auto;
  padding: 0;
  -o-object-fit: cover;
  object-fit: cover; }

.tx-contentpackage-landingpage .inner.small .imgWrap {
  position: relative; }

.tx-contentpackage-landingpage .inner.small .imgWrap img {
  display: block;
  max-width: 100%;
  height: auto; }

.tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer {
  position: absolute; }

.tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer.bottomleft {
  left: 125px;
  bottom: 75px; }

.tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer.bottomright {
  right: 125px;
  bottom: 75px; }

.tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer.topright {
  top: 75px;
  right: 125px; }

.tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer.topleft {
  top: 75px;
  left: 125px; }

.tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer.bottomrightovercontent {
  right: 25px;
  bottom: -120px;
  z-index: 50; }

.tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer.center {
  left: 50%;
  bottom: 75px; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer {
    max-width: 125px;
    height: auto; }
  .tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer.topleft, .tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer.bottomleft {
    left: 25px; }
  .tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer.topright, .tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer.bottomright {
    right: 25px; }
  .tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer.topright, .tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer.topleft {
    top: 25px; }
  .tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer.bottomleft, .tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer.bottomright {
    bottom: 25px; }
  .tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer.center {
    bottom: 25px;
    max-width: 80px; } }

@media screen and (max-width: 640px) {
  .tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer {
    max-width: 70px;
    height: auto; }
  .tx-contentpackage-landingpage .inner.small .imgWrap img.stoerer.bottomrightovercontent {
    max-width: 100px;
    right: 25px;
    bottom: -60px; } }

.tx-contentpackage-landingpage .inner.small video {
  position: absolute;
  top: 80px;
  left: 70px;
  max-width: 400px;
  height: auto; }

@media screen and (max-width: 1024px) {
  .tx-contentpackage-landingpage .inner.small video {
    max-width: 300px;
    height: auto;
    top: 45px;
    left: 25px; } }

@media screen and (max-width: 768px) {
  .tx-contentpackage-landingpage .inner.small video {
    position: relative;
    top: auto;
    left: auto;
    padding: 25px;
    max-width: 100%;
    width: 100%;
    height: auto; } }

.tx-contentpackage-landingpage .inner.small .textWrap {
  position: relative;
  /* Störer neben Headline*/ }

.tx-contentpackage-landingpage .inner.small .textWrap > div {
  min-height: 150px;
  padding: 25px;
  display: table;
  height: 100%;
  width: 100%; }

.tx-contentpackage-landingpage .inner.small .textWrap > div > div {
  display: table-cell;
  vertical-align: middle; }

.tx-contentpackage-landingpage .inner.small .textWrap.morebutton > div > div {
  position: relative; }

.tx-contentpackage-landingpage .inner.small .textWrap.morebutton > div > div .greybutton {
  position: absolute;
  right: 0;
  bottom: 0; }

@media screen and (max-width: 1024px) {
  .tx-contentpackage-landingpage .inner.small .textWrap.morebutton > div > div .greybutton {
    position: relative;
    right: auto;
    bottom: auto; } }

.tx-contentpackage-landingpage .inner.small .textWrap h2 {
  font-size: 51px;
  line-height: 52px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 10px 0;
  display: block; }

.tx-contentpackage-landingpage .inner.small .textWrap h2 p {
  margin: 0;
  color: inherit !important; }

.tx-contentpackage-landingpage .inner.small .textWrap h3 {
  font-size: 30px;
  line-height: 35px;
  margin: 0;
  color: #fff;
  font-weight: 600; }

.tx-contentpackage-landingpage .inner.small .textWrap h3 p {
  margin: 0;
  color: inherit !important; }

.tx-contentpackage-landingpage .inner.small .textWrap h4 {
  font-size: 38px;
  line-height: normal;
  font-weight: 600;
  color: #fff;
  margin: 0; }

.tx-contentpackage-landingpage .inner.small .textWrap h4 p {
  margin: 0;
  color: inherit !important; }

.tx-contentpackage-landingpage .inner.small .textWrap p {
  margin: 0; }

.tx-contentpackage-landingpage .inner.small .textWrap p + p {
  margin-top: 10px; }

.tx-contentpackage-landingpage .inner.small .textWrap .tx-contentpackage-bigblueheadline,
.tx-contentpackage-landingpage .inner.small .textWrap .tx-contentpackage-smallBlueHeadline,
.tx-contentpackage-landingpage .inner.small .textWrap .tx-contentpackage-smallMiddleGreenHeadline2,
.tx-contentpackage-landingpage .inner.small .textWrap .tx-contentpackage-smallMiddleGreenHeadline,
.tx-contentpackage-landingpage .inner.small .textWrap .tx-contentpackage-smallMiddleGreenHeadline2,
.tx-contentpackage-landingpage .inner.small .textWrap .tx-contentpackage-smallMiddleBlueHeadline,
.tx-contentpackage-landingpage .inner.small .textWrap .tx-contentpackage-smallMiddleBlueBorderBottomHeadline,
.tx-contentpackage-landingpage .inner.small .textWrap .tx-contentpackage-middleBlueHeadline2,
.tx-contentpackage-landingpage .inner.small .textWrap .tx-contentpackage-middleBlueHeadline,
.tx-contentpackage-landingpage .inner.small .textWrap .tx-contentpackage-bigGreyHeadline {
  margin: 0; }

.tx-contentpackage-landingpage .inner.small .textWrap.stoererovercontent {
  padding-right: 190px; }

@media screen and (max-width: 768px) {
  .tx-contentpackage-landingpage .inner.small .textWrap.stoererovercontent {
    padding-right: 160px; } }

@media screen and (max-width: 640px) {
  .tx-contentpackage-landingpage .inner.small .textWrap.stoererovercontent {
    padding-right: 120px; }
  .tx-contentpackage-landingpage .inner.small .textWrap h2 {
    font-size: 24px;
    line-height: normal;
    word-break: break-word; }
  .tx-contentpackage-landingpage .inner.small .textWrap h3 {
    font-size: 18px;
    line-height: normal;
    word-break: break-word; }
  .tx-contentpackage-landingpage .inner.small .textWrap h4 {
    font-size: 22px;
    line-height: normal; } }

.tx-sy-leifheitgewinnspiel {
  margin-bottom: 40px; }

.tx-sy-leifheitgewinnspiel input[type="checkbox"] {
  display: none !important; }

.tx-sy-leifheitgewinnspiel input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 30px !important; }

.tx-sy-leifheitgewinnspiel input[type="checkbox"] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  background: #fff;
  height: 25px;
  -webkit-box-shadow: inset 0 0 5px #cfcfcf;
  -moz-box-shadow: inset 0 0 5px #cfcfcf;
  box-shadow: inset 0 0 5px #cfcfcf;
  border: 1px solid transparent;
  border-radius: 3px;
  text-align: center;
  line-height: 26px; }

.tx-sy-leifheitgewinnspiel input[type="checkbox"]:checked + label {
  content: "X"; }

@media screen and (max-width: 768px) {
  .tx-sy-leifheitgewinnspiel input[type="checkbox"] + label {
    min-height: 25px;
    padding-top: 5px; } }

.tx-sy-leifheitgewinnspiel .submitButton {
  width: auto !important; }

.tx-sy-leifheitgewinnspiel .rightsidebar {
  float: right;
  margin-left: 2.67%; }

.tx-sy-leifheitgewinnspiel .rightsidebar small {
  font-weight: 600;
  display: block;
  margin-bottom: 5px; }

.tx-sy-leifheitgewinnspiel .rightsidebar img {
  display: block;
  margin-bottom: 20px; }

.tx-sy-leifheitgewinnspiel .rightsidebar p {
  font-size: 12px;
  line-height: 16px;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #010101;
  margin: 0; }

.tx-sy-leifheitgewinnspiel .rightsidebar p + p {
  margin-top: 20px; }

.tx-sy-leifheitgewinnspiel .rightsidebar + .tx-contentpackage-col {
  margin-left: 0; }

.tx-sy-leifheitgewinnspiel .gewinnspiel_content {
  max-width: 960px;
  padding: 25px; }

.tx-sy-leifheitgewinnspiel .gewinnspiel_content > .inner.small {
  padding-left: 0;
  padding-right: 0; }

.tx-sy-leifheitgewinnspiel .gewinnspiel_content p {
  font-family: 'Arimo',Helvetica,Arial,sans-serif; }

.tx-sy-leifheitgewinnspiel .gewinnspiel_content .pflichtfeld-hinweis {
  font-size: 11px;
  line-height: normal;
  display: block;
  margin-top: 25px; }

.tx-sy-leifheitgewinnspiel .gewinnspiel_content .teilnahmebedingungen {
  margin-top: 40px; }

.tx-sy-leifheitgewinnspiel .gewinnspiel_content .teilnahmebedingungen p {
  font-size: 12px;
  line-height: 16.8px;
  font-size: 0.75rem;
  line-height: 1.05rem;
  color: #5d5d5d; }

@media screen and (max-width: 768px) {
  .tx-sy-leifheitgewinnspiel .tx-contentpackage-m-12 {
    margin-left: 0; } }

.tx-contentpackage-masonry {
  margin-bottom: 70px; }

.tx-contentpackage-masonry--wrap {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px; }

.tx-contentpackage-masonry--item {
  position: relative;
  z-index: 5;
  margin-bottom: 5px;
  cursor: pointer; }

.tx-contentpackage-masonry--item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block; }

.tx-contentpackage-masonry--item div {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 48, 100, 0.8);
  z-index: 10;
  height: 100%;
  width: 100%;
  color: #fff;
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
  opacity: 0;
  padding: 25px; }

.tx-contentpackage-masonry--item div > span {
  display: table;
  width: 100%;
  height: 100%; }

.tx-contentpackage-masonry--item div > span > span {
  display: table-cell;
  vertical-align: middle; }

.tx-contentpackage-masonry--item div p,
.tx-contentpackage-masonry--item div a {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-size: 1.375rem;
  line-height: 1.875rem; }

.tx-contentpackage-masonry--item:hover div, .tx-contentpackage-masonry--item:focus div {
  opacity: 1; }

@media screen and (max-width: 1024px) {
  .tx-contentpackage-masonry--item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
  .tx-contentpackage-masonry--item div {
    padding: 20px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background: #003064;
    opacity: 1;
    height: auto; }
  .tx-contentpackage-masonry--item div p,
  .tx-contentpackage-masonry--item div a {
    font-size: 19px;
    line-height: 27px;
    font-size: 1.1875rem;
    line-height: 1.6875rem; } }

@media screen and (max-width: 768px) {
  .tx-contentpackage-masonry--wrap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .tx-contentpackage-masonry--item div p,
  .tx-contentpackage-masonry--item div a {
    font-size: 18px;
    line-height: 26px;
    font-size: 1.125rem;
    line-height: 1.625rem; } }

@media screen and (max-width: 480px) {
  .tx-contentpackage-masonry--wrap {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .tx-contentpackage-masonry--item div p,
  .tx-contentpackage-masonry--item div a {
    font-size: 16px;
    line-height: 21px;
    font-size: 1rem;
    line-height: 1.3125rem; } }

.tx-contentpackage-threecol-without-link {
  margin-bottom: 65px; }

.tx-contentpackage-threecol-without-link .inner.small {
  padding: 0; }

.tx-contentpackage-threecol-without-link--item {
  float: left;
  width: calc((100% - 10px) / 3); }

.tx-contentpackage-threecol-without-link--item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block; }

.tx-contentpackage-threecol-without-link--item div {
  padding: 25px 10px; }

.tx-contentpackage-threecol-without-link--item div p {
  margin: 0; }

.tx-contentpackage-threecol-without-link--item div p + p {
  margin-top: 15px; }

.tx-contentpackage-threecol-without-link--item + .tx-contentpackage-threecol-without-link--item {
  margin-left: 5px; }

@media screen and (max-width: 800px) {
  .tx-contentpackage-threecol-without-link--item {
    width: calc((100% - 5px) / 2); }
  .tx-contentpackage-threecol-without-link--item:nth-of-type(2n+3) {
    margin-left: 0; }
  .tx-contentpackage-threecol-without-link--item:nth-of-type(n+3) {
    margin-top: 5px; } }

@media screen and (max-width: 640px) {
  .tx-contentpackage-threecol-without-link--item {
    width: 100%; }
  .tx-contentpackage-threecol-without-link--item + .tx-contentpackage-threecol-without-link--item {
    margin-left: 0; }
  .tx-contentpackage-threecol-without-link--item:nth-of-type(n+2) {
    margin-left: 0; }
  .tx-contentpackage-threecol-without-link--item:nth-of-type(n+2) {
    margin-top: 5px; } }

.slider-neu {
  margin-bottom: 50px; }

.slider-neu .inner.small {
  padding-left: 0;
  padding-right: 0; }

.slider-neu__inner .swiper-button-prev,
.slider-neu__inner .swiper-button-next {
  background-image: none;
  opacity: .7; }

.slider-neu__inner .swiper-button-prev:before,
.slider-neu__inner .swiper-button-next:before {
  color: #5d5d5d; }

.slider-neu__inner .swiper-button-prev:hover,
.slider-neu__inner .swiper-button-next:hover {
  opacity: 1; }

.slider-neu__inner .swiper-button-prev:hover:before,
.slider-neu__inner .swiper-button-next:hover:before {
  color: #002f63; }

@media screen and (max-width: 640px) {
  .slider-neu__inner .swiper-button-prev,
  .slider-neu__inner .swiper-button-next {
    display: none; } }

.slider-neu__inner .swiper-button-prev {
  left: 15px;
  transition: 0.5s left; }

.slider-neu__inner .swiper-button-prev:before {
  content: '\f001';
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block; }

.slider-neu__inner .swiper-button-next {
  right: 15px;
  transition: 0.5s right; }

.slider-neu__inner .swiper-button-next:before {
  content: '\f002';
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block; }

.slider-neu__inner:hover .swiper-button-prev {
  left: 25px;
  transition: 0.5s left; }

.slider-neu__inner:hover .swiper-button-next {
  right: 25px;
  transition: 0.5s right; }

.slider-neu__inner .swiper-pagination {
  position: relative;
  margin-top: 10px; }

.slider-neu__inner .swiper-pagination span {
  display: inline-block;
  zoom: 1;
  margin: 0 6px;
  width: 11px;
  opacity: 1;
  height: 11px;
  z-index: 50;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.slider-neu__inner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #000; }

.slider-neu .swiper-slide > a {
  display: block;
  text-decoration: none; }

.slider-neu__imgwrap {
  position: relative; }

.slider-neu__imgwrap > img {
  display: block;
  max-width: 100%;
  height: auto; }

.slider-neu__stoerer {
  position: absolute; }

.slider-neu__stoerer img {
  display: block; }

.slider-neu__stoerer--left {
  top: 0;
  bottom: 0;
  left: 60px; }

.slider-neu__stoerer--left > div {
  display: table;
  height: 100%;
  width: 100%; }

.slider-neu__stoerer--left > div > div {
  display: table-cell;
  vertical-align: middle; }

@media screen and (max-width: 640px) {
  .slider-neu__stoerer--left {
    top: 15px;
    left: 15px;
    bottom: auto; } }

.slider-neu__stoerer--right {
  top: 0;
  bottom: 0;
  right: 60px; }

.slider-neu__stoerer--right > div {
  display: table;
  height: 100%;
  width: 100%; }

.slider-neu__stoerer--right > div > div {
  display: table-cell;
  vertical-align: middle; }

@media screen and (max-width: 640px) {
  .slider-neu__stoerer--right {
    top: 15px;
    right: 15px;
    bottom: auto; } }

@media screen and (max-width: 640px) {
  .slider-neu__stoerer {
    max-width: 110px;
    height: auto; } }

.slider-neu__content {
  padding: 35px; }

.slider-neu__content--flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end; }

@media screen and (max-width: 768px) {
  .slider-neu__content--flex {
    flex-wrap: wrap; } }

@media screen and (max-width: 768px) {
  .slider-neu__content__left {
    flex-basis: 100%; } }

.slider-neu__content__right {
  margin-left: auto; }

.slider-neu__content__right p {
  margin: 0; }

.slider-neu__content__right p + p {
  margin-top: 15px; }

@media screen and (max-width: 768px) {
  .slider-neu__content__right {
    flex-basis: 100%;
    margin-top: 15px; } }

@media screen and (max-width: 640px) {
  .slider-neu__content {
    padding: 20px 15px; } }

@media screen and (max-width: 767px) {
  .slider-neu {
    margin-top: -32px; } }

.leifheit-header__left .leifheit-header__topmenu {
  flex-wrap: wrap;
  flex-direction: unset; }

.leifheit-header__left .leifheit-header__topmenu .leifheit-header__topmenu__language {
  flex-basis: 100%; }

@media screen and (min-width: 1024px) {
  .leifheit-header__left {
    margin-right: 100px; } }

.leifheit-header__right {
  display: flex; }

.leifheit-header__right .leifheit-header__logo {
  height: 100%; }

.leifheit-header__right .leifheit-header__logo a {
  height: 100%;
  display: inline-block; }

.leifheit-header__right .leifheit-header__logo .leifheit-header__60years {
  position: absolute;
  height: 100%;
  width: 40px;
  padding: 15px 5px 15px 0;
  margin-left: -45px; }

@media screen and (min-width: 1024px) {
  .leifheit-header__right .leifheit-header__logo .leifheit-header__60years {
    width: 80px;
    margin-left: -85px;
    padding: 30px 5px 30px 0; } }

@media screen and (min-width: 1024px) {
  .leifheit-header__right {
    min-width: 262px; } }