@charset "utf-8";

/* CSS Document */
/**Responsive**/

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        text-transform: uppercase;
        font-size: 48px;
        font-weight: bolder;
        margin: 0;
    }

    .navbar-mobile-col {
        display: none;
    }

    .mob {
        display: none;
    }

    .content {
        width: 900px;
    }

    .content501-index {
        width: 50%;
        float: left;
    }

    .content50n {
        width: calc(50% - 150px);
        background: rgb(12, 30, 52);
        float: left;
        margin: 0 25px;
        padding: 50px;
    }

    .quarter-btn {
        margin: 10px;
    }

    .header .telephone .content #time {
        display: none;
    }
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

    h1 {
        text-transform: uppercase;
        font-size: 48px;
        font-weight: bolder;
        margin: 0;
    }

    #topbar:hover {
        height: 520px;
    }

    .mob {
        display: none;
    }

    .nav-col2 {
        margin: 15px 0;
    }

    .content {
        width: 750px;
    }

    .welcome {
        width: 750px;
        margin: 50px 0;
    }

    .welcome-txt {
        width: calc(100% - 100px);
        background: rgba(255, 255, 255, .8);
        padding: 50px;
    }

    .welcome-logo {
        width: 500px;
        height: 200px;
        margin: 10px 100px 25px 100px;
    }

    .nav-first {
        width: 230px;
        margin-bottom: 25px;
    }

    .btn-theme-pad {
        font-size: 18px;
        padding: 25px 0 51px 0;
    }

    .t2 {
        margin-left: 15px;
        margin-right: 15px;
    }

    .btn-theme3 {
        width: 720px;
        height: auto;
        padding: 10px;
        margin: 0 0 25px 0;
    }

    .btn-theme {
        font-size: 18px;
    }

    .nav-sec {
        font-size: 18px;
    }

    .nav-sec-quiz {
        font-size: 18px;
    }

    .content501-index {
        width: 100%;
        float: left;
        margin: 50px 0;
        background-color: #ffffff;
    }

    .content50n {
        width: calc(100% - 30px);
        height: auto;
        background-color: #101010;
        float: left;
        padding: 15px;
        margin: 0;
    }

    div.popup-all-partner {
        display: block;
    }

    div.popup-partner {
        width: 50%;
        text-align: center;
    }

    .order-50 {
        width: calc(100% - 20px);
        padding: 10px;
        float: left;
    }

    .quarter-btn {
        margin: 10px;
    }

    .header .telephone .content #time {
        display: none;
    }
}

