
/* Wrapper and Columns */

#Body .ContentColumn {
  position: relative;
}

body.Section-ProductHunt #Panel > * {
    display: none;
}

body.Producthunt #Panel {
    margin-left: 75px;
    border-left: 1px solid rgba(126, 150, 179, 0.2);
    padding-left: 75px;
    width: 400px;
}

body.Producthunt .PanelColumn {
    max-width: none;
    min-width: none;
}

body.Section-ProductHunt #Panel > .ProductHuntSidebarModule {
    display: block;
}

/* Sidebar */

body.Producthunt .ProductHuntSidebarModule .ProductList a.button.more:link {
  margin-bottom: 30px;
}

.ProductHuntSidebarModule .ProductList li>a h4 {
  left: -10px;
}

.ProductHuntSidebarModule .BrandLogoTiny {
  display: none;
}

.spacer {
  display: block;
  height: 1px;
}

#alttext {
  font-size: 0.8rem;
}

/* Standards */

body.Producthunt .button:link, body.Producthunt .button:visited {
  border: none;
  margin-bottom: 7px;
  padding: 5px 20px;
  background: #EA6D86;
  border-radius: 3px;
  font-weight: 400;
  display: table;
  color: #fff;
  margin-top: 0px;
  text-align: left;
  border-radius: 100px;
  transition: all .3s;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

body.Producthunt .button:hover {
  background: #ffeaee;
  color: #EA6D86;
}

body.Producthunt .Box h4:before {
  display: none;
}

body.Producthunt .ProductVideo {
  margin-bottom: 30px;
}

body.Producthunt .Video.YouTube .VideoPreview {
  width: 100%;
}

body.Producthunt .Video.YouTube .VideoPreview a img {
  border-radius: 5px;
  margin-top: 20px;
  width: 100%;
  height: auto;
}

body.Producthunt .Video.YouTube .VideoPreview a img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
}

/* body.Producthunt #Body img {width: 100%;} */

body.Producthunt .PageControls {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}

body.Producthunt .PageControls a.Button {
    background: none;
    color: #000;
    font-size: 0.8rem;
    text-decoration: underline;
    padding: 0 5px;
    opacity: 0.3;
}
body.Producthunt .PageControls a.Button:hover {
    opacity: 1;
}

body.Producthunt .PageControls.Bottom {
  position: relative;
}

body.Producthunt .PageControls.Bottom a:link, body.Producthunt .PageControls.Bottom a:visited {
   border: none;
   margin-bottom: 7px;
   padding: 5px 20px;
   background: #EA6D86;
   border-radius: 3px;
   font-weight: 400;
   display: table;
   color: #fff;
   margin-top: 0px;
   text-align: left;
   border-radius: 100px;
   transition: background 0.2s;
 }
 
 body.Producthunt .PageControls.Bottom a:hover {
  background: #ffeaee;
  color: #EA6D86;
  transition: background 0.2s;
 }

/* Entyr Forms */

body.Producthunt #Content input[type="text"] {
  border: none;
  background: #FFF;
  border-radius: 3px;
  padding: 5px;
  width: 100%;
}

body.Producthunt #Content .FormWrapper label {
  color: rgb(75, 89, 124);
  font-size: 0.9rem;
  margin: 20px 0 8px 10px;
}

body.Producthunt #Content .FormWrapper li:first-child strong {
  font-size: 1.4rem;
}

body.Producthunt #Content .FormWrapper .CheckBoxList {
  margin-bottom: 30px;
}

body.Producthunt #Content .FormWrapper .CheckBoxList li {
  display: inline-block;
}

body.Producthunt #Content .FormWrapper .CheckBoxList label {
  margin: 10px 0 0px 10px;
}

/* Category Tags */

.ProductCategoryPills {
    margin: 20px 0 20px;
    display: flex;
    justify-content: space-between;
    width: 80%;
    flex-flow: row wrap;
}

ul.ProductCategoryPills li {
    display: inline;
}

ul.ProductCategoryPills::after {
  content: "";
  flex: auto;
}

ul.ProductCategoryPills a, nav.ProductHuntNav a, .BrandList ul.ProductCategoryPills li {
    border-radius: 30px;
    display: inline-block;
    padding: 3px 12px;
    margin: 5px 5px 5px 0;
    color: unset;
    font-size: 0.9rem;
    background: #ffeaee;
    color: #EA6D86;
    width: fit-content;
}

