
/* ------- FONT -------- */

/* roboto-condensed-300 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-condensed-v19-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-condensed-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-condensed-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v19-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-condensed-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v19-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-300italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/roboto-condensed-v19-latin-300italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-condensed-v19-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-condensed-v19-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v19-latin-300italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-condensed-v19-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v19-latin-300italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v19-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-condensed-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-condensed-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-condensed-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v19-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v19-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-condensed-v19-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-condensed-v19-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v19-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-condensed-v19-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v19-latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v19-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-condensed-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-condensed-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v19-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-condensed-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v19-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v19-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/roboto-condensed-v19-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-condensed-v19-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v19-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-condensed-v19-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v19-latin-700italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


/* ------- ALLGEMEIN -------- */

body {
    color: #222;
    font-family: 'Roboto Condensed';
    font-weight: 300;
    font-style: normal;
    background-repeat: repeat;
    background-color:#fff;
}

#app {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    min-height: 80vh;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

button:focus {
    outline:none;
}

.bg-gray {
    background-color: #fafafa;
}

.bg-green {
    background-color: #8ea635 !important;
}
.bg-orange {
    background-color: #ecab0d !important;
}


.container {
    width:100% !important
}

.text-success {
    color:#8ea635 !important;
}

.text-danger {
    color: #f49e00;
}
.btn-danger {
    background: #f49e00;
}

/* ------- FONT -------- */

h1 {
    font-family: 'Roboto Condensed';
    font-size: 5.5rem;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    line-height: 90%;
    font-weight: 400;
}

h2 {
    font-family: 'Roboto Condensed';
    font-size: 1.9rem;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    font-weight: 400;
}
h3 {
    font-family: 'Roboto Condensed';
    font-size: 1.5rem;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    line-height: 110%;
    font-weight: 400;
}

h4 {
    font-family: 'Roboto Condensed';
    font-size: 4rem;
    letter-spacing: 0.07rem;
    text-transform: uppercase;
    line-height: 90%;
    font-weight: 400;
}


a {
    color: #333;
    text-decoration:none;
}

a:active, a:focus {
    text-decoration:none;
}
.text-light {
    color:#dedede !important;
}


p {
    letter-spacing: 0.75px;
    font-size: 1rem;
}

strong {
    font-weight: 700;
}

