/* Main CSS Zapfdruckrechner*/

/*---------------------- General Classes --------------------- */
.no-padding {
    padding: 0 0 0 0;
}

.no-margin {
    margin: 0 0 0 0;
}

.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.position-bottom-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}

.position-inherit {
    position: inherit;
}

.position-relative {
    position: relative;
}

.container-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.container-small-padding {
    padding-top: 10px;
    padding-bottom: 10px;
}

.row-margin {
    margin-top: 5px;
    margin-bottom: 5px;
}

.col-small-padding {
    padding-top: 5px;
    padding-bottom: 5px;
}

.col-small-horizontal-padding{
    padding-right: 5px;
    padding-left: 5px;
}

.float-right {
    float: right;
}

.transparent {
    opacity: 0.5;
}

/*---------------------- Element Styles-----------------------*/

body {
    background-color: #eee;
    padding-bottom:150px;
}

header {
    width: 100%;
    height: 100px;
    background-color: #0063ae;
}

main {

}

footer {
    background-color: #f9f9f9;
}

h1 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #555;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif;
    color: #0063ae;
}

p {
    font-family: 'Raleway', sans-serif;
    color: #555;
    font-size: 1.3em;
}

span {
    font-family: 'Raleway', sans-serif;
    color: #555;
}

input {
    font-size: 16px;
}

select.form-control {
    width: 100%;
    float: left;
    height: 20px;
    margin-top: 40px;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 10px);
}

/*---------------------- Header ----------------------------------------------------------------------------*/

header img.logo {
    width: 200px;
}

header .header-line {
    background-color: #ffbf00;
    height: 5px;
}

header .popover-box {
    float: right;
    position: relative;
    top: 40px;
}

header .icon-globe {
    font-size: 1.5em;
    color: #fff;
    cursor: pointer;
}

/*---------------------- Main ----------------------------------------------------------------------------------*/

main .content {
    padding-top: 40px;
    padding-bottom: 40px;
}

main .content-title {
    text-align: center;
}

main .content-desc {
    text-align: center;
}

/*-------------- Page-1 Beer Type ------------*/
.content .brand {
    padding: 40px;
    background-color: #fff;
    border: solid 1px #cecece;
    cursor: pointer;
    height:220px;
}

.content .brand.unchecked {
    opacity: 0.5;
}

.content .brand-img {
    height: 80%;
    max-width: 90%;
}



/*-------------- Page-3 Diameter ------------*/

.content .btn.btn-primary {
    background-color: #0063ae;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 3.5em;
    outline: none;
    box-shadow: none;
}

.content .circles {
    width: 100%;
    min-height: 350px;
    position: inherit;
}

.content .circle {
    border: solid 3px #0063ae;
    border-radius: 50%;
    cursor: pointer;
}

.content .circle.big {
    width: 250px;
    height: 250px;
}

.content .circle.medium {
    width: 200px;
    height: 200px;
}

.content .circle.small {
    width: 150px;
    height: 150px;
}

.content .circles .icon {
    font-size: 70px;
    font-weight: 100;
    color: #0063ae;
    transform: rotate(45deg);
}

/*-------------- Page-4 Beer Type ------------*/
.content .gas{
    padding: 30px;
    background-color: #fff;
    border: solid 1px #cecece;
    cursor: pointer;
}

.content .gas.unchecked {
    opacity: 0.5;
}

.content .gas-img {
    width: 60%;
    position: relative;
    left:20%;
    fill: #0063ae;
}

.content .gas .gas-title {
    margin-top: 20px;
    text-align: center;
}

/*-------------- Page-7 Results -----------------*/

h1.result {
    text-align: center;
    color: #0063ae;
    margin-bottom: 30px;
}

p.warning-icon {
    display: none;
    text-align: center;
    font-size: 1.8em;
    color: #ffbf00;
    cursor: pointer;
    text-shadow: 1px 1px 5px #ddd;
}

.content .result-box {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
}

.content .result-box .icon-edit {
    position: relative;
    margin-right: 10px;
    float: right;
    font-size: 1.1em;
    top: 7px;
    cursor: pointer;
    color: #aaa;
}

.content .result-box span {
    font-size: 1.0em;
}

@media screen and (min-width: 500px){
    .content .result-box span {
        font-size: 1.4em;
    }

    .content .result-box .icon-edit {
        font-size: 1.3em;
    }
}

.content .result-box strong {
    color: #0063ae;
    padding-left: 10px;
}

#warning-Modal-Button {
    background-color: #0063ae;
    outline: none;
    box-shadow: none;
    border: none;
}

/*---------------------- Footer ---------------------------------------------------------------------------*/

footer .footer-line {
    background-color: #ddd;
    height: 5px;
}

footer .progress {
    width: 5%;
    background-color: #ffbf00;
    height: 5px;
}

footer button.footer {
    width: 100%;
    border-radius: 0px;
    height: 50px;
}

#forward {
    background-color: #0063ae;
    border: none;
    box-shadow: 3px 3px 10px #ddd
}

#forward:active, #forward:focus {
    outline: none;
    box-shadow: none;
}

#backward {
    background-color: #fff;
    border: solid 2px #0063ae;
    color: #0063ae;
    box-shadow: 3px 3px 10px #ddd;
}

#backward:active, #backward:focus {
    outline: none;
    box-shadow: none;

}









