@import '/fonts/_localfonts.css';
/*
** generelle Adds
*/
.small {
    font-size: 0.8em;
    line-height: 1.4em;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}
.fb_mockup img {
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}
.current-cat{
  font-weight:500!important;
}
.current-cat ul.children li{
  font-weight:300!important;
}
/*
** Header
*/
.general_header {
    /*
    background: url(/wp-content/uploads/2020/08/Rohkost-206-2100px-1.jpg) no-repeat center center;
    height: 60vh;
    background-size: cover;
    background-position: left top;
    background-attachment: fixed;
    */
}
.builder-item.hfg-item-last.hfg-item-first.col-12.col-md-12.col-sm-12.hfg-item-left {
    margin: 0;
    padding: 0;
}
/*
** Zitate
*/
.zitat {
    padding: 2em;
    background-color: beige;
}
.zitat .cite {
    font-family: fantasy;
    font-style: italic;
    text-align: center;
}
.zitat .cite p {
    padding: 0;
    margin: 0;
}
.zitat .cite .author {
    font-size: 0.8em;
    font-style: normal;
    margin-top: 2em;
}

/*
** Rahmen und Testimonials
*/
.testimonial,
.rahmen-allgemein{
    border: 4px solid #e7efea;
    padding:0;
    border-radius: 3px;
    border-bottom-right-radius: 80px;
    background: url(/wp-content/uploads/2020/09/nordischroh-testimonial-background-600px.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 180px;
}
.testimonial{
    padding: 80px 1.2em 1.2em 1.2em;
  
}
.testimonial .autor {
    font-weight: 500;
    color: #e7efea;
    font-style: italic;
}
.testimonial-bild img {
    border: 4px solid #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    margin-bottom: -80px;
    margin-top: 40px;
}
.links-drehen{
  transform:rotate(-8deg);
}
.rechts-drehen{
  transform:rotate(5deg);
}

.fullwidth {
    width: 100%!important;
    border-radius: 3px;
}
.white-border{
  border:1px solid white!important;
}

/*
** ActiveCampaign Adds
*/
.ac_form_top ._form-content {
    display: flex;
    flex-wrap: wrap;
}
.ac_form_top input[type="text"] {
    width: 320px;
}
.ac_form_top .button {
    /* margin: 10px auto; */
    width: 95%;
    border: unset;
    border-radius: 3px!important;
    color: white;
    cursor: pointer!important;
    -webkit-appearance: button!important;
    background: #9F4D78;
    text-shadow: none;
    padding: 0.5em 1em;
    box-shadow: none!important;
    line-height: unset;
    font-size: 1em;
}
._form-branding {
    display: none;
}