@import url('websitefonts.css');


@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "create-icons";
  src:url("../fonts/create-icons.eot");
  src:url("../fonts/create-icons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/create-icons.woff") format("woff"),
    url("../fonts/create-icons.ttf") format("truetype"),
    url("../fonts/create-icons.svg#create-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

html {
    font-size: 62.5%;}


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

html, body {
	height:100%;	/*height:100%;*/
	}
	
body { 
	margin: 0;
	color: #222;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	
}


img {border:0px;}

a {color:inherit;}

	
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.container{
	max-width:100%;
	margin:30px auto;
	padding:25px;
	min-height:400px;
	height:auto;
}

.container h2 { margin-top:30px;}
	
	.start {
		height: 100%;
		width: 100%;
		}
	.fancybox {height: 500px;}
	
	
	body {
		font-family:sans-serif;
	}
	
	h1, h2, h3, h4 {font-weight: normal;}
	
	h1 {
	text-align: center; 
	color: #9c0  !important; 
	margin: 0rem 0 1.6rem;
	font-size: 48px !important;
	line-height: 64px;
	font-weight: 300;
	font-family: 'Amatic SC', cursive !important;
	word-spacing: 5px;
	}
	
	ul {
	margin: 0px;
	}
	
	p, li, td {
		font-weight: 300;
	}
	
	a {color: inherit;}
	
.spacer {height: 200px; width: 100%;}




/**Startbereich**/

section#startarea {
	top:0;
	left:0;
	padding:0;
	margin:0;
	height: 100%;
	width: 100%;
	background-color: transparent;
	background-image: url(images/hg_create_square-new_4b.png);
	background-repeat: no-repeat;
	background-size:cover;
	/*border-bottom-left-radius:200px 300px;
	border-bottom-right-radius:200px 300px;*/
		animation: fadein 0.5s ease-in-out;
    -moz-animation: fadein 0.5s ease-in-out; /* Firefox */
    -webkit-animation: fadein 0.5s ease-in-out; /* Safari and Chrome */
    -o-animation: fadein 0.5s ease-in-out; /* Opera */
		}
		
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

/*****Header****/

header {
	background: rgba(255, 255, 255, 0.7); 
	max-width: 900px;  
	margin: 0 auto;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	box-shadow: 0px 0px 100px rgba(10, 10,10,0.2);
}
	
.praxisschild {
	background: rgba(255,255,255, 0.6);
	width:100%;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(10, 10, 10, 0.2);
	}
	
.customadress {
    width: 45%;
    box-sizing: border-box;
    margin: 0px 0px;
    float: left;
	padding: 5%;
}
	

.logo  {text-align: center; max-width: 300px; height: auto; margin: 0px auto; /*background: #fff; box-shadow: 0px 0px 10px rgba(10, 10, 10, 0.8);*/}
.logo a  {display: block;}

/**Navigation**/

#nav {margin: 30px auto 30px; width: 100%;display:block; }


	ul#navi, ul#navi.nav {
		text-align: center;
		margin:0 auto; 
		position:relative;
		left: 28px;
		width:100% !important;
		}
		
	.stuck ul#navi, .stuck ul#navi.nav {
		left: 0px;
		right:20px;
		}

	#navi li {
      	display: inline-block;
		margin: 0 10px 20px;
		box-shadow: 0px 0px 10px rgba(10, 10, 10, 0.3);
	 	border-radius: 100px;
	  	background: #fff;
		overflow: hidden;
	}
	
	#navi li a {
	  display:block;
	  padding: 5px;
	  text-decoration: none;
	  font-size:12px;
	  text-transform:uppercase;
	  color: #9C0;
	  font-weight: 400;
	  text-align: center;
 	  width:120px;/**/
	  height: 120px;	  
	  letter-spacing: 1px;
	  border: 1px solid transparent;
	  transition: 1s ease-in-out;
	}
	
	#navi li a:hover {
	  color:#fff;
	  background: #9c0;
	}
	
	
	#navi li a:before {
		transition: 1s ease-in-out;
		text-align: center;
	}
	
	
	#navi li ul, #navi li li ul, #navi li:hover li ul {
	  display:none;
	}
	
	#navi li:hover ul {
	  display:block;
	  position:absolute;
	  margin: 0px 25% 0 -10%;
	  padding-top: 10px;
	  position: fixed;
	  bottom: 20px;
	  right: 20px;
	}
	
	
	
	#navi li a:hover:before {
		color:#fff;
	}
	
	#navi li li {
      	display: block;
		margin: 0 auto 5px;
		box-shadow: 0px 0px 10px rgba(10, 10, 10, 0.3);
	 	border-radius: 100px;
	  	background: #fff;
		overflow: hidden;
	}
	
	#navi li li a {
	  display:block;
	  padding: 5px;
	  text-decoration: none;
	  font-size:12px;
	  text-transform:uppercase;
	  color: #9C0;
	  font-weight: 400;
	  text-align: center;
 	  width: 300px;
	  height: auto;	  
	  letter-spacing: 1px;
	  border: 1px solid transparent;
	  transition: 1s ease-in-out;
	}
	
	
	#navi li a img {
	  display:none;
	}
	
	
