@charset "utf-8";
@font-face {
	font-family: Futura !important;
}

/* CSS Document */
/* COPYRIGHT MARCEL FRANZEN */
body {    
    font-family: Futura !important;
    
    background-color: #e0bc9a;
    
    width: 100%;
    left: 0%;
	
	padding: 0;
	margin: 0;
}

#menu_head {
    position: fixed;
    background-color: #eb974e;
    top: 0%;
    right: 0%;
    width: 100%;
    height: 50px;
    z-index: 100;
}

#menu_links {
    position: absolute;
    margin-top: -10px;
    left: 50%;
    margin-left: -380px;
    cursor:pointer;
    z-index: 101;
}

#menu_lines {
    display: none;
     z-index: 102;
}

.not-active {
}

#wir {
	position: relative;
	margin-top: 15px;
    left: 0%;
    width: 100%;
	clear: both;
}

#wir_banner {
	margin-top: 50px;
    width: 100%;
	float: left;
}

#wir_title {
     text-align: center;
     font-size: 20px;
     text-decoration: underline; 
     color: #d8542b;
}

#wir_images {
	width: 500px;
	left: 50%;
	margin-left: -25%;
    height: 150px;
    margin: auto;
}

#wir_image1 {
	width: 150px;
	display: inline-block;
}

#wir_image2 {
	width: 150px;
	display: inline-block;
	margin-left: 20px;
}

#frigga_images {
    position: absolute;
    width: 430px;
    height: 160px;
    left: 50%;
    margin-left: -215px;
    margin-top: 30px;
}

.image_container {
    position: relative;
    width: 100px; 
    height: 100%;
    background-size: cover;
    background-repeat:   no-repeat;
    background-position: center center;
    display: inline-block;
    margin-top: 20px;
    border: solid white 2px;
    transition: .5s ease;
}

.image_overlay {
    opacity: 0;
    position: absolute;
    top: 50%; 
    margin-top: -16px; 
    left: 50%; 
    margin-left: -16px;
    transition: .5s ease;
}

.image_container:hover .image_overlay {
   opacity: 1;
}

.image_container:hover {
   opacity: 0.8;
}

#a-wurf {
    position: absolute;
    width: 100%;
    margin-top: 240px;
}

#galleria {
    position: absolute; 
    left: 50%;
    width: 70%; 
    margin-left: -35%; 
    margin-top: 50px;
    overflow: hidden;
}

#impressum {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.roundened_image {
    border: solid white 2px;
    border-radius: 30%;
}

#mobile_logo {
	display: none;
}

/* MOBILE */
@media all and (max-width: 768px) {
    #menu_links {
        position: absolute;
        left: 50%;
        margin-left: -259px;
        display: none;
    }
    
    .not-active {
        pointer-events: none;
        cursor: default;
    }
    
    #menu_lines {
        display: initial;
        position: absolute;
        left: 90%;
        top: 50%;
        margin-top: -12.5px;
    }
	
	#mobile_logo {
        display: initial;
        position: absolute;
        left: 40%;
		color: white;
    }

	#wir_images {
		width: 230px;
		left: 50%;
		margin-left: -25%;
		height: 50px;
		margin: auto;
	}

	#wir_image1 {
		width: 60px;
		display: inline-block;
	}

	#wir_image2 {
		width: 60px;
		display: inline-block;
	}
	
	#frigga_images {
		position: absolute;
		width: 360px;
		height: 80px;
		left: 50%;
		margin-left: -180px;
		margin-top: 80px;
	}
	
	#impressum {
		position: absolute;
		margin-top: 10px;
		width: 100%;
	}
    
    #broholmer_logo {
        display: none;
    }
    
    #vdh_logo {
        display: none;
    }
    
    #galleria {
        position: absolute; 
        left: 50%;
        width: 70%; 
        margin-left: -35%; 
        margin-top: 80px;
        overflow: hidden;
    }
}

.w3-display-container {
    position: relative
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}


/* IMAGE HOVER EFFECT */
.container {
    position: relative;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #4CAF50;
  border-radius: 10%;    
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}


/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 250px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 101; /* Stay on top */
    top: 0;
    left: 100%;
    float: left;
    background-color: #eb974e; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color 
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
*/

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* 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) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/* GALLERY */
#gallery {
	position: fixed;
	top: 0;
	margin-top: 50px;
	width: 100%;
	height: calc(100% - 50px); 
	background-color: rgba(0,0,0,0.5);
	display: none;
	opacity: 0;
    z-index: 10000;
}

#gallery_content {
	text-align: center;
	position: fixed;
	left: 50%;
	width: 75%;
	height: 520px;
	margin-left: -37.5%;
	margin-top: -18%;
	background-color: rgba(0,0,0,0.8); 
	top: 50%;
}

#gallery_1 {
    height: 50%; display: inline-block;
}

#gallery_2 {
    height: 50%; display: inline-block; margin-left: 10px;
}

#gallery_title {
	color: white; 
	font-size: 30px;
}

.gallery_sub_content {
	position: absolute; 
	width: 95%; 
	left: 50%;
	margin-left: -47.5%; 
	height: 80%; 
	margin-top: -2%;
}

#gallery_ausstellungen {
	display: none;
}


