/*
 Author:       José Luis Soto
 Version:      1.0.0
*/

@import url('./google-fonts.css');

* {
    vertical-align: baseline;
    font-family: 'Montserrat';
    font-style: inherit;
    font-size: 100%;
    border: none;
    padding: 0;
    margin: 0;
}
html, body{
  background-color: white;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, dl {
    margin: 0px 0;
}
li, dd, blockquote {
    margin-left: 40px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
  text-decoration: none;
  display: block;
}
a:hover{
  text-decoration: none;
  color: #782D69 !important;
}
input:not[type=checkbox], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input[type=checkbox]{
  width: 40px;
  margin-bottom: 15px;
  height: 20px;
  margin-right: 10px;
  margin-top: 4px;
}
.form-check-label{
  font-size: 11px;
}
.contenedor{

  width: 1300px;
  width: 1150px;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
}
.flex{
  display: flex;
}
.flex-center{
  display: flex;
  justify-content: center;
}
.flex-separate{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.float-left{
  float: left;
}
.float-right{
  float: right;
}
h1{
  font: 700 38px/50px Montserrat ;
  color: white;
  margin-top: 10px;
}
.verticalmidle{
  vertical-align: middle;
}
.overvisible{
  overflow: visible !important;
}
.verticalcenter{
  align-self: center;
}
.margin-left-40{
  margin-left: 40px;
}
.zoom-img-hover:hover{
  transform: scale(1.1);
  transition: transform 2s;
}
.box-shadow-hover:hover{
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 80%);
}
.error{
  color: red;
}
.padding-top-cero{
  padding-top: 0px !important;
}
.mt-desktop-50{
  margin-top: 50px;
}

#main-header{
  height: 80px;
  background-color: #782D69;
}

.header-in-one{
  height: 80px;
  align-items: center;
}
#div-button-blue-meet-header a{
  font: normal normal 600 13px/20px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  height: 27px;
  padding: 8px 10px 2px 10px;
  border: none;
  border-radius: 0px;
  width: 205px;
}
#div-button-blue-meet-header a img{
  max-width: 22px;
  margin-right: 10px;
}
.header-one-info > * + * {
  margin-left: 15px;
  /* gap:15px; */
  /* margin: calc(-1 * 15px) 0 0 calc(-1 * 15px);
  width: calc(100% + 15px); */
}
.header-one-info a{
  color: white;
  background-color: #D8BA7E;
  padding: 8px 18px 2px 18px;
  font-size: 14px;
  font-family: 'Open Sans';
  width: 185px;
}
.header-one-info a:hover{

}
#lernen{
  background-image: url("../images/kinder.jpg");
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 55px;
}
#lernen-left{
  max-width: 690px;
}
#div-flag-spain{
  margin-right: 28px;
}
.div-flag-spain-right{
  max-width: 530px;
}
#lernen #lernen-left p.subh1{
  color: white;
  font: 700 20px/30px Montserrat ;
  margin-top: 20px;
}
div.form-kontak{
  background-color: #fff;
  box-shadow: 0px 6px 6px #00000029;
  border: 2px solid #FFFFFF;
  max-width: 356px;
  border-radius: 10px;
  padding: 30px 40px 25px 40px;
}
h2.form-title{
  font: 700 28px Montserrat;
  text-align: center;
  color: black;
}
div.form-kontak p{
  font: 500 15px/20px Cabin;
  letter-spacing: 0px;
  color: #868F9D;
  text-align: center;
  margin: 10px auto;
}
input{
  background: #F7F8F9 0% 0% no-repeat padding-box;
  border: 1px solid #CBC4BB;
  border-radius: 5px;
  display: block;
  width: 96%;
  height: 51px;
  margin-bottom: 20px;
  padding-left: 10px;
}
input::placeholder{
  font: 500 15px Cabin;
  padding-left: 15px;
}
input.input-form-submit, input[type=submit]{
  -webkit-appearance: none;
  -webkit-border-radius:5px;
    color: white;
    background:#782D69;
    border: 1px solid #868F9D4D;
    border-radius: 5px;
    width: 100%;
    margin-top: 15px;
}

