@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');
body {
	font-family: 'Titillium Web';
	
	background-color:#fff !important;
    background-image: url(../../../../images/background/white.jpg);
    background-attachment: fixed;
    background-size: cover;
	line-height: 18px;
}
.sunfw-content {
    overflow: hidden;
}

/*MY FCKN NERVES */
.icons .btn-group a.dropdown-toggle {
    display: none;
}



h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Titillium Web';
}
.fa {
    font: normal normal normal 20px/1 FontAwesome;
	padding: 0;
	margin:0;
}
/*[class^="jsn-icon-"]:before, [class*=" jsn-icon-"]:before {
    font-family: 'FontAwesome';
}*/

a > i[class*="fa-"] {
    margin-right: 0px;
}

hr {
	margin-top: 20px !important;
    margin-bottom: 20px !important;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #fff;
	clear: both;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
tbody tr {
    background: transparent!important;
}
tbody tr td {
    border-width: 0px 1px!important;
    padding: 10px 20px!important;
}


.divider {
	color: rgba(168, 216, 13, 0.99);
	font-size: 2px;
	width: 56px;
	margin: 10px auto 40px;
}
.divider div {
	display: flex;
    align-items: center;
    padding: 1rem 0px;
    position: relative;
    font-size: 2px;
}
.divider div::before {
	content: "";
    width: 100%;
    border-top: 1em solid;
}
.divider div::after {
	content: "";
    width: 100%;
    border-top: 1em solid;
}



.align-center {
	text-align: center;
}

.clear {
	clear: both;
}


/*MAIN MENU*/
.cubeicons {
	float:right;
	width:50px;
	text-align: center;
}
.menutitle img {
	max-width: 40px;
	margin-left:-20px;
	margin-right:-20px;
}


/* POSITION LAYOUTS */
.jsn_header {
	background-image: url('../../../../images/color_gradient.png');
	background-repeat: repeat-x;
	z-index: 1;
    position: relative;
}

.jsn_content_bottom {
    border-top: 0px solid #e5e5e5;
    padding: 0px 0;
}


div.sunfw-logo {
    padding: 0px 0 0px 0px;
	margin-left: -15px;
}
@media only screen and (max-width: 767px) {
	div.sunfw-logo {
		padding: 0px 0 0px 0px;
		margin-left: 0px;
	}
}








.right {
	/*float: right;weil es die NAVIGATION zerstört */
}
.left {
	float: left;
}



.ten {
	width: 10%;
}
.twenty {
	width: 20%;
}
.twentyfive {
	width: 25%;
}
.thirty {
	width: 30%;
}
.fourty {
	width: 40%;
}
.fifty {
	width: 50%;
}
.sixty {
	width: 60%;
}
.seventy {
	width: 70%;
}
.eighty {
	width: 80%;
}
.ninety {
	width: 90%;
}
.hundret {
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	/*.right {
		float: none;
	}
	.left {
		float: none;
	}*/



	.ten {
		width: 100%;
	}
	.twenty {
		width: 100%;
	}
	.twentyfive {
		width: 100%;
	}
	.thirty {
		width: 100%;
	}
	.fourty {
		width: 100%;
	}
	.fifty {
		width: 100%;
	}
	.sixty {
		width: 100%;
	}
	.seventy {
		width: 100%;
	}
	.eighty {
		width: 100%;
	}
	.ninety {
		width: 100%;
	}
	.hundret {
		width: 100%;
	}
}






.btn-success {
    background-color: rgba(168,216,11,1) !important;
    color: #031019 !important;
}


/* COOKIES */
.cc-theme-block.cc-type-info.cc-bottom.cc-left {

    z-index: 99999999999;
}


.cc-theme-block.cc-type-info ul li {
	list-style: none;
}
.cc-theme-block.cc-type-info .cc-link {
    color: rgba(168,216,11,1);
}
.cc-theme-block.cc-type-info .cc-link:hover {
    color: rgba(255,255,255,1);
}
.cc-btn.cc-dismiss {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    padding: 8px 10px;
    color: #000;
    display: block;
    background-color: rgba(168,216,11,1);
    transition: background .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	
	
	
	
	
}
.cc-btn.cc-dismiss {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 12px 12px;
    line-height: 1.42857;
    border-radius: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background-color:  rgba(168,216,11,1);
    border-width: 1px;
    border-style: none;
    border-color: #9bba24;
    color: #333;
	max-width:350px;
}
.cc-btn.cc-dismiss:hover {
    color: #fff;
    background-color: #9bba24;
    border-color: #398439;
}






/*SCROLLUP */

.sunfw-scrollup {
	background-color: transparent !important;
    position: fixed;
    bottom: 30px !important;
    right: 30px;
    z-index: 999;
    padding: 8px 16px 0px;
    transition: color 0.3s linear, background 0.3s ease-out;
    -moz-transition: color 0.3s linear, background 0.3s ease-out;
    -webkit-transition: color 0.3s linear, background 0.3s ease-out;
}
a.sunfw-scrollup  i.fa.fa.fa-arrow-up { 
	font-size: 26px !important;
    font-weight: 100 !important;
    color: rgba(168,216,11,1) !important;
    padding: 13px !important;
	vertical-align: middle !important;
    background-color: #262626 !important;
    cursor: n-resize !important;
    border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
    display: inline-block !important;
    height: 50px !important;
    width: 50px !important;
    text-align: center !important;
}




.mitte {
    margin: 10px auto;
    text-align: center;
    position: relative;
    z-index: 1002;
}
.mitte .sunfw-scrollup {
	position: relative !important;
	left:0;
	background-color: transparent !important;
	
}
.mitte a span.fa.fa-arrow-up { 
	font-size: 26px !important;
    font-weight: 100 !important;
    color: rgba(168,216,11,1);
    padding: 13px;
	vertical-align: middle !important;
    background-color: #262626;
    cursor: n-resize;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    /*transform: rotate(-90deg);*/
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center !important;
}







.container-fluid {
    margin-right: auto;
    margin-left: auto;
    /*padding-left: 15px;
    padding-right: 15px;*/
	padding: 0 !important;
}

/* AUSTRALIAN BUSHFIRE APPLE */
.wichtigebanner {
    width: 100%;
    height: 300px;
    display: block;
    clear: both;
    text-align: center;
    background-color: #fefefe;
    padding: 110px;
    background-image: url(../../../../images/background/buschfeuer.jpg);
    background-attachment: fixed;
    background-size: auto;
    background-position: top;
    background-repeat: no-repeat;
}
.logo-image-red-cross-logo-hero {
    width: 39px;
    height: 40px;
    background-size: 39px 40px;
    background-repeat: no-repeat;
    background-image: url('https://www.apple.com/v/home/er/images/logos/red-cross/logo_arc__cqzlb6z7yfo2_large.jpg');
    display: inline-block;
    margin: 0;
	margin-top:15px;

}
.cta-red-cross {
    margin-top: 0;
    margin-left: 15px;
	margin-bottom:15px;
	font-size: 20px;
	color:#cc0000 !important;
	font-weight: bold;
	background-color: #fefefe;
	border-radius: 4px;
	border:#ccc 1px solid;
	padding:10px 20px;
	display: inline-block;
}
.cta-red-cross em {
	font-size: 10px;
	color:#333 !important;
	text-decoration: none;
	font-style: normal;
	margin-top: -6px;
    display: block;
}
.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}






