/*@import url(https://fonts.googleapis.com/css?family=Exo:400,600,700,600italic|Roboto+Slab:700,300);*/
/*@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,400;0,600;0,700;1,600&family=Roboto+Slab:wght@300;700&display=swap');*/

body {
    font-family: monospace;
    color: rgb(112,112,112);
    /*background-color: white;*/
    font-size: 14px;
    font-weight: 300;
}

button, input, optgroup, select, textarea {
    color: #000;
}
p {
  margin: 0px 0 7px;
  line-height: 1.4;
}
a {
    color: #6db0a3;
    text-decoration: none;
}
a:focus, a:hover {
    color: rgb(112,112,122);
    text-decoration: none;
}
.textmedia a {
	/*font-family: 'Exo', sans-serif;*/
	font-weight: 700;
	letter-spacing: 0.025em;
}
#page-footer .textmedia a,
aside .textmedia a {
	/*font-family: 'Exo', sans-serif;*/
	font-weight: 300; 
}
b, strong { 
	/*font-family: 'Exo', sans-serif;*/
	font-weight: 700;
	letter-spacing: 0.025em;
}
i, italic, oblique {
	/*font-family: 'Exo', sans-serif;*/
	font-style: italic;
	font-weight: 600;
}
.textmedia ol, .textmedia ul {
    margin: 0 0 10px 0;
    padding: 0 0 0 18px;
    line-height: 1.4;
}
.textmedia li {
	padding-bottom: 5px;
}

h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	margin: 30px 0 10px 0;
	font-size: 16px;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	letter-spacing: 0.025em;
	
}
h6 {
	font-size: 14px;
}
h1, h2, h3, h4, h6 {
    margin: 0px 0 20px 0;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.036em;
    color: #6db0a3;
    /* color: #a7a6a3; */
}

aside .shortcut h2 {
	/*font-family: 'Roboto Slab', serif;*/
    /*color: rgb(112,112,112);*/
    /*background-color: white;*/
    font-size: 17px; 
    margin: 0px 0 5px;
}
aside .shortcut div {
	/*margin-bottom: 20px; */
}

.gridelement.ge_three_columns h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
@media (max-width:767px) {
	body {
    font-size: 14px;
}
	.h2, h2 {
    	font-size: 20px;
	}
	.h3, h3 {
    	font-size: 18px;
	}
}


.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 100%;
}
h4>small  {
	line-height: 300%;
}

.container.page-content {
	margin-top: 30px;
	margin-bottom: 50px;
	min-height: 500px;
}
.tree li,
.tree li a {
    text-decoration: none;
    color: #6db0a3;
}

/*.page-content .fsc-default,
.page-content .gridelement,*/
.page-content .background-image,
.page-content .background-color {
    margin-bottom: 50px;
}

.rulerBefore { 
	padding-top:10px;
}
.table { 
    margin-bottom: 0;
}

.table.table>tbody>tr>td:first-child {
	width: 25%;
}

/* ============= Navbrand =================== */
.navbar-brand {
    float: left;
    height: 50;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-header .navbar-brand > img {
    display: block;
    height: 30px;
    width: auto;
    margin-top: 0;
}
@media (min-width:768px) {
	.navbar-header .navbar-brand > img {
		margin-top: -17px;
		height: 0px;
		padding: 25px 25px 27px 25px;
		background-color: #6db0a3;
		background-image: url(../-Icons/home_white.png);
		background-repeat: no-repeat;
		background-size: 16px;
		background-position: center center;
	}
	.navbar-header .navbar-brand > img:hover {
		background-color: #b3b3b3;
		background-image: url(../-Icons/home.png);
	}
	/*
	.navbar-header .navbar-brand.home > img {
		background-color: #b3b3b3;
		background-image: url(../-Icons/home.png);
	}
	.navbar-header .navbar-brand.home > img:hover {
		background-color: rgb(156,199,219);
		background-image: url(../-Icons/home_white.png);
	}
	*/
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
    margin-right: -15px;
	}
	ul.nav.navbar-nav.navbar-left > li:first-child {
		display: none;
	}
}



/* ============= Navigation =================== */
.nav li a  {
	font-family: 'Exo', sans-serif;
	text-transform: uppercase;
	border-left: 1px solid #fff;
}
/*
@media (min-width: 992px) {
	.navbar-toggle {
	    display: none !important;
	}
}
*/
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.nav.navbar-right > li > a,
.nav.navbar-left > li > a {
    position: relative;
    display: block;
    padding: 15px 15px;
    background-color: #6db0a3;
}

@media (min-width:768px) AND (max-width:991px) {
	.nav.navbar-right > li > a,
	.nav.navbar-left > li > a {
	    padding: 15px 10px;
	    font-size: 13px;
	}
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #6db0a3;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #b3b3b3;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #6db0a3;
}

.sidebar .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 5px;
    background-color: #f5f5f5;
    font-size: 12px;
}
.sidebar .nav > li > a:hover {
    background-color: #6db0a3;
    color: #fff;
}
.sidebar .nav-pills>li.active>a,
.sidebar .nav-pills>li.active>a:focus,
.sidebar .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #6db0a3;
}
.sidebar .nav > li.active > a {
    background-color: #6db0a3;
    color: #fff;
    font-weight: normal;
}

/* ============= Jumbotron =================== */
.jumbotron {
    margin-bottom: 0px;
    min-height: 100px;
}
@media (min-width:992px) {
	.jumbotron {
	    min-height: 100px;
	}
}
@media (min-width:1200px) {
	.jumbotron {
	    min-height: 300px;
	}
}
.logo img{
	height: 100px;
	width: 250px;
}
@media (min-width: 992px) {
	.logo img{
		height: 200px;
		width: 500px;
	}
}


/* ============= footerbar =================== */
#page-footer.navbar {
    border-radius: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 31px;
}
#page-footer.navbar-default {
    color: rgb(112,112,112);
}

#page-footer.navbar-default a {
    color: #6db0a3;
}

/* ------------------ POWERMAIL ---------------------- */
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left!important;
  }
}

.tx-powermail .container-fluid {
	padding-right: 0;
    padding-left: 0;
}
.tx-powermail .container-fluid h3 {
	font-size: 18px;
	padding-bottom: 20px;
}
legend.powermail_legend,
.tx-powermail h3 {
	display: none;
}
@media (min-width: 768px) {
	.powermail_fieldwrap .col-sm-10 {
    	width: 66%;
    }
	.powermail_fieldwrap .col-sm-2 {
    	width: 33%;
	}
	.powermail_fieldwrap .col-sm-offset-2 {
    	margin-left: 33%;
}


/* ============= Member LogIn LogOut =================== */
/*.tx-felogin-pi1 > h3,
.tx-felogin-pi1 > div,*/
.tx-felogin-pi1 > form > fieldset > legend {
	background-color: aqua;
	display: none;
}

.navbar {
 background-color: aqua !Important;
    padding: 30px;
}
