/* CSS Document 2 */
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0;
	line-height: 23px;
}
input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.s3 {
	font-size: 22px;
	color: #000;
	letter-spacing: 0;
	line-height: 32px;
	font-weight: 400;
}
.ccm-page h1 {
	font-size: 48px;
	color: #000000;
	letter-spacing: 0;
	font-weight: 400;
	margin-top: 60px;
	margin-bottom: 40px;
}
.ccm-page h2 {
	font-size: 60px;
	color: #000000;
	letter-spacing: 0;
	line-height: 60px;
	font-weight: 300;
	margin-bottom: 40px;
}
.s3 li {
	margin-bottom: 30px;
}
/* Tell the <li> to not display numbers, but keep track of what the numbers should be */
.s3 ol li {
	counter-increment: list;
	list-style-type: none;
	position: relative;
}
/* Outout the numbers using the counter() function, but use a custom color, and position the numbers how we want */
.s3 ol li::before {
	color: #31C9AD;
	content: counter(list) ".";
	left: -32px;
	position: absolute;
	text-align: right;
	width: 22px;
	font-size: 25px;
	font-weight: bold;
}
.s3 a {
	background: #31C9AD;
	border-radius: 28px;
	font-size: 26px;
	color: #FFFFFF;
	font-family: Roboto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 48px;
	text-decoration: none;
}
header {
	background: grey;
}
.ccm-page img {
	width: 100%;
	height: auto;
}
.top-header {
	display: flex;
	/*background: #4A4A4A;*/
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	height: 75px;
	padding-right: 4%;
	padding-left: 4%;
	align-items: center;
	color: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	transition: .3s all ease-out;
	z-index: 6;
}



.page-template-home .top-header {
	height: 135px;
}
.side-nav .nav {
	margin-top: 76px;
}
.page-template-home .side-nav .nav {
	margin-top: 115px;
}
main {
	margin-top: 75px;
	min-height: 333px;
}
.page-template-home main {
	margin-top: 135px;
}
.page-template-home main {
	margin-top: 0;
}
.top-header a {
	color: #ffff;
	text-decoration: none;
}
.page-template-home .top-header {
	background: transparent;
}
.top-header.stick {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	height: 75px;
}
.logo {
	max-width: 260px;
}
header .icons {
	display: flex;
	flex-grow: 1;
	flex-direction: row-reverse;
}
.icons > div {
	margin-left: 20px;
	display: flex;
}
.icons > div a > span, .login span {
	width: 28px;
	height: 28px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 5px;
}
.login span {
	background-image: url(../images/lock@2x.png);
	position: relative;
	top: 3px;
}
.login a {
	display: block;
	line-height: 2.2;
}
.menu span {
	background-image: url(../images/burger@2x.png);
}
.icons > div a {
	display: flex;
	align-items: center;
}
/*============== side nav ====================*/

/*nav.side-nav {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	color: #fff;
	margin-top: 0;
	min-height: 252px;
	padding-bottom: 40px;
	padding-top: 0px;
	position: fixed;
	right: -390px;
	width: 390px;
	z-index: 5;
	padding-right: 85px;
	padding-left: 45px;
	height: 100%;
	top: 0;
	bottom: 0;
}*/

