html, body{
  font-family: "Open Sans";
  font-size: 100%;
  font-style: normal;
  color:#333;
  width:100%;
  height:100%;
	background-color:#FFFFFF;
	scroll-behavior:smooth;
}

input[type='submit'],
input[type='image'],
label[for],
select,
button,
.pointer {cursor: pointer;
}

p{font-family: "Open Sans";
  font-size:1em;
  color:white;
  margin-top:50px;
	line-heigt:1.5em;
}


.container{font-family: "Open Sans";
  position:absolute;
  width:100%;
  height:100%;
}







*, 
*:before, 
*:after {
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

/* Header */
header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #F8F8F8;
  box-shadow: inset 0 0 0.5em 0 rgba(0, 0, 0, 0.125);
    width: 100%;
    position: fixed;
    z-index: 10;
}
header a {
    text-decoration: none;
    font-size: 1.4em;
  text-align: center;
  line-height:2em;
  padding:30px;
}
header a.active, header a:hover {
    color: #3d3d3d;
}
header li {
  background-color:#FCFCFC;
  color: #333333;
	box-shadow: inset 0 0 0.2em 0 rgba(0, 0, 0, 0.125);
margin-left:6px;
}

/* header large */
header.large {
    height: 260px;
}
header.large img {
    width: auto;
    height: 205px;
  margin-top: 18px;
  margin-left: 18px;
}
header.large li {
    margin-top: 60px;
	transition: .7s all;
}

/* header small */
header.small {
    height: 85px;
}
header.small img {
    width: auto; 
    height: 50px;
    margin: 10px;
}
header.small li {
    margin-top: 17px;
}

/* Transitions */
header{    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
}

/*Menu*/
.container1 ul {
    float: right;
}
.container1 li {
    display: inline;
    float: left;
  border-radius: 5px;
	    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
}
.container1 li:hover{
  background-color:#77b722;
}
img.logo {transition: .7s all;
    float: left;
}
nav {
    max-width: 1199px;
    margin: 0 auto;
	    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
}

.container1{
	margin:0 auto;
	height:auto;
}


/* Willkommen */

#heart {
    position: relative;
    width: 100px;
    height: 90px;
    animation: heartbeat 2s infinite;
    margin:20px auto;
}
#heart:before,
#heart:after {
    position: absolute;
    content: "";
    left: 50px;
    top: 0px;
    width: 50px;
    height: 80px;
    background: #fff;
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
         -o-transform-origin: 0 100%;
            transform-origin: 0 100%;
}
#heart:after {
    left: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin :100% 100%;
}



@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}

.Willkommen {
  position:relative;
  width:100%;
  margin:0 auto;
  margin-top: 220px;
    background-color:#77B722;
	background-repeat: no-repeat;
	background-size:100%;
	background-position: center;	
	box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.125);
	padding-top: 80px;
	padding-bottom: 5%;
}

.Willkommentxt{
	max-width:1800px;
	margin:0 auto;
}

.Willkommen h1{
  font-size:45px;
  color:#FFFFFF;
  text-align:center;
  margin-top:1%;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
	text-decoration: none;
}

.Willkommen hr {
  margin-top:30px;
	margin-left:auto;
	margin-right:auto;
  background-color:#FFFFFF;
  height: 1px;
  width:340px;
  border:0;
}

.Willkommen p{
	font-size:1.5em;
  text-align:center;
  margin:20px auto 0 auto;
  width:60%;
  color:#FFFFFF;
  line-height:1.4em;
}

/* About us */


.round li{position:relative;
	list-style: disc;
	color:#333;
	line-height: 1.2;
	margin-left:20px;
}
.about-us{
	font-size:1em;
  position:relative;
  max-width:1200px;
  margin:0 auto;
  padding-top:2%;
  padding-bottom:3%;
  }

.about-us h1{
  font-size:45px;
  color:#77b722;
  text-align:center;
  margin-top:50px;
  font-weight:bold;
  text-transform:uppercase;
	text-decoration: none;
  line-height:1.2;
}

