/*========================CUSTOM CSS========================*/

.btn2 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #99cc66;
    white-space: nowrap;
    padding: 16px 12px;
    font-size: 14px;
    line-height: 1.92857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  font-weight: bold;
  font-size: 22px;
}

.mapscontainer{
  text-align: center;
}


.headerlink a{
	color: #90c25e;
	font-weight: bold;
	font-size: 18px;
}

.headerlink a:hover{
	color: #005580;
	font-weight: bold;
	font-size: 18px;
}

.fancypantsaccordionholder .accordion .accordion-item .headerlink {
    font-weight: normal;
	font-size: 18px;
    display: block;
    position: relative;
    line-height: 30px;
    outline: none;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

#jsn-topbar {
background: none;
padding: 5px 0;
}
#jsn-topbar a{
	color: #90c25e;
	font-weight: bold;
	font-size: 18px;
}

#jsn-topbar a:hover{
	color: #005580;
	font-weight: bold;
	font-size: 18px;
}

#jsn-header {
margin-bottom: 10px;
}
	#jsn-menu.jsn-mobile-menu-sticky {
position: fixed;
}

#jsn-headerright-wrapper {
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 9999;
margin-top: 0px;
}

#jsn-content {
margin-bottom: 0px;
overflow: hidden;
}
#jsn-logo {
width: 150px;
min-height: 150px;
position: relative;
z-index: 9999;
padding-top: 10px;
cursor: pointer;
}

h1, .h1 {
font-size: 25px;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
}
h2, .h2 {
font-size: 20px;
	color: #000;	
	font-weight: bold;

}

h5{
font-size: 18px;
color: #000;
	font-weight: bold;

}
p, pre, blockquote, form, dl, ul, ol, fieldset, address, table {
padding: 0;
margin: 10px 0;
	font-size: 16px;
}
.card {
	font-size: 50px;
}


#jsn-mainbody-content {
margin-bottom: 0;
padding: 30px;
}

#jsn-menu {
z-index: 999;
position: relative;
color: #f2f2f2;
width: 100%;

}

body.jsn-mobile div.jsn-modulecontainer ul.menu-mainmenu > li.active {
background-color: #90c25e;
}
body.jsn-mobile div.jsn-modulecontainer ul.menu-mainmenu > li:hover {
background-color: #90c25e;
}
div.jsn-modulecontainer ul.menu-mainmenu li.active a {
background-color: #90c25e;
}

div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a, #jsn-menu .jsn-modulecontainer[class*="display-"] .jsn-modulecontainer_inner:hover h3.jsn-moduletitle {
background-color: #90c25e;
}

#jsn-headerright{
	width: 82%;
	margin-top: 30px;
	margin-bottom: 20px;
}

#jsn-headerright a{
	color: #90c25e;
}

#jsn-headerright a:hover{
	color: #0000ff;
}

#jsn-menu-inner-1 {
padding-left: 190px;
}

#jsn-pos-top{
	
}



.kontakt-top-left{
	float: left;
	margin-right: 20px;
	font-size: 20px;
	
}

.kontakt-top-right{
	float: right;
	font-size: 20px;
	line-height: 40px;
	
}

#jsn-pos-footer p{
	font-size: 15px;
	color: #fff;
}

#jsn-footer-inner {
background: #90c25e;
color: #fff;
}


ul.menu-topmenu li:hover a, ul.menu-topmenu li.active a {
background-color: #005580;
color: #FFF;
}



/*========================Inhalt========================*/

.box-left {
	float: left;
	
}
.box-right {
	float: right;
	
}
.box-center {
	text-align: center;
	
}


.abstand {
	margin-bottom: 40px;
}
/************************************************************************************
Desktop layout (320 - 480): everything is layout in single column
*************************************************************************************/
@media only screen and (min-width:992px) {



.row-kontakt-mobile{
display: none;
}

}

/************************************************************************************
 tablet wide layout (481 - 960): arrange modules in 3 columns and 1 side bar
*************************************************************************************/
@media only screen and (min-width: 481px) and (max-width: 960px), (min-device-width: 481px) and (max-device-width: 960px) {

	.row-kontakt-mobile{
display: none;
}
	
	


}
	
	


/************************************************************************************
smartphone layout (320 - 480): everything is layout in single column
*************************************************************************************/
@media only screen and (max-width: 480px), (max-device-width: 480px) {



	#jsn-menu {
		margin-top: 0;
		padding-top: 50px;
	
	}
	
	
#jsn-headerright{
	width: 100%;
	
}
	
	
		#jsn-menu.jsn-mobile-menu-sticky {
display: none;
}

	#jsn-header-inner{
		padding-top: 0;
		margin-top: 0;
	}

.row-kontakt-mobile{
	margin-top: 10px;
	float: right;
}	
	.kontakt-top-right{
	float: right;
	
}
	
		.kontakt-top-left{
	float: left;
	
}

#jsn-logo {
width: 150px;
	min-height: 50px;
position: relative;
z-index: 9999;
cursor: pointer;
	padding-top: 0px;
}	
.row-kontakt-mobile.fa-phone, .row-kontakt-mobile.fa-envelope {
font-size: 30px;
	margin-top: 10px;
	}

	#jsn-topbar {
background-color: none;
padding: 5px 0;
}
	
.row-kontakt{
	
	display: none;
}
	


	
	#jsn-mainbody-content {
margin-bottom: 0;
padding: 10px;
}
	

#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li {
border-top: 1px solid #005580;
border-bottom: 1px solid #005580;
border-right: none;
border-left: none;
margin: 0;
}


#jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li > a, #jsn-menu div.jsn-modulecontainer ul.menu-mainmenu > li > a:hover {
border: none;
background-color: #dcdcdc;
color: #90c25e;
text-decoration: none;
padding: 10px 20px;
}
	
	
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
font-size: 1.0em;
line-height: 24px;
text-transform: uppercase;
padding: 12px;
}
body.jsn-color-green #jsn-menu .jsn-modulecontent > .jsn-menu-toggle.active {
background: none;
}
body.jsn-mobile div.jsn-modulecontainer ul.menu-mainmenu > li.active {
background-color: #90c25e;
}
	
	h1, .h1 {
font-size: 18px;
text-align: center;
color: #000;

}
	
	h2, .h2 {
font-size: 15px;
color: #000;
font-weight: bold;
}
	
	p, pre, blockquote, form, dl, ul, ol, fieldset, address, table {
padding: 0;
margin: 10px 0;
font-size: 14px;
}
}