ul.ProductCategoryPills a:hover, nav.ProductHuntNav a:hover {
    background: #EA6D86;
    color: #FFF;
}

nav.ProductHuntNav {
    margin: 15px 0 ;
}

body.Producthunt h1 {
  margin: -15px auto 10px;
  color: #344254;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  /* border-bottom: 1px solid rgba(126, 150, 179, 0.2); */
  padding-bottom: 15px;
}

body.Producthunt p.PageDescription {
    margin-bottom: 50px;
    font-size: 0.9rem;
    padding: 0px;
    border-radius: 5px;
    line-height: 1.5rem;
    color: #565b70;
    padding-left: 60px;
    background: transparent url(/themes/_icons/description.svg) 0px 3px no-repeat;
}

.Section-ProductHunt details summary {
    cursor: pointer;
    user-select: none;
}

.ProductsColumn h2, .ProductsColumn h3 {
    text-align: left;
    margin-bottom: 25px;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0px;
    margin-top: 38px;
    font-size: 0.8rem;
    background-color: #4fc6de26;
    width: fit-content;
    padding: 0px 9px;
    border-radius: 10px 0;
    color: #344254;
}

.ProductsColumn .Teaser {
  font-size: 0.9rem;
  padding: 0px;
  border-radius: 5px;
  line-height: 1.5rem;
  color: #565b70;
  padding-left: 60px;
  background: transparent url(/themes/_icons/description.svg) 0px 3px no-repeat;
  margin-bottom: 40px;
}

.BrandLogoTiny {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 11px;
  left: 130px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.BrandLogoTiny img {
  width: 100%;
}

.ProductList li a:hover {
  background: #FFF;
  transition: background 0.2s;
}

.ProductList li a figure:last-child {
    margin-bottom: 12px;
}

.Section-BrandList .ProductList li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Section-BrandList #Panel .ProductList li {
  display:  block;
}

.ProductList li {
    margin-bottom: 40px;
}

.ProductList li>a {
    display: block;
    margin-bottom: -15px;
    position: relative;
    overflow: visible;
    clear: both;
    min-height: 100px;
    border-radius: 5px;
    transition: background 1.2s;
    cursor: pointer;
}

.ProductList li>a h4 {
    color: #344254;
    line-height: 1.4rem;
    width: 100%;
    display: block;
    font-family: 'Fraunces';
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    position: relative;
    left: 50px;
    top: 15px;
    background: none;
}

.ProductList .ProductImage {
    float: left;
    margin-right: 2em;
    width: 100px;
    height: 100px;
    object-fit: contain;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}

/* - - - Brand List - - - */

.BrandList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.BrandList > li {
    width: 47%;
    margin-bottom: 25px;
    min-height: 100px;
}

.BrandList li a:hover {
background: #FFF;
transition: background 0.2s;
display: block;
min-height: 100px;
}

.BrandList figure {

}

.BrandList figure img {
    float: left;
    margin-right: 2em;
    width: 100px;
    height: 100px;
    object-fit: contain;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}

.BrandList li h4 {
  color: #344254;
  line-height: 1.4rem;
  display: block;
  font-family: 'Fraunces';
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  position: relative;
  margin: 5px 0;
  padding-top: 8px;
}


.BrandList li p {
 color: #7E96B3;
 font-size: 0.85rem;
}

.BrandList li ul.ProductCategoryPills {
  width: 100%;
  display: block;
  margin: 5px 5px 0px 0;
  font-size: 0.8rem;
  padding-bottom: 3px;
}

/* - - - */

.BrandLogoSmall {
    max-width: 3em;
    max-height: 3em;
    margin-right: .5em;
}

.ProductList p {
    width: 60%;
    overflow: hidden;
    color: #4B597C;
    font-size: 0.85rem;
    margin-top: 27px;
}

ul.ProductInfo {
    display: flex;
    justify-content: space-between;
    width: 100px;
    position: absolute;
    right: 0px;
    top: 20px;
}

