@charset "utf-8";
/* CSS Document */
body{
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	margin-left: auto;
    margin-right: auto;
	padding:0;
	max-width:800px;
	min-width:300px;
	}
img{
    border:none;
	}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	}
h1{
	margin:0.5em 0;
	}
h2{
	color:#4d4d4d;   
	font-size:14px;
	}
h3{
    font-size:18px
    }
a{
	color:#0975a2;
	text-decoration:none;
	}
a:hover{
	color:#004c6b;
	text-decoration:none;
	}

/* elastic video */
.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	overflow: hidden;
}
.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* contact-form */
#contentForm {
  display: block;
  width: 100%;
  margin: 10px auto; /*this line will center the page*/ 
  padding: 10px;
  border: 1px ;
  background-color: black;
}
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}
input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  /* border: 1px solid #ccc; */
  margin: 5px 0;
}   
input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}
input.button {
  cursor: pointer;
  padding: 3px;
  border-radius: 3px;
  border: none;
  color: #aaaaaa;
  font-weight: bold;
  background: #cc3333; 
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
}
input.button:hover {
    background: #2d2d2d
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
.errormsg {
  display: block;
  width: 290px;
  height: 22px;
  line-height: 22px;
  color: #cc3333;
  font-weight: bold;
  background: #000000;
  border: 2px solid #cc3333;
  padding: 3px 10px 3px 10px;
  margin: 10px 0;
}
.msgSent {
  font-size: 20px;
  text-align: center;
}

/* inline link */
.inline-link {
    display: inline-block;
    margin: 0 0.2em;
    padding: 3px;
    background: #CC3333;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
    /* Font styles */
    text-decoration: none;
    font-weight: bold;
    color: #aaaaaa;
}
.inline-link:hover {
    background: #2d2d2d
}
.inline-link:active {
    background: #ccffff
}
.inline-link:visited {
    background: #2d2d2d
}
	
/* menu link */ 
.menu-link {
    display: inline-block;
    margin: 0 0.2em;
    padding: 2px;
    background: #000000;
    border-radius: 1px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
Font styles 
    text-decoration: none;
    font-weight: bold;
    color: #aaaaaa;
}
.menu-link:hover {
    background: #cc3333
}
.menu-link:active {
    background: #ccffff
}

/* logo */ 
.logo{
	text-align:center;
	margin:10px 0 0 0;
	padding:0;
	}
.logo a{
	display:block;
	padding:10px;
}

/* menu */
.menu{
	margin:20px 10px;
	padding:0;
	}
.menu a{
	font-size:12px;
	font-weight:normal;
	text-align:center;
	display:block;
	background:#eeeeee url(images/menu-shade.png) repeat-x;
	border:1px solid #dddddd;
	color:#aaaaaa;
	padding:10px;
	margin:10px 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow:0 2px 4px #aaaaaa;
	-webkit-box-shadow:0 2px 4px #aaaaaa;
	box-shadow:0 2px 4px #aaaaaa;
	}
.menu a:hover{
	color:#bbbbbb;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	}
	*/

/* content */ 
.post iframe {
        max-width: 100%;
}
.content{
	font-size:14px;
	color:#9C9C9C;
	line-height:2em;
	margin:5px;
	padding:0;
	}
.content h2{
	color:#9C9C9C;
	margin:0 0 0 5px;
	padding:0;
	}
.content p{
	text-align:left;
	margin:0 5px 5px 5px;
	line-height:2em;
	padding:0;
	}

/* footer */
.footer{
	border-top:2px solid #565656;
	background:#2d2d2d;
	font-size:12px;
	margin:10px 0 0 0;
	padding:5px 0;
	}
.footer p{
	color:#aaaaaa;
	font-size:12px;
	text-align:right;
	margin:5px;
	}
.footer p a{
	color:#aaaaaa;
	padding:5px;
	}
.footer p a:hover{
	color:#004c6b;
	}
/* clear */
.clear{
	clear:both;
	}
.code{
	padding:0;
	border:1px dotted #bbbbbb;
	}
.numbering{
	background:#f2f2f2;
	color:#bbbbbb;
	padding:2px 5px;
	}
.tag{
	color:#0975a2;
	}
.program{
	color:#ff003c;
	}
.head{
	padding:5px;
	color:#cccccc;
	background:#2d2d2d;
	}	
.filo{display:table;width:auto;position:relative;}
.filo a img{border:none}
.filo_loader{opacity:.7;left:50%;top:50%;position:fixed;z-index:4}
.clear{clear:both}
.filo_overlay{position:fixed;width:100%;height:100%;z-index:5;top:0;left:0}
.filo_overlay .filo_overlay_background{position:absolute;width:100%;height:100%;z-index:5;top:0;left:0}
.filo_overlay_container{position:relative;left:45%;top:50%;background:#fff;box-shadow:5px 5px 15px #222;display:none;z-index:6;border-color:#fff;border-style:solid;border-width:17px}
.filo_overlay img.filo_full_picture{width:100%;height:100%;z-index:1}
.filo_overlay_container_left{width:50%;height:100%;opacity:0.4;position:absolute;left:0;top:0;background-position:left center;background-repeat:no-repeat;cursor:pointer;z-index:2;background:url(img/blank.gif)}
.filo_overlay_container_right{width:50%;height:100%;opacity:0.4;position:absolute;right:0;top:0;background-position:right center;background-repeat:no-repeat;cursor:pointer;z-index:2;background:url(img/blank.gif)}
.filo_overlay_container_close{opacity:1;position:absolute;right:0;top:0;cursor:pointer;display:none;z-index:2}
.filo_overlay_container .picture_counter{bottom:-50px;width:100%;text-align:center;position:absolute;height:25px}
.filo_overlay_container .picture_counter span{text-align:center;border-radius:7px;font-weight:700;color:#FFF;background:#000;white-space:nowrap;padding:3px 12px}
.filo .thumbs .thumb .inner{width:100%;height:100%;overflow:hidden}
.filo .thumbs .thumb .inner a{display:block;height:100%}
.filo .thumbs .thumb .inner .picture{min-height:100%;min-width:100%}
.template_1 .album{float:left;width:300px;margin:0 10px 20px}
.template_1 .album .title{text-transform:uppercase;font-size:14px;margin-bottom:20px;width:100%;text-align:left}
.template_1 .thumbs .thumb{background:#ccc;float:left;margin-right:10px;margin-bottom:10px;width:87px;height:87px}
.template_1 .thumbs .inner{width:100%;height:100%;border:1px dashed #555;overflow:hidden;box-shadow:0 6px 4px #777}
.template_1,.template_2,.template_3,.template_4{color:#222;padding:10px}
.template_1 .thumbs{position:relative;margin-top:10px;height:130px}

/* slider */
.slider {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider__nav {
  width: 12px;
  height: 12px;
  margin: 2rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slider__nav:checked {
  -webkit-animation: check 0.5s linear forwards;
  animation: check 0.5s linear forwards;
}

.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
}

.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  -webkit-transform: translateX(-75%);
  transform: translateX(-75%);
}

.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.slider__contents {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider__image { font-size: 2.7rem; }

.slider__caption {
  font-weight: 700;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.slider__txt {
  color: #999;
  margin-bottom: 3rem;
  max-width: 300px;
}

@-webkit-keyframes 
check {  50% {
 outline-color: #333;
 box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
}
 100% {
 outline-color: #333;
 box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
}
}

@keyframes 
check {  50% {
 outline-color: #333;
 box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
}
 100% {
 outline-color: #333;
 box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
}
}
/* slider ende */

*/