#sub-lernen{
  padding-top:30px;
  background-color: #EEECE9;
  padding-bottom: 40px;
}
#sub-lernen .title{

}
#sub-lernen h2{
  text-align: left;
  font: 700 24px/20px Montserrat;
  letter-spacing: 0px;
  color: #782D69;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.div-button-blue-meet a{
  font: 700 16px/20px Montserrat;
  background: #0E66CC 0% 0% no-repeat padding-box;
  border: 1px solid #868F9D4D;
  border-radius: 5px;
  color: white;
  padding: 15px 30px 15px 30px;
}
.div-button-blue-meet a:hover{
  color: white !important;
}
.div-button-blue-meet a img{
  margin-right: 30px;
  max-width: 37px;
}
#sub-lernen p{
  text-align: left;
  font: 400 18px/25px Montserrat;
  letter-spacing: 0px;
  color: #363636;
  max-width: 750px;
}
div.single-title{
  max-width: 620px;
}
h5.single-title{
  text-align: left;
  font: 600 16px/22px Open Sans;
  letter-spacing: 1px;
  color: #782D69;
  margin-top: 30px;
  margin-bottom: 15px;
}
h3.single-title{
  text-align: left;
  font: 700 40px/55px Open Sans;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 30px;

}
p.single-title{
  text-align: left;
  font: 400 16px/35px Open Sans;
  letter-spacing: 1px;
  color: #00000099;
}
a.mehr-infos{
  text-align: left;
  font: 600 16px/22px Open Sans;
  letter-spacing: 1px;
  color: #782D69;
}
a.mehr-infos img{
  /* margin-left: 10px; */
  margin-top: 30px;
}
a.mehr-infos:hover img, #SOIBTN_sib-team:hover img{
  transform: translateX(10px);
  transition: transform 1s ease;
}

#privatschulen-internate .contenedor .separate-last{
  width: 100%;
  max-width: 425px;
}

#privatschulen-internate div.white-box{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
  margin: 35px 5px;
  padding: 75px 20px;
}
#privatschulen-internate div.purplebox{
  background: #782D69 0% 0% no-repeat padding-box;
  border-radius: 20px;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#privatschulen-internate div.purplebox img{
  position: absolute;
  top: 32%;
  left: 32%;
  margin: auto;
}
#privatschulen-internate h3.purplebox-title, #privatschulen-internate h3.purplebox-title a{
  text-align: center;
  font: 500 24px/28px Ubuntu;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 15px
}
#privatschulen-internate p.purplebox-text{
  text-align: center;
  font: 400 14px/25px Ubuntu;
  letter-spacing: 1px;
  color: #AAAAAA;
}
.margintop105{
  margin-top: 105px;
}
#privatschulen2-internate .separate-first img{
  margin-top: 30px;
}

#team .separate-last .images{
  margin-top: 21px;
  max-width: 620px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#team .separate-last .images .image{
  margin: 9px;
  max-width: 241px;
  overflow: hidden;
  border-radius: 42px;
  max-height: 283px;
}
#team .separate-last .images img{
  max-width: 241px;

}