.ProductInfo li {
    display: inline;
    color: #2b2e3d;
    padding: 6px;
    width: 43px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 0.8rem;
    color: rgba(126, 150, 179, 0.5);
    padding-top: 30px;
}

.ProductInfo li.LikesIcon {
    background: transparent url(/themes/_icons/itemViews.svg) 50% 10% no-repeat;
    background-size: 44%;
}

.ProductInfo li.CommentsIcon {
    right: 65px;
    background: transparent url(/themes/_icons/itemComments.svg) 50% 10% no-repeat;
    background-size: 55%;
}

ul.ProductInfo span {
    display: none;
}

.ProductCarousel {
  clear: both;
}

.ProductCarousel:not(.is-fullscreen) {
    border-radius: 5px;
}

.ProductCarouselItem {
    width:  280px;
    height: 280px;
    overflow: hidden;
    margin-right: 10px;
}

.ProductCarouselItem img {
    max-height: 100%;
    margin-right: 10px;
    border-radius: 5px;
}

.ProductCarousel.is-fullscreen .ProductCarouselItem {
    width: auto;
    height: auto;
}

.ProductCarousel.flickity-enabled.is-fullscreen {
    z-index: 200;
}

.ProductCarousel.flickity-enabled.is-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: hsl(0 0% 0% / 50%);
    padding-bottom: 35px;
    z-index: 1000;
    padding: 5vw 0;
}

.ProductBody, .BrandProducts {
    margin: 2rem 0;
}

.ProductBody {
  margin: 4rem 0 2rem;
}

.ProductBody i {
background: #ffe5e5;
  padding: 5px 10px;
}

.ProductBody ul {
  margin: 3px 0 0 0;
  background: #FFF;
  border: none;
  padding: 10px 0 10px 0;
  border-radius: 0 5px 5px 5px;
}

.ProductBody ul li {    font-size: 0.85rem;
line-height: 1.1rem;
margin: 8px 0 8px 20px;
list-style: none;
list-style-position: outside;
background: transparent url(/service/tl_files/_ratgeber/check.svg) 0 3px no-repeat;
background-size: 15px;
padding-left: 25px;
}

.ProductWrap {
  position: relative;
}

.ProductWrap .ProductBody {
  margin: 40px 0 0 0;
}

.ProductWrap .ProductCategoryPills {
  margin: 5px 0 20px;
}

/* .ProductWrap .ProductBody::first-letter {
  font-size: 2.7rem;
  display: block;
float: left;
margin: 10px 5px 5px 0;
}
*/

.ProductBody b, .ProductBody strong, .ProductBody .VideoWrap:before, .ProductWrap b {
  border-bottom: 4px solid rgb(175 240 253 / 50%);
  display: inline-block;
  padding-bottom: 5px;
  margin: 20px 0 0 10px;
}

.ProductWrap b.headline {
  margin: 0 0 20px 10px;
  clear: both;
  display: table;
}

.ProductBody ul {
  margin: 15px 10px 20px 10px
}

.ProductBody ul  li {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin: 8px 0 8px 20px;
  padding-left: 10px;
  list-style: none;
  list-style-position: outside;
  background: transparent url(/service/tl_files/_ratgeber/check.svg) 0 3px no-repeat;
  background-size: 18px;
  padding-left: 25px;
}

.ProductBody .VideoWrap {
  border-radius: 5px;
  position: relative;
}

.ProductBody .VideoWrap:before {
  content: "Video";
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.4rem;
  color: #2b2e3d;
  font-weight: 700;
  margin: 10px 10px 20px;
}

.ProductBody .VideoWrap img {
  border-radius: 5px;
}

