/* ****************************************** */
/* Style CSS */
/* ****************************************** */

/* CookieYes */
.cky-consent-container {
	position:fixed;
	top:50% !important;
	left:50% !important;
	transform:translate(-50%,-50%);
	bottom:auto !important;
}

.cky-notice .cky-title,
.cky-consent-bar .cky-notice-des p {
	color: #fff !important;
}

.cky-consent-container .cky-consent-bar {
	background-color: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
}

.cky-btn-customize, .cky-btn-reject, .cky-btn-preferences {
	color:#f8ec1f !important;
	border-color:#f8ec1f !important
}

.cky-btn-accept, .cky-btn-reject, .cky-btn-customize {
	color:#f8ec1f !important;
	border-color:#f8ec1f !important;
	background-color:transparent !important
}


body {
	background: url('../images/bg_content.jpg') repeat;
	overflow-x: hidden;
}

ul li {
	list-style-image: url('../images/li.png');
}

ol li {
	list-style-image: url('../images/ol.png');
}

li {
	margin-bottom: 10px;
}
#skirentalresorts { overflow: hidden !important; }

@media (min-width: 736px ) {
	h2, h4 {
		display: table;
		border-collapse: collapse;
		white-space: nowrap;
	}	
	h2::before, h2::after,
	h4::before, h4::after  {
		content: "";
		display: table-cell;
		width: 50%;
		background-position: 0 50%;
		background-repeat: repeat-x;
		background-size: 6px 1px;
	}
	h2::before, h2::after {
		background-image: linear-gradient(to right, #f8ec1f 100%, transparent 50%);
	}
	h4::before, h4::after {
		background-image: linear-gradient(to right, #FFF 100%, transparent 50%);
	}
	h2::before, h4::before {
		border-right: 1em solid transparent;
	}
	h2::after, h4::after {
		border-left: 1em solid transparent;
	}
}

h3, .h3 {
	font-family: 'gunplayregular', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0;
	text-align: center;
}

h4,.h4 {
		text-align:center;
		font-size: 26px;
		text-transform:uppercase;
		font-weight:900;
		color:#FFF;
	}

th {
	background:#000;
	font-weight:normal;	
}


/* ****************************************** */
/* TOP */
/* ****************************************** */

#top {
	padding: 20px;
	width: 100%;
	position: fixed;
	background: #000;
	height: 165px;
	top: 0;
	z-index: 100;
	-webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

#utilities {
	height: 135px;
	position: fixed;
	right: 0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#utilities .wetter {
	height: 30px;
	overflow:hidden;
}

#logo img{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	height: 120px;
}

#top.smaller #logo img{
	height: 80px;
}

#top.smaller{
    height: 120px;
}

#top.smaller #utilities {
	height: 90px;
}


/* ****************************************** */
/* Navi */
/* ****************************************** */

.menu-icon-cont {
	border: 1px solid #F8EC1F;
	margin-top: 30px !important;
}

.sm-level.level1 {
	padding-top: 30px;
}

dt.level1 .active .inner a,
dt.level1 .inner a {
	text-transform: uppercase !important;
	font-weight: 700 !important;
}

dt.level1.active a:hover {
	color: #F8EC1F !important;
}

dt.level1.parent.opened.active a {
	font-size:20px !important;
	color: #F8EC1F !important;
}

dt.hover {
color:#FFF !important;
}

ul.nav.menu {
	margin:0;	
}

.sm-levels .level3 {
	visibility: hidden;
	display: none;
}


/* ****************************************** */
/* Utilities: Wetter */
/* ****************************************** */

#top .city, #top .sp-weather-city { 
	font-weight: 700;
	text-transform: uppercase;	
}

#top .weather span {
	display: inline-block;
	vertical-align: top;
	padding-right: 3px;
}


#utilities .wetter .sp-weather-icon {
	font-size:16px !important;
	line-height:20px;
	vertical-align:top;
}

#utilities .wetter .sp-weather-icon i {
	font-size:16px;
}


/* ****************************************** */
/* Utilities: Button Call-To-Action */
/* ****************************************** */

#top .moduletablecta {
	margin-top: 15px;
	position: absolute;
	bottom: 0;
}


/* ****************************************** */
/* Utilities: Sprachenwechsler */
/* ****************************************** */

#top .lang-inline a {
	color: #fff;
}

#top .lang-inline a:hover,
#top .lang-inline a:focus {
	text-decoration: none;
	color: #f8ec1f;
}

