@charset "utf-8";

/* Loading fonts locally
----------------------------------------------- */

/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/open-sans-v20-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/open-sans-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/open-sans-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/open-sans-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/open-sans-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/open-sans-v20-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-600 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/open-sans-v20-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/open-sans-v20-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/open-sans-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/open-sans-v20-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('fonts/open-sans-v20-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/open-sans-v20-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-700 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/open-sans-v20-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/open-sans-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/open-sans-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/open-sans-v20-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('fonts/open-sans-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/open-sans-v20-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }


  /* dosis-regular - latin */
@font-face {
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/dosis-v19-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/dosis-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/dosis-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/dosis-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/dosis-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/dosis-v19-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
  }
  /* dosis-600 - latin */
  @font-face {
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/dosis-v19-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/dosis-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/dosis-v19-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/dosis-v19-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('fonts/dosis-v19-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/dosis-v19-latin-600.svg#Dosis') format('svg'); /* Legacy iOS */
  }

  /* pt-sans-narrow-regular - latin */
@font-face {
	font-family: 'PT Sans Narrow';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/pt-sans-narrow-v12-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/pt-sans-narrow-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/pt-sans-narrow-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/pt-sans-narrow-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/pt-sans-narrow-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/pt-sans-narrow-v12-latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
  }
  /* pt-sans-narrow-700 - latin */
  @font-face {
	font-family: 'PT Sans Narrow';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/pt-sans-narrow-v12-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/pt-sans-narrow-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/pt-sans-narrow-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/pt-sans-narrow-v12-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('fonts/pt-sans-narrow-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/pt-sans-narrow-v12-latin-700.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
  }


/* Allgemeine Definitionen
----------------------------------------------- */
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6, table, ul {
    -webkit-text-size-adjust: none;
}
html {
	overflow-y: scroll;
}
body {
	background: #72abca;
	color: #4B4B4B;
	font-size: 13px;
	font-family: 'Open Sans', Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom; 
}
.linksumfliessend {
	float: left;
	margin: 0 15px 10px 0;
}
.rechtsumfliessend {
	float: right;
	margin: 0 0 10px 10px;
}
hr {
	display: none;
}
.hr {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/hr.png) no-repeat center top;
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
	margin: 0 0 16px 0;
	width: 100%
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.nobr {
	white-space: nowrap;
}
input,
textarea {
  -webkit-appearance: none;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.pts {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 14px;
}
.imgleft {
	float: left;
	margin: 0 22px 12px 0;
}
.imgright {
	float: right;
	margin: 0 0 12px 18px;
}
.shadow {
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.25);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,.25);	
}
.rounded10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.roundedbottom10 {
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.roundedtop10 {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

/* Links
----------------------------------------------- */
a {
	color: #2d6f93;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #2d6f93;
	text-decoration: none;
}
.sbhome a {
	color: #666;
	outline: none;
	text-decoration: none;
}
.sbhome a:hover {
	color: #2d6f93;
	text-decoration: none;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #b1ddf5;
	text-decoration: none;
}
#footer a.textslide {
	background: #5990ad url(https://www.lasik-hildesheim.de/layout/gfx/textslide_left.png) no-repeat 0 0;
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
}
#footer a:hover.textslide {
	color: #fff;
	text-decoration: none;
}
#footer a.textslide span {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/textslide_right.png) no-repeat right 0;
	color: #fff;
	display: block;
	float: left;
	line-height: 20px;
	padding: 0 0 1px 0;
	text-align: center;
	text-decoration: none;
	width: 130px;
}
#footer a:hover.textslide span {
	color: #b1ddf5;
	text-decoration: none;
}



/* Typo
----------------------------------------------- */
h1, h2, h3, h4 {
	line-height: normal !important;
	margin: 0;
	padding: 0;
}
h1 {
	color: #5eb533;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
h2 {
	color: #2d6f93;
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 18px 0;
	text-transform: uppercase;
}
h3, h4 {
	font-size: 14px;
	margin: 0 0 16px 0;
}
p {
	margin: 0 0 16px 0;
	padding: 0;
}
p.pnull {
	margin: 0;
	padding: 0;
}
address.faddress {
	border: solid #9dc4da;
	border-width: 1px 0;
	font-style: normal;
	line-height: 52px;
	float: left;
	margin: 8px 1.6% 0 1.8%;
	padding: 0 0 0 2px;
	width: 96.6%;
}
#text ul {
	margin: 0 0 16px 0;
	padding: 0;
}
#text ul li {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/listdot.png) no-repeat 2px 6px;
	list-style: none;
	margin: 0;
	padding: 0 0 14px 19px;
}
#text ul.advantage,
#text ul.disadvantage {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 20px 0;
	padding: 0;
}
#text ul.advantage li,
#text ul.disadvantage li {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/haken.png) no-repeat 0 7px;
	list-style: none;
	margin: 0;
	padding: 4px 0 4px 28px;
}
#text ul.disadvantage li {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/minus.png) no-repeat 0 7px;
}

