* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	min-height: 100vh;
	overflow-x: hidden;
}
body {
	background-color: #f6efec;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	left: 0;
	margin: 0;
	min-height: 100vh;
	min-width: 1200px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.17em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 0.83em;
}
h6 {
	font-size: 0.67em;
}

p {
	font-size: 1em;
}

a {
	color: #d2232a;
	font-size: 1em;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #d2232a;
	text-decoration: underline;
}

ul li {
	margin-bottom: 0.5em;
}
	
.container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 1200px;
}
.box2 {
	width: 575px;
}
.box3 {
	background-color: #f4f4f4;
	margin-bottom: 25px;
	min-height: 150px;
	width: 383px;
}
.box3 img {
	border-bottom: 1px solid #d2232a;
	float: left;
	margin-right: 10px;
}
.box3 p {
	margin: 0;
	padding-right: 5px;
	padding-top: 2em;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: 0 auto;
}
.clr {
	clear: both;
}
.content {
	margin-top: 140px;
}
.trenner {
	border-top: 1px solid #d2232a;
}
.dancing-script {
	color: #d2232a;
	font-family: 'Dancing Script', cursive;
	text-align: center;
}
.galerie {
	display: none;
}
/* -- TOP-BAR -- */
#top-bar {
	background-color: #d2232a;
	color: #f6efec;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
#top-bar .container p {
	font-size: 12px;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 2px;
}
#top-bar .container ul {
	float: right;
	font-size: 12px;
	list-style-type: none;
	margin: 0;
}
#top-bar .container ul li {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 2px;
	padding-top: 2px;
}
#top-bar .container ul li a {
	color: #f6efec;
	text-decoration: none;
}
/* -- /TOP-BAR -- */

/* -- SLIDER -- */
#site-slider {
	left: 0;
	min-height: 100vh;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
#slider-background {
	background-image: url('../img/DSC08317.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	height: 100vh;
	position: relative; 
}
#css-slider {
	height: 100vh;
	margin: 0;
	padding: 0;
	position: absolute; 
	top: 0 ; 
	width: 100%; 
} 
.slide-img {
	background-position: right bottom; 
	background-repeat: no-repeat; 
	background-size:  cover; 
	display: none;
	height: 100vh;
	position: absolute; 
	right: 0; 
	top: 0; 
	width: 100%; 
}
.slide-img h1 {
	color: #d2232a;
	font-family: 'Dancing Script', cursive;
	font-size: 6em;
	text-shadow: 0 0 3px #f6efec, 
				 0 0 6px #f6efec,
				 0 0 9px #f6efec,
				 0 0 12px #f6efec,
				 0 0 15px #f6efec,
				 0 0 18px #f6efec;
	top: 40px;
	position: absolute;
	width: 100%;
}
.slide-img h1 span {
	display: block;
	margin: 0 auto;
	width: 1200px;
}
.slide1 {
	background-image: url('../img/DSC08415.jpg'); 
}  
.slide2 {
	background-image: url('../img/DSC08317.jpg'); 
} 
.slide3 {
	background-image: url('../img/site-slider-03.jpg'); 
} 
.slide4 {
	background-image: url('../img/DSC08317.jpg'); 
}  
.slide5 {
	background-image: url('../img/DSC08415.jpg'); 
} 
.slide6 {
	background-image: url('../img/site-slider-03.jpg'); 
} 
.slide7 { 
	background-image: url('../img/DSC08415.jpg'); 
}  
.slide8 { 
	background-image: url('../img/DSC08317.jpg'); 
} 
.slide9 {
	background-image: url('../img/site-slider-03.jpg');  
} 
.slide10 {
	background-image: url('../img/DSC08317.jpg'); 
} 
.slide11 {
	background-image: url('../img/DSC08415.jpg'); 
} 
/* -- /SLIDER -- */

/* -- LANDINGPAGE -- */
#landingpage {
	background-image: url('../img/logos-landingpage.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 101% auto;
	height: 500px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#landingpage-link {
	background-color: #f6efec;
	border-bottom: 2px solid #d2232a;
	color: #333333;
	display: block;
	position: absolute;
	text-decoration: none;
	width: 100%;
	z-index: 4;
}
#landingpage-link span {
	display: block;
	margin: 0 auto;
	width: 1200px;
}
#landingpage-link span img {
	float: left;
}
#landingpage-link-2 {
	background-color: #f6efec;
	border-bottom: 2px solid #d2232a;
	color: #333333;
	display: block;
	padding-top: 20px;
	position: fixed;
	text-decoration: none;
	top: 10px;
	width: 100%;
	z-index: 4;
}
#landingpage-link-2 span {
	display: block;
	margin: 0 auto;
	width: 1200px;
}
#landingpage-link-2 span img {
	float: left;
}
/* -- /LANDINGPAGE -- */