.lang-inline span:first-child {
	border-right: 1px solid #fff;
	margin-right: 5px;
	padding-right: 2px;
}

.lang-active {
	font-weight: bold;
}

.moduletable.col-lg-10 {
	border-right: 1px solid #fff;
	white-space: nowrap;
}


/* ****************************************** */
/* Utilities: Button */
/* ****************************************** */

#top #utilities .btn-default {
	margin-right: 10px;
}


/* ****************************************** */
/* Slider */
/* ****************************************** */

#slider {
	overflow: hidden;
}

#slider .row {
	background: #000;
	margin-left: -30px;
	margin-right: -30px;
}

.standorte #slider .row {
	margin-left: -15px;
	margin-right: -15px;
}

.teaser-desc {
	background: #fff;
	color: #000;
	text-align: center;
	padding: 10px 0;
	font-family: 'gunplayregular', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
}

.teaser a {
	color: #000;
}

.teaser a:hover, .teaser a:focus {
	text-decoration: none;
	color: #f8ec1f;
}


div.flexslider li {
	margin-bottom:0;	
}



.flex-caption .head {
  color: #000;
  font-family: "gunplayregular",sans-serif;
  font-size: 60px;
  text-transform: uppercase;
}


/* ****************************************** */
/* Content */
/* ****************************************** */

ul.kurse  {
	padding-left: 30px;
	list-style-position: inside;
	margin:0;
}

ul.kurse li {
	list-style-image: url('../images/kurs-arr.png');
	border-bottom: 1px dotted #666;
	padding: 4px 0 12px;
	text-transform:uppercase;
}

ul.kurse li a {
	color:#FFF;
}

ul.kurse li a:hover {
	color:#f8ec1f;
	text-decoration:none;
}

.nn_tooltips {
	font-size:13px;
}

.nn_tooltips-title {
	color:#FFF;
}

.features.table {
		background:none;
}

.features.table td {

	font-size: 16px;
    vertical-align: middle;
	font-weight: 600;
}


/* ****************************************** */
/* Blog */
/* ****************************************** */

div.blog div.item, div.blogkurse div.item {
font-size:16px;
}

div.blog div.item h2, div.blogkurse div.item h2 {
	margin-bottom:15px;
}

.pagination {
	width: 100%;
}

/* ****************************************** */
/* brands */
/* ****************************************** */

.moduletable_brands {
	margin-top:30px;	
}

.moduletable_brands h3 {
	font-family: Work Sans;
    font-weight: 700;
	color: #fff;
font-size: 36px;
text-align: center;
text-transform: uppercase;
	
}

.moduletable_brands h2 {
	margin-bottom:0;	
}

.moduletable_brands p {
	margin:0 !important;	
}



/*html body.front.home.sm-container div.sm-pusher div.sm-content div.sm-content-inner main#component.container-fluid aside div#component.container div.col-lg-12.col-md-12.col-sm-12.col-xs-12 div.moduletable_brands.hidden-sm.hidden-xs div.custom div.ba-gallery div.row-fluid div.span12.ba-gallery-grid.css-style-6 div.ba-gallery-items{
	pointer-events: none !important;
	cursor:default !important;
}*/

/* ****************************************** */
/* Tooltip */
/* ****************************************** */

.popover-title {
	text-align:left;
	color:#FFF;
	font-family:'Work Sans';
	font-weight:900;	
}


/* ****************************************** */
/* Component */
/* ****************************************** */

#cta {
	background: #333333;
	color: #fff;
}

#cta a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
}

#cta a img {
	margin-right: 20px;
}

/* ****************************************** */
/* Component */
/* ****************************************** */

#component {	
	padding: 25px 0 50px 0;
}



/* ****************************************** */
/* Component: Drawer */
/* ****************************************** */

#component .panel-group .fa {
	margin-right: 15px;
	color: #666;
	font-weight:bold;
}

.collapsed .fa-angle-up::before {
	content: "\2b";
}

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

.fa-border {
	border: 1px solid #666;
	border-radius: 50%;
	padding: 2px 0 0 2px;
}

/* ****************************************** */
/* Component: Category */
/* ****************************************** */

.category-desc {
	margin-bottom: 30px;
}

.cols-3 .page-header h2 {
	visibility: visible;
	display: table;
}

.cols-3 h2 {
	visibility: hidden;
	display: none;
}

.cols-3 .item-image {
	text-align: center;
}

