@charset "UTF-8";
/* CSS Document */

/* Fonts from Adobe */
 	@import url("https://use.typekit.net/mok1pry.css");

/* Element-Colors */
.dp-magenta {
	color: #D20072;
}

.dp-bluegrey {
	color: #648EA3;
}

.dp-finegreen {
	color: #87A42E;
}

.dp-violet {
	color: #8562A3;
}

.dp-orange {
	color: #FF7F00;
}

.white {
  color:#FFF;
}

/* Element-Background-Colors */
.dp-magenta-bg {
	background-color: #D20072;
}

.dp-bluegrey-bg {
	background-color: #648EA3;
}

.dp-finegreen-bg {
	background-color: #87A42E;
}

.dp-violet-bg {
	background-color: #8562A3;
}

.dp-orange-bg {
	background-color: #FF7F00;
}
.white-bg {
  background-color:#FFF;
}


/* ------ >> Ab hier Custom-Styles der Site <<---------- */
body::before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
  z-index: 1100;
}

body {
  font-family: 'caecilia', sans-serif;
  font-style: italic;
}

/* Anfang Styles fuer Hauptnavigation */
#header .header-nav-main nav > ul > li > a {
    display: inline-flex;
    align-items: center;
    white-space: normal;
    border-radius: 4px;
    color: #5C6971;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 0.5rem 1rem;
    letter-spacing: 0.01rem;
    text-transform: uppercase;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #f7f7f7;
    color: #5C6971;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 6px 18px 6px 18px;
    position: relative;
    text-transform: none;
    letter-spacing: 0;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #006C8C;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a::after {
	color:#006C8C;
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    font-weight: 900;
    position: absolute;
    top: 50%;
    font-size: 0.7rem;
    opacity: 0.7;
    right: 20px;
    transform: translateY(-50%);
    transition: all .2s ease-out;
}

/* Ende Styles fuer Hauptnavigation */

/* Anfang Styles allgemein */
/* Header */
#header.header-effect-shrink .header-body {
	max-width: 100%;
	margin:0;
}

.page-header h1 {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 600;
    position: relative;
    top: 1px;
}


.lead {
    letter-spacing: 0.01em;
	color: #5C6971;
	font-weight: 400;
	font-size: 1.1em;
}

italic {
font-family: myriad-pro,sans-serif;
font-style: italic;
}

/* buttons */
.btn-modern {
	font-size:15px;
    text-transform: uppercase;
    padding:15px 28px 12px 28px;
    font-weight: 400;
	letter-spacing: 0.055em!important;
}

html .btn-primary {
    background-color: #365972;
    border-color: #365972 #365972 #253D4E;
    color: #FFF;
}

html .btn-primary:hover {
    background-color: #143953;
    border-color: #143953 #143953 #0A1F2E;
    color: #FFF;
}

/* Button fuer Startseite */
html .btn-start {
    background-color: transparent;
	border:2px solid #FFF;
    color: #FFF;
	font-weight: 700;
}

html .btn-start:hover {
	background-color: #FFF;
    border:2px solid #FFF;
    color: #596E7E;
}

/* Button-Container fuer Startseite */
.buttons-kategoriestart {
	z-index: 100;
    position: absolute;
	display:flex;
	justify-content: center;

}

.startslider {
	display: flex;
  	justify-content: center;
  	align-items: flex-end;
}

.slidertext {
  color: white;
  text-shadow: 0px 10px 10px #3C3C41;
}

.relief {
  background-color: #3a50d9;
  color: #e0eff2;
  font: italic bold 100px Georgia, Serif;
  text-shadow: -4px 3px 0 #3a50d9, -14px 7px 0 #0a0e27;
}

h1, h2, h3, h4, h5, h6 {
    color: #D20072;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

p {
    color: #3C3C41;
    line-height: 26px;
    margin: 0 0 20px;
    margin-bottom: 20px;
	letter-spacing: 0.01em;
}

strong {
	font-weight: 600;

}

/* Ende Styles allgemein */


/* AB HIER STYLES FUER 'DIE PFLEGE' */
#header .header-body {
    display: flex;
    flex-direction: column;
    background: #FFF;
    transition: min-height 0.3s ease;
    width: 100%;
    border-top: 4px solid #D20072;
    border-bottom: 2px solid #D20072;
    z-index: 1001;
}

h1 {
    font-size: 2.2em;
    line-height: 54px;
}

h2 {
    font-size: 2em;
    line-height: 50px;
}

html .scroll-to-top {
    background: #260D1B;
}

.tpschaltflaeche {
	width: 190px;
	height: auto;
	margin: 10px 0 0 0;
	display: inline-block;
}
	
.gzsfooterimg {
	width: 210px;
	height: auto;
	margin: 10px 0 0 0;
	border: none !important;
	display: inline-block;
}

#footer #footerbigcontainer {
	padding:2rem 0 0.5rem 0 !important;
}

#footer {
    background: #D20072;
    background-color: rgba(210,0,114,1.00);
    border-top: 0;
    font-size: 0.9em;
    margin-top: -40px;
    padding: 0;
    position: relative;
    clear: both;
}

.footer-biglogo {
	z-index:100;
    display: flex;
	justify-content: flex-end;
    background-color: transparent;
    position: relative;
	margin: 40px 0 0 0;
	
}
	
.footerlogo {
    max-width: 300px;
    max-height: 170px;
}
	
