/*
	Inhaltsverzeichnis:
		1.  1800px
		2.  1200px
		3.  992px
		3.  768px

*/

/*-----------------
	1. 1800px
-----------------------*/

@media (max-width: 1800px) {

}

/*-----------------
	2. 1200px
-----------------------*/


@media (max-width: 1200px) {

	.section {
		padding: 50px 0;
	}

	.derewa-header {
		padding: 20px 0;
	}

    .mobile-menu2 {
		position: absolute;
        top: 20px;
		right: 35px;
		display: block;
    }

	.menu-block-wrapper,
	.google_widget {
		display: none;
	}

	
	.ie_text .text-gross p {
		font-size: 24px;
		line-height: 34px;
	}

	h1 {
		font-size: 1.7rem;
	}
	
	h2 {
		font-size: 1.5rem
	}
	
	h3 {
		font-size: 1.4rem
	}
	
	h4 {
		font-size: 1.3rem
	}
	
	.notfallhotline {
		font-size: 16px;
	}

	.notfallhotline a {
		color: #fff;
	}



}

/*-----------------
	3. 992px
-----------------------*/


@media (max-width: 992px) {

	.video_content .video_inner .h1 {
		font-size: 32px;
		line-height: 42px;
	}

	.section,
	.banner { 
		padding: 25px 20px;
	}

	.single_content ul, .modal-body ul, .ie_text ul, .ie_bild_text ul {
		padding-left: 10px;
	}

	/* 3.5  Banner */

	.banner {
		min-height: auto!important;
	} 

    .banner .js_kurs_waehlen_link {
        margin-top: 20px;
    }

	.banner .banner-content-links {
		padding-right: 0px;
	}
	
	.banner .banner-content-rechts {
		padding-left: 0px;
		margin-top: 40px;
	}

	.banner:before {
		right: 0%!important;
	}

  	/* 3.10  Vorteile */

	.vorteil-element {
		padding-bottom: 10px;
		font-size: 15px;
	}


	/* 3.6  FAQs */

	.derewa-accordion-header h2,
	.derewa-accordion-header h3,
	.derewa-accordion-header h4,
	.derewa-accordion-header h5,
	.derewa-accordion-header .h2,
	.derewa-accordion-header .h3,
	.derewa-accordion-header .h4,
	.derewa-accordion-header .h5 {
		font-size: 20px;
		margin-right: 30px;
	}


	/* 3.9  Teaser Boxen */

	.teaser-box-teaser {
		margin-top: 20px;
		padding: 10px;
	}

	.ie_einleitungstext {
		padding: 10px;
	}


	/* 3.11  Bild + Text */

	.ie_bild_text .order-1 img {
		margin-bottom: 20px;
	}

	/* 2.   Footer */
	
	#footer p.h3 {
		margin-top: 40px;
	}


	/* 3.8  Miegeräte */

	.mietgeraet-teaser  {
		padding: 10px;
		
	}

	/* 6.  Kontakt Template */
	
	.kontakt-box {
		font-size: 13px;
	}
}


/*-----------------
	4. 768px
-----------------------*/

@media (max-width: 768px) {

	/* 3.5  Banner */

    .banner .banner_headline span {
		font-size: 24px;
    }

	.banner-kategorie-teaser {
		text-align: center;
	}

	.banner-kategorie-teaser img {
		float: none;
		margin-bottom: 10px;
	}

	/* 3.6  FAQs */

	.derewa-accordion-header h2,
	.derewa-accordion-header h3,
	.derewa-accordion-header h4,
	.derewa-accordion-header h5,
	.derewa-accordion-header .h2,
	.derewa-accordion-header .h3,
	.derewa-accordion-header .h4,
	.derewa-accordion-header .h5 {
		font-size: 18px;
		margin-right: 30px;
	}

  
	/* 3.7  Schritte */

	.schritt-f p {
		text-align:left;
		border-right: none; 
		height: 30px;
	}
	.derewa-schritt-item {
		display: flex;
    	flex-direction: column;
	}

	.section-title h2{
		margin-bottom: 10px;
	}


	/* 3.8  Miegeräte */

	.mietgeraet-teaser,
	.button-row-verlinkung  {
		padding: 10px;
	}


	/* 2.   Footer */

	#footer p.h3 {
		margin-bottom: 40px;
	}

	#footer {
		padding: 60px 40px;
		text-align: center;
	}

	/* 4.  Kategorie Seite */
	.suchergebniss-teaser img {
		margin-bottom: 50px;
	}

	.suchergebniss-teaser .col-last {
		text-align: center;
		margin-top: 20px;
	}

	/* 5.  Mietgerät Detailseite */
	
	.mietgeraet-buchen .einleitungstext h1,
	.mietgeraet-buchen .einleitungstext h2,
	.mietgeraet-buchen .einleitungstext h3,
	.mietgeraet-buchen .einleitungstext h4,
	.mietgeraet-buchen .kataloge {
		margin-top: 10px;
		
	}

	.mietgeraet-buchen {
		padding: 10px;
	}


	.mietgeraet-buchen .section{
		padding: 40px;
	}

	.mietgeraet-laenger-mieten-text h2{
		font-size: 20px;

	}

	.mietgeraet-nachlass-tabelle,
	.mietgeraet-daten-table {
		font-size: 15px;
	}


	.mietgeraet-buchen .button-row button,
	.mietgeraet-buchen .button-row a {
		margin-bottom: 10px;
	}



}

