<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Zusätzliches Stylesheet overrided Site.css */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins'), url(/fonts/Poppins-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Bold'), url(/fonts/Poppins-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: normal;
    src: local('OpenSans'), url(/fonts/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'OpenSans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('OpenSans Bold'), url(/fonts/OpenSans-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'OpenSans Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('OpenSans Semibold'), url(/fonts/OpenSans-Semibold.ttf) format('truetype');
}

@font-face {
    font-family: 'OpenSans ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('OpenSans ExtraBold'), url(/fonts/OpenSans-ExtraBold.ttf) format('truetype');
}

.zipper {
    height: 30px;
    width: 30px;
    background-color: #0E4B2C;
    border-radius: 10px;
    border: 1px solid #23B197;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 10px;
}

.clear {
    clear: both;
}

.lalign {
    text-align: left;
}

.ralign {
    text-align: right;
}

.calign {
    text-align: center;
}

.maxfield{
    width: 100%;
}

.photo {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125), 0 0 4px rgba(54, 54, 54, 0.6);
    border-radius: 5%;
    height: 150px;
    width: 150px;
    background-size: cover;
    background-position: 50%;
    right: 15px;
    position: absolute;
    top: 15px;
}

.failureNotification{
    color: red;
}

.successNotification {
    color: darkgreen;
}

#mm {
    background-image: url("/Images/About/mmue2015.png");
}

.overlay {
    z-index: 9;
    position: absolute;
    width: 20px;
    height: 20px;
}

.letable{
   cursor: pointer;
}

    .letable td {
        padding: 5px;
    }

    .letable th {
        padding: 5px;
    }  

.stdtable {
    width: 100%;
}

    .stdtable tr {
        vertical-align: top;
        padding-top: 2px;
        padding-bottom: 2px;
    }

        .stdtable tr:nth-child(even) {
            background: #efefef;
        }

        .stdtable tr:nth-child(odd) {
            background: #ffffff;
        }

    .stdtable td {
        padding: 5px;
    }

    .stdtable .ralign {
        width: 150px;
    }

body {
    font-family: Poppins, OpenSans;
}

    body a {
        color: #0E4B2C;
    }

        body a:hover {
            color: #03553D;
        }

h1, h2, h3, h4{
    /*font-family: 'OpenSans Bold';*/
}

.navbar-fixed-top {
    background-image: url(https://ziped.net/Images/CD/ziped-croped-bg.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

.navbar-inverse {
    background-color: none;
    border-bottom: none;
}

html, body {
    height: 100%;
}

.mainclaim {
    font-family: 'Poppins Bold';
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 9;
    position: absolute;
    font-size: 2.5em;
    height: 400px;
    top: 48px;
    display: table;
}

.firstrow, .secondrow {
    height: 50%;
    display: table-row;
    width: 100%;
}

.subclaim {
    font-size: 24pt;
    line-height: 24pt;
}

.HeadlineText {
    vertical-align: bottom;
    font-weight: bold;
    font-size: 32pt;
}

.body-content {
    z-index: 4;
}

.highrow {
    margin: -450px auto 40px auto;
    z-index: 2 ;
}



.btn-primary {
    background-color: transparent;
    border-color: #0E4B2C;
    color: #0E4B2C;
}

    .btn-primary:hover {
        background-color: transparent;
        border-color: #0E4B2C;
        color: #0E4B2C;
    }


/*TOGGLE*/

/* The switch - the box around the slider */
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    /*height: 24px;*/
    /*width: 24px;*/
    height: 18px;
    width: 18px;
    /*left: 4px;*/
    /*bottom: 4px;*/
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }



input:checked + .slider {
    background-color: #187a5f;
}

input:focus + .slider {
    box-shadow: 0 0 1px #187a5f;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


/*Menubar*/
.slide-toggle {
    display: none;
}

.slidemenu {
    margin: 0 auto;
    overflow: hidden;
}

    .slidemenu label {
        width: 50%;
        text-align: center;
        display: block;
        float: left;
        color: #024a36;
        opacity: 0.39;
        filter: grayscale(1);
        margin-bottom: 0;
    }

        .slidemenu label:hover {
            cursor: pointer;
        }

        .slidemenu label span {
            display: block;
            padding-bottom: 10px;
        }

        .slidemenu label .icon {
            font-size: 20pt;
            border: solid 2px #333;
            text-align: center;
            height: 50px;
            width: 50px;
            display: block;
            margin: 15px auto 0;
            border-radius: 50%;
            background-color: transparent;
            padding-top: 10px;
        }

/* HORIZONTAL ICON-Bar*/

.sliderbar {
    width: 100%;
    height: 5px;
    display: block;
    background: #ccc;
    border-radius: 5px;
}

    .sliderbar .bar {
        width: 50%;
        height: 5px;
        background: #187a5f;
        border-radius: 5px;
    }

    /*Animations*/
    .slidemenu label, .sliderbar .bar {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
    }

/*Toggle*/

.slidemenu .slide-toggle:checked + label {
    opacity: 1;
    filter: grayscale(0);
    background-color: rgba(24, 122, 95, 0.39);
    border-radius: 5px 5px 0 0;
}


.slidemenu #slide_item_1:checked ~ .sliderbar .bar {
    margin-left: 0;
}

.slidemenu #slide_item_2:checked ~ .sliderbar .bar {
    margin-left: 50%;
}
/*END HEADER SLIDERBAR*/

