/* start header */
.header {
    width: 100%;
    height: 100vh;
    max-height: 500px;
    background-image: url("../images/header-german-a1-level.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.header .container {
    position: relative;
    height: 100%;
}
.header .content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.header .content h2 {
    font-size: 50px;
}
/* end header */

/* start german-a1-level */
.german-a1-level {
    background: #F7F7F7;
    padding: 50px 0;
}
.german-a1-level .items {
    overflow: hidden;
}
.german-a1-level .items .item1 {
    float: right;
    width: 30%;

}
.german-a1-level .items .item2 {
    float: left;
    width:60%;

}
@media(max-width: 991px) {
    .german-a1-level .items .item {
        width: 100%;
    }
    .german-a1-level .items .item2 {
        padding-top: 50px;
    }
}
/* end german-a1-level */

/* start form */
.german-a1-level .form {
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 7px;
    z-index: 9;
    background: #fff;
}
.german-a1-level .form .title {
    padding: 15px;
}
.german-a1-level .form .title h4 {
    color: #0274BC;
}
.german-a1-level .form .title i {
    float: right;
    color: #0274BC;
}
.german-a1-level .form form {
    padding: 0 25px 25px;
    border-radius: 10px;
}
.german-a1-level .form form > div {
    width: 100%;
    border-bottom: 1px solid #70707035;
    position: relative;
    margin: 10px auto;
}
.german-a1-level .form form div label {
    position: absolute;
    top: 20px;
    left: 10px;
    color: #4E4E4E;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.german-a1-level .form form div label i {
    opacity: 0.75;
    font-size: 13px;
    position: relative;
    top: -2px;
}
.german-a1-level .form form div .input {
    width: 100%;
    padding: 30px 10px 5px 0;
    outline: none;
    border: none;
    background: none;
    font-size: 16px;
    position: relative;
    z-index: 9;
    resize: none;
}
.german-a1-level .form form div .input.select {
    padding: 10px;
}
.german-a1-level .form form button {
    background: #0274BC;
    outline: 0;
    border: 0;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 12px 10px;
    cursor: pointer;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    margin: 25px 0 0;
    -webkit-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.1);
}
.german-a1-level .form form button i {
    opacity: 0;
    padding-left: 0;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.german-a1-level .form form button:hover i {
    opacity: 1;
    padding-left: 5px;
}
/* end form */

/* start pellentesque */
.pellentesque h2 {
    color: #0274BC;
    font-size: 47px;
}
.pellentesque h5 {
    color: #272727;
    font-size: 22px;
    padding: 20px 0;
}
.pellentesque span {
    font-size: 25px;
    color: #fff;
    background: #0274BC;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
}
.pellentesque span + span {
    margin-left: 5px;
}
.pellentesque p {
    padding-top: 20px;
    color: #555555;
    font-size: 20px;
    line-height: 34px;
}
/* end pellentesque */

/* start other-level */
.other-level {
    background: #F7F7F7;
    padding: 50px 0;
}
.other-level h2 {
    color: #555555;
    font-size: 35px;
}
.other-level .col {
    height: calc(100vw / 3);
    max-height: 350px;
    min-height: 200px;
    min-width: 300px;
    max-width: 300px;
    padding-top: 25px;
}
@media (min-width: 1200px){
.container {
    max-width: 1200px;
}
}
.other-level .content {
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: 100%;
    color: #fff;
    position: relative;
    text-align: left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    display: block;
    text-decoration: none;
    outline: 0;
}
.other-level .content:hover {
    background-size: 103%;
}
.other-level .content {
    background-repeat: no-repeat;
    background-image: url(/images/formations/5-2.png);
    background-size: cover;
    background-position: center;

}
.other-level .content .text {
    position: absolute;
    bottom: 0px;
    right:0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #555752ba;
    padding: 1rem;
}
.other-level .content .text label  {
    float: right;
}

.other-level .col:hover .content .text {
    bottom: 35px;
}
.other-level .content h4 {
    font-size: 26px;
    padding-bottom: 10px;
    color: #D1E4F4;
    text-align: center;

}
.other-level .content label,
.other-level .content p {
    font-size: 18px;
    margin: 0;
}
@media(max-width: 792px) {
    .other-level .col {
        height: 250px;
    }
}
/* end other-level */

/* start teacher-level */
.teacher-level {
    padding: 70px 15px;
    background: #0274BC;
}
.teacher-level .col {
    padding: 15px 0;
}
.teacher-level h2 {
    padding-top: 30px;
    width: 450px;
    max-width: 100%;
}
.teacher-level p {
    margin: 0;
    font-size: 23px;
}
.teacher-level .float-left:last-of-type {
    padding-top: 15px;
    padding-left: 10px;
}
@media(max-width: 991px) {
    .other-level h2 {padding-top:0;}
}
/* end teacher-level */

/* start update 11-3-2019 */

/* start data-tab-target */
.tabtarget {
    background: #F7F7F7;
}
.tabtarget ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.tabtarget ul {
    background: #F7F7F7;
    padding-bottom: 50px;
}
.tabtarget ul li {
    float: left;
    width: 50%;
    padding: 25px 15px;
    list-style: none;
    color: #808080;
    cursor: pointer;
}
.tabtarget ul li:not(.active) {
    background: #fff;
}
.tabtarget ul li + li {
    border-left: 1px solid #ccc;
}
.tabtarget ul li.active {
    background: #F7F7F7;
    color: #000;
}
#target2 {display: none;}
@media(max-width:450px) {
    .tabtarget ul li {width: 100%;}
}
/* end data-tab-target */

/* start models */
.models {
    padding-bottom: 35px;
}
.models h2 {
    font-size: 30px;
    color: #0274BC;
    padding-bottom: 25px;
}
.models .model {
    padding-bottom: 40px;
    padding-left: 35px;
    position: relative;
}
.models .model li{
    display: none;
}
.models .model.active li{
    display: inline;
}



.models .model::before {
    content: "•";
    font-size: 50px;
    color: #fff;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 18px;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.models .model.active::before {
    color: #0274BC;
}
.models .model:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 12.2px;
    height: 100%;
    width: 1px;
    background: #ccc;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.models .model h5 {
    padding: 0;
    cursor: pointer;
    font-size: 19px;
}
.models .model h5::before {
    content: "";
    display: block;
    width: 35px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.models .model ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    padding-top: 7px;
}
.models .model:not(.active) ul {
    display: none;
}
.models .model ul li {
    list-style: none;
    float: left;
    width: 100%;
    font-size: 14px;
}
.models .model ul li i {
    color: #0274BC;
    font-size: 10px;
    margin-right: 5px;
}
/* end models */

/* end update 11-3-2019 */