@charset "utf-8";
@font-face {
	font-family: CG;
    src: url(content/fonts/CG.ttf);
}
@font-face {
	font-family: CG;
    src: url(content/fonts/CG.eot);
}
@viewport {
	width: device-width;
	zoom: 1.0;
}
@media (max-width: 759px) {
	/* small screens */
	#page #main img {
		width: 80%;
		height: 80%;
	}
	#page #main #content img {
		width: 60%;
		height: 60%;
	}
}
@media (max-width: 479px) {
	/* very small screens */
	#page #main img, #page #main #content img {
		width: 100%;
		height: 100%;
	}
}
body::after{
   position: absolute; width:0; height:0; overflow: hidden; z-index:-1; /*hide images*/
   content: url(content/img/jw_logo_outline_hover.svg); /*load images*/
}
/* CSS Document */
body {
    background-color: #FFF;
    background-attachment: fixed;
    background-repeat: repeat;
    /* background-clip: padding-box; */
    background-position: 50% 50%;
    color: #000;
    font-family: "Century Gothic", CG, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
	font-size: .95em;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
a:link, a:visited {
    color: #5F5F5F;
    /* [disabled]font-style: italic; */
    text-decoration: underline;
    -webkit-transition-duration: 0.6s; /* Safari */
    transition-duration: 0.6s;
    /* [disabled]font-weight: normal; */
}
a:hover, a:active {
    color: rgba(77,164,175,1);
	-webkit-transition-duration: 0.6s; /* Safari */
	transition-duration: 0.6s;
    /* [disabled]text-decoration: none; */
    /* [disabled]font-style: italic; */
    /* [disabled]font-weight: normal; */
	
}
.nav_bar a:link, .nav_bar a:visited {
    color: #fafafa; /*#EEE;*/
    text-decoration: none;
	text-shadow: none;
}
.nav_bar a:hover, .nav_bar a:active {
	color: #FFF;/*rgba(96,215,234,1)*/
	text-decoration: none;
	-webkit-transition-duration: 0.6s; /* Safari */
	transition-duration: 0.6s;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	-webkit-text-shadow: 0px 0px 3px rgba(255,255,255,1.00);
	text-shadow: 0px 0px 3px rgba(255,255,255,1.00);
}
.nav_bar #logo, #logo:link, #logo:visited {
	background-image: url(content/img/jw_logo_outline.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 2rem;
	height: 2rem;
	-webkit-transition-duration: 0.6s; /* Safari */
	transition-duration: 0.6s;
	-webkit-filter: none;
	filter: none;
}
.nav_bar #logo:hover, .nav_bar #logo:active {
	background-image: url(content/img/jw_logo_outline_hover.svg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 2rem;
	height: 2rem;
	-webkit-transition-duration: 0.6s; /* Safari */
	transition-duration: 0.6s;
	-webkit-filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
     filter: drop-shadow(0px 0px 3px rgba(255, 255, 255, 1));
}
h2 {
    font-size: 1.5em;
    color: black;
    font-weight: normal;
}
h3 {
	color: black;
	font-weight: normal;
}
h4 {
	color: black;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0;
}
.subtitle {
    color: black;
}
.txt_small {
	font-size: 0.85em;
}
#page {
	width: 100%;
	background-color: white;
}
/*#background {
	opacity: 0.1;
	position: absolute;
	top: 0;
	height: auto;
	margin: 5rem;
	z-index: -1;
}*/
#main {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 2.75rem;
    /* [disabled]border-radius: 20px; */
    text-align: center;
    margin-top: 0px;
    padding-top: 2.75rem;
    padding-left: 0px;
	/*background-color: white;*/
}
#content {
    margin-top: 1.5em;
    /* [disabled]margin-right: 10px; */
    /* [disabled]margin-left: 10px; */
    margin-bottom: 1.5em;
    max-width: 80%;
    /* [disabled]min-width: 400px; */
    z-index: 2;
    text-align: justify;
    padding-left: 20%;
    padding-right: 20%;
    color: #5F5F5F;
	/*background-color: white;*/
}
#banner {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
    width: 60%;
}
#main #content img {
	width: 40%;
	height: 40%;
}
.navigation {
	position: fixed;
	width: 100%;
	min-height: 2.75rem;
	display: table;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	vertical-align: middle;
}
#nav_footer {
	position: fixed;
	bottom: 0px;
	font-size: 0.8em;}
