.aqua{background-color:aqua;}

html {
  font-size: 1rem;
}

body{
    background-color: #e5edbe;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

.oben{
	margin-top: 1.5rem;
}

.head{
    font-size: 3rem;
	vertical-align: middle;
	line-height: unset;
	text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
	font-family: 'Open Sans', sans-serif;
}

@media (max-width: 1000px) {
	.head{
		font-size: 2rem;
	}
}

@media (min-width: 1200px) {
    .container{
        max-width: 900px;
    }
}
@media (min-width: 1000px) {
    .container{
        max-width: 800px;
    }
}

@media only screen and (max-width: 768px){
    .head{
        font-size:1.5rem;
    }
}

@media only screen and (max-width: 500px){
    .head{
        font-size:1rem;
    }
}

.col-md{
    margin-bottom: 1.5rem;
	padding-right: 0;
	padding-left: 0;
	margin-right: 15px;
	margin-left: 15px;
}

.thumbnail{
    position: relative;
}

.post-content {
    color:white;
    font-weight: bold;
    bottom:0;
    position: absolute;
    width: 100%;
}

.unten .post-content{
   background-color: rgba(0, 0, 0, 0.3);
   padding-top:0.5rem !important;
}


.post-content h2{
    display: inline !important;
    font-size: 1.2rem;
	text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}


.post-content p{
	text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin-bottom:0.5rem !important;
}

.box-shadow-xs {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.box-shadow-xs:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.box-shadow-top {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
