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



 @import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700');


html {
    /*position: relative;*/
    width: 100%;
    min-height: 100%;
}

body {
    height: 100%;
    width: 100%;
    /*background: url(../bm/pattern_raster_weiss.png), linear-gradient(rgba(240,240,240,1) 10%, rgba(188,195,208,1));
/*background-size: cover;*/
    /*background-attachment:fixed;*/
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    /*line-height:150%;*/
    padding: 0px;
    margin: 0px;

    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

p {
    font-family: 'oxygen', sans-serif;
    font-size: 1rem;
    line-height: 150%;
    margin: 0px;
    color: #474747;
}

ul  {
        font-family: 'oxygen', sans-serif;
    font-size: 1rem;
    line-height: 150%;
    margin-bottom:1rem;
    padding-left:1rem;
}

li {
    line-height: 150%;
    color: #474747;
    margin-bottom:0px;


}




h1, h2 {
    font-family: 'oxygen', sans-serif;
    font-weight: 700;
    line-height:100%;
    color: rgba(77, 77, 77, 1);
    font-size: 1.5rem;
    letter-spacing: 1px;
    /*display: inline;*/
    padding-left: 0em;
    padding-right: .5em;
    margin-bottom:2rem;

}

h3 {
    margin: 0px;
    padding: 0px;
    letter-spacing: 1px;
}


a   {
    /*color:#fff;*/
    text-decoration:underline;
    }
a:visited   {
    text-decoration:none;
    color:#474747;

}

a:link  {
    color:#474747;
}


em  {
    font-weight:bold;
    font-style: normal;
}

li  {
    list-style:disc;
    padding-left:0px;
    }

ul  {
    margin-bottom:1rem;
}






.white  {
    color:#fff;
}


.orange {
    /*color:rgba(255, 160, 111, 1);*/
    color: #ffa06f;
   /* 75%: ffac83;
    50%: ffc7ac;
    25%: ffe3d5;*/
}

.orange_italic {
    color:rgba(255, 160, 111, 1);
    color:#ffa06f;
    font-style: italic;
}

.orange_2 {
    color:rgba(255, 160, 156, 1);
}

.green {
    color: #5aaa96;
    color: rgba(90, 170, 150, 1);
}

.green_italic {
    color: #5aaa96;
    color: rgba(90, 170, 150, 1);
    font-style:italic;
}

.grey{
    color: rgba(77, 77, 77, 1);
}

.grey_italic {
    color: rgba(77, 77, 77, 1);
    font-style: italic;
}

.bg_white {
    background-color: #fff;
}

.bg_orange {
    background-image: linear-gradient(rgba(255, 160, 156, 1), rgba(255, 160, 111, 1));

    /*background-color:#ffa06f;*/
}

.bg_green {
    background-image: linear-gradient(rgba(90, 170, 150, 1), rgba(0, 132, 107, 1));

}

.bg_green_light {
    background-color: hsl(162, 42%, 86%);
    /*background-color:rgba(204, 234, 225, 1);*/
    color:#fff;
}

.bg_green > * a {
    color:#fff;
}

.bg_green > * a:visited {
    color:#fff;
}

.bg_green > * a:hover {
    text-decoration:underline;
    color:#ffa06f;
}

.bg_start   {
}



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

    p, ul, li {
        font-size: .9rem;
    }



    .bg_green  {
    background: url(../bm/mutich-stapel.png), #5aaa96;
        background-repeat: no-repeat, repeat;
    /*background-blend-mode: soft-light;*/
    background-position:  30vw 20vh;
        background-size:80%;
}

    .bg_orange {
    background-image: url(../bm/schulfoerderung-kinder-diagnostik_01.png) , linear-gradient(rgba(255, 160, 156, 1), rgba(255, 160, 111, 1));
    background-repeat: no-repeat, repeat;
    background-position: 8rem bottom, 0 0;
    background-size: 100%, 100%;
    }

    .bg_start   {
    background: url(../bm/gs/mutich-heilpaedagogische-praxisstart_m.jpg) no-repeat;
    background-position: 50vw top;
    background-size: 100%;
    }

    h1, h2 {
        margin-bottom:1rem;
    }

}

