#kundservice-all {
    display: inline-block;
    margin-top: 2%;
    width: 100%;
}

.inactive-tag {
    padding: 2% 0;
    width: 100%;
    text-align: center;
    font-size: 4em;
    background-color: white;
    border: 1px solid black;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.active-tag {
    width: 100%;
    padding: 2% 0;
    text-align: center;
    font-size: 4em;
    color: white;
    text-shadow: 1px 1px 2px #000000;
    border: 1px solid black;
    cursor: pointer;
    border-bottom: none;
    background-color: #AF23B5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.contentbox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: white;
    width: 100%;
    display: none;
    font-size: 2em;
}

.contentbox select {
    font-size: 2em;
}

.contentbox form {
    margin-top: 10%;
    font-size: 1.5em;
}

.contentbox form p {
    font-size: 0.75em;
}

.contentbox form input {
    font-size: 1em;
    width: 90%;
}

.contentbox form textarea {
    width: 90%;
    font-size: 1em;
}

.kund-div {
    padding: 3%;
}

#button-btn {
    float: right; 
    margin-top: 22px;
    font-size: 1.4em;
    width: 100%;
    
}

.g-recaptcha {
    width: 100%;
    float: left;
    margin-left: 70%;
    margin-top: 30%;
    transform: scale(2);
    -moz-transform: scale(2);
    -moz-transform-origin:bottom right;
    -o-transform: scale(2);
    -o-transform-origin: bottom right;
    -webkit-transform: scale(2);
    -webkit-transform-origin: bottom right;
}