/* PRICING */
.jsn-package {
	max-width: 1170px;
    overflow-x: auto;
}
.jsn-package .table, table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #e1e1e1;
    background: #FFF;
	margin-bottom: 20px;
	border-collapse: collapse;
    border-spacing: 0;
  	overflow-x: scroll;
	overflow-y: hidden;
	webkit-overflow-scrolling: auto;
	-webkit-overflow-scrolling: touch;
}

.jsn-package .table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
.jsn-package .table thead, table thead {
    background: #fafafa;
	display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
.jsn-package tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.jsn-package .table > thead > tr > th {
    width: 20%;
	text-align: center !important;
    border-bottom-width: 1px;
}
.jsn-package .table > thead > tr > th, .jsn-package .table > thead > tr > td, .jsn-package .table > tbody > tr > th, .jsn-package .table > tbody > tr > td, .jsn-package .table > tfoot > tr > th, .jsn-package .table > tfoot > tr > td, .jsn-package table > thead > tr > th, .jsn-package table > thead > tr > td, .jsn-package table > tbody > tr > th, .jsn-package table > tbody > tr > td, .jsn-package table > tfoot > tr > th, .jsn-package table > tfoot > tr > td {
    padding: 17px 10px;
    border: 1px solid #e1e1e1;
    vertical-align: middle;
}
.jsn-package .table > thead > tr > th, .jsn-package .table > thead > tr > td, .jsn-package .table > tbody > tr > th, .jsn-package .table > tbody > tr > td, .jsn-package .table > tfoot > tr > th, .jsn-package .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.jsn-package .table > thead > tr > th img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}
.jsn-package .table  img {
    height: 20px !important;
    border: 0;
    vertical-align: middle;
}

.jsn-package .jsn-package .price-table h3 {
    font-size: 30px;
    margin-bottom: 0;
}
.jsn-package .product-sub-title {
    font-weight: normal;
    font-size: 12px;
    display:block;
}


.jsn-package .price-table {
    text-align: center;
    padding-top: 20px;
  	padding-right: 5px;
    padding-bottom: 5px;
}
.jsn-package .price-table th {
    text-align: center;
    position: relative;
}
.jsn-package .price-table .popular {
    background-color: #a8d80b;
    border-radius: 3px 3px 0 0;
    font-size: 12px;
    line-height: 31px;
    margin-top: -31px;
    letter-spacing: 2px;
    color: #fff;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 900;
}

.jsn-package .price-table .popular {
    position: absolute;
    top: 0;
    left: 0;
}


.jsn-package .price-table .price {
    padding: 12px 0 8px;
    color: #a8d80b;
}
.jsn-package .price-table .currency {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}
.jsn-package .price-table .value {
    font-size: 36px;
    line-height: 42px;
    font-weight: 500;
}
.lifetime .price .discount-price, .jsn-package .price-table .discount-price {
    padding-right: 5px;
    color: #cfcfcf;
    position: relative;
    display: block;
}
.lifetime .price .discount-price:before, .jsn-package .price-table .discount-price:before {
    content: " ";
    display: block;
    width: 100px;
    height: 1px;
    background: #ccc;
    top: 20px;
    position: absolute;
    left: 50%;
	margin-left: -50px;
}

.lifetime .price .discount-price .currency, .jsn-package .price-table .discount-price .currency {
    font-size: 12px;
    margin-top: 13px;
    color: #cfcfcf;
}
.lifetime .price .discount-price .value, .jsn-package .price-table .discount-price .value {
    font-size: 20px;
    color: #cfcfcf;
}

