/*
 Theme Name:   Divi Child
 Description:  Mein Child Theme
 Author:       PureHost
 Author URI:   http://www.pure-host.de
 Template:     Divi
 Version:      1.0
 Text Domain:  Divi-Child
*/

/*  anfrage-app */
.c-anfrage-app {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background: #fff;
    max-height: 100%;
    overflow-y: auto; }
@media screen and (min-width: 1200px) {
    .c-anfrage-app {
        left: inherit;
        bottom: inherit;
        top: 50%;
        margin-top: -180px;
        overflow-y: visible;
        max-height: none; } }
.c-anfrage-app__h {
    font-size: 17px;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    margin: 8px 0 0; }

.c-anfrage-app-form {
    margin: 0 auto;
    padding: 0;
    font-size: 16px; }
@media screen and (min-width: 1200px) {
    .c-anfrage-app-form {
        width: 260px; } }
.c-anfrage-app-form input,
.c-anfrage-app-form select,
.c-anfrage-app-form textarea {
    width: 100%;
    border: solid 2px #c7c7c7;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    padding: 2px 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: black !important;
}
.c-anfrage-app-form input:hover,
.c-anfrage-app-form select:hover,
.c-anfrage-app-form textarea:hover {
    border-color: #aeaeae; }
.c-anfrage-app-form input:focus,
.c-anfrage-app-form select:focus,
.c-anfrage-app-form textarea:focus {
    border-color: #949494;
    background-color: #f7e1dd;
}
.c-anfrage-app-form input.is-alert,
.c-anfrage-app-form select.is-alert,
.c-anfrage-app-form textarea.is-alert {
    border-color: #b03c3f; }
.c-anfrage-app-form input.is-valid,
.c-anfrage-app-form select.is-valid,
.c-anfrage-app-form textarea.is-valid {
    border-color: #637778; }
.c-anfrage-app-form textarea {
    resize: vertical; }
.c-anfrage-app-form label {
    margin: 8px 0 0;
    display: inline-block;
    padding: 0; }
.c-anfrage-app-form .btn-submit {
     /* HB Alt: #90aaab */
	background: #549f97;
    display: inline-block;
    margin: 8px 0 0;
    padding: 8px 20px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s; }
.c-anfrage-app-form .btn-submit:hover, .c-anfrage-app-form .btn-submit:active {
    opacity: .8; }
.c-anfrage-app-form .required {
    color: #d5867b; }
.c-anfrage-app-form .required-txt {
    font-size: 14px;
    text-align: right;
    color: #d5867b; }

.c-tablink__img {
    display: none;
}

.c-tablinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    background-color: #549f97; }
@media screen and (min-width: 1200px) {
    .c-tablink__img {
        display: block;
        height: auto;
        width: 100%;
    }

    .c-tablink__text {
        display: none;
    }

    .c-tablinks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column; } }
.c-tablinks .c-tablink {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    /* HB Alt: #90aaab */
	background-color: #549f97;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    min-width: 29%;
    min-height: 40px;
    padding: 12px 10px;
    line-height: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid #739495; 
	/* HB */
	border-bottom: 1px solid #437f79;

	}
@media screen and (min-width: 374px) {
    .c-tablinks .c-tablink {
        min-width: inherit;
        padding: 10px 50px 10px 10px; }
    .c-tablinks .c-tablink::after {
        content: '';
        width: 50px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0; } }
@media screen and (min-width: 1200px) {
    .c-tablinks .c-tablink {
        width: 38px;
        height: 123px;
        padding: 0 0 5px;
        overflow: hidden;
        line-height: 16px;
        text-align: left;
        border: none;
         }

    .c-tablinks .c-tablink::after {
        top: 0;
        width: 38px; }
    .c-tablinks .c-tablink:nth-child(2) {
        height: 86px; }
    .c-tablinks .c-tablink:nth-child(3) {
        height: 103px; } }
.c-tablinks .c-tablink:hover, .c-tablinks .c-tablink:active, .c-tablinks .c-tablink.is-active {
    opacity: .8; }
.c-tablinks .c-tablink__text {
    position: relative; }
.c-tablinks .c-tablink:first-child {
    border-left: none;
    border-top: none; }
.c-tablinks .c-tablink:last-child {
    border-right: none;
    border-bottom: none; }

/* Style the tab content */
.c-tabcontent {
    display: none;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    padding: 6px 16px 16px;
    overflow: hidden;
    -webkit-animation: slideInVertical 1s;
            animation: slideInVertical 1s; }

.c-icon-request::after {
    background: url("ico-request.png") no-repeat center; }

.c-icon-mail::after {
    background: url("ico-mail.png") no-repeat center; }

.c-icon-tel::after {
    background: url("ico-tel.png") no-repeat center; }

@media screen and (min-width: 1200px) {

    .c-icon-request::after {
        background: none; }

    .c-icon-mail::after {
        background: none; }

    .c-icon-tel::after {
        background: none; }

    .c-tabcontent {
        display: block;
        position: absolute;
        right: 100%;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        background: #fff;
        -webkit-animation: none;
                animation: none;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transform: translate(100%, 0);
                transform: translate(100%, 0);
        opacity: 0; } }
.c-tabcontent.is-active {
    display: block; }
@media screen and (min-width: 768px) {
    .c-tabcontent.is-active {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        opacity: 1; } }

/* Slide, Fade tabs */
@-webkit-keyframes slideInVertical {
    from {
        max-height: 0;
        opacity: 0; }
    to {
        max-height: 500px;
        opacity: 1; } }
@keyframes slideInVertical {
    from {
        max-height: 0;
        opacity: 0; }
    to {
        max-height: 500px;
        opacity: 1; } }

.c-closetabs {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: none;
    border: none;
    outline: none;
    cursor: pointer; }
.c-closetabs:hover::before, .c-closetabs:hover::after {
    background-color: #739495;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
.c-closetabs:hover::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
.c-closetabs::before, .c-closetabs::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 60%;
    top: 50%;
    left: 20%;
    margin-top: -1px;
	/* HB Alt: #90aaab */
	background: #549f97;
    -webkit-transition: .3s;
    transition: .3s; }
.c-closetabs::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
.c-closetabs::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
.alrt {
    display: none;
    background-color: #FCC;
    padding: 20px 20px!important;
}
.zip-alert {
    color: #f00;
    font-weight: bold;
	display: none!important;
}

div.invalid span.zip-alert {
	display: block!important;
}


@media screen and (max-width: 1199px) {
.c-tab-fragebogen {
	width: 33%;
	display: flex;
}
}