#text ul.gallery {
	float: left;
	margin: 0 0 0 -11px;
	padding: 0;
	width: 441px;
}
#text ul.gallery li {
	background: none;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}

/* Layout
-----------------------------------------------*/ 
#innerheader,
#innernavigation,
#content,
#innerfooter {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
	max-width: 970px;
}
#innerheader {
	display: inline-block;
	position: relative;
}
#container {
	background: #cee2d9 url(https://www.lasik-hildesheim.de/layout/gfx/bg.png) repeat-x 0 0;
	float: left;
	margin: 0;
	padding: 0 0 77px 0;
	width: 100%;
}
#header {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
p.h1,
p.h2,
p.h3,
p.h4 {
	float: left;
	padding: 0;
}
p.h1 {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/trennlinie.png) no-repeat center right;
	margin: 37px 20px 0 26px;
	padding: 0 20px 10px 0;
}
p.h3 {
	font-weight: 700;
	/* margin: 48px 0 0 0; */
	margin: 53px 0 0 0;
	text-transform: uppercase;
}
p.h3 a,
p.h3 a:hover {
	color: #3e7b9c;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 12px;
	text-decoration: none;
}
p.h3 .phone,
p.h3 .phone a,
p.h3 a span,
p.h3 a:hover span {
	color: #66b54a;
	font-size: 21px;
	letter-spacing: normal;
	line-height: 19px;
	text-decoration: none;
}

p.icon2,
p.icon3 {
	float: right;
	margin: 27px 0 0 16px;
	padding: 0;
}

p.icon1 {
	float: right;
	margin: 27px 0 0 16px;
	padding: 11px 0 11px 0;
}

p.icon4 {
	bottom: -50px;
	float: right;
	margin: 0;	
	left: auto;
	padding: 0;	
	position: absolute;
	top: auto;
	right: 4px;
	z-index: 5;
}
p.icon1 img,
p.icon2 img,
p.icon3 img,
p.icon4 img {
	float: left;
}
.sidebox h3,
.sbhome h3 {
  font-size: 13px;
  margin: 0;
}
.sidebox h4,
.sbhome h4 {
  font-size: 11px;
  margin: 0;
  margin-bottom: 6px;
}
.sidebox h3,
.sidebox h4,
.sidebox p,
.sbhome h3,
.sbhome h4,
.sbhome p {
	padding-right: 15px;
	padding-left: 15px;
}

