* {
    margin: 0;
    padding: 0;
}

body {
    background-color: rgb(255, 255, 255);
    font: 400 1.313em/1.38 Helvetica;
    color: rgb(0, 0, 0);
}


.infotop{
    float: right;
    font-size: 14px;
}

.infotop a{
    float: none!important;
    margin: 0px!important;

}

.container {
    width: 90%;
    margin: 0 auto;
}

.container>.row {
    margin-bottom: 120px;
    padding-bottom: 50px;
    background: #eee;
}

.row {
    float: left;
    width: 100%;
}


.col {
    width: 100%;
    float: left;
}

.col50 {
    width: 50%;
    float: left;
}

.col70 {
    width: 75%;
    float: left;
}

.col30 {
    width: 25%;
    float: left;
}

.col33 {
    width: 33.33333%;
    float: left;
}

.head {
    padding: 12px 0 9px 0;
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 90%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
}

.logo {
    width: 129px;
    float: left;
    margin-left: 37px;
    margin-top: 2px;
}

.head>.nav {
    display: block;
}

.head>.mobnav,
.head>.mobnav .close {
    display: none;
}

.head>.nav a {
    margin-left: 20px;
    margin-top: 3px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    float: left;
}

.head>.nav a.impressum {
    margin-left: 180px;
}

.main {
    padding: 0 0 40px 0;
    float: left;
    width: 100%;

}

.main > img{
    width: 100%;
}

.objimages {
    float: left;
    width: 100%;
}