.grayscale {
    filter: grayscale(100%);
}

.forbidden{
    cursor: not-allowed !important;
}

.PreviewText {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 20px;
    display: block;
}

.PreviewText-long {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 80px;
    display: block;
}

.container .jumbotron {
    margin-top: -110px;
    background-color: rgba(238,238,238,0.6);
}

.imagefield {
    height: 15%;
    min-height: 400px;
    max-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    margin-top: -50px;
    height: 600px;
    max-height: unset;
    background-image: url('https://ziped.net/Images/CD/cloud_bg.jpg');
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer {
    background-color: #ffffff;
    color: #575757;
    text-align: center;
    margin: 0px auto;
    padding-bottom: 10px;
    width: 100%;
    position: relative;
    bottom: 0;
}

    .footer a {
        color: #575757;
    }

.overlayer {
    background-color: #ffffff;
    width: 100%;
    padding-bottom: 50px;
    min-height: calc(100vh - 896px); /* Berücksichtigt die Höhe des Footers */
}


.navbar-inverse {
    background-color: transparent;
}

    .navbar-inverse .navbar-nav &gt; li &gt; a, .navbar-inverse .navbar-brand {
        color: #ffffff;
    }

        .navbar-inverse .navbar-nav &gt; li &gt; a:hover {
            color: #9d9d9d;
        }

#main {
    margin-top: -140px;
}

.fullblock {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    min-height: 150px;
}

.logo {
    background-image: url("/Images/Branding/logo_white.svg");
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #0E4B2C;
}

.squarebox {
    position: relative;
    width: 200px;
    border-radius: 10px;
    height: 200px;
    padding: 10px;
    padding-top: 35px;
    background-color: #fff;
    float: left;
    margin: 15px;
   
    background-size: 24px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
}

.boxes .squarebox {
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 15px rgba(54, 54, 54, 0.6);*/
     border: 1px solid #efefef;
    background-color: #f4f4f4;
}

.footer-newsletter {
    min-height: 150px;
    background-color: #03553D;
    color: #fff;
    padding: 15px;
    background-image: url("https://ziped.net/Images/CD/ziped-bg-newsletter.png");
    background-position: 0% 50%;
    background-repeat: no-repeat;
}

.some-icons {
    display: flex;
}

.icon-fb, .icon-ig, .LangChooser {
    height: 30px;
    width: 30px;
    padding: 1px;
    margin: 2px;
    background-color: #0E4B2C;
    background-position: 50%;
    border-radius: 50%;
    background-size: 18px;
    background-repeat: no-repeat;
}

.icon-fb {
    background-image: url("https://ziped.net/Images/Icons/facebook.svg");
}

.icon-ig {
    background-image: url("https://ziped.net/Images/Icons/instagram.svg");
}

.footer-newsletter h2 {
    font-family: 'Poppins Bold';
}

