@charset "UTF-8";
@import url("reset.css");
@import url("fonts.css");





.Clear {
	clear:both;
}

::-moz-selection {
	background-color:#0094D4;
	color:#FFFFFF;
}

::selection {
	background-color:#0094D4;
	color:#FFFFFF;
}

html {

	width:100%;
	height:100%;
	 -webkit-text-size-adjust: 100%;
}

body {

	width:100%;
	min-height:100%;
	font-family:Roboto, Arial, Geneva, sans-serif;
	font-display: swap;
	color:#fff;
	font-size:16px;
	line-height:22px;
/* 	background:url(../images/background-compressed.jpg) #111111 no-repeat center center fixed; */
	background:#111;
	background-image: linear-gradient(to bottom,#111 30%,#2a2a2a 70%);
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

/*
.star-background-animation {
	background: #000 url(../images/star-background-animation.png) repeat top center;
    z-index: 1;
    opacity: 0.1;
}

.twinkling {
    background: transparent url(../images/twinkling.png) repeat top center;
    z-index: 1;
    -moz-animation: move-twink-back 400s linear infinite;
    -ms-animation: move-twink-back 400s linear infinite;
    -o-animation: move-twink-back 400s linear infinite;
    -webkit-animation: move-twink-back 400s linear infinite;
    animation: move-twink-back 400s linear infinite;
    opacity: 0.1;
}
*/

ol {
    counter-reset: foo;
    display: table;
}

ol > li {
    counter-increment: foo;
    display: table-row;
    padding-left:10px;
}

ol > li::before {
    content: "-  ";
    display: table-cell; /* aha! */
    text-align: right;
    padding-right:10px;
}



h1, h2, h3, h4, h5, p, form, fieldset {
	overflow:visible;
}

a, a:link, a:active, a:visited {
	color:#03b3ff;
	text-decoration:none;
	cursor:pointer;
	outline:none;
	font-weight:bold;
	font-size:16px;
}

button.btn-primary{
	padding: 10px 15px;
}

#CybotCookiebotDialogPoweredbyLink {
	display:none!important;
}

/*

#CybotCookiebotDialog {
	background:#111!important;
	color:#fff!important;
	border-top:1px solid #3a3a3a!important;
}

#CybotCookiebotDialogBody h2 {
	color:#0094D4;
	margin-bottom:10px;
}

#CybotCookiebotDialogBody {
	padding:10px!important;
}

#CybotCookiebotDialogBodyContent {
	padding:15px 0px!important;
}

#CybotCookiebotDialogBodyLevelButtons {
	margin-left:0px!important;
	margin-bottom:10px;
}

#CybotCookiebotDialogBodyLevelButtonAccept {
	background:#0094D4!important;
	border: 2px solid #0094D4!important;
}
*/
 

.logoWrapper {
	width:100%;
	padding-top:25px;
	max-width: 700px;
	margin:0 auto;
}

.logoWrapper img {
		display: table;


		margin-bottom:25px;
	}

#PhoneLink {
	color: #ffffff;
}

label.PhoneSpacer {
	width:60px;
}

#maxclusterWrapper {
	display: inline-block;
	text-align: left;
	margin-bottom:20px;
	margin-top:10px;
	background:#72abd7;
	padding:20px;

}

#maxclusterWrapper a,
#maxclusterWrapper a:hover,
#maxclusterWrapper a:active,
#maxclusterWrapper a:visited {
	color:#fff;
}

#maxclusterWrapper img {
	float:left;


}

#maxclusterWrapper p {
	float:right;
	width: 77%;

}

.provenexpert-widget {
	margin:0 auto;
	display: table;
	margin-bottom:10px;
	margin-top:10px;
}

a:hover {
	text-decoration: underline;
}

.cc-window.cc-banner.cc-type-info.cc-theme-classic.cc-bottom.cc-color-override--812440129
{
	z-index:99999999;
}


#provenExpert-Wrapper {
	margin-bottom:20px;
	margin-top:30px;
	text-align: center;
}

#provenExpert-Wrapper .fa-star {
	color:#c8b274;
}

#provenExpert-Wrapper .linkText {
	color:#c8b274;
	font-size:12px;
	font-weight:normal;
}

.btn-primary {
	background:#0ab5ff;
	font-size:16px;
	font-weight:700;
	border:0px!important;
	border-radius: 4px;
	color:#fff;
	padding:10px;
	cursor: pointer;
}

.btn-primary:hover {
	/* background:#286090!important; */
}

