/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2020. aug. 16., 13:01:31
    Author     : DEVELOPER
*/


body {
}

h1 {
    font-size: 2.2rem;
}

@font-face {
  font-family: PlayfairDisplay-BlackItalic;
  src: url('../fonts/PlayfairDisplay/PlayfairDisplay-BlackItalic.ttf'); 
  
  font-display: swap; /* seo */
}

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
  
  font-display: swap; /* seo */
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/Poppins/Poppins-Medium.ttf'); 
  
  font-display: swap; /* seo */
}

h1 {
    font-family: Poppins-Regular;
}

.footer {
    min-height: 80px;
    /*padding-top: 15px;*/
    font-family: Poppins-Regular;
    font-size: 14px;
    
    display:flex;
    align-items: center;
    justify-content: center;
}

.pull-right {
    float:right;
}

.navbar-right {
    margin-left:auto
}

#pageContent {
    padding-top: 56px;
    padding-left: 0;
    padding-right: 0;
}

#pageContent.main {
    height: calc( 100vh - 80px);
}

#pageContent.other {
    min-height: calc( 100vh - 80px);
    padding-left: 15px;
    padding-right: 15px;
}

.min-h-100 {
    min-height: calc( 100vh - 136px); /* -118px */
}


#drs-carousel {
    overflow:hidden;
}

#drs-carousel .carousel-inner {
    height: 100%;
}

#drs-carousel .carousel-item {
    height: 100%;
}

#drs-carousel .carousel-indicators li {
    filter:drop-shadow(2px 2px 2.5px #000);
}

#drs-carousel .carousel-control-next-icon,
#drs-carousel .carousel-control-prev-icon {
    filter:drop-shadow(2px 2px 2.5px #000);
}

.carousel-img-div {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.drs-carousel-caption {
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
    max-width: 70%;
    min-width: 60%;
    box-shadow: 5px 5px 10px #000;
}

.drs-shadow-2 {
    box-shadow: 2px 2px 4px #000;
}

.drs-shadow-5 {
    box-shadow: 5px 5px 10px #000;
}

.drs-carousel-caption.top {
    /*top: 35px !important;*/
    bottom: auto;
    top: 15%;
}


.drs-carousel-caption.right {
    left: auto;
    right: 35px !important;
}

.drs-carousel-caption h4 {
    text-shadow: 2px 2px 2px #000;
    font-family: Poppins-Regular;
    font-size: calc( 15px + 1vw );
        
    /*calc( 2vh + 1vw ); */
    /* 3vh;*/
    /*color: #2badb2;*/
}



.drs-carousel-caption p {
    text-shadow: 2px 2px 2px #000;
    font-family: Poppins-Regular;
    font-size: calc( 11px + 1vw); /* 14px;/* calc( 1.2vh + 1vw );*/
}

.y-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/*
.drs-carousel-caption.bottom {
    top: auto;
    bottom: 35px !important;
}

.drs-carousel-caption.left {
    right: auto;
    left: 35px !important;
}

.drs-carousel-caption.x-center {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
}

.drs-carousel-caption.y-center {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}
*/

/*
.drs-carousel-caption {
    position: absolute;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    
    
    right: 15%;
    bottom: 20px;
    left: 15%;
    
}
*/





.nav-item {
    margin-right: 15px;
}

.nav-item:last-child {
    margin-right: 0;
}

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

.bg-darker { background-color: #228e95 !important }
.bg-lighter { background-color: #2badb2 !important }


.c-darker { color: #228e95 !important }
.c-lighter { color: #2badb2 !important }

.drsDropdown {
    background: #228e95 !important;
}

.drsDropdown .dropdown-item {
    color: #fff;
}

.drsDropdown .dropdown-item.active {
    background-color: #2badb2 !important;
}

.drsDropdown .dropdown-item.active:hover {
    color: #fff;
}

.drsDropdown .dropdown-item:hover {
    color: #000;
}

.drsDropdown .dropdown-item:active {
    background-color: #fff;
    color: #000;
}


/*
#drsNav .nav-item a {
    color: #2badb2;
}
*/

#drsNav .nav-link,
.drsDropdown .dropdown-item
{
    text-transform: uppercase;
    font-family: Poppins-Regular;
    letter-spacing: 1px;
}

.nav-link.active {
    color: #fff;
}

#drs-title-row-cont {
    background-repeat: no-repeat;
    background-position: center center; /*35%;  center;*/
    background-size: cover;
    position:relative;
    
}

.wo-img {
    height: 62px !important; /* 70px */
}

.w-img {
    height: 30vh !important;
}

/*
.w-map {
    height: 45vh !important;
}
*/

#drs-title-row {
    background: rgba(0,0,0,0.6);
    text-shadow: 2px 2px 2px #000;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 10px 0;
}

#page {
    margin: 0 -15px;
}


.static-content {
    margin-bottom: 15px;
    font-family: Poppins-Regular;
    text-align: justify;
    font-size: 1.1em;
}

.modal-text {
    font-family: Poppins-Regular;
    text-align: justify;
    font-size: 1em;
}

.modal-text p:last-child {
    margin-bottom:0;
}

.static-content ul {
    list-style-type: none; /* Remove HTML bullets */
    padding-left: 20px;  
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
 }


.static-content ul li:not(.page-item)::before {
    content: "\2013"; 
    margin-right: 10px;
    color: #228e95; 
    font-weight: bold;
    margin-left: -20px;
}

.drs-card-img {
    width:100%;
    /*height:100%;*/
}

.grey {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}




.drs-szt-card {
    cursor: pointer;
    text-decoration: none;
    font-family: Poppins-Regular;
}

.drs-szt-card:hover {
    border-color:#000;
    text-decoration: none;
}


.drs-datum {
    border: 1px solid #6c757d;
    padding: 5px;
    /* float: right;*/
    background: #eee;
    border-radius: 5px;
    font-size: 0.6em;
}


#covid-modal-header {
    background-image: url(/imgs/header/covid.jpg);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center 55%;
    margin-top: -15px;
    background-repeat: no-repeat;
}


#mapContainer {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
}

#map {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}