.sbhome img {
  width: 100%;
}
.sidebox p.pnull,
.sbhome p.pnull {
	padding: 0;
}
#navigation,
#submenu,
#starttext,
#text,
#sidebar,
.sidebox,
.sbhome,
.sideboxlist,
.sideboxclear,
#footer {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#navigation {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/bg_navi.png) no-repeat center bottom;
	margin: 26px 0 14px 0;
	padding-bottom: 1px;
}
#home #navigation {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/bg_navihome.png) no-repeat center bottom;
	margin-bottom: 0;
	padding-bottom: 0;
}
#submenu {
	margin-right: 10px;
	width: 235px;
}
#bigimg {
	background: #fff;
	float: left;
	margin: 5px 5px 15px 5px;
	padding: 20px;
	width: 675px;
}
#bigimg img {
	display: block;
	float: left;
}
#text {
	background: #fff;
	line-height: 18px;
	margin: 5px 15px 0 5px;
	padding: 15px 20px 10px 20px;
	width: 430px;
}
#starttext {
	background: #fff;
	margin: 5px 0 0 .5155%;
	line-height: 18px;
	padding: 15px 2.062% 10px 2.062%;
	width: 94.8454%;
}
#sidebar {
	font-size: 11px;
	width: 235px;
}
.sidebox {
	background: #fff;
	line-height: 17px;
	margin: 5px 5px 15px 5px;
	padding: 15px 0;
	width: 225px;
}
.sbmsubnav {
	padding: 10px 15px 15px 15px;
	width: 195px;
}
.sbhome {
	background: #fff;
	line-height: 17px;
	margin: 5px 1.55% 15px 0.5%;
	padding: 15px 0 0 0;
	width: 23.2%;
}
.lastbox  {
	margin-right: 0 !important;
}
.sideboxclear {
	font-size: 11px;
	line-height: 17px;
	margin: 19px 0 10px 21px;
	width: 214px;
}
p.pdfhead {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/pdf.png) no-repeat 0 2px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 2px 20px;
	text-transform: uppercase;
}
#text ul.sbclist,
ul.sbclist {
	color: #2d6f93;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#text ul.sbclist li,
ul.sbclist li {
  background: none;
	list-style: none;
	margin: 0;
	padding: 1px 0;
}
#text ul.sbclist li a
ul.sbclist li a {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/greenarrow-xs.png) no-repeat 0 3px;
	padding-left: 11px;
}
a.sbblink {
	background: #5990ad url(https://www.lasik-hildesheim.de/layout/gfx/greenarrow.png) no-repeat 9px 11px;
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	line-height: 32px;
	margin: 8px 0 0 0;
	padding: 0 0 0 12%;
	text-decoration: none;
	width: 88%;
}
a:hover.sbblink {
	color: #fff;
	text-decoration: underline;
}
ul.buttonlist {
	margin: 5px 0 0 0;
	padding: 0;
}
ul.buttonlist li {
	float: left;
	list-style: none;
	margin: 0 0 8px 5px;
	padding: 0;
	width: 230px;
}
ul.buttonlist li:last-child {
	/* margin-top: 10px; */
	margin-bottom: 10px;
}
ul.buttonlist li a {
	background: #5990ad url(https://www.lasik-hildesheim.de/layout/gfx/greenarrow-xs.png) no-repeat 17px 50%;
	padding-left: 11px;
	color: #fff;
	display: block;
	font-size: 13px;
	line-height: 32px;
	padding: 0 0 0 29px;
	text-decoration: none;
	width: 197px;
}
ul.buttonlist a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/bg_footer.png) repeat-x 0 0;
	color: #fff;
	padding: 15px 0 30px 0;
}
.fbox1,
.fbox4 {
	float: left;
	margin: 0;
	padding: 0;
}
.fbox1 {
	margin-left: 19px;
	margin-right: 20px;
	width: 211px;
  padding-top: 10px;
  font-size: 16px;
}
.fbox4 {
	float: right;
	margin-right: 13px;
  	padding-bottom: 10px;
	width: 226px;
}
p#pslide {
	clear: both;
	float: left;
	margin: 5px 0;
	padding: 0;
	width: 100%;
}
p.flhead {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
ul.fblist {
	float: left;
	margin: 0 0 28px 0;
	padding: 0;
	width: 100%;
}
ul.fblist li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#flashcontent {
	background: #8ab9d3;
	float: left;
	margin: 0 0 28px 0;
	padding: 0;
}
p.design {
	float: right;
	font-size: 11px;
	font-weight: 600;
	line-height: 12px;
	margin: 15px 13px 15px 0;
	padding: 0;
}
#footer .design a {
	color: #b1ddf5;
	text-decoration: none;
}
#footer .design a:hover {
	color: #fff;
	text-decoration: none;
}
#footer ul.fnav {
	float: left;
	font-size: 11px;
	font-weight: 600;
	line-height: 12px;
	margin: 15px 0 15px 19px;
	padding: 0;
	text-transform: uppercase;
	max-width: 720px;
}
#footer ul.fnav li {
	border-left: 1px solid #b1ddf5;
	color: #b1ddf5;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 7px;
}
#footer ul.fnav li.firstfnav {
	border-left: none;
	padding-left: 0;
}
#footer ul.fnav li a {
	color: #b1ddf5;
	float: left;
	text-decoration: none;
}
#footer ul.fnav li a:hover {
	color: #fff;
	text-decoration: none;
}
#textpanel {
	background: #72abca;
	border: 1px solid #9dc4da;
	display: none;
	display: block;
	float: left;
	margin: 0 16px 20px 17px;
	padding: 10px;
	width: 917px;
}



/* Slider
-----------------------------------------------*/ 
#slider {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/buehne.png) no-repeat 0 -9px;
	color: #000;
	float: left;
	font-family: 'Open Sans', sans-serif;
	/*max-height: 368px;*/
	max-height: auto;
	margin: 0 auto;
	padding: 1px 7px 0 6px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
