@charset "utf-8";
/* CSS Document */

h1,a{
 text-align: center;
 margin-top: 0px;

	
	
}

body {
	
	
margin:0px;
background-color: white;
margin-top: 0px;


}

#background-video {
  margin-top: 50px;
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.fa {
  padding: 20px;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    color: grey;
}



.fa-youtube {
  background: transparent;
  color: #931152;
}

.fa-instagram {
  background: transparent;
  color: #931152;
}


.buttoncont {
background-color: none;
  border: 2px solid #931152;
  color: #931152;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 900;
  margin: 4px 2px;
  cursor: pointer;
}

.buttoncont:hover {
	
background-color: none;
  border: 2px solid gray;
  color: gray;
  
}


.socialmediabutton{
	
	font-size: 100px;
	
	
}


.center{
	display: flex;
  justify-content: center;
}

.titelimg{
	max-width: 600px;
	padding: 0px 50px;
	margin-top: 120px;
	display: block;
	
	height: auto;
	
	padding: 0px;
}

.titelimgtext{
	
	padding: 0px 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	display: block;
	text-align: center;
	font-family: Century Gothic, CenturyGothic, AppleGothic;
	color: white;
	font-size: 25px;
	height: auto;
	background-color: transparent;
	padding: 0px;
}

.gallery{
	
	
	
}

.introtitel{
	
	text-align: center;
	font-family: Century Gothic, CenturyGothic, AppleGothic;
	text-transform: uppercase;
    font-weight: 100;
	font-size: 35px;
	
}

.introtitelcont{
	
	text-align: left;
	font-family: Century Gothic, CenturyGothic, AppleGothic;
    font-weight: 100;
	font-size: 25px;
	margin: 0px 500px 100px;
	
}


.picture{
	
	margin: 0px 500px;
}
.pictureabout{
	
	margin: 0px 0px;
	max-width: 30%
}

.picturevertical{
	display: block;
	margin: 0px 0px;
	
}

img{
	
	width: 100%;
	height: auto;
	
	
   
}

.topheader{
	height: 40px;
	width: 100%;
	background: linear-gradient(to right, #470034, #cf1663);
	position:fixed;
	top: 0px;
	z-index: 1;
}

.header{
	position:fixed;
	top: 0px;
	margin-top:10px;
	vertical-align: middle;
	background-color: white;
	border-radius: 0px;
	width: 100%;
	height: 80px;
	z-index: 1;
	text-align: center;
	-webkit-box-shadow: 4px 3px 8px 1px rgb(0,0,0,0.5);
	
	
	
	
}

.footers{
	
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	vertical-align: middle;
	background: #931152;
	border-radius: 0px;
	width: 100%;
	color: white;
	font-family: Arial;
	font-size: 10px;
	z-index: -1;
	text-align: center;
	-webkit-box-shadow: 4px 3px 8px 1px rgb(0,0,0,0.5);
	
	
	
	
	
	
}

.intro{
	margin-top: 120px;
	display: block;
	font-family: Century Gothic, CenturyGothic, AppleGothic;
	color: black;
	font-size: 25px;
	height: auto;
	background-color: white;
	padding: 0px;
	
	
}
.text{ 
	display: block;
	height: 50px;
	background-color: white;
	
}

.logoheader{
 	
 cursor: pointer;
 position: absolute;
  width: 180px;
  height: 180px;
  top: -50px;
  left: 50%;
  margin-left: -95px;
  
	
}


.hamburgerheader{
 position: absolute;
 border: none;
 font-family: Arial;
 background-color: transparent;
 font-size: 40px;
 cursor: pointer;
 right: 4%;
 margin-left: 850px;
 top: 10px;
 width: 50px;
 height: 50px;
 color: #931152;
 
  
 
  
	
}


.youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
}















































.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  margin-top: 10px;
  background-color: rgb(255,255,255,1);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 100px;
  
}

.sidebar a {
  padding: 10px 8px 8px 32px;
  text-decoration: none;
  font-family: Century Gothic, CenturyGothic, AppleGothic;
  font-size: 27px;
  color: #931152;
  display: block;
  transition: 0s;
  text-transform: uppercase;
  font-weight: 100;
}


