@charset "utf-8";

/* 
	EUROFURENCE 23 CSS3 STYLESHEET
	04/2016 WEB@EUROFURENCE.ORG	
	BASIC SETTINGS & COMPATIBILITY  
*/

/*
	recommended @media break points:
	L:  (min-width: 1500px)
	M:  (min-width: 992px) and (max-width: 1499px)
	S:  (min-width: 768px) and (max-width: 991px)
	XS: (max-width: 767px)
*/


/* FONT FACES */

@font-face {
    font-family: newscycle;
    src: url("../fonts/NewsCycle-Regular.ttf");
}
@font-face {
    font-family: newscycle;
	font-weight: bold;
    src: url("../fonts/NewsCycle-Bold.ttf");
}

body {
	font-family: Arial, sans-serif;
	color: black;
}

nav {
	font-family: newscycle;
}
.menu-head {
	font-family: newscycle;
}
/*
article,
.contact-predata input[type="submit"] {
	!font-family: Arial;
}*/
h1, h2, h3, h4 {
	font-family: newscycle;
	letter-spacing: 0.1em;
	text-align: left;
}
#news {
	font-family: newscycle;
}
#footer {
	font-family: newscycle;
}
#contact-choice-list a {
	font-family: newscycle;
}



/* GLOBAL SETTINGS */

* {
    box-sizing: border-box;
}
html, body {
	margin: 0;
}
body {
	position: relative;
}
.clear {
    clear: both;
}
#debug {
    height: 400px;
	overflow: scroll;
	background-color: black;
	color: white;
}
/* DON'T SPLIT CONTENT VIA CSS; AVOIDING UNBALANCED COLUMNS,MOSTLY */

section li {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
}
section[class*='column'] p {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
}
section[class*='column'] p:first-child {
    margin-top: 0px;
}
.retain,
.retain * {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    /* break-inside: avoid-column; */
    -webkit-column-break-after: avoid;
    page-break-after: avoid;
    break-after: avoid;
	-webkit-column-break-inside:avoid; 
	overflow: hidden; /* FF Fix #1 */
	/*display:table;*/ /* FF Fix #2 */
}
.retain ul,
.retain ol,
.retain li {
	overflow: visible;
}

section>div>p,
section>div>ul,
section>div>a,
section>div>img,
section .just img {
	width: 100%;
}
section>div>img {
    width: 100%;
}
section ul,
section ol {
	margin-left: 0;
	padding-left: 18px;
	margin-top: 0;
}

hr {
	background: url('../img/line.png') repeat-x top left;
	height: 13px;
	border: 0;
	margin: 16px 0 4px 0;
}

/* SECTION DESIGNS */

.nobackground {
    background: none!important;
}

/* COLUMNIZE VIA CSS */

.four_columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
    -moz-column-fill: balance;
    column-fill: balance;
}
.three_columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-width: 300px;
    -moz-column-width: 300px;
    column-width: 300px;
    -moz-column-fill: balance;
    column-fill: balance;
}
.two_columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-width: 400px;
    -moz-column-width: 400px;
    column-width: 400px;
    -moz-column-fill: balance;
    column-fill: balance;
}
.span_across {
    -webkit-column-span: all;
    column-span: all;
}
/* No support for FF,all other browsers work (12.2015) */

/* HEADLINES,SPECIAL FONTS AND MORE */

h1 {
    font-size: 28px;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    font-variant: small-caps;
}
h2 {
    font-size: 24px;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    font-variant: small-caps;
}
h3, h4 {
    font-size: 18px;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    font-variant: small-caps;
}
h4 {
	padding-bottom: 0;
	margin-bottom: 0;
}
ul+p {
    margin-top: 14px;
}
p {
    margin-bottom: 14px;
}


/* links and look-alikes */
a {
	text-decoration: none;
}
article a:not([href$="#read"]) /* anchor links */
{ 
	color: black;
}

/* every not-anchor link */
article a[href$="#read"],
article a:not([href*="#"]),
.contact-predata input[type="submit"] {
    display: inline;
    background: none;
    border: none;
    font-size: 12pt;
    padding: 0px;
    color: #8A3324;
    text-decoration: none;
	cursor: pointer;
}

section a:hover,
.contact-predata input[type="submit"]:hover {
	color: black;
}