.about-us h2{
	margin-top:40px;
  text-align:left;
  font-size:33px;
  color:#333;
  line-height:1.2;
  font-weight:bold;
}

.about-us hr {
  margin-top:30px;
		margin-left:auto;
	margin-right:auto;
  background-color:#77b722;
  height: 1px;
  width:340px;
  border:0;
}

.about-us p{
  text-align:left;
  margin-top:20px;
  width:100%;
  color:#333;
  line-height:1.2;
}

.txt {
	margin-top:50px;
}

.about-us .column-one{
  padding:3%;
  width:auto;
  float:left;
  margin: 2% auto 4%;
  height:auto;
  background-color: #F8F8F8;
	border-radius: 20px;
	box-shadow: inset 0 0 0.25em 0 rgba(0, 0, 0, 0.125);
}

.about-us .column-one .circle-one{float:left;margin:0% 2% 0% 0%;
  height: 100px;
  border:thick solid #ebebeb;
  background: url("../images/Icon_Krankenwagen.png") #77b722 no-repeat 5px center;
  background-size: 80%;
  -moz-border-radius:50% 50% 50% 0%;
  -webkit-border-radius:50% 50% 50% 0%;
  border-radius:50% 50% 50% 0%;
  width: 100px;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-two{
  padding:3%;
  width:650px;
  float:left;
  height:420px;
  background-color: #F8F8F8;
	border-radius: 20px;
	box-shadow: inset 0 0 0.25em 0 rgba(0, 0, 0, 0.125);
}

.about-us .column-two .circle-two{margin:0% 2% 0% 0%;
  height: 100px;
  float:left;
  border:thick solid #ebebeb;
  background: url("../images/Icon_Pflaster.png") #77b722 no-repeat 5px center;
  background-size: 80%;
  -moz-border-radius:50% 50% 50% 0%;
  -webkit-border-radius:50% 50% 50% 0%;
  border-radius:50% 50% 50% 0%;
  width: 100px;
    -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.about-us .column-three{
  padding:3%;
	margin-bottom:5%;
  height:420px;  
  width:500px;
  float:right;
  background-color: #F8F8F8;
	border-radius: 20px;
	box-shadow: inset 0 0 0.25em 0 rgba(0, 0, 0, 0.125);
}

.about-us .column-three .circle-three{ margin:0% 2% 0% 0%;
  height: 100px;
  float:left;
  border:thick solid #ebebeb;
  background: url("../images/Icon_Haus.png") #77b722 no-repeat 5px center;
  background-size: 80%;
  -moz-border-radius:50% 50% 50% 0%;
  -webkit-border-radius:50% 50% 50% 0%;
  border-radius:50% 50% 50% 0%;
  width: 100px;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}



/* Portfolio */


.portfolio{
  position:relative;
  width:100%;
  background-color:#77b722;
  margin:0 auto;
	padding-top:2%;
  padding-bottom:3%;
}

.portfolio-margin{
  position:relative;
  max-width:1200px;
  height:auto;
  margin:0 auto;
}

.portfolio .portfolio-margin h1{
  font-size:45px;
  color:#FFFFFF;
  text-align:center;
	text-decoration: none;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
  margin:5% auto 3% auto;
}

.portfolio .portfolio-margin hr{
  margin-top:30px;
	margin-left:auto;
	margin-right:auto;
  background-color: white;
  height: 1px;
  width:340px;
  border:0;
}


/* Portfolio grid */

.grid{width:100%;
  padding-top:4%;
	margin-left:auto;
	margin-right:auto;
  padding-bottom:5%;
  overflow:hidden;
}


.grid img{
  width: 150px;
  height: 150px;
	margin:50px;
}

.name {
	font-size:1.4em;
	color:#333;
	font-weight:bold;
	text-align: center;
}

.Position1{
	font-size:1.1em;
	color:#333;
	text-align: center;
}

.Position2{
	font-size:1.1em;
	color:#333;
	text-align: center;
}


.bildertop {
	display: flex; 
	justify-content:space-around;
	float: left;
	width:100%;
	margin-top: 2%;
	margin-right: auto;
	margin-left: auto;
}

.bildermitte {
	display: flex; 
    justify-content: space-around; 
	float: left;
	width:100%;
	margin-top: 3%;
	margin-right:auto;
	margin-left:auto;
}

.bilderbottom {
	display:flex;
    justify-content: space-around; 
	float: left;
	width:100%;
	margin-top: 3%;
	margin-right: auto;
	margin-left: auto;	
}

.bilderavatar {
	display:flex;
    justify-content: space-around; 
	float: left;
	width:100%;
	margin-top: 3%;
	margin-right: auto;
	margin-left: auto;	
}

.center {
	text-align: center;
	width: 360px;
	height: auto;
	padding: 0px 30px 30px 30px;
	background-color:hsla(0,0%,100%,0.8);
	border-radius: 20px;
	box-shadow: inset 0 0 0.25em 0 rgba(0, 0, 0, 0.125);
}

.centeravatar {
	text-align: center;
	width: 270px;
	height: auto;
	padding: 0px 20px 20px 20px;
	background-color:hsla(0,0%,100%,0.8);
	border-radius: 20px;
	box-shadow: inset 0 0 0.25em 0 rgba(0, 0, 0, 0.125);
}

.innen {
	margin:0 auto;
	width: 150px;
  	height: 150px;
  	border-radius: 50% 50% 50% 0%;
	border: thick solid #77b722;
 	object-fit: cover;
 	object-position: center;
}

.innenavatar {
	margin:0 auto;
	width: 120px;
  	height: 120px;
  	border-radius: 50% 50% 50% 0%;
	border: thick solid #77b722;
 	object-fit: cover;
 	object-position: center;
}

.innen:hover {
	width: 155px;
	height: 155px;
	transition: 0.4s;
}

.innenavatar:hover {
	width: 125px;
	height: 125px;
	transition: 0.4s;
}

.clear { 
    clear:both; 
}


/* Pflegeleitbild */

.pflegeleitbild{
  position:relative;
  width:100%;
  height:auto;
background:#FFFFFF;
  margin-left:auto;
	margin-right:auto;
	padding-bottom:5%;
	padding-top:2%;
}

.pflegeleitbild h1{
  font-size:45px;
  color:#77b722;
  text-align:center;
  margin-top:50px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
}

.pflegeleitbild hr{
  margin-top:30px;
	margin-bottom:30px;
		margin-left:auto;
	margin-right:auto;
  background-color:#77b722;
  height: 1px;
  width:340px;
  border:0;
}

.bilder{display:flex;
	justify-content: center; 
    align-items: center;
	max-width: 1200px;
  	height: auto;
  	margin-left: auto;
  	margin-right: auto;
}

.bild {
	
	justify-content: center; 
    align-items: center;
	max-width: 100%;
  	height: auto;
  	margin-left: auto;
  	margin-right: auto;
}
.bild2 {
	
	justify-content: center; 
    align-items: center;
	max-height: 837px;
  	margin-left: auto;
  	margin-right: auto;
}

/* Contact */


.contact{
  position:relative;
  width:100%;height:auto;
  background:#77b722;
	margin:0 auto; 
	padding-top:2%;
	padding-bottom:3%;
}



.contact h1{
  font-size:45px;
  color:#fff;
  padding-top:50px;
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
}

.contact hr{
  margin-top:30px;
		margin-left:auto;
	margin-right:auto;
  background-color:#fff;
  height: 1px;
  width:340px;
  border:0;
}

.karte{padding:20px;
	max-width:1200px;
	margin:0 auto;
}

.form {
  background-color: #77b722;
  position:relative;
  margin-top:2%;
  margin-left: auto;margin-right:auto;padding-bottom:3%;
  text-align: center;
  padding-top: 5px;
  color: #a8a8a8;
}
/* Clearfix so floats (.middle1/.middle2) don't collapse the container */
.form::after {
  content: "";
  display: block;
  clear: both;
}

.form h3{
	color:#ffffff;
	font-size:1.5em;
	font-weight: bold;
	line-height: 1.3em;
	margin-top:1%;margin-bottom:1%
}

.form p{
	color:#ffffff;
	font-size:1.2em;
	line-height: 1.3em;
	margin:auto;
}

.middle1{display:block;
	float:left;
	width:50%;
	margin-top:3%;
	margin-bottom:3%;
	padding:10px;
}

.middle2{color:red;
	float:right;
	width:50%;
	margin-top:3%;
	margin-bottom:3%;
	padding:10px;
}

input[type=text] {
  height: 40px;
  width: 80%;
  border-radius: 4px;
  border: none;
  padding-left: 15px;
  display: block;
  font-size: 16px;
	margin: 15px auto;
}
input[type=submit] {
  background-color: #fff;
  width: 60%;
  height: 40px;
	margin: 15px auto;
  color: #77b722;
  border: none;
  display: block;
  cursor: pointer;
  font-size: 16px;
	padding-top:10px;
	font-weight: bold;
	border-radius: 10px;
	box-shadow: inset 0 0 0.25em 0 rgba(0, 0, 0, 0.125);
}

input[type=submit]:hover {
	background-color: #f8f8f8;
	color:#333;
}

textarea {
  height: 100px;
  width: 80%;
  border-radius: 4px;
  border: none;
  padding-left: 15px;
  margin: 15px auto;
  display: block;
  font-size: 16px;
}

input:focus,
textarea:focus {
    border-color:#ABABAB;
}

.map{
  display:block; 
	margin-top:3%;
	margin-bottom:3%;
}
/* Ensure map sits below the floated form columns */
.map { clear: both; }
/* Prevent map from capturing clicks over the form */
.map iframe { pointer-events: none; width: 100%; }

[type="checkbox"] {
  
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}
[type="checkbox"] + label {
  float:left;color:white;
}
[type="checkbox"] + label::before {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 2px solid #8cad2d;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  z-index: 5;
  position: relative;
}
[type="checkbox"]:checked+label::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #8cad2d;
}
    
/* Datenschutzerklärung */


.DSE{
  position:relative;
  width:100%;
  margin:0 auto;
  margin-top: 220px;
    background-color:#77B722;
	background-repeat: no-repeat;
	background-size:100%;
	background-position: center;	
	box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.125);
	padding-top: 80px;
	padding-bottom: 5%;
}

