/* @override
	https://event.dlr.de/wp-content/themes/dlrevent6/style-event.css */

/* iFrame */
.responsiveiframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsiveiframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Q&A */

#qapopup #butsave {
	margin: 10px 0 !important;
}

/* CONTAINER */

#footer { background-color:white !important; }
#footer .container.container-footer,
#footer .container-fluid.container-footer { margin: 0px auto !important; padding: 40px 0 25px 0; border: none !important }

.hg-top, #hg-top {
	background-position: top !important;
}
.hg-bottom, #hg-bottom {
	background-position: bottom !important
}

/* ******************** 
   COCHSTEDT
   ******************** */




/* ******************** 
   ZITTAU
   ******************** */

.headline-zittau h2 {
	font-family: FrutigerLTW02-45Light !important;
	font-size: 45px;
}
.table-zittau th {
	vertical-align: top;
	padding-bottom: 20px;
	font-size: 19px;
}
.table-zittau td {
	vertical-align: top;
	padding-right: 25px;
	font-size: 19px;
}
@media (max-width: 576px) {
	.headline-zittau h2 {
		font-size: 25px !important;
	}
}
@media (max-width: 768px) { 
	.headline-zittau h2 {
		font-size: 35px !important;
	}
}
@media (max-width: 992px) {
	.headline-zittau h2 {
		font-size: 40px;
	}
}
@media (max-width: 1200px) { 
}

.zittau-section {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(57, 83, 160);
	background-image: url("https://event.dlr.de/wp-content/uploads/2021/03/Zittau-BG.jpg?id=12361");
	background-origin: padding-box;
	background-position-x: center !important;
	background-position-y: 0 !important;
	background-repeat: no-repeat !important;
	background-size: 100% !important;
}
@media (max-width:1200px) {
	.zittau-spacer img {
		max-height: 150px !important;
	}
	.zittau-section {
		background-position-x: 0 !important;
		background-position-y: 0px !important;
		background-repeat: no-repeat !important;
		background-size: 100% !important;
	}
}
@media (max-width:992px) {
	.zittau-spacer {
		display: none;
	}
	.zittau-section {
		background-position-x: 0% !important;
		background-position-y: -220px !important;
		background-repeat: no-repeat !important;
		background-size: 150% !important;
	}
}
@media (max-width:720px) {
	.zittau-section {
		background-position-x: 0% !important;
		background-position-y: -200px !important;
		background-repeat: no-repeat !important;
		background-size: 175% !important;
	}
}

@media (min-width:1920px) {
	.zittau-spacer img {
		max-height: 500px !important;
	}
	.zittau-section {
		background-position-x: 0 !important;
		background-position-y: -150px !important;
		background-repeat: no-repeat !important;
		background-size: 100% !important;
	}
}
@media (min-width:2400px) {
	.zittau-spacer img {
		min-height: 800px !important;
	}
	.zittau-section {
		background-position-x: 0 !important;
		background-position-y: -150px !important;
		background-repeat: no-repeat !important;
		background-size: 100% !important;
	}
}

/*
a,
ul.footer-menu li:first-child a {
	color: #bf520a;
}
a:hover {
	color: #bf520a;
	text-decoration: underline;
}
ul.footer-menu li:first-child a:hover {
	text-decoration: none;
}
*/
/* FONTS */

@font-face{
    font-family:"FrutigerLTW02-45Light";
    src:url("https://event.dlr.de/wp-content/fonts/FrutigerLTW02-45Light.eot?#iefix");
    src:url("https://event.dlr.de/wp-content/fonts/FrutigerLTW02-45Light.eot?#iefix") format("eot"),url("https://event.dlr.de/wp-content/fonts/FrutigerLTW02-45Light.woff2") format("woff2"),url("https://event.dlr.de/wp-content/fonts/FrutigerLTW02-45Light.woff") format("woff"),url("https://event.dlr.de/wp-content/fonts/FrutigerLTW02-45Light.ttf") format("truetype");
}
@font-face{
    font-family:"FrutigerLTW02-65Bold";
    src:url("https://event.dlr.de/wp-content/fonts/FrutigerLTW02-65Bold.eot?#iefix");
    src:url("https://event.dlr.de/wp-content/fonts/FrutigerLTW02-65Bold.eot?#iefix") format("eot"),url("https://event.dlr.de/wp-content/fonts/FrutigerLTW02-65Bold.woff2") format("woff2"),url("https://event.dlr.de/wp-content/fonts/FrutigerLTW02-65Bold.woff") format("woff"),url("https://event.dlr.de/wp-content/fonts/FrutigerLTW02-65Bold.ttf") format("truetype");
}
body, html {
	font-family:"FrutigerLTW02-45Light";
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-family:"FrutigerLTW02-65Bold";
	font-weight: 400;
}

/* ERDE */
 
#earth {
	float: right;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url("https://event.dlr.de/wp-content/earth.png");
	background-repeat: no-repeat;
	width: 500px;
	height: 380px;
}
@media (max-width:1300px) {
	#earth {
		width: 360px;
		height: 280px;
		background-size: 120%;
	}
}
@media (max-width:950px) {
	#earth {
		width: 300px;
		height: 220px;
		background-size: 120%;
	}
}
@media (max-width:600px) {
	#earth {
		width: 200px;
		height: 200px;
		background-size: 150%;
	}
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}