@media all and (max-width:1000px) {

	#navigation {
		display: none;
	}

	#openmenu {
		display: inline-block;
	}

	.aboutus-img {
		width: 100%;
		margin-bottom: 50px;
	}

	.aboutus-content {
		width: 100%;
		padding-left: 0px;
	}

	.single-edge,
	.single-content-footer {
		width: 50%;
	}

	.wrapper-lastnews .single-article,
	.grid .single-article,
	.grid .single-classes {
		width: calc(50% - 20px);
	}

	.w-70,
	.w-30 {
		width: 100%;
	}

	.sidebar-right .sidebar {
		padding-left: 0px;
	}

	.sidebar-left .sidebar {
		padding-right: 0px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.wrapper-faq-list {
		width: 100%;
	}

	.contact-content,
	.contact-form {
		width: 100%;
	}

	.contact-content {
		padding-right: 0px;
		margin-bottom: 50px;
	}

}

@media all and (max-width:600px) {

	.single-edge,
	.single-content-footer {
		width: 100%;
	}

	h1 {
		font-size: 70px;
	}

	h2 {
		font-size: 45px;
	}

	.wrapper-lastnews .single-article,
	.grid .single-article,
	.grid .single-classes,
	.sidebar-right .single-classes,
	.sidebar-left .single-classes,
	.sidebar-right .single-article,
	.sidebar-left .single-article {
		width: calc(100% - 20px);
	}

	.wrapper-booking input {
		width: 100%;
		margin-right: 0px;
	}

	.contact-form .wrapper-input p {
		width: 100%;
	}

}

@media (max-width: 768px){
    .wrapper-header-content{
        background-image: url('../images/mobil_bg-header_melanie_reinsch.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media (max-width:768px){

.header-pr{
background-image:url('../images/header-pr-mobile.jpg');
}

.header-coaching{
background-image:url('../images/header-coaching-mobile.jpg');
}

.header-krise{
background-image:url('../images/header-krise-mobile.jpg');
}

.header-texte{
background-image:url('../images/header-texte-mobile.jpg');
}

.header-moderation{
background-image:url('../images/header-moderation-mobile.jpg');
}

.header-about{
background-image:url('../images/header-about-mobile.jpg');
}

}