nav.side-nav {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	color: #fff;
	margin-top: 0;
	min-height: 252px;
	padding-bottom: 40px;
	padding-top: 0px;
	position: fixed;
	right: -363px;
	width: 363px;
	z-index: 5;
	padding-right: 58px;
	padding-left: 45px;
	height: 100%;
	top: 0;
	bottom: 0;
}
.close-it {
	margin-right: -60px;
	position: relative;
	text-align: right;
	top: 2px;
}
.close-it #close-it {
	color: #45c09c;
	cursor: pointer;
	font-size: 24px;
}
nav.side-nav li {
	border-bottom: 1px solid #ccc;
}
nav.side-nav li a {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding-left: 0;
	padding-right: 0;/* text-transform: uppercase; */
}
.side-nav .nav > li > a:hover, .side-nav .nav > li > a:focus {
	background-color: transparent;
	text-decoration: none;
}
nav.side-nav li a:hover, nav.side-nav li a.nav-selected {
	color: #45c09c;
}
.hamburger {
	font-size: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	vertical-align: middle;
	border: 0 none;
	background: transparent;
}
 .hamburger::-moz-focus-inner {
 padding: 0;
 border: 0 none;
}
.hamburger:focus {
	outline: 0;
}
.hamburger:before, .hamburger:after {
	content: "";
}
.hamburger:before, .hamburger .icon, .hamburger:after {
	display: block;
	width: 100%;
	height: 3px;
	margin: 0 0 0.2em;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	background: #fff;
}
.hamburger.active:before, .hamburger.active .icon, .hamburger.active:after {
	background: #fff;
}
.hamburger.hamburger-cancel.active .icon {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.hamburger.hamburger-cancel.active:before {
	-webkit-transform: translateY(7px) rotate(135deg);
	-ms-transform: translateY(7px) rotate(135deg);
	transform: translateY(7px) rotate(135deg);
}
.hamburger.hamburger-cancel.active:after {
	-webkit-transform: translateY(-7px) rotate(-135deg);
	-ms-transform: translateY(-7px) rotate(-135deg);
	transform: translateY(-7px) rotate(-135deg);
}
.hamburger {
	font-size: 28px;
	display: inline-block;
	width: 23px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	vertical-align: middle;
	border: 0 none;
	background: transparent;
	margin-left: 4px;
}
.hamburger::-moz-focus-inner {
 padding: 0;
 border: 0 none;
}
.hamburger:focus {
	outline: 0;
}
.hamburger:before, .hamburger:after {
	content: "";
}
.hamburger:before, .hamburger .icon, .hamburger:after {
	display: block;
	width: 100%;
	height: 3px;
	margin: 0 0 0.2em;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	background: #fff;
}
.hamburger.active:before, .hamburger.active .icon, .hamburger.active:after {
	background: #fff;
}
.hamburger.hamburger-cancel.active .icon {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.hamburger.hamburger-cancel.active:before {
	-webkit-transform: translateY(7px) rotate(135deg);
	-ms-transform: translateY(7px) rotate(135deg);
	transform: translateY(7px) rotate(135deg);
}
.hamburger.hamburger-cancel.active:after {
	-webkit-transform: translateY(-10px) rotate(-135deg);
	-ms-transform: translateY(-10px) rotate(-135deg);
	transform: translateY(-10px) rotate(-135deg);
}
/*============== section.slider ====================*/
section.slider.on-home {
	background-image: url(../images/top-imago.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100vh;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
}
/*============== section.main ====================*/
section.main {
}
.page-template-home .s3 {
	background: #D8D8D8;
	padding-bottom: 50px;
}
.mac {
	/*background-image: url(../images/macbook@2x.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	min-height: 444px;*/
	position: relative;
}
.the-bg {
	position: absolute;
	/* background: red; */
	top: 10%;
	bottom: 10%;
	right: 0;
	left: 58%;
	background-image: url(../images/macbook@2x.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}
.s1, .s2, .s3 {
	padding-top: 40px;
	padding-bottom: 50px;
}
.page-template-home .s2 {
	padding-top: 0;
	padding-bottom: 0;
}
.page-template-home .s2 .container {
	padding-top: 10%;
	padding-bottom: 10%;
	color: #fff;
}
.page-template-home .s2 h2 {
	font-size: 65px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 50px;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.1;
}
.page-template-home .s2 p {
	font-size: 28px;
	line-height: 1.3;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 4%;
}
.page-template-home .s2 a.see-more {
	border: 3px solid #FFFFFF;
	border-radius: 35px;
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	padding-left: 22px;
	padding-right: 22px;
	text-decoration: none;
}
.fourpack .fa {
	font-size: 30px;
	color: #31C9AD;
	width: 32px;
	text-align: center;
}
.fourpack h4 {
	font-size: 20px;
	color: #2C2C2C;
	line-height: 1.3;
}
.fourpack p {
	font-size: 18px;
	color: #7D7D7D;
	font-family: 'Open Sans', sans-serif;
	padding-left: 36px;
	padding-right: 12px;
}
.fourpack .ccm-block-feature-item {
	margin-bottom: 15px;
	margin-top: 15px;
}
.mac h4 {
	font-size: 20px;
	color: #4A4A4A;
}
/*============== footer ====================*/
footer {
	background: #4A4A4A;
	color: #fff;
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer ul {
	padding-left: 0;
	list-style: none;
}
footer ul li {
	border-bottom: solid 1px #888;
	font-size: 18px;
	line-height: 32px;
}
footer ul li a {
	font-size: 18px;
	line-height: 28px;
	color: #cdcdcd;
	text-decoration: none;
}
footer ul li a:hover {
	color: #fff;
}
footer ul.list-inline li a {
	font-size: 28px;
	text-decoration: none;
	color: #cdcdcd;
}
footer ul.list-inline li a:hover .fa {
	color: #fff;
}
/*footer ul.list-inline li a:hover .fa-youtube {
	color: #ff0000;
}
footer ul.list-inline li a:hover .fa-facebook {
	color: #4267b2;
}
footer ul.list-inline li a:hover .fa-instagram {
	color: #ff1493;
}
footer ul.list-inline li a:hover .fa-twitter {
	color: #1a9bda;
}*/
footer ul.list-inline li {
	border: none;
	background-image: url(../images/Line.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
footer ul.list-inline li:first-child {
	background-image: none;
}
footer .nav > li > a {
	padding: 3px 0px;
}
footer .nav > li > a:focus, footer .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	color: inherit;
}
footer h3 {
	font-size: 20px;
	color: #31C9AD;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 16px;
}
footer a {
	color: #fff;
}
footer .box4 {
	font-size: 18px;
}
/*============== person list ====================*/

.flexbox .flex-card-list {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
}
.flexbox .flex-card-listitem {
	display: flex;
}
.flexbox .flex-card-content {
	display: flex;
	flex: 1 0 auto; /* We have to add a basis for IE10/11 */
	flex-direction: column;
}
.flex-card-content {
	background: #EFEFEF;
	padding: 14px;
	position: relative;
}
.flexbox .flex-card {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.flexbox .flex-card-content p {
	flex: 1 0 auto; /* We have to add a basis for IE10/11 */
}
.flex-card-listitem {
	margin-bottom: 30px;
}
.flex-card {
	margin-right: 15px;
	margin-left: 15px;
}
.flex-card:hover {
	box-shadow: 0 2px 1px 1px #b7b7b7;
}
.flex-card h3 {
	font-size: 24px;
	color: #000000;
	letter-spacing: 0;
	margin-top: 5px;
	margin-bottom: 6px;
	font-weight: 700;
}
.flex-card p {
	font-size: 15px;
	color: #000;
	letter-spacing: 0;
	font-weight: 400;
	margin-top: 6px;
	line-height: 18px;
}
.flex-card a {
	font-size: 18px;
	color: #000;
	letter-spacing: 0;
	text-decoration: none;
	line-height: 18px;
}
.points {
	background: #7ED321;
	font-weight: 900;
	font-size: 34px;
	color: #FFFFFF;
	letter-spacing: -1px;
	position: absolute;
	border-radius: 50%;
	width: 50px;
	text-align: center;
	top: -32px;
	right: 12px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-icons .fa {
	margin-right: 5px;
}
.item-icons .age {
	margin-right: 22px;
}
.item-description {
	margin-bottom: 10px;
}
.x-detail .top-header {
	background: #4A4A4A;
	opacity: 0.9;
}
.x-detail main {
	padding-top: 135px;
}
/*======== DETAIL ===================*/
.x-detail .item-icons .place {
	margin-right: 20px;
}
.next-back {
	text-align: center;
	font-size: 28px;
	color: #4A4A4A;
	letter-spacing: 0;
	line-height: 25px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.next-back a {
	color: #4A4A4A;
	text-decoration: none !important;
}
.person-gallery {
	margin-top: 15px;
}
.pic.col-sm-6 {
	margin-top: 15px;
	margin-bottom: 15px;
}
h2.name {
	font-size: 36px;
	font-weight: bold;
	margin-top: 0;
}
.btn.btn-blue {
	background: #40A2CF;
	border-radius: 10px;
	font-size: 24px;
	color: #FFFFFF;
	/* font-family: 'Roboto', sans-serif; */
	text-transform: uppercase;
	margin-right: 30px;
}
.btn.btn-blue .fa {
	font-size: 30px;
	margin-right: 10px;
}
a.fb {
	font-size: 18px;
	color: #000000;
	text-decoration: none !important;
}
a.fb .fa {
	font-size: 28px;
	color: #9B9B9B;
	margin-right: 8px;
	position: relative;
	top: 4px;
}
.buttons {
	margin-top: 40px;
	margin-bottom: 40px;
}
.matched-items {
	font-size: 18px;
	line-height: 38px;
	background: #EFEFEF;
}
.matched-items h3 {
	font-size: 21px;
	color: #FFFFFF;
	background: #9B9B9B;
	line-height: 38px;
	padding-left: 15px;
	margin: 0;
}
.matched-items ul {
	padding: 0;
	list-style: none;
	margin-top: 10px;
	padding-bottom: 10px;
}
.matched-items li {
	padding-left: 15px;
}
.matched-items li .fa {
	margin-right: 10px;
	font-size: 20px;
}
.item-icons {
	margin-bottom: 18px;
	margin-top: 16px;
}
.item-icons a {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.item-icons .fa {
	font-size: 20px;
}
.points-block {
	width: 130px;
}
.squere {
	background: #EFEFEF;
	height: 170px;
	position: relative;
}
.oval {
	background: #7ED321;
	font-size: 64px;
	color: #fff;
	border: solid #EFEFEF 13px;
	border-radius: 100%;
	text-align: center;
	height: 130px;
	width: 130px;
	line-height: 102px;
	margin-top: -50%;
	position: relative;
	font-weight: 900;
}
.points-block .match {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 36%;
}
.col-sm-6.left-side, .person-predata.col-xs-9 {
	margin-top: 98px;
}
.points-block {
	width: 104px;
}
.squere {
	background: #EFEFEF;
	height: 170px;
	position: relative;
}
.oval {
	background: #7ED321;
	font-size: 52px;
	color: #fff;
	border: solid #EFEFEF 13px;
	border-radius: 100%;
	text-align: center;
	height: 104px;
	width: 104px;
	line-height: 75px;
	margin-top: -50%;
	position: relative;
}
.points-block .match {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 36%;
}
.andere {
	background: #EFEFEF;
	padding-bottom: 40px;
	padding-top: 40px;
}
.andere h2 {
	text-align: center;
}
.andere .flex-card-content {
	background: #fff;
}
.box5 {
	margin-top: 20%;
}
.step-indicator {
	padding-bottom: 50px;
}
.grey {
	background-color: #efefef;
}
.cta {
	text-align: center;
}
.cta h1 {
	font-size: 75px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 75px;
	font-weight: 300;
	margin-top: 0;/* margin: 0; */
}
.cta a {
	font-size: 32px;
	color: #FFFFFF;
	background: #31C9AD;
	border-radius: 35px;
	text-decoration: none;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 1%;
	padding-bottom: 1%;
}
.get-down {
	position: absolute;
	bottom: 3%;
	width: 100%;
	height: 60px;
}
.get-down a {
	display: block;
	margin: auto;
	width: 60px;
}
.btn.btn-naeste:hover { color:#fff;}
/*.input_invalid */.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    height: 38px;
}

.top-menu li {
	float: left;
}
.top-menu li a {
	text-transform:uppercase;
	color:#fff !important;
	font-size:18px;
}
.top-menu .nav > li > a:focus, .top-menu .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
}
.credits {
	color: #888;
	font-style: italic;
}





/* Code to adjust the layout to 2 cards per row */
@media all and (min-width: 768px) {
/* Float layout */
.flex-card-list li {
	width: 50%;
}
.no-flexbox .flex-card-list li {
	float: left;
}
}

/* Code to adjust the layout to 3 cards per row */
@media all and (min-width: 40em) and (max-width: 60em) {
/* Clears the row for 2 item per row layout */
.no-flexbox .flex-card-list li:nth-child(2n+1) {
	clear: both;
}
}
 @media all and (min-width: 992px) {
/* common to flex and non-flex */
.flex-card-list li {
	width: 25%;
}
/* Float specific: Clear after every third item */
.no-flexbox .flex-card-list li:nth-child(3n+1) {
	clear: both;
}
}


/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 415px) {
.cta h1 {
	font-size: 44px;
	line-height: 50px;
}
.ccm-page h1 {
	font-size: 42px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page-template-home .s2 h2 {
	font-size: 45px;
}
.page-template-home .s2 a.see-more {
	font-size: 28px;
}
.ccm-page h2 {
	font-size: 42px;
	line-height: 1;
	margin-bottom: 40px;
}
.cta a {
	font-size: 26px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.logo {
	max-width: 140px;
}
.icons > div a > span, .login span {
	width: 20px;
	height: 20px;
}
.hamburger {
	font-size: 24px;
	width: 20px;
	height: 20px;
	margin-left: 4px;
}
header .icons {
	font-size: 15px;
}
.icons > div {
	margin-left: 10px;
}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }