/* noto-sans-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v36-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/noto-sans-v36-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-800 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/noto-sans-v36-latin-800.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-900 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/noto-sans-v36-latin-900.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-serif-v23-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-800 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/noto-serif-v23-latin-800.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




body,
p {
    font-family: "Noto sans", Sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.75rem;
    background: rgb(16, 56, 119);
    background: -moz-linear-gradient(0deg, rgba(16, 56, 119, 1) 0%, rgba(10, 15, 53, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(16, 56, 119, 1) 0%, rgba(10, 15, 53, 1) 100%);
    background: linear-gradient(0deg, rgba(16, 56, 119, 1) 0%, rgba(10, 15, 53, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#103877", endColorstr="#0a0f35", GradientType=1);
}

a{
    color:#d0ae0e;
}

.all {
    background-image: url(../images/welle-header-unterseite.svg);
    background-size: 100% auto;
    background-position: bottom -1px center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

.container.position-relative {
    z-index: 2;
}

.logo {
    max-width: 230px;
}

/* COLBITZER ------------------------------------------- */

body.colbitzer .all {
    background: none !important;
}

body.colbitzer {
    background: rgb(2, 113, 53);
    background: -moz-linear-gradient(0deg, rgba(2, 113, 53, 1) 0%, rgba(13, 71, 40, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(2, 113, 53, 1) 0%, rgba(13, 71, 40, 1) 100%);
    background: linear-gradient(0deg, rgba(2, 113, 53, 1) 0%, rgba(13, 71, 40, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#027135", endColorstr="#0d4728", GradientType=1);
}

body.colbitzer img.logo {
    display: none;
}

body.colbitzer .logo-container {
    background-image: url(/Resources/app/images/logo_colbitzer.png);
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 50px auto;
    background-position:top center;
}

/* END COLBITZER  ------------------------------------------- */


.list-group {
    --bs-list-group-border-width: 0px !important;
}

.list-group-item {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 7px 5px;
}

.list-group-item.tel {
    background-image: url(../images/phone-icon.svg);
    background-size: 22px;
    padding-left: 32px;
    background-repeat: no-repeat;
    background-position: center left;
}

.list-group-item.email {
    background-image: url(../images/mail-icon.svg);
    background-size: 22px;
    padding-left: 32px;
    background-repeat: no-repeat;
    background-position: center left;
}

.btn.btn-primary {
    font-family: "Noto serif", Sans-serif;
    font-size: 22px;
    --bs-btn-font-weight: 400;
    font-weight: 400 !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d0ae0e;
    border-radius: 5px 5px 5px 5px;
    background-color: #d0ae0e;
    padding: 12px 24px;
}

.btn-primary:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #d0ae0e;
    border-color: #d0ae0e;
}

.form-control {
    padding: .875rem .75rem;
}

.bg-body-tertiary,
.bg-body-tertiary:hover {
    color: #fff;
    --bs-bg-opacity: unset;
    background-color: unset;
}

/*.wave {
    background: url(../images/welle-header-unterseite.svg);
    background-size: cover;
    background-position: top center;
    min-height: 380px;
    background-repeat: no-repeat;
    width: 100%;
    bottom: 0;
    z-index: 1;
}*/

#appcontent {
    --bs-body-bg: none !important;
}

#qrcode {
    padding: 1rem;
    background-color: #fff;
    max-width: 300px;
  margin: 0 auto;
}


.card {
    --bs-card-border-width: 0px !important;
    max-width: 750px;
    margin: 0 auto;
}

.card-body {
    text-align: left;
}

.name {
    font-family: "Noto serif", Sans-serif;
    font-size: 30px;
    line-height: 2.5rem;
}

.brandlink{
    margin-top: 5rem;
}

.brandlink img{
    max-width: 150px;
}

#installModal  .modal-content{
    background-color: #113877;
}

#installModal .modal-header{
    border: 0;
}

#installModal .modal-header h2{
    font-family: "Noto serif", Sans-serif;
    color: #fff;
}

#installModal p{
    color: #fff;
    background: #113877;
}

#installModal .modal-footer{
    border: 0;
}
