/*
==========================================================================
kids home pages with menu and other popup css start here
==========================================================================
*/

body.start.start-kids {
    background: url("../images/kids/home-bg.jpg") no-repeat scroll 0 0 / cover;
}
.start-kids .die-Welt-list ul li a {
    padding: 13px 25px;
    padding-left: 55px;
    text-align: left;
}
.start-kids .die-Welt-list ul li#popThree a {
    padding-left: 70px;
}
.start-kids .die-Welt-list ul li a::after,
.start-kids .die-Welt-list ul li a::before {
    width: 49px;
    background-position: 28px -70px;
}
.start-kids .sitechange .kidSec a {
    padding: 10px 100px;
}
.start-kids .die-Welt-list ul li a::after {
    top: 18px;
}
.start-kids .form-top-content h4 {
    line-height: 1.2;
}
.start-kids .form-top-content p {
    line-height: 1.2;
}
.start-kids .blackbg {
    background-color: #2f2f2d;
}
.start-kids .die-Welt-list ul li {
    width: 275px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.start-kids .die-Welt-list ul {
    text-align: center;
}
.start-kids .die-Welt-list {
    bottom: 100px;
}
.start-kids .die-Welt-list ul li {
    margin: 0 49px;
}
.start-kids .die-Welt-list ul li:first-child {
    margin-left: 0px;
}
.start-kids .die-Welt-list ul li:last-child {
    margin-right: 0px;
}
.start-kids .die-Welt-list ul li img {
    position: absolute;
    top: -16px;
    left: -38px;
    /* width: auto */
}
.start-kids .die-Welt-list ul li#popTwo img{top: -20px;}
.start-kids .die-Welt-list ul li a:hover {
    color: #fff;
}
/*.start-kids .tab-nav ul li a:hover{color: #eb5e57;}*/

.start-kids nav {
    background: #fff;
    padding-top: 122px;
}
.start-kids nav ul {
    position: absolute;
    top: 147px;
    left: 0;
    background: none;
    padding-top: 0;
}
.start-kids .row.sitechange.clearfix {
    margin-bottom: 0px;
}
.start-kids nav > img {
    margin-bottom: 20px;
}
.start-kids nav ul li {
    margin: 0 61px;
    position: relative;
}
.start-kids nav ul li span {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    /* font-size: 1.407em; */
    
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.start-kids nav ul li {
    position: relative;
}
.start-kids nav ul li .goToNext i {
    width: 18px;
    height: 18px;
}
.start-kids nav ul li .goToNext {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.start-kids nav ul li span {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.start-kids nav ul li:nth-child(1) .goToNext {
    bottom: -74px;
    top: auto;
}
.start-kids nav ul li:nth-child(2) .goToNext {
    bottom: auto;
    top: 40px;
}
.start-kids nav ul li:nth-child(1) span {
    top: auto;
    bottom: 0px;
}
.start-kids nav ul li:nth-child(2) span {
    top: auto;
    bottom: -47px;
}
.start-kids nav ul li:nth-child(2) {
    position: relative;
    left: -17px;
}
.start-kids nav ul li:nth-child(3) {
    position: relative;
    left: -37px;
}
.start-kids nav ul li:nth-child(3) .goToNext {
    top: auto;
    bottom: -100px;
}
.wrap-img {
    text-align: center;
    padding-bottom: 18px;
}
.start-kids nav ul li:nth-child(3) span {
    top: auto;
}
.start-kids nav ul li:nth-child(4) {
    left: -52px;
    position: relative;
    /* padding-top: 10px; */
}
.start-kids nav ul li:nth-child(4) img {
    position: relative;
    top: 8px;
}
.start-kids nav ul li:nth-child(4) .goToNext {
    top: -14px;
    bottom: auto;
}
.start-kids nav ul li:nth-child(5) .goToNext {
    top: 28px;
    bottom: auto;
}
.start-kids nav ul li:nth-child(4) span {
    bottom: 29px;
    top: auto;
}
.start-kids nav ul li:nth-child(5) span {
    bottom: 0;
    top: auto;
}
.start-kids nav .goToNext {
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    width: 100%;
    z-index: 3;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.start-kids nav .goToNext > * {
    cursor: pointer;
}
.start-kids nav .goToNext i {
    display: block;
    width: 18px;
    height: 18px;
    background: #f4a315;
    margin: 0 auto 20px;
    border-radius: 50%;
    position: relative;
    /*box-shadow: 0 0 30px 36px rgba(69,179,223,.33);*/
    
    box-shadow: 0 0 0px 0px rgba(244, 163, 21, .22);
    animation: menu1 3s linear infinite;
    -webkit-box-shadow: 0 0 0px 0px rgba(244, 163, 21, .22);
    -webkit-animation: menu1 3s linear infinite;
}
.start-kids nav .goToNext i:after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    /*box-shadow: 0 0 6px 18px rgba(69,179,223,.33);*/
    
    box-shadow: 0 0 0px 0px rgba(235, 94, 87, .22);
    animation: menu1 3s linear .8s infinite;
    -webkit-box-shadow: 0 0 0px 0px rgba(244, 163, 21, .22);
    -webkit-animation: menu1 3s linear .8s infinite;
}
.start-kids nav .goToNext i:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    /*box-shadow: 0 0 0px 6px rgba(69,179,223,.33);*/
    
    box-shadow: 0 0 0px 0px rgba(235, 94, 87, .22);
    animation: menu1 3s linear 1.6s infinite;
    -webkit-box-shadow: 0 0 0px 0px rgba(244, 163, 21, .22);
    -webkit-animation: menu1 3s linear 1.6s infinite;
}
@keyframes menu1 {
    0% {
        box-shadow: 0 0 0px 0px rgba(244, 163, 21, .22);
    }
    100% {
        box-shadow: 0 0 5px 5px rgba(244, 163, 21, .22);
    }
}
@-webkit-keyframes menu1 {
    0% {
        box-shadow: 0 0 0px 0px rgba(244, 163, 21, .33);
        -webkit-box-shadow: 0 0 0px 0px rgba(244, 163, 21, .22);
    }
    100% {
        box-shadow: 0 0 5px 5px rgba(235, 94, 87, 0);
        -webkit-box-shadow: 0 0 0px 0px rgba(244, 163, 21, .22);
    }
}
/*menu2*/

.start-kids nav .menu2 .goToNext i {
    background: #9ccb39;
    box-shadow: 0 0 0px 0px rgba(156, 203, 57, .22);
    animation: menu2 3s linear infinite;
    -webkit-box-shadow: 0 0 0px 0px rgba(156, 203, 57, .22);
    -webkit-animation: menu2 3s linear infinite;
}
.start-kids nav .menu2 .goToNext i:after {
    box-shadow: 0 0 0px 0px rgba(156, 203, 57, .22);
    animation: menu2 3s linear .8s infinite;
    -webkit-box-shadow: 0 0 0px 0px rgba(156, 203, 57, .22);
    -webkit-animation: menu2 3s linear .8s infinite;
}
.start-kids nav .menu2 .goToNext i:before {
    box-shadow: 0 0 0px 0px rgba(156, 203, 57, .22);
    animation: menu2 3s linear 1.6s infinite;
    -webkit-box-shadow: 0 0 0px 0px rgba(156, 203, 57, .22);
    -webkit-animation: menu2 3s linear 1.6s infinite;
}
@keyframes menu2 {
    0% {
        box-shadow: 0 0 0px 0px rgba(156, 203, 57, .22);
    }
    100% {
        box-shadow: 0 0 5px 5px rgba(156, 203, 57, .22);
    }
}
@-webkit-keyframes menu2 {
    0% {
        box-shadow: 0 0 0px 0px rgba(156, 203, 57, .22);
        -webkit-box-shadow: 0 0 0px 0px rgba(156, 203, 57, .22);
    }
    100% {
        box-shadow: 0 0 5px 5px rgba(156, 203, 57, .22);
        -webkit-box-shadow: 0 0 0px 0px rgba(156, 203, 57, .22);
    }
}
/*menu3*/

.start-kids nav .menu3 .goToNext i {
    background: #ee5754;
    box-shadow: 0 0 0px 0px rgba(238, 87, 84, .22);
    animation: menu3 3s linear infinite;
    -webkit-box-shadow: 0 0 0px 0px rgba(238, 87, 84, .22);
    -webkit-animation: menu3 3s linear infinite;
}
.start-kids nav .menu3 .goToNext i:after {
    box-shadow: 0 0 0px 0px rgba(238, 87, 84, .22);
    animation: menu3 3s linear .8s infinite;
    -webkit-box-shadow: 0 0 0px 0px rgba(238, 87, 84, .22);
    -webkit-animation: menu3 3s linear .8s infinite;
}
.start-kids nav .menu3 .goToNext i:before {
    box-shadow: 0 0 0px 0px rgba(238, 87, 84, .22);
    animation: menu3 3s linear 1.6s infinite;
    -webkit-box-shadow: 0 0 0px 0px rgba(238, 87, 84, .22);
    -webkit-animation: menu3 3s linear 1.6s infinite;
}
@keyframes menu3 {
    0% {
        box-shadow: 0 0 0px 0px rgba(238, 87, 84, .22);
    }
    100% {
        box-shadow: 0 0 5px 5px rgba(238, 87, 84, .22);
    }
}
@-webkit-keyframes menu3 {
    0% {
        box-shadow: 0 0 0px 0px rgba(238, 87, 84, .22);
        -webkit-box-shadow: 0 0 0px 0px rgba(238, 87, 84, .22);
    }
    100% {
        box-shadow: 0 0 5px 5px rgba(238, 87, 84, .22);
        -webkit-box-shadow: 0 0 0px 0px rgba(238, 87, 84, .22);
    }
}
/*menu4*/

.start-kids nav .menu4 .goToNext i {
    background: #8f7b59;
    box-shadow: 0 0 0px 0px rgba(143, 123, 89, .22);
    animation: menu4 3s linear infinite;
    -webkit-box-shadow: 0 0 0px 0px rgba(143, 123, 89, .22);
    -webkit-animation: menu4 3s linear infinite;
}
.start-kids nav .menu4 .goToNext i:after {
    box-shadow: 0 0 0px 0px rgba(143, 123, 89, .22);
    animation: menu4 3s linear .8s infinite;
    -webkit-box-shadow: 0 0 0px 0px rgba(143, 123, 89, .22);
    -webkit-animation: menu4 3s linear .8s infinite;
}
.start-kids nav .menu4 .goToNext i:before {
    box-shadow: 0 0 0px 0px rgba(143, 123, 89, .22);
    animation: menu4 3s linear 1.6s infinite;
    -webkit-box-shadow: 0 0 0px 0px rgba(143, 123, 89, .22);
    -webkit-animation: menu4 3s linear 1.6s infinite;
}
@keyframes menu4 {
    0% {
        box-shadow: 0 0 0px 0px rgba(143, 123, 89, .22);
    }
    100% {
        box-shadow: 0 0 5px 5px rgba(143, 123, 89, .22);
    }
}
@-webkit-keyframes menu4 {
    0% {
        box-shadow: 0 0 0px 0px rgba(143, 123, 89, .22);
        -webkit-box-shadow: 0 0 0px 0px rgba(143, 123, 89, .22);
    }
    100% {
        box-shadow: 0 0 5px 5px rgba(143, 123, 89, .22);
        -webkit-box-shadow: 0 0 0px 0px rgba(143, 123, 89, .22);
    }
}
/*menu5*/

.start-kids nav .menu5 .goToNext i {
    background: #97c3d6;
    box-shadow: 0 0 0px 0px rgba(151, 195, 214, .22);
    animation: menu5 3s linear infinite;
    -webkit-box-shadow: 0 0 0px 0px rgba(151, 195, 214, .22);
    -webkit-animation: menu5 3s linear infinite;
}
.start-kids nav .menu5 .goToNext i:after {
    box-shadow: 0 0 0px 0px rgba(151, 195, 214, .22);
    animation: menu5 3s linear .8s infinite;
    -webkit-box-shadow: 0 0 0px 0px rgba(151, 195, 214, .22);
    -webkit-animation: menu5 3s linear .8s infinite;
}
.start-kids nav .menu5 .goToNext i:before {
    box-shadow: 0 0 0px 0px rgba(151, 195, 214, .22);
    animation: menu5 3s linear 1.6s infinite;
    -webkit-box-shadow: 0 0 0px 0px rgba(151, 195, 214, .22);
    -webkit-animation: menu5 3s linear 1.6s infinite;
}
@keyframes menu5 {
    0% {
        box-shadow: 0 0 0px 0px rgba(151, 195, 214, .22);
    }
    100% {
        box-shadow: 0 0 5px 5px rgba(151, 195, 214, .22);
    }
}
@-webkit-keyframes menu5 {
    0% {
        box-shadow: 0 0 0px 0px rgba(151, 195, 214, .22);
        -webkit-box-shadow: 0 0 0px 0px rgba(151, 195, 214, .22);
    }
    100% {
        box-shadow: 0 0 5px 5px rgba(151, 195, 214, .22);
        -webkit-box-shadow: 0 0 0px 0px rgba(151, 195, 214, .22);
    }
}
.start-kids.overF .menuIcon i {
    background-position: -30px 0px;
}
.start-kids .sitechange span {
    text-transform: uppercase;
}
.start-kids .siSec {
    background: #fbba00;
}
.start-kids .kidSec {
    background: #b9d478;
}
.start-kids .sitechange a:hover {
    color: #fff;
}
.start-kids .sitechange .siSec a {
    padding-left: 114px;
}
.start-kids .sitechange a {
    padding-left: 97px;
}
.img-data {
    display: inline-block;
    position: relative;
}
.img-data:after,
.img-data:before {
    position: absolute;
    top: 40px;
    left: 0;
    width: 50%;
    left: -50%;
    content: '';
    display: block;
    background: url(../images/kids/repate-line.png) repeat-x;
    height: 3px;
}
.img-data:before {
    left: auto;
    right: -50%;
    top: 111px;
}
.start-kids .overlay {
    background-color: #ee5754;
}
.start-kids a.logo.logoWhite-kids {
    display: none;
}
.logowhite a.logo.logoWhite {
    display: none;
}
.logowhite a.logo.logoWhite-kids {
    display: block;
    z-index: 99991;
}
.start-kids .row.bottom-space-little.clearfix {
    display: none;
}
.start-kids .row.clearfix.kids-termin {
    display: block;
}
.start-kids .largIcon i,
.start-kids .largIcon.neue i {
    background-image: url(../images/larg-icon.png);
    background-size: 400px;
}
.start-kids .neuePraxis-wrap {
    background-image: url(../images/kids/neuePraxis-bg.jpg);
    color: #fff;
}
.start-kids .close-icon {
    background: url(../images/kids/larg-icon.png) no-repeat -363px -15px/400px;
}
.start-kids .neuePraxis-wrap h2 strong {
    color: #fbba00;
}

.start-kids .largIcon i,
.start-kids .largIcon.neue i {
    background-image: url(../images/kids/larg-icon.png);
    background-size: 400px;
}
.start-kids .largIcon ul li a {
    color: #fff;
}
.start-kids .largIcon ul li span {
    font-weight: 500;
}
.start-kids .neue-footer {
    background-color: #fbba00;
}
div#angstliche-kinder {
    background-image: url(../images/kids/angstliche-kinder.jpg);
}
.kinder-text {
    width: 62%;
    float: left;
    text-align: left;
    padding-left: 90px;
    padding-right: 90px;
}
.neuePraxis-wrap#angstliche-kinder .main-inner1 {
    max-width: none;
    padding-top: 94px;
    padding-bottom: 50px;
    overflow: hidden;
}
.kinder-text h2 {
    font-size: 4em;
    font-weight: 600;
}
.start-kids .neuePraxis-wrap .kinder-text h2 strong {
    color: #fff;
    font-weight: 300;
}
.kinder-text >strong,
.tab-style strong {
    font-size: 1.8em;
    color: #fff;
    font-weight: 500;
    margin-bottom: 11px;
    display: block;
    font-family: "proxima-nova", sans-serif;
}
.kinder-text >p,
.tab-style p {
    margin-bottom: 30px;
    text-align: justify;
}
.pop-icon {
    float: left;
}
div#tipps-fur-eltern {
    background-image: url(../images/kids/tipps-fur-eltern.jpg);
}
.neuePraxis-wrap#tipps-fur-eltern .main-inner1 {
    max-width: none;
    padding-top: 94px;
    padding-bottom: 50px;
    overflow: hidden;
}
.tab-style > p,
.tab-style > div {
    display: none;
    margin-bottom: 0px;
}
.tab-style > p.active,
.tab-style > div.active {
    height: auto;
    opacity: 1;
    
}
.tab-style strong {
    padding: 9px 27px;
    background: #fff;
    font-weight: 600;
    color: #2f2f2d;
       border-radius: 4px;

    margin-bottom: 4px;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
#angstliche-kinder .kinder-text h2 {
    font-size: 3.5em;
    font-weight: 600;
    margin-bottom: 26px;
}
#tipps-fur-eltern .kinder-text {
    padding-right: 50px;
}
.tab-style > p,
.tab-style div {
    background: #f29503;
    padding: 0 27px;
    border-radius: 0px 0px 5px 5px;
}
.tab-style strong.active {
    margin-bottom: 0;
    background: #f29503;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 18px 27px 10px;
}
#tipps-fur-eltern .pop-icon {
    position: relative;
    top: -58px;
}
.pop-icon {
    text-align: left;
}
/*
==========================================================================
kids home pages with menu and other popup css end here
==========================================================================
*/
/*
==========================================================================
common style kinder page start here
==========================================================================
*/