/* -- MAIN NAVIGATION -- */
#fix-point {
	margin-top: 0;
}
#main-navigation {
	background-color: #f6efec;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}
#main-navigation .container .box2:nth-child(2) h2 {
	text-align: right;
}
#main-navigation .container .box2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main-navigation .container .box2 ul li {
	display: inline-block;
	padding-bottom: 2px;
	padding-top: 2px;
}
#main-navigation .container .box2 ul li a {
	color: #333333;
}
#main-navigation .container .box2:nth-child(2) ul {
	text-align: right;
}
.main-navi {
	position: fixed;
	top: 81px;
	z-index: 3;
}
#main-navigation .container .box2 ul .submenu-container  {
	position: relative;
	
}
#main-navigation .container .box2 ul .submenu-container .submenu {
	background-color: #d2232a;
	display: none;
	padding: 15px;
	position: absolute;
	transition: all 0.2s;
}
#main-navigation .container .box2 ul .submenu-container a {
	display: inline-block;
	padding-bottom: 5px;
}
#main-navigation .container .box2 ul .submenu-container a:hover {
	text-decoration: none;
}
#main-navigation .container .box2 ul .submenu-container .submenu li:last-child {
	margin-bottom: 0;
}
#main-navigation .container .box2 ul .submenu-container .submenu li a {
	color: #f6efec;
}
#main-navigation .container .box2 ul .submenu-container .submenu li a:hover {
	text-decoration: underline;
}



#main-navigation .container .box2 ul .submenu-container:hover .submenu {
    display: block;
}
/* -- /MAIN NAVIGATION -- */

/* -- WELCOME -- */
#welcome .container h1 {
	color: #d2232a;
	font-family: 'Dancing Script', cursive;
	font-size: 4em;
	text-align: center;
}
/* -- /WELCOME -- */

/* -- TEASER -- */
#teaser {
	margin-top: 30px;
	margin-bottom: 30px;
}
#teaser .teaser {
	height: 277px;
	overflow: hidden;
	width: 380px;
}
#teaser .teaser img {
	float: left;
	transition: width 0.5s;
	width: 100%;
}
#teaser .teaser img:hover {
	width: 110%;
}
#teaser .teaser span {
	background-color: #d2232a;
	color: #f6efec;
	display: block;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
}
#teaser .teaser:nth-child(1) {
	float: left;
}
#teaser .teaser:nth-child(2) {
	float: right;
}
#teaser .teaser:nth-child(3) {
	margin: 0 auto;
}
/* -- /TEASER -- */

/* -- MA-STIMMMEN -- */
#ma-stimmen {
	margin-top: 80px;
	margin-bottom: 80px;
	min-height: 170px;
}
#ma-stimmen .container .ma-stimmen-wrapper,
.ma-stimmen {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 783px;
}
.ma-stimmen {
	margin-bottom: 20px;
	margin-top: 20px;
}
#ma-stimmen .container .ma-stimmen-wrapper .ma-stimmen-slider {
	background-color: #f6efec;
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
}
#ma-stimmen .container .ma-stimmen-wrapper .ma-stimmen-slider img,
.ma-stimmen img {
	border-bottom: 2px solid #d2232a;
	float: left;
	margin-right: 30px;
}
#ma-stimmen .container .ma-stimmen-wrapper .ma-stimmen-slider p,
.ma-stimmen p {
	font-size: 1.20em;
}
#ma-stimmen .container .ma-stimmen-wrapper .ma-stimmen-slider p:nth-child(2),
.ma-stimmen p:nth-child(2) {
	padding-top: 3px;
}
#ma-stimmen .container .ma-stimmen-wrapper .ma-stimmen-slider .zitat,
.ma-stimmen .zitat,
.zitat {
	color: #d2232a;
}
#slider-pos {
	margin: 0 auto;
	padding-top: 210px;
	width: 320px;
}
#slider-pos .slider-pos {
	background-color: #333333;
	border-radius: 50px;
	display: inline-block;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
	transition: all 0.5s;
	width: 15px;
}
/* -- /MA-STIMMMEN -- */

