@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Arvo:wght@700&family=Cabin:wght@400;700&display=swap');
@import url("keys.css");

html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body {
	background-color:#000;
	background-image:url(../img/bg.jpg);
	background-position:center top;
	font-family:Cabin,Arial,Helvetica,sans-serif;
	color:#06192D;
}

.clear {
	clear:both;
}
.blu, .blu2, .blu3 {
	width:100%;
	z-index:1;
	background-color: #06192D;
	opacity:1;
}
.blu {
	position:absolute;
	height:150px;
	top:45px;
}

.blu2 {
	position:relative;
	height:50px;
	margin-top:-50px;
	bottom:0;
}

.blu3 {
	position:absolute;
	height:50px;
	margin-top:-50px;
	bottom:0;
}

.wrapper, .navi, .content, .web, .wropper, .box, .box2 {
	width:900px;
}

.wrapper {
	height:auto;
	margin:0 auto;
	margin-bottom:250px;
}

.header {
	position:absolute;
	font-family:Arvo,serif;
	font-weight:normal;
	font-size:46px;
	text-transform:uppercase;
	padding-top:55px;
	top:37px;
	z-index:2;
}

.header a:link, .header a:visited, .header a:hover, .header a:active {
	color:#D92B4B;
	text-decoration:none;
}

#logo {
	position:absolute;
	margin-left:775px;
	top:12px;
	width:140px;
	height:140px;
	background-image:url(../svg/jollyroger.svg);
	background-size:98%;
	background-repeat:no-repeat;
	background-position:top right;
	z-index:9999;
	-webkit-transform: rotate(355deg);
	-moz-transform: rotate(355deg);
}

.navi ul {
	list-style:none;
	margin-top:-5px;
}

.navi ul li {
	float:right;
	margin-left:20px;
}

.navi ul li a:link, .navi ul li a:visited, .navi ul li a:hover, .navi ul li a:active {
	color:#06192D;
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
    background-color: transparent;
}

.navi ul li a:hover {
	color:#D92B4B;
}

.navi ul li a:active {
	color:#D92B4B;
}

.content {
	position:relative;
	top:200px;
}

.info {
	margin-bottom:15px;
	font-size:28px;
	font-weight:bold;
}

.unfo {
	font-size:11px;
	font-weight:normal;
}

.web{
	position:relative;
	z-index:1;
	height:470px;
	background-repeat:no-repeat;
	background-size:100% auto;
	-webkit-border-bottom-right-radius: 100px;
	-moz-border-radius-bottomright: 100px;
	border-bottom-right-radius: 100px;
}

.c1, .c1a, .c1b, .c2, .c3blu, .c3blua, .c3blub, .c4blu, .c4bluu, .c5, .c5s, .c5a {
	position:relative;
	float:right;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius:50%;
	text-align:center;
}

.c1, .c1a {
	z-index:5;
	top:-450px;
	right:145px;
	width:125px;
	height:125px;
}

.c1a{
	-webkit-animation: myrd 1s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: myrd 1s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: myrd 1s;
	-ms-animation-fill-mode: forwards;
	-o-animation: myrd 1s;
	-o-animation-fill-mode: forwards;
	animation: myrd 1s;
	animation-fill-mode: forwards;
}

.c1b{
	z-index:5;
	top:-480px;
	right:95px;
	width:250px;
	height:250px;
	-webkit-animation: myft 1s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: myft 1s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: myft 1s;
	-ms-animation-fill-mode: forwards;
	-o-animation: myft 1s;
	-o-animation-fill-mode: forwards;
	animation: myft 1s;
	animation-fill-mode: forwards;
}

.c2{
	z-index:4;
	top:-223px;
	right:0;
	width:200px;
	height:200px;
	background-size:100% auto;
}

.c3blu, .c3blua, .c3blub {
	z-index:2;
	color: #fff;
	overflow:hidden;
}
.c3blu, .c3blua {
	top:-233px;
	right:-230px;
	width:172px;
	height:177px;
	font-size:0px;
	padding-top:55px;
	padding-left:35px;
	padding-right:25px;
	opacity:1;
	margin-bottom:-10px;
}

.bubblelink:link, .bubblelink:visited, .bubblelink:hover, .bubblelink:active, .bubblelinka:link, .bubblelinka:visited, .bubblelinka:hover, .bubblelinka:active {
	text-decoration:none;
	color: #111;
    background-color: transparent;
}

.bubblelink:hover {
	color: #fff;
}

.bubblelink:active {
	color: #fff;
}

.bubblelinka:hover {
	color: #fff;
}

.bubblelinka:active {
	color: #fff;
}

.c3blua {
	-webkit-animation: myfirst 1s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: myfirst 1s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: myfirst 1s;
	-ms-animation-fill-mode: forwards;
	-o-animation: myfirst 1s;
	-o-animation-fill-mode: forwards;
	animation: myfirst 1s;
	animation-fill-mode: forwards;
}