.btn-round {
    border-radius:25px;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-smaller {
    font-size:20px;
}

.text-lighter {color:#999
}
/* ------- NAV -------- */

.navbar {
    background-color:#fff;
    z-index: 999;
    width:100%;
    top:0px;
}
.navbar-brand {
    margin-top:80px;
}

.navbar-brand svg {
    height: 100px;
}

.navbar-expand-md .navbar-nav .nav-link {
    font-size: 1.1rem;
    padding: 1rem;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link{color:#333}


.navbar-light .navbar-nav.text-dark .nav-link{color:#222}

.navbar-light .navbar-toggler {
    border:none;
    color:#fff;
}

.icon {
    height: 3px;
    width: 40px;
    top: 20px;
    background-color: #333;
    border-radius: 20px;
    position: absolute;
    transition-duration: 0.6s;
}
.icon:before{
    left: 0;
    position: absolute;
    top: -12.5px;
    height: 3px;
    width: 40px;
    background-color: #333;
    content: "";
    border-radius: 20px;
    transition-duration: 0.6s;
}

.icon:after{
    left: 0;
    position: absolute;
    top: 12.5px;
    height: 3px;
    width: 40px;
    background-color: #333;
    content: "";
    border-radius: 20px;
    transition-duration: 0.6s;

}
.menu{
    width: 40px;
    height: 40px;
    position: relative;
    transition-duration: 1s;
    display: inline-block;
    cursor: pointer;
    z-index: 999;
}

.burger3.open .icon{
    background: transparent;
}

.burger3.open .icon:before{
    transition: transform 0.6s;
    transform: rotateZ(45deg) translate(7.5px, 10px);
}

.burger3.open .icon:after{
    transition: transform 0.6s;
    transform: rotateZ(-405deg) translate(7.5px, -10px);
}

/* ------- BTN -------- */


.btn-primary {

}

.btn-outline-light {
    color: #dedede;
    border-color: #dedede;
}

/* ------- MAIN BUTTON -------- */

.main-btn {
    position: relative;
    width: 65vw;
    max-width: 400px;
    height:65vw;
    max-height: 400px;
    top:0vw;
    background: #f49e00;
    border-radius: 50%;
    margin: 20px auto 40px;
    transition: all ease-in-out 0.2s;
    margin-top:20px;
}
/*
.main-btn img {
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
*/
.main-btn img {
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    width: 78%;
}


.main-btn:active {
    position: relative;
    transform: scale(1.05);
    max-width: 440px;
    max-height: 440px;
    background: rgb(244,150,0);
    border-radius: 50%;
    transition: all ease-in-out 0.2s;
}

.main-btn h1, .main-btn h2, .main-btn p {
    color: #fff;
}

.main-btn h1 {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.main-btn h1 small{
    font-size: 10px;
    line-height: 10px;
    display: block;
}
.main-btn .text {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.heart {
     position: absolute;
     top:60%;
     left:-5vw;
     transition: all ease-in-out 0.2s;
    z-index: 5;
    width:40px;
 }
 .main-btn:active .heart {
    left:-8vw;
    top:65%;
    transition: all ease-in-out 0.2s;
 }

 .heart_2 {
      position: absolute;
      top:10%;
      right:-10vw;
      transition: all ease-in-out 0.2s;
     z-index: 5;
     width:30px;
  }

  .main-btn:active .heart_2 {
    right:-12vw;
    top: 5%;
    transition: all ease-in-out 0.2s;
 }


.heart_3 {
    position: absolute;
    top:5%;
    left:0vw;
    transition: all ease-in-out 0.2s;
    z-index: 5;
    width:18px;
}

.heart_4 {
    position: absolute;
    top:80%;
    right:5vw;
    transition: all ease-in-out 0.2s;
    z-index: 5;
    width:25px;
}
/* ------- CONTENT -------- */

#content {
    margin-top:50px;
}

.right-line {
    position: absolute;
    top:0px;
    height:100%;
    min-height: 100%;
    width: 16px;
    background-color: #f49e00;
    right: 0px;
    z-index: 1000;
}

.right-btn {
    padding: 5px 35px 10px 45px;
    background-color: #f49e00;
    border-top-left-radius:35px;
    border-bottom-left-radius:35px;
    color: #fff;
    font-size: 36px;
    line-height: 100%;
    margin-top:50px;
    margin-bottom:50px;
}

.right-btn a:hover {
    text-decoration: none;
}

.right-btn::before {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    right: 16px;
    content:'';
    margin-top:-55px;
}

.link::before {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #f49e00;
    right: 16px;
    content:'';
    margin-top:25px;
}
.link.green::before {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #8ea635;
    right: 16px;
    content:'';
    margin-top:25px;
}
.link.orange::before {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #ecab0d;
    right: 16px;
    content:'';
    margin-top:25px;
}

.right-btn::after {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #f49e00;
    right: 16px;
    content:'';
    margin-top:47px;
}

.green .right-btn::after {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #8ea635;
    right: 16px;
    content:'';
    margin-top:47px;
}
.orange .right-btn::after {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #ecab0d;
    right: 16px;
    content:'';
    margin-top:47px;
}


.link::after {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    right: 16px;
    content:'';
    margin-top:-50px;
}
.btn-icon {
    position: relative;
    top:5px;
}
.right-btn a {
    color:#fff;
}

/* DROPZONE STYLING */

.dropzone {
    background-color: #f0faff;
    border:solid 3px #dadada;
}


/* ------- PROJEKT ANLEGEN -------- */

.project-new label {
    min-width: 300px;
}


/* ------- FOOTER -------- */
footer {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    padding: 75px 0px 150px;
    background-color:#222;
    color: #fff;
    padding-bottom: 100px!important;
}

footer a {
    color: #efefef;
    text-decoration:none;
}

footer a:hover {
    text-decoration:none;
}

footer svg .st1 {
    fill:#efefef;
}

.footer-nav {
    line-height:200%;
}


div.altamira-gdpr-cookie-consent p {
    margin: 0 0 5px 0;
    font-size: 12px;
    font-family: inherit;
    line-height: 100%;
    font-weight: 200;
    letter-spacing:normal;
}


/* ------- FORMS -------- */
label {
    margin-bottom:0px;
}
.edit-form label {
    width:100%;
    display: block;
    padding-left:25px;
}
input, textarea {
    display: block;
    width: 90%;
    background-color: #ededed;
    color: #333;
    font-size: 22px;
    padding: 5px 25px;
    border:solid 1px #efefef;
    margin: 5px 0px 25px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

input:last-of-type {
    margin-bottom:0px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaa;
    opacity: 1; /* Firefox */
}

button {
    background:none;
    border:none;
    color: #fff;
    padding: 0px;
    font-weight: 300;
}

/* Customize the label (the container) */
.checktainer {
    display: block;
    position: relative;
    padding-left: 50px;
    padding-right: 40px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checktainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: #ededed;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checktainer:hover input ~ .checkmark {
    background-color: #ededed;
    border-radius: 50%;
}

/* When the checkbox is checked, add a blue background */
.checktainer input:checked ~ .checkmark {
    background-color: #f49e00;
    border-radius: 50%;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checktainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checktainer .checkmark:after {
    left: 14px;
    top: 6px;
    width: 12px;
    height: 23px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 420px) {
    h1 {
        font-size: 3rem;
    }
    input, textarea {
        font-size: 20px;
    }
}
@media only screen and (max-width: 380px) {
    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 3rem;
    }

}

@media only screen and (min-width: 450px) {
    .main-btn:before {
        display: none;
    }
}


table tr:nth-of-type(odd) {
    background-color:#efefef;
}



hr.green {
    border-top: dashed 5px #8ea635;
}


#qr {
    width:310px;
    height:310px;
    border-radius:50%;
    padding: 10px;
    margin: 0 auto;
}

.question {
    font-size: 25px;

    color: #111;
}

.printpage {
    position: relative;
    margin: 0px auto;
    width: 100%;
    height:29.7cm;
    padding: 2cm;
    background-color:#fff;
}

@media print {
    body{
        background-color:#fff;
        /*width: 21cm !important;
        height: 29.7cm !important;
        margin: 30mm 45mm 30mm 45mm;*/
        /* change the margins as you want them to be. */
    }
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top:none;
}

/*** LANDINGPAGE ***/

header.lp-header {
    height: 70vh;
    background-image: url('../img/kontaktdatenerfassung.jpg');
    background-size:cover;
    background-position: center center;
}

header.lp-header h1 {
    color:#fff;
    font-size: 7rem;
}

.btn-cta {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 50px;
    font-size: 1.6rem;
}
#logistro nav {
    position: relative;
    width: 100%;
}
#overlayMenu {
    height: calc(75vh + 60px);
    background-color:rgba(0,0,0,0.7);
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
}
ul.lp-nav {
    margin-left:0px;
    padding-left:0px;
}
ul.lp-nav li {
    list-style: none;
    margin-top:50px;
    line-height: 100%;
    color: #fff;
    margin-top: 10px;
}
ul.lp-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 100%;
}

#logistro h3 {
    font-size: 3rem;
}

#logistro .backend h3 {
    font-size: 1.2rem;
}