.flex-direction-nav a  {z-index: 8 !important;}

.scrollToTop {
	color: #fff;
    background: url('none') no-repeat scroll center center #9C0;
	border-radius:100px;
	width: 50px !important;
	height: 50px !important;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index:999999;
}


.scrollToTop:hover, .scrollToTop:visited, .scrollToTop:focus   {
	color: #fff;
	text-decoration:none;
	box-shadow:rgba(255,255,255,0.5);
}

.scrollToTop:after {
   font-size: 24px;
	content: "\f077";
	font-family: 'FontAwesome';
	margin-top: 10px;
	display:block;
}

/*#nav #menu-button, #nav #menu-button-close {display:none;}*/

a.info-button-gr {
	display: block;
	color: #fff;
	font-size: 25px;
	width: 25px;
	height: 25px;
	background: #9c0;
	border: 1px solid #9c9;
	border-radius: 100%;
	margin-right:2%;
	padding:8px;
	text-align:center;
	margin: 0px auto 20px;
	transition: all 1s ease-in-out;
	}	
	
	
a.info-button-gr:hover {
	background: #fff;
	color: #9c0;
	border: 1px solid #9c0;
	}


/*Nav-Buttons*/


.home_button:before, .team_button:before, .leist_button:before, .kfo_button:before, .za_button:before, .imp_button:before, .ort_button:before {
	font-family: "create-icons";
	color: #9c0;
	font-size: 64px;
	padding-top: 42px;
	padding-bottom: 15px;
	display:block;
	}

.home_button, .team_button, .leist_button, .kfo_button, .za_button, .imp_button, .ort_button {
	background: transparent;
	padding-top: 10px;
	padding-bottom: 10px;
	/*position:absolute; */ 
	}
	
	
.home_button:before {
	content: "\e007";
	}


.home_button {
	
	}

.team_button:before {
	content: "\e000";
	}


.team_button{
	
	}
	
.leist_button:before {
	content: "\e00b";
	}


.leist_button{
	
	}


.kfo_button:before {
	content: "\e001";
	}


.kfo_button {
	
	}
	
.za_button:before {
	content: "\e009";
	}


.za_button {
	}
	

.imp_button:before {
	content: "\e005";
	}
	
.imp_button {
	
	}

.ort_button {
	
	}
	
.ort_button:before {
	content: "\e003";
	}


	.menu-button, .menu-button-close, .hidden, .visible {display:none;}
	
	.visibleNav {display:block;}

	
/**Sticky***/


.stuck section#startarea {
		animation: fadeBG 2s forwards;
    -moz-animation: fadeBG 2s forwards; /* Firefox */
    -webkit-animation: fadeBG 2s forwards; /* Safari and Chrome */
    -o-animation: fadeBG 2s forwards; /* Opera */
		}
		