/* xs */
@media (min-width: 480px) and (max-width: 767px) {
    #topbar:hover {
        height: 520px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
    }

    .mob {
        display: none;
    }

    .nav-col2 {
        margin: 15px 0;
    }

    .content {
        width: 460px;
    }

    .welcome {
        width: 460px;
        margin: 50px 0;
    }

    .welcome-txt {
        width: calc(100% - 100px);
        background: rgba(255, 255, 255, .8);
        padding: 50px;
    }

    .welcome-logo {
        width: 410px;
        margin: 10px;
    }

    .nav-first {
        width: 450px;
        margin-bottom: 25px;
    }

    .t2 {
        margin-left: 0;
        margin-right: 0;
    }

    .btn-theme3 {
        width: 430px;
        height: auto;
        padding: 10px;
        margin: 0 0 25px 0;
    }

    .content-l {
        width: 100%;
        float: left;
        text-align: left;
    }

    .content-r {
        width: 100%;
        padding: 10px 0;
        float: left;
    }

    .content501 {
        float: left;
        margin: 0 25px;
        padding: 0 0 100px;
    }

    .nav-sec {
        width: calc(100% - 35px);
        margin: 15px;
        padding: 25px 15px;
        float: left;
        background-color: #0C1E34;
        color: #ffffff;
        text-align: center;
        font-size: 18px;
        border: 1px solid #ffffff;
        -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.75);
        box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.75);
        cursor: pointer;
    }

    .nav-sec-quiz {
        font-size: 18px;
    }

    .content501-index {
        width: 100%;
        float: left;
        margin: 50px 0;
        background-color: #ffffff;
    }

    .content50n {
        width: calc(100% - 30px);
        height: auto;
        background-color: #101010;
        float: left;
        padding: 15px;
        margin: 0;
    }

    .sec50r {
        width: 100%;
        margin: 15px 0;
        float: left;
    }

    .content25 {
        width: calc(100% - 38px);
        padding: 25px 0;
        margin: 25px 25px;
        text-align: center;
        float: left;
        text-shadow: 0 0 10px #000000;
    }

    .content25:first-child {
        margin-left: 25px;
    }

    .content25:last-child {
        margin-right: 25px;
    }

    .img-size3 {
        width: 100%;
        height: auto;
        transform: rotate(0deg);
    }

    .pdf-prev {
        width: calc(100% - 20px);
        padding: 15px;
        background-color: #f9f9f9;
        float: left;
        box-sizing: border-box;
        border: 10px solid #fff;
        text-align: center;
        font-weight: bold;
        color: #c95a42;
        cursor: pointer;
        font-size: 10px;
    }

    #header_login {
        font-size: 18px;
    }

    .header .telephone .content #time {
        display: none;
    }

    .footer-frame > .content > div.out {
        display: none;
    }

    .footer-frame > .content > div#mid {
        width: 100%;
    }

    div.popup-all-partner {
        display: block;
    }

    div.popup-partner {
        width: 250px;
        text-align: center;
    }

    div.popup-partner > h4 {
        text-align: left;
    }

    .order-50 {
        width: calc(100% - 20px);
        padding: 10px;
        float: left;
    }

    .quarter-btn {
        margin: 10px;
    }

    .header .telephone .content #callnumber #number {
        display: none;
    }


    .sec_faq > h3 {
        font-size: 20px;
    }
}

