@charset "UTF-8";
/* CSS Document */

#ie-hint {
	background: #fff;
	width: 600px;
	padding: 20px;
	border: 10px solid #0280ee;
	margin: 50px auto;
	display: none;
}
#ie-hint p {
	text-align: center;
	font: bold 20px/30px Arial, Helvetica, sans-serif;
}
#ie-hint p a {
	color: #0280ee;
}
#back-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
#back-top a {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/back-top.png) no-repeat center center;
	opacity: 0.5;
	transition: 500ms;
}
#back-top a:hover {
	opacity: 1.0;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-webkit-appaerance: none;
	-webkit-text-adjust: none;
}
::selection {
	background: #000;
	color: #fff;
}

::-moz-selection {
 background:#000;
 color:#fff;
}
html {
	background: #f5f5f4;
}
body {
	font: 16px/24px 'Titillium Web', Arial, Helvetica, sans-serif;
	color: #7a7a7a;
}
a {
	color: #E5C600;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.pdf {
	display: block;
	margin: 10px 0 20px 0;
	background: url(../images/pdf-icon.png) top left no-repeat;
	padding: 15px 0 15px 60px;
}
a.zip {
	display: block;
	margin: 10px 0 20px 0;
	background: url(../images/zip-icon.png) top left no-repeat;
	padding: 15px 0 15px 60px;
}
h1 {
	font: 700 25px/30px 'Ubuntu', Arial, Helvetica, sans-serif;
}

.h1-style {
	text-transform: uppercase;
	color: #e5c600;
	font-size: 65px;
}

h2 span {
    font-size: 15px;
    padding: 10px;
    position: absolute;
    top: -8px;
    bottom: 0;
    right: 24%;
    left: 0;
}


h2 {
	font: 700 20px/30px 'Ubuntu', Arial, Helvetica, sans-serif;
}text-transform: uppercase;
	color: #e5c600;
	font-size: 35px;
h3 {
	font: bold 17px/20px Arial, Helvetica, sans-serif;
}
h4, h5, h6 {
	font: bold 12px/20px Arial, Helvetica, sans-serif;
}
p, h1, h2, h3, h4, h5, h6, table, ol, ul, fieldset {
	margin: 0 0 20px 0;
}

table {
	border-collapse: collapse;
}
table td, table th {
	padding: 5px 10px 5px 0;
	text-align: left;
	vertical-align: top;
}
ul {
	list-style: outside disc;
	margin: 0 0 20px 20px;
}
ol {
	list-style: outside decimal;
	margin: 0 0 20px 20px;
}
hr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	clear: both;
	margin: 20px 0;
}
fieldset {
	border: 1px solid #ccc;
	padding: 10px;
}
input {
	border: 1px solid red;
}
textarea {
	border: 1px solid red;
}
.clear, .clearfix {
	clear: both;
}
/* INPUT ERROR FORMULAR */

input[type=text].inputerror, textarea.inputerror, input[type=text].inputerror {
	border: 1px solid red!important;
}
/* jQUERY UI RESET */

.ui-widget-content {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #333;
}
.center {
	width: 980px;
	margin: 0 auto;
	padding: 0 3%;
}
.clear {
	clear: both;
}
#top {
	width: 100%;
}
#neu {
	position: absolute;
	top: 380px;
	left: -300px;
	width: 300px;
	background-color: #1E1E1E;
	color: #fff;
	border: 3px solid #ffdd00;
	min-height: 100px;
	/*padding: 20px;*/
	transition: 500ms;
	z-index: 200;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}

#neu a {
	text-decoration: none;
	display: block;
}

#neu a:nth-of-type(2) {
	padding: 32px 20px;
}

.neubtn {
	position: absolute;
	height: 100px;
	width: 100px;
	background: #ffdd00;
	right: -100px;
	top: -3px;
	border: 3px solid #ffdd00;
	box-sizing: border-box;
	text-transform: uppercase;
	font: bold 35px/30px 'Ubuntu', Arial, Helvetica, sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1e1e1e;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	
}
.neubtn em {
	transform: rotate(-45deg);
	text-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	font-style: normal;
}
.neutext {
	font: bold 25px/30px 'Ubuntu', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	display: block;
	margin: 0;
}