#full-width-slider {
	color: #333;
	height: 353px;
	margin: 0;
	width: 98.763%;
}
.rsContent {
	color: #000;
	float: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
}
.rsABlock {
	position: relative;
	display: block;
	left: auto;
	top: auto;
}
p.blockHeadline,
p.blockHeadline2,
p.blockHeadline3 {
	font-family: 'Dosis', sans-serif;
	font-size: 32px;
	line-height: 32px;
	padding: 0;
	margin: 131px 0 10px 20px;
}
p.blockHeadline {
	margin-top: 231px;
}
p.blockHeadline2,
p.blockHeadline3 {
	font-size: 48px;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
p.blockHeadline3 {
  font-size: 72px;
  line-height:88px;
}
.sliderwhite {
	color: #fff;
}
p.txtCent,
p.txtCent2 {
	margin: 306px 0 0 20px;
	padding: 0;
	text-align: left;
	width: 100%; 
}
p.txtCent {
	margin-bottom: 18px; 
}
a.btnlink {
	background: #63BD37 url(https://www.lasik-hildesheim.de/layout/gfx/btnlink.png) no-repeat 10px center;
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	text-decoration: none;
	text-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 20px 0 0;
	padding: 0 11px 0 26px;
}
a:hover.btnlink {
	background: #63BD37 url(https://www.lasik-hildesheim.de/layout/gfx/btnlink.png) no-repeat 10px center;
}
.fullWidth {
	max-width: 958px;
	margin: 0 auto;
}



/* Tabellen
-----------------------------------------------*/ 
#textmain table {
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 0;
}
#textmain td,
#textmain th {
	border: 1px solid #fff;
	border-width: 0 1px 1px 0;
	vertical-align: top;
	text-align: left;
}
#textmain th {
	background: #c7d7eb;
	font-weight: 600;
	padding: 6px 10px;
}
#textmain td {
	background: #eaf1fa;
	padding: 1px 10px;
}


