/*CSS Reset*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th {font-size:1em; font-weight:normal; font-style:normal;}ul,ol {list-style:none;}fieldset,img,hr {border:none;}caption,th {text-align:left;}table {border-collapse:collapse; border-spacing:0;}td {vertical-align:top;}img.centered, .aligncenter, div.aligncenter {display: block;margin-left: auto;
margin-right: auto;}
img.alignright {margin: 0 0 2px 15px;display: inline}
img.alignleft {margin: 0 15px 2px 0;display: inline}
.alignright {float: right;}.alignleft {float: left;}
/*HTML5 block*/
header, section, footer,
aside, nav, article, figure {
	display: block;
}
figure {
	margin:0;
	padding:0;
}
/*HTML5 clearfix*/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear {clear:both; height:0px;}

body{
	background:#000000 url(../images/bgbg.jpg) no-repeat center center;
	background-size:cover;
	font-size:20px;
	color:#000000;
	line-height:28px;
	font-family: 'Raleway', sans-serif !important;
	font-weight:400;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#a33b84;
	text-decoration:none;
}
a:active {
	text-decoration:none;
	border:none;
}
.relative {
	position:relative;
}
strong, b {
	font-weight:700;
}
p {
	margin-bottom:40px !important;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom:40px;
}

.container {
	padding:0 100px;
	overflow:hidden;
}

/* HEADER */

