@charset "utf-8";
/* CSS Document */

body {
    background-color: #000000;
    background-image: url("../images/teaserVideo.jpg") !important;
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
}

#masterContainer {
    display: none;
}

.teaserHome {
    position: relative; 
    z-index: 3; 
    min-width: 1030px; 
    max-width: 1200px; 
    height: 100vh; 
    margin: 0 auto; 
    display: flex; 
    align-items: center; 
    flex-wrap: wrap; 
    justify-content: center;
}

.teaserHomeInnerContainer {
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 50px;
}

.teaserHomeInnerContainer img {
    width: 80%;
    opacity: 1 !important;
}

.teaserHomeEnterText { transition: text-shadow 0.3s; }
.teaserHomeEnterText:hover { text-shadow: 0 0 10px #ff5442, 0 0 20px #ff5442, 0 0 30px #ff5442, 0 0 40px #ff5442, 0 0 50px #ff5442, 0 0 60px #ff5442, 0 0 70px #ff5442; }

.toggleTabs { margin: 30px 0px; }

.tabs-style-topline nav li.tab-filled { 
    border-bottom: none; 
    background: none;
}

.tabs-style-topline nav li.tab-filled:first-of-type { border-left: none; }
.tabs-style-topline nav li.tab-filled:last-of-type { border-right: none; }

.ui-tabs-panel { padding: 25px 15px 0px 15px; }

h1 {
    display: inline-block;
    margin: 0px;
}