.centered {
    text-align: center;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.just {
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.just > ul {
	padding-left: 15px;	
}

.fullwidth {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
.padded {
    padding: 22px;
    margin: 0 auto;
}
.nospace {
    padding-top: 0;
}
.font10 {
    font-size: 10px;
}
.font11 {
    font-size: 11px;
}
.font12 {
    font-size: 12px;
}
.font14 {
    font-size: 14px;
}
.font16 {
    font-size: 16px;
}
.font18 {
    font-size: 18px;
}
.font20 {
    font-size: 20px;
}
.font22 {
    font-size: 22px;
}
.underline {
    text-decoration: underline;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: bold;
}
.light {
    font-weight: lighter;
}
.caps {
    font-variant: small-caps;
}
.indent {
    padding-left: 15px;
}


/* ... draconigen's stuff */

/* xs mechanics: enable banner, menu and news 
to disappear into a hidable drawer menu */

#xs-menu-state {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
}

/* Banner */

header {
	position: relative;
}
header img {
	display: block;
}
#banner-bottom {
	position: relative;
	z-index: 10;
	overflow: hidden;
	box-shadow:  0px 7px 9px -6px rgba(0,0,0,0.75);
}

/* Registration Button */

#register-button {
	display: block;
	width: 334px;
	height: 160px;
	position: absolute;
	z-index: 1;
	right: 35%;
	top: 33%;
	background: url('../img/registration.png');
	background-repeat: no-repeat;
}
#register-button > h1 {
	display: none;
}

/* Menu */

nav {
	background: url('../img/menu.jpg');
	height: 150px;
	position: relative;
	z-index: 9;
	font-size: 1.2em;
}
nav > ul {
	text-align: center;
	margin: 0;
}
nav > ul > li {
	display: inline-block;
	vertical-align: top;
	padding: 20px 40px;
	position: relative;
}
nav > ul > li > img {
	width: 70px;
	height: 100px;
}

nav > ul > li > ul {
	position: absolute;
	left: -30px;
	top: 6px;
	width: 200px;
	z-index: 10;
	overflow: hidden;
	background-color: #a48d74;
	padding: 0;
	box-shadow: 0px 4px 24px -7px rgba(0,0,0,0.75);
	border-radius: 2px;
	height: 0;
	transition: height 1.13s;
}
nav > ul > li > ul > li {
	list-style: none;
}
nav > ul > li > ul > li > a {
	display: inline-block;
	width: 100%;
	padding: 9px 10px;
	text-decoration: none;
	color: white;
}
nav > ul > li > ul > li > a:hover {
	color: gold;
	text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
}
nav > ul > li:hover > ul,
nav > ul > li > ul:hover {
	height: auto;
}
.menu-head {
	padding: 9px 8px;
	border-bottom: 1px solid #543;
}

/* news */

#news {
	display: block;
	width: 275px;
	position: absolute;
	right: calc(50% - 740px - 2%);
	padding: 0px 15px 40px 15px;
	margin-top: 10px;
	z-index: 1;
	background: url('../img/news.png');
	background-repeat: no-repeat;
} 
#news h1 {
	text-align: center;
}
#news > ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
#news > ul > li > a {
	display: block;
	
	padding: 5px 10px;
	color: black;
	text-decoration: none;
}
#news > ul > li > a:hover {
	color: #564839;
}
#news > ul > li {
	display: inline-block;
	width: 260px;
	text-align: left;
	padding: 0;
	vertical-align: top;
}

/* footer */

footer {
	background: #8A3324;
	color: white;
	padding: 20px;
}
#footer-content {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
footer section {
	display: inline-block;
	padding: 8px 18px;
	vertical-align: top;
	text-align: left;
}
footer .social {
    /*text-align: center; */
}
footer .social > h3 {
	text-align: left;
}
.social > a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 30px 30px;
    background-position: left center;
    background-repeat: no-repeat;
}
.social > a:nth-of-type(3) {
    background-size: 33%;
}
.social > a:nth-child(2) {
    background-image: url("../img/twitter.png");
}
.social > a:nth-child(3) {
    background-image: url("../img/gplus.png");
}
.social > a:nth-child(4) {
    background-image: url("../img/facebook.png");
}
.social > a:nth-child(2):hover {
    background-image: url("../img/twitter2.png");
}
.social > a:nth-child(3):hover {
    background-image: url("../img/gplus2.png");
}
.social > a:nth-child(4):hover {
    background-image: url("../img/facebook2.png");
}
.footer-contact {
	line-height: 23pt;
}
.footer-contact > a {
	text-decoration: none;
	color: white;
}