.badge-coupon {
    position: absolute;
    right: -6px;
    top: -6px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
	text-align: center !important;
}
.badge-coupon span.cube {
    font-size: 10px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #a8d80b;
  	background: #cc0000;
    box-shadow: 0 3px 10px -5px black;
    position: absolute;
    top: 19px;
    right: -21px;
}
.badge-coupon span.cube:before {
    left: 0;
	top:0;
    border-left: 3px solid #440000;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #440000;
	content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
}
.badge-coupon span.cube:after {
    content: "";
    right: 0;
	bottom:0;
    border-left: 3px solid transparent;
    border-right: 3px solid #440000;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #440000;
	content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
}
.jsn-package .price-table .life-time {
    color: #a8d80b;
}









.__pf_os6m9 ._R6LbCKwP[data-id="_R6LbCKwP"] {
    background-color: rgb(251, 250, 246);
    color: rgb(36, 51, 65);
}
[class*="__pf"] *, [class*="__pf"] *:before, [class*="__pf"] *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.jsn-package .price-table .btn {
	margin-top: 20px;
}
.price .jsnlc-add-to-cart {
    /*padding: 15px 35px 15px;*/
}
.btn.btn-default {
    background: #a8d80b;
}

.btn-gray, .btn-grey {
    background-color: #76848D;
    color: #FFF;
    font-weight: bold;
    border: 1px solid #76848D;
}
.btn.btn-grey:hover, .btn.btn-gray:hover {
    background: #949ea4;
}

.jsn-package .price-table [class^="jsn-icon-"]:after, [class*=" jsn-icon-"]:after {
    padding-left: 6px !important;
	font-size: 10px;
    /* float: right; */
}
.jsn-package .price-table .jsn-icon-bulb:after {
    content: "\e675";
}
.jsn-package .price-table [class^="jsn-icon-"]:after, [class*=" jsn-icon-"]:after {
    font-family: 'JSN-Mini-Icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.jsn-package .price-table [class^="jsn-icon-"]:before, [class*=" jsn-icon-"]:before {
    display: none;
}
.jsn-package .price-table .jsn-icon-bulb:before {
    display: none;
}
.jsn-package .price-table [class^="jsn-icon-"]:before, [class*=" jsn-icon-"]:before {
    display: none;
}



.jsn_promo {
	/*margin-top: -80px;*/
}
/* breadcrumb */
/*.breadcrumb li span:contains("A8") {
    display: none;
}*/
.breadcrumb > li:first-child + li:before {
    content: "/";
	display: none;
}
 .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

/*topbar topmenu topnavi */
	ul.menu-topmenu {
		position: relative;
		width: 100%;
		left: 0;
		margin-left: 0px;
	}
ul.menu-topmenu li {
    margin: 0;
    padding: 0 0 0 1px;
    display: inline-block;
}



@media only screen and (min-width: 1025px) {
	ul.menu-topmenu {
		position: relative;
		width: 1140px;
		left: 50%;
		margin-left: -570px;
		float: none;
	}
}

.sunfw_section_topbar {
	z-index: 9999;
	position: relative;
}
.sunfw-pos-topbar .module-body {
		text-align:right;

}
.sunfw-pos-footer1 .module-body {
		text-align:center;

}

#sunfw_section_topbar ul.menu-topmenu li a:hover {
    text-decoration: none !important;
    color: #fff;
}


#sunfw_section_maincontent {
	/*margin-top:50px;*/
	margin-top:0px;
}




#cubemediaheader {
    background: #444 url(../../../../images/slide/partymaedels.jpg) center center no-repeat fixed;
    background-size: cover;
    height: 100vh;
    max-height: 1000px;
    padding-top: 1px;
    border-bottom: rgba(168,216,11,1) 2px solid;
}
@media only screen and (max-width: 767px) {
	#cubemediaheader {
		background-position: top;
		background-size:auto;
		height: 100vh;
		max-height: 800px;
	}
}
#cubemediaheader .intro {
    display: table;
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 0;
    background-size: cover;
}
#cubemediaheader .intro .overlay {
    background: rgba(0,0,0,0.0);
    margin-top: 500px;
}
#cubemediaheader .intro h1 {
    color: rgba(168,216,11,1);
    font-size: 60px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    -moz-text-shadow: 0px 0px 10px #000;
    -webkit-text-shadow: 0px 0px 10px #000;
    text-shadow: 0px 0px 10px #000;
    line-height: 60px;
}
#cubemediaheader .intro p {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
	font-weight: normal;
	-moz-text-shadow: 0px 0px 10px rgba(0,0,0,1);
    -webkit-text-shadow: 0px 0px 10px rgba(0,0,0,1);
    text-shadow: 0px 0px 10px rgba(0,0,0,1);
}









