@charset "utf-8";

/* TEAM Document */

.googleMaps {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 400px;
    box-sizing: border-box;
    overflow: hidden;
    width: 600px;
    border: 1px solid #ccc;
    border-radius: 0 3px 3px 0;
}
.googleMaps1 {
    float: right;
    position: absolute;
    top: 476px;
    right: 0;
    bottom: 0;
    height: 400px;
    box-sizing: border-box;
    overflow: hidden;
    width: 600px;
    border: 1px solid #ccc;
    border-radius: 0 3px 3px 0;
}

.headlineMain {
    margin-bottom: 30px;
}

.locationDubsek {
    font-size: 18px;
}

.kontaktMainBlock{
    height: 400px !important;
}

.todayOeffnung,
.todayOeffnung td {
    font-weight: 500;
}

.oeffnung tr td {
    font-size: 16px;
}

.oeffnung {
    margin-top: 15px;
}

.kontaktInformation {
    width: 100%;
}

.kontaktInformation tr td {
    text-align: center;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
}

.KontaktMessage {
    font-size: 14px;
    padding: 10px 5px 10px 5px;
    border-radius: 3px;
    border: 1px solid #DDD;
    margin: 0;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    resize: none;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 200px;
}

.KontaktMessage:focus {
    box-shadow: 0 0 7px #CCC;
}

.inputError{
    border-color: #E75644;
    background-color: rgba(250,202,196,0.5);
    color: #E75644;
}

.inputError::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(231,86,69,0.5);
}
.inputError::-moz-placeholder { /* Firefox 19+ */
  color: rgba(231,86,69,0.5);
}
.inputError:-ms-input-placeholder { /* IE 10+ */
  color: rgba(231,86,69,0.5);
}
.inputError:-moz-placeholder { /* Firefox 18- */
  color: rgba(231,86,69,0.5);
}

.inputErrorFront{
    border-color: #E75644 !important;
    background-color: #E75644 !important;
}

.kontaktFormular {
    text-align: right;
}

.kontaktFormular .dunkelgrauButton {
    padding-left: 50px;
    padding-right: 50px;
}

.g-recaptcha {
    float: left;
}
