/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/lato-v16-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Lato Light'), local('Lato-Light'),
    url('../fonts/lato-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v16-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v16-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'),
    url('../fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v16-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'),
    url('../fonts/lato-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v16-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v16-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

body {
    padding-top: 50px;
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 300;
}

body.show-lightbox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

body.show-lightbox:before {
    z-index: 15000;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*TEXT COLORS */
.white-text {
    color:#fff;
}

/*LAYOUT*/
.fullwidh-gray {
    margin: 4em 0;
    padding:3.5em 0;
    background: #f7f7f7;
}

/*CONTACT*/
.contact-wrapper {
    margin-top: 3.5em;
}

/*VIDEO HTML5*/
.video-opener {
    padding: 0px;
    margin: 0px auto 0px auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.video-opener video {
    width: 100%;
    height: auto;
    display: block;
    padding: 0px;
    margin: 0px;
}

.video-nosupport {
    color: #FFFFFF;
    padding-top: 110px;
    padding-bottom: 110px;
}


/*VIDEO IFRAME VIMEO RESPONSIVE*/
.iframe-container {
    padding:56.25% 0 0 0;
    position:relative;
}

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

/*VIDEO CONTAINERS START*/
.video-fullwidth {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}
.video-fullwidth .col-lg-12 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-fullwidth .col-lg-12 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sendung-infos {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
}

/*VIDEO CONTAINERS END*/

/*VIDEO FULL-WIDTH*/
.single-video .col-12 {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5em 0;
}

/*TRAINERS*/
.trainers {
    padding: 4rem 0 3rem;
}

@media (max-width: 576px) {
    .trainers {
        padding: 4rem 2rem 3rem;
    }
}

.trainers .card {
    box-shadow: 0 1px 25px -15px rgb(0 0 0 / 17%);
    border: solid 1px rgb(0 0 0 / 10%);
}

.trainers .card-text {
    font-size: 0.95rem;
}

.trainers .text-muted {
    font-size: 78%;
    font-weight: 300; 
    display:inline-block;  
}

.trainers .col-md-4 {
    margin-bottom: 1.5rem;
}

.wrapper-gray {
    background:#eee;
    padding: 4rem 0;
    margin: 2rem 0 4rem 0;
}

.wrapper-gray .col-md-6 {
    display: flex;
}

@media (min-width: 768px) {
    .wrapper-gray .col-md-6:last-child {
        justify-content: flex-end;
    }
}

.playlist ol {
    padding-left: 1.5rem;
}

.playlist li {
    margin-bottom: 0.2rem;   
}

.hint {
    font-size: 0.9rem;
}

a {
    color: #f39200;
    text-decoration: underline;
}

a:hover{color:#222222;}

a.has-icon {
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    margin-top: 3em;
    display: block;
}

#steps .card a.has-icon img  {
    position:absolute;
    top:-25px;
    left:0;
    right:0;
    margin:0 auto;
}

img.icon{
    width: 20px;
    top:-1px;
    margin-right:4px;
    position:relative;
}

img.image-with-shadow {
	box-shadow: 0 15px 40px -15px #111111a1;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-decoration: none;
}
.navbar-dark .navbar-toggler{
    border:none;
}

.nav-link-stream {
    font-weight: 500;
    text-transform: uppercase;
    background: -webkit-linear-gradient(45deg, #9900ff, #e03b00 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#success-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 1.5em;
    width: 400px;
    z-index: 20000;
    text-align: center;
}

#success-message h2 {
    font-size: 20px;
    width: 100%;
    color: #28a745;
    text-align: center;
    margin-bottom: 1em;
}

h1, h2, h3, .card-title {
    font-weight: 600 !important;
    color: #f39200;
}

h1 {
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 1em;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.3rem;
}

h4 {
	font-size: 1.2rem;
}

img {
    max-width: 100%;
}

b, strong, .strong {
    font-weight: 700;
}

/*NAVBAR*/
.navbar, .navbar .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 0;
}

.navbar .navbar-brand {
    height: auto;
    width: 20%;
}

.navbar .navbar-brand img {
    max-height: 100%;
}

@media (max-width: 991px) {
    .navbar .navbar-brand {
        height: auto;
        width: 50%;
    }
}

#header-image {
    margin-top: 0 !important;
    margin-bottom: 0em !important;
    width: 100%;
    position: relative;
    height: auto;
    padding:0;
	background: #101010;
   /* background: url("../images/header.jpg") no-repeat center;
    background-size: cover;
    background-position: center;*/
}
#header-image img{
    margin:0 auto;
    display:block;
}