#menu_item_menu ul.sunfw-megamenu-sub-menu {
	position: absolute;
	left:50%;
	margin-left:-570px;
    width: 1140px !important;
    display: block !important;
}
@media only screen and (max-width: 767px) {
	#menu_item_menu ul.sunfw-megamenu-sub-menu {
		position: inherit !important;
		left:0 !important;
		margin-left:0 !important;
		width: 100% !important;
		display: block !important;
	}
	ul.sunfw-tpl-menu > li.megamenu .sunfw-mega-menu [class*="col-xs-"] {
		width: 100%;
		padding: 0 !important;
		float: none;
	}
}
.cubesmegamenuheader {
	width: 100%; 
	background-color: rgba(168, 216,11,0.6); 
	margin: 0; 
	padding: 0;
}
.cubesmegamenuheader h1 {
	color: #fff; 
	margin: 0px; 
	padding: 5px; 
	text-align: center;
}
.onethird {
	width:33.33%;
	/* height:510px;
	overflow: hidden; */
	float: left; 
	text-align: center;
}
@media only screen and (max-width: 767px) {
.onethird {
	width:100%;
	float: none !important;
	}
}
.onethird.white {
	background-color: rgba(255, 255, 255,1);
}
.onethird.black {
	background-color: rgba(0, 0, 0,1);
}
.onethird h1 {
	font-size: 34px;
	line-height: 34px;
	text-align: center; 
	font-weight: 900;
	text-transform: uppercase;
}
.onethird h1 em {
	color: #a8d80b;
	font-style: normal;
}
.onethird.white h1 {
	color: rgba(3, 16, 25,1);
}
.onethird.black h1 {
	color: #fff; 
}
.onethird h1 img {
	margin-top: -6px;
	width:54px;
}
.onethird h2 {
	font-size: 20px; 
	line-height: 20px;
	text-align: center; 
	font-weight: 700;
	text-transform: uppercase;
}
.onethird.white h2 {
	color:#333;
}
.onethird.black h2 {
	color:#999;
}
.onethird p {
	text-align: center;
	font-size: 12px;
	line-height: 12px;
}
.onethird.white p {
	color:#000;
}
.onethird.black p {
	color:#fff;
}
















.leistungenimueberblick {
    /* padding-top: 60px; */
    background-color: rgb(24, 18, 54);
    background-image: url('../../../../images/slide/02.jpg');
    padding-bottom: 20px;
    margin: 0px -15px;
    background-size: cover;
}
.leistungenimueberblick h3 {
    color: rgba(168,216,11,1);
	font-weight: 700;
	text-transform: uppercase;
}
.leistungenimueberblick p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.5;
    font-family: "Open Sans";
    font-weight: 400;
    text-align: justify;
}







/* SLIDESHOW EDITS */
.pf-slider-pagination.pagination-style-1 li {
    width: 20px !important;
    height: 12px !important;
	/*border-bottom: rgba(255,255,255,0.5) 1px solid;*/
	border-radius: 0px !important;
	transition: all 0.3s ease 0s;
}


.jIUtQE .pf-slider-pagination li {
    background: rgb(168, 216, 13) !important;
}
.jIUtQE .pf-slider-pagination li:hover {
    opacity: 0.5 !important;
}
.jIUtQE .pf-slider-pagination li.active {
    background: rgb(33, 33, 33) !important;
}

.jIUtQE .pf-slider-pagination li:before { 
    content: ""; 
    position: relative; 
    top: -6px; 
    left: 0; 
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    border-bottom: 6px solid rgb(168, 216, 13);
	transition: all 0.3s ease 0s;
} 
 
.jIUtQE .pf-slider-pagination li:after { 
    content: ""; 
    position: relative; 
    bottom: -18px; 
    left: -20px;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    border-top: 6px solid rgb(168, 216, 13);
	transition: all 0.3s ease 0s;
}


.jIUtQE .pf-slider-pagination li.active:before { 
    content: ""; 
    position: relative; 
    top: -6px; 
    left: 0; 
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    border-bottom: 6px solid rgb(33, 33, 33);
	transition: all 0.3s ease 0s;
} 
 
.jIUtQE .pf-slider-pagination li.active:after { 
    content: ""; 
    position: relative; 
    bottom: -18px; 
    left: -20px;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    border-top: 6px solid rgb(33, 33, 33);
	transition: all 0.3s ease 0s;
}



.jIUtQE .pf-slider-nav.nav-style-2.pf-next-nav, .jIUtQE .pf-slider-nav.nav-style-2.pf-next-nav:hover {
    right: 60px !important;
    background-image: url('../../../../images/angle-right-solid.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.jIUtQE .pf-slider-nav.nav-style-2.pf-prev-nav, .jIUtQE .pf-slider-nav.nav-style-2.pf-prev-nav:hover {
    left: 60px !important;
    background-image: url('../../../../images/angle-left-solid.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}


.jIUtQE .pf-slider-nav.nav-style-2 {
    width: 42px !important;
    height: 26px !important;
    line-height: 40px !important;
    justify-content: center !important;
    background: rgb(168, 216, 13) !important;
    border-radius: 0px !important;
    opacity: 0.7 !important;
}
.jIUtQE .pf-slider-nav.nav-style-2:hover {
    width: 42px !important;
    height: 26px !important;
    line-height: 40px !important;
    justify-content: center !important;
    background: rgb(168, 216, 13) !important;
    border-radius: 0px !important;
    opacity: 1 !important;
}

.jIUtQE .pf-slider-nav.nav-style-2:before { 
	content: "";
    position: relative;
    top: -18px;
    left: 22px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 10px solid rgb(168, 216, 13);
    transition: all 0.3s ease 0s;
} 
 
.jIUtQE .pf-slider-nav.nav-style-2:after { 
    content: "";
    position: relative;
    bottom: -18px;
    left: -22px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 10px solid rgb(168, 216, 13);
    transition: all 0.3s ease 0s;
}
.jIUtQE .pf-slider-nav.nav-style-2.pf-next-nav:before { 
	font-weight: bolder;
	color:rgba(255,255,255,0.99);
	font-size: 24px;
	text-align: center;
}
.jIUtQE .pf-slider-nav.nav-style-2.pf-prev-nav:before { 
	font-weight: bolder;
	color:rgba(255,255,255,0.99);
	font-size: 24px;
	text-align: center;
}












/*
.jsn-gallery {
    outline: none;
    height: 100vh !important;
}

.galleria-container {
    height: 100vh !important;
}

div.galleria-info-title {
    font-family: "Open Sans";
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px !important;
    font-size: 20px !important;
}
div.galleria-info-description {
    font-family: "Open Sans";
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px !important;
    font-size: 30px !important;
}
div.galleria-image {
    height: 100vh !important;
}

div.galleria-image img {
    height: 100vh !important;
    width: cover !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: -25 !important;
}
*/

.sunfw-item-social-icon {
	text-align: center;
}
/*cubefooter*/
#sunfw_section_stick-bottom {
    position: relative;
    background: #262626;
    padding: 40px 0 0 0;
    z-index: 1001;
}
#sunfw_section_stick-bottom h1, #sunfw_section_stick-bottom h2, #sunfw_section_stick-bottom h3, #sunfw_section_stick-bottom h4, #sunfw_section_stick-bottom h5 {
    /*font-size: 15px;*/
    color: rgba(168,216,11,0.8);
}
#sunfw_section_stick-bottom p {
    /*font-size: 15px;*/
    color: rgba(255,255,255,0.8);
}
#sunfw_section_stick-bottom a {
    color: #f6f6f6;
}
#sunfw_section_stick-bottom a:hover {
    color: #ccc;
}