@keyframes fadeBG {
    from {
        	background-position: 0px 0px
    }
    to {
        	background-position: 0px -9000px
    }
}


	
.stuck header { 
		z-index: 9; 
		top:0; 
		max-width:none; 
		width: 100%; 
		position: fixed; 
		height: 90px;
		background-size: 100% 50px;
		text-align:center;
		box-sizing:border-box;    
		
		animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
		}
		
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

	
	.stuck .praxisschild {
		display:none;
	}
		
	.stuck .logo {
		float:left;
		position: absolute;
	  	height: auto;
		margin: 0px 0px 0px 1%;
		width: 200px;
		z-index:9;
		}
		
	.stuck .logo img {
    width: 200px;
}	
		
	.stuck #nav {
		position: absolute;
		right: 1%;
		display: block;
		width: auto;
		}
		
	.stuck a.info-button-gr {
		position:fixed;
		left: 30px;
		bottom: 0px;
	}	
	
	



/****Content section****/

.fancypantsaccordionholder .accordion .accordion-item .headerlink {
    font-size: 14px;
    display: block;
    position: relative;
    line-height: 30px;
    transition: color 0.2s ease-in-out 0s;
    outline: medium none;
	text-decoration: none;font-weight:600;
}
	
	
.fancypantsaccordionholder .accordion .accordion-item .headerlink:hover {
color: #9c0;
}
	
.acc-open .headerlink{
color: #9c0;

}

.map {width: 100% !important;}


/**CSS - Parallaxscroll**/
@media only screen and (min-device-width:1025px) and (min-width:1025px) {

	.skrollr-desktop body {
		height:100% !important;
	}



	.parallax-image-wrapper {
		position:fixed;
		left:0;
		width:100%;
		overflow:hidden;
	}

	.parallax-image-wrapper-50 {
		height:50%;
		top:-50%;
	}

	.parallax-image-wrapper-100 {
		height:100%;
		top:-100%;
	}

	.parallax-image {
		display:none;
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		background-repeat:no-repeat;
		background-position:center;
		background-size:cover;
	}

	.parallax-image-50 {
		height:200%;
		top:-50%;
	}

	.parallax-image-100 {
		height:100%;
		top:0;
	}

	.parallax-image.skrollable-between {
		display:block;
	}

	.no-skrollr .parallax-image-wrapper {
		display:none !important;
	}

	#skrollr-body {
		top:0px;
		height:100%;
		overflow:visible;
		position:relative;
	}

	.gap {
		background:transparent center no-repeat;
		background-size:cover;
		
	}

	.skrollr .gap {
		background:transparent !important;
	}

	.gap-50 {
		height:50%;
	}

	.gap-100 {
		height:100%;
	}
	



	.header /*, .content*/ {
		background:#fff;
		padding:1em;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}

	.content-full {
		height:100%;
	}

	#done {
		height:100%;
	}
	
}
	
/**End CSS - Parallaxscroll**/	

	
.contentbox {height: 100%;}

.content { 
	max-width: 1024px; 
	width: 100%; 
	background: rgba(255, 255, 255, 0.8); 
	/**/box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.1);
	margin:0px auto; 
	height: auto; 
	padding: 30px 50px;
	box-sizing:border-box; 
	border-radius: 5px;}
	
#impressum ~ .content p {	
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;}
	

div#mobileconnect {
	display: none;
	}

/****/	
	
.custom_pics  {margin: 2% auto; text-align: center;}
	
.custom_pics ul {margin: 0; padding: 0; list-style:none;}
	
.custom_pics li {
	display: inline-block; 	
	box-sizing: border-box; 	
	text-align:center;
	margin: 0 1.5% 3%; 
}