.kinder .ftrR-content > div {
    float: left;
    margin-right: 53px;
}
.kinder .ftr-btm {
    background-color: #eb5e57;
}
.common-style.kinder .goToNext i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.common-style.kinder .goToNext em {
    font-size: 5.967em;
    color: #fff;
    font-family: 'Caveat', cursive;
    position: absolute;
    top: 0;
    left: -244px;
}
.common-style.kinder .goToNext em.second-txt {
    left: auto;
    right: -250px;
}
.common-style.kinder .goToNext {
    left: 0px;
    width: 104px;
    right: 0;
    margin: 0 auto;
}
p.bottomAlign {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    right: 0;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    bottom: 69px;
    line-height: 1.5;
    /* font-size: 1.5em; */
}
.bottomAlign {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    right: 0;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    bottom: 40px;
    line-height: 1.5;
    /* font-size: 1.5em; */
}
.bottomAlign > p{
    padding: 0 20%;
}
.kinder-left-data {
    position: absolute;
    max-width: 1050px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    top: 0;
    height: 100%;
}
.kinder-left-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 428px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.kinder-left-content h2,
.praxis-team h2,
.common-sub-page h2, .warum-optident-html h1, .philosophie h1, .das-praxisteam h1 {
    font-size: 3.978em;
    color: #f4a315;
    font-family: 'Caveat', cursive;
    margin-bottom: 16px;
}
.kinder-left-content p,
.common-sub-page p {
    margin-bottom: 20px;
    text-align: justify;
}
.right {
    left: auto;
    right: 0;
}
.sectionTwo .kinder-left-content h2 {
    color: #9ccb39;
}
.sectionThree .kinder-left-content h2 {
    color: #eb5e57;
}
.kinder #fp-nav.right {
    display: none;
}
.sectionFour .kinder-left-content {
    width: 336px;
}
.sectionFour .kinder-left-content h2 {
    color: #8f7b59;
}
.sectionFour .kinder-left-content.right {
    width: 274px;
}
.sectionFour address span {
    display: block;
    font-size: 1.492em;
    color: #2f2f2d; font-family: "proxima-nova",sans-serif;
}
.sectionFour address a.tel {
    font-size: 1.79em;
    font-weight: 700;
    margin-top: 19px;
    display: inline-block;
    margin-bottom: 2px;
}
.sectionFour address a.mail {
    font-size: 1.492em;
}
.sectionFour address a {
    padding-left: 22px; font-family: proxima-nova;
    position: relative;
}
.office-time {
    font-size: 1.492em;
}
.office-time strong {
    display: inline-block;
    min-width: 80px; font-family: "proxima-nova",sans-serif;
}
.office-time span {
    display: inline-block;
    vertical-align: top; font-family: "proxima-nova",sans-serif;
}
strong.kassen {
    font-size: 2.41em;
    color: #343432;
    font-family: 'Caveat', cursive;
    font-weight: normal;
    display: block;
   margin: 9px 0 17px 0;
    transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg)
}
.lan-list {
    font-size: 1.492em;
}
.lan-list h3 {
    font-size: 100%;
    margin-bottom: 19px;
    font-family: "proxima-nova",sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.lan-list li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding-left: 32px;
    position: relative;
}
.lan-list li img {
    position: absolute;
    width: auto;
    left: 0;
    top: -1px;
}
.leoparl h2 {
    color: #97c3d6;
}
.leoparl .box-content {
    border: 3px solid #97c3d6;
    padding: 30px 42px;
    margin-left: -42px;
    border-top: none;
    position: relative;
}
.leoparl .box-content:after {
    background: url(../images/kids/top-arrow.png) no-repeat;
    content: '';
    position: absolute;
    top: -16px;
    left: -3px;
    width: 101.2%;
    height: 22px;
    display: block;
}
.date-info {
    font-size: 1.492em;
    color: rgba(47, 47, 45, 0.5);
    display: block;
    margin-bottom: 7px;  font-family: "proxima-nova",sans-serif;
}
.leoparl .box-content h3 {
    font-size: 2.188em;
    font-weight: 700;
    margin-bottom: 20px; font-family: "proxima-nova",sans-serif;
}
.leoparl span.manage,
.leoparl p {
    font-size: 1.492em;
    color: #2f2f2d;
    margin-bottom: 20px;
    display: block;
	
	font-family: "proxima-nova",sans-serif;
}
.kinder-left-data.center {
    text-align: center;
}
.kinder-left-data.center img {
    display: inline-block;
    /* width: auto; */
}
.kinder-left-data.center h2 {
    font-size: 5.967em;
    color: #fff;
    font-family: 'Caveat', cursive;
    margin-bottom: 10px;
}
a.large-btn span {
    font-size: 1.691em;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
a.large-btn img {
    display: inline-block;
    vertical-align: middle;
}
a.large-btn span {
    font-size: 1.691em;
    color: #fff;
    padding: 0 21px; font-weight: 500;     font-family: "proxima-nova",sans-serif;
}
a.large-btn {
    background: #d8564f;
    min-width: 590px;
    height: 62px;
    display: inline-block;
    padding: 10px 0;
}
.icon-data-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.foot-content {
    position: absolute;
    bottom: 63px;
    left: 0;
    right: 0;
}
.foot-content > span {
    float: left;
    font-size: 2.983em;
    color: #fff;
    font-weight: 400;
    text-align: left; font-family: "proxima-nova",sans-serif;
}
.foot-content > span strong {
    display: block;
    font-weight: 700;
    color: #d8564f;
}
.common-style .foot-content .btn-style {
    background: #fff;
    color: #2f2f2d;
    border-radius: 0px;
}
.contact-data {
    float: right;
}
.common-style .foot-content .btn-style.btn-style.first {
    margin-right: 4px;
    background: #d8564f;
    color: #fff;
}
.common-style .foot-content .btn-style.btn-style.first:hover{
    background: #fff;
    color: #d8564f;
}
.common-style .foot-content .btn-style:hover{
    background: #d8564f;
    color: #fff;
}
.icon-data-content a.large-btn:hover{
    background: #fff;
    color: #d8564f;
}
.icon-data-content a.large-btn:hover span{
    background: transparent;
    color: #d8564f;
}
.full-width a.tel-info:hover{
    color: #d8564f;
}
.full-width span {
    float: left;
    font-size: 1.492em; font-family: "proxima-nova",sans-serif;
    color: #fff;
    text-align: left; font-weight: 600;
    font-weight: 300;
}
.full-width a.tel-info {
    font-size: 2.884em;
    color: #fff;
    font-weight: 700;
    position: relative;
    padding-left: 21px; font-family: "proxima-nova",sans-serif;
}
.full-width {
    overflow: hidden;
    padding-top: 9px;
}
.full-width a.tel-info:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 6px;
    width: 1px;
    height: 50px;
    display: block;
    background: #847b79;
}
.sectionFour address a.tel:after,
.sectionFour address a.mail:after {
    position: absolute;
    content: '';
    display: block;
    width: 16px;
    height: 21px;
    background: url(../images/sprite.png) no-repeat;
    background-size: 350px;
    top: 3px;
    background-position: -89px -99px;
    left: 0;
}
.sectionFour address a.mail:after {
    background-position: -160px -101px;
    left: -4px;
}
.paging a {
    font-size: 2.5em;
    color: #2f2f2d;
    font-family: 'Caveat', cursive;
    font-weight: 700;
    padding-left: 110px;
    position: absolute;
          bottom: 22px;

    left: 48px;
    z-index: 99;
}
.paging a.right {
    left: auto;
    right: 48px;
    padding-left: 0px;
    padding-right: 110px;
}
.paging a:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 7px;
    width: 89px;
    height: 55px;
    background: url(../images/kids/arrow-right.png) no-repeat;
    display: block;
}
.paging a.right:after {
    background: url(../images/kids/arrow.png) no-repeat;
    left: auto;
    right: 0;
    top: -2px;
}
.kinder .footer > figure > img {
    padding: 40px 0 0 0;
}
/*sub-pages css*/