header {
	background: #c3479e;
	background: -moz-linear-gradient(left, #c3479e 0%, #7a155c 100%);
	background: -webkit-linear-gradient(left, #c3479e 0%,#7a155c 100%);
	background: linear-gradient(to right, #c3479e 0%,#7a155c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3479e', endColorstr='#7a155c',GradientType=1 );
	overflow:hidden;
	padding:15px 0;
}
header .logo {
	float:left;
	padding-top:10px;
	margin-left:55px;
}
header .logo img {
	max-width:100%;
	height:auto;
}
header .phoneblock {
	float:right;
}
header .phoneblock .phone {
	float:left;
	margin-right:14px;	
}
header .phoneblock .phone a {
	display:inline-block;
	background:url(../images/phoneicon.png) no-repeat left center;
	padding:10px 0 10px 50px;
	color:#ffffff;
	text-decoration:none;
	font-size:38px;
	font-weight:900;
	transition:all 0.5s ease;
}
header .phoneblock .phone a:hover {
	transform:scale(1.05,1.05);
}
header .phoneblock .additional {
	float:left;
	font-size:10px !important;
	line-height:12px !important;
	color:#ffffff !important;
	padding-top:14px;
}
.locale-de-ch header .phoneblock .phone {
	float:none;
	margin-right:0px;	
}
.locale-de-ch header .phoneblock .phone a {
	padding:0px 0 20px 50px;
	font-size:20px;
	font-weight:700;
}
.locale-de-ch header .phoneblock .additional {
	float:none;
	font-size:20px !important;
	line-height:20px !important;
	color:#ffffff !important;
	padding-top:14px;
	padding-left:50px;
	font-weight:700;
	margin-top:-34px;
}
.locale-de-ch header .phoneblock .additional .cellcenter {
	display:none;
}
	

/* INTRO */

.intro {
	color:#ffffff;
	padding:40px 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 20%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 20%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0000000', endColorstr='#00000000',GradientType=0 );	
}

.intro .photoframe {
	position:relative;
	width:225px;
	margin:0 auto 0 auto;
}
.intro .photoframe figure {
	margin:0 auto 0 auto;
	position:relative;
	height:225px;
	width:225px;
	border-radius:180px;
	border:8px solid #f1ece2;
	overflow:hidden;
}
.intro .photoframe figure img {
	height:225px;
	width:386px;
	transform:translateX(-90px);
}
.intro .introtext {
	padding-top:15px;
	background:url(../images/iq.png) no-repeat right center;
}
.intro .name {
	font-size:20px;
	font-weight:900;
	margin-bottom:5px;
	position:relative;
	padding-left:30px;
	color:#ffffff !important;
}
.intro .name:before {
	content:"";
	height:4px;
	background:#ffffff;
	width:30px;
	left:-15px;
	position:absolute;
	top:12px;
}
.intro .quote h1 {
	font-size:40px;
	line-height:46px;
	font-weight:300;
	font-style:italic;
	margin-bottom:20px;
	color:#ffffff !important;
}
.intro .buttons a {
	display:inline-block;
	color:#ffffff;
	background:#a33b84;
	padding:10px 20px 10px 50px;
	text-decoration:none;
	border-radius:6px;
	font-weight:600;
	margin-right:10px;
	margin-bottom:10px;
	transition:all 0.5s ease;
}
.intro .buttons a.sms {
	background:#a33b84 url(../images/i1.png) no-repeat 10px center;
}
.intro .buttons a.sms:hover {
	background:#831b64 url(../images/i1.png) no-repeat 10px center;
	transform:scale(0.95,0.95);
}
.intro .buttons a.ear {
	background:#a33b84 url(../images/i2.png) no-repeat 10px center;
}
.intro .buttons a.ear:hover {
	background:#831b64 url(../images/i2.png) no-repeat 10px center;
	transform:scale(0.95,0.95);
}

/* CONTENT */

.content {
	padding:70px 100px;
	background:#ffffff;
	border-radius:20px;
	border-top:15px solid #2d4a76;
	position:relative;
	z-index:998;
}
.content h2 {
	font-size:36px;
	line-height:40px;
	font-weight:600;
	margin-bottom:40px;
	color:#4b4391;
}
.content h3 {
	text-align:center;
	padding-top:40px;
	position:relative;
	font-size:28px;
	line-height:34px;
	font-weight:600;
	margin-bottom:40px;
	color:#4b4391;	
}
.content h3:before {
	content:"";
	position:absolute;
	height:8px;
	width:140px;
	left:50%;
	top:0px;
	transform:translateX(-70px);
	background:#4b4391;
}
.content h3 a {
	color:#4b4391;	
}
.content h4 {
	font-size:22px;
	line-height:26px;
	font-weight:600;
	margin-bottom:40px;
	color:#4b4391;
}
.content h4 a {
	color:#4b4391;	
}
.content ul {
	margin-bottom:40px;
}
.content ul li {
	margin-bottom:10px;
	padding-left:30px;
	position:relative
}
.content ul li:before {
	content:"";
	position:absolute;
	left:0px;
	top:4px;
	width:20px;
	height:20px;
	border-radius:15px;
	border-bottom-right-radius:0px;
	background:#a33b84;
}

.content blockquote {
	font-size:26px;
	line-height:30px;
	font-weight:300;
	font-style:italic;
	margin-bottom:40px;
	border:none;
	padding-left:60px;
	background:url(../images/iql.png) no-repeat left top;
}

.content .button {
	text-align:center;
	margin-bottom:40px;
}
.content .button a {
	display:inline-block;
	color:#ffffff;
	background:#a33b84 url(../images/phoneiconw.png) no-repeat 10px center;
	padding:20px 20px 20px 60px;
	text-decoration:none;
	border-radius:8px;
	font-weight:600;
	margin-bottom:20px;
	transition:all 0.5s ease;	
	font-size:36px;
}
.locale-de-ch .content .button a {
	padding:20px 20px 20px 60px;
	font-size:20px;
}
.content .button a:hover {
	background:#831b64 url(../images/phoneiconw.png) no-repeat 10px center;
	transform:scale(1.05,1.05);
	box-shadow:10px 10px 50px rgba(255,187,235,0.5);
}
.content .button em {
	display:block;
	font-size:14px;
}
.locale-de-ch .content .button em {
	display:block;
	font-size:20px;
	font-weight:600;
	color:#a33b84;
}

/* TESTIMONIALS */

section.testimonials h2 {
	font-size:36px;
	line-height:40px;
	font-style:italic;
	font-weight:300;
	color:#ffffff;;
}
section.testimonials {
	text-align:center;
	margin-bottom:40px;
}
section.testimonials .testicontent {
	background:rgba(0,0,0,0.7);
	border-radius:20px;
	padding:60px 50px 30px 50px;
	position:relative;
	z-index:992;
	margin-top:-25px;
}
section.testimonials article {
	background:rgba(45,74,118,0.7);
	border-radius:15px;
	padding:25px;
	text-align:left;
	color:#ffffff;
	margin-bottom:25px;
}
section.testimonials article .rating {
	color:#e4a600;
	font-size:28px;
	margin-bottom:5px;
}
section.testimonials article p {
	margin-bottom:15px !important;
}
section.testimonials article .signature {
	font-size:20px;
	font-weight:600;
}

footer {
	text-align:center;
	color:#cfcfcf;
	font-size:12px;
	line-height:16px;
	padding:40px 0 20px 0;
}
footer {
	background:#1b1b1b;
	font-size:14px;
	color:#9a9a9a; line-height:18px;
	text-align:center;
	padding:60px 0 40px 0;
}
footer div div div div {
	margin-bottom:20px;
}
footer a {
	color:#9a9a9a;
	font-weight:600;
	text-decoration:none;
}
footer a:hover {
	color:#cccccc;
	text-decoration:none;
}

@media only screen and (min-width: 993px) and (max-width: 1200px){

.content {
	padding:30px 50px;
}	

}
@media only screen and (min-width: 769px) and (max-width: 992px){

.container {
	padding:0 40px;
}

header .logo {
	margin-left:0px;
}
header .phoneblock .phone {
	float:none;
	margin-right:0px;	
}
header .phoneblock .phone a {
	padding:10px 0 10px 50px;
	font-size:32px;
}
header .phoneblock .phone a:hover {
	transform:scale(1,1);
}
header .phoneblock .additional {
	float:none;
	font-size:10px;
	line-height:12px;
	color:#ffffff;
	padding-top:0px;
	padding-left:50px;
}
.intro .introtext {
	padding-top:15px;
	background:url(../images/iq.png) no-repeat right top;
}
.intro .quote h1 {
	font-size:32px;
	line-height:36px;
	font-weight:300;
	font-style:italic;
	margin-bottom:20px;
}
.content {
	padding:30px 30px;
}
section.testimonials .testicontent {
	background:rgba(0,0,0,0.7);
	border-radius:20px;
	padding:50px 30px 30px 30px;
	position:relative;
	z-index:992;
	margin-top:-25px;
}

}

@media (max-width: 768px) {

body{
	font-size:18px;
	line-height:24px;
}
	
.container {
	padding:0 25px;
}

header .logo {
	margin-left:0px;
	width:80px;
}
header .phoneblock .phone {
	float:none;
	margin-right:0px;	
}
header .phoneblock .phone a {
	padding:10px 0 10px 0px;
	font-size:28px;
	background:none;
}
.locale-de-ch header .phoneblock .phone a {
	padding:0px 0 15px 0px;
	font-size:14px;
	font-weight:700;
}
.locale-de-ch header .phoneblock .additional {
	padding-left:0px;
	font-size:14px !important;
}
header .phoneblock .phone a:hover {
	transform:scale(1,1);
}
header .phoneblock .additional {
	float:none;
	font-size:10px;
	line-height:12px;
	color:#ffffff;
	padding-top:0px;
	padding-left:0px;
}
.intro .introtext {
	padding-top:15px;
	background:url(../images/iq.png) no-repeat right top;
}
.intro .quote h1 {
	font-size:28px;
	line-height:32px;
	font-weight:300;
	font-style:italic;
	margin-bottom:20px;
}
.content {
	padding:30px 15px;
}
.content h2 {
	font-size:30px;
	line-height:36px;
	margin-bottom:30px;
}
.content h3 {
	padding-top:30px;
	font-size:24px;
	line-height:30px;
	margin-bottom:30px;
}
.content .button a {
	padding:20px 20px 20px 60px;
	font-weight:600;
	font-size:30px;
}
section.testimonials h2 {
	font-size:28px;
	line-height:34px;
}
section.testimonials .testicontent {
	background:rgba(0,0,0,0.7);
	border-radius:20px;
	padding:50px 15px 30px 15px;
	position:relative;
	z-index:992;
	margin-top:-25px;
}

}
@media (max-width: 400px) {

}
