body {
    margin: 0;
}



input {
    font-family: sans-serif; /* 1 */
    font-size: 120%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c4c2bf;
}



html {
    box-sizing: border-box; /* 1 */
    font-family: sans-serif; /* 2 */
}

*,
*::before,
*::after {
    box-sizing: inherit;
}


*,
*::before,
*::after {
    border-width: 0;
    border-style: solid;
    border-color: #dae1e7;
}



img {
    max-width: 100%;
}



.container {
    width: 85%;
}


.mtop2 {
    margin-top: 2rem !important;
}

.mtop3 {
    margin-top: 3rem !important;
}

.mtop7 {
    margin-top: 7rem !important;
}

.mbottom1 {
    margin-bottom: 1rem !important;
}


.blog-input
{
    font-size:1rem;
}





.blog-content-headline-resp {
    font-size: 2rem;
    text-align:justify;
    width:98%;
}


.blog-new-content-v
{
    margin-top: 2rem;
    margin-bottom: 2rem;
}


.blog-more-content
	{
	margin-bottom:.5rem;
	}

.blog-more-content-width
	{
		width:90%;
	}

.blog-all-content-margin
{
    margin-top:1.5rem;
    margin-bottom:4rem;
}


.blog-circle
	{
	margin-right:1rem;
	background-color:#e5e5e5;
    border-radius:15%;
	color:#1a4731;
	}

.blog-circle-margin-bottom
{
	margin-bottom:2rem;
	display:inline-block;
}

	
.blog-circle:hover {
	background-color:#c8dd38;
	transition: all 0.2s ease-out 0s;
}


	



.list-reset {
    list-style: none;
    padding: 0;
}


.bg-grey-lighter {
    background-color: #f1f5f8;
}


.bg-green-light {
    background-color: #c8dd38;
}


.border-grey-dark {
    border-color: #8795a1;
}



.border-b-2 {
    border-bottom-width: 2px;
}

.border-b-4 {
    border-bottom-width: 4px;
}


.block {
    display: block;
}

.inline-block {
    display: inline-block;
}



.flex {
    display: flex;
}


.flex-wrap {
    flex-wrap: wrap;
}


@supports not (-ms-high-contrast: none) {
   .font-sans {
    font-family: Open Sans, system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
       .font-sans {
    font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
}





#contact {
  background: #3d4851;
  padding-top: 15px;
  padding-bottom: 7.5px;
  color: #fff;
}


#contact ul {
  text-align: center;
}


#contact ul li {
  list-style-type: none;
  display: inline-block;
  padding-bottom: 3rem;
}


#contact ul a {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  margin-right: 26px;
  text-decoration: none;
}

.useful_products {
  font-size: 1.1rem;
}

#footer {
  background: #3d4851;
  padding-top: 4rem;
  padding-bottom: 30px;
}

#footer .text {
  padding-right: 10rem;
  padding-left: 10rem;	
  color: white;
  font-size: .6rem;
  text-align: left;
  line-height: .8rem;
  font-weight: 300;
}

.footer_container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.cb {
  text-align: center;
  margin-top: 2rem;
}











.font-bold {
    font-weight: 700;
}




.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt-2 {
    margin-top: .5rem;
}

.mb-3 {
    margin-bottom: .75rem;
}

.mt-6 {
    margin-top: 4rem;
}


.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}


.p-4 {
    padding: 1rem;
}


.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}


.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}



.pb-8 {
    padding-bottom: 2rem;
}



.pt-content {
    padding-top: 2rem;
}


.text-center {
    text-align: center;
}



.text-grey-darker {
    color: #606f7b;
}

.text-grey-dark {
    color: #8795a1;
}


.text-yellow {
    color: #f7ca14  ;
}


.text-green-darker {
    color: #1a4731 !important;
}


.text-blue {
    background-color: #273d56 !important;
}




.text-xl {
    font-size: 1.25rem;
}


