@media only screen and (max-width: 1280px) {
	
}

@media only screen and (max-width: 1024px) {
	    .container,
	.com-content-article__body {
        width: 96%;
        margin: 0 auto;
    }
	
	.forderungen .wrapper,
	.saeulen .wrapper {
    grid-template-columns: repeat(2, 1fr);
}
		
    .menu {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        gap: 0;
        width: 100%;
        padding: 77px 0;
    }

    .menu dt {
        padding: 10px 20px;
    }

    .menu dt a {
        display: block;
        width: 100%;
    }

    .burger {
        display: block;
    }

    .menu.open {
        display: flex;
    }
	
	h1 {
    color: #493474;
    font-size: 44px;
    line-height: 56px;
    font-weight: 900;
}
	
	.showroom h2 {
    margin: 12px 0 32px;
    text-transform: uppercase;
    color: #493474;
    font-weight: 400;
    font-size: 24px;
}
	
}

@media only screen and (max-width: 760px) {
    .container,
	.com-content-article__body {
        width: 92%;
    }
	.showroom .container {
		text-align: center;
	}
	h1 {
		font-size: 32px;
		line-height: 44px;
	}
	
h2 {
        font-size: 32px;
        line-height: 44px;
        font-weight: 900;
        color: #000;
        margin: 44px 0 0;
    }
	
	p.subline {
    font-size: 24px;
    line-height: 32px;
}
	
	footer dl li {
    border-top: 1px dotted #ccc;
    line-height: 44px;
    text-align: center;
    margin: 0;
}
	
		footer dl li:last-child {
    border-bottom: 1px dotted #ccc;
}
	
	.showroom .container {
    padding: 0;
}
	
	header .logo {
    width: 50%;
}
	
	table, thead, tbody, th, td, tr {
                display: block;
            }
            
            thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }
            
            tr {
                margin-bottom: 20px;
                border: 2px solid #ddd;
                border-radius: 8px;
                padding: 10px;
                background: #f9f9f9;
            }
            
            td {
                border: none;
                position: relative;
                padding-left: 40%;
                text-align: left;
                min-height: 30px;
				overflow: hidden;
        		font-size: 18px;
            }
            
            td:before {
                position: absolute;
                left: 10px;
                width: 40%;
                padding-right: 10px;
                white-space: nowrap;
                font-weight: bold;
                content: attr(data-label);
            }
            
            table {
                min-width: 100%;
            }
	
    iframe {
        width: 100%;
        margin: 44px 0 0;
    }
	
	.banner {
    font-size: 44px;
    line-height: 56px;
    overflow: hidden;
}
	
	.allie, .banner {
    padding: 77px 0;
}
	
	.quote-text {
    padding: 0;
}
	
	.showroom h1 {
    font-size: 32px;
    line-height: 40px;
}

}

@media only screen and (max-width: 430px) {
	.wrapper {
		display: block;
	}
	
	header {
    height: 110px;
    justify-content: space-between;
}
	
	.box {
    margin-bottom: 18px;
}
	
	.bullet h3 {
    font-size: 32px;
    line-height: 44px;
}
	
	.bullet li {
    line-height: 32px;
    font-size: 24px;
    padding: 18px 44px;
}
	
	.netzwerk .container, 
	header dl, 
	footer dl {
		display: block;
	}

.allie h2 {
    font-size: 44px;
    line-height: 56px;
}
	
	.showroom h2 {
        line-height: 32px;
    }

  .showroom .container img {
    right: 67px;
    top: -64px;
    width: 90px;
    height: auto;
}

  .quote iframe {
  height: 264px;
}

  #popup {
    padding: 32px;
	  overflow: hidden;
}
	
	#popup h2 {
    font-size: 37px;
    line-height: 48px;
}
	
	#popup h3 {
    line-height: 40px;
}

  #popup .btn {
    font-size: 18px;
    width: 100%;
    padding: 0;
}

    #popup img {
    display: none;
}

}