.ProductBody .VideoWrap img:before {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.ProductUrls:before {
    content: "Mehr erfahren";
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.4rem;
  color: #2b2e3d;
  font-weight: 700;
  margin: 10px 10px 20px;
  border-bottom: 4px solid rgb(175 240 253 / 50%);
  display: inline-block;
  padding-bottom: 5px;
  margin: 20px 0 15px 10px;
}

body.Producthunt .ProductUrls .button:link, body.Producthunt .ProductUrls .button:visited {
  color: #2b2e3d;
  letter-spacing: 0;
  padding: 0 25px 0 0;
  background: transparent url(/themes/_icons/productsLinkOut.svg) no-repeat right center / 20px;
}

.Section-ProductView model-viewer {
    height: 500px;
    width: 100%;
}


.NoMobile {
    display: none;
}

.Section-ProductView model-viewer {
    background: #FFF;
    border-radius: 5px;
}


/* Product View */

body.Producthunt .ProductWrap h1 {
  margin: 30px auto 0px !important;
}

.ProductWrap figure {
    width: 125px;
    height: auto;
    float: none;
    max-width: none;
}

.ProductWrap figure img {
  float: none;
  max-width: none;
  width: 100%;
  padding: 0;
  height: fit-content;
}

.ProductWrap figure.BrandLogo {
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
}

.ProductWrap .BrandLink {
  color: #344254;
  padding: 3px 12px;
  background: rgb(209 218 227 / 55%)!important;
  border-radius: 50px;
  font-size: 0.85rem;
  height: auto;
  margin: 0 10px 0 0;
  backdrop-filter: blur(10px);
  transition: all 0.2s;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  float: left;
}

.ProductWrap .Age {
padding: 15px 15px 14px 16px;
margin: 30px 20px 12px 0px;
background: #FFF;
border: 1px solid #fff;
border-radius: 8px;
box-shadow: 0 5px 12px rgb(163 200 219 / 10%);
display: block;
float: left;
}

.ProductWrap .Price {
padding: 15px 15px 14px 16px;
margin: 30px 0 40px;
background: #FFF;
border: 1px solid #fff;
border-radius: 8px;
box-shadow: 0 5px 12px rgb(163 200 219 / 10%);
display: block;
float: left;
}

.ProductLikes {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 30px 0px 30px;
}

.ProductLikes .UserReactionWrap .PhotoWrap {
  float: none;
}

.ProductLikes .UserReactionWrap .ProfilePhotoSmall {
    height: 30px;
    width: 30px;
}

.ProductWrap .ReactMenu {
    width: 105px;
  float: right;
  position: absolute;
  right: 0;
  top: 38px;
}

.ProductWrap a.ReactButton:link, .ProductWrap a.ReactButton:visited {
  width: 100%;
  height: 110px;
  background: rgb(79 198 222 / 70%) url(/themes/_icons/SpBookmarksDiscussions.svg) no-repeat 50% 20px / 30px;
  border-radius: 5px;
  padding: 13px 0;
  color: #FFF;
  margin: 0;
  transition: all .2s;
  display: block;
  width: 100%;
}

.ProductWrap a.ReactButton:hover span {
  color: #FFF;
  transition: all .2s;
}

.ProductWrap a.ReactButton:link:first-child, .ProductWrap a.ReactButton:visited:first-child {
  background: rgb(234 109 134) url(/themes/_icons/productsMerkenWhite.svg) no-repeat 50% 7px / 42px;
  color: #FFF;
  transition: all .2s;
  margin-bottom: 10px;
}

.ProductWrap a.ReactButton:hover:first-child {
  background: #344254 url(/themes/_icons/productsMerkenWhite.svg) no-repeat 50% 7px / 42px;
  color: #FFF;
  transition: all .2s;
}

.ProductWrap a.ReactButton:link:last-child, .ProductWrap a.ReactButton:visited:last-child {
    background: transparent url(/themes/_icons/productsHabIchDark.svg) no-repeat 8% 50% / 25px;
  transition: all .2s;
  color: #344254;
  border: 1px solid #344254;
  height: 50px;
}

.ProductWrap a.ReactButton:hover:last-child {
  background: #344254 url(/themes/_icons/productsHabIchWhite.svg) no-repeat 8% 50% / 25px;
  color: #FFF;
  transition: all .2s;
}

.ProductWrap a.ReactButton:last-child .Count {
  display: inline-block;
  font-size: 1rem;
  margin: 0px 5px 0 30px;
}

.ProductWrap a.ReactButton:last-child .ReactLabel {
  margin: 0;
  display: inline-block;
}

.ProductWrap a.ReactButton:link:last-child .Count {
  color: #344254;
}

.ProductWrap a.ReactButton:hover:last-child .Count {
  color: #FFFFFF;
}

.ProductWrap a.ReactButton.InProgress {
  width: 100px;
  display: block;
}

a.ReactButton:hover .ReactLabel {
  color: #FFF;
}

.ProductWrap .ReactMenu .ReactLabel {
  display: block;
  padding: initial;
  margin: initial;
  text-align: center;
}

.ProductWrap .ReactMenu .Count {
background: transparent;
color: #FFF;
font-size: 1.3rem;
font-weight: 400;
text-align: center;
margin: 40px auto 5px;
display: block;
padding: 0;
}


.ProductWrap .ProductUrls {
  margin-top: 30px;
  clear: both;
}

/* Brand View */

.BrandWrap {
  
}

.BrandWrap .BrandHeader {
  margin-bottom: 60px;
}

.BrandWrap .BrandHeader h1 {
  margin: 0px auto 10px;
}

.BrandWrap .BrandHeader figure {
    width: 160px;
    height: auto;
    float: none;
    max-width: none;
    float: right;
    margin: 75px 0px 35px 30px;
}

.BrandWrap .BrandHeader figure img {
  float: none;
  max-width: none;
  width: 100%;
  padding: 0;
}

.BrandWrap .BrandHeader p.PageDescription {
  margin-bottom: 30px;
  color: #4B597C;
}

.BrandWrap .VisitWebsite {
  display: block;
  margin-left: 60px;
}

.BrandWrap .VisitWebsite a:link, .BrandWrap .VisitWebsite a:visited {
  
}

.BrandWrap .BrandProducts h2 {
  margin: 30px 0;
}

/* Comments */

.ProductHuntComments {
  margin-top: 50px;
}

.ProductHuntComments h2 {
  display: none;
}

.ProductHuntComments .CommentForm .FormWrapper {
  padding: 10px 10px 10px 20px;
}



@media (min-width: 800px) {

    .MobileOnly {
        display: none;
    }

    .NoMobile {
        display: block;
    }

  /*   img.BrandLogo, figure.BrandLogo {
        float: right;
        clear: right;
        max-width: 50%;
        padding-bottom: 1em;
    }

*/

    .BrandProducts {
        clear: both;
    }

    .Columns100, .Columns5050, .Columns6633 {
        display: flex;
    }

    .Columns5050 > .ProductsColumn {
        padding-right: 2em;
        width: 50%;
    }

    .Columns6633 > .ProductsColumn {
        width: 66%;
    }

    .Columns6633 > aside.ProductsColumn {
        padding-left: 2em;
        width: 33%;
        border-left: 1px solid #d9e1ec;
    }

body .ProductHunt.Columns100 {
      width: 100%;
      display: block;
    }

}

@media (max-width: 800px) {

body.Producthunt #Body {
  margin: 0 4vw;
}

body.Producthunt #Panel {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
  width: 100%;
}

