@charset "UTF-8";
/* CSS Document für datenschutz.html */

/*  --------- Corporate Design -------------   */

:root {
		
	--headline-1: 2.986em; /*47.766 pt*/
	--headline-2: 2.488em; /*39.808 pt*/
	--headline-3: 2.074em; /*33.184 pt */
	--headline-4: 1.728em; /*27.648 pt*/
	--headline-5: 1.44em; /*23.04 pt*/
	--text-size: 1.125em; /*18 pt*/
	--70-grey: #626262; /* 70 % Olschewski Grau */

	}

/*  --------- Fonts help:  https://www.youtube.com/watch?v=WNN72Er8iFE -------------   */


@font-face{
	font-family: 'Audiowide-Regular';/*regular*/
	src: url("../fonts/Audiowide-Regular.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap; /* für schnelleres anzeigen des Textes */
}

/*  --------- Headlines / Schriften -------------   */


h1{	font-family: 'Audiowide-Regular';
	font-size: var(--headline-1);
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 150%;
	margin-bottom: 30px;/* Nur bei der Datenschutzerklärung!!! */
	color: var(--70-grey); /* Nur bei der Datenschutzerklärung!!! */
}
	

h2{	font-family: 'Audiowide-Regular';
	font-size: var(--headline-2);
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 140%;
}

h3{	font-family: 'Verdana', sans-serif;
	font-size: var(--headline-3);
	font-weight: 600;
	font-style: normal;
	line-height: 150%;
}

h4{	
	font-family: 'Verdana', sans-serif;
	font-size: var(--headline-4);
	font-weight: 600;
	font-style: normal;
	line-height: 150%;
}

h5{ font-family: 'Verdana', sans-serif;
	font-size: var(--headline-5);
	font-weight: 600;
	font-style: normal;
	line-height: 130%;
}


p{
	font-family: 'Verdana', sans-serif;
	font-size: var(--text-size);
	font-weight: 400;
	font-style: normal;
	line-height: 190%;
}

/* --- SPAN Klassen --- */

.verdana{
	font-family: 'Verdana', sans-serif;
	letter-spacing: 1px;
	line-height: 135%;
}

	.bigger{
	font-weight: 600;
}
	.leicht{
	color: var(--60-accent-color);
	font-weight: 400;
	}

.bold{
	font-weight: 600;
}

	.eingerueckt{
	margin-left: 0;
}
.umbruch{
	visibility: visible;
}

*{
	margin:0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

.content-section{
	width: 100%;
	height: content;
	background-color: var(--background-color);
}	

/* ---- erste Section ---- */

.datenschutz1{
	width: 1368px;
	padding: 125px 50px 0px 50px;
	margin: auto;
	overflow-wrap: break-word;

}

.datenschutz-1-image{
	width: 1368px;
	padding: 0px 50px 0px 50px;
	margin: auto;
	margin-bottom: 50px;
}

.datenschutz1-erstens{
	width: 1368px;
	padding: 0px 50px 0px 50px;
	margin: auto;
	margin-bottom: 50px;
}

.datenschutz1-erstens p{
	margin-top: 15px;
	margin-bottom: 15px;
	color: var(--70-grey); /* Nur bei der Datenschutzerklärung!!! */
	word-wrap: break-word;
	word-break: break-all;
	word-break: break-word;
	hyphens: auto;
}

.datenschutz1-erstens h5{
	margin-top: 50px;
	color: var(--70-grey); /* Nur bei der Datenschutzerklärung!!! */
}

.datenschutz1-erstens h3{
	color: var(--30-grey); /* Nur bei der Datenschutzerklärung!!! */
}

.datenschutz1-erstens li{
	list-style:square;
}

.datenschutz1-erstens ul{
	padding-left: 20px;
}



@media(max-width: 1368px) {/*1368px ------  Inhalte = 100% breite ----- */

		/* ---- erste Section ---- */

	.datenschutz1{
		width: 100%;
		padding: 125px 50px 0px 50px;
		margin: 0;
	}

	.datenschutz1 h2{
	font-size: var(--headline-2);
	color: var(--30-grey);
	margin-bottom: 20px; /*Abstand zwischen den beiden Headlines*/
}

	.datenschutz-1-image{
	width: 100%;
	padding: 0px 50px 0 50px;
	margin-bottom: 50px;
}


	.datenschutz1-erstens{
	width: 100%;
	padding: 0px 50px 0 50px;
	margin-bottom: 50px;
}

.datenschutz1-erstens p{
color: var(--70-grey);
}
}

@media(max-width: 81.875em) {/*1310px ------  Content = 100% breite ----- */
		:root {
		
	--headline-1: 2.688em; /*43 pt*/
	--headline-2: 2.25em; /*36 pt*/
	--headline-3: 1.875em; /*30 pt*/
	--headline-4: 1.563em; /*25pt*/
	--headline-5: 1.438em; /*23 pt*/
	--text-size: 1.125em; /*18 pt*/

	}

	.datenschutz-1-image img{
	width: 180px;
}
}


@media(max-width: 65.5em) {/*bis 1048px ------  Start Hamburger Menü ----- */

	:root {
		
	--headline-1: 2.5em; /*40 pt*/
	--headline-2: 2.09em; /*33,445 pt*/
	--headline-3: 1.645em; /*26,324 pt */
	--headline-4: 1.438em; /*23pt*/
	--headline-5: 1.253em; /*20.04 pt*/
	--text-size: 1.125em; /*18 px*/

	}
	h5{
	margin-top: 40px;
}

}

@media screen and (max-width: 48.625em) {/*bis 778px */
	
	:root {
		
	--headline-1: 2.163em; /*34,6 pt*/
	--headline-2: 1.861em; /*29,78 pt*/
	--headline-3: 1.524em; /*24,39 pt */
	--headline-4: 1.323em; /*21,16 pt*/
	--headline-5: 1.177em; /*18,83 pt*/
	--text-size: 1em; /*18 px*/
	}
}

@media screen and (max-width: 42.938em) {/*bis 687px */
	
		:root {
		
	--headline-1: 1.831em; /*29,3 pt*/
	--headline-2: 1.634em; /*26,14 pt*/
	--headline-3: 1.403em; /*22,44 pt */
	--headline-4: 1.27em; /*20,32 pt*/
	--headline-5: 1.125em; /*18 pt*/
	}
}

@media screen and (max-width: 41.875em) {/*bis 670px */

	:root {
		
	--text-size: 1em; /*16 px*/
	}
	
	/* ---- erste Section ---- */

	.datenschutz1{
		width: 100%;
		padding: 50px 30px 30px 30px;
		margin: 0;
	}

	.datenschutz1 h2{
	margin-bottom: 20px; /*Abstand zwischen den beiden Headlines*/}

	.datenschutz-1-image{
	width: 100%;
	padding: 0px 30px 0 30px;
	margin-bottom: 30px;
}

	.datenschutz-1-image img{
	width: 150px;
}

	.datenschutz1-erstens{
	width: 100%;
	padding: 0px 30px 0 30px;
	margin-bottom: 30px;
}
	
	h5{
	margin-top: 30px;
}
}

@media screen and (max-width: 30.563em) {/*bis 489px */
	
		:root {
		
	--headline-1: 1.25em; /*20 pt*/
	--headline-2: 1.125em; /*18 pt*/
	--headline-3: 1.063em; /*17 pt */
	--headline-4: 1em; /*16 pt*/
	--headline-5: 0.938em; /*15 pt*/
	--text-size: 0.875em; /*14 px*/
			
	}
	}

@media screen and (max-width: 26.25em) {/*bis 420px */	

	:root {
		
	--text-size: 0.875em; /*14 px*/

	}

	/* ---- erste Section ---- */

	.datenschutz1{
		width: 100%;
		padding: 50px 20px 0px 20px;
		margin: 0;
	}

	.datenschutz1 h2{
	margin-bottom: 20px; /*Abstand zwischen den beiden Headlines*/}

	.datenschutz-1-image{
	width: 100%;
	padding: 0px 20px 0 20px;
	margin-bottom: 20px;
}

	.datenschutz-1-image img{
	width: 120px;
}

	.datenschutz1-erstens{
	width: 100%;
	padding: 0px 20px 0 20px;
	margin-bottom: 20px;
}
	
	h5{
	margin-top: 20px;
}
}

@media screen and (max-width: 21.875em) {/*bis 350px */	
	
	:root {
		
	--headline-1: 1.125em; /*18 pt*/
	--headline-2: 1em; /*16 pt*/
	--headline-3: 0.938em; /*15 pt */
	--headline-4: 0.875; /*14 pt*/
	--headline-5: 0.813em; /*13 pt*/
	--text-size: 0.75em; /*12 px*/

	}
}