/*Kontaktformular Startseite*/
.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field{
	padding: 0;
}

div.wpforms-container-full .wpforms-form em.wpforms-error {
	margin: 0;
}

#top .input-text, #top input[type=email], #top input[type=input], #top input[type=number], #top input[type=password], #top input[type=search], #top input[type=tel], #top input[type=text], #top input[type=url], #top select, #top textarea, #top fieldset{
	margin: 20px 0 0 0;
}

/*GMM Startseite*/
a.slide-image.grid-element.gmmlink{
	border-radius: 20px;
	background: #f2eee9;
}

a.slide-image.grid-element.gmmlink img{
	display: block;
    margin: 0 auto;
	padding: 10px;
}

a.slide-image.grid-element.gmmlink div.grid-content{
	background: #f2eee9;
	padding: 10px;
}

.slide-entry-wrap.gmmliste {
  display: flex;
  align-items: stretch;
}

.slide-entry-wrap.gmmliste > article {
	flex: 1 1 0;
  display: flex;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */


}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 767px)
and (max-device-width : 768px) {
/* Styles */


}



/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 420px) {
/* Styles */

 
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */


}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {




}

/* Large screens ----------- */
@media only screen and (min-width : 768px) {
/* Styles */



}



@media only screen and (max-width : 992px) {
  

}


/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}




@media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .slide-entry {
        width:100%;
        margin-left: 0;
    }

    .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd,.responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
        margin: 0;
        clear: both
    }

    .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.first {
        margin-left: 0;
        width: 100%
    }

    .responsive avia-content-slider .slide-image img {
        width: 100%
    }
}

@media only screen and (max-width: 479px) {
    .responsive #top #wrap_all .avia-content-slider-odd .slide-entry {
        margin-left:0;
        clear: both;
        width: 100%
    }
}

