
body {
  background-repeat: no-repeat;
  background-position: center top;
padding: 0;
    margin: 0;
overflow: scroll; /* Show scrollbars */;
   /* overflow: hidden;*/

}

/*Hintergrundbild*/
.bgimage{
  background-image: url("../IMG/bg.png");
  background-repeat: no-repeat;
  background-position: center top;
    padding: 0;
    margin: 0;
    /* overflow: hidden;*/
}

/*SCHRIFTEN*/

@font-face {
    font-family: 'Bree Lt';
    src: url('Bree-Light.eot');
    src: local('Bree-Light'), local('Bree-Light'),
		url('/FONT/Bree-Light.eot?#iefix') format('embedded-opentype'),
        url('/FONT/Bree-Light.woff2') format('woff2'),
        url('/FONT/Bree-Light.woff') format('woff'),
        url('/FONT/Bree-Light.ttf') format('truetype'),
        url('/FONT/Bree-Light.svg#Bree-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bree Rg';
    src: url('Bree-Bold.eot');
	src: local('Bree-Bold'), local('Bree-Bold'),
    	url('/FONT/Bree-Bold.eot?#iefix') format('embedded-opentype'),
        url('/FONT/Bree-Bold.woff2') format('woff2'),
        url('/FONT/Bree-Bold.woff') format('woff'),
        url('/FONT/Bree-Bold.ttf') format('truetype'),
        url('/FONT/Bree-Bold.svg#Bree-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bree Rg';
    src: url('Bree-Regular.eot');
	src: local('Bree-Regular'), local('Bree-Regular'),
   		url('/FONT/Bree-Regular.eot?#iefix') format('embedded-opentype'),
        url('/FONT/Bree-Regular.woff2') format('woff2'),
        url('/FONT/Bree-Regular.woff') format('woff'),
        url('/FONT/Bree-Regular.ttf') format('truetype'),
        url('/FONT/Bree-Regular.svg#Bree-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


a {
  text-decoration: none;
  cursor: pointer;
  font-family: "Bree Lt", sans-serif;;
  /*font-style: normal;*/
  font-size: 24px;
  text-align:left;
  padding-left: 4%;
    color: #000000;
}

a:hover {
  color: #871a39;
}

/*NAVIGATION*/

.menu{
  padding-top: 10px;
  padding-right: 10px;
    padding-left: 10px;
/*  padding-bottom: 20px;*/
  font-family: "Bree Lt", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  float: right;
}

.menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.menu li{
  display: inline-block;
  margin: 0 15px;
}
.menu a{
  font-size: 22px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000033;
  display: block;
  position: relative;
  padding: 4px 0;
}
.menu a::before{
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0,1,1);
  transform-origin: 0 50%;
}
.menu a:hover::before{
  transform: scale3d(1,1,1);
}

.menu a::before{
  transform-origin: 50% 50%;
  background: #871a39;;
}


/*TEXT*/


p {
  
  font-family: "Bree Lt", sans-serif;;
  /*font-style: normal;*/
  font-size: 24px;
  text-align:left;
  padding-left: 4%;
}


h1 {
  font-family: "Bree Rg", sans-serif;
  font-weight: 900;
  /*font-style: bold;*/
  font-size: 70px;
  padding-left: 4%;
text-align: center;

}

.box {
  width: auto;
  background-color: #F9F7F76d;
  display: inline-block;  
  margin:  0;
  padding: 10px;
/*    border-right: #871a39 20px solid;*/
   
}


h2 {
  font-family: "Bree Rg", sans-serif;
  font-weight: 900;
  font-size: 32px;
  padding-left: 4%; 
}

h3 

{
  font-family: "Bree Lt", sans-serif;
  font-style: normal;
  font-size: 32px;
  padding-left: 4%;
}

.small {
  font-size: 14px;
  font-weight: 200;
}

.center {text-align:center;}

.left {text-align:left;}

.right {text-align:right;}

.block {text-align: justify;}

.bold {font-family: "Bree Rg", sans-serif;}

.nopadd {
  padding: 0;
}

.text-columns {
		column-count: 3;
		column-gap: 10px;
     vertical-align: bottom
	}


/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Container holding the image and the text */
.line{
  color: white;
  border-top: #871a39 10px solid;   
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*BILDER*/
.foto {max-width: 95%; padding:0;}


/*FARBEN*/
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.red {
  color: #871a39;
}
.blue {
  color: #000033;
}