@media screen and (min-width: 801px) and (max-width: 1200px) {

    p, ul, li {
        font-size: .95rem;
    }

}


@media screen and (min-width: 1201px) and (max-width: 1600px)  {

    p, li   {
        font-size: 1.25rem;
    }

     ul {
    margin-bottom:1rem;
    }

    h1, h2  {
        font-size: 2rem;
    }
}


@media screen and (min-width: 1601px) {

     p, ul, li   {
        font-size: 1.25rem;
    }




    h1, h2  {
        font-size: 2.25rem;
    }
}




/*----------------------------------------------------WRAPPER--------------------------------------------*/

.wrapper {
    position: absolute;
    top: 0px;
    width: 100%;
    /*height:10000px;*/
    /*background-color:aqua;*/
}

.wrapper_content {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    /*background-color:beige;*/
}

.wrapper_content article {
    position: relative;
    width: 100%;
    padding:2rem 10%;
    margin-bottom: 8rem;
    box-sizing: border-box;

    /*display: -ms-grid;
    display: grid;

    grid-template-areas:
        ". links rechts .";

    -ms-grid-columns: 10% 40% 40% 10%;
    /*-ms-grid-rows:  100%;*/

    /*grid-template-columns: 10% 40% 40% 10%;
    /*grid-template-rows:  100%;*/
    /*grid-column-gap: 2vw;*/


}


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

    .wrapper_content article    {

        margin-bottom:2rem;
        padding:1rem 5%;

        /*  grid-template-areas:
        ". links links .";
           -ms-grid-columns: 5% 30% 60% 5%;
    /*-ms-grid-rows:  100%;*/

    grid-template-columns: 5% 30% 60% 10%;
    /*grid-template-rows:  100%;*/
    /*grid-column-gap: 2vw;*/
    }




}


@media screen and (min-width: 1600px) {
    .wrapper_content article    {
        padding:2rem 20%;
    }
}

@media screen and (min-width: 2000px) {

    .wrapper_content article    {
        padding:2rem 30%;
    }

}

/*----------------------------------------------------MENÜ-----------------------------------------------*/


.menue {
    position: fixed;
    top: 5rem;
    right: 10%;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    border: .5rem solid #fff;
    background-color:#5aaa96;
    z-index: 300;
}

.menue:hover {
    cursor: pointer;
}

.menue p  {
    color:#fff;
    font-size: 1.5rem;
    text-align: center;
    margin-top:30%;
    vertical-align:middle;
    letter-spacing: 1px;
}

.menue_panel {
    position: fixed;
    top: 10vh;
    display: none;
    background-image: linear-gradient(rgba(255, 160, 156, 1), rgba(255, 160, 111, 1));
    /*background-color: #5aaa96;*/
    width: 80vh;
    height: 80vh;
    right: -3%;
    z-index: 301;
    border-radius:50%;
    border: 1rem solid #fff;
    opacity:.95;
}

.menue_panel li    {
    text-decoration:none;
    color:#fff;
    font-size:1.3rem;
    list-style-type:none;
    display:inline-block;
    text-transform:uppercase;
    margin-right:.5rem;
    }

.menue_panel li a:link   {
    color:#fff;
    }



.menue_panel li:last-child{
    margin-right:0px;
}

.menue_panel li a:visited    {
    color:#fff;
}

.menue_panel p a  {
    color:#474747;
}

.menue_panel h2 {
    margin-bottom:0px;
    }

.menue_panel div    {
    position:absolute;
    text-align: center;
    top:20%;
    width:70%;
    left:15%;

}

.menue_panel article    {
    display:flex;
    justify-content: center;
    margin-top:3vw;

}

.menue_panel p    {
    font-size:1rem;

}

.menue_panel article p:nth-child(2)    {
    margin-left:2rem;

}


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

    .menue_panel    {
        top:7vh;
        width:120vw;
        height:120vw;
        border: solid .5rem #fff;
        right:-15vw;
        opacity:1;


    }
    .menue_panel div    {
        top:5%;
    }

    .menue_panel article    {
        display: block;
        margin-top:0;
    }

    .menue_panel li  {
        font-size: 1rem;
    }

    .menue_panel p  {
        font-size:.8rem;
        line-height:120%;
    }

    .menue_panel article p:nth-child(2)    {
    margin-left:0rem;

}

    .menue {

    top: 3rem;
    right: 5%;
    width: 3rem;
    height: 3rem;
        border: .3rem solid #fff;

}

