@media only screen
and (min-width : 1160px) {
  .resp {
    display: none;
  }  
}

/* 1159 */
@media only screen
and (max-width : 1159px) {
  .noresp {
    display: none;
  }  
  .owl-dots {
    display: none;
  }
  .container,
  section#blog .container {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  section#welcome h1 {
    text-align: center;
  }
  .course {
    flex-direction: column;
    height: auto;
  }
  .course .image,
  .course .content {
    width: 100%;
  }
  .course .image {
    order: 1;
  }
  .course .content {
    order: 2;
    padding-left: 20px;
    padding-right: 20px;    
  }
  footer {
    padding: 20px;
  }
  footer ul {
    width: 100%;
  }
  section#footer {
    flex-direction: column;
    position: relative;
    height: auto;
  }
  section#footer ul.contact {
    position: relative;
    order: 1;
    padding-top: 20px;
  }
  section#footer ul.company {
    padding-bottom: 20px;
    order: 2;
  }
  section#feedback ul {
    width: 100%;
  }
  section#pagepic h1 {
    width: 100%;
    padding: 0 20px;
    font-size: 28px;
  }
  section#about h2:after,
  section#imprint h2:after,
  section#notfound h2:after,
  section#statistics h2:after,
  section#course h2:after,
  section#registration h2:after {
    display: none;
  }
  section#about h2 span,
  section#imprint h2 span,
  section#notfound h2 span,
  section#statistics h2 span,
  section#course h2 span,
  section#registration h2 span {
    text-align: center;
  }
  section#about .listing {
    padding-left: 0;
  }
  section#about h3.listing:before {
    left: 0;
    font-size: 80px;
    top: -45px;
  }
  section#about h3.listing {
    padding-left: 55px;
  }
  .phone {
    pointer-events: auto;
  }
  .course .content h2 {
    width: 100%;
    justify-content: centrer;
    text-align: center;
  }
  header,
  nav {
    height: 130px !important;
    margin: 0;
  }
  header {
    z-index: 501;
  }
  nav {
    background: rgba(12,6,4,1);
  }
  ul.social {
    height: 130px;
  }
  #logo {
    height: 110px;
    margin: 0 0 10px 0;
  }
  #logo img {
    max-height: 100%;
  }
  nav .container {
    position: fixed;
    width: 100%;
    background: rgba(234,22,141,0.95);
    top: 0;
    left: 0;
    z-index: 3000;
    display: block;
    height: 0;
    opacity: 0;
    justify-content: center;
    padding: 30px 30px 0 30px;
    overflow: hidden;
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    flex-direction: column;
    align-items: flex-start;
  }
  nav .container.visible {
    height: 100%;
    opacity: 1;   
  }
  nav .container ul {
    flex-direction: column;
    height: max-content !important;
    width: 100%;
    flex-shrink: 1;
  }
  nav .container ul li {
    height: auto !important;
    margin: 0;
    padding: 10px 0;
    border-bottom: rgba(255,255,255,0.4) 1px dotted;
    width: 100%;
  }
  nav .container ul:last-child li:last-child {
    border: none;
  }
  nav .container ul li a {
    white-space: nowrap;
    color: #ffffff;
  }
  nav .container ul li a i {
    display: none;
  }
  #submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 30px 0 30px;
    z-index: 10;
    display: none;
  }
  #submenu ul li:first-child {
    display: none;
  }  
  section#blog li {
    align-self: stretch;
    align-items: flex-start;
    padding-bottom: 60px;
  }
  section#blog li .fakebutton {
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    margin: 0;
  }
  #cookie {
    left: 50%;
    transform: translate(-50%, 0);
  }
  
  #course-inner-container .first-row {
    height: auto;
    padding: 50px 0;
    margin-bottom: 50px;
  }
  #course-inner-container .first-row .pictures {
    position: relative;
    bottom: auto;
    left: auto;
    height: auto;
    width: 100vw;
    margin-left: -20px;
  }
  #course-inner-container .first-row .pictures .pic {
    display: none;
  }
  #course-inner-container .first-row .welcome-text {
    width: 100%;
  }
  #course-inner-container .timing-row {
    flex-direction: column;
    height: auto;
  }
  #course-inner-container .timing-row .left-col,
  #course-inner-container .timing-row .right-col {
    width: 100%;
  }
  #course-inner-container .timing-row .right-col {
    order: 1;
    height: 200px;
  }
  #course-inner-container .timing-row .left-col .text {
    width: 100%;
    padding: 20px;
  } 
}

