@import 'https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,700,800,900';

.grid {
  display: grid;
  grid-gap: 1em;
  margin: 0 auto;
  max-width: 800px;
  padding: 0;
  width: 97%;
}

.card {
  background-color: #fff;
  position: relative;
  text-decoration: none;
}
.card:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.plan-details {
  border: 1px solid gray;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease-out;
  text-align: center;
  align-content: center;
  align-items: center;
}
.plan-type {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

img.mango2 { /* <<<<<<<<<< DAMIT ES NICHT AUF ALLE IMAGES WIRKS, HABE CATS HINZUGEFÜGT!!!!!! */
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  height: 100%;
  object-fit: contain;
}

@media only screen and (min-width : 320px) {
  .grid {
    grid-template-columns: repeat(1, 1fr);}
}
@media only screen and (min-width : 574px) {
  .grid {
    grid-template-columns: repeat(1, 1fr);}
}
@media only screen and (min-width : 768px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);}
}
@media only screen and (min-width : 1200px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);}
}



.safran {
    color: #337ab7;
    text-decoration:none
}
a:hover.safran {
    color: #23527c;
    text-decoration:underline
}
img {
    vertical-align:middle
}
.container {
    width: auto;
    margin:0 auto;
}
.contents {
    width:100%;
	margin: 0 auto;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height:auto
}



.col-md-4, .col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left:10px
}

@media (min-width: 768px) {
    .col-sm-6 {
        width:50%
    }
}
@media (min-width: 992px) {
    .col-md-4 {
        width:33.33333333%
    }
}



.teaser-blacklabel {
    margin-bottom:2%;
}
.headline {
    color: #020203;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    display:block
}
.top-headline {
    color: #020203;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.54;
    margin:8px 0
}
.video-info {
    font-size: 13px;
    line-height: 1.54;
    color: #74767c;
    margin-top:8px
}
.aktuell {
	background-color: rgba(0,0,0,0.10);
    padding: 1% 2%;
}
@media only screen and (max-width: 480px) {
    .headline {
        font-size:20px
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .contents {
        width:800px
    }
}
@media (min-width: 1200px) {
    .contents {
        width: 66.67%;
        max-width:1200px
    }
}


