html {
	height: 100%;
}

body {
	min-height: 100%;
	text-align: center;
	font-family: 'BundesSans', sans-serif;
	font-size: 12pt;
	letter-spacing: -.2pt;
	line-height: 14.5pt;
	-webkit-font-smoothing: antialiased;	

	background: rgb(251,228,220);
	background: -moz-linear-gradient(180deg, rgba(251,228,220,1) 0%, rgba(250,189,170,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(251,228,220,1) 0%, rgba(250,189,170,1) 100%);
	background: linear-gradient(180deg, rgba(251,228,220,1) 0%, rgba(250,189,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbe4dc",endColorstr="#fabdaa",GradientType=1);  
	background-attachment: fixed;

	margin: 0;
	padding: 0;

	text-align: center;
	color: #E84D1C;
}

a {
	color: #E84D1C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

h1,
h2 {
	font-size: 14.5pt;
	font-style: italic;
	margin: 10px 0;
}
h1 {
	font-size: 15.5pt;
}

p {
	margin: 0 0 15pt;
}

table, td {
    border: solid 1px #ccc;
    border-spacing: 0;
}
.mobile {
	display: none;
}
.section {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 100%;
	max-width: 1370px;
}
@media only screen and (min-width: 1370px) and (max-width: 1620px) {
	.section {
		left: calc((100vw - 1370px) / -7);
	}
}
@media only screen and (min-width: 1621px) {
	.section {
		left: -50px;
	}
}
	.left-col {
		position: relative;
		display: inline-block;
		width: calc(245 / 1370 * 100%);
		vertical-align: top;
	}
	.main-col {
		position: relative;
		width: calc(800 / 1370 * 100%);
		display: inline-block;
		margin-right: -4px;
		vertical-align: top;
	}
	.right-col {
		position: relative;
		width: calc(325 / 1370 * 100%);
		display: inline-block;
		margin-right: -4px;
		vertical-align: top;
	}

.btn {
    display: inline-block;
    background: #E84D1C;
    color: #fff;
    border-radius: 5px;
    padding: 6px 15px;	
}
.btn.arrow:before {
	content: '';
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    display: inline-block;
    background: url(/_assets/img/arrow-white.svg) no-repeat;
    background-size: contain;
}
.btn:hover {
	text-decoration: none;
	transition: .2s;
	background: #A82D00;
}

nav {
	position: sticky;
	width: 100%;
	left: 0;
	top: 0;
	height: 45px;
	background: #CC461C;
	color: #fff;
	box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.1);
	z-index: 99;
}
nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

nav ul li {
	display: inline-block;
	margin: 12px 40px 0 0;
	font-weight: 700;
	font-style: italic;
}

nav ul li a {
	color: #fff;
}
nav ul li a:hover {
	opacity: .8;
	text-decoration: none;
}

nav .icon {
	display: none;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	
	width: 100%;
	height: calc((235 / 1920 * 25vw) + (235 * .75px));
	max-height: 260px;

	background-color: #fff;
}
	#header .section {
		height: 100%;
	}

		#logo {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			left: calc(204 / 1370 * 100%);
			width: calc(405 / 1370 * 100%);
		}

		#jugendstrategie {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			left: calc(993 / 1370 * 100%);
			width: calc(215 / 1370 * 100%);
		}


	#main {

	}

		#main .left-col {
		    padding: 0 calc(30 / 1370 * 100%) 0 calc(15 / 1370 * 100%);
		    box-sizing: border-box;
		    text-align: right;
		    max-height: 580px;
		    overflow: auto;		    
		    padding-top: 20px;
		}
			#main .left-col h2:first-child {
			    margin-bottom: 40px;
			    line-height: 20px;
			}

			#main .left-col form {
			    background: #AC3014;
			    display: inline-block;
			    max-width: 160px;
			    width: 100%;
			    border-radius: 5px;
			}

			#main form #code {
			    background: #E84D1C;
			    border-top-right-radius: 5px;
			    border-top-left-radius: 5px;
			    text-align: right;
			}

			#main form #submit {
			    text-align: right;
			    width: 100%;
			    cursor: pointer;
			}

		#stage {
			position: relative;
			margin-left: -4px;
			margin-top: -30px;
			margin-bottom: 100px;
			width: calc(1025 / 1370 * 100%);
			background: #AD3114;
			border-radius: 5px;
			color: #fff;
			box-shadow: 0 3px 16px rgba(0,0,0,.25);
		    display: inline-block;
    		vertical-align: top;

			background: rgb(237,90,44);
			background: -moz-linear-gradient(180deg, rgba(237,90,44,1) 0%, rgba(185,58,19,1) 100%);
			background: -webkit-linear-gradient(180deg, rgba(237,90,44,1) 0%, rgba(185,58,19,1) 100%);
			background: linear-gradient(180deg, rgba(237,90,44,1) 0%, rgba(185,58,19,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed5a2c",endColorstr="#b93a13",GradientType=1);
		}

			#hero {
				width: 100%;
				line-height: 1px;
			}
			#hero img {
				width: 100%;
				border-top-left-radius: 5px;
			    border-top-right-radius: 5px;
			}

			/* Navbar container */
			#navbar {
				position: relative;
			  background-color: #F8B230 !important;
			  border-top-left-radius: 5px;
			  border-top-right-radius: 5px;
			  z-index: 3;
			}

			/* Links inside the navbar */
			/* Links inside the navbar */
			#navbar > a,
			#navbar .dropdown {
			  display: inline-block;
			  margin-right: -4px;
			}

			#navbar a {
			  display: inline-block;
			  font-size: 16px;
			  color: #fff;
			  padding: 14px 16px;
			  text-decoration: none;
			}

			#navbar > a,
			#navbar .dropbtn {
				font-weight: bold;
			}

			/* The dropdown container */
			#navbar .dropdown {
			  overflow: hidden;
			  vertical-align: top;;
			}

			/* Dropdown button */
			#navbar .dropdown .dropbtn {
			  font-size: 16px;
			  border: none;
			  outline: none;
			  color: #fff;
			  padding: 14px 16px;
			  background-color: inherit;
			  font-family: inherit; /* Important for vertical align on mobile phones */
			  margin: 0; /* Important for vertical align on mobile phones */
			  z-index: 4;
			  position: relative;
			}

			button.dropbtn:after {
			    content: "\25E2";
			    font-size: 7pt;
			    margin: 0px 0 0 6px;
			    transform: rotate(45deg);
			    display: inline-block;
			    vertical-align: text-top;
			}

			/* Add a red background color to navbar links on hover */
			#navbar a:hover, #navbar .dropdown:hover .dropbtn,
			#navbar a.active, #navbar .dropdown .dropbtn.active {
			  background-color: #E84D1C;
			  border-top-left-radius: 5px;
			  border-top-right-radius: 5px;			  
			}

			#navbar .dropdown-content a:hover {
				background-color: rgba(0,0,0,.1)
			}

			/* Dropdown content (hidden by default) */
			#navbar .dropdown-content {
			  display: none;
			  position: absolute;
			  background-color: #E84D1C;
			  min-width: 160px;
			  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			  z-index: 3;
			}

			/* Links inside the dropdown */
			#navbar .dropdown-content a {
			  color: #fff;
			  padding: 12px 16px;
			  box-sizing: border-box;
			  text-decoration: none;
			  display: block !important;
			  text-align: left !important;
			}


			/* Show the dropdown menu on hover */
			#navbar .dropdown:hover .dropdown-content {
			  display: block;
			}


			#stream {
				position: relative;
				z-index: 2;
			}

				#side-panel a {
				    color: #fff;
				}

				#stream img,
				#stream iframe {
					width: 100%;
				}

			#side-panel {
				position: absolute;
				right: 0;
				top: 0;
				bottom: 0;
				width: 327px;
				padding: 0 20px 0 30px;
				box-sizing: border-box;
				overflow: auto;

			    border-top-right-radius: 5px;
			    border-bottom-right-radius: 5px;
			}

				#side-panel h2 {
					margin: 0 0 20px -30px;
					padding:40px 20px 13px 30px;
					background: url(/_assets/img/h2_bg.png) no-repeat;
					background-size: 100% 100%;
					display: inline-block;
					color: #E84D1C;
					line-height: 20px;
				}

				#side-panel #chat {
				    position: absolute;
				    top: 100px;
				    bottom: 0;
				    overflow: auto;
				    left: 0;
				    right: 0;
				    padding: 0 20px 30px 30px;
				}

				#chat-type {
					margin-top: 40px;
				}

				.msg {
					border-top: solid 1px rgba(255,255,255,.2);
    				padding: 10px 0 0;
				}
				.msg .author {
					float: left;
					max-width: calc(100% - 50px);
					word-wrap: break-word;
					overflow-x: hidden;
					font-weight: 600;
				}
				.msg .date {
					display: none;
				}

				.msg .time {
					float: right;
				}

				.msg .text {
					margin: 4px 0 13px;
				}

				#chat-type input {
				    background: #DE4919;
				    border-radius: 5px;
				    box-shadow: 0 0 13px rgba(0,0,0,.1);
				    padding-right: 60px;
				}

				#submit-msg {
				    float: right;
				    margin: -38px 0 0 0 !important;
				    border-radius: 5px !important;
					background-color: rgba(168,45,0,.25) !important;
				    color: #fff !important;
				    width: 50px !important;
				}

			#addons {
				display: inline-block;
				border-bottom-left-radius: 5px;
				padding : 17px 25px;
				box-sizing: border-box;
			}

	#stage #title {
		margin: 40px 30px 0;
	}

	#stage.longtext,
	#stage.fullsize {
		margin-bottom: 60px;
	}

		#stage #longtext {
			margin: 40px 20px;
			padding: 20px;
			background: rgba(255,255,255,.9);
			border-radius: 5px;
			color: #000;
		}

	#agenda {
		margin: 60px 0px;
		filter: drop-shadow(0px 0px 20px rgba(255,255,255, 0.4));
	}


	#sponsors {
		width: 100%;
		height: 150px;
		background: rgba(255,255,255,.75);
	}

		#sponsors #design-overlay {
		    position: absolute;
		    transform: translateY(-60%);
		    width: 12%;
		    max-width: 230px;
		    pointer-events: none;
		}

			#sponsors #design-overlay img {
				width: 100%;
			}

		#sponsors .section {
			height: 100%;
		}

			#supported, #cooperation {
				display: inline-block;
			}

			#supported img, #cooperation img {
				vertical-align: middle;
			}

			#supported span, #cooperation span {
			    display: inline-block;
			    font-weight: 600;
			    font-style: italic;
			    font-size: 14.5pt;
			    vertical-align: middle;
			}

			#supported:before {
			    content: " ";
			    width: 1px;
			    height: 150px;
			    vertical-align: middle;
			    display: inline-block;
			}

			#supported {
				width: calc(550 / 1370 * 100%);
			}

				#supported span {
				    width: calc(245 / 550 * 100%);
				    padding: 0 calc(30 / 1370 * 100%) 0 100px;
				    box-sizing: border-box;
				    text-align: right;
				    display: inline-block;
				}

				#supported img {
				    max-width: 262px;
				    width: calc(290 / 550 * 100%)					
				}

			#cooperation {
				width: calc(820 / 1370 * 100%);
				margin-left: -4px;
		        box-sizing: border-box;
			}

				#cooperation span, #cooperation img {
				    margin: 0 calc(50 / 820 * 100%) 0 0px;
			        max-width: 28%;
				}

				#cooperation span {
			        box-sizing: border-box;
				    width: calc(140 / 820 * 100%);
				    text-align: right;
				    display: inline-block;					
				}


	#secondary {
		margin: 90px auto;
	}

		#furtherinformation {
		    float: right;
		    width: 190px;
		    background: rgba(184,57,22,.66);
		    border-radius: 5px;
		    padding: 27px 20px;
		    box-sizing: border-box;
		    color: #fff;
		    text-align: right;
		    line-height: 170%;
		    margin-right: 105px;
		}

			#furtherinformation ul {
				list-style-type: none;
				margin: 15px 0 4px;
				padding: 0;
			}
			#furtherinformation ul li {
				margin: 0;
				padding: 0;
			}				

			#furtherinformation a {
				color: #fff;
			}


			.strytl-indicator-container .strytl-indicator.strytl-live {
				width: 10.8em !important;
			}
			.strytl-indicator-container .strytl-indicator.strytl-live .strytl-icon {
				background-color: unset !important;
			}
			.strytl-indicator-container .strytl-indicator.strytl-live .strytl-logo {
			    left: 0 !important;
			    background-image: url(/_assets/img/liveblog.png) !important;
			    background-position: bottom left !important;
			    background-size: cover !important;
			}


	#footer {
		height: 30px;
		width: 100%;
		text-align: center;
		line-height: 30px;
		color: #fff;
		background: #E84D1D;
		box-shadow: 0 0 6px rgba(0,0,0,.15);
	}

		#footer ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}

			#footer ul li {
				display: inline-block;
				margin : 0 15px;
			}
			#footer a {
				color: #fff;
			}


	input[type="text"],
	input[type="submit"],
	textarea,
	select,
	button#submit-msg,
	button.submit {
		width: 100%;
		height: 38px;
		padding: 9px 10px;
		font-size: 12pt;
		box-sizing: border-box;
		border-width: 0px;
		border-color: transparent;
		background-color: transparent;
		color: #fff;
		border-style: solid;
		border-radius: 0px;
		box-shadow: none;
		text-shadow: none;
		display: block;
	}
	textarea {
		height: 100px;
	}
	input:focus,
	select:focus {
	     outline:none;
	}
	input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  color: #fff;
	  opacity: .75; /* Firefox */
	}

	input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color: rgba(255,255,255,.5);
	}

	input.drk-form input::-ms-input-placeholder { /* Microsoft Edge */
	  color: rgba(255,255,255,.5);
	}



