﻿/* CSS Dexpot */
/* Copyright 2006-2016 Dexpot GbR */

html, body, input, textarea {
	color: #555;
	font-family: "Gill Sans MT", "Gill Sans", Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
}

* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}

body {
	text-align: center;
}

::selection {
	background: #18A2E7;
	color: #fff;
}

::-moz-selection {
	background: #18A2E7;
	color: #fff;
}

a {
	color: #0973d1;
	text-decoration: none;
}

ul {
	list-style-type: square;
}

a:hover {
	text-decoration: underline;
}

a.statischchangelog {
	color: #0973d1;
	text-decoration: none;
	border-bottom: 1px #d2d2d2 solid;
	cursor: default;
}

a.statischchangelog:hover {
	text-decoration: none;
	cursor: default;
}

a.statisch {
	color: #0973d1;
	text-decoration: none;
	border-bottom: 1px #d2d2d2 solid;
}

a.statisch:hover {
	text-decoration: none;
	border-bottom: 1px solid #0973d1;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

.strichdrunter {
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}

div#container {
	width: 1000px;
	margin: 30px auto;
	text-align: left;
	padding: 0px 20px;
}

div#inhalt {
	padding: 30px 40px;
}

/*Wechsler*/

div#slideshow {
	position: relative;
}

div#slideshow img {
	position: absolute;
}

/*Header*/

div#header span {
	position: relative;
	left: 100px;
	font-size: 13px;
}

div#header span img {
	position: relative;
	top: 7px;
	left: 20px;
}

/*Reseller*/

div#address {
	width: 500px;
	padding: 40px;
}


/*Navileiste*/

div#navi {
	margin: 40px auto;
	/*Trick 17*/
	font-size: 0px;
}

div#navi ul {
	text-align: center;

}

div#navi ul li {
	font-size: 13px;
	list-style: none;
   	display: inline-block;
   	vertical-align: top;
   	
	/*Danke, IE, fürs Nichts-Können*/
   	zoom: 1;
   	*display: inline;
	
	text-align: right;
	width: 185px;

	height: 100px;
	padding: 10px 10px 10px 0px;
	
	
	border-right: 4px solid #ccc;
}

div#navi ul li.aktiv {
	background-color: #fafafa;
}

p.navi_kat a {
	color: #555;
	
}

p.navi_fett a {
	font-size: 18px;
	color: #0973d1;
}

/*Footer*/

div#footer {
	margin: 50px auto;
	color: #777;
	border-top: 1px solid #ddd;
	text-align: center;
}

div#footer div#mittig {
	margin-left: auto;
	margin-right: auto;
}

div#footer div#mittig div {
	margin-top: 15px;
	display: inline-block;
	/*Danke, IE, fürs Nichts-Können*/
	zoom: 1;
	*display: inline;
}

div#footer div#links {
	text-align: right;
}

div#footer div#mitte {
	width: 200px;
}


div#footer div#rechts {
	vertical-align: top;
	text-align: left;
}

div#footer div#rechts img {
	position: relative;
	top: 2px;
	margin-left: 7px;
}


/*Changelog*/

ul.inhaltsverzeichnis {
	list-style-type: none;
	float: right;
	/*border: 1px solid #ccc;*/
	background-color: #fafafa;
	padding: 20px;
	line-height: 18px;
}