.custom_pics li > span a {font-size: 12px; color:#333; }

.custom_pics li > a {
	display:block; 
	width: 200px; 
	height: 200px;
	overflow:hidden;  
	text-align: center;
	border: 1px solid #fff; 
	border-radius: 100%;
	padding: 0 0px 0px 0px;
	background:#fff;
	text-decoration:none;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	/*animation: teambutts 3s ease-in both;*/}
	
/*@keyframes teambutts {
    from {
       width:0;
		height:0;
		opacity: 0;
    }
    to {
        width:200px;
		height:200px;
		opacity: 1;
    }
}*/


.custom_pics li > a:hover {border: 1px solid #9c0;}

.custom_pics li > a:active {border: 1px solid #9c0;}
	
.custom_pics a img {height:100%; transition: all 0.5s ease-in-out;}	

.custom_pics a:hover img {height:120%;}	

.custom_pics a:focus img {height:120%;}	

.custom_pics li > a span {display: table-cell; 
font-weight: bold; position:relative; font-family: 'Amatic SC', cursive; color: #9c0; margin: auto; padding: 5px; width: 150px; height:150px; box-sizing: border-box; font-size: 24px; line-height:30px; transition: all 1s ease-in-out; border-radius: 100px 100px; vertical-align:middle; left: 17%;}

.custom_pics li > a:hover span, .custom_pics li > a:focus span {top: -216px;  background: rgba(255, 255, 255, 0.9);}

.item-page {width: 100%; padding: 3% 5% 3% 0%; box-sizing: border-box;}


/*Overlay*/



#colorbox .item-page h1 {display:none;}
#colorbox, #cboxWrapper, #cboxContent, #cboxLoadedContent {
	max-width: 600px;
	width: 100% !important;
	height: auto;
	}
	
#cboxLoadedContent {
	box-sizing:border-box;
	padding: 20px;
	width: 100% !important;
	}
	
#colorbox table td {
	border-bottom: 1px solid #999;
	}
	

	
	
@media only screen 
and (max-device-width : 1024px)  {
	
	
html, body {
	height: auto !important;}	

.gap {background-repeat: no-repeat;	background-size:cover;}
		
section#startarea {
	height: 100%;animation: none;
	}
	
.praxisschild {
	background: rgba(255,255,255, 0.6);
	width:100%;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(10, 10, 10, 0.2);
	}
	
.customadress {
    width: 45%;
    box-sizing: border-box;
    margin: 0px 0px;
    float: left;
	padding: 0 5% 2%;
}

.spacer {height: 100px;}

.contentbox {height: 100%;}

	.skrollr-desktop body {
		height:100% !important;
	}


.parallax-content {
	display: none;
	}

.skrollr-desktop body {
		height:auto !important;
	}

	
#menu-button, #menu-button-close {float:right; margin-right: 20px; margin-top: 25px;} 
	
.stuck .menu-button {display:block;} 

.stuck .visible {display:block;}

.stuck .visibleNav {display:block;}

/***STUCK***/



.stuck .logo {
    float: left;
    height: auto;
    margin: 0px 0px 0px 0;
    width: 200px;
}

.stuck .logo img{
    width: 200px;
}

.stuck #nav {
    margin: 0px 0px;
    position: relative;
	right: 0%;
}

.stuck #nav i {
    color:#9C0;
}


.stuck .hidden, .stuck .hiddenNav {
    display:none;
}


.stuck #navi.nav, .menu-button-close, .stuck .default {
    display:none;
}


.stuck #startarea header #nav ul#navi {
	margin: 70px 0px 0px;
	box-shadow: 5px 10px 10px rgba(10, 10, 10, 0.2);
	padding: 0;
	}
	

.stuck #startarea header #nav ul#navi li {display: block; margin: 0 0 0 0; border-bottom: 1px solid #ccc; border-radius:0; box-shadow: none; }
.stuck #startarea header #nav ul#navi li a {display: block; width: 100%; height: auto !important;}

.stuck  #navi .home_button:before, .stuck  #navi .team_button:before, .stuck #navi .leist_button:before, .stuck  #navi .kfo_button:before, .stuck #navi .za_button:before, .stuck #navi .imp_button:before, .stuck #navi .ort_button:before {
	font-size: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
	}


.stuck #navi .home_button, .stuck  #navi .team_button, .stuck #navi .leist_button, .stuck #navi .kfo_button, .stuck #navi .za_button, .stuck #navi .imp_button, .stuck #navi .ort_button {
	padding-top: 5px;
	padding-bottom: 5px;
	}

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

@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

html {
	height: auto !important;	/*height:100%;*/
	}
	