#stage.fullsize {
	width: 100%;
}

#stage.fullsize #navbar {
	border-radius: 5px;
	margin-left: calc(245 / 1370 * 100%);
	width: calc( (800 / 1125 * 100%) - (327px - (327 / 1125 * 100%)) - (245 / 1370 * 100%));
}

#jitsirooms {
    background: #B53B16;
    height: 40px;
    display: inline-block;
    padding: 0px 0 0 80px;
    box-sizing: border-box;
    border-top-right-radius: 5px;
    margin-right: 20px;
}

#jitsirooms a {
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-weight: bold;
}

#jitsirooms a.active,
#jitsirooms a:hover {
    background: #E84D1C;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#stage .startdate {
	font-size: 15.5pt;
	font-style: italic;
}

#openetherpad {
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	cursor: pointer;
	cursor: pointer;
}

#openetherpad strong:before {
	content: '';
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    display: inline-block;
    background: url(/_assets/img/arrow-white.svg) no-repeat;
    background-size: contain;
}

#openetherpad strong a {
	pointer-events: none;
}
.etherpad_closed #etherpad {
	display: none;
}
.etherpad_opened #etherpad {
	display: block	
}
.etherpad_opened #jitsi {
	width: calc(100% - 350px);
}

#etherpad {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}


#etherpad iframe {
	border: none;
	height: calc(100vh - 100px);
	max-height: 1000px;
	width: 350px;
}
.ehterpad_closed #openetherpad strong:before {
	content: '';
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    display: inline-block;
    background: url(/_assets/img/arrow-white.svg) no-repeat;
    background-size: contain;
}
.ehterpad_open #openetherpad strong:after {
	content: '';
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    display: inline-block;
    background: url(/_assets/img/arrow-white.svg) no-repeat;
    background-size: contain;
    transform: scaleX(-1);
}