.uppercase {
    text-transform: uppercase;
}

.no-underline {
    text-decoration: none;
}



.margin_bottom_tags_01 {
    display: inline-block;
    margin-bottom: 2rem;
}

.margin_bottom_tags_02 {
    display: inline-block;
    margin-bottom: .7rem;
}


.margin_bottom_tags_03 {
    margin-bottom: .7rem;
}

.w-1\/2 {
    width: 50%;
}


.w-full {
    width: 100%;
}




.pictures
{
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.5);
	max-width:620px;
}


.blog-like-and-share
{
	width:95%;
}


.blog-radius
{
    border-radius: 5px 5px 5px 5px;
}

.blog-button
{
    padding:0.95rem;
    border-radius: 5px 5px 5px 5px;
    font-size:.95rem;
    font-weight:bold;
    border: 1px solid #c4c2bf;
}


.blog-button-search
{
    padding:0.95rem;
    border-radius: 5px 5px 5px 5px;
    font-size:.95rem;
    font-weight:bold;
    border: 1px solid #c4c2bf;
}


.blog-active
{
    font-weight:bold;
    font-style:italic;
}


.blog-content-font-size {
    margin-top:1rem;
    font-size: 1.2rem;
	color: #1e1e1e;	
}


.blog-margin-search
{
    cursor:pointer;
    margin-top:1rem;
    margin-bottom:1rem;
}


.blog-tags-link a{
    text-decoration: none;
    color:#8795a1;
}

.blog-tags-link a:visited {
    color: #8795a1;

}

.blog-share
{
    text-align:center;
}


.fb_iframe_widget {
    display: block !important;
}


.blog-tags-search-archive
{
    font-size:2rem;
    color: #606f7b;
    margin-top:1rem;
    margin-bottom:2rem;
}


.blog-content-font-size a{
    text-decoration: none;
    color:#0daccf;
}

.blog-content-font-size a:visited {
    color: #0daccf;

}

.blog-button-margin
{
    margin-top:3rem;
    margin-bottom:3.8rem;
}

.blog-pager-font-size {
    margin-top:1rem;
    font-size: 1.2rem;
}

.backg_color {
    background-color: #ffde9d;
}



@media (max-width: 991px) {


    .blog-content-headline-resp {
        font-size: 1.8rem;
    }
 

    .blog-new-content-v
    {
        margin-top: 0;
    }
	
	
	.blog-button {
		width:17rem;
}
	
	
	.blog-button-center
    {
		text-align:center;
     
    }
	
	
	.container {
    width: 95%;
}

	
#contact ul {
  margin-right: 2rem;
}	
	
	
#footer .text {
  padding-right: 2rem;
  padding-left: 2rem;

}
	

.pictures
{
	max-width: 100%;
}	
	

}






@media (min-width: 320px) {
    .blog-headline-large {
        font-size: 1.6rem;
    }

}




@media (min-width: 375px) {

    .blog-headline-large {
        font-size: 1.9rem;
    }

}




@media (min-width: 768px) {
    .md\:w-1\/2 {
        width: 50%;
    }
}




@media (min-width: 960px) {

    .blog-headline-large {
        font-size: 2rem;
    }
}




@media (min-width: 992px) {
    
	
	    .lg\:w-1\/4 {
        width: 25%;
    }

    .lg\:w-3\/4 {
        width: 73%;
	padding-left:3rem;
	padding-right:3rem;
    }
	
    .blog-input
    {
        font-size:.75rem;
    }

    .blog-headline-large {
        font-size: 3.2rem;
    }


}



@media (min-width: 1200px) {
 

    .blog-input
    {
        font-size:1rem;
    }

}





@media (min-width: 768px) and (max-width: 991px) {

	.blog-button {
		width:14rem;
}
	
	
	.blog-button-center
    {
		text-align:left;
     
    }
	
	
	.blog-content-headline-resp {
    font-size: 2.5rem;
}

	
}