[class^="jsn-icon-"]:before, [class*=" jsn-icon-"]:before {
	padding-right:6px !important;
}


.contact-item a {
	margin-top: 10px;
    display: inline-block;
}

i.sociallink {
	color:rgba(168,216,11,0.8);
	transition: all 0.3s ease 0s;
}
i.sociallink:hover {
	color:rgba(255,255,255,1.00);
	transition: all 0.3s ease 0s;
}


/*INPUTS & FORM-SETTINGS */
.chzn-container-single .chzn-single, select[multiple], select[size], select, textarea, input[type="text"]:not(.select2-input), input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background-color: #ededed;
    background-image: none;
    border: solid 0px #e5e5e5;
    transition: border-color ease-in-out .15s;
    outline: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #beda38;
    text-align: center;
    background-color: #555555 !important;
    border: 0px solid #ededed;
    border-radius: 0;
}
select {
	width:220px;
	text-align: right;
}
option {
	text-align: right;
}

/* LOGIN & REGISTRATION */
.module-style .userdata {
    border: 0px solid rgba(0, 0, 0, 0.1);
    padding: 0px;
}




/* HIKA SHOP */
.hikashop_category_image {
    height: 270px !important;
    overflow: hidden !important;
    text-align: center;
    clear: both;
}
.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.hikashop_category .hikashop_container .hikashop_subcontainer {
	overflow: hidden;
	cursor: pointer;
	height:500px;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.hikashop_category .hikashop_container .hikashop_subcontainer .hikashop_category_image img {
	max-width: 100%;
	margin: 0;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.hikashop_category .hikashop_container .hikashop_subcontainer:hover .hikashop_category_image img {
	max-width: 110%;
	margin:-5%;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

input.hikashop_product_quantity_field {
    width: 110px;
    text-align: center;
}
td.hikashop_cart_product_quantity_value {
	text-align: center;
}
.hikashop_product_msrp_price.hikashop_product_price_full {
  display:none !important;
}
.hikabtn.hikacart {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 12px 12px;
    line-height: 1.42857;
    border-radius: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background-color: #beda38;
    border-width: 1px;
    border-style: none;
    border-color: #9bba24;
    color: #333;
	max-width:350px;
}
a.hikacart:hover {
    color: #fff;
    background-color: #9bba24;
    border-color: #398439;
}


/* HIKASHOP PRODUCT */
@media (min-width: 992px) {
	.hikashop_product_left_part.hkc-md-6 {
		width: 70%;
	}
	.hikashop_product_right_part.hkc-md-6 {
		width: 30%;
	}
}
.hikashop_small_image_div {
	text-align: center;
}

/* K2 */
div.itemListCategory {
	background: transparent;
    border: 0px solid #ddd;
    border-radius: 0px;
    margin: 0 0 0px 0;
    padding: 0px;
}


div.itemListCategory h2 {
	font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: rgb(36, 51, 65);
}

#k2Container {
	max-width: 1170px;
	margin: auto;
}



div.itemBackToTop {
	display: none;
}
/* Startseite K2 */
div.itemContainerLast {
    /* float: none; */
    /*width: 100%;*/ 
}


a.ubUserFeedIcon, a.ubUserFeedIcon:hover, a.ubUserURL, a.ubUserURL:hover, span.ubUserEmail, div.itemIsFeatured:before, div.catItemIsFeatured:before, div.userItemIsFeatured:before, div.k2FeedIcon a, div.k2FeedIcon a:hover, div.itemToolbar ul li a#fontDecrease, div.itemToolbar ul li a#fontIncrease {
    display: none;
}
div.k2LatestCommentsBlock ul li, div.k2TopCommentersBlock ul li, div.k2ItemsBlock ul li, div.k2LoginBlock ul li, div.k2ArchivesBlock ul li, div.k2AuthorsListBlock ul li, div.k2CategoriesListBlock ul li, div.k2UsersBlock ul li {
    display: block;
    padding: 0;
    margin: 0;
}


.gridCenter {
    margin: 0px -15px;
}
.module-title .box-title.latestcubesheader {
    margin: 0px;
	padding:20px;
	font-size: 30px;
    line-height: 40px;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	background: rgba(168, 216, 11, 1);
}
div.k2ItemsBlock ul  {
	padding: 0;
	margin: 0 30px;
}
div.k2ItemsBlock ul li {
	width: 25%;
	float:left;
}
@media only screen and (max-width: 767px) {
	div.k2ItemsBlock ul li {
		width: 100%;
		float:none;
		margin: 0 0px;
	}
	div.k2ItemsBlock ul  {
	padding: 0;
	margin: 0 15px;
	}
}
div.k2ItemsBlock ul li a.moduleItemTitle {
	display: inline-table;
    position: absolute;
    text-align: left;
    z-index: 2;
    padding: 10px !important;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    /*width: 15%;*/
    margin: 1%;
    /*height: 40px;*/
    overflow: hidden;
	font-size: 16px;
	line-height: 16px;
	max-width: 176px;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
	display: block;
	position: relative;
	z-index:1;
	padding:0px !important;
	background-color: rgba(100, 100, 100, 0.7);
	width: 100%;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage {
	display: block;
	position: relative;
	z-index:2;
	padding:0px !important;
	width: 100%;
	height: 25%;
	overflow: hidden;
	background-color: #000;
	background-image: url('../../../../images/icons/next.png');
	background-size: 25%;
	background-repeat: no-repeat;
	background-position: center center;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float: none;
    margin: 0;
    padding: 0;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
div.k2ItemsBlock ul li:hover div.moduleItemIntrotext a.moduleItemImage img {
	opacity: 0.1;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
div.k2ItemsBlock ul li div.moduleItemTags {
    position: absolute;
    padding: 0px;
    z-index: 133;
    display: block;
    height: 50px;
    margin-top: -50px;
    overflow: hidden;
    width: 24%;
}
div.k2ItemsBlock ul li div.moduleItemTags b {
	display: none;
}
div.k2ItemsBlock ul li div.moduleItemTags a {
	background-color: rgba(100, 100, 100, 0.9);
	border: 1px solid rgba(168, 216, 11, 0.9);
	padding:2px 5px;
	margin-left:2px;
	margin-bottom:0px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 9px;
	color: #fff;
}
div.k2ItemsBlock ul li div.moduleItemTags a:hover {
	background-color: rgba(30, 30, 30, 1);
}


/* Kategorie */
div.catItemHeader h3.catItemTitle {
    padding: 11px 0px 0px 8px;
    margin: 0;
    overflow: hidden;
    height: 32px;
}
div.catItemHeader span.catItemDateCreated {
    color: #999;
    font-size: 11px;
	float: right;
	padding-top: 12px;
    padding-right: 8px;
}
div.catItemImageBlock {
    padding: 0px 10px;
    margin: 0 0 16px 0;
}
div.catItemView {
	margin-bottom: 0px;
    padding: 0px;
}
span.catItemImage img {
    width: 100% !important;
    height: auto !important;
}




div.itemTagsBlock {
    text-align: center;
}

div.catItemTagsBlock span {
    display: none;
}
div.catItemTagsBlock ul.catItemTags li {
    display: inline;
    list-style: none;
    padding: 0 0px 0 0;
    margin: 0;
    text-align: center;
}
div.catItemTagsBlock ul.catItemTags li a {
	background-color: rgba(100, 100, 100, 0.9);
	border: 1px solid rgba(168, 216, 11, 0.9);
	padding:2px 5px;
	margin-left:2px;
	margin-bottom:0px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 9px;
	color: #fff;
}
div.catItemTagsBlock ul.catItemTags li a:hover {
	background-color: rgba(30, 30, 30, 1);
}

/*Artikel */
div.itemHeader span.itemDateCreated {
    color: #999;
    font-size: 11px;
    float: right;
	padding-top: 28px;
}
div.itemHeader h2.itemTitle {
    padding: 10px 0 4px 0;
    margin: 0;
    /*float: left;*/
}
div.itemToolbar {
    padding: 0;
    margin: 0;
    background: transparent;
    border-radius: 0px;
    clear: both;
    float: right;
}
div.itemFullText img {
	width:100%;
}
div.itemRelated ul {
	padding:0;
	margin: 0;
}
div.itemRelated ul li {
	list-style: none;
}

div.itemTagsBlock span {
    display: none;
}
div.itemTagsBlock ul.itemTags li {
    display: inline;
    list-style: none;
    padding: 0 0px 0 0;
    margin: 0;
    text-align: center;
}
div.itemTagsBlock ul.itemTags li a {
	background-color: rgba(100, 100, 100, 0.9);
	border: 1px solid rgba(168, 216, 11, 0.9);
	padding:2px 5px;
	margin-left:2px;
	margin-bottom:0px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 9px;
	color: #fff;
}
div.itemTagsBlock ul.itemTags li a:hover {
	background-color: rgba(30, 30, 30, 1);
}





/*Kommentare */
div.itemComments {
    background: transparent;
    border: 0px solid #ddd;
    border-radius: 0px;
    padding: 16px;
}
div.itemCommentsForm form input#submitCommentButton {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 35px 9px;
    line-height: 1.42857;
    border-radius: 100px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background-color:  rgba(168,216,11,1);
    border-width: 1px;
    border-style: none;
    border-color: #9bba24;
    color: #333;
	max-width:350px;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
div.itemCommentsForm form input#submitCommentButton:hover {
    color: #fff;
    background-color: #9bba24;
    border-color: #398439;
	transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.k2-recaptcha-v2 {
    margin-top: 20px;
    float: right;
}






/* pakete */
.cubewebpromo {
	position: relative;
	background-color: rgba(15,25,35,1);
}
.cubewebpromo .bg {
	position: relative;
	top: 0;
	z-index: 1;
	background: #000 center center no-repeat fixed; 
	background-size: cover; 
	height: 87vh;
	/*min-height: 400px;*/
	border-bottom: rgba(168,216,11,1) 2px solid;
  	display:block;
}
.cubewebpromo .bg.bronze {
	background-image: url('../../../../images/ipadproiphonexs.jpg');
	opacity: 0.2;
	filter: alpha(opacity=20); /* For IE8 and earlier */
}
.cubewebpromo .content {
	/*
	position: absolute; 
	z-index: 2;
  	width:75%;
	left: 12.5%; 
  	right:12.5%;
	top: 25%;
	*/
	position: absolute;
	z-index: 2;
	left:50%;
	top: 25%;
	width: 1160px;
    margin-left: -580px;
}
@media only screen and (max-width: 767px) {
	.cubewebpromo .content {
		width:90%;
		left: 5%; 
		right:5%;
		top:20px;
	    margin-left: 0px;
	}
}
@media only screen and (max-width: 1199px) {
	.cubewebpromo .content {
		width:90%;
		left: 5%; 
		right:5%;
		top:20px;
	    margin-left: 0px;
	}
}
.cubewebpromo .content p {
	color:#fff;
	padding:0 20px 0 0;
}

.cubecopyright  {
    background-image: url(../../../../images/background/green.jpg);
	background-attachment: fixed;
    background-size: cover;
	background-size: auto;

	background-position: center center;
	border-top: #beda38 0px solid;
    text-align: center;
    width: 100%;
	position: absolute;
	z-index: 9999;
    margin-right: 0;
    margin-left: 0;
	display: block !important;
}
/*.cubecopyright p {
    font-weight: bold;
	font-size: 12px;
	color:#333 !important;
}*/

/*@media only screen and (max-width: 767px) {*/

@media only screen and (max-width: 767px) {
	.container-fluid {
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	img.logo.hidden-lg.hidden-md.img-responsive {
		display: block;
		height: auto;
		width: 270px;
	}
	.jsn_logo_header .sunfw-logo {
		float: left;
		padding: 0;
		padding-left: 20px;
	}
	.sunfw-menu-head .navbar-header button.navbar-toggle {
		margin-top: -70px;
		margin-right: 10px;
		float: right;
		outline: none;
		border: none;
		border-radius: 0;
	}
	.sunfw-menu-head .navbar-header button.navbar-toggle i {
		font-size: 2em;
		display: block;
	}
	#menu_item_menu {
		background-color: #000;
		color: #000;
	}
	#cubemediaheader .intro .overlay {
		margin-top: 350px;
	}
	#cubemediaheader .intro h1 {
		font-size: 30px;
		line-height: 30px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#cubemediaheader .intro p {
		font-size: 16px;
		line-height: 16px;
		font-weight: 600;
	}
}


#jsn-pos-breadcrumbs {
    padding: 25px 0 25px;
    margin-bottom: 25px;
  	border-bottom: rgba(168,216,11,0.5) 2px solid;
  	background-color: rgba(15,25,35,1);
}


.breadcrumb {
    padding: 0;
    background-color: transparent;
    margin: 0 -2px;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
}

.breadcrumb li a {
    color: #ccc;
}
.breadcrumb li span + span {
    color: #beda38 !important;
  	font-weight:bold;
}





.sunfw_section_content_bottom_below {
	/*background-image: url('../../../../images/ipadproiphonexs.jpg');
	background-attachment: fixed;
	background-size: cover;*/
    background-color: rgba(15,25,35,1);
}












/* BUTTON */
.sunfw_section_promo .btn-primary {
    background-color: #a8d80d;
    border-width: 1px;
    border-style: solid;
    border-color: #9bba24;
    color: #000;
	border-radius: 100px;
	cursor: pointer;
}


/*RECAPTCHA*/
.rc-anchor-light.rc-anchor-normal {
    border: 0px solid #d3d3d3 !important;
}
.rc-anchor-light {
    background: transparent  !important;
    color: #000;
}










.mouse-scroll {
    background-color: rgba(0,0,0,0.5);
}








.__pf_xwy9x ._mmtgRdAGEa[data-id="_mmtgRdAGEa"] {
    height: 100vh;
}






/* FORMS */
#jsn_form_4.jsn-master .jsn-bootstrap .jsn-form-content .control-group .control-label {
    color: #333333;
    font-family: 'Titillium Web';
    font-size: 14px;
}

