/* cmsms stylesheet: Dr.Sleiman modified: Tuesday, September 16, 2025 9:47:35 PM */
/*
Stylesheet Heitham Sleiman, augenarzt-sleiman.de
(c) 2019
v1.0

Fonts: Open sans
font-family: 'Open Sans', sans-serif; // font-weight: 400 & 600
*/


/* Vars */

 /* Text (black-ish) */
 /* Main (bluegrey) */
  /* Main light and trans */
  /* Main light and trans */
  /* Main light and trans */
 /* Wrapper */
 /* Contrast dark blue */
 /* Body extremly light grey */
 /* plain white */
 /* plain black */



/* bisheriges blau "/
 /* Main (bluegrey) */
  /* Main light and trans */
  /* Main light and trans */
  /* Main light and trans */

/* dunkleres Beige */
 /* Text (beige) */
  /* Main light and trans */
  /* Main light and trans */
  /* Main light and trans */



/* beige */
/* Beige nach Bild 225,220,201 */
 /* Text (beige) */
  /* Main light and trans */
  /* Main light and trans */
  /* Main light and trans */
 /* Contrast dark blue */





/* fonts */

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

/* Learning Curve regular */
@font-face {
  font-family: 'Learning Curve';
  font-style: normal;
  font-weight: 300;
  src: local('Learning Curve Regular'), local('Learning-Curve-Regular'),
       url('https://sleiman.blatter.tech/uploads/fonts/learning_curve_regular_ot_tt.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://sleiman.blatter.tech/uploads/fonts/learning_curve_regular_ot_tt.ttf') format('truetype'), /* Safari, Android, iOS */
}

/* general settings */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: rgba(255,255,255,1);
	font-size: 1em;
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
	color: rgba(34,34,34,1);
}
 .no-resize {
            font-size: initial; /* Zurücksetzen auf die Standardgröße */
        }
.zoom .plus {
  margin-right: 10px;
}
.zoom .icon {
  color: #000;
  float: left;
  /*border: 1px solid #000;*/
  width: 26px;
  text-align: center;
  padding: 2px;
  font-size: 20px !important;
  /*background: rgba(255,255,255, 0.6);*/
}

.zoom a {
text-decoration: none;
}


.accordion {
	background-color: rgba(239,234,214,1);
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	display:block;
	margin-bottom: 10px !important;
	font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans',sans-serif;
	color: rgba(59,56,47,1);
	font-weight: 600;
	margin-bottom: 0.7em;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.375em;
}

h2.center {
	text-align: center;
}

h2 span {
	font-weight: 300;
}

.row {
	scroll-margin-top: 250px;
}

h3 {
	font-size: 1.250em;
}

h4 {
	font-size: 1.125em;
}

p, ul, ol {
	margin-bottom: 0.7em;
	line-height: 1.8em;
}

p:last-of-type, ul:last-of-type, ol:last-of-type{
	margin-bottom: 0;
}

ul, ol {
	margin-left: 2em;
}

#content p, #content ul, #content ol {
/*	font-size: 1.125em; */
/* 	margin-left: 1em; */
/* 	list-style-position: outside; */
}

#content ul li, #content ol li {
/* 	position: relative; */
/* 	left: 1em; */
/* 	padding-right: 1em; */
/* 	font-size: 0.875em; */
/* 	text-align: left; */
}

.content_wrapper p, #footer p {
/* 	font-size: 0.875em; */
	text-align: justify;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#content .oeffnungszeiten td {
	padding: 5px 0;
}

#content .oeffnungszeiten .titlerow {
	width: 150px;
}

a {
	color: rgba(59,56,47,1);
}

a:hover {
	color: rgba(34,34,34,1);
}

strong, b {
	font-weight: 600;
}

.clrfix {
	clear: both;
}

img,
table {
	max-width: 100%;
	height: auto;
}

table td {
	vertical-align: top;
	padding: 0;
	border-collapse: collapse;
}

iframe {
	max-width: 100%;
}

/* general styling */

.image_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.image_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.content_wrapper,
#footer,
#header,
.accordion {
	width: 96%;
	margin: auto;
}


