@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,700;1,300;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,700;1,300;1,700&family=Quicksand:wght@300;700&display=swap');

* {
    box-sizing: border-box;
}

body {
    font-size: 20px;
    color: #222222;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans';
}

body#tinymce {
    background: #ffffff !important;
}

body.embed {
    background: #ffffff !important;
}

img {
    border: 0;
}

a,
a:visited {
    text-decoration: none;
    color: #222222;
    outline: none;

}

a:hover {
    text-decoration: none;
    color: #666666;
}

.content input,
.content textarea,
.content select {
    border: 1px solid #cccccc;
    font-size: 15pt;
}

.btn {
    border: 0 !important;
    color: #ffffff;
    background: #446688;
    padding: 20px;
    text-align: center;
    display: inline-block;
    margin: 5px;
    /* font-size: 15pt; */
    -webkit-appearance: none;
}

.btn:active,
.btn:visited,
.btn {
    color: #ffffff;
    background: #3dae2b;
    text-decoration: none;
    border-radius: 3px;
    transition: 0.5s ease;
}

.btn:hover {
    transition: 0.5s ease;
    background-color: #EF3837;
    color: #fff;
}

.txt {
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #444444;
    padding: 3px;
    /* font-size: 13pt; */
}

.b {
    font-weight: bold;
}

.i {
    font-style: italic;
}

.u {
    text-decoration: underline !important;
}

.r {
    text-align: right;
}

.l {
    text-align: left;
}

.c {
    text-align: center;
}

.h {
    display: none;
}

::selection {
    background: #aaaaaa;
}

::-moz-selection {
    background: #aaaaaa;
}

.shame {
    background: #aa0000;
    color: #ffffff;
    text-align: center;
    padding: 15px;
}

.shame a,
.shame a:active,
.shame a:visited,
.shame a:hover {
    color: #ffffff;
}

.content_version_list span.content_version_head {
    font-weight: bold;
}

.content_version a,
.content_version span {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
    width: 160px;
}

.content_version:nth-child(2n+1) {
    background: #eeeeee;
}

.content_version_current {
    font-weight: bold;
}

div#cookie {
    width: 100%;
    padding: 5px;
    /* font-size: 10pt; */
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, .8);
    color: #ffffff;
    text-align: center;
    display: none;
    z-index: 200;
}

div#cookie a {
    color: #ffffff;
    text-decoration: underline;
}

div#cookie input {
    border: 0;
    background: #dd8a20;
    color: #ffffff;
    padding: 3px 10px;
    margin-left: 10px;
}

#pop_menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 250;
    background: #565656 !important;
    color: #ffffff;
    overflow: hidden;
    padding: 10px;
    text-align: left;
}

#pop_menu a {
    display: block;
    color: #ffffff;
    padding: 10px 0;
}

#pop_menu_close {
    color: #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
    font-weight: bold;
    /* font-size: 15pt; */
    z-index: 105;
}

#pop_menu .submenu {
    padding-left: 15px;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
}

#hamburger {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent url('images/hamburger.png') center center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    z-index: 10;
    filter: invert(1);
}

#hider {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(100, 100, 100, .5);
    z-index: 220;
    display: none;
}

.expandblock {
    margin-bottom: 15px;
}

.expandblock_title {
    cursor: pointer;
    background: #888888 url('images/right.png') 5px center no-repeat;
    color: #FFFFFF;
    padding: 3px 5px 3px 25px;
    font-weight: bold;
}

.expandblock_content {
    display: none;
    padding: 5px 10px 10px 10px;
    overflow: hidden;
}

h1.normalh1 {
    font-weight: normal !important;
}


div.simacenter {
    text-align: center;
}

div.inlineblock {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    margin-bottom: 10px;
    min-height: 10px;
}

div.iconblock {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    margin-bottom: 10px;
    min-height: 10px;
}

div.iconblock img {
    margin-bottom: 10px;
}

a.button:hover,
a.button:active,
a.button:visited,
a.button {
    border: 0 !important;
    color: #ffffff;
    background: #666666;
    padding: 5px 15px 5px 15px;
    text-align: center;
    margin: 5px;
    text-decoration: none;
    display: inline-block;
}

a.rbutton:hover,
a.rbutton:active,
a.rbutton:visited,
a.rbutton {
    border: 0 !important;
    color: #ffffff;
    background: #666666;
    padding: 5px 15px 5px 15px;
    text-align: center;
    margin: 5px;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}

.w30 {
    width: 100%;
}

.w50 {
    width: 100%;
}

.w100 {
    width: 100%;
}

.onepage_page {
    width: 100%;
}

a.minigallery {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

#main {
    /*  max-width: 1920px; */
    margin: auto;
    width: 100vw;

}

#head {
    overflow: hidden;
    width: 100%;
    margin: auto;
    position: fixed;
    top: 0;
    z-index: 200;
}