.menue p  {
    font-size: .8rem;
    margin-top:25%;

}

}


@media screen and (min-width: 1600px) {

    .menue {
    position: fixed;
    top: 9rem;
    right: 20%;
    width: 8rem;
    height: 8rem;

}

.menue p  {
    font-size: 1.5rem;
    margin-top:35%;
    }

.menue_panel {
    top: 7vw;
    display: none;
    background-image: linear-gradient(rgba(255, 160, 156, 1), rgba(255, 160, 111, 1));
    /*background-color: #5aaa96;*/
    width: 40vw;
    height: 40vw;
    right: -3%;
    z-index: 299;
    border: 1rem solid #fff;

}

.menue_panel li    {
    font-size:1.5rem;
    }



.menue_panel div    {
    position:absolute;
    text-align: center;
    top:15%;
    }

.menue_panel article    {
    margin-top:3vw;

}

.menue_panel article p:nth-child(2)    {
    margin-left:2rem;

}

}



/*----------------------------------------------------HEADER---------------------------------------------*/


.header {

    position: relative;
    width: 100%;
    height: 33vw;
    /*padding-bottom:10vh;*/
    top: 0px;
    background: url(../bm/header-stripe.png) no-repeat;
    background-position: bottom;
    background-size: cover;

}




.kopfzeile {
    position: absolute;
    top: 1rem;
    right: 10%;
}

.kopfzeile p    {
    font-size:.8rem;
}

.kopfzeile a   {
    color: #474747;
}

.kopzeile a:link   {
    color:aqua !important;
}


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

    .header {
        margin-bottom: 2rem;
    }
    .kopfzeile  {
        top: .5rem;
    }

    .kopfzeile p    {
                font-size: .8rem;

    }
}

@media screen and (min-width: 1680px) {

	.header {
		height:38vw;
	}
}

@media screen and (min-width: 2000px) {

	.header {
		height:30vw;
	}
}




/*------------------------------------------------------CONTENT---------------------------------------------*/



.flex   {
    display: flex;
    }

.wrapper_content p {
    position: relative;
    display: inline-block;
    max-width: 100%;

}

.wrapper_content img {
    width: 100%;

}

.grid_img_start_r {
    position: relative;
    display:inline-block;
    /*grid-area: rechts;*/
    left: 10%;
    margin-top: -15%;
    flex-basis:60%;

}


.grid_img_r {
    /*grid-area: rechts;*/
    position:relative;
    flex-basis: 40%;
    margin-right: -10%;
    /*max-width: 80%;*/

}

.grid_img_l {
    /*grid-area: links;*/
    position:absolute;
    flex-basis: 40%;
    margin-left: -5%;
    margin-top: -5%;
    width: 40%;
    z-index:300;

}


.grid_txt_r {
    /*grid-area: rechts;*/
    position:relative;
    max-width: 50%;
    left:50%;
    /*margin: 0rem 0;*/

}

.grid_txt_l {
    position: relative;
    display:inline-block;
    /*grid-area: links;*/
    width: 50%;
    /*left:10%;*/
    margin: 0rem 0;

}

.angebote   {
    display:flex;
    justify-content: space-between;
}

.angebote article   {
    display: inline-block;
    padding:0;
 }

article.angebote ~ li   {
    margin-left:0rem;
    list-style-type: none !important;
    }

article.angebote h3    {
    margin-bottom:1rem;
}


.content    {
    position:relative;
    width:100%;
    box-sizing:border-box;
    padding:3rem 10%;
    }

article.content p  {
/*    column-count: 2;*/
    width:85%;
}

article.content ul, li {
    list-style-type: disc !important;

}

.content_stripe {
    position:relative;
    width:100%;
    min-height:1vh;
    margin:10vh 0;
}




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

    .grid_img_start_r {
    position:absolute;
        display:none;
        /*right:-160%;*/
    /*grid-area: links;*/
    left: 50%;
        margin-right:-50;
    margin-top: 0%;
        opacity:.3;

}
    .wrapper_content img {
    max-width: 100%;

}

    .grid_img_r {
        display: none;
        position:absolute;
        margin-right: -10%;
        max-width: 80%;

}

