.iconAnschrieft{
    float: left;
}
.bilder{
    width: 100%;
}
.abstandTop{
    padding-top: 10px;
}
.abstandRechts{
    padding-right: 20px;
}
.underline{
    text-decoration: underline;
    text-decoration-color: lightgray;
    text-decoration-style: dotted;
    color: black !important;
}

.btn1{
    border-color: #0B55C4 !important;
    color: white;
    background-color: #337ab7;
    text-align: center;
    border-radius: 0!important;
}
.btn2{
    border-color: #0B55C4 !important;
    color: #0B55C4 !important;
    background-color: white;
    text-align: center;
    border-radius: 0 0 10px 0  !important;
}
.btn1:hover{
    background-color: lightsteelblue;
}
.banner{
    margin-right: 290px;
    width: 100%;
}
.logo{
    width: 100%;
}

.map{
    border:0;
    width: 100%;
}
.kontakt{
    width: 100%;
}
.zurueck{
    position: fixed;
    left: 0;
    top: 0;
}
.form-control{
    margin-bottom: 10px!important;
}
.booking{
   width: 50%;
    right: 0;
    border-radius: 10px;
}
.award{
    width: 100%;
 }

@media (min-width: 576px) {
    .abstandTop{
        padding-top: 25px;
    }
    .bilder{
        width: 600px;
    }
    .map{
        width: 500px;
    }
    .kontakt{
        width: 500px;
    }
    .logo{
        width: 500px;
    }
}

@media (min-width: 768px) {
    .booking{
        width: 200px;
        right: 0;
    }
	.bilder{
        width: 600px;
    }
}

@media (min-width: 992px) {
	.bilder{
			width: 600px;
		}

}

@media (min-width: 1200px) {
    .booking{
        right: initial;
        margin-left: 5px;
    }
	.bilder{
        width: 380px;
    }
    .map{
        width: 1080px;
    }
    .kontakt{
        width: 1080px;
    }
}