/*
We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, this blank file is available if you prefer
*/
/*#form-row-firma,
#form-row-email,
#form-row-strasse {
    float: left;
    margin-right: 2em !important;
}
#form-row-ansprechpartner,
#form-row-ort,
#form-row-telefon {
    float: right;
}
#form-row-teilnehmer {
    float: none;
    clear: both;
}
*/
table.numbered tr td {
    padding-top: 0;
    padding-bottom: 0;
}
table.numbered tr td:first-child {
    padding-left: 0;
}
table.numbered tr td:last-child {
    padding-right: 0;
}

table.workshop tr td:first-child {
    width: 25%;
    padding-left: 0;
}
table.workshop tr td:last-child {
    width: 25%;
    padding-right: 0;
}
hr {
    border-color: #431968;
}
.chronoform .fa-asterisk {
    color: rgb(101, 93, 101) !important;
}
.gtooltip.gvalidation-error-tip {
    background-color: #9999ff !important;
    border-color: rgb(101, 93, 101) !important;
}
.gtooltip-arrow,
.gtooltip-arrow-border {
    border-top-color: rgb(101, 93, 101) !important;
}
.gbs3 .form-control {
    background-color: rgb(236, 232, 240) !important;
}
.chrono_credits {
    display: none;
}
input#submitbutton {
    padding-left: 1em !important;
    padding-right: 1em !important;
}
.submenu.workshop {
    padding-top: 2.8em;
}
.gbs3 .form-control {
    border-radius: 0 !important;
    border: 0 !important;
}
.gcore-form-row .control-label {
    width: 25% !important;
}
.gcore-form-row .gcore-input,
.gbs3 .gcore-form-row .gcore-input.pull-left {
    width: 60% !important;
    float: right !important;
}
@media only screen and (max-width: 767px)
{
    .gcore-form-row .gcore-input,
    .gbs3 .gcore-form-row .gcore-input.pull-left {
	width: 60% !important;
        float: none !important;
    }
}
.gcore-form-row .gcore-input input,
.gcore-form-row .gcore-input textarea {
    width: 100% !important;
}
.gbs3 .gcore-label-left {
    max-width: 200px !important;
    min-width: 200px !important;
}


select {
/*     -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border: 0;
    outline: 1px inset rgb(236,232,240);
    outline-offset: -1px;
*/
}

/* Referenzen */
.referenz {
    margin-bottom: 2em;
}

.referenz h3 {
    font-weight: bold;
    font-size: 100%;
}
.referenz h3 span.logo img {
    display: inline-block;
    float: right;
    width: 120px;
}
.referenz p.head {
    color: #431968;
}
.referenz p {
    width: 80%;
}
.lila {
    color: #431968;
}

/* Trendvortrag */
a.red, a:link.red, a:visited.red a:hover.red {
    font-weight: bold !important;
    color: #ff2680 !important;
}

#chronoform-Trendbook input[type="checkbox"] {
    width: auto !important;
}

.gbs3 label {
    display: inline !important;
}
.no-margin {
    margin: 0 0 -10px 0;
    padding-bottom: 0;
}

/* Bremer */
.row.logo {
    padding-top: 30px;
    padding-bottom: 15px;
}
.logo img {
    max-height: 80px;
    
}
.row.head-image .columns {
    margin-top: 0;
}
table tr td:first-child {
    padding-left: 0;
}
.navbar ul.nav li:nth-child(2) {
    width: auto;
}



h2 {
    text-transform: uppercase;
    font-size: 24px;
}
.head-image-container {
    position: relative;
}

.head-image-container .overlay {
    background: rgba(255, 255, 255, .7);
    padding: 5px 15px 0px 15px;
    margin: 0;
    font-size: 24px;
    color: #655d65;
    position: absolute;
    right: 5px;
    bottom: 5px;
    line-height: 1.5em;
    font-family: DINWeb-light, arial;
    letter-spacing: .7px;
}

@media(max-width: 480px) {
    .head-image-container .overlay {
        font-size:16px;
    }
}

.logo h1 {
    color: #24305c;
    font-family: DINWeb-light;
    font-size: 22px;
    position: absolute;
    top: 59px;
    left: 179px;
}

@media(max-width: 429px) {
    .logo h1 {
	left: 111px;
        top: 87px;
    }
}

@media(max-width: 767px) {
    .custom.fotos .row > div {
        width: 50% !important;
        margin-left: 0;
    }
}

@media(max-width: 767px) and (min-width: 380px) {
    .custom.fotos .row div:nth-child(2) {
        width: calc(50% - 30px) !important;
        margin-left: 30px;
    }
}