.sidebar ab {
  cursor: pointer;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-family: Arial;
  font-size: 80px;
  color: #931152;
  background-color: white;
  display: block;
  transition: 0.3s;
}


.sidebar a:hover {
  color: grey;
}

.sidebar ab:hover {
  color: grey;
}

.sidebar .closebtn {
  position: absolute;
  top: 4px;
  right: 78px;
  font-size: 50px;
  margin-left: 50px;
}

.openbtn {
  position: fixed;
  font-size: 20px;
  cursor: pointer;
  background-color: #931152;
  color: #931152;
  padding: 100px 15px;
  border: none;
  
}

.hamburgerheader:hover {
  background-color: white;
  color: grey;
}

.hamburgerheader:active {
	color:transparent;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}














#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    margin-left: auto;
    margin-right: auto
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    max-width: 30%;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(1)}
    to {-webkit-transform:scale(2)}
}

@keyframes zoom {
    from {transform:scale(0.4)}
    to {transform:scale(1)}
}

@keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
	
	
	.buttoncont:hover {
	
background-color: none;
  border: 2px solid gray;
  color: gray;
  
}
	
	
}
















@media (max-width: 1350px){

	.buttoncont:hover {
	
background-color: none;
  border: 2px solid gray;
  color: gray;
  
}
	.picture{
		
		margin:300px;
	}
	
	

	.introtitelcont{
	
	text-align: left;
	font-family: Century Gothic, CenturyGothic, AppleGothic;
    font-weight: 100;
	font-size: 25px;
	margin: 0px 300px 100px;
	
}
	
	.text{ 
	display: block;
	height: 100px;
	background-color: white;
	
}
	
	

	
.picturevertical{
	display: block;
	margin: 0px 0px;
}
	
}



@media (max-width: 1550px){

	
	.buttoncont:hover {
	
  background-color: none;
  border: 2px solid gray;
  color: gray;
  
}
	
	.picture{
		
		margin: 0px 300px;
	}
	
	.introtitelcont{
	
	text-align: left;
	font-family: Century Gothic, CenturyGothic, AppleGothic;
    font-weight: 100;
	font-size: 25px;
	margin: 0px 300px 100px;
	
}
	
	.text{ 
	display: block;
	height: 100px;
	background-color: white;
	
}



@media (max-width: 1000px){

	.buttoncont:hover {
	
background-color: none;
  border: 2px solid gray;
  color: gray;
  
}
	
	
	.picture{
		
		margin:100px;
	}
	
	
	.introtitelcont{
	
	text-align: left;
	font-family: Century Gothic, CenturyGothic, AppleGothic;
    font-weight: 100;
	font-size: 25px;
	margin: 0px 100px 100px;
	
}
	
	.text{ 
	display: block;
	height: 100px;
	background-color: white;
	
}



@media (max-width: 630px){

	
	.picture{
		
		margin:0px;
	}


	
	.buttoncont:hover {
	
background-color: none;
  border: 2px solid gray;
  color: gray;
  
}
	
	.introtitelcont{
	
	text-align: left;
	font-family: Century Gothic, CenturyGothic, AppleGothic;
    font-weight: 100;
	font-size: 25px;
	margin: 0px 10px 100px;
	
}
	
	.text{ 
	display: block;
	height: 50px;
	background-color: white;
	
}
	
.pictureabout{
	
	margin: 0px 0px;
	max-width: 60%
}	

	
.picturevertical{
	display: block;
	margin: 0px 0px;
}
	
	
	.titelimgtext{
	
	
	font-size: 15px;
	margin-bottom: 50px;
	
}
	
}

	
	
	
	
	
	
	
	
	
	
	
	
	
.fa {
  padding: 20px;
  font-size: 30px;
  
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    color: grey;
}



.fa-youtube {
  background: transparent;
  color: #931152;
}

.fa-instagram {
  background: transparent;
  color: #931152;
}

