@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Bitter');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i');


@font-face {
    font-family: 'droid_sansregular';
    src: url('../fonts/notoserif_regular_macroman/DroidSans-webfont.eot');
    src: url('../fonts/notoserif_regular_macroman/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notoserif_regular_macroman/DroidSans-webfont.woff2') format('woff2'),
         url('../fonts/notoserif_regular_macroman/DroidSans-webfont.woff') format('woff'),
         url('../fonts/notoserif_regular_macroman/DroidSans-webfont.ttf') format('truetype'),
         url('../fonts/notoserif_regular_macroman/DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*GLOBAL*/

body,
html {
    font-family: 'Droid Serif', serif;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
}

h1 {
    color: white;
    font-size: 2em;
    padding: 20px 0;
    font-family: 'Bitter', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 4px;
}

h2 {
    color: black;
    font-size: 1.75em;
    letter-spacing: 3px;
    font-weight: bold;
    padding: 30px 0;
}


p {
    padding-bottom: 30px;
    text-align: justify;
    color: #58595b;
}

a {
    color: #283891;
    font-weight: bold;
}

a:visited {
    color: #58595b;
}

a:hover {
    text-decoration: none;
    color: #283891;
}

a:focus {
    text-decoration: none;
}


h3, h3 a, h3 a:visited {
    color: #8fc641;
    font-size: 1.25em;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: normal!important;
}

h3 a {
    font-size: 1em;
}

#titan_content {
    font-family: 'Noto Serif', serif;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #titan_content {
        font-family: 'droid_sansregular';
        font-size: 1.05em;
    }
}

@supports (-ms-ime-align: auto) {
  #titan_content {
        font-family: 'droid_sansregular';
        font-size: 1.05em;
    }
}

/*HEADER*/

#slider_col {
    position: relative;
}

.alert-warning {
    background: #afb1b4;
    font-size: 2em;
    font-family: 'Bitter', sans-serif;
    color: white;
    font-weight: 500;
    border: none;
    border-radius: 0;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 0;
}

#header {
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
}

.titan_logo {
    max-width: 500px;
    height: auto;
}

.titan_logo img {
    width: 100%;
    height: auto;
    background: white;
    padding-right: 4px;
}

.zold_csik {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #8ec642;
    z-index: -1;
    top: 61px;
}

.zold_csik2 {
    position: absolute;
    right: 0;
    width: 30vw;
    height: 2px;
    background: #8ec642;
    z-index: -1;
    top: 111px;
}

.navbar {
    padding: 0.5rem 0;
}

#titan_menu, .bg-faded, .dropdown-menu {
    background: #e7e8e9;
}

.navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 2rem;
    font-weight: 700;
    letter-spacing: 0.65px;
}

.dropdown-item {
    font-weight: 700;
    font-size: 0.85em;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.65px;
}

.dropdown-item:hover {
    color: #8ec642
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    top: 46px;
    padding: 0;
}

.nav-link.dropdown-toggle:after {
    color: #8ec642;
    border-top: 0.8em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
}

.nav-item.dropdown.show .nav-link.dropdown-toggle:after {
    color: white;
}

button:focus {
    outline: none;
}

.dropdown-item.active, .dropdown-item:active {
    background: #f7f7f9;
}

.scroll_up {
    background: #e7e8e9;
    transform: rotate(45deg)!important;
    border-radius: 25%;
    font-size: 1.25em;
    padding-left: 9px;
    padding-right: 11px;
    padding-bottom: 6px;
}

.scroll_up:visited {
    color: #939598;
}

.scroll_up img {
    transform: rotate(-45deg)!important;
    color: #939598;
}

/*SLIDER*/



/*
.flickity-viewport {
    max-height: 630px!important;
}
*/

/*
@media screen and (min-width: 992px) and (max-width:1200px) {
    .flickity-viewport, .carousel-cell img {
        height: 500px!important;
    }
}

@media screen and (max-width:767px) {
    .flickity-viewport, .carousel-cell img {
        height: 350px!important;
    }
}

@media screen and (max-width:600px) {
    .flickity-viewport, .carousel-cell img {
        height: 250px!important;
    }
}

@media screen and (max-width:400px) {
    .flickity-viewport, .carousel-cell img {
        height: 180px!important;
    }
}
*/

.flickity-prev-next-button {
    width: 35px;
    height: 35px;
}

.flickity-page-dots .dot {
    width: 11px;
    height: 11px;
}

.flickity-prev-next-button.next {
    z-index: 2;
}

.flickity-prev-next-button, .flickity-page-dots .dot {
    transform: rotate(45deg)!important;
    border-radius: 25%;
}

.flickity-prev-next-button svg {
    transform: rotate(-45deg);
}

.flickity-page-dots .dot {
    border: none;
    opacity: 0.75;
}

/*HEADLINE*/

.headline {
    background: #afb1b4;
}

@media screen and (max-width: 991px) {
    .headline {
        width: 100vw!important;
        font-size: 1.2em;
    }
}

/*CONTENT*/

.text_indent {
    padding-left: 20px;
}

th {
    padding-right: 30px;
}

.gray {
    color: #58595b;
}


/*GOOGLEP MAP*/

.google-maps {
        position: relative;
        padding-bottom: 25%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        max-height: 350px;
        min-height: 350px;
    }




/*FOOTER*/

footer {
    background: #8fc641;
    padding: 15px 0;
    font-weight: 700;
    color: #58595b;
}

footer li {
    display: inline-block;
    padding-right: 30px;
}

footer li:last-child {
    padding-right: 0;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer a {
    color: inherit;
    letter-spacing: 0.75px;
}

footer a:hover {
    color: white!important;
}

.footer_active {
    color: white;
}

.footer_active a:visited {
    color: inherit;
}

/*MOBILE*/

@media screen and (max-width: 560px) {
    footer li {
        display: block;
        padding: 8px 0;
    }
}

@media screen and (max-width: 380px) {
    .zold_csik, .zold_csik2 {
        display: none;
    }
}


@media screen and (max-width: 767px) {
    #header {
        width: 100%;
    }
    .titan_logo {
        max-width: 350px;
    }
    .zold_csik {
        top: 42px;
        width: calc(100% - 15px);
    }
    .zold_csik2 {
        top: 92px;
    }
        .google-maps {
        padding-bottom: 75%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
            .google-maps {
        padding-bottom: 55%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .flickity-viewport, .carousel-cell img {
        width: 930px!important;
    }
}

@media screen and (max-width: 991px) {
        #titan_menu .container {
    padding-bottom: 40px;
            width: 100%;
}
    #navbarNavDropdown {
    margin-top: 40px;
}
    #slider {
        width: 100%!important;
        padding: 0!important;
    }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1200px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1200px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1200px),
    only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1200px) {
        .carousel-cell {
            max-width: 1110px!important;
        }
}

.ugyfelfogadas th, .ugyfelfogadas td {
    border-top: none;
}

.carousel-cell {
    max-width: 1110px!important;
    overflow: hidden;
}