
.form-select {
    padding: 15px;
    background: #efefef;
    border: 0;
    border-radius: 10px;
    background-repeat: no-repeat;
}
.form-control {
    padding: 15px;
    background: #efefef;
    border: 0;
    border-radius: 10px;
    background-repeat: no-repeat;
}

.form-control:hover, .form-control:focus, .form-control.active,
.form-select:hover, .form-select:focus, .form-select.active {
    box-shadow: none;
    background: #eaeaea;
    background-repeat: no-repeat;
    color: var(--bs-dark);
}

.form-check-label {
    margin-left: 5px;
    margin-top: 5px;
}

input, textarea {
    padding-left: 0px;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 0;
    border-radius: 10px !important;;
    height: 56px;
    background: #efefef;
    padding: 0 15px!important;
}

.select2-dropdown {
    background: #efefef;
    color: var(--secondary);
    border: 0;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 56px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
    border: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 56px
}



.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px !important;
    right: 10px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 45px;
    margin-right: 20px;
    padding-right: 0px;
    font-size: 20px;
}

.trenner {
    margin-top: 80px;
}

.card.review {
    background: #191919;
    border-radius: 20px;
    border: none;
    min-height: 300px;
}

.card.review p{
    color: #fff;
}

.alert.alert-danger {
    border: 2px dashed var(--bs-danger);
    background: none;
}

.breadcrumb li.breadcrumb-item {
    text-transform: none;
}

.accordion .accordion-item .heading {
    text-transform: none;
}

.bannr h1 {
    text-transform: none;
}

.cookieconsent .modal-content {
    border: 3px solid var(--primary);
}


.btn.btn-primary {
    background: #173861;
    border: 0;
}

.cookieconsent .btn.btn-xs {
    border: 0 none;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
}

.cookieconsent a.btn {
    text-decoration: none;
}

.cookieconsent .btn.btn-cookie0,
.cookieconsent .btn.btn-cookie1 {
    background: #efefef;
}

.cookieconsent .btn.btn-cookie0:hover {
    background: #f38f8f;
    color: #1a1a1a;
}

.cookieconsent .btn.btn-cookie1:hover {
    background: #88be88;
    color: #1a1a1a;
}

.cookieconsent .btn.btn-cookie0.active {
    background: #f38f8f;
    color: #1a1a1a;
}

.cookieconsent .btn.btn-cookie1.active {
    background: #88be88;
    color: #1a1a1a;
}

#cookieconsent-settings {
    position:fixed;
    bottom: 1.5em;
    left: 1.5em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background: #173861;
    text-align: center;
    cursor: pointer;
    z-index: 999999;
}

#cookieconsent-settings:hover {
    background: rgba(23,56,97, 0.7);
}

#cookieconsent-settings i {
    display: inline-block;
    height: 100%;
    padding-top: 10px;

}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.card.card-video {

    background: transparent;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    align-items: center;
}