.c3blub {
	top:-428px;
	right:-230px;
	width:362px;
	height:267px;
	font-size:11px;
	padding-top:55px;
	padding-left:35px;
	padding-right:25px;
	opacity:0.9;
	margin-bottom:-450px;
	-webkit-animation: myscnd 1s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: myscnd 1s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: myscnd 1s;
	-ms-animation-fill-mode: forwards;
	-o-animation: myscnd 1s;
	-o-animation-fill-mode: forwards;
	animation: myscnd 1s;
	animation-fill-mode: forwards;
}

.c4blu, .c4bluu {
	z-index:6;
	top:-243px;
	right:-90px;
	width:80px;
	height:46px;
	color:#111;
	font-size:10px;
	padding-top:34px;
	font-weight:bold;
}

.c4blu:after {
	content:'mehr info';	
}

.c4bluu:after {
	content:'weniger info';	
}

.box, .box2 {
	margin-top:15px;
	overflow:hidden;
}

.box {
	height:535px;
}

.box2 {
	height:575px;
}

.and {
	width:100%;
	height:45px;
	bottom:0;
	position:relative;
	z-index:2;
}

.footer {
	height:30px;
	width:800px;
	margin:0 auto;
	font-size:12px;
	text-transform:uppercase;
	padding-top:15px;
	padding-left:25px;
	padding-right:75px;
	position:relative;
	z-index:3;
}

.footer ul {
	list-style:none;	
	margin:0;
	padding:0;
}

.footer ul li {
	float:left;
	margin-right:25px;
}

.footer ul li a:link, .footer ul li a:visited, .footer ul li a:hover, .footer ul li a:active {
	text-decoration:none;
	color:#D92B4B;	
    background-color: transparent;
}

.footer ul li a:hover {
	color:#F2E0BD;	
}

.footer ul li a:active {
	color:#F2E0BD;	
}

#cprg {
	float:right;
	color: #F2E0BD;
}

.fulldiv{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	background-image:url(../img/icons/empty.gif);
}

.bbls {
	display:block;
}

.bblz {
	display:none;
}

.c5, .c5s, .c5a {
	z-index:7;
	color:#111;
	font-size:9px;
	padding-top:19px;
	font-weight:bold;
	cursor: pointer;
	top:-230px;
	right:10px;
	width:50px;
	height:31px;
}

.c5 {
}

.c5:after {
	content:'verstecken';	
}

.c5s {
	-webkit-animation: hdde 1s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: hdde 1s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: hdde 1s;
	-ms-animation-fill-mode: forwards;
	-o-animation: hdde 1s;
	-o-animation-fill-mode: forwards;
	animation: hdde 1s;
	animation-fill-mode: forwards;
}

.c5s:after {
	content:'zeigen';	
}

.c5a {
	-webkit-animation: eddh 1s;
	-webkit-animation-fill-mode: forwards;
	-moz-animation: eddh 1s;
	-moz-animation-fill-mode: forwards;
	-ms-animation: eddh 1s;
	-ms-animation-fill-mode: forwards;
	-o-animation: eddh 1s;
	-o-animation-fill-mode: forwards;
	animation: eddh 1s;
	animation-fill-mode: forwards;
}

.c5a:after {
	content:'verstecken'	
}

.and {
	position:fixed;
}

.wropper {
	height:0;
	margin:0 auto;
	margin-bottom:200px;
	border:1px solid #F2E0BD;
}

.blo {
	position:absolute;
	width:100%;
	height:150px;
	margin-top:46px;
	z-index:1;
	background-color: #06192D;
	opacity:1;
}

.bok {
	position:absolute;
	float:left; 
	width:350px;
	margin-top:100px;
	margin-left:75px;
}

#jabber, #mail, #secmail, #post {
	background-repeat:no-repeat;
	margin-top:0px;
	float:left;
	width:50px;
	height:100px;
}

#jabber{
	background-image:url(../svg/jabber.svg);
	background-size:80%;
}

#mail {
	background-image:url(../svg/openmail.svg);
	background-size:90%;
}

#secmail {
	background-image:url(../svg/securemail.svg);
	margin-top:15px;
	margin-bottom:-15px;
	background-size:95%;
}

#post {
	background-image:url(../svg/post.svg);
	margin-top:15px;
	float:left;
	background-size:100%;
}

.nfo {
	font-size:28px;
	font-weight:bold;
	float:left;
	margin-left:20px;
}

.nfo a:link, .nfo a:visited, .nfo a:hover, .nfo a:active {
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	color:#D92B4B;
    background-color: transparent;
}

.nfo a:hover {
	color:#06192D;
}

.nfo a:active {
	color:#06192D;
}

.ufo {
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	color:#06192D;
	font-weight:normal;
}