/* Formulare
-----------------------------------------------*/ 
#kontaktform {
	color: #555;
	float: left;
	margin: 0;
	text-align: left;
}	
#kontaktform p {
	margin: 0 0 10px 0;
	padding: 0;
}	
label.stdlabel {
	cursor: pointer;
	float: left;
	text-align: left;
	width: 150px;
}
input.stdinput,
textarea.stdtxta {
	background: #eaf1fa;
	border: 1px solid #6A96CA;
	font-family: inherit;
	font-size: 1em;
	padding: 1px 0;
	width: 278px;
}
textarea.stdtxta {
	height: 130px;
	width: 428px;
}
.button {
	background: #5990ad url(https://www.lasik-hildesheim.de/layout/gfx/bg_button.png) repeat-x 0 0;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	height: 21px;
	line-height: 21px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 87px;
}
#ctaform {
	background: rgba(235, 242, 251, .96);
	color: #333;
	float: right;
	font-size: 12px;
	margin: 0;
	padding: 14px 14px 0 15px;
	position: absolute;
	right: 19px;
	text-align: left;
	top: 15px;
	width: 195px;
	z-index: 998;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;		
}
#sidebar #ctaform,
#ctaform2,
#ctaform3 {
	background: #fff;
	color: #333;
	float: right;
	font-size: 12px;
	margin: 5px 5px 15px 5px;
	padding: 14px 14px 0 15px;
	position: static;
	text-align: left;
	width: 196px;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 8px;
}
#ctaform3 {
	display: none;
}
@media only screen and (min-height: 600px) and (min-width:767px) {
	#sidebar.shrink #ctaform2 {
		position: fixed;
		top: 0;
		z-index: 999;
	}
}
#ctaform p,
#ctaform2 p,
#ctaform3 p {
	float: left;
	margin: 0 0 8px 0;
	padding: 0;
	width: 100%;
}
#ctaform p.ctafhead,
#ctaform2 p.ctafhead,
#ctaform3 p.ctafhead {
	border-top: 1px solid #66b64a;
	border-bottom: 1px solid #66b64a;
	color: #66b64a;
	font-size: 19px;
	font-weight: 600;
	line-height: 20px;
	margin: 0 0 8px 0;
	padding: 4px 0 5px 0;
	text-align: center;
	text-transform: uppercase;
}
#ctaform p.ctafhead span,
#ctaform2 p.ctafhead span,
#ctaform3 p.ctafhead span {
	color: #3f7b9c;
}
label.ctaflabel {
	cursor: pointer;
	float: left;
	text-align: left;
	width: 100%;
}
input[type=checkbox].checkbox,
input.checkbox {
	float: left;
	text-align: left;
	width: 10%;
}
label.ckblabel {
	cursor: pointer;
	display: block;
	float: left;
	padding-top: 2px;
	text-align: left;
	width: 86%;
}
input.ctafinput,
input.ctafinput2 {
	background: #fff;
	border: 1px solid #5990ac;
	font-family: inherit;
	font-size: 1em;
	margin: 0;
	padding: 1px 2%;
	width: 95.7%;
}
#sidebar input.ctafinput,
input.ctafinput2 {
	background: #e9f1fa;
}
.ctafbutton {
	background: #63bd37;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	height: 26px;
	line-height: 26px;
	margin: 7px 0 0 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.ctafbutton:hover {
	background: #5990ad;
}




/* Navigationen
-----------------------------------------------*/
ul#menu-h {
	float: left;
	font-size: 12px;
	list-style: none;
	margin: 0 0 0 26px;
	padding: 0;
	position: relative;
}
ul#menu-h li {
	display: inline;
	float: left;
	margin-right: 4px;
	position: relative;
}
ul#menu-h a {
	background: #5990ad url(https://www.lasik-hildesheim.de/layout/gfx/menu-h_left.png) no-repeat 0 0;
	color: #618ba5;
	display: block;
	float: left;
	padding: 0 0 0 13px;
	text-align: center;
	text-decoration: none;
}
ul#menu-h a span {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/menu-h_right.png) no-repeat right 0;
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	height: 31px;
	line-height: 31px;
	padding: 1px 13px 0 0;
	text-align: center;
}
ul#menu-h a:hover,
ul#menu-h li:hover a,
ul#menu-h li.iehover a {
	background: #5990ad url(https://www.lasik-hildesheim.de/layout/gfx/menu-h_left.png) no-repeat 0 -32px;
	color: #fff;
}
ul#menu-h a:hover span,
ul#menu-h li:hover a span,
ul#menu-h li.iehover a span {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/menu-h_right.png) no-repeat right -32px;
}
ul#menu-h a.current {
	background: #79d64b url(https://www.lasik-hildesheim.de/layout/gfx/menu-h_left.png) no-repeat 0 -64px;
}
ul#menu-h a.current span {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/menu-h_right.png) no-repeat right -64px;
}
/* 2nd level */
ul#menu-h ul {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/menu-h_subbuttom.png) no-repeat left bottom;
	display: none;
	font-size: 12px;
	font-weight: normal;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 7px 0 10px 0;
	position: absolute;
	top: 32px;
	width: 200px;
	z-index: 9999;
}
ul#menu-h ul li {
	background: #ffefa4;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#menu-h ul li {
	background: #5990ad;
}
ul#menu-h ul a {
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 6px 7px 6px 13px;
	width: 180px;
}
ul#menu-h li:hover li a,
ul#menu-h li.iehover li a {
	background: #5990ad;
	float: none;
	text-align: left;
}
ul#menu-h ul a.last,
ul#menu-h li:hover li a.last,
ul#menu-h li.iehover li a.last {
}
/* 2nd level hover */
ul#menu-h li:hover li a:hover,
ul#menu-h li:hover li:hover a,
ul#menu-h li.iehover li a:hover,
ul#menu-h li.iehover li.iehover a {
	background: #79d64b;
	color: #fff;
	text-decoration: none;
}
/* hover */
ul#menu-h li:hover ul ul,
ul#menu-h li:hover ul ul ul,
ul#menu-h li.iehover ul ul,
ul#menu-h li.iehover ul ul ul {
	display: none;
}
ul#menu-h li:hover ul,
ul#menu-h ul li:hover ul,
ul#menu-h ul ul li:hover ul,
ul#menu-h li.iehover ul {
	display: block;
}


/*zweites MenÃ¼ oben*/
ul#menu-h2 {
	float: left;
	font-size: 12px;
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}
ul#menu-h2 li {
	display: inline;
	float: left;
	position: relative;
}
ul#menu-h2 a {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/greenline.png) no-repeat 0 12px;
	color: #618ba5;
	display: block;
	float: left;
	line-height: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
