<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	padding: 0;
	margin: 0 ;
}
@import url('https://fonts.googleapis.com/css?family=Smooch+Sans&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Patrick+Hand&amp;display=swap');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;subset=devanagari,latin-ext');

/* #Primary
================================================== */

body{
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}

#web_version{
    overflow: hidden;
}


/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 28px;
	width: auto;
	display: block;
  filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #8167a9 !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #8167a9;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
    
}
.full-height {
    height: 80vh;
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
	background-position: center;
	background-repeat: repeat;
	background-size: 7%;
	background-color: #fff;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1{
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	color: #212112;
	text-align: center;
}


h1 span{
	display: inline-block;
    transition: all 300ms linear;
	opacity: 1;
	transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
	opacity: 0;
	transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
	opacity: 0;
	transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
	opacity: 0;
	transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
	opacity: 0;
	transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
	opacity: 0;
	transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
	opacity: 0;
	transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
	opacity: 0;
	transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(16){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(17){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(18){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(19){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(20){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(21){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(22){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(23){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(24){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(25){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(26){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(27){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(28){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(29){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(30){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(31){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(32){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(33){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(34){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(35){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(36){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(37){
	opacity: 0;
	transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(38){
	opacity: 0;
	transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(39){
	opacity: 0;
	transform: translateX(50px);
}
body.hero-anime h1 span:nth-child(40){
	opacity: 0;
	transform: translateX(50px);
}

h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
h1 span:nth-child(16){
    transition-delay: 1450ms;
}
h1 span:nth-child(17){
  transition-delay: 1450ms;
}
h1 span:nth-child(18){
  transition-delay: 1450ms;
}
h1 span:nth-child(19){
  transition-delay: 1450ms;
}
h1 span:nth-child(20){
  transition-delay: 1450ms;
}
h1 span:nth-child(21){
  transition-delay: 1450ms;
}
h1 span:nth-child(22){
    transition-delay: 1450ms;
  }
  h1 span:nth-child(23){
    transition-delay: 1450ms;
  }
  h1 span:nth-child(24){
    transition-delay: 1450ms;
  }
  h1 span:nth-child(25){
    transition-delay: 1450ms;
  }
  h1 span:nth-child(26){
    transition-delay: 1450ms;
  }
  h1 span:nth-child(27){
    transition-delay: 1450ms;
  }
  h1 span:nth-child(28){
    transition-delay: 1450ms;
  }
  h1 span:nth-child(29){
    transition-delay: 1450ms;
  }
  h1 span:nth-child(30){
    transition-delay: 1450ms;
  }
  h1 span:nth-child(31){
    transition-delay: 1450ms;
  }
  h1 span:nth-child(32){
    transition-delay: 1450ms;
  }
  h1 span:nth-child(33){
    transition-delay: 1450ms;
  }
  h1 span:nth-child(34){
    transition-delay: 1300ms;
  }
  h1 span:nth-child(35){
    transition-delay: 1300ms;
  }
  h1 span:nth-child(36){
    transition-delay: 1300ms;
  }
  h1 span:nth-child(37){
    transition-delay: 1300ms;
  }
  h1 span:nth-child(38){
    transition-delay: 1300ms;
  }
  h1 span:nth-child(39){
    transition-delay: 1300ms;
  }
  h1 span:nth-child(40){
    transition-delay: 1300ms;
  }
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	border: 2px solid #8167a9;
	border-radius: 27px;
	background: #000;
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	opacity: 1;
	transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
	opacity: 0;
	transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #000;
}
.switched {
	border-color: #000 !important;
	background: #8167a9 !important;
}
.switched #circle {
	left: 43px;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

body.dark{
	color: #fff;
	background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
	color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
	color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
	background-color: #14151a !important;
}
body.dark .start-header {
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
	color: #fff !important;
}
body.dark .nav-item.active .nav-link{
	color: #999 !important;
}
body.dark .dropdown-menu {
	color: #fff;
	background-color: #1f2029;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
	color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
	border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
	background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
	h1{
		font-size: 38px;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #000;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
	body.dark .nav-item::before {
		background-color: #fff;
	}
	body.dark .dropdown-toggle::after {
		background-color: #fff;
	}
	body.dark .dropdown-menu {
		background-color: transparent;
		box-shadow: none;
	}
}

/* #Link to page
================================================== */

.logo {
	position: absolute;
	bottom: 30px;
	right: 30px;
	display: block;
	z-index: 100;
	transition: all 250ms linear;
}


body.dark .logo img {
  filter: brightness(100%);
}
.absolute-center{
    margin-top: -10vh;
}

.mt-5{
    margin-top:10px;
}

.header-menu{
	position:relative;
	background:#fff;
	width:100%;
	min-width:1200px;
    border-bottom:1px solid black;
	height:72px;
	top:0;
	margin:0 auto;
}
.header-menu-div{
	position:relative;
	width:430px;
	margin:0 auto;
	height:70px;
    display:flex;
}
.header-menu-div-div1{
    height: 35px;
    margin-top:20px;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.5s;
    border-top: 2px solid transparent;
}
.header-menu-div-div1:hover{
    border-top: 2px solid #5edbff;
}
.header-menu-div-div2{
    height: 35px;
    margin-top:20px;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.5s;
    border-top: 2px solid transparent;
}
.header-menu-div-div2:hover{
    border-top: 2px solid #5edbff;
}
.header-menu-div-div3{
    height: 35px;
    margin-top:0px;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.5s;
}
.header-menu-div-div4{
    height: 35px;
    margin-top:20px;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.5s;
    border-top: 2px solid transparent;
}
.header-menu-div-div4:hover{
    border-top: 2px solid #5edbff;
}
.header-menu-div-div5{
    height: 35px;
    margin-top:20px;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.5s;
    border-top: 2px solid transparent;
}
.header-menu-div-div5:hover{
    border-top: 2px solid #5edbff;
}
.header-text{
	margin-left: 20px;
	font-family:Patrick Hand;
	font-size:20px;
	cursor:pointer;
	text-decoration:none;
}
.header-text:hover {
  color: #01c9ca;  
}

.header-text2{
	margin-left: 20px;
	font-family:Patrick Hand;
	font-size:20px;
	cursor:pointer;
	text-decoration:none;
}
.header-text2:hover {
  color: #01c9ca;  
}
.header-text3{
	font-family:Patrick Hand;
	font-size:20px;
	margin-top:20px;
	cursor:pointer;
	text-decoration:none;
}
.header-text3:hover {
  color: #01c9ca;  
}
.header-text4{
	font-family:Patrick Hand;
	font-size:20px;
	margin-top:20px;
	cursor:pointer;
	text-decoration:none;
}
.header-text4:hover {
  color: #01c9ca;  
}
.header-text5{
	font-family:Patrick Hand;
	font-size:20px;
	margin-top:20px;
	cursor:pointer;
	text-decoration:none;
}
.header-text5:hover {
  color: #01c9ca;  
}
.header-text6{
	font-family:Patrick Hand;
	font-size:20px;
	margin-top:20px;
	cursor:pointer;
	text-decoration:none;
}
.header-text6:hover {
  color: #01c9ca;  
}

.header-text:before {
  content: '';
  position: absolute;
  top: 20;
  left: 12px;
  display: block;
  width: 95px;
  height: 2px;
  background: #000;
  transform: scale(0);
  transition: all 0.2s;
}

.header-text:hover:before {
  background: #01c9ca;
  transform: scale(1);
}

.header-text2{
	float:left;
	margin-left: 20px;
	font-family:Patrick Hand;
	font-size:20px;
	margin-top:20px;
	cursor:pointer;
	text-decoration:none;
}
.header-text2:hover {
  color: #01c9ca;  
}
.header-img-logo{
	display: block;
	margin-left: 20px;
	margin-right: auto;
	width:70px;
	height:70px;
	float:left;
	
}



.menu-points{
    position: relative;
    width: 100%;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    height: 60px;
    margin-top:10px;
}


.menu-points-a {
    position: relative;
    --h: 1.2em;   /* the height */
    margin-left: 10px;
    font-size: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 12px;
    cursor: pointer;
    top:18px;
    linea-height: var(--h);
    color: #0000;
    overflow: hidden;
    text-shadow: 
      0 var(--_t,var(--h)) #fff,
      0 0 var(--_c,#000);
    background: 
      linear-gradient(#1095c1 0 0) 
      bottom/100% var(--_d, 0) no-repeat;
    transition: 0.3s;
  }
  .menu-points-a:hover{
    background-color: #1095c1;
    color: #fff;
    border: 2px solid #1095c1;
  }
  


.div-webseite{
    background-image: url("https://image.ibb.co/de6JzG/bitmap_1_1.png");
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    margin-top:30px;
    display: none;
  }

  .headline1{
    position: relative;
    font-size:35px;
    color:#000;
    padding-top:40px;
    text-align: center;
  }
  .headline2{
    position: relative;
    font-size:28px;
    color:#000;
    padding-top:10px;
    text-align: center;
  }

  .step1{
    position: relative;
    width: 1000px;
    display: flex;
    margin-top:50px;
    border:1px solid black;
    background-color: #fff;
    border-radius: 20px;
  }
  .step2{
    position: relative;
    width: 1000px;
    display: flex;
    margin-top:50px;
    border:1px solid black;
    background-color: #fff;
    border-radius: 20px;
  }
  .step3{
    position: relative;
    width: 1000px;
    display: flex;
    margin-top:50px;
    border:1px solid black;
    background-color: #fff;
    height: 230px;
    border-radius: 20px;
  }
  .step1_img{
    width: 300px;
    height: auto;
    border-radius: 20px;
  }

  .step1_text_number{
    font-size: 27px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(39, 144, 185);
    font-weight: bold;
    margin-left: 50px;
}
.step1_text{
    font-size: 27px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    margin-left: 5px;
    font-weight: bold;
}
.step1_text2{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    margin-left: 50px;
    top: 15px;
    width: 600px;
    text-align: left;
    line-height: 1.5;
    margin-top: 10px;
}




.webseite-erstellen-lassen-headline-div1{
    position: relative;
    width:180px;
    height: 15px;
    background-color: #2c8de7;
    margin-top:100px;
}
.webseite-erstellen-lassen-headline-div2{
    position: relative;
    width:180px;
    height: 15px;
    background-color: #2c8de7;
}
.webseite-erstellen-lassen-headline{
    position: relative;
    width:730px;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    font-size:50px;
    color:#000;
}

.homepage-erstelllen-lassen-div{
    position: relative;
    width:1000px;
    margin:50px auto;
    border:1px solid black;
    background-color: #fff;
    border-radius: 20px;
}

.homepage-erstelllen-lassen-p{
    position: relative;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    color:#000;
    padding-left: 15px;
    padding-right: 15px;
    padding-top:35px;
    padding-bottom:25px;
}

.homepage-erstelllen-lassen-img{
    position: relative;
    width:800px;
    height: auto;
    margin-top:25px;
}

.webseite-erstellen-lassen-leistungen{
    position: relative;
    width:900px;
    height: auto;
    margin:25px auto;
    display:flex;
}

.webseite-erstellen-lassen-leistungen-div{
    position: relative;
    width:300px;
    height: 350px;
    padding:15px;
}

  
.webseite-erstellen-lassen-leistungen-icon-rocket{
    width:100px;
    height: auto;
}
.webseite-erstellen-lassen-leistungen-icon-Handy{
    width:80px;
    height: auto;
}
.webseite-erstellen-lassen-leistungen-icon-Birne{
    width:110px;
    height: auto;
}

.webseite-erstellen-lassen-leistungen-h{
    position: relative;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top:15px;
}

.webseite-erstellen-lassen-leistungen-p{
    position: relative;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;

}






.stellenanzeigen-typ{
    position: relative;
    width:1050px;
    height: auto;
    margin:100px auto;
  }

  .card {
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 320px;
    height: 583px;
    display: inline-block;
    padding-top:15px;
    cursor: pointer;
    transition:0.4s;
    top:0px;
    background-color: #fff;
  }

  .card2 {
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    width: 320px;
    height: 620px;
    display: inline-block;
    padding-top:15px;
    cursor: pointer;
    transition:0.4s;
    box-shadow: 0 4px 8px 0 #5edbff;
    background-color: #fff;
  }


  .card-headline{
    position: relative;
    color:#000;
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .card-headline2{
    position: relative;
    color:#000;
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top:10px;
  }

  .card-info{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    padding-top:30px;
    padding-bottom: 30px;
  }
  .card-info2{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    padding-top:45px;
    padding-bottom: 45px;
  }

  .card-info-text{
    position: relative;
    font-size: 18px;
    padding-top:3px;
    padding-bottom:3px;
    text-align: left;
    margin-left: 15px;
    color:#000;
  }
  
  .price {
    color: #000;
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    margin-left:30px;
    margin-top:15px;
    padding-bottom:15px;
  }  
  .card button:hover {
    opacity: 0.7;
  }
  .card-info-button{
    position: relative;
    width: 100%;
    height: 50px;
    font-size:22px;
    background-color: #5edbff;
    cursor: pointer;
    color:#fff;
    border:none;
    transform: 2.0s;
  }

  .card-info-button:hover{
    background-color: #60a9fc;
  }


section {
  padding: 3rem 0;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #242424;
}

h1.section-title {
  font-size: 2.2rem;
  margin-bottom: 1.3rem;
}

a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

p.lead {
  color: #a1a2ac;
  margin-bottom: 6rem;
}

.btn {
  text-transform: uppercase;
  font-weight: 600;
}

.btn-outline-signin {
  border: 1px solid #e1e8ee;
}

.btn-start {
  background: #fd4d66;
  color: #fff;
  padding: 0.8rem;
  width: 100%;
  margin: 0 auto;
}

.btn-start:hover,
.btn-start:focus {
  color: #fff;
}

.btn-outline-start {
  background: #fff;
  border: 1px solid #fddbe4;
  color: #fd4d66;
  padding: 0.8rem;
  width: 100%;
  margin: 0 auto;
}

.btn-outline-start:hover,
.btn-outline-start:focus {
  color: #fd4d66;
}

section.pricing-plans {
  background: #fff;
  padding: 8rem 0;
}

#navbar-main {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  border-bottom: 1px solid #e1e8ee;
}

#navbar-main .navbar-brand {
  color: #fd4d66;
  text-transform: lowercase;
  font-weight: 600;
  font-size: 1.40rem;
}

#navbar-main .navbar-toggler {
  border: none;
  font-size: 2rem;
}

#navbar-main .navbar-nav &gt; li.nav-item &gt; a {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}

.pricing-box {
  padding: 1rem;
  background: #fff;
  border: 1px solid #e1e8ee;
}

.pricing-box .card-title {
  font-size: 1rem;
  line-height: 2;
}

.pricing-box .currency {
  top: -1.50rem;
  font-size: 1.50rem;
  letter-spacing: 0.75rem;
  margin-right: -1.5rem;
}

.pricing-box .amount {
  font-size: 3.8rem;
}

.pricing-box .month {
  color: #a1a2ac;
  margin-left: -0.8rem;
}

.pricing-box .list-group {
  margin-bottom: 1rem;
}

.pricing-box .list-group-item {
  padding: 0.45rem 1rem;
  border: none;
}

.pricing-premium {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.09);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.09);
  box-shadow: 0 5px 10px rgba(0,0,0,.09);
}

@media (max-width: 768px) {
  .pricing-box {
    margin-bottom: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  #navbar-main {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  
  #navbar-main .navbar-nav &gt; li.nav-item &gt; a {
    color: #a1a2ac;
    padding: 1rem;
  }
  
  #navbar-main .navbar-nav &gt; li.nav-item &gt; a:hover,
  #navbar-main .navbar-nav &gt; li.nav-item &gt; a:focus {
    color: #242424;
  }
}

@media (min-width: 768px) {
  .pricing-premium {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
  }
}


  







.zitat-div{
    position: relative;
    width:100%;
    height: 380px;
    margin-top:50px;
 background-color: #000;
}
.zitat-div-img{
    position: relative;
    width:100%;
    height: 380px;
    overflow: ;
    opacity: 0.8;
 object-fit:cover;
 z-index: 1;
}

.zitat-div-h2{
    position: absolute;
    left: 0;
    right: 0;
    top:100px;
    font-size: 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:#fff;
    text-align: center;
    line-height: 1.3;
    z-index: 99;
}

.zitat-div-h3{
    position: absolute;
    font-size:25px;
    left: 0;
    right: 0;
    top:200px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:#fff;
    text-align: center;
    z-index: 99;
}








  
  :root {
	--color-1: #186cb8;
	--color-2: #2a9a9f;
	--color-3: #f1b211;
	--color-4: #e83611;
	--color-5: #f9002f;
  }
  
  .container{
    margin-top:-100px;
    font-family: 'Courier New', Courier, monospace;
  }
  
  .wrapper {
	background: transparent;
	line-height: 1;
	min-height: 100%;
	display: grid;
	place-items: center;
	min-height: calc(100vh - 16px);
  }
  
  .color-headline {
	font-family: "Exo", sans-serif;
	font-size: 7vw;
	font-weight: 900;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	margin: auto;
	text-transform: uppercase;
	background: linear-gradient(219deg, 
	  var(--color-1) 19%, 
	  transparent 19%,transparent 20%, 
	  var(--color-2) 20%, var(--color-2)  39%,
	  transparent 39%,transparent 40%, 
	  var(--color-3) 40%,var(--color-3) 59% ,
	  transparent 59%,transparent 60%, 
	  var(--color-4) 60%, var(--color-4) 79%,
	  transparent 79%, transparent 80%, 
	  var(--color-5) 80%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
  }
  



  .warum-wir-div{
    width: 90%;
    height: auto;
    display: flex;
    min-width: 1200px;
    max-width: 1900px;
    margin-top:-100px;
  }
  .warum-wir-div-p-div{
    position: relative;
    font-size: 30px;
    color:#000;
    width: 50%;
    text-align: left;
    margin-top: 20px;
}
.warum-wir-div-p{
    position: relative;
    font-size: 26px;
    color:#000;
    width: 90%;
    margin-left: 5%;
    text-align: left;
    line-height: 1.6;
    font-weight: ;
}
.warum-wir-div-img{
    position: relative;
    width: 50%;
    height: auto;
    object-fit: cover
}

.warum-wir-div2{
    width: 90%;
    height: auto;
    display: flex;
    min-width: 1200px;
    max-width: 1900px;
    margin-top:150px;
  }
  .warum-wir-div-img-div{
    position: relative;
    width: 50%;
    height: auto;
    object-fit: cover
}
.warum-wir-div-img2{
    position: relative;
    width: 50%;
    height: auto;
    object-fit: cover;
    margin-top:50px;
}

.made-in-germany-div{
    position: relative;
    margin-top:50px;
}
.made-in-germany-div-h1{
    position: relative;
    color:#000;
}

.made-in-germany-div-flag{
  position: relative;
  width: 500px;
  height: 8px;
  display: flex;
  margin-top: 20px;
}
.made-in-germany-div-flag-black{
  position: relative;
  width: 166px;
  height: 8px;
  background-color: #000;
}
.made-in-germany-div-flag-red{
  position: relative;
  width: 166px;
  height: 8px;
  background-color: rgb(255, 0, 0);
}
.made-in-germany-div-flag-gold{
  position: relative;
  width: 166px;
  height: 8px;
  background-color: #FFD700;
}
.made-in-germany-div-flag-text{
    width: 800px;
    margin-top: 20px;
    line-height: 1.5;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}













.col-xs-12{
    width: 100%;
    min-width: 100%;
    background-color: #2c3bc0;
    height: 150px;
    margin-top:200px;
}
.mb-30{
    position: relative;
    font-size: 25px;
    color: #fff;
    text-align: center;
    top: 30px;
    font-size: 35px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.btn-contact{
    position: relative;
    margin:0 auto;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom:10px;
    font-size: 20px;
    border-radius: 15px;
    transition: 0.3s;
    cursor: pointer;
    top: 40px;
}
.btn-contact:hover{
    background-color: #fff;
    color: #2c3bc0;
    border: 1px solid #000;
}








.div-App{
    background-image: url("Bilder/rm383-14.jpg");
    background-size:100% contain;
    background-repeat:no-repeat;
    background-position: center;
    margin-top:30px;
    width:100%;
    height: 100vh;
    min-width:1200px;
    display: none;
  }




  /*app side*/
  .headlinie-div{
    position: relative;
    width: 90%;
    margin-left: 5%;
    min-width:1200px;
    padding-top:50px;
  }
  .headline{
    position: relative;
    color: #fff;
    text-align: left;
    margin-left: 50px;
    font-weight: bold;
    font-size: 60px;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .headline-text{
    position: relative;
    color: #fff;
    text-align: left;
    margin-left: 50px;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.6;
    width: 800px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .sector1-div{
    position: relative;
    display: flex;
    width: 90%;
    margin-left: 5%;
    min-width: 960px;
    margin-top:30px;
  }
 
  .sector1-div-ios{
    position: relative;
    width: 450px;
    background-color: #fff;
    border:none;
    color: #000;
    border-radius: 20px;
    height: 200px;
    transition: 0.3s;
    cursor: pointer;
  }
  .sector1-div-ios:hover{
    color:#ffffff;
    background: rgb(255, 123, 0);
  }

  .sector1-div-ios-headline{
    position: relative;
    font-size: 30px;
    color: rgb(168, 39, 158);
    text-align: left;
    margin-left: 30px;
    padding-top:20px;
  }
  .sector1-div-ios-text{
    position: relative;
    text-align: left;
    width:430px;
    margin-left: 20px;
    height: auto;
    font-size:18px;
    margin-top:10px;
  }



  .sector2-div{
    position: relative;
    display: flex;
    width: 90%;
    margin-left: 5%;
    min-width: 960px;
    margin-top:30px;
  }  
  .sector2-div-next{
    position: relative;
    width: 650px;
    background-color: #fff;
    border:none;
    color: #000;
    border-radius: 20px;
    height: 150px;
    transition: 0.3s;
    cursor: pointer;
  }
  .sector2-div-next:hover{
    color:#ffffff;
    background: rgb(255, 123, 0);
  }

  .sector2-div-next-headline{
    position: relative;
    font-size: 30px;
    color: rgb(168, 39, 158);
    text-align: left;
    margin-left: 30px;
    padding-top:20px;
  }
  .sector2-div-next-text{
    position: relative;
    text-align: left;
    width:630px;
    margin-left: 20px;
    height: auto;
    font-size:18px;
    margin-top:10px;
  }



.div-haed{
  position: relative;
  width: 100%;
  max-width:1200px;
  border:1px solid rgb(201, 201, 201);
  margin:25px auto;
  background: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
.div-haed-m{
    position: relative;
    width:100%;
    border:1px solid rgb(201, 201, 201);
    margin:25px auto;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.ratgeber-header-img{
  position: relative;
  width: 100%;
  max-width:1200px;
  height: auto;
  max-height: 500px;
  background-color: orange;
}
.ratgeber-header-img-m{
    position: relative;
    width:100%;
    height: auto;
    background-color: orange;
  }

.ratgeber-splitter{
  width: 1200px;
  height: 4px;
  background-image: linear-gradient(to right, rgb(0, 183, 255) , rgb(206, 3, 206));
}

.nav-m{
    padding-bottom:40px;
}

.Headline1{
  position: relative;
  font-size: ;
  text-align: center;
  margin-top:25px;
  font-size: 38px;
}

.Headline2{
  position: relative;
  font-size: ;
  text-align: center;
  font-size: 25px;
}
.Headline2-m{
    position: relative;
    font-size: 2vh;
    width:80%;
    margin-left: 10%;
    text-align: center;
  }

.input-text-1{
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  width:90%;
  margin:4vh auto;
  padding-bottom: 25px;
}



.div-main{
  position: relative;
  width:96%;
  max-width:1200px;
  border:1px solid rgb(201, 201, 201);
  margin:25px auto;
  background: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  padding-bottom:35px;
}


.div-main-h2{
  position: relative;
  color:#000;
  margin-top:50px;
  width: 90%;
  margin-left: 5%;
  font-size: 32px;
  line-height: 1.2;
}
.div-main-h3{
  position: relative;
  color:#000;
  margin-top:15px;
  width: 90%;
  margin-left: 5%;
  font-size: 25px;
  line-height: 1.1;
}
.div-main-p{
  position: relative;
  color:#000;
  width:90%;
  margin-top:2vh;
  margin-left:5%;
  font-size:18px;
  line-height: 1.3;
}
.div-main-p-list{
    position: relative;
    color:#000;
    width:80%;
    margin-top:3px;
    margin-left:7%;
    font-size:18px;
    line-height: 1.3;
  }
.div-main-h2-m{
  position: relative;
  color:#000;
  margin-top:2vh;
  margin-left: 2vh;
  font-size: 2.5vh;
  height: auto;
}
.div-main-h3-m{
  position: relative;
  color:#000;
  margin-top:0.5vh;
  margin-left: 2vh;
  font-size: 2vh;
  height: auto;
}
.div-main-p-m{
  position: relative;
  color:#000;
  width:90%;
  margin-top:2vh;
  margin-left:5%;
  font-size:2vh;
  line-height: 1.3;
}

.div-mail-img1{
  position: relative;
  width:90%;
  max-width:800px;
  height: auto;
  margin:25px auto;
}


.div-mail-img1-m{
  position: relative;
  width:80%;
  height: auto;
  margin:25px auto;
  margin-left: 10%;
}

.button-ratgeber{
  position: relative;
  width:90%;
  max-width:1200px;
  cursor: pointer;
  color:#fff;
  background-color: #fd8a02;
  padding-top:0.6vh;
  padding-bottom:0.6vh;
  font-size:2.2vh;
  border-radius: 0.2vh;
  border:none;
  transition: 0.5s;
}
.button-ratgeber:hover{
    background-color: #e47e03;
    border-radius: 10px;
}

.button-ratgeber-m{
  position: relative;
  width:80%;
  color:#fff;
  background-color: #01c9ca;
  padding-top:0.6vh;
  padding-bottom:0.6vh;
  font-size:2.5vh;
  border-radius: 0.2vh;
  border:none;
}

.div-mail-link{
  position: relative;
  text-decoration: none;
  color: #01c9ca;
  cursor: pointer;
}
.div-mail-link:hover{
  position: relative;
  text-decoration: none;
  color: #011fca;
}














</pre></body></html>