/*
Theme Name: TangoEnvivo Theme
Author: Ing. Michael Mayr
Description: Tango.co.at Template
Version: 0.0.1
Tags: tango
*/

html,
body {
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

    /* font-family: 'Source Sans Pro', sans-serif; */
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    color: #b33136;
}

ul {
    list-style: none !important;
}

ul.menu, ul.sub-menu {
    margin: 0;
    padding: 0;
}

ul.menu li a {
    letter-spacing: 5px;
    font-weight: 900;
}

ul.sub-menu li a {
    color: #eee;
}

/*
* Nav Bar - Menu
*/
nav {
    background-color: rgba(40, 40, 40, 0.9);
    position: absolute;
    width: 26%;
    height: 100%;
    /* left: 8%; */
    right: 0;
    bottom: 0;
    z-index: 2000;
    display: none;
}

@media(max-width: 1737px) {
    nav {
        top: 76px;
        width: 100%;
        bottom: 36px;
        left: 0;
        height: calc(100% - 150px);
    }
}

nav .menu-list {
    position: absolute;
    top: 20%;
    left: 50%;
    text-transform: lowercase;
    text-align: center;
    font-size: 1.8em;
    transform: translateX(-50%);
}

@media(max-width: 500px) {
    nav .menu-list {
        left: 50%;
        transform: translateX(-50%);
    }
}

nav .menu-list .menu-subtitle {
    color: #b33136;
    letter-spacing: 5px;
}

nav .menu-list .menu-link a {
    color: #eee !important;
}

nav a.close-menu-btn {
    position: absolute;
    right: 1%;
    top: 5px;
    color: #eee;
    font-size: 2em;
    cursor: pointer;
}

/*
*  header definitions
*/
.header {
    background-image: linear-gradient(180deg, #ddd, transparent);
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-column-gap: 1em;
    z-index: 1000;
}

.header .page-subtitle a.page-title-link {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-column-gap: 0;
    align-items: baseline;
    font-size: 3em;
    color: #333;
}

@media(max-width: 1024px) {
    .header .page-subtitle a.page-title-link {
        font-size: 2em;
    }
}
 
.header .more-section {
	background-image: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1));
    position: absolute;
    right: 20px;
    top: 5px;

    display: grid;
    font-size: 2em;
    color: #333;
    letter-spacing: .06em;
    padding: 0.7rem 0.5rem 0rem 0.75rem;
    cursor: pointer;

    grid-template-columns: auto auto;
    align-items: center;
}

.header .more-section i {
    margin-top: 4px;
}

.more-section:hover > .mdi-menu::before {
    color: #b33136;
}

@media(max-width: 1024px){
    .header .more-section 
    {
        padding: 0;
    }

    .header .more-section span {
        display: none;
    }
}

.input-field {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.input-field input {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    background-color: #F2F2F2;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.4rem;
    font-size: 1rem;
    font-weight: 100;
    color: #707070;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.input-field label {
    display: block;
    font-weight: 300;
    font-size: 0.8rem;
    margin-bottom: 0;
}

.page-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 79px;
    height: calc(100vh - 131px);
    width: 45%;
    /* margin-left: auto;
    margin-right: auto; */
    left: 20%;
}

.page-content .content {
    height: calc(100% - 61px);
    overflow-y: auto;overflow-y: auto;
    padding: 0 10px;
}

.page-content-title {
    color: #b33136;
    font-size: 2.5em;
    text-align: start;
}

@media(max-width: 800px) {
    .page-content {
        width: 90%;
        right: unset;
        left: 5%;
        margin: 0 auto;
        height: calc(100% - 84px)
    }
}

.page-content-image img ,
.page-content-image-moving img {
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-content-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.page-content-image-moving img {
    -webkit-animation: home-image-animation 20s ease-in-out 0s infinite alternate;
    animation: home-image-animation 20s ease-in-out 0s infinite alternate;
}

.page-content-image-title {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 20%;
    font-size: 4em;
    font-weight: 100;
    text-transform: uppercase;
    color: #eee;
    display: none;
    text-shadow: 2px 2px #888;
    letter-spacing: 10px;
}

.footer {
    background-image: linear-gradient(0deg, #eee, transparent);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    z-index: 1000;

    display: grid;
    grid-template-columns: 1fr;
    align-content: end;
    font-size: 1.3em;
    padding: 0 14px;
    padding-bottom: 10px;
}

.footer a {
    color: #505050 !important;
}

.footer .social-section {
    text-align: left;
}

.footer .email-section {
    font-size: 1.5em;
    align-self: center;
    text-align: center;
}

.footer .telephone-section {
    text-align: right;
}

.footer .info-section a {
    color: #707070 !important;
    font-size: 1rem !important;
	line-height: 0rem;
}

/* Impressum-Link recht unten */
.footer .info-section {
	position: absolute;
	bottom: 10%;
	right: 2%;
}

@media(max-width: 1024px) {
    .footer .email-section {
        font-size: 1em;
    	align-self: left;
    	text-align: left;
    }
}

/* Keyframe animations */
@-webkit-keyframes home-image-animation {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    100% {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15)
    }
}

@keyframes home-image-animation {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    100% {
        -webkit-transform: scale3d(1.15, 1.15, 1.15);
        transform: scale3d(1.15, 1.15, 1.15)
    }
}

/* scrollbar styling */

/* $scrollbar-color: #f13838;
/* $scrollbar-color-hover: #ec6565;
   $scrollbar-color-active: #eb4d4d;*/

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #b33136;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ec6565;
}
::-webkit-scrollbar-thumb:active {
  background: #eb4d4d;
}
::-webkit-scrollbar-track {
  background: #333;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #333;
}
::-webkit-scrollbar-track:active {
  background: #666;
}
::-webkit-scrollbar-corner {
  background: transparent;
}