ul#menu-h2 li.mh2first a {
	background: none;
}
ul#menu-h2 a span {
	display: block;
	float: left;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	padding: 1px 8px 0 8px;
	text-align: center;
}
ul#menu-h2 a:hover,
ul#menu-h2 li:hover a,
ul#menu-h2 li.iehover a {
	background: #79d64b url(https://www.lasik-hildesheim.de/layout/gfx/menu-h_left.png) no-repeat 0 -32px;
	color: #fff;
}
ul#menu-h2 a:hover span,
ul#menu-h2 li:hover a span,
ul#menu-h2 li.iehover a span {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/menu-h_right.png) no-repeat right -32px;
}
ul#menu-h2 a.current {
	background: #79d64b url(https://www.lasik-hildesheim.de/layout/gfx/menu-h_left.png) no-repeat 0 -64px;
}
ul#menu-h2 a.current span {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/menu-h_right.png) no-repeat right -32px;
}
/* 2nd level */
ul#menu-h2 ul {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/menu-h_subbuttom2.png) no-repeat left bottom;
	display: none;
	font-size: 12px;
	font-weight: normal;
	right: 0px;
	list-style: none;
	margin: 0;
	padding: 6px 0 10px 0;
	position: absolute;
	text-transform: none;
	top: 32px;
	width: 170px;
	z-index: 9999;
}
ul#menu-h2 ul li {
	background: #ffefa4;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
ul#menu-h2 ul li {
	background: #5990ad;
}
ul#menu-h2 ul a {
	height: auto;
	line-height: normal;
	margin: 0;
	padding: 6px 7px 6px 13px;
	width: 150px;
}
ul#menu-h2 li:hover li a,
ul#menu-h2 li.iehover li a {
	background: #5990ad;
	float: none;
	text-align: left;
}
ul#menu-h2 ul a.last,
ul#menu-h2 li:hover li a.last,
ul#menu-h2 li.iehover li a.last {
}
/* 2nd level hover */
ul#menu-h2 li:hover li a:hover,
ul#menu-h2 li:hover li:hover a,
ul#menu-h2 li.iehover li a:hover,
ul#menu-h2 li.iehover li.iehover a {
	background: #79d64b;
	color: #fff;
	text-decoration: none;
}
/* hover */
ul#menu-h2 li:hover ul ul,
ul#menu-h2 li:hover ul ul ul,
ul#menu-h2 li.iehover ul ul,
ul#menu-h2 li.iehover ul ul ul {
	display: none;
}
ul#menu-h2 li:hover ul,
ul#menu-h2 ul li:hover ul,
ul#menu-h2 ul ul li:hover ul,
ul#menu-h2 li.iehover ul {
	display: block;
}

/*Subnav*/
ul#subnav {
	font-size: 13px;
	margin: 0;
	padding: 0;
}
ul#subnav li {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/bg_subnavli.png) no-repeat center top;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#subnav li a {
	color: #2d6f93;
	display: block;
	float: left;
	padding: 7px 0;
	text-decoration: none;
	width: 195px;
}
ul#subnav li.subnavstart {
	background: none;
}
ul#subnav li.subnavstart a {
	padding-top: 0;
}
ul#subnav li.subnavend a {
	padding-bottom: 0;
}
ul#subnav li a:hover {
	color: #5eb533;
	text-decoration: none;
}
ul#subnav li a.snopen {
	color: #5eb533;
}
ul#subnav li a.selected {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/greenarrow.png) no-repeat 0px 10px;
	color: #5eb533;
	font-weight: bold;
	padding-left: 11px;
	width: 184px;
}

/*Subnav 2nd level*/
ul#subnav ul {
	margin: 0;
	padding: 0;
}
ul#subnav ul li {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#subnav ul li a {
	background: none;
	color: #5eb533;
	display: block;
	float: left;
	padding: 2px 0 6px 16px;
	text-decoration: none;
	width: 179px;
}
ul#subnav ul li a:hover {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/greenarrow.png) no-repeat 4px 5px;
	color: #5eb533;
	text-decoration: none;
}
ul#subnav ul li a.selected {
	background: url(https://www.lasik-hildesheim.de/layout/gfx/greenarrow.png) no-repeat 4px 5px;
	font-weight: bold;
	padding-left: 16px;
	width: 179px;
}
/* category */
.listview {
	float: left;
	margin: 15px 0;
	width: 100%;
}
.listview p {
	margin: 0 0 5px 0;
	padding: 0;
}
.lvimg {
	float: left;
	margin-right: 19px;
}
.lvtxt {
	float: left;
	padding: 0;
	width: 280px;
}

.nofloat input {
  float: none;
  clear: both;
}



/* Responsive
-----------------------------------------------*/
ul#mobilemenu,
.onlymobile,
.navtoogle {
	display: none;
}