#logistro p, #logistro span, #logistro strong, #logistro ul, #logistro input, #logistro select {
    font-size: 1.3rem;
}
#logistro .caret {
    font-size:1rem;
}
#logistro .btn {
    font-size: 1.15rem;
}
#logistro li {
}
#logistro small {
    font-weight: 300;
}
#logistro strong {
    text-transform: uppercase;
}
.text-green {
    color:#8ea635;
}
#logistro .round {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    border-radius: 50%;
    text-align:center;
    color: #fff;
}

 .icon, #logistro .icon:after, #logistro .icon:before{
    background-color: #333;
}

#logistro .lp-burger .icon, #logistro .lp-burger .icon:before, #logistro .lp-burger .icon:after {
    background-color: #fff;
}

#logistro .burger3.open .icon{
    background: transparent;
}
#logistro .burger3 {
    z-index: 99999;
}
.btn-cta {

}

#logistro .main-carousel {
    background-image: url('../img/slider-hearts.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#logistro .carousel-cell {
    width:100%;
}

.slider-title {
    margin-top:-30px;
}

.quote-carousel {
    color: #fff;
}
.quote-carousel h4 {
    font-size: 1.6rem;
}

.quote-carousel .flickity-button {
    background: none;
    color: #fff;
}

.quote-carousel .flickity-button:hover {
    background: none;
    color: rgba(255,255,255,0.7);
}
.quote-carousel .flickity-page-dots .dot {
    background: #fff;
}
.quote-title {
    font-size: 2rem;
}

