
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin: 0;

	padding: 0;
}
p {
	color: #252525;
	line-height: 24px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
p a {
	color: #252525;
	text-decoration: underline;
}
p a:hover {
	color: #898989;
}


#header {
	margin: 0 auto;
	padding: 14px 0 10px;
	text-align: center;
	width: 960px;
	width: 340px;
	height: 100px;
}
#header a.logo {

	margin: 0 auto;
	padding: 0;

}
#header a.logo img {
	border: 0;

	margin: 0;
	padding: 0;
	width: 340px;
	height: 100px;
}

#body {
	margin: 0;
	padding: 0 0 30px;
	text-align: center;
	min-height: 500px;
}



#body h1 {

	color: #000;
	display: inline-block;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 8px 27px 0px;
}
#body h1 span {
	background: #252525;
	display: inline-block;
	padding: 15px 28px 12px;
}
#body > div {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#body > div img {
	border: 2px solid #292929;
	margin: 24px 0 0;
	padding: 0;
}


#premfeatures li {
	line-height: 2;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

#body div ul li {
	overflow: visible;
	padding: 0 0 5px;
	width: 99%;
}

#body div ul li img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	opacity: 0.8;
	transition: 0.5s ease-in-out;
}

#body div ul li div {
	float: left;
	margin: 0;
	padding: 63px 0 20px;
	width: 558px;
}
#body div ul li div h3 {
	color: #252525;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#body div ul li div p {
	padding: 30px 30px 18px;
}

#body #featured {
	margin: 0 0 13px;
	padding: 0;
	position: relative;
	width: 100%;
	text-align: left;
}
#body #featured img {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
#limitannounce {
	display: none;
	width: 350px; 
	width: 98%; 
	height: 100px;
}


#body #featured div span {
	background: #252525;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin: 7px 0;
	padding: 12px 27px;
}
#body #featured div a {
	background: #0ba39c;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin: 15px 0 0;
	padding: 26px 27px 22px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#body #featured div a:hover {
	background: #1fc3bc;
}
#body > ul {
	margin: 0 auto;
	overflow: hidden;
	padding: 24px 0 0;
	width: 960px;
}
#body > ul li {
	display: block;
	float: left;
	margin: 0 10px 20px;
	padding: 0;
	width: 300px;
}

#body > ul li a img {
	border: 2px solid #1a1a1a;
	display: block;
	margin: 0;
	padding: 0;
	opacity: .8;
	transition: 0.5s ease-in-out;
}
#body > ul li a:hover img {
	opacity: 1;
}
#body > ul li a span {
	display: block;
	margin: 0;
	padding: 33px 0 0;
}
#body form {
	margin: 0 auto;
	padding: 24px 0 0;
	width: 620px;
}
#sprachwahl {
	border: 2px solid #252525;
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	width: 45%;
}
.subbuttons {
	border: 2px solid #252525;
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	height: 34px;
	width: 26%;
}
#body form textarea {
	border: 2px solid #252525;
	color: #252525;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 9px;
	padding: 10px;
	text-align: left;
	width: 94.5%;
}
#body form textarea {
	height: 200px;
	overflow: auto;
}

input[type="submit"] {
	cursor: pointer;
}

h3 {
	font-size: 20px;
}
h5 {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 15px;
}
h6 {
	font-size:25px;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #606060;
}
#introtext {
	width: 70%;
}
a {
	color: #4287f5;
	text-decoration: none;
}

.tabs {
  overflow: visible;
  text-align: center;
  position: relative;
}
.tab {
	position: relative;
  background-color: #f1f1f1;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab:hover {
  background-color: #ddd;
}

.tabfocus {
  background-color: #ccc;
  position: relative;
}

.tabnew::after {
	
	content: "*New*";
	color: red;
	overflow: visible;
	font-weight: bold;
	position: absolute;
	top: 2px;
	right: -5px;
	background-color: transparent;
	padding: 2px 5px;
	
	border-radius: 5px;
	font-size: 10px;
	transform: rotate(10deg);
	z-index: 10;
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex-item {
  flex-basis: 100%;
  margin-bottom: 20px; 
}

.gadsunit { width: 320px !important; text-align: center; }
@media(min-width: 500px) { .gadsunit { width: 468px !important; } }
@media(min-width: 800px) { .gadsunit { width: 728px !important; } }

@media(max-width: 800px) {
	.tabber a {
		width: 100%;
	}
}
.tabber {
    overflow: hidden;
    background-color: #f1f1f1;
}

.tabber a {
    background-color: inherit;
    display: inline-block;
    color: black;
    padding: 14px 16px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}

.tabber a:hover {
    background-color: #ddd;
}

.tabber a.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 20px;
    border-top: 1px solid #ccc;
	text-align: left;
}
.tabcontent h2 {
	text-align: center;
}

.manage-account-btn {
	cursor: pointer;
	display: inline-block;
	background-color: #4CAF50; /* Green background */
	color: white; /* White text */
	padding: 12px 24px; /* Some padding */
	font-size: 16px; /* Increased font size */
	font-family: 'Arial', sans-serif; /* Font family */
	text-align: center; /* Center the text */
	text-decoration: none; /* Remove underline */
	border: none; /* Remove borders */
	border-radius: 8px; /* Rounded corners */
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Box shadow for better visual */
	transition: background-color 0.3s ease-in-out; /* Smooth transition */
}

.manage-account-btn:hover {
	background-color: #45a049; /* Darker green on hover */
}

.manage-account-btn:active {
	background-color: #3e8e41; /* Even darker green on click */
}


#support .ticket-form {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}

#support .ticket-form h2 {
    margin-bottom: 20px;
    text-align: center;
}

#support .form-group {
    margin-bottom: 15px;
}

#support .form-group label {
    display: block;
    margin-bottom: 5px;
}

#support .form-group input, 
#support .form-group textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#support textarea {
    resize: vertical;
    height: 100px;
}

#support button {
    width: 100%;
    padding: 10px;
    background-color: #0288d1;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#support button:hover {
    background-color: #0277bd;
}