.sub-pages-content {
    position: absolute;
    top: 50%;
    right: 93px;
    width: 800px;
/*    background: url(../images/kids/circle.png) no-repeat;*/
    min-height: 558px;
    transform: translateY(-50%);
}
.content-data > img {
    width: 100%;
}
.content-data {
    /*overflow: hidden;*/
}

.columnWrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.noch-fragen .column + .column ul li:first-child {
    padding-bottom: 0;
    padding-bottom: 4px;
}
.noch-fragen .column + .column ul li:first-child > textarea{
 height: 132px;
    margin: 0;
    display: block;
}
.anreise-parken .column-cover{
    position: static;
}
body.noch-fragen{
    overflow: hidden;
}

.noch-fragen .column-cover{
    left:inherit;
    right:inherit;
    top:inherit;
    position: relative;
}
.sub-pages-content .kinder-left-content {
    left: 127px;
}
a.side-icon span {
    position: absolute;
    font-family: 'Caveat', cursive;
    top: -64px;
    right: -47px;
    font-size: 2.2em;
    color: #2f2f2d;
    width: 225px;
    line-height: 1; cursor: default;
}

.philosophie .sub-pages-content {
    right: auto;
    left: 55px;
    width: 624px;
    background: url(../images/kids/philosophie-circle.png) no-repeat;
}
a.side-icon.left-side-icon {
    right: auto;
    left: -40px;
}

