﻿.welcome-page .logo {
  width: 64px;
}

.icon-banner {
  width: 32px;
}

.body-container {
  margin-top: 90px;
  padding-bottom: 40px;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}
.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}
.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}
.grants-page .card label {
  font-weight: bold;
}
.bg-green {
    background-color: #83b81a !important;
}
.navbar-ipos {
    height: 80px !important;
    z-index: 10;
}
.navbar-ipos-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: 80px;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
}

.navbar-ipos-hidden {
    visibility: hidden;
}

.navbar-ipos-wrapper-container {
    height: 100%;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.navbar-ipos-wrapper-container-brand {
    display: block;
    width: fit-content;
    padding: 0;
    margin: 0;
}

.navbar-ipos-wrapper-container-logo {
    height: 63px;
}
.navbar-ipos-wrapper:before {
    display: inline-block;
    position: fixed;
    content: '';
    height: 80px;
    width: 30px;
    top: 0;
    right: calc(50% + 124px);
    background-color: #83b81a !important;
    clip-path: polygon(100% 100%,0% 0%,100% 0%);
}
.navbar-ipos-wrapper:after {
    display: inline-block;
    position: fixed;
    content: '';
    height: 80px;
    width: calc(50% + 125px);
    top: 0;
    right: 0;
    background-color: #83b81a !important;
}

.ipos-landing-page-content {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    /*z-index: 1;*/
    z-index: -1;
}

.ipos-landing-page-content-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    /*z-index: 1;*/
    /*z-index: -1;*/
}

.ipos-row {
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ipos-circle {
    font-family: Verdana-Regular, sans-serif;
    color: #787676;
    height: 300px;
    width: 300px;
    background-color: #83b81a;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.ipos-circle div > span {
        display: block;
        font-size: 22px;
        text-align: center;
        line-height: 40px;
        color: #585656;
    }

.ipos-circle div > span:last-child {
        color: #fff;
}

.winstore-connect-logo {
    margin-bottom: 62px;
    padding-left: 62px;
}

.winstore-connect-logo-img {
    width: 510px;
}

.winstore-connect-slogan {
    display: flex;
    margin-top: 30px;
    line-height: 1;
    height: 30px;
}

.winstore-connect-slogan-slash {
    display: inline-block;
    font-family: 'Open Sans';
    height: 30px;
    width: 4px;
    display: inline-block;
    background: linear-gradient(30deg, #389930, #8cc63e);
    font-weight: bold;
    -ms-transform: rotate(24deg);
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
    border-radius: 2px;
    margin-left: 6px;
}

.winstore-connect-slogan-slash:first-child {
    margin-left: 10px;
}

.winstore-connect-slogan-text {
    font-family: 'Open Sans';
    color: #8cc63e;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #8cc63e;
    line-height: 30px;
    height: 30px;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-image: linear-gradient(30deg, #389930, #8cc63e);
    margin-left: 18px;
}

.winstore-frame-bottom-right {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 66px;
    height: 212px;
    background-color: #8cc63e;
    clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
}

.winstore-frame-top-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 66px;
    height: 212px;
    background-color: #8cc63e;
    clip-path: polygon(100% 0%, 0% 100%, 0% 0%);
}

.winstore-info {
    padding-top: 34px;
    padding-right: 30px;
    width: fit-content;
    font-family: 'Open Sans';
    font-size: 18px;
    color: #787676;
    margin-left: auto;
    margin-right: 0;
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 20px;
    row-gap: 6px;
}

.winstore-info-anschrift {
    grid-column-start: 2;
    grid-column-end: 4;
    font-weight: 600;
    color: #8cc63e;
}

.winstore-info-anschrift-gap {
    grid-column-start: 1;
    grid-column-end: 4;
    height: 16px;
}

.winstore-info-ansprechpartner {
    grid-column-start: 1;
    grid-column-end: 1;
    font-weight: 600;
    color: #8cc63e;
    text-align: right;
}

.winstore-info-ansprechpartner-gap {
    grid-column-start: 1;
    grid-column-end: 4;
    height: 20px;
}

.winstore-info-kontaktart-text {
    grid-column-start: 2;
    grid-column-end: 3;
    font-weight: bold;
    color: #000;
}

.winstore-info-kontaktart-info {
    grid-column-start: 3;
    grid-column-end: 4;
    font-weight: normal;
    color: #000;
}

.winstore-info-kontaktart-info-link {
    color: #000;
}

.winstore-validationSummary {
    margin-top: 260px;
}

div.danger > ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ipos-alert {
    padding: 0;
}

.ipos-info {
    padding: 0 15px 6px 15px;
    width: fit-content;
    font-family: Verdana-Regular, sans-serif;
    color: #787676;
    margin-left: auto;
    margin-right: 0;
}

a.kontakt-link {
    color: #787676;
}
 a.kontakt-link:hover {
    color: #585656;
    text-decoration: none;
}

div.validation-summary-errors > ul li::marker {
    content: "# ";
}

ul#errors-list li::marker {
    content: "# ";
}
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(131, 184, 26, 0.25);
}
.form-control:active {
    box-shadow: 0 0 0 0.2rem rgba(131, 184, 26, 0.25);
}

h1, h2 {
    color: #787676;
}

.ipos-login-info {
    position: fixed;
    right: 60px;
    color: rgba(0,0,0,.5);
}

.winstore-login-info {
    position: fixed;
    left: 80px;
    top: 32px;
    color: rgba(0,0,0,.5);
    font-family: 'Open Sans'
}

.hamburger {
    position: fixed;
    display: inline-block;
    right: 20px;
    width: 22px;
    height: 19px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.hamburger:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    border-top: 3px solid #fff;
}

.winstore-hamburger {
    border-top: 3px solid #8cc63e;
    border-bottom: 3px solid #8cc63e;
}

.winstore-hamburger:before {
    border-top: 3px solid #8cc63e;
}


.hamburger-toggle {
    display: none;
}

.hamburger-toggle:not(:checked) + div {
    display: none;
    transition: 1s ease-in-out;
}

.ipos-menu {
    position: fixed;
    z-index: 3;
    right: 0;
    left: calc(50% - 124px);
    top: 80px;
    background-color: #83b81a;
    color: #fff;
    padding: 0;
}

.ipos-menu:before {
    display: inline-block;
    position: fixed;
    top: 80px;
    content: '';
    width: 30px;
    height: 80px;
    background-color: #fff;
    clip-path:polygon(0% 0%, 100% 100%, 0% 100%);
}

.winstore-menu {
    position: fixed;
    z-index: 3;
    right: 1px;
    left: auto;
    top: 60px;
    background-color: rgba(140, 198, 62, 0.5); 
    color: #fff;
    padding: 2px 10px;
}

.ipos-menu ul>li, winstore-menu ul>li {
    text-align: right;
    padding-left: 50px;
    padding-right: 20px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

pre.language-json {
    font-size: 20px;
}

div.success {
    margin-top: 20px;
}

pre.auth-token {
    display: inline-block;
    text-align: left;
}

    @media (max-width: 350px) {
        .ipos-circle {
        display: none;
    }
}

@media (max-height: 860px) {
    .ipos-circle {
        display: none;
    }
}

.form-group-buttons {
    padding-top: 10px;
}

a.PostLogoutRedirectUri,
a:link.PostLogoutRedirectUri,
a:visited.PostLogoutRedirectUri,
a:hover.PostLogoutRedirectUri,
a:active.PostLogoutRedirectUri {
    /*text-decoration: underline;*/
    color: #787676;
}

.logged-out-page-nl {
    position: sticky;
    z-index: 100;
    margin-top: 200px;
}