.nav_bar {
	vertical-align: middle;
	display: table-cell;
	margin: 0px;
	padding: 0px;
	background-color: rgba(77,164,175,.92);/* rgba(120,204,204,.92); rgba(77,164,175,.92);*/
}
.nav_ul {
    margin: Auto;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    max-width: 60%;
    min-width: 20em;
    height: 100%;
}
.nav_ul div {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin: Auto;
    color: #fafafa; /*#EEE;*/
    height: 100%;
    text-align: center;
}
.nav_bar .nav_ul div a img {
    /*background-image: url(content/img/jw_logo_outline.svg);
    background-position: center center;
    background-size: 2em 2em;
    background-repeat: no-repeat;*/
    height: 2em;
    width: 2em;
}
#navigation ul {
    margin: Auto;
    padding: 0px;
    list-style-type: none;
    list-style-position: inside;
    display: flex;
    justify-content: space-between;
    max-width: 60%;
    min-width: 400px;
    /* [disabled]width: 60%; */
    /* [disabled]line-height: 3em; */
    /* [disabled]min-height: 44px; */
    height: 100%;
    vertical-align: middle;
}
#navigation ul li {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin: Auto;
    color: #fafafa; /*#EEE;*/
    height: 100%;
    /*font-size: medium;*/
}
#navigation ul li img {
    height: 2em;
    margin: Auto;
    line-height: 2em;

}
#navigation ul .BR  {
    background-image: url(content/img/BR.svg);
    background-position: center center;
    background-size: 2em 2em;
    background-repeat: no-repeat;
    height: 2em;
    width: 2em;
}
#navigation #support {
	background-image: url(content/img/registerSupport.png);
	background-position: 15% 50%;
	background-repeat: no-repeat;
}
#navigation #support:hover {
	background-image: url(content/img/registerSupport.gif);
}
#navigation #contact {
	background-image: url(content/img/registerContact.png);
	background-position: 9% 50%;
	background-repeat: no-repeat;
}
#navigation #contact:hover {
	background-image: url(content/img/registerContact.gif);
}
#navigation #contact, #navigation #support {
	width: 200px; /*100%: 500px*/
}

#navigation #search {
	width: 300px;
}
#navigation #deutsch, #navigation #english {
	width: 50px;
}
.description {
	padding-left: 10px;
}
.register, .active_register, .searchbar {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.button {
	margin-top: 20px;
	width: 30%;
	min-width: 65px;
	border-radius: .75em;
}
.active_register {
	background-color: #333;
	color: #999;
}
.button, .register {
	background-color: #FFF;
	color: rgba(77,164,175,.92);
	border-style: solid;
	border-color: rgba(77,164,175,0.92);
}
.button, .register, .active_register {
	cursor: pointer;
	height: 100%;
	line-height: 1.525rem;
	text-align: center;
	vertical-align: middle;
	float: left;
	text-decoration: none;
	-webkit-transition-duration: 0.6s; /* Safari */
	transition-duration: 0.6s;
}
.button:hover, .register:hover {
	background-color: rgba(77,164,175,.92);
	color: #FFF;
	-webkit-transition-duration: 0.6s; /* Safari */
	transition-duration: 0.6s;
}
.button:active {
	border: inset;
	border-color: rgba(77,164,175,0.92);
	border-width: 2px;
}
.searchbar {
	cursor: pointer;
	height: 100%;
	opacity: 0.8;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	float: left;
	font-family: P, Vivaldi;
	font-size: 1.4em;
	font-style: italic;
	text-decoration: none;
	background-color: #666;
	color: #CCC;
}
#searchbox {
	overflow:hidden;
	margin: 3px;
	padding: 0;
	width: 292px;
	height: 26px;
	border-radius: 15px;
	text-align: center;
	color: #ccc;
	background-color: #333;
	border: 0;
}

#nemo {
	cursor: default;
	margin-top: 20px;
	color: #999;
	font-family: LB, "Old English Text MT";
	font-size: 1.2em;
	height: 100%;
	width: 100%;
	line-height: 30px;
	text-align: center;
	vertical-align: bottom;
}
form #head {
	width: 100%;
	z-index: 1;
	position: relative;
}
form #input   {
	vertical-align: middle;
	width: 100%;
	justify-content: space-between;
	display: table;
	/* [disabled]height: 1.15rem; */
}
form #email {
	/* [disabled]margin-right: 0.375rem; */
	width: 30%;
	display: table-cell;
	height: 2rem;
	/* [disabled]margin-bottom: 0.375rem; */
	/*padding-right: 0.375em;*/
}
form #subject {
	width: 40%;
	/* [disabled]margin-right: 0.375rem; */
	/* [disabled]margin-bottom: 0.375rem; */
	height: 2rem;
	display: table-cell;
	/*padding-right: 0.375em;*/
}
form #captcha-box {
	width: 30%;
	display: table-cell;
	/* [disabled]vertical-align: top; */
	/* [disabled]line-height: 1.3rem; */
}
form #captcha-box div {
	display: flex;
}

