/* Template: diw2_styles_100jahre_css */

/* Hier werden zusätzliche CSSe zu den Saint Elmo's CSSen für die 100 Jahre-Styles eingegeben */



/* Auch bei Freien Teasern, Social-Media-Modul und Veranstaltungsmodul soll das Copyright an der rechten Seite des Bildes angezeigt werden, also wie bei der Bühne. */
/*
.copyright_teaser {
	position: absolute;
	background-color: rgba(0,0,0,.2);
	color: #fff;
	font-family: Lato-Regular;
	font-size: 11px;
	padding: 3px 15px;
	-webkit-transform: translate(50%,50%) rotate(-90deg) translate(50%,-50%);
	transform: translate(50%,50%) rotate(-90deg) translate(50%,-50%);
	z-index: 43;
}
@media (max-width:767px) {
	.copyright_teaser {
		right: 15px;
		bottom: 42px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.copyright_teaser {
		right: 63px;
		bottom: 42px;
	}
}
@media (min-width:992px) and (max-width:1200px) {
	.copyright_teaser {
		right: 15px;
		bottom: 0;
	}
}
@media (min-width:1201px) and (max-width:1399px) {
	.copyright_teaser {
		right: -70px;
		bottom: 0;
	}
}
@media (min-width:1400px) {
	.copyright_teaser {
		right: 0;
		bottom: 0;
	}
}

.copyright_social_media_modul {
	position: absolute;
	background-color: rgba(0,0,0,.2);
	color: #fff;
	font-family: Lato-Regular;
	font-size: 11px;
	padding: 3px 15px;
	-webkit-transform: translate(50%,50%) rotate(-90deg) translate(50%,-50%);
	transform: translate(50%,50%) rotate(-90deg) translate(50%,-50%);
	z-index: 43;
}
@media (max-width:767px) {
	.copyright_social_media_modul {
		right: 15px;
		bottom: 30px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.copyright_social_media_modul {
		right: 16px;
		bottom: 30px;
	}
}
@media (min-width:992px) and (max-width:1200px) {
	.copyright_social_media_modul {
		right: 15px;
		bottom: 0;
	}
}
@media (min-width:1201px) and (max-width:1399px) {
	.copyright_social_media_modul {
		right: 16px;
		bottom: 1px;
	}
}
@media (min-width:1400px) {
	.copyright_social_media_modul {
		right: 16px;
		bottom: 0;
	}
}

.copyright_veranstaltungsmodul {
	position: absolute;
	background-color: rgba(0,0,0,.2);
	color: #fff;
	font-family: Lato-Regular;
	font-size: 11px;
	padding: 3px 15px;
	-webkit-transform: translate(50%,50%) rotate(-90deg) translate(50%,-50%);
	transform: translate(50%,50%) rotate(-90deg) translate(50%,-50%);
	z-index: 43;
	right: 0;
	bottom: 0;
}
*/

/* Footer-CSSe */
@media (min-width:992px) and (max-width:1200px) {
	footer .top-row .social_icons li {
		width: 50px;
	}
}
@media (min-width:1201px) {
	footer .top-row .social_icons li {
		width: 68px;
	}
}
@media (min-width:1400px) {
	footer .copyright.order-first {
		max-width: 36%;
		text-align: left!important
	}
	footer .external_link {
		max-width: 34%;
	}
	footer .impressum {
		max-width: 30%;
	}
}


/* Nachjustierungen fürs Drucken bzw. die PDF-Erzeugung */
@media print {
	/* Merken-Button raus */
    .mark_list {
        display: none;
    }
	
	/* Teilen-Button raus */
	.sharing_btn {
        display: none;
    }
	
	/* Vom Menü nur das DIW-Logo einblenden */
    .navbar {
        display: block;
    }
	#navbarSupportedContent, #navbarSupportedContent2, .navbar-toggler .button-search {
		display: none;
	}
	.navbar-brand {
		position: absolute;
		top: 20px;
		left: 15px;
		text-decoration: none !important;
	}
	
	/* "Direkt zum Inhalt" raus */
	.skiplinks {
		display: none;
	}
}
