
*{
	font-size:18px;
}

h1,h2,h3{
	font-weight:900;
}

.dropdown-menu {
    position: absolute;
    top: 130%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 13rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
	height:200px;
	overflow-y:scroll;
    border: 0px;
    border-radius: 0px;
}

.border-radius-none{
	border-radius:0px !important;
}


.text-primary{
	color:#80c603 !important;
}
.text-secondary{
	color:#071d34 !important;
}

nav a{
	font-weight:900;
	color:#333;
}
nav a:hover{
	background:#dc3545 !important;
	color:white !important;
}


.btn-secondary, .bg-secondary{
	background: #071d34 !important;
	border:none;
}

.btn-secondary:hover{
	background: #80c603 !important;
}

.btn-primary, .bg-primary{
	background: #80c603 !important;
	border:none;
}

.btn-primary:hover{
	background: #071d34 !important;
}

.btn{
	border-radius:0px !important;
	margin-bottom:10px;
}

.footerpage p{
	line-height:30px;
	margin:0px;
	border-bottom:1px dotted rgb(255,255,255,0.2);
}
.footerpage p a, .footerpage p .text-white, .text-light{
	color:#f1f1f1 !important;
}

.footerpage p a:hover{
	color:#80c603 !important;
}

	

.specialicon{
	font-size:70px !important;
	text-align:center;
	color:#80c603;
}
.pageafter::after{
	content: '';
	margin-top:10px;
	display: block;
	width: 65px;
	height: 6px;
	background: #dc3545!important;
	border-radius: 0px;
}

.pageafter-secondary::after{
	content: '';
	margin-top:10px;
	display: block;
	width: 65px;
	height: 6px;
	background: #071d34;
	border-radius: 0px;
}



/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #dc3545 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

h1, h2, h3, h4, h5, h6, b, strong, a, p, div, input, select, textarea{
	font-family: 'Titillium Web', sans-serif !important;
}



.mobil-phone-button{
	position:fixed;
	bottom:0px;
	left:0px;
	color:white;
	width:100%;
	text-align:center;
}


.mobil-phone-button a{
	text-decoration:none;
}

.container{
	max-width:1250px !important;
}


.content{
	margin-top:84px;
}

@media only screen and (max-width: 600px) {
	.content{
		margin-top:50px;
	}
}



.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 


.blogtext{
	font-size:16px;
	color:gray;
	line-height:22px;
}