/*Googel map */

.overlay {

background:transparent;
position:relative;
width:640px;
height:480px; /* deine iframe höhe*/
top:480px; /* deine iframe höhe*/
margin-top:-480px; /* deine iframe höhe*/
z-index: 1000; /* dein z-index damit das overlay auch wirklich darüberliegt */

}

.ip-header {background: white;}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #2683da !important;
}

.form-group.animated.animation-done.bounceInLeft {
    text-align: center;
}
.form-group.animated.animation-done.bounceInRight {
    text-align: center;
}

.form-contact p, .form-contact a, .form-contact a:visited {color: white;}

.cd-nav-trigger {
        top: 20px;
        }

.marquee {
    box-sizing: border-box;
    color: #fff;
    font-size: 17px;
    float: left;
    margin: 22px;
    overflow: hidden;
    white-space: nowrap;
    width: 400px;
    animation: marquee 50s linear infinite;
    background-color: #2683da !important;
    padding-left: 10px;
}
.marquee a {
    color: #fff;
    font-size: 18px;
	
}

.comments-header {
    width: 250px;
}

   a {
    color: #2683da;
    text-decoration: none;
}


@media only screen 
and (max-width : 1024px)  
{ 
	#main-nav .navbar-nav > li > a {
    padding: 20px 13px 20px 25px;
}
#main-nav li a {
    font-size: 12px;
}
 }