ul.flex-direction-nav {
    right: auto;
    left: 50px;
}
.praxiseindrucke a.flex-prev,
.praxiseindrucke a.flex-next {
    background-image: url(../images/kids/control-nav.png);
}
.praxiseindrucke a.side-icon span {
    top: 74px;
    right: -14px;
    color: #2f2f2d;
}
.praxis-team {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0 0;
    text-align: center;
}
.praxis-team h2 {
    color: #9ccb39;
    padding-top: 160px;
}
.das-praxisteam a.side-icon span {
    top: -7px;
    right: auto;
    left: 112px;
}
.das-praxisteam ul.praxisTab {
    max-width: 426px;
    margin: 10px auto 0;
}
.das-erste-kennenlernen {
    background: url(../images/kids/das-erste-kennenlernen.jpg) no-repeat 0 0 / cover;
}
img.gitl-img {
    position: absolute;
    bottom: auto;
    left: 0;
    top: -120px;
}
.das-erste-kennenlernen-page {
    max-width: 1036px;
    margin: 0 auto;
}
.common-sub-page {
    padding-top: 152px;
}
.col-left {
    float: left;
    width: 50%;
    padding: 0 45px;
}
.bottom-content {
    position: relative;
}
.bottom-content .container {
    max-width: 1076px;
    margin: 0 auto;
}
.listing-cover {
    width: 708px;
    float: right;
    text-align: center;
    padding-top: 50px;
}
.listing-cover-data {
    background: #eb5e57;
    min-height: 127px;
    padding: 20px 35px;
}
.listing-cover-data a {
    padding-top: 54px; font-family: "proxima-nova",sans-serif;
    display: block;
    font-size: 1.4em;
    color: #fff;
}
.listing-cover-data li {
    float: left;
    padding: 0 13px;
}
.listing-cover-data ul {
    float: right;
}
.das-praxisteam {
    background: url(../images/kids/das-praxisteam.jpg) no-repeat 0 0 / cover;
    overflow-x: hidden;
    overflow-y: auto;
}
.das-praxisteam .tabContent ul li:nth-child(2) {
    margin-left: -87px;
    z-index: 99;
}
.das-praxisteam .tabContent ul li a {
    display: block;
}
.das-praxisteam .praxisTab .zahna a {
    color: #9ccb39;
    border-bottom: 3px solid #9ccb39;
}
.das-praxisteam .praxisTab .assist a {
    color: #b64c8e;
    border-bottom: 3px solid #b64c8e;
}
div#teamtab2 {
    position: static;
    left: auto;
    width: 100%;
}