.cols-3 .clearfix {
	margin-bottom: 30px;
}

.nn_tabs .nav-tabs > li.active > a, 
.nn_tabs .nav-tabs > li.active > a:hover,
.nn_tabs .nav-tabs > li.active > a:focus,
.nn_tabs .nav-tabs > li > a:hover,
.nn_tabs .nav-tabs > li > a:focus{
	background: #f8ec1f !important;
	color: #000 !important;
	border-color: #f8ec1f !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

.nn_tabs .nav-tabs  a {
	outline: 0 !important;
	color: #fff !important;
}

.kurse .btn-tab {
	visibility: hidden;
	display: none;
}

.preisliste-test-rent .blog .col-sm-6 , .pricelist-test-rent .blog .col-sm-6 {
	width:100%;
}


/* ****************************************** */
/* News Pro GK5 */
/* ****************************************** */


.gkNspPM-NewsBlocks > figure {
  border: none;
  background:#000;
}

.gkNspPM-NewsBlocks > figure > figcaption {
  text-align: center;
}

figcaption h3 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform:uppercase; 
}

.gkNspPM-NewsBlocks > figure > figcaption a {
	color:#FFF;
}

.gkNspPM-NewsBlocks > figure > figcaption a:hover, .gkNspPM-NewsBlocks > figure.inverse > figcaption a:hover {
	color:#f8ec1f !important;
	text-decoration:none;
}


/* ****************************************** */
/* Responsive Google Map */
/* ****************************************** */

.gmap_marker {
	color: #000000;
}

.responsive_map {
	/* height: 500px !important; */
}

.responsive_map_description {
	margin-top:0 !important;
}

.responsive_map_description .map-caption{
	width: 100%;
	margin: 0px;
	background: #FFF none repeat scroll 0% 0%;
	text-align: center;
	color: #FFF;
	font-size: 14px;
}

.responsive_map_description .map-caption .head{
	color: #000;
	font-family: "gunplayregular",sans-serif;
	font-size: 60px;
	text-transform: uppercase;
}




/* **********************************/
/* Component: Chronoforms
/* **********************************/

.chronoform, .form #component ol, .cf_alert, .enquiry ol, .anfrage ol {
	visibility: hidden;
	display: none;
}

#ui-datepicker-div {
	font-size: 14px;
}

#ui-datepicker-div thead tr {
	color: #FFF;
}

.cfdiv_empty {
	padding: 0;
	margin: 0;
	height: 0;
}

#dp_a, #dp_b,
#dp_c, #dp_d {
	background-image: url('../images/calendar.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.error-message {
	color: #b94a48;
	font-size: 80%;
	padding-left: 130px;
}

.multiline_start {
	float: left;
}

.multiline_add {
	float: left;
	margin-left: 35px;
}

#component .multiline_start,
#component .multiline_add {
	width: 50%;
	text-align: left;
	margin: 0 0 10px 0;
}

#component label {
	display: inline-block;
	width: 130px;
	padding-right: 15px;
}

#component .cfdiv_header, 
#component #kursId_container_div {
	display: block;
	clear: both;
	width: 100%;
	padding-top: 10px;
}

#erfahrung1_container_div label {
	width: 100%;
	padding-top: 20px;
}

#component #kursId_container_div {
	width: 50%;
}

#component #location1_container_div {
	padding-top: 10px;
}


@media (min-width: 768px){
	#component #kursId_container_div select {margin-left: -5px;}
}

#component #kinder_container_div,
#component #alterkind51_container_div,
#component #alterkind41_container_div,
#component #alterkind31_container_div,
#component #alterkind21_container_div,
#component #alterkind11_container_div,
#component #erwachsene_container_div,
#component #altererwachsen51_container_div,
#component #altererwachsen41_container_div,
#component #altererwachsen31_container_div,
#component #altererwachsen2_container_div,
#component #altererwachsen1_container_div  {
	width: auto !important;
	margin-right: 25px !important;
}

#component #kinder_container_div {
	clear: both;
}

#component #alterkind51_container_div label,
#component #alterkind41_container_div label,
#component #alterkind31_container_div label,
#component #alterkind21_container_div label,
#component #alterkind11_container_div label,
#component #altererwachsen51_container_div label,
#component #altererwachsen41_container_div label,
#component #altererwachsen31_container_div label,
#component #altererwachsen2_container_div label,
#component #altererwachsen1_container_div label {
	font-size: 80%;
	line-height: 1em;
	vertical-align: bottom;
	width: 100px !important;
	color: #999;
	font-weight: normal;
}

