/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

body {
    margin: 0px;
    overflow: hidden;
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;    
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

.v3d-simple-preloader-bar {
    background: #00b8cf;
    border: #ffffff;	
    border-radius: 10px;
    height: 15px;
    margin-top: -10px;

}

.v3d-simple-preloader-logo {
    background-image: url("suva.png");
	margin-bottom: 30px;
	width: 105px;
	height: 100px;
}

.blue {
	position: absolute;
	animation: pulse-blue 1s infinite;
	margin-left: -18px;
	margin-top: -18px;
	background: #00b8cf;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	border: 2px solid #ffffff;
        text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	font-family: roman;
	padding: 0px;
	color: white;
	cursor: pointer;
	outline: none;	
	display: block;	
	transition: background-color .3s;
	z-index: 28;	
}

@keyframes pulse-blue{

     0% {
          box-shadow: 0 0 0 0px rgba(0, 184, 270, 1);
     }
     100% {
          box-shadow: 0 0 0 12px rgba(0, 184, 270, 0);
     }
}


.red {
	position: absolute;
	animation: pulse-red 1s infinite;
	margin-left: -18px;
	margin-top: -18px;
	background: #ff2800;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	cursor: pointer;
	outline: none;	
	display: block;	
	z-index: 28;
	transition: background-color .3s;	
}


@keyframes pulse-red{

     0% {
          box-shadow: 0 0 0 0px rgba(255, 130, 0, 1);
     }
     100% {
          box-shadow: 0 0 0 12px rgba(255, 130, 0, 0);
     }
}


.pop {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	border: 1px solid white;
	transform: translate(-50%, -50%);
	font-family: roman;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;	
	color: white;
	background-color: #00b8cf;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	display: block;	
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	outline: none;
	z-index: 30;
	transition: 0.5s;
}


.titel {
	position: absolute;
	margin-left: 20px;
	margin-top: 20px;
	width: 400px;
	font-family: medium;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;	
	color: #666666;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	display: block;	
	cursor: auto;
	pointer-events: none;
	z-index: 20;

}

.titelsmall {
	position: absolute;
	margin-left: 12px;
	margin-top: 20px;
	width: 330px;
	font-family: roman;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;	
	color: #666666;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	display: block;	
	cursor: auto;
	pointer-events: none;
	z-index: 20;

}

.linkred {
	position: absolute;
	bottom: 30px;
	margin-left: -100px;
	margin-top: -100px;
	background: #ff8200;
	animation: pulse-red 1s infinite;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
        font-size: 14px;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	font-weight: 400;
        font-family: roman;
	line-height: 18px;
	color: white;
	display: block;	
	transition: background-color .3s;
}

.linkred:hover {	
	background-color: #bd6000;
	cursor: pointer;
}


.linkblue {
	position: absolute;
	bottom: 30px;
	margin-left: -75px;
	margin-top: -75px;
	background: #00b8cf;
	animation: pulse-blue 1s infinite;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
        font-size: 14px;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	font-weight: 400;
        font-family: roman;
	line-height: 18px;
	color: white;
	display: block;	
	transition: background-color .3s;
}


.linkblue:hover {	
	background-color: #3f6e7f;
	cursor: pointer;
}

.home {
	
	left: 20px;
	bottom: 20px;
	position: absolute;
	background-color: transparent;
	height: 48px;
	width: 150px;
	border-radius: 30px;
	border: 2px solid #00b8cf;
	cursor: pointer;
	outline: none;
	padding: 0;
        font-size: 14px;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	vertical-align: middle;
        font-family: Helvetica, sans-serif;
	font-weight: 600;
	color: #00b8cf;
	display: block;	
	transition: all .3s;		
}

.home-2 {
	
	right: 20px;
	bottom: 20px;
	position: absolute;
	background-color: transparent;
	height: 48px;
	width: 150px;
	border-radius: 30px;
	border: 2px solid #00b8cf;
	cursor: pointer;
	outline: none;
	padding: 0;
        font-size: 14px;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
	vertical-align: middle;
        font-family: Helvetica, sans-serif;
	font-weight: 600;
	color: #00b8cf;
	display: block;	
	transition: all .3s;		
}


.home:hover {	
	border: 2px solid #006773;
	cursor: pointer;
	color: #006773;
}

.home-2:hover {	
	border: 2px solid #006773;
	cursor: pointer;
	color: #006773;
}

.back {

	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 3px solid #00b8cf;
	outline: none;
	padding: 0;
	display: block;
	background-color: #f2f2f2;
	background-image: url('pfeil-blau.svg');
	transition: all .3s;
	z-index: 30;
	pointer-events: auto;
}

.back-no {

	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 3px solid #00b8cf;
	outline: none;
	padding: 0;
	display: block;
	background-color: #f2f2f2;
	background-image: url('pfeil-blau.svg');
	transition: all .3s;
	z-index: 30;
	pointer-events: none;
}

.back:hover {	
	border: 3px solid #006773;
	cursor: pointer;
	color: #006773;
	background-image: url('pfeil-blau-hover.svg')
}

.back-no:hover {	
	border: 3px solid #006773;
	cursor: pointer;
	color: #006773;
	background-image: url('pfeil-blau-hover.svg')
}

.for {

	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 3px solid #00b8cf;
	outline: none;
	padding: 0;
	display: block;
	background-color: #f2f2f2;
	background-image: url('pfeil-blau.svg');
	transform: scaleX(-1);
	transition: all .3s;
	z-index: 30;
	pointer-events: auto;
}

.for-no {

	position: absolute;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 3px solid #00b8cf;
	outline: none;
	padding: 0;
	display: block;
	background-color: #f2f2f2;
	background-image: url('pfeil-blau.svg');
	transform: scaleX(-1);
	transition: all .3s;
	z-index: 30;
	pointer-events: none;
}

.for:hover {	
	border: 3px solid #006773;
	cursor: pointer;
	color: #006773;
	background-image: url('pfeil-blau-hover.svg')
}


.for-no:hover {	
	border: 3px solid #006773;
	cursor: pointer;
	color: #006773;
	background-image: url('pfeil-blau-hover.svg')
}


@keyframes strahl {
  0%   {left:2000px;}
  100% {left:18px;}
}


@keyframes strahl-2 {
  0%   {left:18px;}
  100% {left:-500px;}
}

@keyframes strahl-3 {
  0%   {left:-500px;}
  100% {left:-18px;}
}


@keyframes strahlend {
  0%   {right:-500px;}
  100% {right:-5px;}
}


@keyframes strahlend-2 {
  0%   {right:-5px;}
  100% {right:-500px;}
}

@keyframes verletz {
  0%   {left:2000px;}
  100% {left:50%;}
}

@keyframes verletz-2 {
  0%   {left:50%;}
  100% {left:-500px;}
}


@keyframes verletz-3 {
  0%   {left:-500px;}
  100% {left:50%;}
}

@keyframes verda {
  0%   {left:1500px;}
  100% {left:40%;}
}

@keyframes verda-2 {
  0%   {left:40%;}
  100% {left:-500px;}
}

@keyframes verda-3 {
  0%   {left:40%;}
  100% {left:1500px;}
}

@keyframes verda-4 {
  0%   {left:-1500px;}
  100% {left:40%;}
}


@keyframes verda-b {
  0%   {left:1500px;}
  100% {left:40%;}
}

@keyframes verda-b-2 {
  0%   {left:40%;}
  100% {left:-500px;}
}

@keyframes verda-b-3 {
  0%   {left:40%;}
  100% {left:1500px;}
}

@keyframes verda-b-4 {
  0%   {left:-500px;}
  100% {left:40%;}
}


@keyframes sau {
  0%   {left:2000px;}
  100% {left:50%;}
}

@keyframes sau-2 {
  0%   {left:50%;}
  100% {left:-500px;}
}

@keyframes sau-3 {
  0%   {left:-500px;}
  100% {left:50%;}
}

@keyframes sau-4 {
  0%   {left:50%;}
  100% {left:1500px;}
}

@keyframes curvemove {
  0%   {margin-left:-130px;}
  100% {margin-left:500px;}
}




/*_________________  Accordion
________________________________________*/

h6 {
       position: relative;
	font-family: medium;
	padding-left: 25px;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;	
	color: #ff8200;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	display: block;	
	cursor: auto;
}


.accordion {
  position: absolute;
  top: 120px;
  margin-left: 12px;
  width: 60%;
  display: block;
}

[id*="open-accordion"], [id*="close-accordion"] {
  background: #f2f2f2;
  left: 11px;
  line-height: 40px;
  height: 40px;
  display: block;
  padding-top: 10px;
padding-bottom: 10px;
  position: relative;
margin: 0 auto;
  width: 99%;
 border-top: 1px solid #ccc;


}

[id*="close-accordion"] {
  display: none;
}

.accordion a {
  color: #666666;
  font-size: 16px;
  font-family: medium;
  font-weight: 500;
  line-height: 20px;
  margin-left: 0px;
  height: auto;
  text-decoration: none;
  text-shadow: none;


}

[id*="open-accordion"]:after, [id*="close-accordion"]:after {
 content: "";
  width: 10px;
  height: 10px;
  border-left: 0px solid transparent;
  border-top: 0px solid transparent;
  border-right: solid 3px;
  border-bottom: solid 3px;
  border-radius: 2px;
  position: absolute;
  right: 10px;
  z-index: 999;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);

}