.das-praxisteam .tabContent#teamtab2 ul li:nth-child(2){
	margin-left: -106px;
    z-index: 9;
}
.das-praxisteam .praxis-tab-sec {
    min-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.das-praxisteam #teamtab2 ul li:first-child {
    margin-left: -0;
}
.das-praxisteam #teamtab2 ul li:first-child {
    margin-left: 0;
}

#teamtab2 ul li:nth-child(5){
	display:inline-block;
}
.das-praxisteam #teamtab2 ul li:nth-child(2) {
    /*margin-left: -118px;*/
	margin-left:0px;
}
.das-praxisteam .praxis-team h2, .das-praxisteam .praxis-team h1 {
    color: #9ccb39;
    padding-top: 114px;
    
}
.details-kids span.new-york {
    width: auto;
}
.details-kids .new-york::before {
    background: url(../images/kids/lion.png) no-repeat 0 0 /100% auto;
    top: -81px;
    height: 74px;
    width: 68px;
    margin-right: 24px;
}
.details-kids .zuruck a {
    color: #9ccb39;
}
.details-kids .zuruck::before {
    background-color: #9ccb39;
}
.details-kids .leftThumb::after {
    background: url(../images/kids/green-strip.png) no-repeat 0 0/cover;
}
.details-kids ul.flex-direction-nav {
    right: 50px;
    left: auto;
}
.details-kids .rightCont {
    top: 50%;
    transform: translateY(-50%);
}
span.new-york.humberg {
    color: #bac1cf;
}
.details-kids .new-york.humberg::before {
    background: url(../images/kids/elephant.png) no-repeat 0 0 /100% auto;
    top: -74px;
    height: 67px;
    width: 83px;
    margin-right: 53px;
}
span.new-york.animal-icon {
    color: #ffc769;
}
.details-kids .new-york.animal-icon::before {
    background: url(../images/kids/animal-icon.png) no-repeat 0 0 /100% auto;
    top: -104px;
    height: 94px;
    width: 58px;
    margin-right: 53px;
}

span.new-york.nashorn-icon {
    color: #db9f63;
}
.details-kids .new-york.nashorn-icon::before {
    background: url(../images/kids/nashorn-icon.png) no-repeat 0 0 /100% auto;
    top: -85px;
    height: 80px;
    width: 77px;
    margin-right: 35px;
}
span.new-york.kroko-icon {
    color: #a5ce42;
}
.details-kids .new-york.kroko-icon::before {
    background: url(../images/kids/kroko-icon.png) no-repeat 0 0 /100% auto;
    top: -60px;
    height: 53px;
    width: 145px;
    margin-right: 0px;
}