.objimages img {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.objtitle {
    padding: 0 0 50px 80px;
    width: 100%;
    float: left;
}

.objq {
    text-align: right;
}

.objq>* {
    float: right;
}

.text_hofanger_index {
    font-size: 3.81em;
    font-weight: 700;
    color: rgb(0, 0, 0);
    padding: 0 0 0px 80px;
    /* width: 100%; */
    /* float: left; */
}

.text_hofanger_index span {
    color: rgb(113, 142, 158);
}

.text_modern_index {
    font-size: 1.714em;
    font-weight: 700;
    color: rgb(0, 0, 0);
    float: left;
    width: 100%;
    /* padding: 0 25px 0 0; */
}

.text_adress_index {
    font-size: 0.762em;
    color: rgb(0, 0, 0);
    width: 100%;
    float: left;
    margin-left: 0px;
    font-weight: 700;
}

.text_baubeg {
    font-size: 12px;
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-align: right;
    margin-top: 28px;
}

.baubeg {
    width: 73px;
    height: auto;
    overflow: hidden;
    margin-top: 8px;
    margin-right: 20px;
    margin-left: 5px;
}

.expose_nav {
    display: block;
    width: 43px;
    height: auto;
    overflow: hidden;
    margin-top: 0;
    margin-left: 50px;
    margin-bottom: 30px;
}

.coltext .text_ausgezeichnete p {
    margin-bottom: 1em;
}

.text_leben_index {
    font-size: 1.714em;
    font-weight: 700;
    color: rgb(240, 81, 60);
}

.text_ramersdorf_index {
    font-size: 1em;
    font-weight: 700;
    color: rgb(240, 81, 60);
}

.text_ausgezeichnete {
    min-height: 10px;
    font-size: 0.762em;
    line-height: 1.45;
    color: rgb(0, 0, 0);
    margin-top: 30px;
}

.text_ausgezeichnete span {
    font-weight: 700;
}

.map {
    margin-bottom: 50px;
}

.colicon {
    width: 15%;
    float: left;
    text-align: right
}

.lage_icon {
    width: 41px;
    height: auto;
    overflow: hidden;
    margin: 17px 20% 0 0;
}

.colnav {
    width: 10%;
    float: left;
    text-align: right
}

.lage_nav {
    width: 43px;
    height: auto;
    overflow: hidden;
}

.coltext {
    width: 75%;
    float: left;
}

form {
    padding: 0 20px;

}


form label {
    width: 100%;
    font-size: 14px;
}

form input {
    width: 90%;
    padding: 10px;
    border: none;
    margin-bottom: 7px;
}

form input[type="submit"] {
    width: auto;
    padding: 10px 30px;
    background: #718e9e;
    color: #fff;
    margin-top: 10px;
}

form textarea {
    width: 90%;
    padding: 10px;
    border: none;
    margin-bottom: 7px;
}

form .alert-success {
    font-size: 14px;
    padding: 15px;
    color: #4CAF50;
    text-align: center;
}

form .alert-success .close {
    display: none;
}

.help-block.with-errors {
    color: #ff5050;
    margin-bottom: 5px;
    font-size: 12px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.infotext {
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.infotext a{
    color: #f0513d;
    text-decoration: none;
}

.infotext span{
    color: #f0513d;
}




.dropdown {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-top: 3px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    float: left;
    cursor: pointer;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 12px;
    z-index: 1;
}

.dropdown-content a {
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 10px 0px;
    margin-left: 10px!important;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.kontakt {
    margin-top: 50px;
    float: left;
    width: 100%;
}

.kontakt img {
    width: 100%;
}

.kontakt .firma {
    text-align: center;
}

.kontakt .firma h3 {
    margin-bottom: 20px;
}

.kontakt .firma img {
    max-width: 250px;
}

.kontakt p {
    font-size: 14px;
}

.kontakt .firma .kimg {
    height: 90px;
}

.kontakt .firma>div {
    padding: 40px;
}

.kontakt .red {
    color: #ff5050;
}

.kontakt .green {
    color: #41ad49;
}

.kontakt .grau {
    color: #69839a;
}

.kontakt .ktext {
    padding: 50px 7%;
}


.kontakt .ktext h4{
    margin-top: 50px ;
}


hr{
    margin-top: 120px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}



/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
    margin-top: 2%;
    float: none;
    width: auto;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

.footer{
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.footer a{
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    float: right;
}

.footer p{
    font-size: 14px;
    color: #000000;
    float: left;
}

.dsgvo{
    width: 100%;
    float: left;
    margin: 10px 0;
}

.dsgvo input{
    float: left;
    width: 30px;
}

.dsgvo p{
    float: left;
font-size: 12px;
width: 300px;
}


@media (max-width:992px) {

    .container,
    .head,
    .col30,
    .col33,
    .col50,
    .col70 {
        width: 100%;
    }

    .main {
        margin-top: 0px;
    }

    .head {
        position: static;
    }

    .objtitle {
        padding: 0 20px;
        width: auto;
        float: left;
    }

    .objq {
        text-align: right;
        padding: 0px;
        float: left;
        width: 100%;
    }

    .main>img {
        float: left;
        width: 100%;
    }

    .text_hofanger_index {
        font-size: 2em;
        margin: 0px;
        padding-left: 20px;
    }

    .text_adress_index {

        width: 100%;
    }

    .text_modern_index {
        float: none;
    }


    .baubeg,
    .expose_nav {
        margin-top: 0px;
    }

    .text_baubeg{
        margin-top: 20px;
    }




    .lage_icon {
        width: 30px;
        margin: 10px 20% 0 0;
    }

    .lage_nav {
        width: 35px;

        margin-top: 10px;
    }

    .head>.nav {
        display: none;
    }

    .head>.mobnav {
        display: block;
        float: right;
        margin-right: 20px;
    }

    .head>.mobnav img {
        width: 32px;
        height: 32px;
    }

    .logo {
        width: 170px;
        float: left;
        margin-left: 37px;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .head>.nav a,
    .head>.nav a.impressum,
    .dropdown {
        float: left;
        width: 80%;
        margin-left: 37px;
        margin-top: 10px;
        font-size: 1em;
        margin-bottom: 10px;
    }

    .dropdown .dropdown-content {
        display: block;
        position: static;
        box-shadow: none;
        float: left;
        padding: 0px;
    }

    .dropdown .dropdown-content a {
        float: left;
        width: 80%;
        margin-left: 37px;
        margin-top: 5px;
        font-size: 1em;
        margin-bottom: 5px;
    }

    .map>iframe {
        width: 100% !important;
    }

    .infotop{
        display: none;
    }


    .text_modern_index {
 
        width: 100%;
    }
    
    .text_adress_index {
    
        width: 100%;
        margin-left: 0px;
    }

    .dsgvo p {
        font-size: 14px;
    }
    
body{
    font: 400 14px Helvetica;
}
.text_ausgezeichnete {
    font-size: 14px;

}
.text_adress_index {
    font-size: 16px;;

}

}