@font-face {
    font-family: 'robotolight';
    src: url('/Fonts/Roboto/roboto-light-webfont.eot');
    src: url('/Fonts/Roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Fonts/Roboto/roboto-light-webfont.woff2') format('woff2'),
         url('/Fonts/Roboto/roboto-light-webfont.woff') format('woff'),
         url('/Fonts/Roboto/roboto-light-webfont.ttf') format('truetype'),
         url('/Fonts/Roboto/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'babelsansregular';
    src: url('/Fonts/Babel-Sans/babelsans-webfont.eot');
    src: url('/Fonts/Babel-Sans/babelsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Fonts/Babel-Sans/babelsans-webfont.woff2') format('woff2'),
         url('/Fonts/Babel-Sans/babelsans-webfont.woff') format('woff'),
         url('/Fonts/Babel-Sans/babelsans-webfont.ttf') format('truetype'),
         url('/Fonts/Babel-Sans/babelsans-webfont.svg#babelsansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'consola_monobook';
    src: url('/Fonts/Consola-Mono/consolamono-book-webfont.eot');
    src: url('/Fonts/Consola-Mono/consolamono-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Fonts/Consola-Mono/consolamono-book-webfont.woff2') format('woff2'),
         url('/Fonts/Consola-Mono/consolamono-book-webfont.woff') format('woff'),
         url('/Fonts/Consola-Mono/consolamono-book-webfont.ttf') format('truetype'),
         url('/Fonts/Consola-Mono/consolamono-book-webfont.svg#consola_monobook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('/Fonts/Gontserrat/gontserrat-light-webfont.eot');
    src: url('/Fonts/Gontserrat/gontserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Fonts/Gontserrat/gontserrat-light-webfont.woff2') format('woff2'),
         url('/Fonts/Gontserrat/gontserrat-light-webfont.woff') format('woff'),
         url('/Fonts/Gontserrat/gontserrat-light-webfont.ttf') format('truetype'),
         url('/Fonts/Gontserrat/gontserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'liberation_sansregular';
    src: url('/Fonts/Liberation-Sans/liberationsans-regular-webfont.eot');
    src: url('/Fonts/Liberation-Sans/liberationsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Fonts/Liberation-Sans/liberationsans-regular-webfont.woff2') format('woff2'),
         url('/Fonts/Liberation-Sans/liberationsans-regular-webfont.woff') format('woff'),
         url('/Fonts/Liberation-Sans/liberationsans-regular-webfont.ttf') format('truetype'),
         url('/Fonts/Liberation-Sans/liberationsans-regular-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #FFF;
    color: #FFF;
}


ul {
    list-style-type: none;
}

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

.pricing-table-title {
    text-transform: uppercase;
    font-size: 2.6em;
    color: #235127;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 25px;
}

.pricing-table-title a {
    font-size: 0.6em;
    font-family: 'liberation_sansregular', sans-serif;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
/** ========================
 * Contenedor
 ============================*/
.pricing-wrapper {
    margin: 14em auto;
    width: 640px;
    font-size: 62.5%;
    font-family: 'liberation_sansregular', sans-serif;
}

.pricing-table {
    margin: 0 10px;
    text-align: center;
    width: 300px;
    float: left;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.pricing-table:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

.pricing-title {
    color: #FFF;
    background: #38713D;
    padding: 20px 0;
    font-size: 2em;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    font-family: 'liberation_sansregular', sans-serif;
}

.pricing-table.recommended .pricing-title {
    background: #38713D;
    font-family: 'liberation_sansregular', sans-serif;
}

.pricing-table.recommended .pricing-action {
    background: #38713D;
    font-family: 'liberation_sansregular', sans-serif;
}

.pricing-table .price {
    background: #403e3d;
    font-size: 3.4em;
    font-weight: 700;
    padding: 20px 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table .price sup {
    font-size: 0.4em;
    position: relative;
    left: 5px;
}

.table-list {
    background: #FFF;
    color: #403d3a;
}

.table-list li {
    font-size: 1.4em;
    font-weight: 700;
    padding: 12px 8px;
}

.table-list li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    color: #3fab91;
    display: inline-block;
    position: relative;
    right: 5px;
    font-size: 16px;
}

.table-list li span {
    font-weight: 400;
}

.table-list li span.unlimited {
    color: #FFF;
    background: #e95846;
    font-size: 0.9em;
    padding: 5px 7px;
    display: inline-block;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
}


.table-list li:nth-child(2n) {
    background: #F0F0F0;
}

.table-buy {
    background: #FFF;
    padding: 15px;
    text-align: left;
    overflow: hidden;
}

.table-buy p {
    float: left;
    color: #37353a;
    font-weight: 700;
    font-size: 2.4em;
    font-family: 'liberation_sansregular', sans-serif;
}

.table-buy p sup {
    font-size: 0.5em;
    position: relative;
    left: 5px;
    font-family: 'liberation_sansregular', sans-serif;
}

.table-buy .pricing-action {
    float: center;
    color: #FFF;
    background: #38713D;
    padding: 10px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 1.4em;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    /*-----Unteren Button zentrieren*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-buy .pricing-action:hover {
    background: #403E3D;
}

.recommended .table-buy .pricing-action:hover {
    background: #403E3D;
}

.table-buy a{
    border-radius: 8px;
    font-family: 'liberation_sansregular', sans-serif;
}

/** ================
 * Responsive
 ===================*/
 @media only screen and (min-width: 275px) and (max-width: 667px) {
    .pricing-wrapper {
        margin-top: 100px;
        width: 768px;
    }

    .pricing-table {
        width: 236px;
    }

    .table-list li {
        font-size: 1.3em;
    }

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .pricing-wrapper {
        width: 768px;
        margin-top: 100px;
    }

    .pricing-table {
        width: 236px;
    }

    .table-list li {
        font-size: 1.3em;
    }

}

@media only screen and (max-width: 767px) {
    .pricing-wrapper {
        width: 420px;
        padding-bottom: 60px;
        margin-top: 100px;
    }

    .pricing-table {
        display: block;
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .pricing-wrapper {
        width: 300px;
        margin-top: 100px;
    }
}

/* The alert message box */
.alert {
    border-radius: 6px;
    text-align: center;
    padding: 20px;
    background-color: #c31d14; /* Red */
    color: white;
    margin-bottom: 15px;
    font-size: 15px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
}





::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.2);
  }
  
  ::-webkit-scrollbar-thumb {
    background: #38703d;
    border-radius: 10px;
  }

  .scroll-down {
    position: absolute;
    bottom: 6%;
    right: 9%;
  }
  
  .scroll-down i {
    display: block;
    padding: 12px;
    font-size: 25px;
    color: white;
    background: #4d9559;
    border-radius: 30px;
    transition: all 0.5s ease;
  }
  
  .scroll-down i:hover {
    transform: translateY(-5px);
  }