.details-kids span.new-york.last-icon {
    top: 79px;
}
.das-praxisteam #teamtab2 ul li:nth-child(6) {
       margin-left: -124px;
    z-index: 3;
}
.das-praxisteam #teamtab2 ul li:nth-child(7) {
    margin-left: -124px;
    z-index: 2;
}
.das-praxisteam #teamtab2 ul li:nth-child(3) {
    margin-left: -91px;
   z-index: 7;
}
.das-praxisteam #teamtab2 ul li:nth-child(8) {
    margin-left: -112px;
        z-index: 1;
}
.details-assistenz.details-kids .leftThumb::after {
    background: url(../images/kids/purple-strip.png) no-repeat 0 0/cover;
}
.details-kids.details-assistenz .zuruck a {
    color: #b64c8e;
}
.details-kids.details-assistenz .zuruck::before {
    background-color: #b64c8e;
}
.details-kids.details-assistenz span.new-york.humberg {
    color: #bac1cf;
    text-align: center;
}
.details-kids.details-assistenz .new-york.humberg::before {
    background: url(../images/kids/elephant.png) no-repeat 0 0 /100% auto;
    top: -74px;
    margin-right: 24px;
}
.das-erste-kennenlernen h2, .das-erste-kennenlernen h1 {
    color: #eb5e57; padding-right: 45px;
        font-family: 'Caveat', cursive;
        font-size: 3.978em;
        margin-bottom: 16px;
}
.listing-cover-data li {
    position: relative;
}
.start-kids.erste-kennenlernen .tab-nav-wrap {
    display: none;
    
}
.listing-cover-data li i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45px;
    height: 48px;
    display: block;
    background: url(../images/kids/sprite-kids.png) no-repeat 0px -90px;
    background-size: 250px;
    right: 0;
    margin: 0 auto;
}
.listing-cover-data li.anamnesebogen i {
    background-position: -65px -90px;
}
.listing-cover-data li.meineAnfahrt i {
    background-position: -121px -90px;
}
.listing-cover-data li.woKann i {
    background-position: -172px -90px;
    width: 66px;
}
.das-erste-kennenlernen a.side-icon span {
    top: 80px;
    right: -21px;
}
.das-praxisteam #teamtab2 ul li:nth-child(4) {
    margin-left: -23px;
    z-index: 8;
}
.das-praxisteam #teamtab2 ul li:nth-child(4) {
    margin-left: -109px;
    z-index: 5;
}
.das-praxisteam #teamtab1 span.nameTeam {
    color: #9ccb39;
}
.das-praxisteam .tabContent span.nameTeam::after {
    background: url(../images/kids/sprite.png) no-repeat -59px -148px/250px;
}
.das-praxisteam .tabContent ul li a {
    padding-top: 70px;
}
.das-praxisteam span.nameTeam {
    top: 2px;
}
.unsere-leistungen .leftThumb::after {
    background: url(../images/kids/strip6.png) no-repeat 0 0/cover;
}
.unsere-leistungen {
    background: url(../images/kids/unsere-leistungen-bg.jpg) no-repeat 0 0/cover;
}
.col.img-content-data {
    height: 5px;
}
.leistungen-page h2, .leistungen-page h1 {
    font-size: 4em;
    color: #eb5e57;
    font-family: 'Caveat', cursive;
	
}

.leistungen-page h2 strong, .leistungen-page h1 strong {
    display: block;
}
.leistungen-page .kinder-text {
    width: 100%;
    padding-top: 24px;
    float: none;
    text-align: left;
    padding-left: 0;
    padding-right: 0;

}
.leistungen-page .tab-style p {
    padding: 0;     margin-bottom: 20px;
    background: none;
}
.leistungen-page .tab-style em {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 3px;
    display: block;
}
.leistungen-page .tab-style ul li{
    font-size: 1.5em;  font-family: "proxima-nova",sans-serif;
}
.leistungen-page .tab-style > div.active {
 
    border-bottom: 1px solid #c9aea1;
    border-radius: 0; display: block;
}
.leistungen-page strong.active {
    padding: 0;
}
.leistungen-page strong.active {
    padding: 0;
    background: none;
}
.leistungen-page .tab-style strong {
    padding: 0;
    background: none;
    position: relative;
    font-size: 1.5em;
    color: #2f2f2d;
    text-transform: uppercase;
    margin-bottom: 15px;
	padding-left: 40px;
}
.leistungen-page .tab-style > div{    padding-left: 40px;
    padding-bottom: 15px;
    margin-bottom: 37px;}
.leistungen-page .tab-style strong.active {
    color: #ee5754; padding-left: 0; padding: 0 0 0 40px;
}
.leistungen-page {
      padding: 136px 66px 0;
    position: fixed;
    overflow: scroll;
    top: 136px;
    padding-top: 0;
    overflow-x: hidden;     padding-bottom: 119px;
}
.leistungen-page .tab-style {
    padding-left: 0; padding-top: 10px;
}
.tab-style > p,
.tab-style div {
    background: none;
    padding: 0;
}
.leistungen-page .tab-style strong i {
    content: '';
    position: absolute;
    top: -4px;
   left: 0;
    width: 23px;
    height: 23px;
    background: url(../images/kids/sprite-kids.png) no-repeat -184px -2px;
    border-radius: 50%;
    border: 1px solid #ee5754;
    background-size: 300px;
}
.leistungen-page .tab-style strong.active i {
    background-position: -145px -2px;
}
.unsere-leistungen .tab-nav {
    display: none;
}
.column-cover {
    position: absolute;
   top:0;
   padding-top: 190px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1077px;
}
.column-cover h2, .column-cover h1  {
    font-size: 4em;
    color: #8f7b59;
    font-family: 'Caveat', cursive;
    margin-bottom: 20px;
}
.column-cover .img-wrapper {
     margin-bottom: 27px;

}
.column-cover a.btn-style {
    margin-top: 30px;
}
.col.red-theme h2 {
    color: #ee5754; line-height: 1.1;
}
.col.red-theme a.btn-style {
    background: #ee5754;
}
.noch-fragen .form-field {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0px;
    padding: 15px 18px;
}
.noch-fragen .column {
    float: left;
    width: 50%;
}
.noch-fragen .half {
    float: left;
    width: 50%;
}
.noch-fragen .column li {
    padding: 4px 0;
}
.noch-fragen .half:first-child {
    padding-right: 3px;
}
.noch-fragen .half:last-child {
    padding-left: 3px;
}
.noch-fragen .column ul {
    padding: 0 3px;
}
.noch-fragen textarea.form-field {
       height: 158px;
   
}
li.no-space {
    padding: 4px 0 0px 0 !IMPORTANT;
}

.noch-fragen input.btn-submit {
    width: 108px;
    padding: 0;
    line-height: 46px;
    border-radius: 0;
    background: #8f7b59;
       margin-top: -2px;
 z-index: 2;
    position: relative;
}
.archiv-page .news-section .date {
    font-size: 1.5em;
    color: rgba(47, 47, 45, 0.5);
}
.links-infos .col.last {
    width: 27%;
    float: right;
}
.archiv-page .news-section h3 {
    font-size: 2.2em;
    color: #2f2f2d;
    font-weight: 700;
    margin-bottom: 20px;  font-family: "proxima-nova",sans-serif;
}
.archiv-page .news-section li {
    width: 25%;
    float: left;
    padding: 4px;
}
.archiv-page .column-cover {
    max-width: 1446px;
    padding: 0 46px; padding-top: 0128px;
}
.archiv-page h2, .archiv-page h1 {
    text-align: center;
    color: #97c3d6;
}
.archiv-page .news-section li p {
    text-align: justify;
}
.news-section .news-content {
    padding: 25px;
    background: #fff;
    height: 238px;
}
.news-section .sky-bg {
    background: #97c3d6;
}
.news-section .sky-bg {
    color: #fff;
}
.news-section .sky-bg h3,
.news-section .sky-bg .date {
    color: #fff;
}
.links-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1255px;
    margin: 0 auto;
    padding-top: 126px;
}
.links-info-cover .col {
    float: left;
  width: 36.5%;
    padding: 0 23px;
}