.nl-tb {
    width: 80%;
    border-radius: 16px;
    border: 1px solid #23B197;
    padding: 5px 15px;
    color: #444444;
}

.nl-btn {
    background-color: #0E4B2C;
    border: 2px solid #23B197;
    border-radius: 16px;
    padding: 5px 10px;
    margin-left: -50px;
    color: #fff;
    font-weight: bold;
}

    .nl-btn:focus, .nl-tb:focus {
        outline: none;
    }

.footer-content {
    background-color: #fff;
    min-height: 150px;
    text-align: left;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
}

.singlebox {
    position:relative;
    width: 100%;
    border-radius: 5px;
    padding: 15px;
    background-color: #fff;
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125), 0 0 8px rgba(54, 54, 54, 0.6);*/
}

.box {
    position: relative;
    border-radius: 5px;
    padding: 15px;
    background-color: #fff;
    float: left;
    margin: 15px;
   /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125), 0 0 8px rgba(54, 54, 54, 0.6);*/

}

.boxes {
    margin: 0 auto;
    max-width: 920px;
}

.squarebox p {
    color: #444444;
    font-size: 0.9em;
}

.row {
    float: left;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.overlay-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 320px;
    z-index: 10;
    background: #ffffff;
    border: 1px solid #444444;
    border-radius: 4px;
    margin: 10px;
    padding: 20px;
}

.overlay-center {
    position: absolute;
    top: 0;
    left: calc(50% - 160px);
    width: 100%;
    max-width: 320px;
    z-index: 10;
    background: #ffffff;
    border: 1px solid #444444;
    border-radius: 4px;
    margin: 10px;
    padding: 20px;
}

.overlay-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 320px;
    z-index: 10;
    background: #ffffff;
    border: 1px solid #444444;
    border-radius: 4px;
    margin: 10px;
    padding: 20px;
}

.overlay-bg{
    position: absolute;
    z-index: 8;
    background-color: rgba(0,0,0,0.6);
    filter: blur(70%);
}

#premium .btn-btm, #business .btn-btm {
    border: 2px solid #23B197;
    color: #fff;
    background-color: transparent;
}

#premium p, #business p {
    color: #fff;
}

select {
    max-width: 280px;
}

.RadUploadProgressArea_Bootstrap .ruProgress {
    background-color: #0E4B2C !important;
}

.DropZone {
    width: 350px;
    height: 90px;
    background-color: #efefef;
    border: 1px dashed #888b8d;
    padding: 15px;
    color: #767676;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 15px;
    margin-left: 3px;
    margin-bottom: 5px;
}

    .DropZone:hover {
        font-weight: bold;
        cursor: context-menu;
    }

.navbar-img {
    height: 36px;
    background-size: contain;
    background-position: left;
    background-image: url("/Images/Branding/logo_white.svg");
    background-repeat: no-repeat;
    float: left;
    width: 126px;
}

.ruBody {
    border: 1px solid #dedede;
}

.RadUploadProgressArea {
    position: absolute;
    width: calc(100% + 30px);
    height: 100%;
    background-color: white;
    z-index: 999;
    left: -15px;
    top: -15px;
}

