
.article_title {
  color: #650f2d;
	font-weight: bold;
}

.article_img_oben_rechts {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	
}

.article_img_oben_rechts img {
	width: 8.5vw;
}

.article_text {
	padding-top: 45px;
	padding-bottom: 45px;
}

.article_text p:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}


.tickets_wrapper {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	width: 300px;
	border-color: rgba(0,0,0,0);
	border-radius: 3px;
	height: 37px;
}

.ticket {
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	width: 120px;
	background-color: #650f2d;
	border: 2px solid;
	border-color: rgba(0,0,0,0);
	border-radius: 3px;
}

.ticket a {
	display: inline-block;
	position: relative;
    padding: 0.3em 0 0.1em 0.3em;
	font-size: 15px;
	color: #ffffff;
	background-color: #650f2d;
	border: 2px solid;
	border-color: rgba(0,0,0,0);
	border-radius: 3px;
	white-space: nowrap;
}

.ticket a:after {
	position: absolute;
	display: inline;
	font-family: ETmodules;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
   
    text-transform: none;
	
    content: "\35";	
	
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	
	opacity: 0;
	box-sizing: content-box;
	white-space: nowrap;
}

.ticket a:hover:after {
	position: relative;
	display: inline;
	padding: 0 0em 0 0em;
	opacity: 1;
	white-space: nowrap;
}

    
    
#last_article_img_wrapper {
	width: 100%;
	height: 31vw;
	margin: 45px 0 0 0;
	background-image: url(../images/desktop/logo_das_wy_erlaebnis_2-1-scaled.jpg);
	background-repeat: none;
	background-size: cover;
	background-position: center;
}


@media screen and (max-width: 980px) {
	
	
	
	.article_img_oben_rechts {
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: auto;
		width: 28%;
		margin: 0 0 0 0;
	}
	
	
	.article_img_oben_rechts img {
		
		width: 100%;
	}
	
	.tickets_wrapper {
		
		width: 70%;
		
	}
	
}

@media screen and (max-width: 767px) {
	h1 {
    	font-size: 30px;
		line-height: 2.7rem;
	}
	
	
	.article_img_oben_rechts {
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: auto;
		width: 24%;
		margin: 0 0 0 3%;
	}
	
	.article_img_oben_rechts img {
		width: 100%;
	}
	
	.tickets_wrapper {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		height: 100px;
		width: 200px;
	}
}