body.Producthunt h1 {
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.ProductCategoryPills {
  justify-content: start;
}

.ProductList p {
  width: 45%; 
  padding-bottom: 10px;
}

.ProductList li>a {
  min-height: 75px;
}

.ProductList li>a h4 {
    left: 40px;
}

.ProductList .ProductImage {
  margin-right: 30px;
  width: 90px;
  height: 90px;
}

.BrandLogoTiny {
  left: 120px;
}

.BrandList > li {
  width: 100%;
}

.ProductCategoryPills {
  width: 100%;
}

.BrandWrap .BrandHeader figure {
  margin: 40px auto 25px;
  float: none;
}

.ProductWrap .ProductCategoryPills {
}

.ProductWrap ul.ProductCategoryPills::after {
  content:  none;
}

body.Producthunt .ProductWrap h1 {
  text-align: left;
  margin: -15px auto 0px 0 !important;
  width: 65%;
  line-height: 2.2rem;
}

.ProductWrap .ReactMenu {
width: 30%;
}

.ProductWrap .ReactMenu a {
  width: 43%;
}

.ProductWrap .UserReactionWrap {
  margin: 24px 0 0 0 !important;
}

.ProductList li>a h4 {
  width: 65%;
}

.ProductHuntSidebarModule .ProductList li>a h4 {
  left: 0px;
  text-align: left;
}


}


@media (min-width: 800px) and (max-width: 1100px) {
 
 body.Producthunt #Panel {
   margin-left: 50px;
 }
  
}
  