#header {
/*
	background: rgba(239,234,214,1);
	border-top: 3px solid rgba(239,234,214,1);
	border-bottom: 3px solid rgba(239,234,214,1);
*/
	padding: 0;
/* 	max-height: 300px; */
}

.notransparency #logo,
.notransparency #menu {
	background: rgba(200, 195, 178,1);
}

#logo {
	width: 100%;
	background: rgba(200, 195, 178,0.8);
	/*position: absolute;*/
	position: -webkit-sticky;	
	position: sticky;
	top: 0; /* required */
	z-index: 1000;
}


#logo .inner > a {
	display: block;
	width: 96%;
	margin: auto;
}


#logo h2 {
	clear: both;
	color: rgba(255,255,255,1);
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 0;
	padding: .5em 0;
	display: none;
}

#logo h2 a {
	display: inline;
	width: auto;
	color: #fff;
	text-decoration: none;
}

#logo .inner {
	display: grid; 
	grid-template-columns: 400px auto; 
	grid-template-rows: 1fr; 
	gap: 0px 0px; 
	grid-template-areas: 
		". ."; 
}

#logo .contact {
	text-align: right;
	padding: 10px;
}
.contact a {
	color: #000;
}

.contact .offen {
	color: green;
	font-weight: 600;
	text-transform: uppercase;
}

.contact .geschlossen {
	color: red;
	font-weight: 600;
	text-transform: uppercase;
}

#logo_left {
	float: left;
	padding: 15px 0;
}

#header_image {
	margin: 0 auto;
	margin-top:-87px;
	margin-bottom: -40px;
	padding: 0;
	text-align: center;
	background: rgba(200, 195, 178,1);
	z-index: 800;
}

#header_image div div {
	width: 100%;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#header_image img {
	max-width: 100%;
}

#menu {
	z-index: 1000;
}

#space {
	position: sticky;
	top: 127px;
	height: 2px;
	background: #fff;
}

.slogan {
	background: rgba(255,255,255,.7);
	color: rgba(239,234,214,1);
	font-weight: 300;
}

#content {
	padding: 10px;
}

#content img {
	max-width: 100%;
}

.content_img {
	display: block;
	margin: auto;
}

#content img.icon {
	width: 40px;
	height: auto;
	margin-right: 10px;
}


.pages .page .tbl {
	display:table;
}

.pages .page .tbl {
	display:table;
}

.pages .page .tbl > .icon,
.pages .page .tbl > .name {
	display:table-cell;
	vertical-align: middle;
}

.bewertung-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    overflow: hidden;
}

.bewertung-container .slider {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.bewertung-container .slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: inherit; 
    border-radius: 8px;
}
.bewertung-container .review {
    margin: 0 30px;
}
.bewertung-container .review h3 {
    font-size: 1.5rem;
    margin: 10px 0;
}

.bewertung-container .review h3 img {
    height: 25px;
    width: auto;
}

.bewertung-container .review p {
    font-size: 1rem;
    color: #666;
}

.bewertung-container .stars .date {
    margin-left: 20px;
	font-size: 0.9em;
}

.bewertung-container .stars {
    margin-bottom: 10px;
}

.bewertung-container .star {
    font-size: 1.5rem;
    color: #ccc;
}

.bewertung-container .star.filled {
    color: #ffd700;
}

.bewertung-container button {
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    background: none;
    color: #0000006e;
    border: none;
    padding: 10px;
    cursor: pointer;
    width: auto;
    font-size: 2em;
}

.bewertung-container button:hover {
    color: rgba(0, 0, 0, 1);
}

.bewertung-container .prev {
    left: 10px;
}

.bewertung-container .next {
    right: 10px;
}

#footer img {
	display: none;
}

#footer img.barrierefrei {
	display: inherit;
}

.row {
	clear: both;
}

#sidebar {
	padding: 10px;
}

#footer {
	padding: 10px;
	clear: both;
	background: rgba(200, 195, 178,1);
	color: rgba(0,0,0,1);
}

#footer_content {
	padding: 10px;
}

#footer_content a {
	color: rgba(0,0,0,1);
	text-decoration: none;
}

#footer_content a:hover {
	text-decoration: underline;
}