.grid_img_l {
    display: none;
    position:absolute;
    margin-left: -10%;
    margin-top: -10%;
    margin-bottom: -40%;
    max-width: 80%;

}


.grid_txt_r {
   /* grid-area: links;*/
    max-width: 100%;
    margin: 2rem 0;
    left:0;

}




.grid_txt_l {
    /*grid-area: links;*/
    width: 90%;
    margin: 2rem 0;

}

    .angebote   {
        display:block;
    }

    .angebote > article   {
        margin-bottom:1rem;
    }


.angebote > h3    {
    margin-bottom:.5rem;
}

    .content    {
        padding: 2rem 7vw;
    }

    .content > p  {
        column-count:1;
    }

    .content_stripe {
    margin:5vh 0;
}
}


@media screen and (min-width: 1600px)   {

    .grid_txt_r {
    max-width: 40%;
    left:60%;
    }

    .grid_img_l {
    width: 35%;
    }

}

@media screen and (min-width: 2000px) {


    .grid_img_l    {
    max-width:25vw;
    
    }

    .content p {
        max-width:65ch;
    }

}

/*-----------------------------------------------------BG----------------------------------------*/

.bg_face    {
    position:absolute;
    background:url(../bm/mutich-face_d.png) no-repeat;
    background-size:contain;
    height:0;
    padding-top:70vw;
    width:50vw;
    left:45%;
    top:-45vw;
    z-index:-1;
}


.bg_schnecke    {
    background: url(../bm/mutich-schnecke.png) no-repeat;
    background-size: 50%;
    background-position: right center;
    padding-bottom:10rem;
}

.bg_jobs    {
    background: url(../bm/mutich-jobs_d.png) no-repeat;
    background-size: 40%;
    background-position: right center;
    }

.bg_psychomotorik   {
    background: url(../bm/gs/mutich-lernen-psychomotorik_gs.png), linear-gradient(rgba(90, 170, 150, 1), rgba(0, 132, 107, 1));
    background-repeat: no-repeat;
    background-size: contain, cover;
    /*background-blend-mode: soft-light;*/
    background-position: left bottom;
    }

article.bg_psychomotorik li   {
    margin-bottom:0;
    list-style-type: none !important;
    padding-left:0;
}

.bg_psychomotorik > * a {
    color:#fff;
}



.bg_o_01 {
    background: url(../bm/gs/mutich-spielen-lernen-fruehfoerderung-kinder-diepholz.png), linear-gradient(rgba(255, 160, 156, 1), rgba(255, 160, 111, 1));
    background-repeat: no-repeat;
    background-size: contain, cover;
    /*background-blend-mode: soft-light;*/
    background-position: left bottom;


}



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


    .bg_psychomotorik  {
    background: url(../bm/mutich-stapel.png), #5aaa96;
    background-repeat: no-repeat, repeat;
    /*background-blend-mode: soft-light;*/
    background-position:  30vw 20vh;
    background-size:80%;
    }

    .bg_face    {
    padding-top:28vw;
    width:30vw;
    left:65%;
    top:-26vw;
    }

    .bg_o_01 {
    background: url(../bm/elternkurse-coaching-diagnostik_01.png), linear-gradient(rgba(255, 160, 156, 1), rgba(255, 160, 111, 1));
    background-repeat: no-repeat;
    background-size: 50%, cover;
    /*background-blend-mode: soft-light;*/
    background-position: right bottom, left bottom;
    }

    .bg_schnecke    {
    background: url(../bm/mutich-schnecke_m.png) no-repeat;
    background-size: 50%;
    background-position: right 3rem;
        padding-bottom:0rem;
    }

    .bg_jobs    {
    background: unset;
    background-size: 50%;
    background-position: right top;
    }
}


@media screen and (min-width: 2000px) {


    .bg_schnecke    {
    background-size: contain;
    background-position: 50vw center;
    
    }

}
/*------------------------------------------------------BULLETS--------------------------------------------*/
.bullets {

}

