@charset "utf-8";
  #fs-flex-footertext {
flex-flow: column nowrap;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
display: flex;
display: -webkit-flex;
display: -ms-flexbox;
-webkit-justify-content: space-between;
-ms-flex-pack:justify;
justify-content: space-between;
}
#fs-flex-footertext p {
width:100%;
text-align:justify;
color:grey;
background-color:#d8d8d8;
font-size:13px;
} #fs-flex-versandpartner {
padding: 0;
margin: 0;
list-style: none;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display:  flex;
-webkit-flex-flow: row wrap;
justify-content: space-around;
border: thin grey solid;
border-radius: 10px;
padding: 20px 0 20px 0;
}
#fs-flex-versandpartner li {
width: 200px;
height: 150px;
margin-bottom: 0;
}
#fs-flex-versandpartner li img {
width: 100%;
height: auto;
} #fs-footer-h5-versandpartner {
margin: 0 auto -12px auto;
width: 250px;
padding: 0;
text-align: center;
color: grey;
background-color:#d8d8d8;
position: relative;
} .flex-col.hide-for-medium.flex-right.flex-grow {flex:none;} @media only screen and (min-width: 850px) {
#fs-flex-footertext {
flex-flow: row wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#fs-flex-footertext p {
width:49%;
}
} @font-face {
font-family: 'uni-sans-regular';
src: url(//familiashop.de/stuff/fonts/uni-sans-regular.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'uni-sans-semibold-italic';
src: url(//familiashop.de/stuff/fonts/uni-sans-semibold-italic.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
.werbeblock{
width: 300px;
height: 36px;
background-color: #003366;
}
.werbeblock p {
font-family: 'uni-sans-regular', Arial, Helvetica, sans-serif;
margin: 0;
color: #fff;
font-size: 14px;
line-height: 13px;
text-transform: uppercase;
text-align: center;
}
.werbeblock p span{
font-family: 'uni-sans-semibold-italic', Arial, Helvetica, sans-serif;
margin: 0;
color: #fff;
line-height: 29px;
}
.track {
position:relative;
height:36px;
}
.slide {
position:absolute;
top:0;
}