form #captcha-txt  {
	width: 50%;
	min-width: 2.5rem;
	height: 2rem;
	display: inline-block;
}
#input #captcha-txt input {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
form #captcha-img  {
	height: 2rem;
	width: 50%;
	min-width: 5rem;
	/* [disabled]margin: 0.1em; */
	z-index: 0;
	display: inline-block;
}
form #captcha-img img {
	border: solid;
	border-color: rgba(77,164,175,0.92);
	/* [disabled]border-bottom-left-radius: .75em; */
	border-bottom-right-radius: .75em;
	border-top-right-radius: .75em;
	/* [disabled]border-top-left-radius: .75em; */
	border-width: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form #message {
	resize: none;
	width: 100%;
	min-height: 300px;
}
form #send {
	margin: 0px;
	width: 30%;
	min-width: 10rem;
}
form #reset {
	margin: 0px;
	float: left;
	width: 2rem;
}
#content #contact #buttons {
	display: flex;
  	justify-content: flex-start;
  	align-items: flex-start;
	width: 100%;
	height: 2rem;
}
form input[type="email"], form input[type="text"] {
	height: 2rem;
	width: 100%;
}
form input[type="email"], form input[type="text"], form textarea {
	font-family: "Century Gothic", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.95rem;
	color: #5F5F5F;
	border: 0.15em solid rgba(77,164,175,0.92);
	border-radius: 0.75em;
	/* [disabled]margin: .15em; */
	padding-left: 0.15em;
	padding-right: 0.15em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form input[type="submit"], form input[type="reset"] {
	font-family: "Century Gothic", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.95rem;
	border: outset;
	border-color: rgba(77,164,175,0.92);
	border-radius: 0.75em;
	border-width: 2px;
	/* [disabled]float: none; */
}
.red {
    color: #FF5D5D;
    font-style: normal;
    /* [disabled]text-align: left; */
}
.green {
    color: #00A914;
    font-style: normal;
    /* [disabled]text-align: left; */
}
#Whistle {
	width: 620px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#tygif {
	float: left;
}
#dbox {
	height: 362px;
	padding-top: 10px;
	padding-bottom: 50px;
}
#dbox img {
	display: block;
}
ul {
	padding-left: 30px;
}/*
#cs {
	list-style-image: url(http://stats.share-links.biz/6275c610a4994ca5b6549dd096781491.gif);
}
#csgo {
	list-style-image: url(http://stats.share-links.biz/6275c610a4994ca5b6549dd096781491.gif);
}
#css {
	list-style-image: url(http://stats.share-links.biz/af6f6a078b1012d352ac7abcb6781519.gif);
}
#cs16 {
	list-style-image: url(http://stats.share-links.biz/48bb724e01a01bced32a8447b6781521.gif);
}
#fx5its {
	list-style-image: url(http://stats.share-links.biz/668f3f495913d82b613ccb0706781411.gif);
}
#aoe2g {
	list-style-image: url(http://stats.share-links.biz/75e30313ee07ad2f3caee9c536781593.gif);
}
#aoe2u {
	list-style-image: url(http://stats.share-links.biz/c9d19478e1a119c0c7472a1bb6781588.gif);
}
#aoe2ul {
	list-style-image: url(http://stats.share-links.biz/e6d14debef7a393df0b6c16c47543152.gif);
}
#aoeg {
	list-style-image: url(http://stats.share-links.biz/ccf635a6f75419c530c527e816781591.gif);
}
#rcthd {
	list-style-image: url(http://stats.share-links.biz/771349df95963335a36b18bd27560933.gif);
}
#rctu {
	list-style-image: url(http://stats.share-links.biz/97225f6d11e55f5455f741eec7560934.gif);
}
#pra {
	list-style-image: url(http://stats.share-links.biz/a299922b6296b812d0fd4a9a27639762.gif);
}
#ps3cfw {
    list-style-image: url(http://stats.share-links.biz/5d36530f0358f8603f74c1aa78999653.gif);
}
#nfsu2hd {
    list-style-image: url(http://stats.share-links.biz/fa1c4cd57a9bbcd2daa1937b79173538.gif);
}
#nfsu2l {
    list-style-image: url(http://stats.share-links.biz/6fba06d098f42306a324b9b3f9173536.gif);
}
#nfsu2u {
    list-style-image: url(http://stats.share-links.biz/603d1fa56a9c98fa4c8adc6339173531.gif);
}
*/.on {
    list-style-image: url(content/img/on.gif);
}
#main #content #foto {
    /* [disabled]border-radius: 50%; */
}
tbody tr td:first-child {
    text-align: center;
	padding-right: 1em;
    /* [disabled]width: 8em; */
}
tbody tr td:not(:first-child) {
    text-align: left;
}
table {
    margin-left: 0px;
    /* [disabled]margin-right: auto; */
}