body {	height: auto !important;}	
	
h1 {font-size: 36px; line-height: 42px;}

.gap {background-size: 100%;}
	
	.start {
		height: auto;
		width: 100%;
		}
		
.parallax-content {
	display: none;
	}

.skrollr-desktop body {
		height:auto !important;
	}


section#startarea {
	height: auto;
	background: rgba(255, 255, 255, 0.9);
	background-image: none;
	position: fixed;
	z-index: 9;
	}
	


header { 
		width: 100%; 
		height: 90px;
		background: rgba(255, 255, 255, 0.9);
		}
	
.praxisschild {
		display:none;
		}
		
.contentbox {height: auto;}
	
.content { 
	background: #fff; 
	/**/box-shadow: none;
	margin:0px auto; 
	height: auto; 
	padding: 20px;
	box-sizing:border-box; 
	border-radius: 0px;
	}

.customadress {width:100%; min-height: 300px; padding-bottom: 50px;}

#impressum ~ .content p { 
	-webkit-column-count: 1;
	-moz-column-count:1;
	column-count: 1;}
	
.spacer {height: 135px; width: 100%;}
	
.logo {
    position:absolute;
    height: auto;
    margin: 0px 0px 0px 0;
    width: 200px;
}

.logo img{
    width: 200px;
}

a.info-button-gr, a.info-button-gr i {
	display:none;
	}	
	
	

#nav {
    margin: 0px 0px;
    position: relative;
	right: 0%;
}

#nav i {
    color:#9C0;
}

.menu-button, .visible {display: block;}
.hiddenNav, .default {display:none;}



#startarea header #nav ul#navi {
	margin: 70px 0px 0px;
	box-shadow: 5px 10px 10px rgba(10, 10, 10, 0.2);
	padding: 0;
	}
	
#startarea header #nav ul#navi li {display: block; margin: 0 0 0 0; border-bottom: 1px solid #ccc; border-radius:0; box-shadow: none; }
#startarea header #nav ul#navi li a {display: block; width: 100%; height: auto !important; transition:none;}

#navi li a:hover  {background:#9c0;}

#navi .home_button:before, #navi .team_button:before, #navi .leist_button:before, #navi .kfo_button:before, #navi .za_button:before, #navi .imp_button:before, #navi .ort_button:before {
	font-size: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition:none;
	}


 #navi .home_button, #navi .team_button, #navi .leist_button, #navi .kfo_button, #navi .za_button, #navi .imp_button, #navi .ort_button {
	padding-top: 5px;
	padding-bottom: 5px;
	transition:none;
	}
	
	
	
	
	
footer {position:fixed; z-index:9; bottom: 0; width: 100%; height: auto; text-align:left; padding: 2px; box-sizing:border-box; background: #ededed;}
	

div#mobileconnect {
	margin: 0px auto;
	display: block !important;
	padding: 5px 0px;
	}
	
	
div#mobileconnect a {
	display: inline-block;
	color: #fff;
	font-size: 25px;
	width: 25px;
	height: 25px;
	background: #9c0;
	border: 1px solid #9c9;
	border-radius: 100%;
	margin-right:2%;
	padding:8px;
	text-align:center;
	}	
	
	
	
div#mobileconnect a:hover {
	background: #fff;
	color: #9c0;
	border: 1px solid #9c0;
	}
	
		
	
div#mobileconnect .fa-inverse {
  color: #aaa;
}
	
div#mobileconnect div#tel-field-numbers, div#mobileconnect:target a#tel-button, div#mobileconnect a#tel-button-close {display:none;}


div#mobileconnect:target a#tel-button-close, div#mobileconnect:target a#mail-button {display: inline-block;}

div#mobileconnect:target a#tel-button-close {	
	background: #fff;
	color: #ccc;}
	
div#mobileconnect:target a#tel-button-close	i {
	background: #fff;
	color: #999;
	}

div#mobileconnect:target div#tel-field-numbers {
	position: absolute; 
	display: block; 
	background-color:#fff; 
	width: auto; 
	box-shadow: 0px 0px 10px #999;
	padding: 0px;
	left: 0px; 
	bottom: 50px; 
	z-index: 9; 
	}

