body {
    color: white;
    font-family: 'Futura PT Book', sans-serif;
    font-size: 14px;
    background-image: url('../img/background_2.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, button, input, optgroup, select, textarea {
    font-family: 'Futura PT', sans-serif;
    font-weight: bold;
}

.row {
    max-width: 715px;
}

a,
a:visited,
a:active {
    color: #717d8c;
}

a:hover {
    text-decoration: underline;
}

.welcome {
    line-height: 140%;
}

.car {
    padding-right: 10px;
}

.porscheinter {
    font-size: 24px;
    margin: 16px 0;
}

.tesztvezetes {
    font-weight: bold;
    font-size: 36px;
    font-family: 'Futura PT', sans-serif;
    font-weight: bold;
}

.porscheinter a, .tesztvezetes a {
    color: white;
}


@media (max-width: 700px) {
    .porscheinter {
	font-size: 16px;
        margin: 6px 0;
    }
    .tesztvezetes {
	font-size: 34px;
    }
}

@media (max-width: 510px) {
    .porscheinter {
	font-size: 14px;
        margin: 4px 0;
    }
    .tesztvezetes {
	font-size: 24px;
    }
}

.bg-green {
    background-color: #a2c614;
}

.bg-white {
    background-color: white;
}

.black,
.black label {
    color: black;
    font-weight: 300;
    font-size: 16px;
}

.inputbox {
    padding-right: 25px;
}

.height10 {
    height: 10px !important;
}

.placeholder {
    height: 30px !important;
}

.questions .row {
    margin-top: 25px;
}

select {
    background-color: #e6e7e8;
    border: 0px;
    height: 35px;
    margin: 0px;
}

[type='text'],
[type='checkbox'],
[type='text']:focus,
[type='text']:active {
    background-color: #e6e7e8;
    border: 0px;
    height: 25px;
    padding: 4px;
    margin: 0px;
}

.sender {
    display: inline-block;
    width: 134px;
    height: 30px;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    background-color: #70c3cf;
    color: white;
}

.nopadding {
    padding: 0px;
}

#valasz {
    display: none;
}

.ui-dialog {
    background-color: #0060a1;
    border: solid #3adb76 1px;
    text-align: center;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

.warning {
    background: red;
}

/* checkbox aspect */
[type="checkbox"] + label {
    margin-left: 0px;
    font-weight: bold;
    font-size: 14px;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.60em;
    height: 1.60em;
    border: 1px solid #e6e7e8;
    background: #e6e7e8;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: .1em;
    left: .3em;
    font-size: 1.4em;
    line-height: 0.8;
    color: #0060a1;
    transition: all .2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #e6e7e8;
    background-color: #e6e7e8;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #0060a1;
}

[type="checkbox"]:disabled + label {
    color: #e6e7e8;
}

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #e6e7e8;
}

.uppercase {
    text-transform: uppercase;
}

[type='file'], [type='checkbox'], [type='radio'] {
    margin-top: 8px;
    margin-bottom: 0px;
}

.thanks {
    display: none;
}

@media (max-width: 650px) {
    .hidden-medium {
        display: none;
    }
}

.footebg {
    text-align: right;
    padding-top: 30px;
}

@media (min-width: 750px) {
    .footebg {
        background-image: url('../img/pia_logo.png');
        background-position: left top;
        background-repeat: no-repeat;
        height: 99px;
        margin-bottom: 10px;
    }

}

#asz {
    text-decoration: underline;
    cursor: pointer;
}

#powerTip {
    font-size: 14px;
}

#powerTip h1 {
    font-size: 36px;
}

.custom-question {
    margin-bottom: 20px;
}