.ruUploadProgress {
    width: 100%;
    text-overflow: clip;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.RadUpload ul{
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ruFileWrap {
    max-width: 100%;
}

.navbar-brand {
    padding-top: 10px;
}

.navbar-mobile {
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    line-height: 20px;
}

.squarebox td {
    padding: 2px;
}

.greybox{
    background-color: #efefef;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.flexrow{
    display: flex;
}

.gridscroll-x{
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

.gridscroll-y {
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.gridscroll {
    width: 100%;
    overflow-x: scroll;
    overflow-y: scroll;
}

.table{
    display: table;
    table-layout: fixed;
}

.table-row {
    display: table-row;
}

.table-cell{
    display: table-cell;
}

.mainclaim .table-cell
{
    vertical-align: middle;
}

.navbar-grid {
    display: flex;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:active, .navbar-inverse .navbar-toggle:focus {
    /*background-color: #0E4B2C;*/
}

.navbar-inverse .navbar-toggle {
    background-color: transparent;
    border: 1px solid #fff;
}

.RadWizard_Material .rwzBreadCrumb{
    box-shadow: none;
    border: none;
}

.RadWizard .rwzNav .rwzRight{
    float: left;
}

.RadWizard_Bootstrap .rwzSelected .rwzLink, .RadWizard_Bootstrap .rwzSelected .rwzLink::before {
    background-color: #0a3067;
}

.RadWizard_Material {
    font-family: inherit !important;
}

    .RadWizard_Material.rwzHorizontal .rwzBreadCrumb .rwzLink {
        display: initial !important;
    }

    .RadWizard_Material.rwzHorizontal .rwzBreadCrumb .rwzLI {
        text-align: left !important;
    }

    .RadWizard_Material .rwzNext, .RadWizard_Material .rwzFinish {
        background-color: #0E4B2C !important;
        border: 2px solid #23B197 !important;
        border-radius: 16px !important;
        padding: 4px 8px !important;
    }

    .RadWizard_Material .rwzButton {
        border: 2px solid #23B197 !important;
        border-radius: 16px !important;
        padding: 4px 8px !important;
    }

    .RadWizard_Material .rwzSelected .rwzLink .rwzText::before {
        background-color: #23B197 !important;
    }
/*ICONSETS*/
#anfrage {
    background-image: url("/Images/Icons/anfrage.svg");
}

   
.icon-account {
    background-image: url("/Images/Icons/settings.svg");
    position: absolute;
    z-index: 10;
    height: 18px;
    width: 18px;
    margin-top: -22px;
    background-size: contain;
}

.icon-lang {
    background-image: url("/Images/Icons/globe.svg");
    position: absolute;
    z-index: 10;
    height: 18px;
    width: 18px;
    margin-top: -22px;
    background-size: contain;
}

.icon-bill {
    background-image: url("/Images/Icons/certificate.svg");
    position: absolute;
    z-index: 10;
    height: 18px;
    width: 18px;
    margin-top: -22px;
    background-size: contain;
}

.icon-premium {
    background-image: url("/Images/Icons/premium.svg");
    position: absolute;
    z-index: 10;
    height: 18px;
    width: 18px;
    margin-top: -22px;
    background-size: contain;
    filter: invert(100%);
}

.icon-business {
    background-image: url("/Images/Icons/business.svg");
    position: absolute;
    z-index: 10;
    height: 18px;
    width: 18px;
    margin-top: -22px;
    background-size: contain;
    filter: invert(100%);
}

.icon-download {
    background-image: url("/Images/Icons/download.svg");
    position: absolute;
    z-index: 10;
    height: 18px;
    width: 18px;
    margin-top: -22px;
    background-size: contain;
}

.icon-upload {
    background-image: url("/Images/Icons/upload.svg");
    position: absolute;
    z-index: 10;
    height: 18px;
    width: 18px;
    margin-top: -22px;
    background-size: contain;
}

.center {
    text-align: center;
}

.justMobile {
    display: none;
}

.td-pad{
    padding-left: 5px;
    padding-right: 5px;
}

.pad5{
    padding: 5px;
}

.text-clip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    display: block;
}

.LightTable {    
    cursor: pointer;
    background-color: #ffffff;
    -ms-user-select: None;
    -moz-user-select: None;
    -webkit-user-select: None;
    user-select: None;
}

    .LightTable:hover {
        /*background-color: rgba(35, 177, 151, 0.13);*/
        background-color: #efefef;
        border-radius: 22px;
    }

.StickyHeader th {
    position: sticky;
    top: 0;
    /*background-color: #1C5E55;*/
    font-weight: bold;
    /*color: #ffffff;*/
    height: 48px;
    background-color: #efefef;
    color: #333333;
}

.noHeader th {
    display: none;
}

.StickyHeader a {
    /*color: #ffffff;*/
    color: #333333;
}

    .StickyHeader a:hover {
        /*color: #ffffff;*/
        color: #333333;
    }

.Magnifier {
    float: left;
    z-index: 9;
    position: relative;
    left: 30px;
    padding-top: 5px;
    filter: opacity(0.39);
}

.MagnifierTextBox {
    position: relative;
    z-index: 8;
    padding-left: 35px;
    border-color: #a0a0a0;
    width: 200px;
}

.DropFilter {
    height: 24px;
    float: left;
    z-index: 9;
    position: relative;
    left: -25px;
    padding-top: 10px;
    filter: opacity(0.39);
}

.Searchbar {
    float: right;
    display: flex;
    justify-items: right;
    justify-content: right;
    max-width: 200px;
}

/*NOTIFICATION*/

.notread {
    width: 7px;
    height: 62px;
    background-color: #29a988;
    display: block;
    margin-right: 7px;
    border-radius: 4px;
}

.read {
    width: 7px;
    height: 62px;
    background-color: #efefef;
    display: block;
    margin-right: 7px;
    border-radius: 4px;
}

.LightTable:hover .read{
    background-color: #a0a0a0;
}

.LightTable:hover .notread {
    background-color: #187a5f;
}

.bg-highlightgreen{
    background-color: rgba(14, 75, 44, 0.15);
}

.green-text 
{
    color: #187a5f !important;
}

.icon-notify {
    background-image: url("/Images/Icons/megaphone.svg");
    height: 16px;
    width: 16px;
    background-size: contain;
}

    .icon-notify:hover {
        filter: invert(0.30);
    }

.badge {
    background-color: #D31141;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    white-space: nowrap;
    font-size: 10pt;
    line-height: 1;
    float: right;
    position: relative;
    min-width: 18px;
}


.header-profile-badge {
    opacity: 1;
    padding: 3px 5px;
    animation: badge 2s ease infinite;
}

@keyframes badge {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.icon-user {
    background-image: url("/Images/Icons/user.svg");
    height: 16px;
    width: 16px;
    background-size: contain;
}

.icon-logout {
    background-image: url("/Images/Icons/logout.svg");
    height: 16px;
    width: 16px;
    background-size: contain;
}

.icon-login {
    background-image: url("/Images/Icons/login.svg");
    height: 16px;
    width: 16px;
    background-size: contain;
}

/*COOKIES*/
.cc_container .cc_btn {
    background-color: #0E4B2C !important;
    color: #ffffff !important;
    border: 1px solid #23B197;
    max-width: 150px !important;
}

    .cc_container .cc_btn:hover {
        background-color: #ffffff !important;
        color: #0E4B2C !important;
        font-weight: bold;
    }

.cc_container {
    background-color: rgba(0,0,0, 0.69) !important;
}

textarea.form-control{
    height: 150px;
}

.icon {
    background-color: #ffffff;
    stroke: #000000;
}

.roundup {
    border: 3px solid #ffffff;
    border-radius: 20px;
    font-weight: bold;
    margin-top: 2px;
    padding: 4px 15px;
}

.content-img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.maxwidth{
    max-width: 100%;
}

.control-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control:focus {
    border-color: #23B197;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(14, 75, 44, 0.6);
}

.sqr {
    width: 34px;
    height: 34px;
    padding: 7px;
    display: inline;
}

.sqr .form-control:hover {
    border-color: #23B197;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(14, 75, 44, 0.6);
    background-color: rgba(14, 75, 44, 0.6);
}

.DropZone{
    width: 100%;
}

.whitespace{
    height: 50px;
}

.plans{
    width: 100%;
}

.boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
}

.fullheight {
    height: 100%;
}

/*HEADERBANNER*/

#dropdownmenu {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;   
}

.navbar-fixed-top {
    background-image: none;
    /*
        background-color: rgba(14, 75, 44, 0.2);
    */
    background-color: rgba(14, 14, 14, 0.2);
    top: -1px;
}

.navbar-header{
    width: inherit;
}

.PremiumHint {
    margin: 5px 0;
    color: #a0a0a0;
    font-style: italic;
}

.PremiumHint a{
    color: #000;
    text-decoration:underline;
    font-style: normal;
}

.userbar {
    background-color: transparent;
    border: none;
    position: relative;
    float: right;
    margin-right: 15px;
    margin-top: 12.5px;
    margin-bottom: 5px;
}

.userbar a{
    color: #ffffff;
}

    .userbar a:hover, .userbar a:active, .userbar a:visited, .userbar a:focus 
    {
        color: #ffffff;
    }

#register{
    margin-top: 15px;
}

.userbar-collapse {
    border: 1px solid #fff;
    border-radius: 1px;
    background-color: #ffffff;
    color: #444444;
    z-index: 9999;
    min-width: 250px;
    padding: 10px;
    position: fixed;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125), 0 0 8px rgba(54, 54, 54, 0.6);
}

    .userbar-collapse a {
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        
    }

    .userbar-collapse hr {
        border-top: 1px solid #a0a0a0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.collapse.in
{
    margin-right: 0px;
}

.collapsing {
    overflow: hidden;
    .transition-property(~"height, visibility");
    .transition-duration(.35s);
    .transition-timing-function(ease);
}

.gridflow{
    overflow-x:hidden;
    overflow-y: auto;
    min-height: 400px;
    max-height: calc(100vh - 732px);
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}

/*TextBoxes*/
    .tb-std {
    border-radius: 16px;
    padding: 4px 12px;
    border: 2px solid #a0a0a0;
    width: 100%;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    background-color: #efefef;
    border-color: transparent;
}

.tb-multiline {
    min-height: 150px;
    resize: none;
}

.tb-std:focus, .tb-std:focus-visible {
    border-color: #187a5f;
    outline: none;
}

.cb-std {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    padding: 15px 0;
}

/*Panels*/
.pnl-tb-margin10
{
    margin-top: 10px;
    margin-bottom: 10px;
}

/*Buttons*/

.btn-std {
    color: #187a5f;
    border-radius: 22px;
    padding: 8px;
    font-size: 12pt;
    width: 60%;
    border: 2px solid #23B197;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    margin: 10px auto 5px;
}

.btn-btm {
    position: absolute;
    bottom: 10px;
    /*background-color: #fff;*/
    color: #0E4B2C;
    border-radius: 22px;
    padding: 8px;
    font-size: 12pt;
    width: 90%;
    border: 2px solid #187a5f;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
}

.btn {
    border: 2px solid #23B197;
    border-radius: 16px;
    padding: 4px 16px;
    color: #0E4B2C;
    font-weight: bold;
    text-align: center;
    background-color: rgb(233,233,237);
}

.btn-action {
    background-color: #1C5E55;
    border: 2px solid #23B197;
    border-radius: 16px;
    padding: 4px 16px;
    color: white;
    font-weight: bold;
}

    .btn-action:hover, .btn-action:active, .btn-action:focus {
        color: #dedede;
    }

.claim {
    font-size: 2em;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    font-family: 'Poppins Bold';
    color: #ffffff;
    text-align: center;
    z-index: 9;
    height: 400px;
    width: 100%;
    top: 48px;   
}

.legals {
    margin-top: 15px;
}

.legals h4 {
    font-weight: bold;
}


.footer {
    background-color: #000000;
}

.footerbtn .btn{
    margin-top: 5px;
    margin-bottom: 5px;
}

.iconize {
    background-color: #23B197;
    border-radius: 4px;
    color: white;
    margin: 8px 4px;
    padding: 4px;
}

.footer-nl {
    background-color: #013A2B;
    color: #ffffff;
    font-weight: bold;
    padding: 30px;
}

    .footer-nl h2 {
        margin-top: unset;
        font-family: 'Poppins Bold';
    }

.footer-content, .footer-content a {
    background-color: unset;
    color: #ffffff;
}

    .footer-content a:hover, .footer-content a:active, .footer-content a:focus {
        color: #23B197;
    }

.icon-fb {
    background-image: url('https://ziped.net/Images/LiteIcons/facebook.svg');
}

.icon-ig {
    background-image: url('https://ziped.net/Images/LiteIcons/instagram.svg');
}

.team-img {
    background-image: url("https://ziped.net/Images/About/ziped_team_bw.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    background-position: 50%;
}

.onMobile {
    display: none;
}

.onDesktop {
    display: block;
}

.descr {
   font-size: 0.9em; color: #a0a0a0; 
   padding: 10px; 
   margin-top: 15px;
   margin-top: 125px;
}

#business {
    /*
    background: -webkit-linear-gradient(top, rgba(14, 75, 44, 0), rgba(14, 75, 44, 0.75), rgba(14, 75, 44, 1), rgba(14, 75, 44, 1));
    background: -moz-linear-gradient(top, rgba(14, 75, 44, 0), rgba(14, 75, 44, 0.75), rgba(14, 75, 44, 1), rgba(14, 75, 44, 1));
    background: -o-linear-gradient(top, rgba(14, 75, 44, 0), rgba(14, 75, 44, 0.75), rgba(14, 75, 44, 1), rgba(14, 75, 44, 1));
    background: linear-gradient(top, rgba(14, 75, 44, 0), rgba(14, 75, 44, 0.75), rgba(14, 75, 44, 1), rgba(14, 75, 44, 1));
    */
    background-color: #013A2B;
    color: #fff;
    border: none;
}

    #business a, #premium a {
        color: #fff;
    }

