/* GO.Sossenheim */

/* @import url('https://fonts.googleapis.com/css?family=Raleway'); */

/* raleway-regular - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''), url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

:root {
	--custom-color: #063575;
}

/*
	Höhen
	Desktop NavBar 61
	Desktop Footer 36
	Mobile NavBar  61
	Mobile Footer  36

*/



body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 61px; /* NavBar abziehen */
	margin: 0;
	/* background: rgb(199, 205, 238); */
}

.layout-wrapper {
	min-height: calc(100vh - 61px); /* 61px = Höhe der Navbar */
}

.backgroundPaper {
	min-height: calc(100vh - 61px - 36px); /* Desktop - NavBar - Footer*/
	background-image: url('../Intro/Images/Papier_Low.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	background-position: center center;
	position: relative;
}

.no-webp .backgroundPaper {
	background-image: url('../Intro/Images/Papier_Low.jpg');
}


html, h1, h2, h3, h4, h5, h6, a {
	font-family: "Raleway"; 
}


/*
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
::-webkit-scrollbar{width : 15px;  }
::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}
*/

.hintergrund {
	background: rgb(199, 205, 228);
}


.backgroundMain {
	height: 100%;
	background-image: url('../Intro/Images/img01.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	background-position: center center;
	position: relative;
}


/* ----------------------------------------- */
/*					Footer		  			 */
/* ----------------------------------------- */

/* ----------------------------------------- */
/* ----------------------------------------- */
.inhalt {
	background-image: url('../intro/images/img05.jpg');
	/* background-repeat: repeat-x; */
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #EAEEF2; /*hellgrau */
	background-size: cover;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 15px;
	border: thin;
	-webkit-box-shadow: 5px 5px 15px 0px #000000;
	box-shadow: 5px 5px 15px 0px #000000;
}

aside section {
	background:white; 	
	margin-bottom: 20px;
	padding: 5px;
	border: thin;
    -webkit-box-shadow: 5px 5px 15px 0px #000000;
    box-shadow: 5px 5px 15px 0px #000000;
}

.bildSchatten {
	background-color:white;
    -webkit-box-shadow: 5px 5px 15px 0px #000000;
    box-shadow: 5px 5px 15px 0px #000000;
}


@media print {
	.inhalt {
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
}