/*Costumer CSS */

/*@font-face {
    font-family: 'varela_roundregular';
    src: url('fonts/varelaround-regular-webfont.woff2') format('woff2'), url('fonts/varelaround-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('fonts/opensans-regular-webfont.woff2') format('woff2'), url('fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_serifbold';
    src: url('fonts/pt_serif-web-bold-webfont.woff2') format('woff2'), url('fonts/pt_serif-web-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_serifbold_italic';
    src: url('fonts/pt_serif-web-bolditalic-webfont.woff2') format('woff2'), url('fonts/pt_serif-web-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_serifitalic';
    src: url('fonts/pt_serif-web-italic-webfont.woff2') format('woff2'), url('fonts/pt_serif-web-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pt_serifregular';
    src: url('fonts/pt_serif-web-regular-webfont.woff2') format('woff2'), url('fonts/pt_serif-web-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

body {
    font-family: 'Open Sans', sans-serif;
    color: #49bbd3;
    font-size: 1.025em;
    hyphens: auto;
    line-height: 1.5em;
}

.menu-item.active.first {
    display: none !important;
}

.no {
    display: none !important;
}

#kontaktform a {
    display: inline-block;
}

.nav_ab {
    display: none !important;
}

.space {
    margin: 10px 0px;
}

#sp-main-menu ul li a {
    font-weight: bold;
    box-shadow: none !important;
    border: none !important;
}

#sp-main-menu ul li a:hover {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none !important;
}

#sp-media a {
    float: left;
    margin-right: 15px;
}

#sp-media a:hover {
    background: none !important;
}

.sp-main-menu-toggler {
    z-index: 1003 !important;
    top: 10px !important;
    background: #49bbd3 !important;
}

.sp-mobile-menu {
    background: #49bbd3 !important;
    top: 0 !important;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.sp-mobile-menu ul {
    padding: 25px;
}
.sp-mobile-menu ul li {
    background: #49bbd3 !important;
    
}

h1 {
    font-size: 2.0em;
    font-weight: normal;
    font-family: 'Varela Round', sans-serif;
}

h2 {
    font-size: 1.4em;
    font-weight: normal;
    font-family: 'PT Serif', serif;
    font-style: italic;
    color: #f2902f;
    text-align: center;
}

h3 {
    font-size: 1.2em;
    font-weight: normal;
}

.orange {
    color: #f2902f;
}

.blue {
    color: #49bbd3;
}

.box,
.box-L,
.box-evolution{
    border: dotted 1px #49bbd3;
    border-radius: 6px;
    padding: 20px;
    margin: 20px 0px;
}

.box {
    text-align: center;
}

.xl {
    font-size: 1.7em;
    font-weight: normal;
}

hr.blue {
    border: none;
    border-top: 1px dotted #49bbd3 !important;
}

.smal-info {
    font-size: 0.925em;
    color: #666;
}

.designed-by {
    display: none;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}


/*Chrono Anpassungen*/


/* left align radio buttons */

.gbs3 .gcore-display-table {
    text-align: left;
}


/* min width to prevent long labels from breaking on desktop */

.control-label.gcore-label-left {
    min-width: 160px;
    white-space: nowrap !important;
}

.gbs3 .gcore-form-row>.gcore-label-checkbox {
    min-width: 160px;
}

.fa.fa-asterisk {
    display: none !important;
}

.input-size {
    min-width: 190px !important;
}

dd {
    background: none !important;
    border: none !important;
}

@media only screen and (max-width: 981px) {
    #sp-header-wrapper {
        padding-bottom: 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    .image-logo {
        max-width: 290px !important;
        padding: 5px;
    }
    .space {
        margin: 20px 0px;
    }
    .gbs3 .gcore-form-row .gcore-input,
    .gbs3 .gcore-form-row .gcore-sub-input,
    .gbs3 .gcore-form-row .gcore-subinput-container {
        width: 100% !important;
    }
}


/*Backgrounds*/

