@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1300px) {
/*		p {font-family: 'NeutraText-BookAlt'; font-size:2vw; font-weight:normal; line-height: 1.2;text-decoration:none; color:#ffffff;}
		h1 {font-family: 'NeutraText-BookAlt'; font-size:4vw; font-weight:bold; font-style: normal; text-decoration:none; color:#66666;}
		h2 {font-family: 'NeutraText-BookAlt'; font-size:2vw; ffont-weight:normal; text-decoration:none; color:#ffffff;}
		h3 {font-family: 'NeutraText-BookAlt'; font-size:2vw; font-weight:normal; text-decoration:none; color:#ddd;}*/
	p {font-family: 'NeutraText-BookAlt';font-size: calc(9px + (28 - 16) * ((100vw - 320px) / (1600 - 320))); font-weight:normal; line-height: 1.2;text-decoration:none; color:#FCFCFC;}
	h1 {font-family: 'NeutraText-BookAlt'; font-size: calc(14px + (28 - 16) * ((100vw - 320px) / (1600 - 320))); font-weight:bold; font-style: normal; text-decoration:none; color:#FCFCFC;}
		h2 {font-family: 'NeutraText-BookAlt';   font-size: calc(11px + (28 - 16) * ((100vw - 320px) / (1600 - 320))); font-weight:normal; font-style: italic; text-decoration:none; color:ffffff;}
		h3 {font-family: 'NeutraText-BookAlt';   font-size: calc(11px + (28 - 16) * ((100vw - 320px) / (1600 - 320))); font-weight:normal; text-decoration:none; color:#ddd;}	
		h4{font-family: 'NeutraText-BookAlt';   font-size: calc(12px + (28 - 16) * ((100vw - 320px) / (1600 - 320))); font-weight:bold; text-decoration:none; color:#000033;}
		h5 {font-family: 'NeutraText-BookAlt'; font-size: calc(12px + (28 - 16) * ((100vw - 320px) / (1600 - 320))); font-weight:bold; font-style: normal; text-decoration:none; color:#990000;}
		.subhead {font-family: 'NeutraText-BookAlt'; font-weight:bold; text-decoration:none; color:#FFF;}
		.textnormal {font-family: 'NeutraText-BookAlt';  font-size: calc(9px + (28 - 16) * ((100vw - 320px) / (1600 - 320)));color:#FCFCFC;}
		a:link ,a:hover {font-family: 'NeutraText-BookAlt';   font-weight:normal; text-decoration:underlined; color:#999999}
		a:visited {font-family: 'NeutraText-BookAlt';   font-weight:normal; text-decoration:underlined; color:#707070}
		/* [disabled]form { background-color: #eeeeff; padding: 20px; border: 1px solid silver; }*/

		.tabcontent {
	display: none;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	font-family: 'NeutraText-BookAlt';
	color: #FCFCFC;
	font-size: calc(9px + (28 - 16) * ((100vw - 320px) / (1600 - 320)));
	font-style: normal;
	background-image: url(../../bilder/background/bg_doublesemiblack.png);
	text-align: left;
	/*width: 600px;*/
	max-width: 70%;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	line-height: 1.2;
	font-weight: bold;
}

/* Style the links inside the list items */
ul.tab li a {
	display: inline-block;
	color: #FCFCFC;
	text-align: center;
	padding: 10px 12px;
	text-decoration: none;
	transition: 0.3s;
	font-size: calc(11px + (28 - 16) * ((100vw - 320px) / (1600 - 320)));
	font-family: 'NeutraText-BookAlt';
	font-weight: bold;
	border: 1px solid #ccc;
}
.accordion {
    background-color: rgba(255,255,255,0.5);
    color: #444;
    cursor: pointer;
	opacity: 0.9;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
	
	color:#FCFCFC
	font-family: 'NeutraText-BookAlt';
	min-height: 26px;
	vertical-align: middle;
    transition: 0.4s;
	font-weight: bold;
	font-size: 110%;		
}

.swiper-container {
    margin-bottom: 10px;
  	margin-top: 10px;
  	position: relative;
  	float: left;
  	width: 100%;
  	height: 50%;
    padding-left: 0px;
	padding-right: 15px;
	
    }

.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

 		
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: block;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  background: transparent url("themes.gif") no-repeat left top;
    }
.swiper img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
 

	
.caption {
	  position: absolute;
	  display: block;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  padding: 15px;
	  text-align: left;
	  background: #000;
	  background: rgba(0,0,0, .5);
	  color: #fff;
	}

}
@media screen and (min-width: 1300px) {
		p {font-family: 'NeutraText-BookAlt';  font-size: calc(10px + (28 - 16) * ((100vw - 320px) / (1600 - 320))); font-weight:normal; text-decoration:none; color:#FCFCFC; line-height: 1.2;}
		h1 {font-family: 'NeutraText-BookAlt'; font-size:24px; font-weight:bold; font-style: normal; text-decoration:none; color:#FCFCFC;}
		h2 {font-family: 'NeutraText-BookAlt';  font-size:18px; font-weight:normal; font-style: italic; text-decoration:none; color:#333333;}
		h3 {font-family: 'NeutraText-BookAlt';  font-size:18px; font-weight:normal; text-decoration:none; color:#FCFCFC;}
		h4{font-family: 'NeutraText-BookAlt';  font-size:14px; font-weight:bold; text-decoration:none; color:#000033;}
		h5 {font-family: 'NeutraText-BookAlt'; font-size:24px; font-weight:bold; font-style: normal; text-decoration:none; color:#FCFCFC;}
		
		/* Style the links inside the list items */
ul.tab li a {
	display: inline-block;
	color: #FCFCFC;
	text-align: center;
	padding: 10px 12px;
	text-decoration: none;
	transition: 0.3s;
	font-size: font-size: calc(11px + (28 - 16) * ((100vw - 320px) / (1600 - 320)));
	font-family: 'NeutraText-BookAlt';
	font-weight: bold;
	border: 1px solid #ccc;

}
		
		.tabcontent {
	display: none;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	font-family: 'NeutraText-BookAlt';
	color: #FCFCFC;
	font-size: font-size: calc(11px + (28 - 16) * ((100vw - 320px) / (1600 - 320)));
	font-style: bold;
	background-image: url(../../bilder/background/bg_doublesemiblack.png);
	text-align: left;
	width: 750px;
	max-width: 95%;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	line-height: 22px;
	font-weight: bold;
}
.accordion {
    background-color: rgba(255,255,255,0.5);
    color: #444;
    cursor: pointer;
	opacity: 0.9;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
	
	color:#FCFCFC
	font-family: 'NeutraText-BookAlt';
	min-height: 26px;
	vertical-align: middle;
    transition: 0.4s;
	font-weight: bold;
	font-size: 20px;	
}


}

		.subhead {font-family: 'NeutraText-BookAlt'; font-weight:bold; text-decoration:none; color:#FFF;}
		.textnormal {font-family: 'NeutraText-BookAlt';  color:#FCFCFC;}
		a:link ,a:hover {font-family: 'NeutraText-BookAlt';   font-weight:normal; text-decoration:underlined; color:#999999}
		a:visited {font-family: 'NeutraText-BookAlt';   font-weight:normal; text-decoration:underlined; color:#707070}

		body   {

	background-color: #ffffff; 
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}
img.instruction {
  transform: scale(1);
  opacity: 0.5;
  }

img.instruction:hover {
  opacity: 1.0;
  }	
  
img.cloud:hover {
    -webkit-filter: invert(100%);
	filter: invert(100%); /* e.g. firefox*/
	opacity: 0.4; 
}

.semitrans {
  opacity:0.5;
}

.biggerletter {
	font-size:200%;
	opacity:0.5;
}

.centered {
  position: fixed;
  top: 30%;
  left: 50%;
  line-height: 1.2;
  /* bring your own prefixes */
  /* left: 50%;
  transform: translate(-50%, -50%); */
  transform: translate(-50%, -50%);
  max-width:95%;
}


#slides {
    list-style-type: none;
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing {
    opacity: 1;
    z-index: 2;
}


select {
 	-webkit-appearance: none;
    -moz-appearance: none;
  	font-family: 'NeutraText-BookAlt';
	color: #666;
}

input {
  	font-family: 'NeutraText-BookAlt';
	color: #666;
}

button {
  	font-family: 'NeutraText-BookAlt';
	color: #666;
}


@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.tab {
	width: 95%;

}

ul.tab {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0px solid #ccc;

}

ul.share-buttons{
	list-style: none;
	padding: 0;
	}
	ul#menu li {
    display:inline;
}


/* Float the list items side by side */
ul.tab li {float: left;}


/* Change background color of links on hover */
ul.tab li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
	background-image: url(../../bilder/background/bg_doublesemiblack.png);
}


footer
{
    position: absolute;
	bottom: 0;
    right: 0%;
	}

iframe 
{
  overflow-x:hidden;
  overflow-Y:hidden;
  	 
	}

.w3-text-grey,.w3-hover-text-grey:hover{color:#757575!important}

video {
  width: 100%    !important;
  height: auto   !important;
}

.clearfix {
    overflow: auto;
}

::cue {
  color: white;
  background: transparent;
}


.beforeaccordion{
    background-color: #fff;
}

/*Accordion*/
.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}
.panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

@media print {
  h1, h2, h3, h4, h5, p{
    color: #000;
  }
    .backstretch { display: none;}
}
	body   {

	background-color: #000000;

}


.leftbox {
	float: left;
	margin: 10px;
	padding: 10px;
	width: 400px;
	height: 300px;
}   
.rightbox {
	float: right;
	margin: 10px;
	padding: 10px;
	width: 400px;
	height: 300px;
	text-align: right;
}  
 

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
 