*{
/*  box-sizing: border-box;*/
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'Judson', serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

h1 {
	font-family: 'PT Serif', serif;
}

br {
  line-height: 5px;
}

i {
 	font-size: 3rem;
}

.wrap-container {
  background-image: url("../img/foto-jane-quadrat_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
	width: 100%;
	height: auto;
	min-height: 100%;
	text-align: center;
}

.head-container {
width: 100%;
height: 100vh;
min-height: 500px;
background-color: none;
display: flex;
}
.head-container img {
width: 78%;
height: auto;
margin: auto;
width: 70%;
height: auto;
}



.adress-container {
width: 100%;
height: 100vh;
min-height: 500px;
background-color: #BF8970;
display: flex;
}
.adress-textbox {
margin: auto;
width: 50%;
height: auto;
color: #090C0E;
}
.adress-textbox a {
text-decoration: none;
color: #090C0E;
}
.adress-textbox a:hover{
color: #F9F3F1;
transition: 0.4s;
}





.about-container {
width: 100%;
height: 100vh;
min-height: 500px;
background-color: rgba(0, 0, 0, .5);
display: flex;
}
.about-textbox {
margin: auto;
width: 50%;
height: auto;
color: #F9F3F1;
}

.partner-container {
width: 100%;
height: 100vh;
min-height: 500px;
background-color: #090C0E;
color: #BF8970;
display: flex;
}
.partner-textbox {
margin: auto;
width: 52%;
height: auto;
color: #BF8970;
}
.partner-logos {
  width: 100%;
  height: auto;
  text-align: center;
}

.logo-pm {
  width: 100%;
  height: auto;
}
.logo-pm img {
  width: auto;
  height: 40px;
  margin: 25px 0 5px 0;
}
.logo-evo {
  width: 100%;
  height: auto;
}
.logo-evo img {
  width: auto;
  height: 30px;
  margin: 0 0 5px 0;
}
.logo-fama {
  width: 100%;
  height: auto;
}
.logo-fama img {
  width: auto;
  height: 30px;  
  margin: 5px 0 0 0;
}















/* ==================================================== *//* ==================================================== */
/* ============= media querries 1200 ============= */
/* ==================================================== *//* ==================================================== */



@media only screen and (min-width: 800px) and (max-width: 1200px){

.adress-textbox {
width: 80%;
}
.about-textbox {
width: 80%;
}
.partner-textbox {
width: 80%;
}


}




/* ==================================================== *//* ==================================================== */
/* ============= media querries 800 ============= */
/* ==================================================== *//* ==================================================== */



@media only screen and (min-width: 500px) and (max-width: 800px){

.adress-textbox {
width: 98%;
}
.about-textbox {
width: 98%;
}
.partner-textbox {
width: 98%;
}

}



/* ==================================================== *//* ==================================================== */
/* ============= media querries 500 ============= */
/* ==================================================== *//* ==================================================== */



@media only screen and (min-width: 1px) and (max-width: 500px){

body {
  font-size: 1.5rem;
  line-height: 1.3;
}
.wrap-container {
  background-image: url("../img/foto-jane-quadrat_01.jpg");
  background-size: auto 25%;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
}
.head-container img {
width: 95%;
}
.about-container {
  background-image: url("../img/foto-jane-quadrat_01_dark.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: scroll;
background-color: none;
}
.adress-textbox {
width: 98%;
}
.about-textbox {
width: 98%;
}
.partner-textbox {
width: 98%;
}


}