#header-image .text-wrapper {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    text-align: center;
    color: #fff;
    width: 100%;
}

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

.dark-color {
    color: #222222 !important;
}

.btn {
    text-decoration: none !important;
    border-radius: 0.25rem;
}
.btn-has-icon{
    position: relative;
    padding-left:2.5em;
    margin:1em;
}
.btn-has-icon img {
    position:absolute;
    left: .75em;
    top: 50%;
    transform: translateY(-50%);
}
.btn-primary {
    background: #f39200;
    border-color: #f39200;
}

.btn-secondary {
    background: #222222;
    border-color: #222222;
}

.btn-dark {
    background: #222222;
    border-color: #222222;
}

.btn-accessibility {
	border-color: #f39200;
	padding: 1em;
	margin: 0;
}

.btn-accessibility:hover {
	background: #f39200;
}

.btn-accessibility img {
	left: .5em;
}

.btn-accessibility img.icon {
	width: 16px;
}

.btn-dark:hover {
    background: #f39200;
    border-color: #f39200;
}

.btn-success {
    color: #fff !important;
}

.btn-primary:hover {
    background: #222222;
    border-color: #222222;
}

.btn-no-link {
    background: #222222;
    border-color: #222222;
    display: inline-flex;
    text-transform: uppercase;
    padding: 0.6rem 1.8rem;
    margin: 1rem 0;
    color:#fff;
    font-weight: 400;
}
.btn-no-link:hover {
    color:#fff;
}

.half-width {
    width:50%;
}

.margin-bottom-small {
    margin-bottom:2em;
}

.intro-text {
    margin-bottom: 4em;
    text-align: center;
}

.sponsors {
	background:#fff;
	padding: 1rem 0;
    border-bottom: solid 2px #f39200;
}

.sponsors .logo-orf {
    margin-top: -4em;
    margin-bottom: 2em;
}

.orange-container {
    background: #f39200;
    padding: 2rem 1rem;
    border-radius: 2px;
    /*box-shadow: 0 0px 72px -25px #111111a1;*/
    text-align: center;   
}

.orange-container h2, .orange-container h3 {
    margin:0;
    color:#fff;
}

.orange-container h2 {
    padding: 0.5rem !important;
    text-transform: uppercase;
}

.orange-container h3 {
    padding: 0.2rem !important;
}

.orange-container .btn-secondary {
    text-transform: uppercase;
    padding: 0.6rem 1.8rem;
    margin: 1rem 0 0;
}

.orange-container .btn-secondary:hover {
    background: #fff;
    border-color:#fff;
    color:#222;
}

@media (min-width: 720px) {
	.sponsors .container {
		max-width: 700px;
	}
}

@media (max-width: 575px) {
	.sponsors .three-cols-vertical-centered {
		max-width: 50%;
		margin: 0 auto;
		padding-bottom: 1.5rem;
	}
}

.description {
	margin-top: 5rem;
    margin-bottom: 5rem;
}
    
@media (max-width: 991px) {
	.row.description {
		flex-direction: column-reverse;
	}
	h1 {
		text-align: center;
	}
}

.three-cols-vertical-centered {
	align-items: center;
}

#steps {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#424242+0,222222+62 */
    background: #424242; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #424242 0%, #222222 62%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #424242 0%, #222222 62%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #424242 0%, #222222 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#222222', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    padding: 5em 1.5em;
    background: #f5f5f5;
    margin-bottom: 5em;
}