#premium 
{
    /*
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
    background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
    */
    background-color: #000;
    color: #fff;
    border: none;
}

    #premium a {
        color: #fff;
    }


#logout {
    padding: 15px;
}

    #logout a {
        color: #ffffff;
    }

        #logout a:hover, #logout a:focus {
            color: #9d9d9d;
            text-decoration: none;
        }

#noaccount {    
    min-height: 140px;    
    background-color: #29a988;
    border-radius: 6px;   
    padding: 30px 30px 30px 15px;
    margin-top: -170px;
}

.sideinfo {
    margin-top: -4px;
    margin-bottom: 30px;
    float: right;
    width: 475px;
    height: 200px;
}

.cloud-laptop {
    background-image: url("/Images/Services/screen.png");
    background-size: contain;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
}

.spotcolor {
    color: #29a988;
}

.highlightcolor {
    color: #0E4B2C;
}

.icon-notify {
    height: 26px;
    width: 26px;
    background-image: url('/Images/LiteIcons/bellicon_w.svg');
}

.prem-icon {
    margin: 10px 0;
    height: 24px;
    width: 24px;
    background-size: contain;
}

.flexcontent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flexcontent-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.bold-content {
    font-weight: 900;
}

.italic-content {
    font-style: italic;
}

.smaller {
    font-size: 0.9em;
}