ul.inhaltsverzeichnis li.ueberschrift {
	color: #777;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

ul.changelog {
	margin-bottom: 20px;
	margin-top: 10px;
}

ul.changelog li {
	line-height: 22px;
	margin-left: 20px;
}

span.feature, span.bugfix {
	padding: 3px 10px 3px;
	color: #fff;
	display: inline-block;
	
	/*Danke, nochmal, IE, fürs Nichts-Können*/
	zoom: 1;
	*display: inline;
	
	margin-top: 20px;
}

span.feature {
	background-color: #f79608;

}

span.bugfix {
	background-color: #37905e;
}

p.ueberschrift {
	margin-top: 40px;
}

p.ueberschrift a {
	font-size: 15px;
}

/*Diverse <div>s*/

div.nebeneinander div {
	display: inline-block;
	
	/*Danke, nochmal, IE, fürs Nichts-Können*/
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

/*Buttons*/

.buttondonate {
	background: url('gfx/donate.png') no-repeat 14px 50% #4396b4;
	padding: 8px 20px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.buttondonate:hover {
	text-decoration: underline;
}


.buttonmail {
	background: url('gfx/email.png') no-repeat 12px 50% #4396b4;
	padding: 8px 15px 8px 45px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.buttonforum {
	background: url('gfx/blubb.png') no-repeat 12px 50% #4396b4;
	padding: 8px 15px 8px 45px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.buttonkaufen {
	background: url('gfx/wagen.png') no-repeat 10px 50% #00aaad;
	padding: 8px 15px 8px 40px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}


.buttonkaufenklein {
	background: url('gfx/wagenklein.png') no-repeat 7px 50% #00aaad;
	padding: 5px 10px 5px 35px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.buttonpurchase {
	background: url('gfx/kleines_gegrinse.png') no-repeat 16px 50% #4396b4;
	padding: 15px 25px 15px 65px !important; 
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	border: none !important;
}

.buttondownload {
	background: url('gfx/downloadbutton.png') no-repeat 12px 50% #18a2e7;
	padding: 18px 15px 18px 55px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
}

.buttondownloadohne {
	background-color: #18a2e7;
	padding: 10px 20px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	text-decoration: none;
}

.buttonkaufenkleinohne {
	background-color: #00aaad;
	padding: 5px 15px 5px 15px;
	color: #fff;
}

span.buttonkaufenkleinohne {
	display: block;
}

a.buttonkaufenklein {
	display: block;
	width: 50px;
}

.buttonplay {
	background: url('gfx/play.png') no-repeat 16px 50% #18a2e7;
	padding: 10px 15px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

div.buttontaketour {
	background: url('gfx/taketour.png') no-repeat 50% 10px #4396b4;
}

div.buttonwhatsnew {
	background: url('gfx/button_whatsnew.png') no-repeat 50% #00aaad;
}

div.buttondownloadklein {
	background: url('gfx/download.png') no-repeat 50% #18a2e7;
}

div.buttondownloadklein, div.buttonwhatsnew, div.buttontaketour {
	width: 40px;  
	height: 40px;  
	   
	border-radius: 50%;  
	-moz-border-radius: 50%;  
	-webkit-border-radius: 50%;  
	
	display: inline-block;
	
	/*Danke, nochmal, IE, fürs Nichts-Können*/
	zoom: 1;
	*display: inline;
	
	position: relative;
	top: -11px;
	
	margin-right: 10px;
}

div#ustidchecken {
	display: none;
}

input#ustidchecken {
	border: 0px !important;
	width: 90px;
	margin-left: 10px;
	color: #fff;
	background-color: #00aaad;
	cursor: pointer;
}


/*Dexpot*/

span#videotitel {
	padding: 8px 0px 8px 20px;
	background-color: #2e85ab;
	width: 480px;
	display: block;
	text-transform: uppercase;
}

span#videotitel a {
	color: #fff;
}

video {
	width: 500px;
}

div#news {
	height: 205px;
	width: 280px;
	overflow: auto;
}

div#news p {
	margin-top: 20px;
}

div#news p.news {
	margin-top: 10px;
}

div#news p.news a {
	text-decoration: none;
	color: inherit;
}

p.streifen {
	border-bottom: 2px solid #bd362f;
}

p.streifen span {
	position: relative;
	top: -3px;
}

/*About us*/

div.aboutus {

	top: 0px;
	background-image: none;
	color: #fff;
	text-align: center;
	line-height: 40px;
	/*margin-right: 40px;	*/
	height: 40px;
	width: 40px;
	   
	border-radius: 50%;  
	-moz-border-radius: 50%;  
	-webkit-border-radius: 50%;  	

	/*font-weight: bold;*/
}


/*Whats new*/

div.whatsnew {

	top: 0px;
	background-image: none;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-right: 15px;	
	height: 30px;
	width: 30px;
	   
	border-radius: 50%;  
	-moz-border-radius: 50%;  
	-webkit-border-radius: 50%;  
}

/*Customers*/

div.off {

	top: 0px;
	background-image: none;
	color: #fff;
	text-align: center;
	line-height: 70px;
	margin-right: 40px;
	
	height: 80px;
	width: 80px;
	
}


/*Features*/

div.scrollma {
	height: 302px;
	overflow: auto;
}

div.tabs {
	width: 860px;
}

div.tabs div {
	padding: 16px;
	padding-bottom: 0px;
	width: 860px;
}

ul.tabnavi {
	list-style: none;
	width: 770px;
}

ul.tabnavi li {
	display: inline-block;
	
	/*Danke, nochmal, IE, fürs Nichts-Können*/
	zoom: 1;
	*display: inline;

	position: relative;
	top: -15px;
	margin-left: 15px;
	

}

ul.tabnavi li a {
	color: #fff;
	padding: 6px 12px 6px;
	background-color: #aaa;
}

