/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 07.01.2024, 19:29:48
    Author     : hallowelt
*/

.ListStyleTypeNone li{
    list-style-type: disc;
}
.ListStyleTypeNone li:hover{
    list-style-type: disc;
    /*color: #ffc900;*/
    color: dodgerblue;
    cursor: default;
}

.fontSize1-3EM{
    font-size: 1.3em!important;
}

.team-member img {
  max-width: 40%;
  height: auto;
}

.textAlignC{
        text-align: center;
}

.bg-primary-1{
    background-image: url(../assets/img/bg-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        /*box-shadow: #00000030 inset 300px 300px 300px 300px;*/
            box-shadow: #00000030 inset 50em -5em 9em 6em;
}

.FotColGold{
    color: gold;
}

a {
  color: #006bbe;
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.btnWidth350{
    width: 330px;
}

.btn-xlCustom {
  padding: 1em 1rem!important;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 700;
}

.callout2{
    background-image: url(../assets/img/chess.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        box-shadow: #000000a1 inset 300px 300px 300px 300px;
}

.fontColWhite{
    color: #fff;
    text-shadow: #000 1px 1px;
}
.fontColYel{
    color: #ffc800!important;
}

.bgSucc{
        background-image: url(../assets/img/Fotolia_46999755_XXL.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        box-shadow: #000000c4 inset 300px 300px 300px 300px;
}

.bgContr{
        background-image: url(../assets/img/bg-masthead.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        box-shadow: #000000a1 inset 300px 300px 300px 300px;
}

.textShadow{
    text-shadow: #000 -1px 0px;
}





@media (max-width: 415px) {
  .FontMediaS {
    font-size: 2.2rem!important;
  }
  
  .team-member img {
    max-width: 85%;
    height: auto;
}
}


@media (min-width: 416px) {
 .team-member img {
    max-width: 70%;
    height: auto;
}
}
@media (min-width: 768px) {
 .team-member img {
    max-width: 60%;
    height: auto;
}
}
@media (min-width: 992px) {
 .team-member img {
    max-width: 45%;
    height: auto;
}
}
@media (min-width: 1200px) {
 .team-member img {
    max-width: 40%;
    height: auto;
}
}

/*@media (max-width: 991px) {
 .team-member img {
    max-width: 60%;
    height: auto;
}
}*/