/* content */


#content {
	background: url('../img/sandstone5.tex.jpg');
	padding-left: 15px;
	padding-right: 15px;
}
#content article {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.filler {
	max-width: 100%!important;
	width: auto!important;
	text-align: left;
	margin-top: 25px;
}

#aprLaden {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.985);
	text-align: center;
}
#aprLaden img {
	position: absolute;
	top: 45%;
}

/* contact page */

#contact input, 
#contact textarea,
section textarea,
#contact select {
	width: 100%;
}
#contact textarea { overflow:auto; }
#contact .small_item {
	width: 100px;
}
#contact > p:nth-of-type(1) {
	margin-top: 0;
}
#contact-choice-list {
	
}
#contact-choice-list > div {
	display: inline-block;
	width: 320px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 20px;
	margin-right: 10px;
}
#contact-choice-list a {
	text-decoration: none;
	margin-left: 0;
}
#contact-choice-list > div > a > span > img {
	vertical-align: middle;
}
#contact-choice-list > div > ul {
	margin-left: 0;
	padding-left: 20px;
}

/* about page */
.website-team {
	height: 160px;
}
.website-team img {
	width: auto;
	float: left;
	margin-right: 30px;
}
.website-team h3 {
	padding-top: 20px;
}
.website-team p {
	width: auto;
	padding-top: 0;
	margin-top: 0;
}

/* goh */
.clockwork a {
	display: inline-block;
	height: 200px;
	width: 200px;
}
.clockwork a img {
	width: 150px;
}

/* Nosecounter */

@keyframes appear {
	from {opacity: 0; max-height: 0;}
	to {opacity: 100; max-height: 90ex;}
}

#Nosecounter label {
	font-size: 140%;
	font-weight: bold;
}

#Nosecounter  input[type=checkbox] {
	display: none;
}

#Nosecounter input[type=checkbox] ~ label::before {
	content: "+";
	padding-right: 1ex;
	color: #777;
}

#Nosecounter input[type=checkbox]:checked ~ label::before {
	content: "–";
	padding-right: 1ex;
	color: #777;
}

#Nosecounter input[type=checkbox] ~ div {
	display: none;
}

#Nosecounter input[type=checkbox]:checked ~ div {
	display: block;
	animation-name: appear;
	animation-timing-function: ease-in-out;
	animation-duration: 0.5s;
}

#Nosecounter .nosecounter-box {
	font-weight: bold;
	border: 1px solid #222;
	background-color: #eee;
	padding: 1ex;
	margin: 1em 0;
	display: table;
}
		
/* hotel and travel pages */
.hotel-logo {
	float: right;
	max-width: 250px;
	max-height: 120px;
}
.travel-sbahn:before,
.travel-ubahn:before,
.travel-bvg:before,
.travel-bvg-metrobus:before {
	display: inline-block;
	position: relative;
	content: " ";
	height: 0.9em;
	width: 1em;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	vertical-align: baseline;
}
.travel-sbahn:before {
	background-image: url('https://upload.wikimedia.org/wikipedia/commons/e/e7/S-Bahn-Logo.svg');
}

.travel-ubahn:before {
	background-image: url('https://upload.wikimedia.org/wikipedia/commons/e/ee/U-Bahn_Berlin_logo.svg');
}
.travel-bvg:before {
	background-image: url('https://upload.wikimedia.org/wikipedia/commons/8/83/BUS-Logo-BVG.svg');
}
.travel-bvg-metrobus:before {
	background-image: url('https://upload.wikimedia.org/wikipedia/commons/d/d0/MetroBus.svg');
}

#glympser {
	width: 100%;
}
#full-glympser {
	
}
.fullscreen {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	z-index: 9999;
}



/* media size overrides */

.media-mode-control {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	padding: 4px 15px;
	color: white;
	background-color: rgba(0, 0, 0, 128);
}
	
/* L */
@media (min-width: 1570px) {
	.media-mode-control:after {
		content: "L";
	}
	#xs-menu-button {
		display: none;
	}
}