ul.tabnavi li a.selected {
    background-color: #4396B4;
    color: #fff;
}

/*div.feature video {
	max-height: 200px;
	max-width: 300px;
}*/

div.feature div {
	width: 360px;

}

div.feature div img {
	height: auto;
	max-width: 370px;
}

/*Plugins*/

div.plugins {
	background: url('gfx/plugins.png') no-repeat 45px 25px #fafafa;
	width: 500px;
	height: 250px;
}

/*Kontakt*/


.unterteiler span {
	padding: 4px 10px 4px;
	color: #fff;
	background-color: #bd362f;
}

span.tab {
	width: 60px;
	display: block;
	float: left;
}

span.whatsapp {
	color: #25d366;
}

/*Press kit*/

ul.presskit {
	margin-left: 30px;
	padding-top: 10px;
}

ul.presskit li, ol.presskit li {
	line-height: 18px;
}

ol.presskit {
	list-style-position: outside;
	margin-left: 47px;
}

ul.inhaltsverzeichnis li.ueberschrift {
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}

/*dexControl*/

span.control {
	padding: 4px 10px 4px;
	color: #fff;
	display: inline-block;
	
	/*Danke, nochmal, IE, fürs Nichts-Können*/
	zoom: 1;
	*display: inline;
	
	margin-bottom: 10px;
	background-color: #37905e;
}

/*About us*/

div.zitat {
	border-left: 2px solid #ccc;
	margin: 10px;
	margin-left: 0px;
	padding-left: 10px;
}

div.person {
	background: url('gfx/platzhalter.png') no-repeat 0px 0px #fff;
}

div.person2 {
	background: url('gfx/platzhalter2.png') no-repeat 0px 0px #fff;
}

ul.company {
	padding-top: 10px;
}

ul.company li {
	display: inline-block;
	
	/*Danke, IE, fürs Nichts-Können*/
	zoom: 1;
	*display: inline;
	
	padding-left: 5px;
	/*font-weight: bold;*/
}

ul.company li span {
	font-weight: normal;
	color: #ccc;
}

.facebook {
	padding: 1px 8px 1px;
	color: #fff;
	background-color: #3b5998;
	border-bottom: 2px solid #6d84b4;
	position: relative;
}

.facebookklein {
	padding: 0px 6px 0px;
	color: #fff;
	background-color: #3b5998;
	border-bottom: 2px solid #6d84b4;
	position: relative;
}

/*Jobs*/

p.joboffer span {
	padding: 4px 10px 4px;
	color: #fff;
	background-color: #37905e;
}

/*Download*/

ul.notes {
	padding-left: 30px;
	padding-top: 10px;
}

ul.notes li {
	margin-top: 5px;
}


/*Preise*/

div.single {
	background: url('gfx/single.png') no-repeat 45px 35px #fafafa;
}

div.package {
	background: url('gfx/package51020.png') no-repeat 40px 15px #fafafa;
}

div.packagegross {
	background: url('gfx/package50100200500.png') no-repeat 40px 15px #fafafa;
}

div.oem {
	background: url('gfx/oem.png') no-repeat 30px 30px #fafafa;
}

td.art, tr.art {
	color: #18a2e7;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding-top: 30px;
	padding-bottom: 0px;
}

tr.letzte td {
	padding-bottom: 30px;
}

table {
	font-size: 13px;	
}

td {
	padding: 7px 90px;
}

/*Bestellen*/

div#vielendank {
	background: url('gfx/graues_gegrinse.png') no-repeat center 60px #fafafa;
	display: none;
	width: 500px;
	height: 360px;
	padding: 40px;
}

div#flop {
	background: url('gfx/graues_gefloppe.png') no-repeat center 60px #fafafa;
	display: none;
	width: 500px;
	height: 300px;
	padding: 40px;
}

div.urlaub {
	color: #bd362f;
	border: 1px solid #bd362f;
	width: 300px;
	background: url('gfx/urlaub_ski.png') no-repeat 28px 23px #fff7f7;
	padding: 20px 20px 20px 80px;
	margin-bottom: 60px;
}

div#fehlerchen {
	color: #bd362f;
	border: 1px solid #bd362f;
	display: none;
	width: 300px;

	background-color: #fbe8e8;
	padding: 20px;
}

form#purchase table input {
	background-color: #fafafa;
	padding: 2px 2px 2px 5px;
	border: 1px solid #ddd;
	height: 15px;
	width: 40px;
	font-weight: bold;
	background-image: none;
}

form#purchase input, form#purchase select {
	border: 1px solid #ddd;
	padding: 7px;
}

