body {
    background-color: rgb(243, 246, 247);
    font-family:  Helvetica, Arial, sans-serif;
}


.my-container{
    /*border: 1px solid blue;*/
    margin-bottom: 50px;
  
}

.my-col{
    border: 1px solid rgb(19, 18, 18);
}

/*the sections on the right*/
.col-4 {
    line-height: 500%;
}

.btn-outline-success{
    color: white;
}

form{
    line-height: 200%;  
}

.col-sm-4{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 40%;
   
}

.banner{
    background-color: #cccccc;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    font-family: Helvetica, Arial, sans-serif;
    
}

.banner-text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family:  Helvetica;
    font-weight: bolder;
    color: rgb(78, 137, 226);
}


.col2text{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}


.bottom-p{
    margin-bottom: 80px;
    text-align: center;
}


/*footer*/
.footer-text{
   color: black;
   margin-left: 120px;
   margin-top: 30px;
   margin-bottom: 20px;
   font-family: Helvetica;
   font-size:16px;
}

.footer-text-2 {
    font-size: small; 
    margin-left: 30px;
    margin-top: 30px;
    font-family: Helvetica;
    font-size:16px;
  }

.btn {
    border-color: rgb(75, 124, 167);
    background-color: rgb(49,99,143);
    color: white !important;
}

.btn-cancel {
    border-color: rgb(75, 124, 167);
    background-color: rgb(49,99,143);
    color: #cccccc !important;
}

.btn:hover, .btn:focus, .btn:active {
    border-color: rgb(75, 124, 167);
    background-color: rgb(75, 124, 167);
    color: white !important;
}

a.nav-item.nav-link.active {
    border-color: rgb(75, 124, 167);
    background-color: rgb(49,99,143) !important;
    color: white !important;
}

.bg-intro {
    background-image: url("../img/keyvisual_ccex-1024x579.jpeg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 1000px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

#bg-logo {
    position: absolute;
    top: 75px;
    left: 100px;
    width: 200px;
}

.card-login {
    margin: auto;
    top: 200px;
    width: 40%;
    background-color: #eeeeee;
}

.card-header {
    background-color: #bfe1fe;
}

#btn-login {
    color: white;
}

.claim {
    font-size: 10px !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: rgb(49,99,143);
    border-color: rgb(49,99,143);
}

.modeless {
    top:10%;
    left:50%;
    bottom:auto;
    right:auto;
    margin-left:-300px;
}

.imprintbox {
    position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,0.7); display:none; z-index:99;
}

.imprintcontainer {
    position:fixed; top: 20%; left:30%; width:40%; background:white; box-shadow:0 0 10px rgba(0,0,0,0.1);
    font-family: 'Nunito', sans-serif; font-weight: 300; padding:20px; font-size:16px;
}

.imprintcontainer h2 {
    font-weight:500 !important; margin-bottom:30px;
}

.closebtn {
    position:absolute;
    right:25px;
    top:20px;
    cursor:pointer;
    font-size:28px;
}

@media only screen and (max-width: 768px) {
    .imprintcontainer  {
        position: fixed;
        top: 20%;
        left: 10%;
        width: 80%;
    }
}