.jsn-form-content input, .jsn-form-content textarea,  .jsn-form-content select {
    font-family: 'Titillium Web';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border: 1px solid #e5e5e5 !important;
    background-color: #fff;
    height: 36px;
    padding: 8px 12px;
    color: #291D1E;
    margin: 0 0 10px;
	width: 100% !important;
}
.jsn-form-content .checkbox {
    width: auto !important;
	padding-left: 0px !important;
	padding-top: 0px !important;
}
.jsn-form-content .checkbox input {
	height: 15px !important;
    width: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.ansprechpartner input, .ansprechpartner select {
	width:32.84% !important;
}
.land .select2-container.jsn-input-xlarge-fluid {
	font-family: 'Titillium Web';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border: 0px solid #e5e5e5 !important;
    background-color: #fff;
    /* height: 36px; */
    /* padding: 8px 12px; */
    color: #291D1E;
    /* margin: 0 0 10px; */
    width: 100% !important;
    border-radius: 0;
}
.anrede .select2-container .select2-choice, .land .select2-container .select2-choice {
    display: block;
    padding: 8px 12px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    line-height: 20px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
	background-image: none !important;
	font-family: 'Titillium Web';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border: 1px solid #e5e5e5 !important;
	height: 40px !important;
}
.select2-container .select2-choice {
	height: 36px;
}
.land select, .anrede select {
    font-family: 'Titillium Web';
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border: 1px solid #e5e5e5 !important;
    background-color: #fff;
    height: 36px;
    padding: 8px 12px;
    color: #291D1E;
    margin: 0 0 10px;
	width: 100% !important;
}

.datenschutz label.control-label, .agb label.control-label, .vorname label.control-label, .nachname label.control-label {
	display: none !important;
}
.vorname div.controls, .nachname div.controls {
    margin-left: 0px !important;
}
.anrede .select2-container.jsn-input-xlarge-fluid {
    width: 100% !important;
}

.jsn-form-content .control-group {
    border: 1px solid transparent;
    margin-bottom: 0px;
    padding: 0px !important;
    transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out;
}
.jsn-form-content .control-group .label-important {
	font-size:12px !important;
	font-weight: lighter !important;
	border-radius: 0 !important;
	padding: 20px !important;
	margin-top:-15px !important;
	margin-bottom:30px !important;
	display: block;
}
#jsn-captcha {
	width:215px !important;
	float:left;
}