form#purchase select {
	height: 35px;
}


form#purchase table input.falsch {
	color: #bd362f;
	border: 1px solid #bd362f;
	padding: 2px 2px 2px 5px !important;
}

form#purchase .falsch {
	padding: 7px 7px 7px 28px;
	color: #bd362f;
	border: 1px solid #bd362f !important;
	background-color: #fbe8e8;
}

input.falsch {
	background: url('gfx/falsch.png') no-repeat 8px 50% #fbe8e8;
}

input.effekt, select.effekt, div.effekt, span.effekt {
	transition: transform 1s, background-color 1s, border-color 1s, color 1s;
	-moz-transition: -moz-transform 1s, background-color 1s, border-color 1s, color 1s;
	-ms-transition: -ms-transform 1s, background-color 1s, border-color 1s, color 1s;
	-webkit-transition: -webkit-transform 1s, background-color 1s, border-color 1s, color 1s;
	-o-transition: -o-transform 1s, background-color 1s, border-color 1s, color 1s;
}

form#purchase div.rahmen {
	width: 400px;
	/*padding: 5px;*/
	margin-bottom: 30px;
	border: 1px solid #fff;

}

input.rotmal:-moz-placeholder {
	color: #bd362f;
}

input.rotmal::-webkit-input-placeholder {
    color: #bd362f;
}

/*IE-Extrawurst*/
input.rotmal:-ms-input-placeholder {
	color: #bd362f;
}

input:-moz-placeholder {
	color: #bbb;
}

input::-webkit-input-placeholder {
    color: #bbb;
}

/*IE-Extrawurst*/
input:-ms-input-placeholder {
	color: #bbb;
}

/*Standardzeugs*/

.blurmich {
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
}

img.siebenfenster {
	border-radius: 8px;  
	-moz-border-radius: 8px;  
	-webkit-border-radius: 8px;  
}

img.siebenfensterwenig {
	border-radius: 5px;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
}

.abstandrechts {
	margin-right: 50px;
}

.grauer {
	color: #777;
}

.rand {
	/*border: 1px solid #eee;*/
	padding: 8px;
}

.bisskenrand {
	padding: 6px;
}

.randgruen {
	border-top: 2px solid #37905e;
	/*border-bottom: 1px solid #ccc;*/
}

.blauerrand {
	border: 1px solid #cfe6fb;
	padding: 8px;
}

.hintergrund {
	background-color: #fafafa;
}

.mittig {
	text-align: center;
}

.zentrieren {
	margin-left: auto;
	margin-right: auto;
}

.abstandlinks {
	margin-left: 90px;
}

.medium {
	font-size: 15px;
}

.small {
	margin-top: 5px;
	font-size: 11px;
}

.frage {
	background-color: #37905e;
	color: #fff;
	padding: 0px 5px;
}

.frage:hover {
	text-decoration: none;
	/*border: 1px solid #fff;*/
}

.abstandunten {
	margin-bottom: 20px;
}

.abstandoben {
	margin-top: 40px;
}

.bisskenabstandoben {
	margin-top: 20px;
}

.blau {
	color: #0973d1;
}

.orange {
	color: #f79608;
}

.gruen {
	color: #37905e;
}

.hellblau {
	color: #18a2e7;
}

.tuerkis {
	color: #00aaad;
}

.rot {
	color: #bd362f;
}

.schwarz {
	color: #222;
}

.fett {
	font-weight: bold;
}

.links {
	float: left;
}

.rechts {
	float: right;
}

.upper {
	text-transform: uppercase;
}

.kursiv {
	font-style: italic;
}

.gruenb {
	background-color: #37905e;
}

.dunkelgruenb {
	background-color: #319a31;
}

.weissb {
	background-color: #fff;
}

.tuerkisb {
	background-color: #00aaad;
}

.schwarzb {
	background-color: #000;
}

.orangeb {
	background-color: #f79608;
}

.blaukantig {
	background-color: #f4faff;
	border: 1px solid #ace;
}

.riesigst {
	font-size: 28px;
}

.riesig {
	font-size: 22px;
}

.rund {
	border-radius: 50%;  
	-moz-border-radius: 50%;  
	-webkit-border-radius: 50%;  
}

.gross {
	font-size: 18px;
}

.ohne {
	color: inherit;
	text-decoration: none !important;
}

.inlineblockig {
	display: inline-block;
	
	/*Danke, IE, fürs Nichts-Können*/
	zoom: 1;
	*display: inline;
}

.strischelschen {
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	width: 300px;
}