#merkmale{
  background-image: url("../images/haus.jpg");
  max-height: 323px;
  background-size: cover;
  margin-top: 60px;
}
#merkmale div#flotante{
  height: 323px;
  position: relative;
}
#merkmale div.white-box{
  max-width: 430px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 10px 24px 108px #00000014;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  /* gap: 25px; */
  padding: 40px 0px;
  position: absolute;
  width: 100%;
  right: 0px;
  top: -138px;
}
#merkmale div.white-box > * + * {
  margin-top: 25px;
}
#merkmale div.white-box > div{
  display: flex;
}
#merkmale div#flotante div.white-box div.purplebox-icon{
  height: 48px;
  border-radius: 10px;
}
#merkmale div.purplebox img{
  position: absolute;
  top: 32%;
  left: 32%;
  margin: auto;
}
#merkmale h5.purplebox-title{
  text-align: left;
  font: 600 16px/22px Open Sans;
  letter-spacing: 1px;
  color: #000000;
  margin-left: 15px;
  padding-top: 10px;
}
#merkmale h5.purplebox-title-mt2{
  padding-top: 2px;
}

#personlichen .single-title{
  max-width: 570px;
}
#personlichen .flex-separate{
  flex-wrap: wrap;
}
#personlichen .purplebox{
  background: #782D69 0% 0% no-repeat padding-box;
  border-radius: 10px;
  width: 56px;
  height: 56px;
  margin-left: 20px;
}
#personlichen .purplebox h4{
  font: 600 40px Montserrat;
  color: #D8BA7E;
  text-align: center;
  padding-top: 2px;
}
#personlichen .purplebox-info{
  text-align: left;
  font: 600 16px/35px Open Sans;
  letter-spacing: 1px;
  color: #363636;
  margin-top: 10px;
  margin-left: 15px;
}
#personlichen .dotted-dashed{
  margin-left: 50px;
  border-left: 2px dashed #C4C4C4;
  padding: 0px 40px;
  min-height: 140px;
}
#personlichen .dotted-dashed p{
  font: 400 16px/30px Open Sans;
  color: #363636;
}
#personlichen .single-title:last-child .dotted-dashed, #personlichen .single-title:nth-last-child(2) .dotted-dashed{
  border-left: none;
}
@media (max-width: 1145px) {
  #personlichen .flex-separate > div {
    margin: 0px auto;
  }
  #personlichen .single-title:nth-last-child(2) .dotted-dashed{
    border-left: 2px dashed #C4C4C4;
  }
}

#bachillerato p.single-title{
  font: 400 16px/35px Open Sans;
}

#uberlegen .separate-first img {
    max-width: 510px;
    margin-top: 30px;
}

#kontaktieren{
  padding-top: 45px;
  background-color: #CBC4BB;
  padding-bottom: 70px;
  margin-top: 220px
}
#konkat-aside{
  max-width: 435px;
}
#konkat-aside .konkat-aside-in{
  display: flex;
  flex-wrap: wrap;
}
#kontaktieren .separate-first{
  margin-top: 45px;
}
#konkat-aside .flex{
  margin-bottom: 37px;
}
#konkat-aside .last{
  margin-bottom: 70px;
}
#konkat-aside h3{
  text-align: left;
  font: 700 25px/30px Cabin;
  letter-spacing: 0px;
  color: #363636;
  margin-bottom: 50px;
}
#konkat-aside p{
  font: 700 18px/25px Montserrat;
  letter-spacing: 0px;
  color: #363636;
}
#konkat-aside img{
  vertical-align: middle;
  margin-right: 10px;
}
#konkat-aside .div-button-blue-meet{
  max-width: 360px;
}




#main-footer{
  background: #585858 0% 0% no-repeat padding-box;
  height: 75px;
}
#datenschutz{
  margin-left: 150px;
}
#copyright{
  align-self: center;
  font: 700 18px/20px Cabin;
  color: white;
}
#legal{
  height: 75px;
  align-items: center;
  margin: 0;
  font: 500 16px/20px Montserrat;
}
.legal{
  text-align: left;
  font: 500 16px/20px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
}