/*BADGES*/
.header-profile-badge {
    margin-left: -7.5px;
    margin-top: 12.5px;
    height: 20px;
    width:20px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 50%;
}

.cc_container a, .cc_container a:visited {
    color: #23B197 !important;

}
/*CAPTCHA*/
.capbox {
    background-color: #a0a0a0;
    background-image: linear-gradient(#BBBBBB, #9E9E9E);
    border: #013A2B 0px solid;
    border-width: 2px 2px 2px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    padding: 5px 8px 5px 8px;
    border-radius: 4px 4px 4px 4px;
    width: 280px;
}

.capbox-inner {
    font: bold 12px arial, sans-serif;
    color: #000000;
    background-color: #E3E3E3;
    margin: 0px auto 0px auto;
    padding: 3px 10px 5px 10px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

#CaptchaDiv {
    color: #000000;
    font: normal 25px Impact, Charcoal, arial, sans-serif;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFFF;
    user-select: none;
    display: inline-block;
    padding: 3px 14px 3px 8px;
    margin-right: 24px;
    border-radius: 4px;
}

#CaptchaInput {
    border: #23B197 2px solid;
    margin: 3px 0px 1px 0px;
    font-size: 17px;
    height: 34px;
    width: 100px;
    text-align: center;
}

/*RAD Extensions*/