h1 {
	font-size:20px;
	line-height:30px;
	color: #0094D4;
	font-weight: bold;
	margin-top:20px;
}

ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.copyrightWrapper {
	margin-top:15px;
	font-size:11px;
	opacity: 0.5;
}

#BadgesWrapper {
	float:right;
}

.BadgePicture {

}

.BadgeInfo, .BadgeInfo a {
	font-size:12px!important;
	font-weight:normal;
	color:#ffffff;
}

.wrapper--top-outer {
	margin:0 auto;
	max-width:700px;
	display: none;

}

#wrapper--phone {
	max-width:100%;
	width:100%;
	background:#337AB7;
	color: #ffffff!important;
	line-heith:30px;
	font-size:20px;
	padding:10px 0px;
	text-align: center;
	font-weight:bold;
	z-index:999;
}

#wrapper--phone a {
	color: #ffffff;
	font-size:20px;

}

i.fa.fa-envelope {
	font-size:18px;
	margin-right:5px;
}

#table-imprint {
	width:300px;
	max-width:100%;
}

/* CSS Button Effekt */
/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1!important;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/* Layout */
#contentWrapper {

	margin:0 auto;
	max-width:700px;
	padding:5%;
	box-sizing: content-box;
	padding-top:2%;
}

#contentWrapper .Headline,
.hero .Headline  {

	animation: typing 3s steps(30), blink .5s step-end infinite alternate;
	font-weight:bold;
	font-size:40px;
	line-height:50px;
	color:#fff;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	border-right: 4px solid;
	padding-right:5px;
	position: relative;
}


@keyframes typing {
  from {
    width: 0
  }
}

@keyframes blink {
  50% {
    border-color: transparent
  }
}

#contentWrapper h2 {
	font-weight:bold;
	font-size:18px;
	line-height:18px;
	color:#0ab5ff;
	text-transform: none;
	margin-bottom:10px;

}

#ServiceList {
	margin:10px 0px 10px 0px;
}


#davidreuchlein {
	margin-top:5px;
}

#davidreuchlein-mobile {
	display: none;
	position: absolute;
	width: 100%;
	top: -20px;
	left: 0px;
	right: 0px;
	opacity: 0.4;

	background: url('../images/david-reuchlein-portrait-background-raw.png') no-repeat;
    background-size: auto;
    height: 500px;
    background-size: cover;

}
#contactWrapper {
	display: flex;
	gap: 15px;
	margin:30px 0px 30px 0px;
}

#contactWrapper button {
	border-radius: 4px;
	width:100%;
}

#contactWrapper .contact--whatsapp button {
	background: #25d366;
}



#contactWrapper > div {
	flex: 1;
}


#contactWrapper .contact--shopsoftware img {
	padding-top:6px;
	margin-right:0px;
}

#aboutTextWrapper {
	max-width:700px;
	padding: 0 0 3% 0;
	float:left;
	text-align: justify;
	margin-top:20px;
}

#aboutText {
	margin:0px 0px 20px 0px;
}

#contactBarWrapper {
	max-width:100%;
	font-size: 13px;
	padding-top:10px;
}

.contactBarItem {
	max-width: 100%;
	float:left;
	margin-right:30px;
	margin-bottom:20px;
}

#facebook {

	height:21px;
	width:103px;
	background:url(../images/facebook-logo.png) no-repeat;
}

#twitter {

	height:33px;
	width:103px;
	background:url(../images/twitter-logo.png) no-repeat;
	background-position: 0px 12px;
}

#xing {
	display: inline-block;
	height:40px;
	width:102px;
	background:url(../images/xing-logo.png) no-repeat;
	background-size: 102px 40px;
}

#pictureWrapper {
	float:right;
}

/*
#pe_rating,
#pe_stars>span:before {
	color:#03b3ff!important;
}
*/

#pe_stars {
	font-size:20px!important;
}

#pe_rating.pe_g .pe_u {
	padding-top:10px;
	color:#c8b274!important;
	padding-bottom:20px;
}

#

#TestimonialWrapper,
#SpecialOfferWrapper {
    margin-bottom: 40px;
    text-align: center;
    display: inline-block;
}

#SpecialOfferWrapper {
	display: block;
	text-align: left;
	background:#337AB7;
	color:#ffffff;
	padding:20px;
	font-size:14px;
	border: 8px solid #0ab5ff;
	margin-bottom:15px;
}

#SpecialOfferWrapper h3 {
	font-size:18px;
	font-weight:bold;
	line-height:24px;
}

#SpecialOfferWrapper #offerpoints {
	margin-top:15px;
}

#SpecialOfferButton {
	margin-bottom:40px;
	width:100%;
}