#neu:hover {
	left: -3px;
}
.navi-top {
	background: #333;
	list-style: none;
	width: 100%;
}
.navi-top ul {
	margin: 0 auto;
	width: 980px;
	text-align: right;
}
.navi-top ul li {
	display: inline-block;
}
.navi-top ul li a {
	text-decoration: none;
	color: #949494;
	display: inline-block;
	padding: 10px;
	font-size: 14px;
}
.navi-top ul li a:hover {
	color: #fff;
}
.icons-mobile {
	display: none;
}
.logo {
	margin: 0 auto;
	width: 980px;
}
.logo a {
	background: url(../images/taxi-logo.png) no-repeat;
	width: 190px;
	height: 140px;
	text-indent: -9999px;
	background-size: contain;
	display: inline-block;
	position: absolute;
	margin: -35px 0 0 3%;
	z-index: 230;
}
#navi {
	width: 980px;
	margin: 0 auto;
	text-align: right;
}
#navi li {
	display: inline-block;
}
#navi li a {
	font: 700 20px/30px 'Ubuntu', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	padding: 40px 15px;
	display: inline-block;
}
#navi li a:hover {
	color: #999;
}
#navi li.selected a {
	color: #e5c600;
}
#navi li ul {
	display: none;
}
#slider {
}
#slider img {
	width: 100%;
	height: inherit;
}
.box {
}
.box a {
	background: #ffdd00;
	text-decoration: none;
	color: #000;
	padding: 30px 10px;
	width: 29%;
	margin: 4% 2% 7% 0;
	text-align: center;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	transition: all 300ms;
	float: left;
}
.box a.last {
	margin-right: 0;
}
.box a:hover {
	background: #CCC;
}
.box a img {
	display: block;
	width: 65px;
	margin: 0 auto;
}
.box a strong {
	display: block;
	font: 700 22px/30px 'Ubuntu', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 20px 0;
}
.display a span {
	text-align: center;
}
.left {
	width: 60%;
	float: left;
	margin: 0 5% 0 0;
}
.left h1 {
	text-transform: uppercase;
	color: #e5c600;
	font-size: 35px;
}
.right {
	width: 35%;
	display: inline-block;
}
.right a {
	text-decoration: none;
}
.right img {
}
.right a strong {
	color: #e5c600;
	text-transform: uppercase;
	font: 700 22px/30px 'Ubuntu', Arial, Helvetica, sans-serif;
	display: block;
	margin: 0 0 10px 0;
}
.right a span {
	color: #7a7a7a;
	position: absolute;
	margin: 2% 0 0 -80px;
	width: 14%;
}
.shadow {
	background: url(../images/shadow.png) no-repeat top center;
	width: 100%;
	height: inherit;
	display: block;
	padding: 30px 0;
	margin: 40px 0 0 0;
}
.headline-leistung {
	font: 600 35px/30px 'Ubuntu', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #acaba6;
	text-align: center;
	margin: 0 0 50px 0;
}
.leistung {
}
.leistung a {
	text-decoration: none;
	width: 46%;
	display: inline-block;
	margin: 2% 1% 0 0;
	padding: 10px;
}
.leistung a:hover {
	background: #eee;
}
.leistung a img {
	float: left;
	margin: 0 5% 0 0;
}
.leistung a strong {
	color: #4f4f4f;
	display: block;
	font-weight: normal;
	font-size: 18px;
	padding: 0 0 10px 0;
}
.leistung a span {
	color: #7a7a7a;
}
#footer {
	background: #333;
	border-top: 5px solid #ffdd00;
	margin: 80px 0 0 0;
	padding: 40px 0;
}
#footer .center {
	background: url(../images/logo-grau.png) no-repeat top right;
	background-size: contain;
}
#footer ul {
	list-style: none;
	float: left;
	width: 18%;
	margin: 0 4% 0 0;
}
#footer ul li.topic a {
	color: #ffdd00;
	text-transform: uppercase;
	font-size: 20px;
	font: 400 20px/30px 'Ubuntu', Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ffdd00;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