/* XS Portrait */
@media (max-width: 479px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
    }

    #topbar:hover {
        height: 550px;
    }

    .log-container {
        max-width: 470px;
        height: 100%;
        top: 0;
        bottom: 0;
        /* padding: 25px;*/
        color: #000000;
        background-color: #ffffff;
        overflow: auto;
        margin-top: 15px;
    }

    .content {
        width: calc(100% - 30px);
        padding: 0 15px;
    }

    .welcome {
        width: 300px;
        margin: 50px 0;
    }

    .welcome-txt {
        width: calc(100% - 50px);
        background: rgba(255, 255, 255, .8);
        padding: 25px;
    }

    .welcome-txt > h1 {
        font-size: 24px;
    }

    .welcome-logo {
        width: 250px;
        margin: 10px;
    }

    .nav-first {
        width: 290px;
        margin-bottom: 25px;
    }

    .t2 {
        margin-left: 0;
        margin-right: 0;
    }

    .btn-theme3 {
        width: 270px;
        height: auto;
        padding: 10px;
        margin: 0 0 25px 0;
    }

    .content-l {
        width: 100%;
        float: left;
        text-align: left;
    }

    .content-r {
        width: 100%;
        padding: 10px 0;
        float: left;
    }

    .scrollbar {
        display: none;
    }

    .content501-index {
        width: 100%;
        float: left;
        margin: 50px 0;
        background-color: #ffffff;
    }

    .content50n {
        width: calc(100% - 30px);
        height: auto;
        background-color: #101010;
        float: left;
        padding: 15px;
        margin: 0;
    }

    .about-container {
        width: 100%;
        height: auto;
        background-color: #FFFFFF;
        background-size: cover;
        background-position: right;
        padding: 50px 0;
    }

    .links {
        width: 100%;
    }

    .rechts {
        width: 100%;
        margin: 15px 0 0;
    }

    .bg-gkv {
        width: 100%;
        height: 465px;
        background-image: url(../img/index/slide1.jpg);
        background-repeat: no-repeat;
        background-position: 50% 170%;
        background-attachment: fixed;
    }

    .overlay-section-literatur {
        width: 300px;
        height: 200px;
        padding: 0;
        float: left;
    }

    .about-container-g3 {
        display: none;
    }

    .nav-sec {
        width: calc(100% - 35px);
        margin: 15px;
        padding: 25px 15px;
        float: left;
        background-color: #0C1E34;
        color: #ffffff;
        text-align: center;
        font-size: 18px;
        border: 1px solid #ffffff;
        -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.75);
        box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.75);
        cursor: pointer;
    }

    .nav-sec-quiz {
        font-size: 18px;
    }

    .nav-sec-foot {
        width: calc(100% - 32px * 2);
        margin: 15px;
        padding: 10px 15px;
        float: left;
        background-color: #c95a42;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.75);
        box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.75);
        cursor: pointer;
    }

    .scrollbar-index {
        display: none;
    }

    .col {
        width: calc(100% - 30px * 2);
        height: 100px;
        text-align: center;
        padding: 30px;
        float: left;
    }

    .socialbar {
        width: calc(100% - 30px);
        height: 32px;
        margin: 15px;
        float: left;
    }

    body:after {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: block;
    }

    .nav-col {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 35px 0 35px;
        font-weight: bolder;
        color: #0797bf;
    }

    .menu {
        width: 100%;
    }

    .bg-fix {
        overflow: scroll;
    }

    .bg-fix2 {
        width: 100%;
        height: 100%;
        color: #ffffff;
        top: 0;
        right: 0;
        bottom: 0;
        /* padding: 25px; */
        line-height: 1.25;
        background: rgba(255, 255, 255, 0.95);
        position: fixed;
        z-index: 1000;
        /* display: none; */
    }

    .bg-fix3 {
        width: calc(100% - 25px * 2);
        overflow: scroll;
    }

    .popclose {
        width: 30px;
        height: 30px;
        margin-top: 10px;
        z-index: 999;
    }

    .overlay-title {
        font-size: 22px;
    }

    .nav-overlay-title {
        width: calc(100% - 105px);
        font-size: 18px;
        margin: 15px;
    }

    .nav-overlay {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        margin-right: 15px;
    }

    .overlay-section {
        width: calc(100% - 10 * 2);
        height: 50px;
        margin: 20px 0;
        float: left;
    }

    .padding-bottom-0 {
        padding-bottom: 100px !important;
    }

    .navbar-mobile {
        width: 100%;
        padding: 10px 0;
        background-color: #c95a42;
        position: fixed;
        bottom: 0;
        z-index: 1100;
    }

    .navbar-mobile-col {
        width: calc(100% / 4 - 10px);
        margin: 5px;
        text-align: center;
        float: left;
        display: block !important;
    }

    .navbar-mobile-col:first-child {
        margin-left: 0;
    }

    .navbar-mobile-col:last-child {
        margin-right: 0;
    }

    .button-container {
        display: none;
    }

    .overlay-section-info {
        width: calc(100% - 140px) !important;
        left: 50%;
        margin: 35px 70px !important;
    }

    .bg-fix-info {
        width: 100% !important;
        padding: 0;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        margin-left: 0 !important;
        overflow: scroll !important;
        z-index: 2000 !important;
    }

    .close-pop {
        width: 40px;
        height: 40px;
        left: 50%;
        margin-left: 130px;
        top: 15px;
        cursor: pointer;
        display: inline-block;
        position: fixed;
    }

    .overlay-title-info {
        font-size: 24px !important;
    }

    .button-container-3 {
        display: none;
    }

    .no-mob {
        display: none;
    }

    .mob {
        display: block;
    }

    .cycle-out {
        text-align: center;
        margin: 0 0;
    }

    .fixbox {
        background: rgba(255, 255, 255, 1);
        padding: 10px;
        /* margin-bottom: -20px; */
        position: fixed;
        bottom: 0;
        /* right: 0; */
        width: 100%;
        /* border: 1px solid #7C7C7C; */
        z-index: 1000;
        box-shadow: 1px 1px 15px #000;
    }

    .footer-60 {
        width: calc(30% - 30px);
        float: left;
        padding: 35px 15px;
        color: #fff;
        text-align: right;
    }

    .footer-50 {
        width: calc(70% - 30px);
        float: left;
        padding: 40px 15px;
        color: #fff;
        text-align: center;
        line-height: 1.5em;
    }

    .footer-frame {
        width: 100%;
        background-color: #0c1e34;
        padding-bottom: 50px;
    }

    .quarter {
        width: 100%;
        float: left;
    }

    /*order*/
    .log-form.order1 {
        width: 100%;
    }

    .log-form.order2 {
        width: 100%;
        margin: 10px 0;
    }

    .article-box {
        width: calc(100% - 24px);
        padding: 10px;
        background-color: #fbfbfb;
        border: 2px solid #bfbfbf;
        border-radius: 3px;
    }

    .order-sec1 {
        width: 100%;
        float: left;
        padding: 10px 0;
    }

    .order-sec2 {
        width: 100%;
        float: left;
        text-align: right;
    }

    .sec50r {
        width: 100%;
        margin: 15px 0;
        float: left;
    }

    .sec50l {
        width: 100%;
        margin: 15px 0;
        float: left;
    }

    .content25 {
        width: calc(100% - 38px);
        padding: 25px 0;
        margin: 25px 25px;
        text-align: center;
        float: left;
        text-shadow: 0 0 10px #000000;
    }

    .content25:first-child {
        margin-left: 25px;
    }

    .content25:last-child {
        margin-right: 25px;
    }

    .img-size3 {
        width: 100%;
        height: auto;
        transform: rotate(0deg);
    }

    .buy-btn-red {
        width: 100%;
        padding: 15px 25px 15px 25px;
        margin: 10px 0;
        color: #FFFFFF;
        background-color: #c95a42;
        cursor: pointer;
        float: left;
        border: 0;
        text-transform: uppercase;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    }

    .buy-btn-green {
        width: 100%;
        padding: 15px 25px 15px 25px;
        margin: 10px 0;
        color: #FFFFFF;
        background-color: #32a216;
        cursor: pointer;
        float: left;
        border: 0;
        text-transform: uppercase;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    }

    .content-p {
        height: 100%;
        top: 15px;
        bottom: 50px;
        margin: 0 auto;
        padding: 25px;
        background-color: #fff;
        overflow: auto;
        color: #000;
    }

    .ihk-container {
        width: calc(100% - 40px);
        margin-bottom: 25px;
        color: #0c1e34;
        padding: 20px;
        float: left;
        border-bottom: 1px solid #ddd;
    }

    .ihk-logo {
        display: none;
    }

    .ihk-link {
        width: calc(100% - 30px);
        padding: 15px;
        background-color: #c95a42;
        color: #FFFFFF;
        text-align: center;
        margin: 0 0 25px;
        cursor: pointer;
    }

    .seminar-btn1 {
        width: calc(30% - 30px);
        padding: 15px;
        text-align: center;
        color: #FFFFFF;
        background-color: #c95a42;
        cursor: pointer;
        float: right;
        position: fixed;
        bottom: 0;
    }

    .seminar-btn1.lokal {
        left: 0;
    }

    .ihk-name {
        width: 100%;
        margin: 0 20px 25px 0;
        float: left;
        font-size: 20px;
        color: #c95a42;
    }

    .ihk-infos {
        margin: 25px 0;
        width: 100%;
    }

    .ihk-testdate {
        width: 100%;
        margin: 25px 0;
        color: #c95a42;
    }

    input {
        /* -webkit-appearance: none;*/
        border-radius: 0;
    }

    .content-p {
        height: 95vh;
        top: 15px;
        bottom: 50px;
        margin: 0 auto;
        padding: 25px;
        background-color: #fff;
        overflow: auto;
        color: #000;
    }

    .order-50 {
        width: calc(100% - 20px);
        padding: 10px;
        float: left;
    }

    .order-head-r {
        width: 100%;
        padding: 0;
        float: left;
        margin: 50px 0;
    }

    .order-head-l {
        width: 100%;
        padding: 0;
        float: left;
        margin-right: 10px;
    }

    .pdf-prev {
        width: calc(100% - 20px);
        padding: 15px;
        background-color: #f9f9f9;
        float: left;
        box-sizing: border-box;
        border: 10px solid #fff;
        text-align: center;
        font-weight: bold;
        color: #c95a42;
        cursor: pointer;
        font-size: 10px;
    }

    .content50.video {
        width: 100%;
        padding-left: 0;
        margin: 25px 0;
    }

    .content50 {
        width: 100%;
        float: left;
        margin: 25px 0;
    }

    .quarter-btn {
        width: 60px;
        height: 60px;
        border-radius: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px;
        float: left;
        cursor: pointer;
    }

    .content25-footer {
        width: calc(100% - 50px);
        padding: 25px 0;
        margin: 25px 25px;
        text-align: center;
        float: left;
        display: none;
    }

    .header div#contact_time {
        display: none;
    }

    #header_login > button {
        width: auto;
        margin-left: 5px;
    }

    .header .telephone .content #time {
        display: none;
    }

    .footer-frame > .content > div.out {
        display: none;
    }

    .footer-frame > .content > div#mid {
        width: 100%;
    }

    div.popup-all-partner {
        display: block;
    }

    div.popup-partner {
        width: 80%;
        text-align: center;

    }

    div.popup-partner > div {
        min-height: 0;
    }

    div.popup-partner > div > a > img {
        width: 250px;
    }

    div.popup-partner > h4 {
        text-align: left;
    }

    .header .telephone .content #callnumber #number {
        display: none;
    }

    .nav-links {
        margin-left: 2px;
    }

    .nav-links .border-left {
        margin-right: -20px;
    }

    .nav-links .border-right {
        margin-left: -20px;
    }

    .faq_nav {
        padding-top: 15px;
    }

    .faq_nav a, .faq_nav .dropdown-btn {
        font-size: 18px;
    }

    .div_faq {
        display: block;
    }

    .sec_faq > h3 {
        font-size: 18px;
    }

    .sec_faq {
        width: 100%;
        float: inherit;
    }

    .sec_faq_r {
        margin: 0;
    }

    .button-container-fragen {
        display: none
    }

    contentframe {
        width: calc(100% - 30px);
        padding: 75px 15px;
    }

    contentframe.google-rating {
        width: 100%;
        padding: 75px 0;
    }
}

@media (max-width: 1200px) {
    .products {
        width: calc(100% - 84px);
        background: rgb(12, 30, 52);
        box-shadow: 0 0 10px #000000;
        padding: 20px;
    }

    .an-pre {
        width: 100%;
        padding: 25px;
        margin: 25px 0;
        float: left;
    }

    .product-pic {
        width: 100px;
        height: 100px;
        border-radius: 75px;
        /* float: left; */
        right: 50%;
        margin: 0 auto;
        border: 3px solid #c95a42;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .product-title {
        width: 100%;
        margin: 120px 0 25px;
        padding: 10px 0;
        text-align: center;
        color: #FFFFFF;
        font-size: 24px;
        border-bottom: 1px solid #c95a42;
    }

    .overlay-section-info {
        width: calc(100% / 2 - 32px);
        margin: 100px 20px 0 20px;
    }
    .overlay-section-info:nth-child(2n + 1) {
        margin: 100px 20px 0 0;
    }
    .overlay-section-info:nth-child(2n) {
        margin: 100px 0 0 20px;
    }
}