#jitsi {
	width: 100%;
	border: none;
	height: calc(100vh - 100px);
	max-height: 1000px;
}

#station {
	width: 100%;
	border: none;
	height: calc(100vh);	
}

#workshoptitle {
	margin: 50px 0 30px 100px
}
#stationstitle {
	margin: 50px 0 30px 60px
}

#side-panel.ministerin {
	bottom: 140px !important;
}
#addons.ministerin {
	height: 140px;
	width: 100%;
}
#face2face {
	display: inline-block;
	width: 345px;
}
#face2face a {
	display: inline-block;
	width: 100%;
	color: #fff;
	text-align: center;
	box-shadow: 0 3px 20px rgba(0,0,0,.15);
	margin-top: 10px;
    padding: 10px 0;
    box-sizing: border-box;
    background: #E84D1D;
    border-radius: 5px;
    max-width: 300px;
    height: 38px;
}

#fraganonym {
	display: inline-block;
	width: calc(100% - 350px);
	vertical-align: top;
}

#fraganonym .submit {
	float: right;
    margin: -38px 0 0 0 !important;
    border-radius: 5px !important;
    background-color: rgba(168,45,0,.25) !important;
    color: #fff !important;
    width: 60px !important;
}

#fraganonym #question {
    border-radius: 5px !important;
	margin-top: 20px;
	background: #D04114 !important;
	padding-right: 100px;
}