#footer ul li.topic a:hover {
	color: #ffdd00;
}
#footer ul li a {
	text-decoration: none;
	color: #fff;
}
#footer ul li a:hover {
	color: #CCC;
}
#footer ul li.onlinebestellung, #footer ul li.tarifrechner, #footer ul li.geschenkgutschein, #footer ul li.fundbuero {
	list-style-position: inside;
	margin: 0 0 13px 0;
}
#footer ul li.onlinebestellung {
	list-style-image: url(../images/icon-onlinebestellung-white.png);
}
#footer ul li.tarifrechner {
	list-style-image: url(../images/icon-tarifrechner-white.png);
}
#footer ul li.geschenkgutschein {
	list-style-image: url(../images/icon-geschenkegutschein-white.png);
}
#footer ul li.fundbuero {
	list-style-image: url(../images/icon-fundbuero-white.png);
}
#tbild {
	background: url(../images/tbild.jpg);
	width: 100%;
	padding: 30px 0;
	margin: 0 0 50px 0;
	background-size: cover;
}
#boxen-top {
	text-align: right;
	margin: 0 auto;
	width: 980px;
	list-style: none;
	padding: 0 0 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#boxen-top li {
	display: inline-block;
}
#boxen-top li a {
	background: #ffdd00;
	text-indent: -9999px;
	padding: 25px 10px 5px 10px;
	margin: 0 3%;
}
#boxen-top li a:hover {
	background: #fff;
}
.leftside {
	width: 62%;
	float: left;
	margin: 0 2% 0 0;
}
.leftside h1 {
	text-transform: uppercase;
	color: #e5c600;
	font-size: 30px;
}
.rightside {
	float: right;
	width: 33%;
}
.rightside span {
	color: #d0d0d0;
	font: 600 30px/30px 'Ubuntu', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	margin: 0 0 20px 0;
}
.rightside ul {
	background: #e7e7e7;
	list-style: none;
	padding: 20px;
	margin: 0px 0 20px 0;
}
.rightside ul li a {
	text-decoration: none;
	color: #7a7a7a;
	border-bottom: 1px solid #d0d0d0;
	display: block;
	padding: 5px 0;
}
.rightside ul li a:hover {
	color: #000;
}
.rightside ul li.selected a {
	color: #000;
	border-bottom: 1px solid #000;
}
.teaser {
	text-align: right;
}
.teaser img {
	width: 100%;
}
.teaser a {
	text-decoration: none;
	margin: -130px 0 0 0;
	display: block;
}
.teaser a span {
	background: #ffdd00;
	color: #000;
	font-size: 16px;
	padding: 10px;
	display: inline-block;
	margin: 0px 0 0 0;
}
.teaser a strong {
	font: 500 20px/30px 'Ubuntu', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #333;
	color: #fff;
	padding: 10px;
}
.contact {
	width: 46%;
	float: left;
}
.contact input {
	border: 1px solid #ddd!important;
	display: block;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contact textarea {
	border: 1px solid #ddd!important;
	display: block;
	padding: 10px;
	width: 100%;
	height: 160px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.con-right {
	margin: 0 0% 0 8%;
}
.no-block input {
	display: inline;
	width: 16px;
	margin: 0 10px 0 0;
}

.dsgvo label input {
	width: inherit;
display: inline-block;
margin-right: 10px;
}

.dsgvo{
	margin-top:15px;
}
#sendenbutton {
}
.team {
	display: inline-block;
	margin: 0 8% 5% 0;
}
div.team:nth-of-type(2) {
	margin-right: 0;
}
.team img {
	width: 100%;
	display: block;
}
.team span {
	font-size: 18px;
	color: #333;
}
.team a {
	color: #7a7a7a;
	font-size: 14px;
}
.partner {
	display: inline-block;
	margin: 5px 10px 0 0px;
	width: 30%;
}
.partner img {
	border: 1px solid #ddd;
	width: 100%;
	height: inherit;
}
.partner a {
	display: block;
}
.content-list li {
	list-style-image: url(../images/list-image.png);
	margin: 0 0 10px 0;
}
.call {
	display: none;
}
.pinkey {
	border: 1px solid #ddd;
}
.preise {
	width: 100%;
}
.preise tr:nth-child(2n+2) {
	background: #f6f3db;
}
.preise tr td {
}
.preise-logos {
}
.preise-logos img {
	width: 48%;
	height: inherit;
	margin: 0 2% 3% 0!important;
}
.preise-logos img.last {
	margin: 0 0 3% 0!important;
}
.online {
	width: 850px;
}
.teaserimg {
	width: 100%;
	height: inherit;
}
.facebook-box {
	position: fixed!important;
	z-index: 300;
	margin-top: 150px;
	left: -300px;
	background: #fff;
	transition: all 500ms;
}
.facebook-box .fb-icon {
	width: 48px;
	height: 48px;
	position: absolute;
	margin-top: 120px;
	left: 300px;
	background: url(../images/fb.png) top center no-repeat;
	transition: all 250ms;
}
.facebook-box:hover {
	left: 0px;
}
.facebook-box:hover .fb-icon {
	opacity: 0.0;
}

.big-font {
	font-size:23px;
}

@media only screen and (max-width: 1000px) {
.center {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.logo a {
	width: 20%;
}
.navi-top ul {
	margin: 0 auto;
	width: 100%;
	padding: 0 2% 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#navi {
	margin: 0 auto;
	width: 100%;
	padding: 0 2% 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#navi li a {
	font-size: 18px;
	padding: 40px 10px;
}
.box {
	margin: 0;
}
.box a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 32%;
}
.box a strong {
	font-size: 18px;
}
.shadow {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-size: contain;
}
#footer ul {
	width: 28%;
}
#boxen-top {
	width: 100%;
	padding: 0 3% 0 0;
}
#boxen-top li a {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.app {
}
.app img {
	width: 30%;
	height: inherit;
}
.call {
	display: none;
}
.team {
	width: 45%;
}
.team img {
	display: block;
	height: inherit;
}
.facebook-box {
	display: none;
}
	