#headb {
    background-color: transparent;
    overflow: hidden;
    width: 100%;
    margin: auto;
    padding: 0 15px 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    text-shadow: 1px 1px 1px #444;
}

.slimheader {
    background-color: #3c9043 !important;

}

.slimheader #head_logo {
    height: 70px;
}

#head_logo {
    background: transparent url('images/logo.png') center center no-repeat;
    width: 100px;
    height: 80px;
    background-size: contain;
    display: inline-block;

}

#head_menu {
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

#head .menu0,
#head .menusel0 {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px;
    margin-right: 5px;
    /* font-size: 20px; */
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
}

/* #head .menu0::after,
#head .menusel0::after {
    color: #3dae2b;
    content: '|';
    position: absolute;
    width: 5px;
    right: -2px;
    top: auto;
    right: -2px;
}

#head .menu0:last-child::after,
#head .menusel0:last-child::after {
    display: none;
} */
.dot_container {
    height: fit-content;
    display: flex;
    align-items: center;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0px 7px;
    background-color: #F3F3F3;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    z-index: 50;
    cursor: pointer;
}

.activedot {
    height: 20px;
    width: 20px;
    background-color: #3dae2b !important;
    transition: background-color 0.6s ease;
}

#head_menu>.submenu::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 0;
    border: .55rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}

#head_menu>.submenu {
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
    box-shadow: 1px 1px 3px #aaa;
    text-align: left;
    z-index: 100;
}

#head_menu .submenu a {
    display: block;
}

#head_menu>.submenu>.submenuf>.submenub>a {
    padding: 5px 20px;
}

.submenuf>.submenu {
    display: none;
    background: #eee;
    padding: 10px 20px;
    text-align: left;
}

.submenuf {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

#i_head {
    height: 400px;
}

div#breadcrumbs {
    color: #666666;
    height: 20px;
    /* font-size: 9pt; */
    line-height: 14pt;
    padding-left: 5px;
}

div#breadcrumbs a {
    color: #666666;
}

div.content {
    width: 100%;
    background: #ffffff;
    text-align: left;
    max-width: 1000px;
    margin: auto;
    padding: 0 15px 0 15px;
    /* font-size: 15pt; */
}

div.contentb {
    padding: 30px;
}

div.placeholder {
    height: 0px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

div#foot {
    clear: both;
    padding: 5px;
    width: 100vw;
}

div#foot a {
    color: #aaaaaa;
}

.paralaximg {
    min-height: 100px;
}

div.login,
div.resetpassword {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

div.login .row,
div.resetpassword .row {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
}

div.login div.l,
div.resetpassword div.l {
    width: 40%;
    text-align: right;
    padding-right: 10px;
}

div.login div.c,
div.resetpassword div.c {
    text-align: center;
    flex-grow: 1;
}

div.login div.f,
div.resetpassword div.f {
    flex-grow: 1;
}

div.login div.f input[type=text],
div.resetpassword input[type=text] {
    width: 100%;
}

div.login div.c .btn,
div.resetpassword div.c .btn {
    margin: 10px auto 10px auto;
}

div.login div.title,
div.resetpassword div.title {
    text-align: center;
    /* font-size: 25pt; */
    padding-bottom: 10px;
    flex-grow: 1;
}


/* GENERIC */
h1 {
    font-family: 'Quicksand';
    font-size: 50px;
    margin: 80px 0 50px 0;
    font-weight: 700;
    line-height: 1em;
    padding: 30px 0;
}

h2 {
    font-family: 'Quicksand';
    font-size: 40px;
    margin: 70px 0 40px 0;
    font-weight: 700;
}

h3 {
    font-family: 'Quicksand';
    font-size: 30px;
    margin: 40px 0 20px 0;
    font-weight: 600;
}

p,
li {
    font-size: 20px;
}

article {
    padding: 30px 0 60px 0;
    overflow: hidden;
}

article:nth-child(even) {
    background: #eee;
}

.ctabtn:active,
.ctabtn:visited,
.ctabtn {
    color: #fff;
    padding: 20px 40px;
    border-radius: 100px;
    background: #FEB53A;
    display: inline-block;
    margin: 20px auto 20px auto;
    transition: background-color 0.5s ease;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0px 3px 6px #00000045;
}

.ctabtn:hover {
    transition: background-color 0.5s ease;
    background-color: rgba(254, 181, 58, 0.7);
    color: #fff;
}

.readbtn:active,
.readbtn:visited,
.readbtn {
    color: #fff;
    padding: 20px 40px;
    border-radius: 30px;
    background: #22C0D7;
    display: inline-block;
    margin: 20px auto 20px auto;
    transition: background-color 0.5s ease;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0px 3px 6px #00000045;
}

.readbtn:hover {
    transition: background-color 0.5s ease;
    background-color: rgba(34, 192, 215, 0.7);
    color: #fff;
}


#mainwho .ctabtn {
    background: #8373CE;
    color: #fff;
    /* padding: 20px 20px; */
    border-radius: 3px;
    display: inline-block;
    margin: 20px auto 20px auto;
    transition: background-color 0.5s ease;

}