/*  Slider*/
.carousel-container {
  /* width: 1280px; */
  margin: 50px auto;
  min-height: 200px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .carousel-container {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .carousel-container {
    width: 85%;
  }
}
.carousel-container .carousel-inner {
  overflow: hidden;
}
.carousel-container .track {
  display: inline-flex;
  transition: transform 0.5s;
}
.carousel-container .card-container {
  width: 259px;
  width: 277px;
  flex-shrink: 0;
  height: 250px;
  height: 363px;
  padding-right: 15px;
  padding-right: 0px;
  box-sizing: border-box;
  margin-right: 10px;
}
.carousel-container .card-container .card {
  width: 100%;
  height: 100%;
  /* border: 1px solid #ccc; */
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.nav button {
  /* width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #aaa;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; */
  background-color: white;
}
.nav .prev {
  /* left: -30px; */
  display: none;
  transform: rotate(180deg);
}
.nav .prev.show {
  display: block;
  transform: rotate(180deg);
}
.nav .next {
  /* right: -30px; */
  float: right;
  margin-right: 15px;
}
.nav .next.hide {
  display: none;
}

.card > * {
  flex: 1;
}
.card .img {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
.card .info {
  flex-basis: 40px;
  background: #333;
  color: #fff;
  flex-grow: 0;
  padding: 10px;
  box-sizing: border-box;
}
.card .img img{
  max-width: 277px;
}
@media (max-width: 1022px) and (min-width: 696px) {
  .carousel-container{
    width: 575px;
  }
}
@media (max-width: 695px) {
  .carousel-container{
    width: 287px;
  }
}


/*  slider internate real page*/
.country-category-title a{
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  color: #363636;
}
.div-country-internates{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* gap: 35px; */
}
.div-country-internates > * {
   margin-left: 18px;
   margin-top: 18px;
 }
.div-internate-in-country{
  /* margin-bottom: 25px; */
  position: relative;
  max-width: 360px;
  /* flex-basis: 375px; */
  /* margin-right: 25px; */
}
.div-internate-in-country img{
  width: 100%;
}
.div-internate-in-country-hover{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  /* padding: 70px 69px; */
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0.9;
  background: #502647;
  /* background: linear-gradient(180deg, rgba(13,13,13,1) 0%, rgba(16,8,15,0) 100%); */
}
.div-internate-in-country-hover:hover{
  /* background: #502647; */
  opacity: 0;
}

.div-internate-in-country-hover h4{
  font: 600 24px Montserrat;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 110px;
}
.div-internate-in-country-hover h4 img{
  vertical-align: middle;
  margin-right: 5px;
  display: inline;
  margin-top: 6px;
}
.div-internate-in-country-hover hr{
  border: 1.5px solid #D8BA7E;
  background-color: #D8BA7E;
  max-width: 140px;
  margin: 0 auto;
  width: 100%;
}
.div-internate-in-country-hover p{
  margin-top: 15px;
  font: 300 18px Montserrat;
  color: #F7F8F8;
}
#filter-country-name{
  background-color: #EEECE9;
  border: solid 1px #B9B1A5;
  border-radius: 2px;
  height: 40px;
}
.chexbox-country-filter{
  border-radius: 3px;
}
.label-chexbox-country-filter{
    margin-right: 2px;
    margin-left: 2px;
}

@media (min-width: 376px) and (max-width: 1170px) {
  .div-country-internates{
    justify-content: center;
  }
}

@media (max-width: 1170px) {
  .div-internate-in-country-hover{
    opacity: 0.9;
    /* padding: 0px 10px; */
    background: #502647;
    height: fit-content;
    height: max-content;
    bottom: 0px;
    top: unset;
    padding-bottom: 10px;
  }
  .div-internate-in-country-hover h4 {
    margin-top: 10px;
    font-size: 19px;
  }
}
/* end slider */

/* Cookies */
.cookie-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #2f3640;
  color: #f5f6fa;
  padding: 0 32px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  padding-top: 30px;
  transition: 400ms;
  z-index: 9;
}

.cookie-container.active {
  bottom: 0;
}

.cookie-buttons-container{
  display: flex;
  justify-content: center;
  height: 70px;
  margin-top: 20px;
}

.cookie-container a {
  color: #f5f6fa;
  margin-top: 15px;
  margin-left: 20px;
}

.cookie-btn {
  background: #782D69;
  color: #f5f6fa;
  padding: 0px;
  font-size: 18px;
  margin-bottom: 16px;
  border: 1px solid #868F9D4D;
  border-radius: 5px;
  cursor: pointer;
  height: 49px;
  width: 150px;
  margin-right: 40px;
}

/* End cookies*/

/* tablet-mobile */
@media (min-width: 1146px) {
  .img-desktop{
    display: block;
    max-width: 510px;
    margin-top: 5px;
  }
  .img-mobile, .img-mobile-right{
    display: none;
  }
}

@media (max-width: 1145px) {
  .flex-separate {
    flex-direction: column;
    justify-content: center;
  }
  #sub-lernen .flex-separate, #privatschulen2-internate .flex-separate, #kontaktieren .flex-separate{
    flex-direction: column-reverse;
  }
  .flex-separate > div {
    margin: 30px auto;
  }
  div.single-title {
    max-width: 850px;
  }
  a.mehr-infos{
    text-align: right;
    margin-right: 30px;
  }
  #main-header .flex-separate, #main-footer .flex-separate{
    flex-direction: row;
    justify-content: space-between;
  }
  .text-center-tablet{
    text-align: center;
  }
  .inline-tablet{
    display: inline;
  }
  #merkmale div.white-box{
    top: -65px;
  }
  #bachillerato p.single-title{
    max-width: 850px;
    margin: 0 auto;
    font: 400 16px/35px Open Sans;
  }
  .img-desktop, .only-desktop{
    display: none;
  }
  .img-mobile{
    float: left;
    margin-right: 10px;
    max-width: 350px;
  }
  .img-mobile-right{
    float: right;
    margin-left: 10px;
    max-width: 350px;
  }
  .mt-desktop-50{
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .flex-separate > div {
    margin: 15px auto;
    width: 100%;
  }
  .margintop105 {
    margin-top: 15px;
  }

  h3.single-title{
    font-size: 28px;
  }
  .contenedor {
    margin-left: 20px;
    margin-right: 20px;
  }
  div.form-kontak {
    padding: 30px 20px 25px 20px;
  }
  p.single-title {
    width: 93%;
  }


  #main-header, #main-footer{
    height: 115px;
  }
  #main-header .contenedor{
    margin:0px;
  }
  #main-header .header-in-one, #main-footer .flex-separate{
    flex-direction: column;
    height: 115px;
  }
  #main-header .header-in-one .header-in-one-first{
    height: 80px;
    margin: 0px;
    justify-content: center;
    flex-direction: column;
    display: flex;
  }
  #main-header .header-in-one .header-in-one-second{
    height: 35px;
    margin: 0px;
    width: 100%;
    background-color: #D8BA7E;
  }
  #div-button-blue-meet-header{
    display: none;
  }
  .header-one-info{
    text-align: center;
  }
  .header-one-info a {
    width: 100%;
  }

  #lernen-left .verticalcenter{
    flex-direction: column;
    align-items: center;
  }
  #lernen-left .verticalcenter .div-flag-spain-right h1{
    text-align: center;
  }
  #lernen-left p.subh1{
    display: none;
  }

  #sub-lernen{
    padding-bottom: 30px;
  }
  #sub-lernen p{
    text-align: center;
  }


  #privatschulen-internate div.white-box{
    padding: 50px 20px;
  }

  #team .separate-last .images {
    justify-content: center;
  }

  #kontaktieren {
    margin-top: 50px;
  }
  #konkat-aside .konkat-aside-in .div-button-blue-meet{
    margin: 0 auto;
  }

  #legal {
    justify-content: center;
  }
  #copyright {
    margin-top: 30px;
  }
  #datenschutz {
    margin-left: 50px;
  }

}
