/*

Tooplate 2112 Brunch

https://www.tooplate.com/view/2112-brunch

*/

html, body {
  height: 100%;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  font-size: 13px;
  color: #7a7a7a;
  line-height: 22px;
  margin: 0px;
}

.border-button a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 12px 20px;
  border: 1px solid #fff;
  border-radius: 24px;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.3s;
}

.border-button a:hover {
  background-color: #fff;
  color: #517df0;
}

.blue-border-button a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #517df0;
  padding: 12px 20px;
  border: 1px solid #517df0;
  border-radius: 24px;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.5s;
}

.blue-border-button a:hover {
  background-color: #517df0;
  color: #fff;
}

.blue-button a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 12px 20px;
  background-color: #517df0;
  border-radius: 24px;
  letter-spacing: 0.5px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.3s;
}

.blue-button a:hover {
  background-color: transparent;
  border: 1px solid #fff;
}


html, body {
	height: 100%;
	width: 100%;
	/*background: radial-gradient(ellipse farthest-side at 76% 77%, rgba(245, 228, 212, 0.25) 4%, rgba(255, 255, 255, 0) calc(4% + 1px)), radial-gradient(circle at 76% 40%, #fef6ec 4%, rgba(255, 255, 255, 0) 4.18%), linear-gradient(135deg, #ff0000 0%, #000036 100%), radial-gradient(ellipse at 28% 0%, #ffcfac 0%, rgba(98, 149, 144, 0.5) 100%), linear-gradient(180deg, #cd6e8a 0%, #f5eab0 69%, #d6c8a2 70%, #a2758d 100%); background-blend-mode: normal, normal, screen, overlay, normal;
	*/
	/*background: radial-gradient(62.27% 100% at 50% 0%, #00FF94 0%, rgba(0, 255, 148, 0.25) 100%), linear-gradient(219.46deg, #000000 27.63%, #170059 100%), linear-gradient(202.92deg, #FFEBB9 9.44%, #19004E 80.6%), radial-gradient(100% 246.94% at 100% 100%, #FFFFFF 0%, #000353 100%), linear-gradient(121.18deg, #1400FF 0.45%, #3A0000 100%), linear-gradient(180deg, #FF7A00 0%, #3C6A00 100%), linear-gradient(150.76deg, #0012B6 15.35%, #000B72 89.57%);
	background-blend-mode: soft-light, screen, overlay, overlay, difference, difference, normal;
	*/
	background: url("C:/Users/Admin/StudioProjects/newnumber_entwicklung/firebase/newnumber/mail/img/Polygon.png");
	font-family: Arial;
}


/*
.custom-shape-divider-top-1592735207 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1592735207 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1592735207 .shape-fill {
    fill: #FFFFFF;
}*/

.container {
	background-color: white;
	width: 700px;
	display: table;
}

/* Content Style */
.content {
	text-align: center;
	margin: auto;
	display: table-row;
}

.content h2 {
	margin-top: 0px;
	margin-bottom: 1em;
	/*font-family: papyrus;*/
	font-size: 24px;
	text-align:left;
	margin-left: 0px;
	font-weight: bold;
	padding-left:6px;
	padding-top: 3px;
}

.content h3 {
	font-size: 56px;
	font-style: italic;
	font-weight: bold;
}

.content > p {
	font-size: 24px;
	color: white;
	margin-bottom: 30px;
}

.content table {
	text-align: right;
	margin: auto;
}

.content table input {
	color: #0f23ff;
}

.content td {
	padding: 0.8em;
}

.content button {
	color: #0f23ff;
}

.content #domain {
	padding: 0;
	text-align: left;
}

.content #but_install {
	margin: 1em;
}

.container #main {
	background-color: #6ab7ff;
	color: white;
}

.custom-shape-divider-top-1592767496 {
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1592767496 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1592767496 .shape-fill {
    fill: #6ab7ff;
}

.content .card {
  margin-top: 500px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
  background-color: rgba(186, 186, 186, 0.4);
  padding: 5px;
}

.content .text p {
	margin-top: 1em;
	color: #008d00;
	font-size: 15px;
	line-height: 2;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

/* Footer Style */


.sub-footer {
	margin-top: 20px;
  background-color: #6ab7ff;
  text-align: center;
  display: table-row;
}

.sub-footer p {
  margin: 0px;
}

.sub-footer a {
	color: black;
  font-size: 17px;
}

.sub-footer a:hover {
  color: #6ab7ff;
}

.sub-footer .item {
  margin: 20px;
}

.italic {
  font-style: italic;
}

.sub-footer #copyright {
  text-align: center;
  padding-left: 20%;
  padding-right: 15%;
}


@media only screen and (min-width: 768px) {
  .banner .center-image .inside-content {
    padding: 0px;
  }

  .left-right-image .owl-carousel .item {
    width: 30vh;
  }
}

@media (max-width:767px) {

  .banner .left-content {
    text-align: center;
    height: 400px!important;
  }

  .banner .left-content .inside-content {
    top: 70%;
  }

  .banner .center-image {
    height: 50vh;
    background: #517df0; /* Old browsers */
    background: -moz-linear-gradient(top, #517df0 50%, #eeeeee 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #517df0 50%,#eeeeee 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #517df0 50%,#eeeeee 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#517df0', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 */
  }

  .banner .right-content {
    height: 300px!important;
  }

  .banner .right-content .owl-theme {
    text-align: center;
    top: 30%;
  }

  .owl-theme .owl-dots {
    text-align: center;
  }

  footer .footer-item {
    text-align: center;
  }

  .sub-footer #copyright {
    margin-top: 50px;
  }

}

@media (max-width:992px) {

  .contact-intro {
    text-align: left!important;
  }

  .services .service-item {
    margin: 30px 0px;
  }

  .contact-form {
    text-align: left!important;
  }

  .contact-form .text-content .inside-content{
    text-align: center;!important;
  }

  .contact-form .right-content {
    height: auto;
    padding-bottom: 60px;
  }

  .banner .left-content {
    height: 500px;
  }

  .banner .center-image {
    height: 500px;
  }

  .banner .right-content {
    height: 500px;
  }

  .template-presentation {
    text-align: center;
  }

  .template-presentation .right-content {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 80px;
  }

  .left-right-image .right-image {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 70px;
  }

  .left-right-image .right-image .blue-border-button {
    margin-bottom: 30px;
  }

  .left-right-image .left-image {
    text-align: center;
  }

  .video {
    text-align: center;
  }

  .video .text-content {
    height: 300px;
  }

  .video .text-content .inside-content {
    text-align: center;
    width: 100%;
  }

  footer {
    text-align: center;
    padding: 100px 0px 40px 0px;
  }

  footer .footer-item {
    margin-bottom: 60px;
  }

}

