/* ========================================================================
   BRV Customizing

   PRIMÄRFARBE | BRV Orange 1: #ed7700 | 237,119,0
   PRIMÄRFARBE | BRV Orange 2: #c16101 | 193,97,1
   PRIMÄRFARBE | BRV Grau: #231815 | 35,24,21
   
 ========================================================================== */
 
@import url("https://fonts.googleapis.com/css?family=Sarabun");

body {
	font: 300 16px/1.5 'Sarabun';
	background: url(../images/background.jpg) no-repeat center center !important;
	background-size: cover;
	color: #231815;
	cursor: default;
	text-align: left;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
	overflow: hidden;
	margin: 0;
	padding: 0;
}
b {
	font-weight: 800;
}
.logo {
	position: fixed;
	z-index: 1000;
	top: -5px;
	left: 2%;
	max-width: 100px;
	height: auto;
	background: #fff;
	margin: 0;
	padding: 10px 10px 7px 10px;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 10px 20px -10px rgba(0,0,0,0.15);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.logo img {
	width: 100%;
	max-width: 1600px;
	height: auto;
	margin: 10px auto 10px auto;
}
.ausgabe {
	font: 300 14px/1.2 'Sarabun';
	text-align: right !important;
	text-transform: capitalize;
	position: fixed;
	z-index: 1000;
	top: -5px;
	right: 2%;
	width: auto;
	max-width: 200px;
	height: auto;
	background: #fff;
	margin: 0;
	padding: 5px 10px 7px 10px;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 10px 20px -10px rgba(0,0,0,0.15);
	cursor: pointer;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.ausgabe:hover {
	cursor: pointer;
	color: #ed7700;
	top: 0;
	box-shadow: 0 10px 20px -10px rgba(0,0,0,0.3);
}
.ausgabe span {
	font: 300 10px/1.4 'Sarabun';
	text-transform: none;
}
.ausgabe i {
	font-size: 14px;
	color: #ed7700;
	margin: 2px 3px 0 0;
}
.share {
	font: 300 12px/1.5 'Sarabun';
	text-align: left !important;
	position: fixed;
	z-index: 1000;
	bottom: -138px;
	right: 2%;
	width: auto;
	min-width: 100px;
	max-width: 175px;
	height: auto;
	background: #fff;
	margin: 0;
	padding: 5px 10px 20px 10px;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 -10px 20px -10px rgba(0,0,0,0.15);
	cursor: pointer;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.share:hover {
	cursor: pointer;
	bottom: 0;
	box-shadow: 0 -10px 20px -10px rgba(0,0,0,0.3);
}
.share h3 {
	font: 600 14px/1.5 'Sarabun';
	margin: 0;
	text-align: center !important;
	border-bottom: 2px solid transparent;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
.share:hover h3 {
	border-bottom: 2px solid #231815;
}
.share a {
	color: #231815;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.share a:hover {
	color: #ed7700;
	text-decoration: none;
}
.share i {
	font-size: 10px;
	margin-right: 4px;
}
#info_layer {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	z-index: 2;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.info {
	font: 300 16px/1.3 'Sarabun';
	position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
	text-align: left;
	padding: 20px;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 0 20px -10px rgba(0,0,0,0.6);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.verein {
	font: 300 11px/1.3 'Sarabun';
	margin: 10px 0 10px 0;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	margin-left: 0;
	-webkit-column-rule: 1px dotted rgba(0,0,0,0.2);
	-moz-column-rule: 1px dotted rgba(0,0,0,0.2);
	column-rule: 1px dotted rgba(0,0,0,0.2);
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
.info center { 
	font-weight: 800;
	font-style: normal;
	width: 100%;
	text-transform: uppercase;
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 2px solid transparent;
}
.info cite {
	font-style: normal;
	margin-bottom: 0;
}
.info cite span {
	font: 300 11px/1.3 'Sarabun';
}
.info b {
	font-weight: 800;
}
.info p {
	margin: 0;
}
.info button {
	color: #231815;	
	background: none;
	border: none;
	padding: none;
	margin: none;
	font-weight: 900;
}
.info button:hover {
	color: #ed7700;	
	cursor: pointer;
}
.info .menu {
	border-top: 2px solid #231815;
	padding-top: 16px;
	margin-top: 12px;
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}
.info .ausgaben {
	font: 800 20px/1.625 'Sarabun';
	margin: 10px 0;
	text-align: center;
}
.btn {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.btn:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 40px;
}
.btn a {
	text-transform: capitalize;
	font: 300 17px/1.3 'Sarabun';
	color: #231815;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn a:hover {
	color: #ed7700;
	padding-left: 3px;
	text-decoration: none;
}
.btn a i {
	color: #ed7700;
	margin-right: 15px;
	font-size: 24px;
}
.new a {
	font: 600 17px/1.625 'Sarabun';
	color: #ed7700;
}
.info footer {
	border-top: 2px solid #231815;
	text-align: center;
	padding-top: 6px;
	margin-top: 6px;
}
a {
	color: #ed7700;
	text-decoration: none;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
a:hover {
	color: #c16101;
	text-decoration: underline;
}
.share_mobil {
	display: none;
}

@media only screen and
(min-device-width:320px) and
(max-device-width:480px){
	.logo {
		top: -5px;
		width: 60px;
		right: 50%;
		margin: 0 -40px 0 0;
	}
	.info {
		font: 300 14px/1.4 'Sarabun';
		position: absolute;
		border-radius: 3px 3px 0 0;
	    top:80px;
	    left:2%;
	    right:2%;
	    bottom:0;
	    transform: none;
		text-align: left;
		padding: 20px;
		z-index: 1000;
		background: #fff;
		box-shadow: none;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.info .menu {
		height: auto;
		max-height: 100%;
		overflow-x: hidden;
		overflow-y: hidden;
		margin: 20px auto 20px auto;
	}
	.share_mobil {
		display: block;
	}
	.share_mobil h3 {
		font: 600 14px/1.5 'Sarabun';
		margin: 0;
		text-align: center !important;
		border-bottom: 2px solid #231815;
		padding-bottom: 6px;
		margin: 20px 0 6px 0;
	}
	.share_mobil br {
		display: none;
	}
	.share_mobil a {
		margin-right: 10px;
	}
	.share_mobil i {
		font-size: 11px;
		margin-right: 2px;
	}
	.share_desktop {
		display: none;
	}
}