.jsn-uf-grecaptchav2 {
	width: auto !important;
    position: relative;
    margin: auto !important;
    margin-left: -152px !important;
    margin-top: 10px !important;
    left: 50%;
    display: block;
}

.jsn-uniform.jsn-master .jsn-row-container .form-actions {
    text-align: center;
    margin-top:100px;
	display: block;
}
.cm_newsletter .jsn-uniform.jsn-master .jsn-row-container.form-horizontal .jsn-form-content div.controls {
    margin-left: 0 !important;
}
.cm_newsletter .jsn-uniform .jsn-bootstrap .form-horizontal .control-label {
    display: none !important;
}
.cm_newsletter input {
    border-radius: 100px !important;
}
.cm_newsletter input[type="text"]:not(.select2-input) {
	height:42px;
}
.cm_newsletter .jsn-uniform.jsn-master .jsn-row-container .form-actions {
    text-align: center;
    margin: 0px !important;
    margin-top: 0;
    padding: 0 !important;
    width: 120px;
    display: block;
    /* float: right; */
    position: absolute;
    z-index: 99;
    top: 3px;
    right: 4px;
}
@media (max-width: 480px) {
	.cm_newsletter  .jsn-uniform .form-actions .btn-toolbar .btn {
		font-size: 0.75rem;
		line-height: 1.9rem;
	}
}
@media (min-width: 1200px) {
	.jsn-uniform .row-fluid [class*="span"] {
		margin-left: 5px !important;
	}
	.jsn-uniform .row-fluid .span4 {
		width: 32.88428688049316761521367880050092% !important;
	}
	.control-group.nachname {
    width: 101.5% !important;
	}
	.jsn-uniform .row-fluid {
	    width: auto !important;
	}
}




