@charset "utf-8";
/* CSS Document */

.bodyadvent {
	margin: 0;
	font-family: Poppins;
	color: #FFFFFF;
	background-color: #4D0000;
}

.bodyadventfilm {
	margin: 0;
	font-family: Poppins;
	color: #FFFFFF;
	background-color: #08006d;
}

#advent-bereich {
    /* background-color: #1B3127; */
    color: #FFF;
    padding-top: 1rem;
}

.disabled{
    pointer-events: none;
    opacity: 0.4;
}

/* === ADVENTCONTAINER ===*/

.advent-container {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.advent-ankuendigung {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.advent-ankuendigung p {
	font-size: 4rem;
}

@media (max-width: 1024px) {
    .advent-ankuendigung p {
        font-size: 3.5rem;
    }
}

@media (max-width: 865px) {
    .advent-ankuendigung p {
        font-size: 3.2rem;
    }
}

@media (max-width: 425px) {
    .advent-ankuendigung p {
        font-size: 2.8rem;
    }
}

@media (max-width: 375px) {
    .advent-ankuendigung p {
        font-size: 2.5rem;
    }
}

.advent-ankuendigung img {
	text-align: left;
    /* width: 80%; */
    /* max-width: 100%; */
    /* background-color: rgba(255,0,0,0.5);
    border: 1px solid #FFF; */
}

@media (max-width: 1024px) {
    .advent-ankuendigung img {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .advent-ankuendigung img {
        width: 100%;
    }
}


.btn-typ-advent img {
    background-color: rgba(255,0,0,0.7);
    border: 1px solid #FFF;
    -webkit-transition: color .5s ease-in-out, border .5s ease-in-out, -webkit-box-shadow .5s ease-in-out;
    transition: color .5s ease-in-out, border .5s ease-in-out, -webkit-box-shadow .5s ease-in-out;
    -o-transition: color .5s ease-in-out, border .5s ease-in-out, box-shadow .5s ease-in-out;
    transition: color .5s ease-in-out, border .5s ease-in-out, box-shadow .5s ease-in-out;
    transition: color .5s ease-in-out, border .5s ease-in-out, box-shadow .5s ease-in-out, -webkit-box-shadow .5s ease-in-out;
}

.btn-typ-advent img:hover{
    color: #FFF;
    border: 1px solid #FFF;
    -webkit-box-shadow: 0 0 .5px .5px #FFF, 0 0 10px #FFF;
            box-shadow: 0 0 .5px .5px #FFF, 0 0 10px #FFF;
}

.btn-typ-adventfilm img {
    background-color: rgba(152, 145, 250, 0.7);
    border: 1px solid #FFF;
    -webkit-transition: color .5s ease-in-out, border .5s ease-in-out, -webkit-box-shadow .5s ease-in-out;
    transition: color .5s ease-in-out, border .5s ease-in-out, -webkit-box-shadow .5s ease-in-out;
    -o-transition: color .5s ease-in-out, border .5s ease-in-out, box-shadow .5s ease-in-out;
    transition: color .5s ease-in-out, border .5s ease-in-out, box-shadow .5s ease-in-out;
    transition: color .5s ease-in-out, border .5s ease-in-out, box-shadow .5s ease-in-out, -webkit-box-shadow .5s ease-in-out;
}

.btn-typ-adventfilm img:hover{
    color: #FFF;
    border: 1px solid #FFF;
    -webkit-box-shadow: 0 0 .5px .5px #FFF, 0 0 10px #FFF;
            box-shadow: 0 0 .5px .5px #FFF, 0 0 10px #FFF;
}

@media (max-width: 1024px) {
    .advent-ankuendigung img {
        max-width: 120%;
    }
}

@media (max-width: 768px) {
    .advent-ankuendigung img {
        max-width: 100%;
    }
}

@media (max-width: 425px) {
    .advent-ankuendigung img {
        max-width: 110%;
    }
}

.advent-container h1 {
    line-height: 5rem;
    font-weight: 400;
    font-size: 5rem;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-bottom: 0;
}

@media (max-width: 425px) {
    .advent-container h1 {
        line-height: 3rem;
        font-size: 3rem;
    }
}

.advent-container h2 {
    font-weight: 200;
    font-size: 4rem;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-bottom: 0;
}

@media (max-width: 425px) {
    .advent-container h2 {
        font-size: 2.5rem;
    }
}

.advent-container > p {
    line-height: 2.5rem;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.advent-container > p > span {
    font-weight: bold;
}

.advent-start {
    display: block;
    color: #FFF;
    text-decoration: none;
    max-width: 1920px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

/* === BILDBESCHREIBUNG === */

.adventbeschreibung {
	text-decoration: none;
    /* border: 1px solid #FFF; */
    background-color: transparent;
    color: #FFF;
    padding: .1rem;
    box-shadow: 0 0 .5px .10px #FFF, 0 0 10px #FFF inset;
    text-align: center;
	font-size: 3rem;
	font-weight: 100;
	margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1200px) {
    .adventbeschreibung {
        font-size: 2.3rem;
    }
}

@media (max-width: 870px) {
    .adventbeschreibung {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .adventbeschreibung {
        font-size: 2.3rem;
		font-weight: 200;
    }
}

@media (max-width: 480px) {
    .adventbeschreibung {
        font-size: 2rem;
    }
}

.text-gruen {
	font-size: 1.8rem;
	color: rgba(255,255,255,1.00);
	font-style: normal;
	text-align: left;
	text-shadow: 0 0 0;
	background-color: rgba(20,62,0,1.00);
	-webkit-box-shadow: 3px 3px 15px rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(255,255,255,1.00);
	border-color: rgba(13,39,0,1.00);
	border-radius: 30px;
	padding: 20px;
}

.text-rot {
	font-size: 1.8rem;
	color: rgba(255,255,255,1.00);
	font-style: normal;
	text-align: left;
	text-shadow: 0 0 0;
	background-color: rgba(4,0,55,1.00);
	-webkit-box-shadow: 3px 3px 15px rgba(255,255,255,1.00);
	box-shadow: 3px 3px 15px rgba(255,255,255,1.00);
	border-color: rgba(13,39,0,1.00);
	border-radius: 30px;
	padding: 20px;
}


/* === BILDCONTAINER ===*/

.img-advent-container {
	max-width: 1920px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8rem;
}

@media (max-width: 1440px) {
    .img-advent-container {
        margin-bottom: -4rem;
    }
}

@media (max-width: 1024px) {
    .img-advent-container {
        margin-bottom: -9rem;
        /* width: 80%; */
    }
}

@media (max-width: 768px) {
    .img-advent-container {
        margin-bottom: 5rem;
        /* width: 80%; */
    }
}

@media (max-width: 425px) {
    .img-advent-container {
        margin-bottom: -9rem;
        /* width: 100%; */
    }
}

@media (max-width: 320px) {
    .img-advent-container {
        margin-bottom: -12rem;
    }
}

/* === ADVENT-BEREICH-VIDEO === */

#advent-bereich video {
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


#advent-bereich img {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media (max-width: 1200px) {
    #advent-bereich video {
        width: 60%;
    }
}

@media (max-width: 1200px) {
    #advent-bereich img {
        width: 60%;
    }
}

@media (max-width: 1027px) {
    #advent-bereich video {
        width: 70%;
    }
}

@media (max-width: 1027px) {
    #advent-bereich img {
        width: 70%;
    }
}

@media (max-width: 768px) {
    #advent-bereich video {
        width: 80%;
    }
}

@media (max-width: 768px) {
    #advent-bereich img {
        width: 80%;
    }
}

@media (max-width: 480px) {
    #advent-bereich video {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #advent-bereich img {
        width: 100%;
    }
}