.links-info-cover {
    margin: 0 -23px;
}
.links-info-cover h2, .links-info-cover h1  {
    font-size: 4em;
    color: #97c3d6;
    margin-bottom: 15px;
    font-family: 'Caveat', cursive;
}
.links-info-cover .col.sky-bg {
    background: #97c3d6;
}
.links-info-cover .col.sky-bg h2,
.links-info-cover .col.sky-bg p,
.links-info-cover .col.sky-bg strong {
    color: #fff;
}
.links-info-cover .col p {
    text-align: justify;
    margin-bottom: 15px;
}
.links-info-cover .col {
    padding: 20px 35px 10px 35px;
}
.links-info-cover .col strong {
    font-size: 1.5em;
    display: block;
    font-weight: 700;
    margin-bottom: 3px;
}
.links-info-cover .col li a {
    font-size: 1.5em;
    color: #2f2f2d;
}
.links-info-cover .col li a:hover{text-decoration: underline;}
.links-info-cover .col li {
    margin-bottom: 20px;
}
h2.video-heading {
    margin-bottom: 5px;
    margin-top: -8px;
}
.video-section {
    margin-bottom: 3px;
}
.start-kids .ftrR-content ul li a:hover {
    color: #eb5e57;
}
.common-style.logowhite .overlay1 {
    display: block !important;
}
.kinder-text p.active {
    background: #f29503;
    display: block;
}
.kinder-text p {
    padding: 0 27px 20px;
    margin-bottom: 10px;
}
.praxis-team.content-data p {
    text-align: center;
}
.start-kids .head-right ul li.mail {
    padding-left: 39px;
}
.start-kids .sitechange a {
    padding: 10px 140px;
}
.start-kids .sitechange a::after {
    top: 17px;
}
.news-section .sky-bg .date {
    color: rgba(255, 255, 255, 0.5);
}
#angstliche-kinder .kinder-text p {
    padding: 0;     text-align: left;
}
#angstliche-kinder .kinder-text strong {
    font-size: 1.5em;
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
}
.kinder-text {
    width: 62%;
    float: left;
    text-align: left;
    padding-left: 90px;
    padding-right: 90px;
    height: 500px;
}
#angstliche-kinder .kinder-text{height: 500px;}
.kinder-text >strong {
    font-weight: 600;
}
.video-data {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: auto;
    z-index: -1;
}
.start-kids .head-offenbach .head-right ul li a:hover,
.start-kids .head-offenbach nav ul li a:hover, .start-kids .head-offenbach nav ul li.active a {
    color: #eb5e57;
}
.warum-optident-html {
    background: url(../images/kids/warum-optident.jpg) no-repeat 0 0 /cover;
}
.warum-optident-html .content-data > img {
    opacity: 0;
}
.praxiseindrucke .flexslider li img{width:100%;}
em.true {
    position: absolute;
    top: 19px;
    left: 0;
    width: 108px;
    height: 47px;
    background: url(../images/white-tick.png) no-repeat 25px 0;
    z-index: 1;
    background-size: 45%; 
}
.noch-fragen em.true{
   top: -1px; 
}
    
.send-wrapper {
    position: relative;
    clear: both;
    display: inline-block;
    
}
.noch-fragen .send-wrapper{
    padding-left: 3px;
} 
.paging a:hover{
    color:#eb5e57;
}
.column-coverWrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.archiv-page .column-cover{
    padding-top: 104px;
    position: static;
}
.links-infos .column-coverWrap .links-info{
    position: static;
    
}
/*.img-aside >img {
    width: auto;
}*/
.img-aside {
    position: absolute;
    right: -82px;
    bottom: 0;
}
.top-icon {
    position: absolute;
    top: 14%;
    left: 24%;
}
.top-icon span{font-size: 2.3em; color:#f4a315; font-family: 'Caveat', cursive; font-weight: 700;     display: block;
    text-align: center;}
.img-aside.left {
    right: auto;
    left: 0;
       bottom: 0;
}
.top-icon.right {
    right: -11%;
    left: auto;
    top: 22%;
}
.kinder #section2 .top-icon span{color: #9ccb39;}
.kinder #section3 .top-icon span {
    color: #eb5e57;
}
.kinder #section4 .top-icon span {
    color: #8f7b59;
}
.kinder #section5 .top-icon span {
    color: #97c3d6;
}
.img-aside.center {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: auto;     text-align: center;   z-index: -1;
}
.img-aside.center img {
    display: inline-block;
}
/*
==========================================================================
Media query for small desktop start here
======*/

@media (min-width: 1350px) and (max-width: 1599px) {
    .tabContent ul li img {
        display: block;
  
    }
    .das-praxisteam .praxis-tab-sec {
        min-height: 348px; bottom: -53px;
    }
    .praxis-team h2 {
        padding-top: 120px;
    }
    .das-praxisteam .tabContent ul li a {
        padding-top: 44px;
    }
    .das-praxisteam span.nameTeam {
        top: 3px;
    }
    .das-praxisteam #teamtab2.tabContent ul li img {
        display: block;
      
    }

    
  
  
   
    .das-praxisteam #teamtab2 ul li:nth-child(2) {
        /*margin-left: -129px;*/
		margin-left:0px;
    }
    .das-erste-kennenlernen .listing-cover {
        padding-top: 0px;
    }
    .das-erste-kennenlernen .common-sub-page {
           padding-top: 146px;
    }
    .das-erste-kennenlernen .paging a {
        bottom: 28px;
    }
    .das-praxisteam .praxis-team h2 {
        margin-bottom: 8px;
    }
    .das-praxisteam .praxis-team h2 {
   font-size: 2.5em;
}
    
    .praxisTab li,.das-praxisteam span.nameTeam{font-size: 1.5em;}
    .das-praxisteam .praxisTab li a {
        padding: 12px 0;
    }
    .tabContent span.nameTeam::after {
        bottom: -19px;
    }
   .column-cover {
    top: 0;
    padding-top: 161px;
}
  .noch-fragen  .column-cover {
    top: 0;
    padding-top: 194px;
}
    .archiv-page .news-section h3 {
        font-size: 2em;
    }
    .archiv-page .column-cover {
        top: 88px;
    }
    .archiv-page .paging a {
        bottom: 24px;
    }
    .archiv-page h2 {
        margin-bottom: 0px;
    }
    .archiv-page .news-section li p {
        text-align: justify;
        font-size: 1.4em;
    }
  .news-section .news-content {
    height: 207px;
}
    
    .links-info-cover .col li {
        margin-bottom: 10px;
    }
    .kinder-text h2 {
        font-size: 3.5em;
        font-weight: 600;
        margin-bottom: 12px;
    }
    #angstliche-kinder .kinder-text p {
        padding: 0;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .neuePraxis-wrap#tipps-fur-eltern .main-inner1 {
        padding-top: 82px;
        padding-bottom: 50px;
    }
    .tab-style strong.active {
        padding: 15px 27px 4px;     font-weight: 500;
    }
    /* #tipps-fur-eltern .pop-icon >img {
        width: 84%;
    } */
    .neuePraxis-wrap#angstliche-kinder .main-inner1 {
        padding-bottom: 25px;
    }

}