/* OFFLINE */
body.site.offline {
	height: 100% !important;
}


body.site.offline #content {
    display: flex;
    height: calc(100vh);
	height: 100% !important;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* FB CHAT - OFFLINE-PAGE */

body.site.offline #content .fb_dialog_content iframe {
	margin: auto !important;
    z-index: 2147483644 !important;
    bottom: 24px !important;
    top: auto !important;
    right: 50% !important;
    margin-right: -30px !important;
	position: fixed !important;
}
.jsn-master {
    font-size: 12px;
    line-height: 1.5em;
    font-family: 'Titillium Web';
}




@media (min-width: 1000px) {
	.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	}
}



/* TICKET SUPPORT */
#js-tk-copyright {
	display: none;
}
div#jsst-header {
    background-color: #beda38;
}
div.js-ticket-search-wrp div.js-ticket-form-wrp form.js-tk-combinesearch span.js-filter-button-wrp button.js-ticket-search-btn, div.js-form-submit-btn-wrp input.js-save-button {
    background-color: #beda38;
    color: #000;
    border: 1px solid #d1d1d1;
	    padding: 13px 0;

	border-radius: 3px;
}
span#js-filter-wrapper-toggle-btn .js-search-filter-btn, div.js-form-submit-btn-wrp a.js-ticket-cancel-button {
    color: #636363;
    border: 1px solid #d1d1d1;
    background: #ffffff;
    padding: 13px 0;
	border-radius: 3px;
}

div.js-section-heading {
    border-bottom: 1px solid #d1d1d1;
    color: #2b2b2b;
	display: none;
}
.js-form-value option {
    text-align: left;
}



/* COOKIEBOT */
#CybotCookiebotDialogPoweredbyLink::after {
	content: "Cookiehinweis";
	font-family: 'Titillium Web';
    color: rgba(0, 0, 0, 0.99);
    font-size: 50px;
	padding-left: 10px;
}
#CybotCookiebotDialogPoweredbyCybot svg:first-of-type {
    display: none !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
    color: #beda38 !important;
}
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.active {
    border-bottom: 1px solid #beda38 !important;
    color: #beda38 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #beda38 !important;
    color: #beda38 !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    background-color: transparent;
    border: 2px solid #beda38 !important;
    border-radius: .25em;
    color: #beda38 !important;
    display: flex;
    font-weight: 600;
    justify-content: center;
    padding: 1em;
    user-select: none;
    width: 100%;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #beda38 !important;
    border-color: #beda38 !important;
    color: #ffffff !important;
}
#CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #beda38 !important;
}#CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
    color: #beda38 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
    color: #beda38 !important;
    font-weight: 600;
    text-decoration: none;
}
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
    color: #beda38 !important;
}
#CybotCookiebotDialogDetailFooter {
    display: none;
}


/* CATSWORLD */
.catsworldsocials ul {
	width:auto;
	margin:auto;
}