#mainwho .ctabtn:hover {
    transition: background-color 0.5s ease;
    background-color: #EF3837;
    color: #fff;
}

article#kindergarden6 .ctabtn {
    margin: 50px auto 30px auto;

}

article#mainwho {
    background: #dcd6ff;
}

article#mainwho .maxw {
    max-width: 1200px;
    margin: auto;
}

article#mainwho .halfs {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

article#mainwho .half {
    width: 45%;
    min-width: 500px;
}

article#mainwho .half div {
    background: #8373CE;
    color: #fff;
    padding: 20px;
    margin: 20px;
    border-radius: 3px;
}

article#mainwho .half div h1 {
    margin: 10px 0;
    /* font-size: 35px; */
}

.maxw {
    max-width: 1200px;
    margin: auto;
}

.fb {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

/* INDEX */

#foot {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 20px;
    background: #222222;
    color: #dddddd;
    /* font-size: 0.9em; */
    min-height: 100px;
    align-items: center;
}

#footb {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;

}

#foot_menu {
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#foot a {
    padding: 0 15px;
}

#kincs {
    max-width: 50vw;
    position: absolute;
    top: 20px;
    right: 20px;
}

.pcontentb {
    padding: 50px;
}

.box {
    height: 30vh;
}

.head_pic {
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 40vw;
}


/* RESPONSIVE */

@media screen and (max-width: 1000px) {
    #hamburger {
        display: block;
    }

    #head_menu {
        display: none;
    }
}

@media screen and (max-width:480px) {
    h1 {
        font-size: 35px;
        margin: 30px 0 30px 0;
        padding: 30px 0;
    }

    h2 {
        font-size: 25px;
        margin: 30px 0 20px 0;
    }

    h3 {
        font-size: 20px;
        margin: 10px 0 5px 0;
    }

    p,
    li,
    #cookie {
        font-size: 15px;
    }

    a {
        font-size: 15px;
    }

    #cookie a {
        font-size: 10px;
    }

    .ctabtn,
    .readbtn {
        padding: 15px 30px;
    }

    #footb {
        height: 100%;
    }

    #foot_menu {
        width: 100%;
        height: 100%;
    }
}


@media screen and (min-width:481px) and (max-width:768px) {
    h1 {
        font-size: 36px;
        margin: 30px 0 30px 0;
        padding: 30px 0;
    }

    h2 {
        font-size: 26px;
        margin: 30px 0 10px 0;
    }

    h3 {
        font-size: 21px;
        margin: 10px 0 5px 0;
    }

    p,
    li {
        font-size: 16px;
    }

    a {
        font-size: 16px;
    }

    #foot_menu {
        width: 100%;
    }

    .ctabtn,
    .readbtn {
        padding: 15px 30px;
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {


    #head_menu {
        width: auto !important;
    }

    h1 {
        font-size: 38px;
        margin: 30px 0 30px 0;
        padding: 30px 0;
    }

    h2 {
        font-size: 28px;
        margin: 30px 0 10px 0;
    }

    h3 {
        font-size: 23px;
        margin: 10px 0 5px 0;
    }

    p,
    li {
        font-size: 18px;
    }

    a {
        font-size: 18px;
    }


    .ctabtn,
    .readbtn {
        padding: 15px 30px;

    }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
    #head_menu {
        width: auto !important;
    }

    h1 {
        font-size: 40px;
        margin: 30px 0 30px 0;
        padding: 30px 0;
    }

    h2 {
        font-size: 30px;
        margin: 30px 0 10px 0;
    }

    h3 {
        font-size: 25px;
        margin: 10px 0 5px 0;
    }

    p,
    li {
        font-size: 19px;
    }

    a {
        font-size: 18px;
    }

    .ctabtn,
    .readbtn {
        padding: 18px 30px;
    }
}

@media screen and (min-width:1201px) and (max-width:1700px) {
    h1 {
        font-size: 40px;
        margin: 30px 0 30px 0;
        padding: 30px 0;
    }

    h2 {
        font-size: 30px;
        margin: 30px 0 10px 0;
    }

    h3 {
        font-size: 25px;
        margin: 10px 0 5px 0;
    }

    p,
    li {
        font-size: 19px;
    }

    a {
        font-size: 18px;
    }

    .ctabtn,
    .readbtn {
        padding: 18px 30px;
    }

}


@media screen and (min-width:1640px) {
    /* .about_head {
        margin-top: 22vh;
    } */

    .head_pic>img {
        width: 32vw;
    }
}
