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

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}

header {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.header-menu{
    display: none;
}

.logo {
    width: 100%;
    margin-top: 0px;
    margin: 0 auto;
    text-align: center;
}

.logo img {
    width: 150px;
    text-align: center;
    margin: 0 auto;    
}

.logo-text{
    display: none;
}

.one3 {
    width: 40%;
    margin-top: 20px;
}

.one {
    width: 45%;
    margin-top: 20px;
}

.header-button {
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 720px;
    background: url(img/64785.jpg);
    background-size: cover;
    background-position: center top -140px;
    position: relative;
}

.banner-title {
    width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-family: Circe-Bold;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}

.banner-sm-title {
    width: 90%;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: Circe-Regular;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin: 0 auto;
}

.banner-item-wrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
}

.banner-item {
    width: 100%;
    height: auto;
    padding: 15px 15px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.modul-text {
    width: 100%;
    font-family: Circe-Regular;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    color: #414040;
    padding-top: 40px;
    padding-bottom: 60px;
}

.modul-item {
    width: 100%;
    font-family: Circe-Regular;
    font-size: 16px;
    border-left: solid 2px #691021;
    margin-top: 30px;
    padding-left: 20px;
}

.music-item {
    width: 100%;
    margin-top: 50px;
}

.music-item .top {
    width: 100%;
    height: 320px;
}

.teachers h3 {
    font-family: Circe-Light;
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

.teachers-item {
    width: 100%;
    margin-top: 40px;
}

.bs-form .left {
    width: 100%;
}

.bs-form h3 {
    font-family: Circe-Bold;
    font-size: 32px;
    line-height: 40px;
    padding-top: 30px;
}

.bs-form p {
    font-family: Circe-Regular;
    font-size: 22px;
    line-height: 34px;
    padding-top: 10px;
}

.bs-form .right {
    width: 100%;
}

.mob-menu{
        display: block;
        position: fixed;
        right: 0px;
        top: -5px;
        z-index: 999999;
}

.menu-btn {
        display: flex;
        align-items: center;
        position: relative;
        top: 15px;
        left: -20px;
        width: 35px;
        height: 50px;
        cursor: pointer;
        z-index: 9999999;
}
 
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition-duration: .25s;
}
.menu-btn > span::before {
  content: '';
  top: -8px;
}
.menu-btn > span::after {
  content: '';
  top: 8px;
}

.menubox{
        display: block;
        position: fixed;
        visibility: hidden;
        top: 0px;
        right: -100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 50px 20px;
        list-style: none;
        background-color: #fff;
        box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
        transition-duration: .25s;
        z-index: 99999;
}

.menubox a{
    text-decoration: none;
    color: #000;
}

.menubox li{
    font-family: Circe-Regular;
    padding-top: 25px;
    text-transform: uppercase;
}

.menu-item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: Circe-Regular;
  font-size: 20px;
  text-decoration: none;
  transition-duration: .25s;
}
.menu-item:hover {
  background-color: #CFD8DC;
}

#menu-toggle{
  opacity: 0;
}

#menu-toggle:checked ~ .menu-btn > span{
  transform: rotate(45deg);
}
#menu-toggle:checked ~ .menu-btn > span::before{
  top: 0;
  transform: rotate(0);
}
#menu-toggle:checked ~ .menu-btn > span::after{
  top: 0;
  transform: rotate(90deg);
}
#menu-toggle:checked ~ .menubox {
    visibility: visible;
    right: 0;
}

.contact .left {
    width: 100%;
    margin-top: 20px;
}

.contact .right {
    width: 100%;
    margin-top: 20px;
}

.contact iframe {
    width: 100%;
    height: 350px;
    border-radius: 30px;
}

.teachers-item .top {
    width: 100%;
    height: 350px;
    border-radius: 4px;
}

.page-wrap .left {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.page-wrap .left img {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
}

.page-wrap .right {
    width: 100%;
    font-family: Circe-Regular;
    font-size: 15px;
    margin-top: 30px;
}

}