
@font-face {
 font-family: Lane;
 src: url(../font/Lane.ttf);
}

@font-face {
 font-family: Montez;
 src: url(../font/Montez.ttf);
}

.montezRed {
 font-family: Montez, Lane, Arial;
 font-size: 25px;
 color: #ab0000;
}

body {
 margin: 0px;
 padding: 0px;
 background: #eee;
 font-family: Calibri, Arial, Verdana;
 font-size: 16px;
 color: #000000;
}

h1, h2, h3 {
 margin: 0;
 padding: 0;
}

.wrapper {
 width: 100%;
 margin: 0 auto;
}

.header {
 height: auto;
}

.contentwrap {
 margin-top: 100px;
 min-height: 100%;
 text-align: center;
 z-index: 0;
}

.contentwrap:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}

.contentArea {
 position: relative;
 text-align: center;
 margin: 0px auto;
 width: 100%;
 min-height: calc(100vh - 145px);
 padding: 0px;
}

.contentArea .welcome {
 text-align: left;
 position: absolute;
 left: 0px;
 top: calc(100% - 100px);
 padding: 20px;
 background-color: #ffffff;
 max-width: calc(75%);
}

.contentArea .welcome h1 {
 font-family: Lane;
 font-size: 25px;
 color: #ab0000;
}

.contentArea p {
 font-size: 16px;
 margin: 0px auto;
}

.contentBoxWide {
 display: inline-block;
 width: calc(66vw + 64px);
 margin-top: 25px;
 margin-bottom: 25px;
 padding: 20px;
 background-color: #ffffff; 
}

.contentBoxWide h1 {
 font-family: Montez, Lane, Calibri, Arial, Verdana;
 font-weight: normal;
 text-align: center;
 font-size: 75px;
 color: #ab0000;
}

.contentBoxWide p {
 text-align: left;
}

.contentBox {
 display: inline-block;
 width: 33vw;
 height: auto;
 vertical-align: top;
 margin: 0px 10px 25px 10px;
 text-align: left;
 padding: 20px;
 background-color: #ffffff; 
}

.contentBoxFlex {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.contentBox img.pfote {
 position: relative;
 margin: 5px 5px 0px 0px;
 width: 15px;
 float: left;
}

.contentBox h2,
.contentBoxWide h2 {
 font-family: Lane, Arial;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 30px;
 color: #ab0000;
 text-align: left;
}

.contentBox h3,
.contentBoxWide h3 {
 font-family: Lane, Arial;
 text-transform: uppercase;
 font-weight: bold;
 font-size: 20px;
 color: #444444;
 text-align: left;
}

.contentBox h4 {
 font-family: Lane, Arial;
 font-weight: bold;
 text-transform: uppercase;
 text-align: right;
 font-size: 20px;
 color: #ab0000; 
}

.contentBox p,
.contentBoxWide p {
 width: 100%;
 text-align: justify;
}

.contentBox img {
 width: 50%;
 float: left;
 margin: 20px 0px 20px 0px;
}

.contentBox a,
.contentBoxWide a {
 text-decoration: none;
 color: #ab0000;
}

.contentBox li {
 list-style-image: url(../images/logo-pfote15.png);
 margin-bottom: 10px;
}

.contentBox h5,
.contentBox h5 a,
.contentBoxWide h4 {
 font-family: Lane, Arial;
 font-weight: bold;
 text-transform: uppercase;
 text-align: right;
 font-size: 20px;
 text-decoration: none;
 text-align: center;
 color: #ab0000; 
}

.contentBox h5 a:hover {
 color: #000000;
}

.contentBoxDummy {
 display: inline-block;
 width: calc(33vw + 40px);
 height: 0p;
 vertical-align: top;
 margin: 0px 10px 25px 10px;
 text-align: left;
 background-color: #ffffff; 
}

#galerie {
 position: relative;
 margin: 0px auto;
 margin-top: 50px;
}

#galerie .galerie_col {
 algin: top;
 width: calc(100%/3 - 4px);
 float: left;
 padding: 2px;
}

#galerie .galerie_col img {
 width: 100%;
 height: auto;
 padding: 0px;
 margin: 0px;
}

.footerArea {
 margin-top: 25px;
 width: 100%;
 position: relative;
 padding: 20px 0px 50px 0px;
 border-top: 1px solid #ab0000;
 background-color: #ffffff;
 height: auto;
 clear: both;
 text-align: center;
}

.footerAreaIndex {
 top: 100%;
 width: 100%;
 position: absolute;
 padding: 20px 0px 50px 0px;
 border-top: 1px solid #ab0000;
 background-color: #ffffff;
 height: auto;
 clear: both;
 text-align: center;
}

.footerBox {
 position: relative;
 margin: 0px auto;
 padding: 0px 50px 0px 50px;
 width: auto;
 display:inline-block;
 vertical-align: top;
 text-align: left;
}

.footerBox img {
width: 200px;
}

.footerBox a {
 text-decoration: none;
 color: #ab0000;
}

@media only screen and (max-width: 1000px) {

.contentArea .welcome {
 font-size: 20px;
 max-width: 100%;
}

#galerie .galerie_col {
 width: calc(100%/2 - 4px);
}

.contentBoxWide {
 width: 80%; 
}

.contentBox {
 width: 80%;
}

.contentBox img{
 width: 50%;
 margin: 0px;
}

.contentBoxWide h1 {
 font-size: 50px;
}

.contentBox h2 {
 font-size: 25px;
}

.contentBox h3 {
 font-size: 15px;
}

}

@media only screen and (max-width: 700px) {

.contentArea .welcome h1 {
font-size: 20px;
}

#galerie .galerie_col {
 width: 100%;
}

.contentwrap {
 margin-top: 75px;
}

.contentArea {
 top: 0px;
}

.contentArea .welcome {
 font-size: 15px;
}

.contentBoxWide {
 width: 80%; 
}

.contentBoxWide h1 {
 font-size: 50px;
}

.contentBox {
 width: 80%;
}

.contentBox h2 {
 font-size: 25px;
}

#galerie img {
 width: 100%;
 height: auto;
 float: left;
 padding: 0px;
 margin: 0px;
}              

.footerArea{
 margin-top: 200px;
}

.footerBox {
 width: 80%;
 margin-bottom:25px;
 text-align: center;
}

}

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

.contentBoxWide h1 {
 font-size: 40px;
}

.contentBox h2 {
 font-size: 20px;
}


.footerBox {
 width: 50%;
}


}

@media only screen and (max-height: 700px) {
.contentArea .welcome {
 top: 0px;
}