div.bullets_white li {
    color:#fff;
    /*font-size: 1.2rem;*/
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 1px;
    list-style-type: none;
    margin-bottom:0;
    list-style-type: none !important;
    padding-left:0.5rem;
}

div.bullets_white ul    {
    padding:0px;

}


.bullets_white li::before {
    content: '';
    display:inline-block;
    height:1.2rem;
    width:2rem;
    background-image:url("../bm/psychomotorik-bremen-diepholzbullets.png");
    background-repeat: no-repeat;
    background-position:center bottom;
    background-size:1.2rem;
    margin-bottom:-.1rem;

    }

.bullets_grey li    {
    color: rgba(77, 77, 77, 1);
    /*font-size: 1.5rem;*/
    line-height: 150%;
    text-transform: uppercase;
    letter-spacing: 1px;
    list-style-type: none;
}

.bullets_grey li::before   {
    /*content: '';
    display:inline-block;
    height:1.2rem;
    width:2rem;
    background-image:url("../bm/psychomotorik-bremen-diepholz-bullets_orange.png");
    background-repeat: no-repeat;
    background-position:center bottom;
    background-size:1.2rem;
    margin-bottom:-.1rem;*/
}

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

    h1, h2  {
        font-size:1.2rem;
    }

    .bullets_white li  {
        font-size:1rem;
    }

    .bullets_white li::before   {
        height:1rem;
        width:1.5rem;
        background-size:.7rem;
            margin-bottom:.01rem;
    }
}

/*------------------------------------------------------FOOTER--------------------------------------------*/


.footer {
    position: relative;
    box-sizing:border-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    width: 100%;
    margin-top: 10rem;
    padding-top:4rem;
    background: url(../bm/papier_footer_d.jpg) no-repeat;
    background-color: #ffa06f;
    background-size:cover;
    padding-bottom:4rem;
    /*background-blend-mode: soft-light;*/
}

.footer article:nth-child(1) {
    margin-left: 0rem;
    margin-top:-2rem;
    text-align:right;
}

.footer article {
    position:relative;
    margin-left:3rem;
    

}
.footer p   {
    color: rgba(77, 77, 77, 1);
    display: inline-block;

    }

.footer img {
    max-width:100%;
    }

.footer_txt {
    margin-top:-2rem;
    display:inline-block;
}

.footer  hr  {
    border-top: 1px solid #000;
    border-right: 0px;
    border-bottom:0px;
    border-left:0px;
    width: 35%;
    margin-left:1rem;
    margin-top:-2.5rem;
    position: absolute;
    display: none;
    
}

.wrapper_footer_txt {
    display:flex;
    padding-top:8rem;
}



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

    .footer{
        display: block;
    }

    .footer article:nth-child(1) {
     text-align:center;
    }

    .footer img {
    max-width:50%;
    }

    .footer hr   {
        width:80%;
        margin-left:10%;
    }

    .wrapper_footer_txt {
    display:block;
    padding-top:2rem;
    }

    .footer_txt {
    margin-top:-2rem;
    display: block;
    }

    .footer article/*:nth-child(2)*/ {
        margin-left:0;
        margin-bottom:4rem;
        text-align:center;
    }

     .footer > article:nth-child(2) {
        margin-left: 0px;

    }

}


/*------------------------------------------------------CIRCLE/Logo--------------------------------------------*/

.logo {

    position: relative;
    left: 5%;
    padding-top: 2rem;
    padding-bottom: 8rem;
    margin-top: 0rem;
    max-width: 40%;
    max-height: 80%;
    /*background-color: red;*/
}

.logo img {
    max-width: 100%;

}