.DSEtxt{
	max-width:1800px;
	margin:0 auto;
	color: #fff;
}

.DSE a{
	max-width:1800px;
	margin:0 auto;
	color: #fff;
}

.DSE h1{
  font-size:2em;
  color:#fff;
  padding-top:50px;
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
}

.DSE h2{
  font-size:1.5em;
  color:#fff;
	padding-top:50px;
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
}

.DSE h3{
  font-size:1.2em;
  color:#fff;
	  padding-top:30px;
	padding-bottom:10px;
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
  line-height:1.2;
}

.DSE hr{
  margin-top:30px;
		margin-left:auto;
	margin-right:auto;
  background-color:#fff;
  height: 1px;
  width:340px;
  border:0;
}

.DSEABS{
  font-size:1em;
  text-align:center;
  margin:20px auto 0 auto;
	padding-top:15px;
	padding-bottom:15px;
  max-width:1200px;
  color:#FFFFFF;
  line-height:1.4em;
}

/* Footer */


.footer{
  position:relative;
  width:100%;
  height:90px;
  background:#333;
  margin:0 auto;
  padding:0;
}

.margin{
  width:60%;
  margin-left:auto;
	margin-right:auto;
  height:auto;
}

.footer .margin .menu-footer{
  width:auto;
  margin:0 auto;
  font-size:1.3em;
}