/* -- INFOS -- */
#infos {
	margin-top: 30px;
	margin-bottom: 80px;
}
#infos .container .box2 img {
	float: left;
	width: 300px;
	border-bottom: 2px solid #d2232a;
}
#infos .container .box2 p {
	padding-top: 34.5px;
	text-align: center;
}
/* -- /INFOS -- */

/* -- MAP -- */
#maps {
	margin-top: 30px;
	margin-bottom: 30px;
}
#maps .container img {
	border: 2px solid #d2232a;
	width: 100%;
}
/* -- /MAP -- */

/* -- ÜBER UNS -- */
#ueber-uns .container .box2 img {
	border-bottom: 2px solid #d2232a;
	display: block;
	margin: 0 auto;
	width: 560px;
}
/* -- /ÜBER UNS -- */

/* -- UNSERE LEISTUNGEN -- */
#unsere-leistungen .container .box2 img {
	border-bottom: 2px solid #d2232a;
	display: block;
	margin: 0 auto;
	margin-bottom: 1em;
	width: 560px;
}
/* -- /UNSERE LEISTUNGEN -- */

/* -- PFLEGELEITBILD -- */
#pflegeleitbild .container .box2 img {
	border-bottom: 2px solid #d2232a;
	display: block;
	margin: 0 auto;
	margin-bottom: 1em;
	width: 560px;
}
/* -- /PFLEGELEITBILD -- */

/* -- HAUS -- */
#haus .container .box2 img {
	border-bottom: 2px solid #d2232a;
	display: block;
	margin: 0 auto;
	margin-bottom: 1em;
	width: 560px;
}
#haus .container .box2 img {
	margin-top: 1em;
}
#haus .container .box2 table {
	background-color: #f4f4f4;
	border: 1px solid #333333;
	border-collapse: collapse;
	margin-bottom: 25px;
	width: 100%;
}
#haus .container .box2 table thead tr th {
	border-bottom: 1px solid #333333;
	padding: 5px;
	text-align: center;
}
#haus .container .box2 table thead tr th:first-child {
	border-right: 1px solid #d2232a;
}
#haus .container .box2 table thead tr th:last-child {
	border-left: 1px solid #d2232a;
}
#haus .container .box2 table tbody tr td {
	border: none;
	padding: 5px;
	text-align: center;
}
#haus .container .box2 table tbody tr td:first-child {
	border-right: 1px solid #d2232a;
}
#haus .container .box2 table tbody tr td:last-child {
	border-left: 1px solid #d2232a;
}
#haus .container .box2 table tbody tr:first-child td {
	border-bottom: 1px solid #333333;
	font-size: 0.75em;
}
#haus .container .box2 table tbody tr:first-child td:first-child {
	border-right: 1px solid transparent;
}
#haus .container .box2 table tbody tr:first-child td:last-child {
	border-left: 1px solid transparent;
}
#haus .container .box2 table tbody tr:nth-child(3) td,
#haus .container .box2 table tbody tr:nth-child(5) td,
#haus .container .box2 table tbody tr:nth-child(7) td {
	background-color: #c4c4c4;
}

/* -- /HAUS -- */

/* -- VERANSTALTUNGEN -- */
#veranstaltungen .container .box2 img {
	float: left;
	width: 300px;
	border-bottom: 2px solid #d2232a;
}
#veranstaltungen .container .box2 p {
	padding-top: 34.5px;
	text-align: center;
}
/* -- /VERANSTALTUNGEN -- */

/* -- VITA -- */
#click-vita-ursula-frerichs:hover,
#click-vita-zeno-krause:hover {
	cursor: pointer;
}
.vita {
	display: none;
}
.vita img {
	float: left;
	margin-right: 15px;
}
/* -- /VITA -- */

/* -- ERROR 404 -- */
#error404 .container {
	background-image: url('../img/error404.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 100vh;
}
/* -- /ERROR 404 -- */

/* -- /FOOTER -- */
#footer {
	background-color: #d2232a;
	float: left;
	margin-top: 25px;
	width: 100%;
}
#footer .container p,
#footer .container p a {
	color: #f6efec;
	font-size: 12px;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: right;
}
/* -- FOOTER -- */

.gmaps-wrapper.bordered {
	border: 3px solid #d2232a;
}