.circle_01 {
    position: absolute;
    width: 60%;
    height: 60%;
    bottom: 20%;
    border-radius: 50%;
    background: url(../bm/papier_logo_01_d.jpg) no-repeat;
    background-color: #ffe3d5;
   /* background-blend-mode:soft-light;*/
    border: 4px solid #fff;
    z-index: 10;
    animation-name: circles;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.circle_02 {
    position: absolute;
    width: 80%;
    height: 80%;
    bottom: 5%;
    left: 3%;
    border-radius: 50%;
    background: url(../bm/papier_logo_02_d.jpg) no-repeat;
    background-color: #ffc7ac;
   /* background-blend-mode:soft-light;*/
    border: 4px solid #fff;
    z-index: 11;
    animation-name: circles;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.circle_03 {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0%;
    left: 12%;
    border-radius: 50%;
    background: url(../bm/papier_logo_03_d.jpg) no-repeat;
    background-color: #ffac83;
   /* background-blend-mode:soft-light;*/
    border: 4px solid #fff;
    z-index: 12;
    animation-name: circles;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}


.circle_04 {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 5%;
    left: 28%;
    border-radius: 50%;
    background: url(../bm/papier_logo_04_d.jpg) no-repeat;
    background-color: #ffa06f;
    /*background-blend-mode:soft-light;*/
    border: 4px solid #fff;
    z-index: 13;
    animation-name: circles;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;

}


.circle_div {
    position: relative;
    top: 10px;
    width: 220px;
    height: 220px;
    /*background-color: #fff;*/
}

.circle_txt {
    position: absolute;
    width:160%;
    bottom: 40%;
    left: 40%;
    z-index: 14;
}

.circle_sub {
    position: absolute;
    bottom: 40%;
    width: 120%;
    left: 170%;
    z-index: 14;
}

.circle_sub p {
    opacity:0;
    font-size: 1.2rem;
    line-height: 120%;
        animation-name: circles;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-delay: 3s;
    animation-fill-mode: forwards;

}

.circle_txt h2 {
    opacity:0;
    font-size: 4rem;
    font-weight: 700;
    font-style: italic;
    animation-name: circles;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    margin-bottom:0px;
}

@keyframes circles {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



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


    .logo {

    padding-top: 2rem;
    padding-bottom: 6rem;
    margin-top: 0rem;
}


    .circle_div   {
        height:120px;
        width:120px;

    }

    .circle_sub {
    bottom: 10%;
    width: 130%;
    left: 120%;
    z-index: 14;
}

.circle_sub p {
    font-size: .7rem;
    line-height: 120%;
        animation-name: circles;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-delay: 3s;
    animation-fill-mode: forwards;

}

.circle_txt > h2 {
    font-size: 2.2rem;

}

    .circle_txt {
    position: absolute;
    width:160%;
    bottom: 40%;
    left: 42%;
    z-index: 14;
}

    .circle_01 {
    background: url(../bm/papier_logo_01_m.jpg) no-repeat;
    }
    .circle_02 {
    background: url(../bm/papier_logo_02_m.jpg) no-repeat;
    }
    .circle_03 {
    background: url(../bm/papier_logo_03_m.jpg) no-repeat;
    }
    .circle_04 {
    background: url(../bm/papier_logo_04_m.jpg) no-repeat;

}

}


@media screen and (min-width: 801px) and (max-width: 1200px)    {


    .logo {

    padding-top: 1rem;
    padding-bottom: 6rem;
    margin-top: 0rem;
}


    .circle_div   {
        height:150px;
        width:150px;

    }

    .circle_sub {
    bottom: 40%;
    width: 130%;
    left: 160%;
    z-index: 14;
}

.circle_sub p {
    font-size: .7rem;
    line-height: 120%;
        animation-name: circles;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-delay: 3s;
    animation-fill-mode: forwards;

}

.circle_txt h2 {
    font-size: 2.2rem;

}

    .circle_txt {
    position: absolute;
    width:160%;
    bottom: 40%;
    left: 50%;
    z-index: 14;
}

    .circle_01 {
    background: url(../bm/papier_logo_01_m.jpg) no-repeat;
    }
    .circle_02 {
    background: url(../bm/papier_logo_02_m.jpg) no-repeat;
    }
    .circle_03 {
    background: url(../bm/papier_logo_03_m.jpg) no-repeat;
    }
    .circle_04 {
    background: url(../bm/papier_logo_04_m.jpg) no-repeat;

}

}



@media screen and (min-width:1680px)   {

    .logo   {
        left:20%;
    }

    .circle_div {
    top:2rem;
    width: 290px;
    height: 290px;
    }

.circle_txt {
    position: absolute;
    width:160%;
    bottom: 40%;
    left: 45%;
    z-index: 14;
}

.circle_sub {
    position: absolute;
    bottom: 40%;
    width: 120%;
    left: 170%;
    z-index: 14;
}

.circle_sub p {
    opacity:0;
    font-size: 1.5rem;
    line-height: 120%;
        animation-name: circles;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-delay: 3s;
    animation-fill-mode: forwards;

}

.circle_txt h2 {
    opacity:0;
    font-size: 5rem;
    font-weight: 700;
    font-style: italic;
    animation-name: circles;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    margin-bottom:0px;
}

}

/*---------------------------------------STOERER------------------*/

.stoerer_wr {
  position:relative;
  display:none;
  width:100%;
  height:25vw;
  background: #5aaa96 url(../bm/mutich-schnecke_green.png) no-repeat;
  background-size: 50%;
  background-position: -3rem 2rem;
}

#stoerer  {
    position:relative;
    z-index:298;
    width:25vw;
    height:25vw;
    left:calc(100vw - 50vw);
    top:-1vw;
    border-radius:50%;
    background:#ffa06f;
    text-align:center;
    border:3px solid #fff;
}

#stoerer h2 {
  /*font-size:rem;*/
  color:#fff;
  /*margin-bottom:1rem;*/
  margin:3rem 0 1rem 0;
}