@media only screen and (max-width: 480px) {
    body {
        background: url('../../images/design/kitaportfolio_bg_ssmal.jpg') !important;
        background-size: cover !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 980px) {
    body {
        background: url('../../images/design/kitaportfolio_bg_smal.jpg') !important;
        background-size: cover !important;
    }
}

@media only screen and (min-width: 981px) {
    body {
        background: url('../../images/design/kitaportfolio_textur_bg.jpg') !important;
        background-size: cover !important;
    }
}

.tp-caption.kita-typo,
.kita-typo {
    font-family: 'Open Sans', sans-serif;
}

span.menu-title {
    font-weight: 400;
}
form.sign-in-form {
    margin: 0;
}
form.sign-in-form div.form-group input {
    width: 92%;
    padding: 2% 4%;
}

form.sign-in-form div.loginform button.custom_btn {
    width: 100%;
    border-radius: 5px;
    padding: 2% 4%;
    /*background: #00abc2 url(' https://portal.kitaportfolio.de/pix/bg_login_sidebar.png ') 6px 6px no-repeat !important;*/
    background-color: #00abc2;
    background-image: none;
    background-size: 10% !important;
    color: #fff;    
    float: left;
    border: none;
    text-align: center;
}
form.sign-in-form div.loginform button.custom_btn.clear {
    background-color: #fff !important;
    color: #00abc2;
    padding: 0 !important;
    margin: 5px 0 0 0;
}

#sp-header-wrapper {
    /*height: 100px !important;*/
    display: inline-block;
    height: auto;
    min-height: 80px;
}
#sp-header-wrapper.fixed {
    min-height: 100px;
}
div#header {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
}
#sp-position1 .module {
    padding: 0 !important;
}
.ltr #sp-menu {
    text-align: center;
}
.modal.fade {
    top: -200%;
}
@media only screen and (max-width: 980px) {
    #sp-position1 .module {
        margin: 10px !important;
    }
    div#header {
        justify-content: flex-start;
    }
    #sp-header-wrapper.fixed {
        min-height: 100px;
    }
    form.sign-in-form div.loginform button.custom_btn {
        width: 48%;
        border-radius: 5px;
        /*background: #00abc2 url(' https://portal.kitaportfolio.de/pix/bg_login_sidebar.png ') 10px 3px no-repeat !important;*/
        background: #00abc2;
        background-image: none !important;
        background-size: auto;
        padding: 1% 40px !important;
        background-size: 10% !important;
        float: left;
        border: none;
        text-align: left;
        margin: 0 4% 0 0;
    }
    form.sign-in-form div.loginform button.custom_btn {
        width: 48%;
        display: inline-block;
        margin: 0;

    }
    div#sp-position1  {
        display: block;
        width: 100% !important;
        margin: 0;
    }
    form#_58_fm {
        width: 100%;   
        margin: 15px 0;
    }
    form#_58_fm .form-group {
        display: inline-block;
        width: 20%;
    }
    form#_58_fm div.form-group:nth-of-type(1)    {
        margin: 0 2% 0 0;
    } 
    form#_58_fm .form-group input {
        padding: 1% 2%;
        width: 96%;
        margin: 0;;
    }
    form#_58_fm .loginform {
        display: inline-block;
        width: 50%;
        vertical-align: middle;
        margin: 0 0 0 2%;
    }
    form#_58_fm .loginform button.custom_btn {
        width: auto;
        margin: 0 2% 0 0;
    }
    form#_58_fm .loginform button.custom_btn.clear {
        line-height: 24px;
    }


}
@media only screen and (max-width: 768px) {
    div#header {
        justify-content: space-evenly;
    }
    div#sp-search p img {
        width: 85%;
    }
    form#_58_fm .form-group {
        display: inline-block;
        width: 100%;
    }
    form#_58_fm div.form-group:nth-of-type(1)    {
        margin: 0 0 10px 0;
    } 
    form#_58_fm .form-group input {
        padding: 0.5% 2%;
        width: 96%;
        margin: 0;;
    }
    form#_58_fm .loginform {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 10px 0 0 0;
    }
}

@media only screen and (max-width: 420px) {
    div#header {
        justify-content: start;
    }
    div#sp-search {
        display: none;
        visibility: hidden;
    }    
}
@media only screen and (min-width: 1200px) {
    .row-fluid #sp-position1.span2 {
        width: 14.0%;
    }    
}

p.chrono_credits {
    display: none;
}
video {
    width: 100%;
}

.mod_cta {
    padding: 20px;
    text-align: center;
    background-color: #fff;
    margin: 25px 0 20px 0;
}
.mod_cta p {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    padding: 20px;
    border: dotted 1px #49bbd3;
    border-radius: 6px;
    color: #f2902f;
    margin: 0 auto;
    hyphens: none;
}
.mod_cta p a {
    background: #fff;
    padding: 5px 13px;
    border-radius: 6px;
    color: #49bbd3;
    margin: 0 0 0 5px;
}
.mod_cta p a:hover {
    background: #f2902f;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .mod_cta p {

    }
    .mod_cta p a {
        max-width: 200px;
        margin: 10px auto 0 auto;
        display: block;
    }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
    .mod_cta p a {
        max-width: 200px;
        margin: 10px auto 0 auto;
        display: block;
    }
}

form#chronoform-Anmeldung .gcore-radio-item {
    display: block;
    width: 100%;
    float: left;
    margin: 10px 0 10px 0;
}
form#chronoform-Anmeldung .gcore-radio-item input {
    float: left;
}
form#chronoform-Anmeldung .gcore-radio-item label {
    text-align: left !important;
    display: block;
    float: left !important;
    width: 90% !important;
    margin: -5px 0 0 5px;
    line-height: 21px;
}
form#chronoform-Anmeldung div.form-group {
    padding: 10px 0;
    margin: 0;
}
form#chronoform-Anmeldung div.form-group div.gcore-subinput-container:first-child {
    margin: 0 0 10px 0; 
}
form#chronoform-Anmeldung div#form-row-25 {
    display: none;
}
a.sp-main-menu-toggler i.icon-align-justify{
    background: url("images/baseline_menu_black_18dp.png") no-repeat;
    background-size: 100%;
    display: block;
    width: 18px;
    height: 18px;
}