.lightbox-overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100vw; height: 100vh;
	background: rgba(0, 0, 0, 0.75);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.lightbox-overlay img {
	max-width: 90vw;
	max-height: 90vh;
	box-shadow: 0 0 20px #000;
}

.lightbox-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3em;
	color: white;
	background: rgba(0, 0, 0, 0.5);
	padding: 0 20px;
	cursor: pointer;
	user-select: none;
}

.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

.lightbox-close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 2em;
	color: white;
	cursor: pointer;
}

img.lightbox-trigger {
	cursor: zoom-in;
	max-width: 200px;
	margin: 10px;
}


/* 
===============================================
Individuelle Anpassungen auf Seiten
===============================================
*/

/* Startseite */
#home {
	
	#ihr-augenchirurg-seit-1997 {
		text-align: center;
		font-size: 1.5em;
	}
	
	#content .row:nth-of-type(2) .first img {
		margin-top: 14px;
	}
	
	.bewerten img {
		width: 15px;
		height:auto;
		margin-right: 10px;
	}
	
	.augenchirurg {
		font-family: 'Learning Curve';
		font-size: 2.8em;
		text-align: center;
		line-height: 1em;
		margin-top: 0.5em;
		margin-bottom: -0.4em;
		color: #2daae1;
	}
}






/* Forms */

input,
button,
textarea {
	width: 90%;
	padding: 5px;
	border: 1px solid #999;
	margin-bottom: 0.7em;
}

button {
	cursor: pointer;
}

.hasaccordion .accordioncontent {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.hasaccordion .accordioncontent .content_wrapper {
	padding: 0 20px;
}



/* Slider */



/* hide the checkbox and the label */

input#responsive-nav,
label.responsive-nav-label {
  display: none;
}

label.responsive-nav-label span {
	font-family: arial, sans-serif;
}

/* declarations for the not-responsove-menu */

nav {
/*   float: right; */
/*   width: 100%; */
  background: none;
/*   font-size: 1.143em; */
}

nav ul {
  margin: 0;
  padding: 0;
}

nav a {
  display: block;
  color: rgba(255,255,255,1);
  text-decoration: none;
}

nav ul li {
  position: relative;
  float: left;
  list-style: none;
  color: rgba(255,255,255,1);
  transition: 0.2s;
  font-size: 1.125em;
  line-height: 1.125em;
}

nav li.sectionheader a {
	cursor: pointer;
}

nav ul li a {
  padding: 10px 20px;
  color: rgba(34,34,34,1);
  border-right: 1px solid rgba(200, 195, 178,0.1) 
}

/*
nav ul > li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

nav ul ul li.submenu > a:after {
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
*/

nav ul li:hover > a,
nav ul li > a.currentpage {
	color: rgba(255,255,255,1);
	background: rgba(59,56,47,1);

}

nav ul li a:hover,
nav ul li a.currentpage,
nav ul li a.parent {
	color: rgba(200, 195, 178,1) !important;
/* 	background: rgba(59,56,47,1); */
}

nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: rgba(200, 195, 178,0.8);
/*   box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); */
}

nav ul ul li {
  float: none;
  width: 300px;
  font-size: 1em;
  color: rgba(255,255,255,1);
/*   border-bottom: 1px solid #555; */
}

nav ul ul li a:hover,
nav ul ul li a.currentpage {
	color: rgba(255,255,255,1) !important;
	background: rgba(59,56,47,1);
}

nav ul ul li a {
  padding: 10px 15px;
  color: rgba(255,255,255,1);
}

/*
nav ul ul li:last-child {
  border-bottom: none;
}
*/

nav ul li:hover > ul {
  top: 100%;
  left: 0;
}

nav ul ul li:hover > ul {
  top: 0;
  left: 200px;
}

.actionbutton {
	border: 1px solid black;
	padding: 11px;
	margin: 10px 0;
	display: inline-block;
	background: rgba(239,234,214,1);
	text-decoration: none;
}

#sticky {
	position: fixed; /* Wichtig! */  
    top: 0;  
    left: 50%;
    width: 955px;
	margin-bottom: 40px;
	margin-left: -495px;
	padding-left: 35px;
	background: rgba(242,255,234,1);
	box-shadow: 0 0 5px #999;
	border-bottom: 10px solid rgba(200, 195, 178,1);
}