.footer .margin .menu-footer a{
  line-height:90px;
  padding-right:25px;
  color:#77b722;
  -webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.footer .margin .menu-footer a:hover{
  color:white;
}


.footer .margin .copyright{
  width:auto;
  margin:0 auto;
  text-align:right;
  float:right;
	font-size:0.9em;
  line-height:90px;
  padding-right:25px;
  color:#77b722;
}


 
html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed,  
figure, figcaption, footer, header, hgroup,  
menu, nav, output, ruby, section, summary, 
time, mark, audio, video { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font: inherit; 
    vertical-align: baseline; 
} 
/* HTML5 display-role reset for older browsers */ 
article, aside, details, figcaption, figure,  
footer, header, hgroup, menu, nav, section { 
    display: block; 
} 

blockquote, q { 
    quotes: none; 
} 
blockquote:before, blockquote:after, 
q:before, q:after { 
    content: ''; 
    content: none; 
} 
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
}

.haken {
	list-style: "\2713\00A0";	
}

.round li{
	list-style: disc;
}

/* iPad (portrait) */
@media (min-width: 320px) and (max-width: 579px) {

/*.menu{
  display:none;
}

.menu-media{
  display:block;
}*/

h1 {
  font-size:36px;
}

.about-us h1 {
  margin-top:0;
}

.about-us{
  width:300px;
}

.about-us hr,.portfolio .portfolio-margin hr, .contact hr {
  width:200px;
}

.about-us .column-one, .about-us .column-two{
  width:300px;
  margin-bottom:20px;
}

 .about-us .column-three{
  width:300px;
  margin-bottom:70px;
 }

.portfolio .portfolio-margin{
  width:300px;
}

.pflegeleitbild .content{
  width:300px;
}

.pflegeleitbild .logo {
  width:300px;
}

.pflegeleitbild .logo img {
  width:80px;
}

.contact, .contact .content, .contact .content .form{
  width:300px;
}

.contact .content .contact-text{
  padding-left:0px;
  width:300px;
  text-align:center;
  margin-top:60px;
}

.footer .margin {
  width:300px;
}

.footer .margin .copyright {
  width:280px;
  text-align:center;
}

.footer .margin .menu-footer{
  width:300px;
}

.footer .margin .menu-footer a{
  font-size:15px;
  padding-right:10px;
  text-align:center;
}

}