#steps .card {
    border: none;
    -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.22);
    padding: 2em 1em 2em 1em;
}

#steps .card .card-header {
    background: none;
    border: none;
}

#steps .card .card-header span {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    background: #f39200;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    font-weight: bold;
}

#steps .card .card-title {
    text-transform: uppercase;
    font-weight: 300 !important;
    margin-bottom: 2em;
}

.videos .col-lg-12 iframe {
	    min-height: 42vw;
}

.videos .col-lg-12 img.video-thumbnail {
	width:100%;
}

@media (min-width: 1200px) {
	.videos iframe, img.video-thumbnail{
    	min-height:206px;
	}
}

@media (max-width: 1199px) {
	.videos iframe, img.video-thumbnail{
    	min-height:171px;
	}
}

.videos-wrapper h2.py-4 {
	margin:0;
	padding:0 !important;
}

.videos-wrapper h4 {
	margin:0;
	padding-top:0.5rem !important;
	padding-bottom: 2.5rem!important;
}

.videos-wrapper p {
    margin-bottom: 0;
}

.videos-wrapper .btn-has-icon {
    margin: 0;
    padding: .2rem .75rem .2rem 2.5em;
}

.videos {
	margin-bottom: 2rem;
}

.videos .video-thumbnail {
	margin-bottom: 6px;
}

.videos .col-12  {
	display:flex;
	justify-content: space-between;
    align-items: flex-start;
}

.videos h3 {
    font-size: 1.1em;
}

.videos p {
    font-size: 0.85em;
    font-weight: normal;
    background: #222;
    color: #fff;
    padding: 0.13em 0.6em;
}

.videos a {
	text-decoration:none;
}

.buttons{
    text-align:center;
}
@media (max-width:550px){
    .buttons .btn-has-icon{
        margin:1em 0;
        width:100%;
    }
}

/*Live Stream*/
.wrapper-livestream {
    margin-bottom: 4rem;
    position: relative;
    z-index: 0;
}

.wrapper-livestream .tickcounter {
    display: block;
    left: 0;
    right: 0;
    bottom: 13px;
    width: 100%;
    height: 65px;
    position: absolute;
    padding-bottom: 0px;
    margin: 0 auto;
    pointer-events: none;
    z-index: 1;
}

.wrapper-livestream .contdown-2 {
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    position: absolute;
    margin: 0 auto;
    pointer-events: none;
    z-index: 1;
}

.wrapper-livestream .image-media {
    margin: 1em auto 0;
    max-width: 50vw;
}

.event-media {
    position: relative;
    width: 100%;
    margin: 40px auto;
    background-color: #000;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-media-inner {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.event-text-wrapper {
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
    border-radius: 1px;
    opacity: 0.9;
    padding: 20% 0;
    max-width: 100%;
}

.event-text-wrapper h2 {
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    margin: 0;
    font-weight: 400 !important;
}

.event-text-wrapper .livestream-title {
    text-transform: uppercase;
    font-size: 1.3em;
}


footer {
    position:relative;
    margin-top: 4em !important;
    background: #160f10 !important;
    padding: 1em !important;
}

#chili-logo{
    position:absolute;
    top:0;
    transform: translateY(-140%);
    right:10px;
}
#chili-logo a{
    height:20px;
    display:block;
}
#chili-logo img{
    max-height:100%;
}

@media (max-width: 991px) {
    .card-deck {
        display: block;
        width: 100%;
    }

    #steps .card {
        width: 100%;
        max-width: 30rem;
        margin: 4em auto;
    }

    #steps .card .card-header span {
        top: -30px;
    }

    .videos iframe{
        min-height:49vw;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3, h4, h5 {
        font-size: 1.2rem;
    }

    #header-image .text-wrapper {
        max-width: 90%;
    }
}

@media (max-width: 550px) {
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    h3, h4, h5 {
        font-size: 1.2rem;
    }
}