#chat-type input#new-msg,#chat-type button#submit-msg {
    display: none;
}




#registration {
	margin: 40px 30px;
}

#registration p {
	width: 90%;
}

#registration a {
	color: #fff;
}

.w1, .w2 {
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: top;
}
.w1 {
	width: 45%;
	margin-right: 4%;
}
.w2 {
	width: 94%;
}

.w1 label,
.w2 label {
	display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    max-width: calc(100% - 70px);
}

#registration input,
#registration select,
#registration textarea {
	border-radius: 5px;
	background: #fff;
	color: #000;
    display: inline-block;
    vertical-align: middle;
}

input[type='checkbox'] {
  /* remove browser chrome */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  /*add styling */
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: inset 0 0 5px 0 rgba(255,255,255,0.6);
  cursor: pointer;
  vertical-align: top;
  margin-right: 12px;
}
input[type='checkbox']::before {
  content: '';
  color: #fff;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  /* base64 encoded to make things easier to show 
  	normally you would use an image or a font
  */
  background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ0OCIgaGVpZ2h0PSI0NDgiIHZpZXdCb3g9IjAgMCA0NDggNDQ4Ij4KPHRpdGxlPjwvdGl0bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggZD0iTTQxNy43NSAxNDEuNWMwIDYuMjUtMi41IDEyLjUtNyAxN2wtMjE1IDIxNWMtNC41IDQuNS0xMC43NSA3LTE3IDdzLTEyLjUtMi41LTE3LTdsLTEyNC41LTEyNC41Yy00LjUtNC41LTctMTAuNzUtNy0xN3MyLjUtMTIuNSA3LTE3bDM0LTM0YzQuNS00LjUgMTAuNzUtNyAxNy03czEyLjUgMi41IDE3IDdsNzMuNSA3My43NSAxNjQtMTY0LjI1YzQuNS00LjUgMTAuNzUtNyAxNy03czEyLjUgMi41IDE3IDdsMzQgMzRjNC41IDQuNSA3IDEwLjc1IDcgMTd6Ij48L3BhdGg+Cjwvc3ZnPgo=");
}

input[type='checkbox']:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