/* iPad (portrait) */
@media (min-width: 580px) and (max-width: 767px) {

/*.menu{
  display:none;
}

.menu-media{
  display:block;
}*/

.menu-media .menu-content{
  width:540px;
}

h1 {
  font-size:56px;
}

.about-us h1 {
  margin-top:0;
}

.about-us{
  width:300px;
}

.about-us hr,.portfolio .portfolio-margin hr, .contact hr {
  width:200px;
}

.about-us .column-one, .about-us .column-two{
  width:300px;
  margin-bottom:20px;
}

 .about-us .column-three{
  width:300px;
  margin-bottom:70px;
 }

.portfolio .portfolio-margin{
  width:300px;
}

.pflegeleitbild .content{
  width:300px;
}

.pflegeleitbild .logo {
  width:300px;
}

.pflegeleitbild .logo img {
  width:80px;
}

.contact, .contact .content, .contact .content .form{
  width:300px;
}

.contact .content .contact-text{
  padding-left:0px;
  width:300px;
  text-align:center;
  margin-top:60px;
}

.footer .margin {
  width:300px;
}

.footer .margin .copyright {
  width:300px;
  text-align:center;
}

.footer .margin .menu-footer{
  width:320px;
}

}







/* iPad (portrait) */
@media (min-width: 768px) and (max-width: 1023px) {



/*.menu-content .logo{
  width:200px;
}

.menu-content{
  width:700px;
}*/

.about-us{
  width:700px;
}

.about-us .column-one{
  width:233px;
}

.about-us .column-two{
  width:233px;
}

.about-us .column-three{
  width:233px;
}

.portfolio .portfolio-margin {
  width:600px;
}

.pflegeleitbild .content{
  width:700px;
}

.pflegeleitbild .logo {
  width:700px;
}

.footer .margin .menu-footer {
  width:350px;
}

.footer .margin .copyright {
  width:320px;
}
.footer .margin {
  width:700px;
}

.contact {
  width:700px
}

.contact .content {
  width:700px;
}

.contact .content .form{
  width:355px;
}

input{
  width:320px;
}

textarea{
  width:320px;
}

.contact .content .contact-text {
  width:275px;
}

}
