@import"reset.css";

html, body {
	height:100%
}
html {
   -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}
body {
	font:12px/19px Arial, Helvetica, sans-serif;
	color:#848383;
	position:relative;
	background:#000
}
img {
	max-width:100%;
	height: auto;
}

/*----- Global Structure ----- */
.main {
	margin:0 auto;
	position:relative
}

/*----- Standardschriften -----*/
h1, h2, h3, h4 {
	color:#b3adad;
	position:relative;
	font-weight:normal;
}
/* padding: 1. Wert für padding-top, 2. Wert für padding-right, */
/* 3. Wert für padding-bottom, 4. Wert für padding-left			*/ 
h1 {
	font-size:36px;
	line-height:38px;
	padding: 28px 0px 18px 0px;
}
h2 {
	font-size:18px;
	line-height:20px;
}
h3 {
	font-size:14px;
	line-height:16px;
	padding:1px 12px 7px 12px;
}
h4 {
	font-size:14px;
	line-height:18px;
}
h5 {
	font-size:24px;
	line-height:26px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

a {
	text-decoration:none;
	cursor:pointer;
}
a:focus {
	outline:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
	margin:0;
	padding:0;
	display:block;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.extra-wrap {
	overflow:hidden;
	display:block;
}
p {
	padding-bottom:5px;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.overflow {
	overflow:hidden;
}
.relative {
	position:relative;
}
.img-indent {
	margin:8px 20px 0 0;
}
.block {
	position:relative;
	z-index:100;
}

/**************************header**************************/
header {
	position: relative;
	z-index:20
}
.row-nav {
	background:#111111;
	width: 100%;
	position: fixed;
	padding:3px 0 3px 5px;
}

/********************** Content style *********************/
section#content {
	position: relative;
	top:39px;
	z-index:10;
	padding:19px 0
}
.main-block{
	margin:0 auto;
	background:#090909;
    padding:8px 0;
	border-radius:13px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;	
	min-height: 400px
}

/************************ Icon ***************************/
.icon {
    float: center;
	width: 60px;
    height: 60px;
	padding: 5px;
	background:#090909;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon span {
    display:block
}

.icon:hover {
	color:#ffffff;
	background:#b3adad
}

.tooltip {
	position: relative;
	display: inline-block;
}
  
.tooltip .tooltiptexticon {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	font-size: 10px;
    border-radius: 6px;
	padding: 5px 0;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	margin-left: -60px;
}

.tooltip .tooltiptextphotofolder {
	visibility: hidden;
	width: auto;
	background-color: black;
	color: #fff;
	text-align: center;
	font-size: 12px;
    border-radius: 6px;
	padding: 5px 5px;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 25%;
	margin-left: 100px;
	margin-top: -10px;
}
  
.tooltip:hover .tooltiptexticon, .tooltip:hover .tooltiptextphotofolder {
	visibility: visible;
	transition-delay: 2s;
}

/**** Hintergrundpanel für Kalender, Wetter, Links *******/
.mypanel {
	margin: 0px 0px 8px 0px;
	padding: 10px;
 	background:#111111;
	color:#b3adad;
	position:relative;
	font-weight:normal;
	font-size:18px;
	line-height:20px;
	border:0px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px
}

/****************** Eingabeleiste **********************/
.myform {
	position: relative;
	vertical-align: top;
}
.myform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	border: 0px solid #49413d;
	background: #111111;
	padding: 5px 15px;
	margin: 0;
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 20px !important;
	color: #b0adad;
	outline: none;
	resize: none;
	overflow-x: hidden;
	overflow-y: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.myform textarea:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.mybutton {
	display:inline-block;
	font-family: 'Noto Sans', sans-serif;
	color:#b3adad;
	font-size:17px;
	line-height:1.2em;
	background:#111111;
	padding:6px 12px 7px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.mybutton:hover {	
	color:#000000;
	background:#b3adad;
	text-decoration:none
}
/*************************** map ***************************/
.map iframe {
	margin: 4px;
	overflow: hidden;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px
}

/************************* Overlay *************************/
.overlay{
	pointer-events: none;
}

/******************* Pop-Up Box ****************************/
.popup {
	display: none;						/* Hidden by default */
	z-index: 1;							/* Sit on top */
	background-color: rgb(0,0,0);		/* Fallback color */
    background-color: rgba(0,0,0,0.4);	/* Black w/ opacity */
    left: 0;
    top: 0;
    width: 100%;						/* Full width */
    height: 100%;						/* Full height */
}
/* Add styles to the form container */
.popupcontainer {
	background-color: #000000;
    width: 350px;
	margin: auto;
    padding: 10px;
    overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
/* Full-width input fields and buttons */
.popupcontainer .inputpopup, .popupcontainer .buttonpopup {
	display: block;
	width: 90%;
	padding: 10px;
	margin: 15px auto 15px auto;
	background: #111111;
	position: center;
	border: none;
	color: #b3adad;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.popupcontainer .buttonpopup {
	text-align: center;
}
/* When the inputs get focus, do something */
.popupcontainer .inputpopup:focus {
	color:#000000;
	background-color: #ddd;
}
/* add some hover effects to buttons */
.popupcontainer .buttonpopup:hover {
	opacity: 1;
	color:#000000;
	background:#b3adad;
	text-decoration:none;
}

/************* Dropdown-Auswahlbox ************/
.dropdowncontainer {
	background: #111111;
    margin: auto;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.dropdowncontent {
	overflow-x: hidden;
	overflow-y: auto;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.dropdowncontent ul {
	color: #b3adad;
	background: #111111;
	width: 100%;
	margin: 0px;
	resize: none;
	overflow-x: hidden;
	overflow-y: auto;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	display: block;
}
.dropdown p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	line-height: 20px !important;
	padding: 2px 5px;
	display: block;
}
.dropdown:hover p {
	opacity: 1;
	color: #000000;
	background: #b3adad;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}

/*********************** Slideshow ****************************/
/*-- Slideshow container ---*/
.slideshow-container {
	max-width: 900px;
	display: inline-block;
	position: relative;
	margin: auto;
}
/* Previous, next, first, last buttons */
.slideshow-prev, .slideshow-next, .slideshow-first, .slideshow-last {
	cursor: pointer;
	position: absolute;
	width: auto;
	margin-top: -15px;
	color: white;
	font-weight: bold;
	transition: 0.6s ease;
}
.slideshow-prev {
	top: 50%;
	left: 0;
	padding: 15px 12px 18px 12px;
	font-size: 22px;
	border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
}
.slideshow-next {
	top: 50%;
	right: 0;
	padding: 15px 12px 18px 12px;
	font-size: 22px;
	border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
}
.slideshow-first {
	bottom: 1%;
	left: 0;
	padding: 12px 10px 14px 10px;
	font-size: 15px;
	border-radius: 0 8px 8px 8px;
	-moz-border-radius: 0 8px 8px 8px;
	-webkit-border-radius: 0 8px 8px 8px;
}
.slideshow-last {
	bottom: 1%;
	right: 0;
	padding: 12px 10px 14px 10px;
	font-size: 15px;
	border-radius: 8px 0 8px 8px;
	-moz-border-radius: 8px 0 8px 8px;
	-webkit-border-radius: 8px 0 8px 8px;
}
/* Caption text */
.slideshow-text {
	position: absolute;
	bottom: 1%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 75%;
	margin: 0 auto;
	padding: 12px 10px 14px 10px;
	color: white;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
/* On hover, add a black background color with a little bit see-through */
.slideshow-prev:hover, .slideshow-next:hover, .slideshow-first:hover, .slideshow-last:hover, .slideshow-text:hover {
  background-color: rgba(0,0,0,0.8);
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: #717171;
}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
@-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}
@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.prev, .next,.text {font-size: 11px}
}

/**************** Full Screen *****************/
/*    Chrome, Safari and Opera syntax    */
:-webkit-full-screen {
	display: flex;
	justify-content: center;
	align-items: center;
}
/*           Firefox syntax              */
:-moz-full-screen {
	display: flex;
	justify-content: center;
	align-items: center;
}
/*           IE/Edge syntax              */
:-ms-fullscreen {
	display: flex;
	justify-content: center;
	align-items: center;
}
/*           Standard syntax             */
:fullscreen {
	display: flex;
	justify-content: center;
	align-items: center;
}

/******************** Footer ******************/
footer{
	position: relative;
	top: 34px;
	background:#000
}
.row-footer {
	background:#111111;
	padding:3px 0 3px 5px;
	width: 99.5%
}
.privacy{
	color:#b3adad;
	font-size:12px;
	line-height:20px	
}

/******************Untouchables****************/

/********** Schlagzeile des Newstickers********/
.newsticker {
	display:inline-block;
	font-size:24px;
	line-height:26px;
	color:#b3adad;
	background:#111111;
	padding:6px 12px 7px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px
}
.newsticker:hover {	
	color:#ffffff;
	background:#b3adad;
	text-decoration:none;
}

/******* DatePicker Container (Kalender)*******/
.ui-corner-all {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px
}
.ui-widget.ui-widget-content {
	border: none;
	background: #111111;
}
.ui-widget-content .ui-state-default,
.ui-widget-content .ui-state-active {
	border: none;
	background: #787878;
	font-weight: normal;
	color: #444444;
  	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	pointer-events: none;
	cursor: default !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: none;
  background: #111111;
  color: #787878;
}
.ui-datepicker table {
	table-layout: fixed;
}
.ui-datepicker th {
	color: #787878;
}
.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
}
.ui-widget-header {
	border: none;
	color: #787878;
}
.ui-datepicker .ui-datepicker-header {
	background: #787878;
	color: #444444;
}
.ui-datepicker {
    display: inline !important
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	margin-top: -6px;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 4px;
	border: none;
	background: #787878;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("jquery-ui-images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("jquery-ui-images/ui-icons_444444_256x240.png");
}


/******************Formular für Mail**********************/
#mailform {
	position: relative;
	vertical-align: top;
}
#mailform div {
	overflow: hidden;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#mailform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	border: 0px solid #49413d;
	background: #111111;
	padding: 5px 15px;
	margin: 0;
	font-size: 16px;
	line-height: 20px !important;
	color: #b0adad;
	outline: none;
	width: 100%;
	float: left;
	resize: none;
	overflow-x: hidden;
	overflow-y: hidden;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
#mailform textarea:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.mailbutton {
	display:block;
	font-family: 'Noto Sans', sans-serif;
	color:#b3adad;
	font-size:17px;
	line-height:1.2em;
	background:#111111;
	padding:6px 12px 7px;
}
.mailbutton:hover {	
	color:#000000;
	background:#b3adad;
	text-decoration:none
}
.mailbuttons-wrapper {
	position: relative
}
.mailbuttons-wrapper a {
	cursor: pointer
}