#component #alterkind51_container_div,
#component #alterkind41_container_div,
#component #alterkind31_container_div,
#component #alterkind21_container_div,
#component #alterkind11_container_div,
#component #altererwachsen51_container_div,
#component #altererwachsen41_container_div,
#component #altererwachsen31_container_div,
#component #altererwachsen2_container_div{
	display:none;
}

#component textarea.form-control {
	width: 100%;
}

/* ****************************************** */
/* Login */
/* ****************************************** */
.login .form-horizontal .control-label {
	text-align:left;
}

.login .controls {
	color: #000;
}

/* ****************************************** */
/* Footer */
/* ****************************************** */

#footers {
	background: #000;
}

#footer {
	padding: 30px 0;
	position: relative;
}

#footer h3 {
	text-align: left;
}

#footer ul {
	padding-left: 15px;
}

#footer li {
	list-style-image: none;
	list-style-type: circle;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#footer .moduletable {
	/* height: 250px; */
	/* border-left: 1px dotted #666; */
}

#footer .moduletable:last-child {
	/* border-right: 1px dotted #666; */
}

#footer a, #bottom a {
	color: #fff;
}

#footer a:hover, #bottom a:hover {
	text-decoration: none;
	color: #f8ec1f;
}

#bottom {
	padding-top: 10px;
	font-size: 70%;
}



/* ****************************************** */
/* K2 Products */
/* ****************************************** */

.k2store_cart_button {
	font-size: 12px;
}

/* ****************************************** */
/* Responsive */
/* ****************************************** */

@media (max-width: 430px) {
	#component .Chronoform input.btn-primary {margin-bottom:5px}
}

@media (max-width: 736px ) {
	body { padding-top: 85px; -moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; font-size: 16px;}
	h1 { font-size: 28px; }
	h2 { padding-bottom: 20px;}
	#top { height: 85px; padding-top: 15px;}
	#utilities  { height: auto; }
	#top.smaller { height: 85px; }
	#logo img { height: 60px; }
	#top.smaller #logo img{ height: 60px; }
	#slider .moduletable { padding: 0; margin: 0; }
	.flex-caption .head, .responsive_map_description .map-caption .head { font-size: 24px; }
	.moduletable.col-lg-10, #footer .moduletable { border: transparent !important; height: auto; }
	/* .lang-inline { font-size: 80%; } */
	#cta a { font-size: 16px; text-align: left; }
	#cta a img { height: 20px; }
	.navbar-title { padding-top: 15px;} 
	.menu-icon-cont { margin-top: 20px !important; }
	.sm-level.level1 { padding-top: 5px; }
	.menu-icon3 { font-size: 40px !important; }
	.cols-3.items-row { margin: 0; }
	.cols-3.items-row .col-xs-12 { margin-bottom: 30px; }
	.features.table, .btn-tab { visibility: hidden; display: none; }
	.teaser-desc { font-size: 16px; }
	#component {padding: 25px 0;}
	#footer img {padding-right: 5px;}
	.col-md-12, .col-sm-12, .col-xs-12 {padding: 0;}
	#component .multiline_start, #component .multiline_add { width: 100% !important;}
}

@media (max-width: 1024px ) {
	.blogpreise .col-sm-6 { width: 100%; }
	.teaser-desc, #cta .image-title, .gkNspPM-NewsBlocks > figure > figcaption h3 { font-size: 20px; }
	h2, .h2 { font-size: 16px; }
	/* .sm-levels {overflow:scroll !important;-webkit-overflow-scrolling:touch;} */
	nav {height:auto;}
}

body.online-rent #top {
	position: absolute !important;
	height: 165px !important;
}
body.online-rent #utilities {
	position: absolute !important;
}

.rent-online #top { height: 165px; position: absolute; }
.rent-online #top.smaller #logo img { height: 120px !important; }
.rent-online #utilities { position: absolute !important; height: 135px !important; }

.book-course #top { height: 165px; position: absolute; }
.book-course #top.smaller #logo img { height: 120px !important; }
.book-course #utilities { position: absolute !important; height: 135px !important; }

.kurs-buchen #top { height: 165px; position: absolute; }
.kurs-buchen #top.smaller #logo img { height: 120px !important; }
.kurs-buchen #utilities { position: absolute !important; height: 135px !important; }