/* M */
@media (min-width: 1143px) and (max-width: 1569px) {
	.media-mode-control:after {
		content: "M";
	}
	
	#xs-menu-button {
		display: none;
	}
	
	#register-button {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		height: auto;
		background: #8A3324;
		text-align: center;
		padding: 2px 0 10px;
	}
	#register-button > h1 {
		display: inline;
		color: rgb(231, 189, 125);
	}
	
	#news {
		position: relative;
		margin-top: 0;
		right: 0;
		padding: 10px 0 10px 0;
		background: url('../img/newstex.gif');
	}
	#news h1 {
		display: none;
	}
	#news {
		width: 100%;
	}
	#news > ul > li:nth-of-type(1) {
		border-left: 2px solid grey;
	}
	#news > ul > li {
		border-right: 2px solid grey;
	}
	#news > ul > li > a {
		height: 90px;
	}
}

@media (max-width: 1030px) {
	#footer-content,
	#content article {
		width: auto;
	}
}

/* S */
@media (max-width: 1142px) {
	.media-mode-control:after {
		content: "S";
	}
	
	#xs-menu-button {
		display: block;
		width: 100%;
		height: 40px;
		background-color: #8A3324;
		color: white;
		cursor: pointer;
		background-image: url('../img/burgerbutton.png');
		background-repeat: no-repeat;
		background-size: 50px;
		background-position: 50px 3px;
	}
	#xs-wrap {
		position: absolute;
		top: -100%;
		height: 100%;
		width: 100%;
		transition: top 0.3s;
		background-color: black;
	}
	#xs-menu-state:checked ~ #xs-wrap {
		top: 0;
		margin-top: 40px;
	}
	/*
	#xs-menu-state:checked ~ #xs-menu-button:after {
		content: " CLOSE";
		font-family: newscycle;
	}
	*/
	#xs-menu-state:checked ~ #xs-wrap > header > #banner-bottom {
		display: none;
	}
	#xs-menu-state:checked ~ #xs-wrap > header > nav {
		height: auto;
	}
	#xs-menu-state:checked ~ #xs-wrap > header > nav > ul {
		text-align: left;
		padding-left: 0;
	}
	#xs-menu-state:checked ~ #xs-wrap > header > nav > ul > li {
		display: block;
		padding: 2px 0;
	}
	
	#xs-menu-state:checked ~ #xs-wrap > header > nav > ul > li > img {
		display: none;
	}
		
	#xs-menu-state:checked ~ #xs-wrap > header > nav > ul > li > ul {
		position: relative;
		top: 0;
		left: 0;
		height: auto;
		width: 100%;
		border-radius: 0;
		box-shadow: none;
	}
	#xs-menu-state:checked ~ #xs-wrap > header > nav > ul > li > ul > li ~ li {
		border-top: 1px solid #cec6bb;
	}
	#xs-menu-state:checked ~ #xs-wrap > header > nav > ul > li > ul > li > a,
	#xs-menu-state:checked ~ #xs-wrap > header > nav > ul > li > ul > li.menu-head {
		padding: 9px 20px;
	}
	
	#xs-menu-state:checked ~ #xs-wrap > section#news {
		position: relative;
		width: 100%;
		padding: 10px 0 0 0;
		color: white;
		background-color: black;
	}
	
	#xs-menu-state:checked ~ #xs-wrap > section#news > h1 {
		text-align: left;
		padding-left: 20px;
	}
	#xs-menu-state:checked ~ #xs-wrap > section#news > ul > li {
		width: 100%;
	}
	#xs-menu-state:checked ~ #xs-wrap > section#news > ul > li ~ li {
		border-top: 1px solid #564839;
	}
	#xs-menu-state:checked ~ #xs-wrap > section#news > ul > li > a {
		color: white;
		padding: 5px 20px;
	}
	
	#register-button {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		height: auto;
		background: #8A3324;
		text-align: center;
		padding: 2px 0 10px;
	}
	#register-button > h1 {
		display: inline;
		color: rgb(231, 189, 125);
	}
	
	#news {
		background: none;
		right: 0;
	}

	footer > #footer-content > section {
		display: block;
	}
	footer > #footer-content > section.partners > div {
		margin: 0;
	}
	
	.filler {
		display: none;
	}
}
/* Hack for IE to not display partner slider, cuz IE can't handle the necessary css3 */
_:-ms-fullscreen, :root .partners { display:none; }