.pages {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.page {
	display: flex;
	justify-content: center;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	margin: 5px;
	padding: 10px;
	background: rgba(239,234,214,1);
	
}


#footer .titlerow {
	width: 90px;
}


/* Declarations for the responsive menu */

@media screen and (max-width: 1023px) {

	
	label.responsive-nav-label {
		position: relative;
		display: block;
		padding: 10px 20px;
		background: none;
		border-top: 1px solid rgba(239,234,214,1);
		cursor: pointer;
		color: rgba(34,34,34,1);
		font-size: 1.286em;
	}
	  
	label.responsive-nav-label span {
	  margin-right: 10px;  
	}
	
	#header_image {
		margin-bottom: -13px;
		position: sticky;
		top: 0px;
		z-index: 0;
		height: 100px;
	}
	
	#menu {
		position: sticky;
		top: 87px;
		background: #fff;
		margin-bottom: 20px;
	}
	
	nav {
	  position: absolute;
	  top: -9999px;
	  width: 100%;
	  font-size: 1.286em;
	  margin: 0;
/* 	  padding: 10px; */
	}
	
	input#responsive-nav[type=checkbox]:checked ~ nav {
	  position: relative;
	  top: 0;
	}
	
	nav a:after {
	  display: none;
	}
	
	nav li {
	  float: none !important;
	  width: 100% !important;
	  border-bottom: none !important; 
	}
	  
	nav li a {
	  margin-bottom: 0 !important;
	  padding: 5px 0 5px 20px !important; 
	  background: none;
	  border-bottom: 1px solid rgba(200, 195, 178,1);
	}
	  
	nav ul li:hover {
	  background: none;
	}
	  
	nav ul li a:hover,
	nav ul li a.currentpage {
	  color: rgba(255,255,255,1) !important;
	  background: rgba(200, 195, 178,1);
	}
	  
	nav ul ul {
	  position: relative !important;
	  width: 100%;
	  left: 0 !important;
	  top: 0 !important;
	  background: none !important;
	  box-shadow: none;
	}
	  
	nav ul ul li {
	  padding-left: 0;
	}
	
	nav ul ul li a {
		padding-left: 30px !important;
		color: rgba(34,34,34,1);
	}
	
	nav ul ul ul li a {
		padding-left: 40px !important;
	}
	
	nav#sticky {
		position: absolute;
		top: -9999px;
	}
	#footer .titlerow {
		width: 110px;
	}
	
	.hasaccordion .accordioncontent .content_wrapper {
		padding: 0px;
	}
	
	
	
}

@media only screen and (min-width: 1024px) {
	
	#menu {
		height: 40px;
		position: sticky;
		/*top: -40px;*/
		top: 87px;
		/*margin-bottom: -40px;*/
		background: rgba(200, 195, 178,0.8);
	}
	
	nav {
		width: 1000px;
		margin: auto;
	}
	
	nav ul li {
		font-size: 1em;
	}
	
	nav ul li a {
		padding: 5px 15px;
	}
	
	.link_align_right {
		text-align: right;
	}
	
	#header {
		width: 100%;
	}
	
	#logo {
		width: 100%;
	}
	
	#logo .inner {
		margin:auto;
		width: 1000px;
	}
	
	#logo img {
		max-width: 100%;