#neu {
	top: 190px;
}
	
.neubtn {
	font: bold 25px/30px 'Ubuntu', Arial, Helvetica, sans-serif;
	}
	
}

@media only screen and (max-width: 1024px) {
	
	h2 span {
    right: 27%;
}
}


@media only screen and (max-width: 900px) {
	
	h2 span {
    right: 37%;
}
}

@media only screen and (min-width: 0px) and (max-width: 720px) {
.logo a {
	margin: -70px 0 0 3%;
	background: url(../images/logo-yellow-white.png) no-repeat;
	width: 20%;
	background-size: contain;
}
.navi-top ul {
	display: none;
}
.icons-mobile {
	display: inline-block;
	padding: 25px 0;
}
#tbild {
	display: none;
}
.icons-mobile a {
	background: url(../images/navi-icon.png);
	background-size: contain;
	display: block;
	height: 30px;
	width: 40px;
	text-indent: -9999px;
	margin: 0px 0;
	right: 15px;
	padding: 0px;
	position: absolute;
}
#navi {
	display: none;
}
#navi li {
	display: block;
}
#navi li a {
	display: block;
	text-align: center;
	width: 100%;
	padding: 10px 0;
}
.box {
	display: none;
}
.box a {
	width: 30%;
	margin: 4% 5% 7% 0;
}
.box a strong {
	display: none;
}
.box a span {
	display: none;
}
.box a img {
	width: 50%;
	height: inherit;
}
.left {
	width: 100%;
	margin-top: 20px;
}
.leistung a {
	width: 100%;
	box-sizing: border-box;
	-moz-sizing: border-box;
}
.leftside {
	width: 100%;
	margin: 20px 0 20px 0;
}
.rightside {
	width: 100%;
}
#footer ul {
	display: none;
}
#footer ul.kontakt {
	display: block;
}
.contact {
	width: 100%;
}
.con-right {
	margin: 0;
}
.call {
	display: block;
	margin: 20px 0 0 0;
}
.call a {
	background: #222;
	padding: 30px 15px;
	width: 100%;
	color: #fff;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 20px;
}
.call a strong {
	font-size: 32px;
	text-transform: uppercase;
}
.call a span {
	display: inline-block;
	margin: -20px 0 0 0;
	width: 70%;
}
.call a img {
	margin: 0 30px 0 0;
	display: inline-block;
}

#neu {
    top: 0;
	left: 0;
	position: relative;
	width: 100%;
	min-height: unset;
	background: #ffdd00;
}
	
#neu a:nth-of-type(1) {
	display: none;
}

#neu a:nth-of-type(2) {
    padding: 10px 0;
	width: 100%;
text-align: center;
}
	
	#neu:hover {
		left: 0;
	}
	
	.neutext {
    font: bold 19px/30px 'Ubuntu', Arial, Helvetica, sans-serif;
		color: #1E1E1E;
	}
	
		.h1-style {
		font-size:30px;
	}
	
	h2 span {
		right: 23%;
		font-size:10px;
	}
}
	

}

@media only screen and (max-width: 600px) {
	
	.h1-style {
		font-size:30px;
	}
	
	h2 span {
		right: 28%;
		font-size:10px;
	}
}

@media only screen and (max-width: 562px) {
	
	.h1-style {
		font-size:30px;
	}
	
	h2 span {
		right: 27%;
		font-size:10px;
	}
}


@media only screen and (max-width: 562px) {
	
	.h1-style {
		font-size:30px;
	}
	
	h2 span {
		right: 27%;
		font-size:10px;
	}
}

@media only screen and (max-width: 450px) {
	
	.h1-style {
		font-size:30px;
	}
	
	h2 span {
		font-size:10px;
    right: 31%;
}
}

@media only screen and (max-width: 380px) {
	
	.h1-style {
		font-size:30px;
	}
	
	h2 span {
		font-size:10px;
    right: 38%;
}
}


@media only screen and (max-width: 378px) {
	
	.h1-style {
		font-size:30px;
	}
	
	h2 span {
		font-size:10px;
    right: 38%;
}
}
