
font-family: 'Varela Round', sans-serif;


.container{
	padding-left: 0px;
	padding-right: 0px;
	min-height: 100%;
	height: 100%;
}

.navbar{
	font-family:  'Varela Round';
	font-size: 150%;
	font-color: black;
	background-color: rgba(255,255,255,0.9);
}


body {
	margin-top: 50px;
	margin-bottom: 0px;
	background: none;
}


body {
  background: url(../img/backgroundIMG.jpg); 
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: grey;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  
  height:100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}



.mask{
	background-color:rgba(0,0,0,0.1);
}

.contentBackground{
	background-color:rgba(255,255,255,0.7);
	padding: 20px;
	border-radius: 10px;
}

.headline{
	font-family: 'Varela Round'; 
	font-size: 200%; 
	text-align: left;
	margin-bottom: 10px;
}

.contentText{
	text-align: justify;
	font-size: 110%;
}

.contentPic{
	width: 100%;
	height: auto;
	border-color: #fcf8e3;
	border-style: solid;
	border-width: thick;
}

.contentListing{
	text-align: left;
	font-size: 110%;
}

.container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}

#logo{
	margin-top: 13%;
	margin-bottom: 35%;
	font-family: Varela Round;
}

#welcomeAnna{
	font-size: 500%;
}

#welcomeLine{
	height:1px;
	border-width:0;
	margin-bottom: 20px;
	background-color:black;
	width:80%;
}

#welcomePT{
	font-size: 300%;
}

#profilpicIMG{
	width: 70%;
	height: auto;
	border-color: white;
	border-style: solid;
	border-width: thick;
	margin-top: 8%;	
	margin-bottom: 8%;
}

#content1{
	margin-top: 190px;
}

#content2{
	margin-top: 150px;
}

#content3{
	margin-top: 150px;
}

#content4{
	margin-top: 210px;
}

#content5{
	margin-top: 220px;
}

#content6{
	margin-top: 150px;
	
}

#content7{
	margin-top: 200px;
		margin-bottom: 100px;
}

#content8{
	margin-top: 300px;
	margin-bottom: 100px;
}

#impressum{
	background-color:rgba(255,255,255,0.7);
	margin-bottom: 0px;
	padding-top: 20px;
}

.col-xs-12{
	padding-right: 0px;
	padding-left: 0px;
}








@media (max-width: 992px) {
	body {
  	background: url(../img/backgroundIMG.jpg); 
  	background-position: top center;
  	background-repeat: no-repeat;
	background-size: auto 1200px;
  	background-color: grey;
}
.contentBackground{
	border-radius: 0px;
		}
.contentPic{
	width: 150%;
	height: auto;
	border-width: 0px;
}

.contentPic{
	width: 100%;
	height: auto;
	border-width: 0px;
}

#logo{
	margin-top: 10%;
}

#welcomeAnna{
	font-size: 400%;
}

#welcomeLine{
	width: 60%;
}

#welcomePT{
	font-size: 150%;
}

#profilpicIMG{
	width: 40%;
	height: auto;
	border-color: white;
	border-style: solid;
	border-width: 4px;
	margin-top: 8%;	
	margin-bottom: 8%;
}

#content1{
	margin-top: 150px;
}

#content2{
	margin-top: 0px;
}

#content3{
	margin-top: 0px;
}

#content4{
	margin-top: 0px;
}

#content5{
	margin-top: 0px;
}

#content6{
	margin-top: 0px;
	
}

#content7{
	margin-top: 0px;
	margin-bottom: 0px;
}

#content8{
	margin-top: 0px;
	margin-bottom: 0px;
}
}








@media (max-width: 768px) {
	#profilpicIMG{
	width: 50%;
	height: auto;
	border-color: white;
	border-style: solid;
	border-width: 4px;
	margin-top: 8%;	
	margin-bottom: 8%;
}
body {
  	background: url(../img/backgroundIMG.jpg); 
  	background-position: top center;
  	background-repeat: no-repeat;
	background-size: auto 750px;
  	background-color: grey;
}

	#content1{
		margin-top: 10%;
	}
	#welcomeAnna{
	font-size: 250%;
	}
	#welcomeLine{
	width: 60%;
}

	#welcomePT{
		font-size: 150%;
	}
}