/* 1024 */
@media only screen
and (max-width : 1024px) {
  section#footer ul.company {
    flex-direction: column;
  }
  section#footer ul.company li {
    padding: 0;
    margin: 0;
  }
  section#footer ul.company li:after {
    display: none;
  }
  section#benefit .container {
    flex-direction: column;
  }
  section#benefit .entry {
    width: 500px;
    max-width: 100%;
    padding-top: 80px;
  }
  section#benefit .entry:first-child {
    padding-top: 0;
  }
  section#about ul {
    flex-wrap: wrap;
    width: 100%;
  }
  section#about li {
    width: 50%;
  }
  section#about li:nth-child(3),
  section#about li:nth-child(4) {
    margin-top: 50px;
  }
  section#about .image {
    width: 70%;
  }
  #layer .box {
    width: calc(100% - 40px);
  }
  section#course .info p {
    flex-direction: column;
    margin-top: 25px;
  }
  section#course .info p:first-child {
    margin-top: 0;
  }
  section#course .info label,
  section#course .info span {
    width: 100%;
  }
  section#course ul {
    flex-direction: column;
  }
  section#course li {
    padding: 0;
    width: 100%;
  }
  section#course li p {
    margin-top: 10px;
  }
  section#course li .dates {
    height: auto;
    padding: 40px 20px 20px 20px;
  }
  section#course li.full:before {
    left: 40%;
  }
  section#registration .row {
    flex-direction: column;
    margin-top: 0;
  }
  section#registration form input,
  section#registration form select,
  section#registration form textarea,
  section#registration form button {
    margin: 20px 0 0 0 !important;
    width: 100%;
  }
  section#registration form button {
    height: 50px;
  }
  section#registration .contact {
    flex-direction: column;
  }
  section#registration .contact a:last-child {
    margin-top: 25px;
  }
  section#blog li {
    width: 50%;
  }
  section#feedbacks .name {
    flex-direction: column;
  }
  section#feedbacks h4 {
    margin-left: 0;
  }
  section#feedbacks ul.text li {
    width: 100%;
    padding: 0;
  }
  section#contact .container {
    flex-direction: column;
  }
  section#contact .content,
  section#contact .map {
    width: 100%;
  }
  section#contact .content {
    padding-right: 0;
  }
  section#contact .map {
    height: 300px;
    margin-top: 50px;
    padding-top: 0;
  }
  section#contact .content p {
    text-align: center;
  }
  section#statistics ol {
    width: calc(100% - 60px);
  }
  section#feedback h2 {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

/* 768 */
@media only screen
and (max-width : 768px) {
  section#feedback li {
    width: 33.33%;
  }
  section#feedback li:last-child {
    display: none;
  }
  section#about .image {
    width: 80%;
  }
  section#course li.full:before {
    left: 35%;
  }
  section#feedbacks ul.photo li {
    flex-direction: column;
  }
  section#feedbacks ul.photo li .text {
    width: 100%;
    padding: 15px 0 0 0;
  }
  section#feedbacks ul.photo li .image {
    width: 250px;
    margin: 0 auto;
  }
  section#feedbacks ul.photo .name h3,
  section#feedbacks ul.photo .name h4 {
    justify-content: center;
    width: 100%;
  }
  section#feedbacks p {
    margin-top: 15px;
  }
  section#footer ul.contact li a {
    padding: 0 10px;
  }
  section#statistics .statistic .responsive-table {
    overflow-x: auto;
    display: block;
  }
  section#statistics .statistic .responsive-table table {
    min-width: 400px;
    width: 100%;
  } 
  section#pagepic {
    height: 300px;
    margin-top: 130px;
  }  
}