.footeradress {
    display: block;
    font-size: 24px !important;
    line-height: 28px !important;
    color: #f1cd51 !important;
    letter-spacing: 0.03em !important;
}

.layerslider-wrap {
	background-color:#FFF;
	background-image: none;
}

.toplogo {
	max-width: 340px;
	height: auto;
	margin:10px auto;
}

.mabottom-20 {
	margin-bottom: 20px;
}

.shadow-lg {
    box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.240) !important;
}

.grow {
transition: 0.5s ease;
}

.grow:hover{
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
transition: 0.5s ease;
}


/* Colorboxen fuer Startseite */
.colorbox {
	display: flex;
  	flex-flow: column wrap;
	border-radius: 0 45px;
	transition: 0.5s ease;
}

.colorbox:hover {
	text-shadow: 0px 6px 11px #5B5B5B;
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: 0.5s ease;
}

.newtoggletitle {
	border-radius: 0 45px;
	color: #FFF!important;
	padding: 15px 10px 10px 20px!important;
	font-weight: 600!important;
	font-size: 24px!important;
	letter-spacing: 0.02em!important;
}

.togglecontent-green {
	background-color: #FFF!important;
	padding:10px!important;
	border-top:0 solid #87A42E;
	border-right:1px solid #87A42E;
	border-bottom:1px solid #87A42E;
	border-left:1px solid #87A42E;
}

.togglecontent-magenta {
	background-color: #FFF!important;
	padding:10px!important;
	border-top:0 solid #D20072;
	border-right:1px solid #D20072;
	border-bottom:1px solid #D20072;
	border-left:1px solid #D20072;
}

.togglecontent-orange {
	background-color: #FFF!important;
	padding:10px!important;
	border-top:0 solid #FF7F00;
	border-right:1px solid #FF7F00;
	border-bottom:1px solid #FF7F00;
	border-left:1px solid #FF7F00;
}
.togglecontent-violet {
	background-color: #FFF!important;
	padding:10px!important;
	border-top:0 solid #8562A3;
	border-right:1px solid #8562A3;
	border-bottom:1px solid #8562A3;
	border-left:1px solid #8562A3;
}

.togglecontent-bluegrey {
	background-color: #FFF!important;
	padding:10px!important;
	border-top:0 solid #648EA3;
	border-right:1px solid #648EA3;
	border-bottom:1px solid #648EA3;
	border-left:1px solid #648EA3;
}

.toggleheader {
	border-radius: 0 25px 0 0;
}

/* .toggle :hover {
	box-shadow: 0px 6px 11px #5B5B5B;

} */

.toggleicon {
	max-width:48px;
	height:auto;
	margin-left:20px;
	display: inline-block;
	vertical-align: middle;
}

.toggle.toggle-minimal .toggle {
    margin: auto auto 20px auto;
}

a {
	text-decoration: none!important;
}

.headertext {
	display: block;
	font-family: 'caecilia', sans-serif;
	font-weight: 600;
	font-style: italic;
	color: #D20072;
    padding-top: 38px;
    font-size: 19px;
}

.slidertext {
  color: white;
  text-shadow: 0px 10px 10px #3C3C41;
}

h1, h2, h3, h4, h5, h6 {
	color: #D20072;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

.boxheadline {
	font-size: 1.35rem;
	color: #FFF;
    font-weight: 600;
    letter-spacing: 0.02em;
	line-height: 1.3em;
    -webkit-font-smoothing: antialiased;
	display:block;
	margin:0 0 20px 26px;
}

.boxicon {
	position: relative;
	display:flex;
	justify-content: flex-end;
	margin:9px 9px 9px 0;
}

.boxicon-icon {
	width:80px;height:80px;
}



@media only screen and (min-width:991px) and (max-width: 1024px) {
.boxheadline {
    font-size: 1.15rem;
    line-height: 1.2em;
	margin-left:15px;
}

}


@media only screen and (min-width:768px) and (max-width: 990px) {
.boxheadline {
    font-size: 0.85rem;
    line-height: 1.2em;
	margin-left:15px;
}
	.appd-logo {display: none;}
	.nomobile, .nomobile2 {display: none;}

}


@media only screen and (min-width:200px) and (max-width: 767px) {
	
.footer-biglogo {
	justify-content: center;
}
	
.boxicon-icon {
	width:60px;height:60px;
}

.colorbox {
	border-radius: 0 30px;
}
	
.footercenter {
	text-align: center;
}

.tpschaltflaeche {
	width: 190px;
	height: auto;
	display: inline-block;
}
	
.gzsfooterimg {
	width: 240px;
	height: auto;
	border: none !important;
	display: inline-block;
}
	
#header .header-top {
    display: flex;
    align-items: center;
    border-bottom: 0;
    min-height: 1px;
}

.footeradress {
    font-size: 20px !important;
}

.toggleicon {
	max-width:28px;
	height:auto;
	margin-left:2px;
	display: inline-block;
	vertical-align: middle;
}
	
.newtoggletitle {
    color: #FFF !important;
    padding: 10px 10px 7px 10px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    letter-spacing: 0.03em !important;
}
	
	.boxheadline {
    font-size: 1.35rem;
    line-height: 1.3em;
}
	.grow {
	transition: 0.5s ease;
}

	.grow:hover{
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	transition: 0.5s ease;
}
	.headertext {display: none;}
	.appd-logo {display: none;}
	.nomobile, .nomobile2 {display: none;}
	
	#not-on-mobile {display: none;}
}