.target-fix {
  display: block;
  top: 0;
  left: 0;
  position: fixed;
}

.accordion-content {
  background: transparent;
  height: 0;
  font-family: roman;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  margin: -8px auto 0;
  margin-left: 12px;
  padding-bottom: 8px;
  position: relative;
  overflow: hidden;
width: 90%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;

}

.accordion span:target ~ .accordion-content {
  display: block;
  height: auto;
 margin-bottom: -10px; 
}

.accordion span:target ~ [id*="close-accordion"] {
  display: block;
}

.accordion span:target ~ [id*="open-accordion"] {
  display: none;
}

.accordion span:target ~ [id*="close-accordion"]:after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

a.one {
  color: #00B3C9;
}

a.one:hover {
  color: #006773;
}




.textblau-titel {
	position: absolute;
	margin-left: 12px;
	width: 100%;
	font-family: medium;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;	
	color: #ff8200;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	display: block;	
	cursor: auto;
	pointer-events: none;
	z-index: 20;
	border-top: 1px solid #ccc;
	margin-top: 0px;

}

.textblau {
	position: absolute;
	width: auto;
	font-family: roman;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;	
	color: #666666;
	text-align: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	display: block;	
	cursor: auto;
	pointer-events: none;
	z-index: 20;
	margin-top: -10px;

}

@media screen and (max-width: 380px) {
  .titel {
        font-size: 19px;
	line-height: 22px;	
	width: 320px;	
  }
}

@media screen and (max-width: 380px) {
  .titelsmall {
        	
	width: 300px;
		
  }
}


@media screen and (max-width: 380px) {
  .home-2 {
       	
	width: 100px;	
  }
}

@media screen and (max-width: 380px) {
  .home {
       	
	width: 100px;	
  }
}