@media only screen and (min-width: 667px) {
	#ctaform,
	#ctaform2,
	#ctaform3 {
		min-height: 313px;	
	}
	.hometeaser {
	  min-height: 154px;
	  margin-bottom: -8px;
	}
}
@media only screen and (max-width: 980px) {
	.onlydesktop {
		display: none;
	}
	#full-width-slider {
		height: auto;
	}
	p.blockHeadline,
	p.blockHeadline2,
	p.blockHeadline3 {
		font-size: 28px;
		line-height: 28px;
		margin-top: 45px;
	}
	p.blockHeadline {
		margin-top: 140px;
	}
	p.blockHeadline2,
	p.blockHeadline3 {
		font-size: 40px;
		line-height: 40px;
	}
	p.txtCent,
	p.txtCent2 {
		margin-top: 230px;
	}
	#ctaform2,
	#sidebar #ctaform2,
	#sidebar.shrink #ctaform2 {
		display: none !important;
	}
	#ctaform3 {
		display: block !important;
	}
	#ctaform p.ctafhead {
		font-size: 13px;
		line-height: 15px;
		border-top: none;
		border-bottom: none;
		padding: 0;
		text-transform: none;
	}	
	.sbhome {
		width: 48.5%;
	}
	.lastboxnodesk {
		margin-right: 0;
	}
	input.ctafinput,
	input.ctafinput2 {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	#bigimg {
		margin: 5px 0.515% 15px 0.515%;
		padding: 1.546%;
		width: 69.5%;
		max-width: 450px;
	}	
}
@media only screen and (max-width: 900px) {
	p.icon1,
	p.icon2,
	p.icon3,
	p.icon4 {
		display: none;
	}	
}
@media only screen and (max-width: 768px) {
	p.blockHeadline {
		margin-top: 120px;
	}
	p.blockHeadline2,
	p.blockHeadline3 {
		font-size: 36px;
		line-height: 36px;
	}
	p.txtCent,
	p.txtCent2 {
		margin-top: 200px;
	}
	ul#menu-h {
		margin-right: 0;
	}
	p.h1 img {
		max-width: 150px;
	}	
	p.h4,
	p.h5 {
		display: none;
	}	
}	
@media only screen and (max-width: 666px) {
	.nomobile,
	#submenu {
		display: none;
	}
	.onlymobile {
		display: block;
	}		
	#navigation,
	#home #navigation {
		background: none;
		margin: 20px 1% 15px 1%;
		padding-bottom: 0;
		width: 98%;
	}
	#home #navigation {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	#menu-h,
	#menu-h2 {
		display: none;
	}
	p.navtoogle {
		display: block;
		float: right;
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 24px;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		width: 100%;
	}	
	p.navtoogle a {
		background: #5990ad;
		color: #fff;
		display: block;
		padding: 6px 12px;
		text-decoration: none;
	}	
	p.navtoogle a i {
		color: #79d64b;
	}	
	p.navtoogle a:hover {
		background: #5990ad;
		color: #fff;
		text-decoration: none;
	}
	ul#mobilemenu {
		float: left;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	ul#mobilemenu li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	ul#mobilemenu li a {
		background: #5990ad;
		border-top: 1px solid #d1e0f1;
		color: #fff;
		display: block;
		float: left;
		font-weight: 600;
		padding: 8px 3%;
		text-decoration: none;
		width: 94%;
	}
	ul#mobilemenu li a:hover {
		background: #79d64b;
		color: #fff;
		text-decoration: none;
	}
	/*2nd level*/
	ul#mobilemenu ul {
		float: left;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	ul#mobilemenu ul li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	ul#mobilemenu ul li a {
		background: #5990ad;
		border-top: none;
		color: #fff;
		display: block;
		float: left;
		font-weight: 400;
		text-decoration: none;
		padding: 5px 3% 5px 7%;
		width: 90%;
	}
	ul#mobilemenu ul li a:hover {
		background: #79d64b;
		color: #fff;
		text-decoration: none;
	}
	#container {
		padding-bottom: 25px;
	}
	#innerheader,
	#innernavigation,
	#content,
	#innerfooter {
		padding: 0 3%;
		text-align: left;
		width: 94%;
	}
	p.h1,
	p.h3 {
		background: none;
		float: none;
		margin: 15px 0 0 0;
		padding: 0;
		text-align: center;
	}
	p.h1 img,
	p.h3 img {
		float: none;
	}
	#slider {
		background: none;
		height: auto;
		margin: 0 0 12px 0;
		padding: 0;
		overflow: auto;
		width: 100%;
	}
	#full-width-slider {
		height: auto;
		margin: 0;
		width: 100%;
	}
	.rsContent {
		font-size: 18px;
		line-height: 20px;
	}	
	p.blockHeadline,
	p.blockHeadline2,
	p.blockHeadline3 {
		font-size: 28px;
		line-height: 28px;
		margin-top: 8px;
		margin-left: 12px;
	}
	p.blockHeadline {
		margin-top: 85px;
	}
	p.blockHeadline2 {
		font-size: 34px;
		line-height: 34px;
	}
	p.blockHeadline3 {
		font-size: 28px;
		line-height: 28px;
		padding-top: 10px;
	}
	p.txtCent,
	p.txtCent2 {
		margin-top: 160px;
		margin-left: 12px;
	}
	p.txtCent {
		margin-bottom: 0; 
	}
	a.btnlink {
		font-size: 16px;
		font-weight: 400;
		line-height: 20px;
		margin: 0 15px 0 0;
		padding: 4px 10px 4px 19px;
		background: #63BD37 url(https://www.lasik-hildesheim.de/layout/gfx/btnlink.png) no-repeat 9px center;
		background-size: 4px 5px;
	}
	a:hover.btnlink {
		background: #63BD37 url(https://www.lasik-hildesheim.de/layout/gfx/btnlink.png) no-repeat 9px center;
	}
	#ctaform {
		background: rgba(235, 242, 251, .96);
		color: #333;
		float: left;
		font-size: 12px;
		margin: 13px 0 12px 0;
		padding: 14px 4% 2px 4%;
		position: static;
		right: auto;
		top: auto;
		width: 92%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#bigimg {
		margin: 5px 1% 15px 1%;
		padding: 4%;
		width: 90%;
	}
	#bigimg img {
		max-width: 90%;
	}
	#text {
		margin-right: 1%;
		margin-bottom: 15px;
		margin-left: 1%;
		padding-right: 4%;
		padding-left: 4%;
		width: 90%;
	}
	#starttext {
		margin-right: 0;
		margin-bottom: 15px;
		margin-left: 0;
		padding-right: 4%;
		padding-left: 4%;
		width: 92%;
	}
	#sidebar {
		width: 100%;
	}
	.sidebox,
	.sbhome {
		margin-right: 0%;
		margin-left: 0%;
		width: 100%;
	}	
	address.faddress {
		border: none;
		line-height: 20px;
		margin: 8px 0;
		padding: 0;
		width: 100%;
	}
	#ctaform2,
	#ctaform3 {
		float: left;
		margin-right: 1%;
		margin-left: 1%;		
		padding-right: 4%;
		padding-left: 4%;
		width: 90%;
	}
	.fbox1,
	.fbox2,
	.fbox3,
	.fbox4 {
		margin: 0 1%;
		width: 98%;
	}
	#footer ul.fnav {
		line-height: 20px;
		margin-left: 0;
		width: 100%;
	}
}
@media only screen and (max-width: 481px) {
	.rsContent {
		font-size: 12px;
		line-height: 16px;
	}	
	p.blockHeadline,
	p.blockHeadline2,
	p.blockHeadline3 {
		font-size: 19px;
		line-height: 19px;
		margin-top: 8px;
		margin-left: 12px;
		text-shadow: 1px 1px 2px #fff;		
	}
	p.blockHeadline {
		color: #fff;
		text-shadow: 1px 1px 3px #000;		
	}
	p.blockHeadline {
		margin-top: 55px;
	}
	p.blockHeadline2 {
		font-size: 21px;
		line-height: 21px;
	}
	p.blockHeadline3 {
		font-size: 28px;
		line-height:28px;
		padding-top: 10px;
	}
	p.txtCent,
	p.txtCent2 {
		margin-top: 160px;
		margin-left: 12px;
	}
	p.txtCent {
		margin-bottom: 0; 
	}	
	p.txtCent,
	p.txtCent2 {
		left: 0;
		margin: 0;
		position: absolute;
		top: 75px;
		width: 100%;
	}

	a.btnlink {
		float: right;
		font-size: 14px;
		line-height: 20px;
		margin: 0 12px 0 0;
		padding: 2px 8px;
		background: #63BD37;
	}
	.txtCent2 a {
		display: none;
	}
	.txtCent2 a:first-child {
		display: block;		
	}	
		
}