div#mobileconnect:target div#tel-field-numbers a {display: block; text-align:left; background:transparent; padding: 10px 15px 12px; text-decoration:none; line-height: 20px;}

div#mobileconnect:target div#tel-field-numbers a:hover {
	background:#ccc; 
	color: #333;
	}

div#mobileconnect:target div#tel-field-numbers a i {
	display:block;
	top: 5px;
	color: #999;
	position: relative;
	bckground:transparent;
	padding: 3px 20px 10px 0px;
	background: transparent;
	float:left;
}


div#mobileconnect:target div#tel-field-numbers a:hover i {
	color: #fff;
	}
	
	

.scrollToTop {
	color: #fff;
    background: url('none') no-repeat scroll center center #9C0;
	border-radius:100px;
	width: 25px !important;
	height: 25px !important;
	bottom: 7px !important;
	right: 7px !important;
	padding:9px !important;
	z-index: 9;
}

.scrollToTop:after {
   font-size: 24px;
	content: "\f077";
	font-family: 'FontAwesome';
	margin-top: 0px;
	display:block;
}




	
.item-page {
	width:100%;
	}


/****/	
	
	
.custom_pics li {
	display: block; 	}


.custom_pics li > span a {font-size: 12px; color:#333;}

.custom_pics li > a {
	display:block; 
	width: 100%; 
	height: 80px; 
	background: transparent; 
	text-align: left;
	border: 1px solid #ccc; 
	border-radius:100px;
	animation:none;
	}
	



.custom_pics a:hover {border: 1px solid #9c0;}

.custom_pics a:active {border: 1px solid #9c0;}
	
.custom_pics a img {height:100%;float:left; transition:none;}	

.custom_pics a:hover img {height:100%;}	

.custom_pics li > a span { float:left;  max-width:800px; margin: 0px; font-family: 'Open Sans', sans-serif; padding: 18px 0px 10px 10px; width: auto; height:auto;  font-weight: normal; font-size: 13px; line-height:20px; transition: none; border-radius: 0; left:3%;}

.custom_pics li > a:hover span, .custom_pics li > a:focus span {top: 0;  background: transparent;}	
}




/********** BOOTSTRAP - OVERWRITE **********/

.nav-pills li a {
    position: relative;
    display: block;
    padding: 5px 10px !important;
	border: 1px solid #9c0;
	color: #9c0;
	background-color: rgba(255,255,255,0.5) !important;
	font-weight:600;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #9c0 !important;
}


.navbar-inverse .navbar-nav > .active > a{
	color: #fff !important;
	background: #9c0 !important;
	}
	
.navbar-inverse .navbar-nav > .active > a:before {
	color: #fff !important;
	}

.navbar-inverse {
    background-color: transparent !important;
    border-color: transparent !important;
}

.nav.menu {padding:0;}

.fancypantsaccordionholder .accordion .accordion-item {
    height: auto !important;
    overflow: show !important;
    list-style-type: none;
}


/******** ACCORDION J4.0 ********/

#myAccordion {}

.accordion-item {
	
}


.accordion-item  h2 {
	position: relative;
	background:#9c0;	
	color:#fff;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 5px;
	cursor: pointer;
	border-radius: 100px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.accordion-item  h2 button {
	border: 0;
	background: transparent;
	font-size: 16px;
	text-align: left;
	color:#fff;
}

.accordion-item  h2::after {
	position: absolute;
	right:10px;
	content: "\f067";
	display: inline-block;
  font-size: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.accordion-item  .accordion-collapse {
	opacity: 0;
	transform: scaleY(0);
	height:0;
	transition: all linear 0.5s;
}


.accordion-item.open .accordion-collapse, .accordion-item  .accordion-collapse.show {
	opacity: 1;
	transform: scaleY(1);
	height:auto;
}

.accordion-item.open h2::after   {
	position: absolute;
	right:10px;
	content: "\f068";
	display: inline-block;
  font-size: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