.quote {
    width: 80%;
    margin: 0 auto;
}

#logistro footer {
    width: 100%;
    max-width:100%;
}
#logistro footer a{
    color: #fff;
}
#logistro footer a:hover{
    color: #f49e00;
}
#logistro #accordion .card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0rem;
    border-bottom: solid 1px #aaa;
    font-size: 1.3rem;
}
#logistro .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: unset;
    border-bottom: none;
}

#logistro #accordion .card .card-header h5 button.btn {
    padding: 0.375rem 0rem;
    width: 100%;
    text-align: left;
    font-size: 1.3rem;
    color: #222;
    text-decoration: none;
}

#logistro .plus-icon, #logistro .minus-icon {
    float:right;
}

.collapsed .minus-icon {
    display:none;
}
.plus-icon {
    display: none;
}

.collapsed .plus-icon {
    display: inline-block;
}

.mobile-backdrop {
    display: none;
}

#logistro footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

#logistro .right-line {
    position: fixed;
    top:0px;
    height:100%;
    min-height: 100%;
    width: 16px;
    background-color: #f49e00;
    right: 0px;
    z-index: 1000;
}

#logistro .navbar-light .navbar-nav.text-dark .nav-link {
    color:#333;
}

#logistro .navbar.landingpage {
    background-color:rgba(30,30,30,0.7);
    color:#fff;
    position: absolute;
    z-index: 999;
    width:100%;
    top:0px;
    min-height:62px;
}

#logistro header.lp-header {
    height: 75vh;
    background-image: url('../img/kontaktdatenerfassung.jpg');
    background-size:cover;
    background-position: center center;
    padding-top:50px !important;
}

@media only screen and (min-width: 1400px) {
    #logistro .container {
        max-width: 1300px;
    }
}


@media only screen and (max-width: 500px) {

    .mobile-backdrop {
        display: block;
        position: absolute;
        top:60px;
        height: 75vh;
        width:100%;
        background-color: rgba(0,0,0,0.5);
    }
    ul.lp-nav li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 2.6rem;
    }
    header.lp-header h1 {
        color:#fff;
        font-size: 5rem;
    }

    #overlayMenu {
        height: 100vh;
        background-color:rgba(0,0,0,0.7);
        position: fixed;
        top:0px;
        left:0px;
        width:100%;
        z-index: 10000;
    }

    #logistro h3 {
        font-size: 2rem;
    }
    #logistro .backend h3 {
        font-size: 1.2rem;
    }


    #logistro p, #logistro span, #logistro strong, #logistro ul, #logistro input, #logistro select {
        font-size: 1.1rem;
    }

    #logistro .backend p, #logistro .backend span, #logistro .backend strong, #logistro .backend ul {
        font-size: 1rem;
    }
    #logistro .burger3.lp-burger {
        position: fixed;
        right: 30px;
        top: 75px;
    }
}

@media only screen and (max-width: 400px) {

    ul.lp-nav li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 2.2rem;
    }

    header.lp-header h1 {
        color:#fff;
        font-size: 3.5rem;
    }

}




#bottom-bar {
    display: block;
    height: 72px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background-color:#f49e00;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    z-index: 1000;
    padding: 0px;
}
.bottom-button {
    width: calc((100% / 4) - 3px);
    padding:15px 5px;
    text-align: center;
    border-right: solid 1px #222;
    display: inline-block;
    height:100%;
    line-height: 100%;
    box-sizing: border-box;
}

.bottom-button svg{
    margin-bottom:7px;
}

.bottom-button:last-of-type {
    border-right: none;
}

.counter {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: red;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: 0px;
    padding-top: 1px;
}

.news iframe {
    width:100%
}
.text-orange {
    color:#f49e00;
}
@media only screen and (max-width: 340px) {
    .bottom-button {
        font-size: 12px;
    }
}