#stoerer p {
  width:65%;
  color:#fff;
  /*margin-left:15%;*/
  font-size: 1.2rem;
  margin-bottom:.5rem;
}

#stoerer a:link {
  color:#fff;
}



@media screen and (min-width: 701px) and (max-width:1200px) {

  #stoerer {
    width:40vw;
    height:40vw;
    left:50vw;
    /*background:red;*/
    right:-3vw;
  }

  #stoerer h2 {
    font-size:1.2rem;
    margin:2rem 0;
  }

  #stoerer p {
    font-size:.85rem;
    width:80%;

  }
}

@media screen and (min-width: 1201px) and (max-width:1400px) {

  #stoerer {
    width:35vw;
    height:35vw;
    left:50vw;
    /*background:red;*/
    right:-3vw;
  }

  #stoerer h2 {
    font-size:1.6rem;
    margin:2rem 0;
  }

  #stoerer p {
    font-size:1rem;
    width:80%;

  }
}


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

  .stoerer_wr {
    background-size: 30%;
    background-position: -2rem 4rem;
    opacity: .9;
    margin:30vw 0 ;
  }

  #stoerer {
    position:relative;
    width:80vw;
    height:80vw;
    left:10vw;
    top:-20vw;
  }

  #stoerer h2 {
    font-size:1rem;
    margin:1rem 0;
  }

  #stoerer p {
    font-size:.85rem;
    line-height:120%;
    width:80%;
    }
}




/*-----------------------IFF------------------------------*/

.iff {
    position:relative;
    min-height:60vh;
    background-image: url(../bm/interdisziplinaer-fruehfoerderstelle-bremen-huchting-L-fruehfoerderung-mutich.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-position:center;
}



.iff-headline {
    margin-top:2rem;
    font-size: clamp(2rem, 6vw, 4rem);
    line-height:1.2;
    color:white;
}

.p-iff {

    position:absolute!important;
    bottom:2rem;
    padding:1ch;
    color: #5aaa96;
    background: rgba(255,255,255, .75);
}

.iffc2a {
    position:relative;
    display:inline-block;
    color:rgba(255,255,255, 1);
    background:#5aaa96;
    padding:.25em;
    border-radius:4px;
    margin-top:1ch;
}

.iffc2a a:link {
    color:white!important;

}

.iff-c2a a:visited {
    color:white!important;

}

@media screen and (max-width:700px) and (orientation:portrait) {

    .iff {
        min-height:50vh;
        background-image: url(../bm/interdisziplinaer-fruehfoerderstelle-bremen-huchting-L-fruehfoerderung-mutich.jpg);
        background-repeat:no-repeat;
        background-size: cover;
        background-position:top;
    }
    }



/*---------------------------------------COOKIE----------------------*/


#cookie {
    position:fixed;
    bottom:0px;
    width:100%;
    text-align:center;
    background-color:#fff;
    text-align:center;
    z-index:800;
}

#cookie p {
    font-size:.7rem;
}
