.page-header nav.main {
    margin-left: -15px;
    margin-right: -55px;
    margin-top: .6875rem;
}


.menu-header .menu-item-592 > a {
    display: inline-block;
    width: 90px;
    height: auto;
    background-image: url(/fileadmin/dieProfitester_Logo_green.svg);
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
}

.menu .active>a {
    background: transparent;
    color: #0a0a0a;
}

.page-header nav.main > ul > li.menu-item-592 > a,
.page-header nav.main > ul > li.menu-item-592 > a:hover,
.page-header nav.main > ul > li.menu-item-592.active > a {
  background-image: url(/fileadmin/dieProfitester_Logo_green.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 90px;
  height: auto;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

/* Slideup */

.slideup.active {
    background-color: #c5c5c5;
}

.slideup .frame.frame-layout-0 {
    padding-left: 0;
    padding-right: 0;
}

.social-counter {
    display: flex; 
    font-size: 1.125rem; 
    align-items: center; 
    justify-content: space-between;
    color: #000000;
}

.social-counter p {
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 800;
}

.social-counter span {
    margin-bottom: 0;
    font-size: 0.7rem;
    font-weight: 500;
}

.icon {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
}

.follow-btn {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    font-size: 1rem;
    background-color : #d8242a;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    height: 32px;
    margin: 5px auto auto auto;
}

.follow-btn:hover {
    background-color: #d8242a;
    color: #ffffff;
    border-radius: 15px;
}

.special-btn {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #000000;
    text-align: center;
    line-height: 1;
    font-size: 1rem;
    background-color : #25D366;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    height: 32px;
    margin-top: 10px;
    font-weight: 500;
    border: #25D366 solid 1px;
}

.special-btn:hover {
    background-color: #25D366;
    color: #000000;
    border-radius: 15px;
    border: white solid 1px;
}

.text {
    width: 100%;
    text-align: left;
    padding: 5px 0 0 5px;
}

/*---Form---*/

.btn {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    background-color : #d8232a;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
    height: auto;
    margin: 20px auto auto auto
}

.control-label {
    font-weight: 500;
    font-size: .95rem;
    line-height: 1.5rem;
    margin-bottom: 5px;
}

.help-block {
    font-size: .875rem;
}

.lightbox {
    margin-bottom: 20px;
}

.form-check-label {
    margin-top: 10px;
}

.input {
    margin-bottom: 0;
}

.input .form-control {
    background-color: #ebecec;
    border-radius: 10px;
    transition: none;
    border: none;
    box-shadow: none;
}

.inputs-list {
    margin-top: 10px;
}

.xxlarge {
    height: 100px;
}

.form-group {
    width: 100%;
}

/*---Newsletter Form---*/

.cr_form .cr_button {
    width: 100%;
    background-color: #d8232a;
    font-weight: 700;
    border-radius: 10px;
}


.cr_form-input {
    background-color: #ebecec;
    border-radius: 10px;
    transition: none;
    border: none;
    box-shadow: none;
}

.itemname {
    font-weight: 500;
}