*, html {
  font-family : Arial, Tahoma, "Trebuchet MS", Verdana, sans-serif;
  font-size: 100%;
}
  
 body {
  font-family : Arial, Tahoma, "Trebuchet MS", Verdana, sans-serif;
  font-size: 11pt;    
  color: #5e5e5e;
  margin : 0;
  padding : 0;
  background-color: #ffffff;
}
  
header {
  line-height: 3em;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  background: #333;
  z-index: 1000;
} 

.main {
  padding: 30px 0 20px 0;
  background-color: #fff;
  min-height: 1050px;
}

.grid-container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #444444;
  line-height: inherit;
  text-decoration: none; }

a:hover {
  color: #99cc34;
}  

.blog-teaser {
  /*
  padding-right: 1.5rem;
  */
  padding-bottom: 2.5rem;
}

/*
.blog-teaser div > *:not(:last-child) {
  display: block;
  margin-bottom: 30px; 
} 
*/

.blog-footer {
  background: #333;
  height: 140px;
  padding: 50px;
  text-align: center;  
}

h2 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.9em;
  font-weight: 600;
  color: #444444;
}

h3 {
  padding-top: 20px;
  font-size: 1.5rem;
  color: #444444;
}

h5 {
  font-size: 0.75rem;
}

p {
  font-size: 0.95rem;
}

i.fa, i.fab, i.far, i.fas {
  color: #c2c2c2;
  font-size: 25px;
  background: transparent;
  opacity: 0.5; 
  z-index: -10; }

.read-more {
  color: #333;
  font-size: 17px;
}  

i.fa-arrow-right, i.fa-arrow-left {
  color: #333;
  font-size: 17px;
}

.img_blog {
  box-shadow: 10px 20px 15px silver;
	border-radius: 20px;
}

.img_blog:hover {
  transform: scale(1.05); 
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3);
}

.form-button {
  background-color: #97bf1f;
  color: #5e5e5e;
  font-size: 100%; 
  padding: 8px 12px 8px 12px;
  border: 1px solid #333;
  border-radius: 8px
}

.form-button:hover {
  background-color: #97bf1f;
  border-radius: 8px;
  color: #3d3d3d;
}

.form-control {
  background-color: #ffffff;
  color: #5e5e5e;
  font-size: 100%; 
  margin-bottom: 10px;
  border-radius: 8px
}


/*********************************************************************************************
** Paging Style
*********************************************************************************************/
.pagerContainer                             { width: 100%; padding-bottom: 20px; }
.pagerControls                              { float: left; }
.pagerControls ul                           { padding: 0; margin: 0; list-style: none; }
.pagerControls ul li                        { float: left; }
.pagerControls ul li a                      { float: left; color: #666; font-size: 12px; line-height: 20px; font-weight: normal; text-align: center; border: 1px solid #BBB; min-width: 8px; padding: 0 7px; margin: 0 5px 0 0; -webkit-border-radius: 3px; border-radius: 2px; background: #efefef; background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); text-decoration: none; }
.pagerDisplayAmount                         { float: right; border: 1px solid black; margin-right: 20px; }
.pagerSort                                  { float: right; border: 1px solid black; }
.pagerControls ul li a.activePagerItem      { background: #666; color: #FFF; border-color: #444; cursor: default; }
.pagerControls ul li a.dottedPagerItem      { background: none; border: none; -webkit-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -o-box-shadow: none; box-shadow: none; font-weight: bold; cursor: default; padding: 0; height: 26px; line-height: 34px; }
.pagerControls ul li a.arrowItem            { height: 20px; line-height: 18px;
}


@media screen and (max-width:1480px) {

  header {
    position: relative;
    width: 100%;
    background: #333;
    z-index: 1000;
    height: 50px;
  } 
} 

/*********************************
* Top Button -> nach oben gehen
*********************************/
.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(148, 193, 31, 0.8) url(cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}
  
.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}
  
.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
  
.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
  
.cd-top:hover {
  background-color: #94c11f;
  opacity: 1;
}
  
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
  
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 30px;
    width: 30px;
    right: 30px;
    bottom: 30px;
  }
}
  