#menu_impressum {
    color: white;
}

#menu_impressum:hover {
    color: #d8542b;
}

#menu_about {
    color: white;
}

#menu_about:hover {
    color: #d8542b;
}

#menu_frigga {
    color: white;
}

#menu_frigga:hover {
    color: #d8542b;
}

#menu_a-wurf {
    color: white;
}

#menu_a-wurf:hover {
    color: #d8542b;
}


#menu_wir {
    color: white;
}

#menu_wir:hover {
    color: #d8542b;
}


#menu_history {
    color: white;
}

#menu_history:hover {
    color: #d8542b;
}






/* A - WURF */
#a-wurf_parents {
    width: calc(100vw * 0.15 * 2 + 40px); height: calc(100vw * 0.15); left: 50%;
                               margin-left: -15%; position: absolute; margin-top: 20px; 
}

#connector_1 {
     background-color: #eb974e; width: calc(100vw * 0.15 * 2 + 40px); height: 10px; top: 50%;
                                             position: absolute;
}

#connector_2 {
    background-color: #eb974e; width: 10px; height: 230px; top: 50%; left: 50%; margin-left: -5px;
                                             position: absolute;
}

#sebastian {
    position: absolute; display: inline-block; font-size: 11pt; margin-left: -50%; margin-top: -1px; color: white;
}

#sebastian_pb {
    background-image: url(sebastian_1.jpg); 
                            border-radius: 100px; width:calc(100vw * 0.15); height: calc(100vw * 0.15); position: absolute;
                            display: inline-block; background-position: center; background-size: cover; 
}

#sebastian_nummer {
    font-size: 10pt; color: white;
}

#sebastian_champion {
    font-size: 10pt; color: white;
}

#frigga_parent {
    position: absolute; display: inline-block; font-size: 11pt; margin-left: calc(100vw * 0.4); color: white;
}

#frigga_pb {
    background-image:url(frigga_2.JPG); border-radius: 100px; width: calc(100vw * 0.15); height: calc(100vw * 0.15); position: absolute;
                            display: inline-block; background-position: center; background-size: cover; margin-left: calc(100vw * 0.15 + 40px);
    margin-top: -1px;
}

#frigga_acorn {
    font-size: 10pt; color: white;
}

/* MOBILE */
@media all and (max-width: 768px) {
    #sebastian {
        position: absolute; display: inline-block; font-size: 9pt; margin-left: -10%; margin-top: 110px; color: white;
    }
    
    #frigga_parent {
        position: absolute; display: inline-block; font-size: 9pt; margin-left: calc(100vw * 0.4); margin-top: 110px; color: white;   
    }   
    
    #sebastian_champion {
        font-size: 7pt; color: white;
        display: none;
    }
    
    #frigga_acorn {
        font-size: 9pt; color: white;
    }
    
    #sebastian_pb {
        background-image: url(sebastian_1.jpg); 
        border-radius: 100px; width:calc(100vw * 0.3); height: calc(100vw * 0.3); position: absolute;
        display: inline-block; background-position: center; background-size: cover; 
    }

    #frigga_pb {
        background-image:url(frigga_1.JPG); border-radius: 100px; width: calc(100vw * 0.3); height: calc(100vw * 0.3); position: absolute;
        display: inline-block; background-position: center; background-size: cover; margin-left: calc(100vw * 0.3 + 40px);
        margin-top: -1px;
    }
    
    #a-wurf_parents {
        width: calc(100vw * 0.3 * 2 + 40px); height: calc(100vw * 0.3); left: 50%;
        margin-left: -35%; position: absolute; margin-top: 20px; 
    }
    
    #galleria {
        position: absolute; 
        left: 50%;
        width: 100%; 
        margin-left: -50%; 
        margin-top: 120px;
        overflow: hidden;
    }
    
    #connector_1 {
        background-color: #eb974e; width: calc(100vw * 0.15 * 2 + 40px); height: 10px; top: 50%;
        position: absolute;
    }

    #connector_2 {
        background-color: #eb974e; width: 10px; height: 180px; top: 50%; left: 50%; margin-left: -5px;
        position: absolute;
    }
    
    #sebastian_nummer {
        font-size: 7pt; color: white;
    }
    
    
    
/* GALLERY */
#gallery {
	position: fixed;
	top: 0%;
	margin-top: 50px;
	width: 100%;
	height: calc(100% - 50px); 
	background-color: rgba(0,0,0,0.5);
	display: none;
	opacity: 0;
    z-index: 10000;
}

#gallery_content {
	text-align: center;
	position: fixed;
	left: 50%;
	width: 100%;
	height: calc(100% - 50px);
	margin-left: -50%;
	margin-top: 50px;
	background-color: rgba(0,0,0,0.8); 
	top: 0%;
}
    
#gallery_1 {
    height: 40%; display: inline-block;
}

#gallery_2 {
    height: 40%; display: inline-block; margin-left: 10px;
}

#gallery_title {
	color: white; 
	font-size: 20px;
}

.gallery_sub_content {
	position: absolute; 
	width: 95%; 
	left: 50%;
	margin-left: -47.5%; 
	height: 80%; 
	margin-top: -2%;
}

#gallery_ausstellungen {
	display: none;
}

}