#todoWrapper {
    margin-top: 40px;
    text-align: center;
}

#TestimonialWrapper h2,
#todoWrapper h2 {
	color: #0ab5ff;
}

.todoItem {
	background: #0ab5ff;
	color:#ffffff;
	display: inline-block;
	margin:10px 0px;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	cursor: pointer;
	width:49%;
	float:left;
}

#needShop,
#installation,
#templateBuy,
#pluginDevelopment,
#bugfixing,
#seo
{
	margin-right:10px;
}


.todoStep {
	margin-top:10px;
	margin-bottom:10px;
}

.todoLink {
	display: none;
	font-size:12px;
}

.TestimonialItem {
	font-size:13px;
	line-height: 23px;
	text-align: left;
	font-style: italic;
	width:100%;
	margin-bottom:15px;
	display: inline-block;

}

.TestimonialItem p {
	padding-top: 10px;

}
.TestimonialImage {
	float:left;
	margin-right:30px;
	border:3px solid #ffffff;
	border-radius: 50%;
	margin-bottom:20px;
	margin-top:10px;
}

.TestimonialItem a {
	font-size:13px;
}

#logo-webfellows {
	display: block;
	margin-top:5px;
}

.todoContactWrapper {
	margin-bottom:15px;
}

.todoContactWrapper .infotext {
	font-size:11px;
	padding:5px 0px;
}
.todoContactWrapper-inner {
	text-align: left;
	margin-top:10px;
}

label.col-sm-3.col-form-label,
.col-form-label {
	font-size:14px;
}

.input-group {
	margin-bottom:15px;
}

#contactBudget,
#contactName,
#contactMail,
#contactPhone,
.input-group {
	max-width:200px;
}

#contactSendButton {
	float:left;
	text-align: center;
	width:200px;
}
.LightGrey {
	color: #999999;
	font-size: 13px!important;
}


.highlightText {

	color:#0094D4;
}

.highlightColor {
	color: #0ab5ff;
}

.ListIconNone {
	list-style-type:none;
	margin-left:14px;
}

.infoTextWrapper {
	max-width:100%;
}

.infoTextWrapper,
.infoTextWrapper a {
	font-size:14px;
}

.infoTextWrapper h2 {
	font-size:18px;
	line-height:22px!important;
	color:#03b3ff!important;
}

.infoTextWrapper h3 {
	font-size:16px;
	line-height:18px;
	color:#03b3ff;
	font-weight:bold;
	line-height:22px!important;
	margin-bottom:10px;
}

@media (max-width: 400px) {

	#contentWrapper {
		padding-bottom:9%;
	}

	#contentWrapper h1 {
		font-size:30px;
		line-height:40px;
		position: relative;
	}

	#contentWrapper h2 {
		font-weight:bold;
		font-size:16px;
		line-height:26px;
		margin-bottom:0px;

	}

	#davidreuchlein {
		margin-bottom:30px;
	}

	ul li {
		font-size:13px
	}

	.ListIconNone {
		margin-left:13px;
	}

	#contentWrapper .Headline {
/* 		display: none; */

	}

	#aboutText {
		margin:0px 0px 20px 0px;
	}

	#wrapper--phone {
		width:100%;
		max-width:100%;
	}

	#contentWrapper {
		padding-top:40px;
	}



}

@media (max-width: 540px) {

	.logoWrapper img {
		margin: 0 auto;
		margin-bottom:25px;

	}

	.logoWrapper {
		padding-top:25px;
	}

	#pictureWrapper {
		float:none;
	}

	.TestimonialImage {
		display: none;
	}

	#davidreuchlein {
		display: none;
	}

	#davidreuchlein-mobile {
		display: block;
	}

	#sloganWrapper {
		margin-top:250px;
	    position: relative;
	    margin-bottom: 30px;
	}

}


@media (max-width: 610px) {

	#BadgesWrapper {
		display: none;
	}


	#maxclusterWrapper img {
		float:none;
		display: table;
		margin:0 auto;
		margin-bottom:20px;
	}

	#maxclusterWrapper p {
		float:none;
		width:auto;
		text-align: justify;
	}

	#contentWrapper .Headline,
	.hero .Headline {
		font-size:35px;
		line-height:40px;
	}

	#contentWrapper h1 {
		font-size:20px;
		line-height: 27px;
		position: relative;
	}

	#davidreuchlein {
		width:180px;
		height:180px;
		margin-bottom:20px;
	}

	#pictureWrapper {

	}


}

@media (min-width: 610px) {
	#sloganWrapper {
		margin-top:50px;
	}
}