.RadCalendar_Bootstrap .rcMain .rcRow .rcSelected a {
    background-color: #23B197 !important;
    border-color: #0E4B2C !important;
}

.RadPicker_Bootstrap .rcCalPopup:hover {
    background-position: -10px -4210px !important;
    filter: invert(100%);
    -webkit-filter: invert(100%);
    background-color: #F1B3D3 !important;
}

.RadCalendarMonthView_Bootstrap #rcMView_OK {
    background-color: #0E4B2C !important;
}

.RadCalendarMonthView_Bootstrap .rcSelected a {
    background-color: #23B197 !important;
}

.RadInput_Bootstrap .riFocused {
    border-color: #0E4B2C !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(14, 75, 44, 0.6) !important;
}

.RadInput_Bootstrap .riHover {
    border-color: #ccc !important;
    box-shadow: unset !important;

}

/* RESPONSIVE DESIGNS */

/* EXTRA LARGE SCREEN WIDTH */
@media screen and (min-width: 1630px)
{
    .container{
        width: 1600px;
    }
}

/* SMALLER SCREEN WIDTH */
@media screen and (max-width: 992px) {
    .highrow {
        display: grid;
        margin-top: -350px;
    }

    .nogrid{
        display: block !important;
    }
     
    .mainclaim, .claim{
        height: 250px;
    }

    .imagefield {
        height: 450px;
    }

    .footer-content .col-md-1, .footer-content .col-md-2, .footer-content .col-md-3, .footer-content .col-md-4, .footer-content .col-md-5, .footer-content .col-md-6, .footer-content .col-md-7, .footer-content .col-md-8, .footer-content .col-md-9, .footer-content .col-md-10, .footer-content .col-md-11, .footer-content .col-md-12 {
        padding-bottom: 10px;
        border-bottom: 1px solid #444444;
    }

    .hidden-tablet {
        display: none;
    }

    #business {
        background-image: url("https://ziped.net/Images/CD/ziped-croped-bg.png");
        background-position: 0% 100%;
        background-size: cover;
    }

    #premium {
        background-image: url("https://ziped.net/Images/CD/ziped-croped-bg-black.png");
        background-position: 0% 100%;
        background-size: cover;
    }

    .sideinfo {
        float: left;
        width: 100%;
    }

    .descr {
        margin-top: 15px;
    }
}

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

        .singlebox
        {
            width: unset;
            margin: 15px;
        }

        .mainclaim .HeadlineText {        
            max-width: 350px;
            font-size: 24pt;
        }

        .mainclaim .subclaim {
            font-size: 20pt;
        }

        .justMobile {
            display: block;
            margin-left: 15px;
        }

        .icon-notify {
            display: flex;
        }

        .hidden-phone {
            display: none;
        }

        .navbar-mobile {
            display: none;
        }

        .onMobile {
            display: block;
        }

        .onDesktop {
            display: none;
        }        
       

        .badge {
            float: left;
        }

        .header-profile-badge {
            top: 0;
            left: 0;
        }

        .body-content {
            padding-left: 0;
            padding-right: 0;
        }

        .HeadlineText {
            font-size: 24pt;
        }

        .subclaim {
            font-size: 20pt;
        }

        .DropZone {
            display: none;
        }

        .flexcontent-left {
            width: min-content;
        }        
    }

    @media screen and (max-width: 510px) {
        .Searchbar{
            float:left;
            justify-content: left;
            justify-items:left;
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .Magnifier
        {
            left: 5px;
        }

        .cloud-laptop
        {
            visibility: hidden;
        }

        .MagnifierTextBox{
            left: -25px;
            width: 100%;
        }

        .highrow{
            margin-top: -300px;
        }

        .squarebox {
            margin: 10px auto;
            width: 300px;
            height: 300px;
            padding-left: 15px;
            padding-right: 15px;
        }


            .squarebox p {
                font-size: 1.5em;
            }

            .squarebox h4 {
                font-size: 2em;
                margin-top: 24px;
                margin-bottom: 24px;
            }

        .icon-upload, .icon-business, .icon-download, .icon-premium {
            height: 32px;
            width: 32px;
        }

        .footer-newsletter h2 {
            font-size: 20pt;
        }

        .boxes {
            max-width: 300px;
        }
        

        .imagefield {
            height: 300px;
        }

        .mainclaim, .claim{
            height: 200px;
        }    
        
        .footer-content{
            font-size: 14px;
        }

        .footerbtn .btn{
            width: 80%;
        }

        .footer-nl{
            padding: 30px 5px;
        }

        .nl-tb {
            width: unset !important;
            max-width: 215px !important;
        }

        .DropFilter
        {
            left: -50px;      
        }
    }</pre></body></html>