.top-buffer { margin-top:20px; }
.top-buffer-sm { margin-top:12px; }
.bottom-buffer { margin-bottom:20px; }
.bottom-buffer-sm { margin-bottom:12px; }
.bottom-buffer-lg { margin-bottom:75px; }

.cryptedserviceaddress:after {
  content: attr(data-resp4servicename) "ik " attr(data-resp4servicesurname) "itte, " attr(data-resp4servicestreet) "rasse 10a, " attr(data-resp4servicecity) "9 Heiden"; 
}

.cryptedservicemail:after {
  content: attr(data-resp4servicemail) "@" attr(data-resp4servicemaildomain1) "-" attr(data-resp4servicemaildomain2) "." attr(data-tld); 
}

.cryptedservicephone:after {
  content: attr(data-resp4servicephone1) " " attr(data-resp4servicephone2) " " attr(data-resp4servicephone3) " " attr(data-resp4servicephone4); 
}

.cryptedhelpmail:after {
  content: attr(data-resp4helpmail) "@" attr(data-resp4helpmaildomain1) "-" attr(data-resp4helpmaildomain2) "." attr(data-tld); 
}

.background-gradient {
   /* background: linear-gradient(142deg, #99a7f7, #aef799); */
   background: linear-gradient(142deg, rgba(153, 167, 247, 0.5), rgba(174, 247, 153, 0.2));
   background-size: 400% 400%;

   -webkit-animation: backgroundGradient 30s ease infinite;
   -moz-animation: backgroundGradient 30s ease infinite;
   animation: backgroundGradient 30s ease infinite;
}

@-webkit-keyframes backgroundGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes backgroundGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes backgroundGradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}









html, body {
  /* height: 100%; */
}



/* Banner Start */

#landingHeader
{

	height: 100vh;
	background-image: url('https://entdecken.jetzt/img/banner.webp');
	display: flex;
	flex-direction: column;
	align-items: center;
	background-size: cover;
	justify-content: center;
	margin-bottom: 30px;
}
.main
{
	width: 90%;
	max-width: 100%;
	margin: 10px 5% 0 5%;
	font-size: 1.4em;
	line-height: 1.4em;
	/*padding: 15px;*/
	background-color: #eee;
	height: 100vh;
}

.main p
{
	padding: 10px;
}
#down
{
	position: absolute;
	top:85vh;
	size: 40px;
	padding: 20px;
	font-size: 2.5em;
}

#down:hover
{
	cursor: pointer;
	background-color: #eee;
	opacity: 0.8;
}

/* Banner Ende */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);

html,
body {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 100%;
  width: 100%; 
  background: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
 
.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
  color: #505050;
}
@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
}
@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
} 
.card {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  /* padding:5px; */
  /* height:80px; */
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
  overflow: hidden;
  /* background-color: #3598DB; */
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}