/* 767 */
@media only screen
and (max-width : 767px) { 
  section#pagepic .p {
    display: none;
  }
  section#footer {
    width: 100%;
    padding: 0 20px;
  }
  section#footer ul.contact {
    flex-direction: column;
    width: 100%;
  }
  section#footer ul.contact li {
    width: 100%;
    margin: 10px 0 0 0 !important;
  }
  section#footer ul.contact li a {
    width: 100%;
  }
  section#footer ul.contact li:first-child {
    margin: 0;
  }
  footer ul {
    flex-direction: column;
  }
  footer ul li {
    padding: 0 !important;
    margin: 10px 0 0 0 !important;
  }
  footer ul li:first-child {
    margin: 0 !important;
  }
  footer ul li:after {
    display: none;
  }
  section#feedback ul {
    flex-direction: column;
  }
  section#feedback ul li {
    width: 100%;
    padding: 0;
  }
  section#feedback ul li:not(:first-child) {
    margin-top: 25px;
  }
  section#feedback ul li .image {
    width: 250px;
    margin: 0 auto;
  }
  section#benefit .entry span {
    text-align: center;
  }
  section#about li {
    width: 100%;
  }
  section#about li:not(:first-child) {
    margin-top: 50px;
  }
  section#about .image {
    width: 250px;
  }
  section#blog li {
    width: 100%;
    padding: 0 0 100px 0;
  }
  section#blog li:first-child {
    margin-top: 50px;
  }
  section#blog li .fakebutton {
    bottom: 30px;
  }
  section#pagepic {
    height: 150px;
  }
  section#footer ul.company li {
    justify-content: center;
    text-align: center;
  }
  .button i {
    display: none;
  }
  .button {
    text-align: center;
  }
  section#pagepic h1 {
    display: none;
  }
  .fakeh1 {
    display: block;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
    background: #ea168d;
    color: #ffffff;
    padding: 10px 0;
    width: 100%;
  }
  #cookie {
    flex-direction: column;
    width: calc(100% - 60px);
  }
  #cookie .icon {
    margin: 0 auto;
  }
  #cookie .content {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }
  #cookie .content span {
    text-align: center;
    justify-content: center;
  }
  #cookie .button {
    margin-left: auto;
    margin-right: auto;
  }
  #layer .box {
    padding: 30px 0;
  }
  #layer.coworker .box {
    margin-top: 0;
  }
  #layer .scroll {
    padding: 0 30px;
  }
  #layer .title {
    display: none;
  }
  #layer .fade {
    margin-top: 0;
  }
  #layer.blog .image {
    display: none;
  }
  #layer.blog .facebook {
    padding: 0 30px;
  }
  #layer.blog h2 {
    margin-top: 0;
  }
  section#blog .container {
    flex-direction: column;
  }
  section#feedbacks {
    padding-top: 50px;
  }
  section#course h2 {
    margin-top: 50px !important;
  }
  section#welcome h1 {
    font-size: 28px;
  }
  #layer.coworker .box {
    height: 80%;
  }
  #layer .fade,
  #layer.coworker .fade {
    height: calc(100% - 60px);
  }
  #layer.blog .fade {
    height: calc(100% - 110px);  
  }
  section#hitel3-container .container::after {
    display: none; 
  }
  section#hitel1-container h2 span,
  section#hitel2-container h2 span {
    top: -15px;
  }
  #course-inner-container .first-row .background {
    display: none;
  }
  #course-inner-container .first-row .pictures .pic.main {
    display: block !important;
    border: none;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 250px;
    margin: 0;
  }
  #course-inner-container .first-row {
    padding-bottom: 0;
  }
  #course-inner-container .timing-row .left-col .text p {
    flex-direction: column;
  }
  #course-inner-container .resp-wrap {
    display: block !important;
  }
  #course-inner-container .first-row h2 {
    font-size: 30px;
  }
}

/* 480 */
@media only screen
and (max-width : 480px) {
  #logo {
    width: 120px;
  }
  #respmb {
    left: 30px;
  }
  ul.social {
    right: 30px;
  }
  section#registration .contact a i {
    display: none;
  }
  section#registration .contact a:last-child {
    margin-top: 10px;
  }
  section#slider .owl-carousel .item .content h2 {
    font-size: 28px;
  }
  section#slider .owl-carousel .item .content h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  section#about h2,
  section#imprint h2,
  section#notfound h2,
  section#statistics h2,
  section#course h2,
  section#registration h2 {
    font-size: 18px;
  }
  .fakeh1 {
    font-size: 24px;
  }
  section#course li.full:before {
    left: 22%;
  }
  #layer .fa-times {
    font-size: 35px;
  }
  section#about h3.listing.third:before {
    top: -30px;
  }
  #layer.coworker h3 {
    text-align: center;
    justify-content: center;
  }  
  #course-inner-container .desktop {
    display: none;
  }
  #course-inner-container .mobile {
    display: block;
  }
}