/* 		margin-bottom: -75px; */
		position: relative;
		z-index: 1000;
	}
	
	#logo h2,
	#logo_right {
		display: block;
	}
	
	#logo h2 {
		font-size: 1.125em;
	}
	
	#header_image {
		height: 350px;
	}
	
	#header_image div div {
		height: 350px;
	}
	
	.slogan {
		height: 100px;
		width: 1000px;
		margin: -100px auto 0;
		font-size: 4em;
		position: relative;
		z-index: 1001;
	}
	
	#wrapper {
		width: 100%;
		padding: 0;
		min-height: 100%;
		/* equal to footer height */
		margin-bottom: -190px;
	}
	
	#wrapper:after {
		content: "";
		display: block;
	}
	
	/*#footer, #wrapper:after {
		height: 190px; 
	}*/
	
	#image img { 
		display: block;
		float: right;
		margin: 2px 10px 25px 0;
	}
	
	.content_wrapper,
	.accordion {
		width: 1000px;
		margin: 0 auto;
	}	
	#content {
		float: left;
		width: 100%;
		padding: 10px 0 0 0;
		margin-left: 0;
	}
	
	#sidebar {
		float: right;
		width: 220px;
		padding: 50px 30px 0 0;
	}
	
	.sidebar_box {
		padding-bottom: 1em;
	}
	
	.row:not(.accordioncontent) {
		padding: 2.5em 0;
	}
	
	.row.inhaltsverzeichnis {
		padding: 1em 0;
	}
	
	.inhaltsverzeichnis {
		position: sticky;
		top: 129px;
		background: #fff;
	}
	

	.notransparency .page {
		margin: 2px;
		padding: 3px;
	}
	.notransparency .pages {
		padding-bottom: 5px;
	}
	
	.row p,
	.row h1,
	.row h2,
	.row h3 {
		
	}
	
	.even {
		background: rgba(239,234,214,1);
	}
	
	.col_full {
		float: left;
		width: 100%;
	}
	
	.hasaccordion .accordioncontent .col_full
	{
		float: none;
		width: auto;
		padding: 0 18px;
	}
	
	.col_half {
		float: left;
		margin-left: 2%;
		width: 49%;
	}
	
	.col_third {
		float: left;
		margin-left: 2%;
		width: 32%;
	}
	
	.col_two_thirds {
		float: left;
		margin-left: 2%;
		width: 66%;
	}
	
	.first {
		margin: 0;
	}
	
	
	.row.even .content_img {
		margin-bottom: 0;
	}
	
	#footer {
		width: inherit;
		padding: 10px 0 5px;
		border-top: 3px solid rgba(200, 195, 178,1);
/*
		background-image: url('https://sleiman.blatter.tech/uploads/images/design/footer.jpg');
		background-size: cover;
		background-repeat: no-repeat;
*/
/* 		background-position: left center; */
	}
	
	#footer img {
		display: block;
	}
	
	#footer_content {
		width: 1000px;
		margin: auto;
		padding: 10px 0;
		font-size: .75em;
		line-height: 1.5em;
	}
	
	.footer_fourth {
		float: left;
		width: 23%;
		margin-left: 2%;
	}
	
	.footer_fourth.two {
		width: 18%;
	}
	
	.footer_fourth.three {
		width: 40%;
	}
	
	.footer_fourth.four {
		width: 11%;
	}
	
	.first.footer_fourth {
		margin-left: 0;
	}
		
	/* Forms */
	
	.reg_form input {
		width: 45%;
		margin-left: 25px;
	}
	
	#jameda-widget-container573377 {
		zoom: 80%;
	}
	
}

@media screen and (max-width: 650px) {
	.contact {
		display: none;
	}
	
	.bewertung-container .slide {
		padding: 0px;
	}
	
	.bewertung-container button {
		padding: 0px;
	}
}

@media only screen and (min-width: 1200px) {
	
	#menu {
		
	}
	
	nav {
		width: 1200px;
	}
	
	nav ul li {
		font-size: 1.125em;
	}
	
	nav ul li a {
		padding: 10px 15px;
	}
	
	#logo {
/* 		width: 1200px; */
	}
	
	#logo .inner {
		width: 1200px;
	}
	
	#logo h2 {
		font-size: 1.38em;
	}
	
	
	#header_image div div,
	#header_image {
		height: 200px;
	}
	
	#home #header_image div div,
	#home #header_image {
		height: 400px
	}
	

	.slogan {
		width: 1200px;
	}
	
	.content_wrapper,
	.accordion {
		width: 1200px;
	}
	
	#content {
/* 		width: 785px; */
	}
	
/*
	.col_full {
		width: 785px;
	}
	
	.col_half {
		width: 380px;
	}
	
	.col_third {
		width: 245px;
	}
	
	.col_two_thirds {
		width: 515px;
	}
*/
	
	.first {
		padding: 0;
	}
	
	#footer_content {
		width: 1200px;
	}
	
	/* Forms */
	
	.reg_form input {
		width: 45%;
		margin-left: 25px;
	}
	
	#jameda-widget-container573377 {
		zoom: normal;
	}
	
}
