@import url("imports/content_top_img.css");


.row.kontakt-anfahrt {
    padding-top: 35px;
    padding-bottom: 35px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    top: 5px;
    position: absolute;
    right: 5px;
}


/*
#
# Kontakt-Adress-Feld
#
*/

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:0px 5px;border-style:none;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:0px 5px;border-style:none;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-yw4l{vertical-align:top}

span.adress-text {
    font-size: 17px;
    padding-left: 16px;
}

span.glyphicon.glyphicon-map-marker,
span.glyphicon.glyphicon-earphone {
    margin-top: 4px;
}

address span.glyphicon {
    font-size: 24px;
    color: rgb(14, 161, 89);
}

.form-control:focus {
    border-color: rgb(14, 161, 89);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(14, 161, 89, 0.5),0 0 8px rgba(14, 161, 89, 0.5);
}

.btn-default {
    text-shadow: none;
    border-color: #dbdbdb;
    border-color: #ccc;
    color: #fff;
    background: none;
    background-image: none;
    border: none;
    background-color: rgb(14, 161, 89);
    -webkit-box-shadow: 3px 3px 25px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 25px -11px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 25px -11px rgba(0,0,0,0.75);
    font-size: 20px;
    padding-top: 3px;
}

.btn-default:hover, .btn-default:focus {
    background-color: rgb(14, 161, 89);
    color: #fff;
    -webkit-box-shadow: 1px 1px 25px -11px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 25px -11px rgba(0,0,0,0.75);
box-shadow: 1px 1px 25px -11px rgba(0,0,0,0.75);
}

form span.glyphicon.glyphicon-send {
    font-size: 15px;
    margin-top: 3px;
    margin-right: 11px;
}


/*
#
# Google-Karte
#
*/



input#repeat_email, #terms {
    display: none;
}

#danke, #error, #errorSend{
    display: none;
    position: relative;
}

.closeDanke, 
.closeError,
.closeErrorSend{
    display: none!important;
}


.google_maps {
    height: 310px;
    width: 100%;
    background-color: #ccc;
    margin-top: 55px;
    border-radius: 5px;
    border: 10px solid rgb(14, 161, 89);
}

.google_maps .map {
    height: 290px!important;
}

a.mapprint {
    display: none;
}

@media screen and (min-width: 992px){

.google_maps {
    height: 462px;
}

.google_maps .map {
    height: 442px!important;
}
}