section.safari-content {
    background: url(https://optident.de/assets/images/kids/zahnsafari-content-left.svg) no-repeat, url(https://optident.de/assets/images/kids/zahnsafari-content-right.svg) no-repeat, url(https://optident.de/assets/images/kids/zahnsafari-content.svg) no-repeat;
    padding: 10px;
    padding-top: 100px;
    min-height: 500px;
    mask-image: url(https://optident.de/assets/images/kids/zahnsafari-content.svg);
    -webkit-mask-image: url(https://optident.de/assets/images/kids/zahnsafari-content.svg);
    position: relative;
    top: -62px;

    -webkit-mask-size: cover;

    background-position: 0 0, right 0px, left 0;

    background-size: auto, auto, cover;

    color: white;
}

section.safari-content .safariScrollDown {
    text-align: center;
    padding-bottom: 100px; 
}

section.safari-content .vorteilsbox {
    display: flex;
    background: rgba(0,0,0,0.2);
    margin-bottom: 30px;
    padding: 23px;
    color: white;
    align-items: center;
}

section.safari-content .vorteilsbox svg {
    margin-right: 23px;
}

section.safari-content .vorteilsbox strong {
    color: #FFB52F;
}

section.safari-content .vorteilsbox.invert {
    background: #FFB52F;
}

section.safari-content .vorteilsbox.invert strong {
    color: white;
}

section.safari-content ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-bottom: 10px;
}

section.safari-content li {
    hyphens: auto;
    font-size: 1.5em;
    font-weight: normal;
    font-family: "proxima-nova",sans-serif;
    text-align: justify;
}

section.safari-content h2 {
    font-size: 2.3em;
    color: white;
}
section.safari-content h1 {
    font-size: 3em;
    color: white;
    margin-bottom: 20px;
}

section.safari-content .flexTrigger {
    position: relative;
    top: -20px;
    left: -20px;
}

@media (max-width: 1550px) {
    section.safari-content {
        background-position: -50px 0, right 0px, left 0;
    }
}
@media (max-width: 1450px) {
    section.safari-content {
        background-position: -100px 0, right 0px, left 0;
    }
}
@media (max-width: 1350px) {
    section.safari-content {
        background-position: -150px 0, right 0px, left 0;
    }
}
@media (max-width: 1350px) {
    section.safari-content {
        background-position: -1500px 0, -1000px 0px, left 0;
    }
}

@media (max-width: 1000px) {
    section.safari-content .col {
        width: 100%;
        padding: 20px !important;
    }

    section.safari-content .col + .col{
        padding-top: 50px;
    }

    section.safari-content h1 {
        padding: 20px !important;
    }

    .flexTrigger {
        text-align: center;
        margin-top: 50px;
    }

    .start-kids .die-Welt-list {
        bottom: 200px;
    }

    section.safari-content {
        top: -120px;
    }
}

@media (max-width: 768px) {
    section.safari-content {
        top: 0px;
    }

    section.safari-content .neue-inner {
        background: none !important;
    }
}

/*
==========================================================================
Media query for small desktop end here
======*/

@media (min-width: 1600px) {
    .das-praxisteam .tabContent ul li img {
        display: block;
        max-width: none;
        height: initial;
        width: 100%;
    }
  
      
  
    .das-praxisteam .tabContent ul li a {
    padding-top: 0;
}
    .das-praxisteam ul.praxisTab {
    max-width: 426px;
    margin: 10px auto 0;
    position: absolute;
   top: -135px;
    left: 0;
    right: 0;
}
  .das-praxisteam .praxis-tab-sec {
    overflow: visible;
    min-width: 449px;
    height: 449px;
}
    #teamtab2 ul {
    margin: -29px -48px 0; overflow: visible;
    
}
.das-praxisteam span.nameTeam {
    top: -57px;
}
    .ringWrap {
        transform: translateY(-50%) scale(1);
        -webkit-transform: translateY(-50%) scale(1);
    }
    .das-praxisteam #teamtab2 ul li:first-child {
        margin-left: 0;
    }
    .sub-pages-content {
        top: 56%;
    }
	.links-info-cover .col.sky-bg { 
 
    padding-bottom: 91px;
}
}
@media (min-width: 1025px) and (max-width: 1599px) {
    .warum-optident-html .sub-pages-content {
        top: 59%;
        width: 734px;
        background: url(../images/kids/circle.png) no-repeat 0 0 / cover;
        min-height: 500px;
        background-size: 100%;     background: none; 
    }
    .kinder-left-content {
 
    top: 57%;
 
}
  .philosophie   .kinder-left-content {
    top: 50%;
}
.paging a{bottom:22px;}
 .das-praxisteam   .paging a {
    bottom: 20px;
}
 .kinder   #section1 .paging a:hover{color: #f4a315;}
  .kinder   #section2 .paging a:hover{color: #9ccb39;}   
      .kinder   #section3 .paging a:hover{color: #eb5e5;}  
 .kinder   #section4 .paging a:hover{color: #8f7b59;} 
    .kinder   #section5 .paging a:hover{color: #97c3d6;} 
     
    
.archiv-page .column-cover{
    padding-top: 104px;
    position: static;
}
.tabContent ul li:first-child {
    margin-left: 93px;
}



.tabContent ul li:nth-child(3) {
    z-index: 50;
    position: relative;
    margin-left: -94px;
}
.das-praxisteam .tabContent ul li:nth-child(2) {
   
  margin-left: -142px;
}
}


@media (min-width:1025px){
	

    #section4  .kinder-left-content {
    top: 36%;
    transform: none;
}
    
}
@media (min-height:638px) and (max-height:750px){
.das-praxisteam   .topFixed.praxis-tab-sec {
top: 216px;
}
}

.paging a {
    font-size: 2.85em;
}
    .paging a:after {
  
    top: -2px;
    }
    .paging a.right:after {
   
    top: -1px;
}
@media (max-width: 1024px) {

}