
body {
    font-family: 'WWType', sans-serif !important;
    line-height: 1.3;
    font-size: 16px;
    background-color: #ececec;
    color: rgba(0, 0, 0, .87);
}


h1, h2, h3, h4 {
    font-family: 'PT Serif', sans-serif;
    font-weight: bold;
    text-align: left;
    box-sizing: border-box;
}

h4 {
    font-family: 'WWType', sans-serif !important;
    font-size: 0.8rem;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    color: #37afc9;
    text-align: center;

}

h1 {
    font-size: 56px;
    color: white;
    font-weight: normal;
    text-align: center;
}

h4 {
    font-size: 24px;
    width: 100%;
}

p {
    width: 100%;
    display: inline-block;
}

a {
    color: #495057 !important;
}

.list-group-item {
    padding: 0.75rem 0 !important;
}

.App {
    max-width: 1170px;
    margin: auto;
    position: relative;
}

.cursor-link {
    cursor: pointer;
}

.container {
    width: 100%;
    border-radius: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.jumbotron {
    border-radius: 0;
    background-image: url("../img/landing1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 400px;
    display: none;
    margin-bottom: 0;
}

.jumbotron .container {
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}

.jumbotron .container h1 {
    margin-top: 138px !important;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-bottom: 0;
}

.logoBar {
    text-align: center;
    background-color: #fff;
    border-bottom: 2px solid #f5f5f5;
}

.logoBar img {
    margin: auto;
}

.card {
    border: 0 !important;
    border-radius: 0 !important;
}

.loginData {
    position: absolute;
    font-family: 'WWType', sans-serif !important;
    font-size: 12px;
    color: gray;
    top: 90px;
    text-transform: uppercase;
    z-index: 1;
    right: 20px;
}

.loginDataNr {
    font-family: 'WWType', sans-serif !important;
    display: none;
}

.alignCenter {
    text-align: center;
}

.anmeldeDiv {
    margin: auto;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.uploadBar {
    display: inline-block !important;
    padding: 10px 20px;
    margin-right: 0 !important;
    box-sizing: border-box;
    margin-left: 0;
    text-align: center !important;
    width: 100%;
}

.uploadLink {
    color: #37afc9;
    cursor: pointer;
    font-size: 12px;
    margin-left: 15px;
}

.modalUpload {
    padding: 30px;
}

.marker {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-right: 2px;
}

.marker .marker-background {
    background-color: #4fd4e7;
    position: absolute;
    display: inline-block;
    top: 28%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    height: 55%;
}

.marker .marker-background .bkg-left, .marker .marker-background .bkg-right {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.marker .marker-background .bkg-left {
    background-image: url(../img/left_highlight.svg);
    background-position: 100% 0;
    height: 100%;
    left: 0;
    transform: translateX(-25%);
}

.marker .marker-background .bkg-right {
    background-image: url(../img/right_highlight.svg);
    background-position: 0 0;
    height: 100%;
    right: 0;
    transform: translateX(30%);
}

.list-group-item:first-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.list-group-item:first-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 0 !important;
    text-align: left;
}

.modal-header {
    border-bottom: 0 !important;
}

.modal-footer {
    border-top: 0 !important;
}

.loginData .fa {
    font-size: 24px;
}

.card {
    height: 95%;
}

.praemieDiv {
    width: 100%;
    border-top: 10px solid #ececec;
    padding: 10px 20px;
    text-align: right;
    box-sizing: border-box;
}

.praemieSum {
    font-family: 'WWType-Bold', sans-serif !important;
    font-size: 28px;
    font-weight: bold;
    padding-right: 10px;
}

.mat-icon {
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: auto;
    width: auto;
    padding-right: 5px;
    font-size: 16px;
}

.mat-icon::before {
    font-size: 16px;
    display: inline-block;
    position: relative;
}

.btn {
    margin: auto;
}

.mat-icon.mat-primary {
    color: #37afc9;
}

.btn-success {
    color: #fff !important;
    font-weight: bold !important;
    border-width: 2px !important;
    border-style: solid !important;
    border-radius: 0 !important;
    border-color: #37afc9 !important;
    background-color: #37afc9 !important;
}

.btn-success:hover, .btn-success:focus {
    color: black !important;
    border-color: #37afc9 !important;
    background-color: #37afc9 !important;
}

.btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-primary.disabled, .btn-primary:disabled {
    color: #fff !important;
    opacity: .4 !important;
    border-color: #37afc9 !important;
    background-color: #37afc9 !important;
    cursor: unset !important;
}

.bg-light {
    background-color: #fff !important;
}

.prizeBox {
    text-align: center;
    border: 2px solid #37afc9 !important;
}


@media (min-width: 576px) {


    .jumbotron {
        display: none;
    }

}

@media (min-width: 768px) {
    .jumbotron {
        display: none;
    }
}

@media (min-width: 992px) {

    .jumbotron {
        display: block;
    }
}


