/*media queries mobile*/

@media screen and (max-width: 1240px) {
	main nav {
		display: block;
	}

	.abschnitt {
		grid-template-columns: 1fr;
	}

	.oneColumn img {
		width: 100%;
		max-width: 100%;
    	max-height: 100%;
	}

	.twoColumns img {
		width: 100%;
		max-width: 100%;
    	max-height: 100%;
	}

	.threeColumns img {
		width: 100%;
		max-width: 100%;
    	max-height: 100%;
	}
}
@media screen and (max-width: 800px) {

	h1 {
		font-size: 14pt;
		padding: 10px 0px 5px 0px;
	}

	h2 {
		font-size: 12pt;
	}

	h3 {
		font-size: 12pt;
	}

	h4 {
		font-size: 8pt;
	}

	header ul {
		padding: 0px;
		margin: 0px;
	}

	nav li {
		font-size: 8pt;
	}

	nav ul li a:hover {
		border-bottom: 1px solid #F25C54;;
	}

	.mitte {
		border-inline: 1px solid black;
	}

	main {
		margin: 0px 25px 15px 25px;
		padding: 25px;
	}

	.indexBild {
		margin: auto;
		width: 50vw;

	}

	.intro {
		grid-template-columns: 100%;
		margin-bottom: 10px;
		grid-gap: 15px;
	}

	main nav {

/*		display: flex;
		flex-direction: column;*/
	}

	main nav ul {
		display: grid;
		align-items: center;
		grid-template-columns: 1fr;
	}

	main nav a {
		font-size: 8pt;
	}

	.abschnitt {
		grid-template-columns: 100%;
		margin: 25px 0px 30px 0px;
	}

	.oneColumn {
		grid-template-columns: 100%;
		place-self: center;
		align-content: center;
	}

	.oneColumn img {
		width: 100%;
		max-width: 100%;
    	max-height: 100%;
	}

	.twoColumns {
		grid-template-columns: 100%;
		place-self: center;
		align-content: center;
	}

	.twoColumns img {
		width: 100%;
		max-width: 100%;
    	max-height: 100%;
	}

	.threeColumns {
		grid-template-columns: 100%;
		place-self: center;
		align-content: center;
	}

	.threeColumns img {
		width: 100%;
		max-width: 100%;
    	max-height: 100%;
	}

	.beschreibung {
		font-size: 8pt;
	}

	.beschreibung h3 {
		font-size: 12pt;
	}

	.intro {
		font-size: 8pt;
	}

	.ueber ul li{
		font-size: 8pt;
	}

	.ueberMain {
		margin: 0px 15% 30px 15%;
	}

	.ueber ul{
		padding-left: 10px;
	}

	button {
		padding: 10px 10px;
		font-size: 8pt;
	}

	.backtotop {
		margin-top: 0px;
		font-size: 8pt;
	}

	.ueber ul {
		margin: 0;
	}

	.ueber ul li {
		font-size: 8pt;
		line-height: 10pt;
		margin-bottom: 5px;
	}

	.ueber h3 {
		margin: 10px 0px 3px 0px;
		font-size: 8pt;
	}

	.ueber h4 {
		margin: 0px;
	}

	.download {
		font-size: 8pt;
	}

	.download:hover {
		border-bottom: 1px solid #F25C54;
	}

	.portfolio a:hover {
		border-bottom: 1px solid #F25C54;
	}

	iframe {
		max-width: 50vw;
		margin: auto;
	}

	footer {
	}
}

/*media queries tablet*/

/*@media screen and (min-width: 400px) and (max-width: 576px) {
	h1 {
		font-size: 20px;
	}

	h2 {
		font-size: 15px;
	}

	h3 {
		font-size: 12px;
	}

	h4 {
		font-size: 12px;
	}

	nav li {
		font-size: 13px;
	}

	.beschreibung {
		font-size: 12px;
	}

	.intro {
		font-size: 12px;
	}

	.ueber ul li{
		font-size: 12px;
	}

	main {
		padding: 25px;
	}

	.ueberMain {
	margin: 30px 15% 50px 15%;
	}

	.ueber ul{
		padding-left: 15px;
	}

	.abschnitt {
		grid-template-columns: 1fr;
	}

	.twoColumns {
		grid-template-columns: 100%;
		place-self: center;
		align-content: center;
	}

	.twoColumns img {
		width: 50vw;
		height: 50vw;
	}

	.threeColumns {
		grid-template-columns: 100%;
		place-self: center;
		align-content: center;
	}

	.threeColumns img {
		width: 50vw;
		height: 50vw;
	}
}
*/



