/* Phone */
@media only screen and (max-width: 1024px) {
      .layout_phone {
        display: block;
      }
      .layout_tablet {
        display: none;
      }	  
      .layout_desktop {
        display: none;
      }
    }
	
/* Tablet */	
 @media only screen and (min-width: 1025px) {
      .layout_phone {
        display: none;
      }
      .layout_tablet {
        display: block;
      }	  
      .layout_desktop {
        display: none;
      }
    }	

/* Desktop */	
 @media only screen and (min-width: 1599px) {
      .layout_phone {
        display: none;
      }
      .layout_tablet {
        display: none;
      }	  
      .layout_desktop {
        display: block;
      }
    }
	
	
html, body, .page {
	background-color: white;
    background-image: url("../tiles/2.jpg");
    background-repeat: repeat;	
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	transition: all .6s cubic-bezier(.5, .2, .2, 1.1);
	-webkit-transition: all .6s cubic-bezier(.5, .2, .2, 1.1);
	-moz-transition: all .6s cubic-bezier(.5, .2, .2, 1.1);
	-o-transition: all .6s cubic-bezier(.5, .2, .2, 1.1);  
	color: #000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;  
}

* {
    box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
    height: 70%; /* Should be removed. Only for demonstration */
}

.column-text {
	position: relative;
	top: 30%;
	font-family: 'Kalam';
	text-align: center;	
}

.column-textm {
	position: relative;
	top: 10%;
	font-family: 'Kalam';
	text-align: center;	
}
 

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

a:link {
	color: white;
	text-decoration: none;	
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

a:active {
	color: white;
	text-decoration: none;
} 	  
	  
.containerleft {
	position: relative;
	width: 50%;
}

.containerright {
	position: relative;
	width: 50%;
}

.containerleftm {
	position: relative;
	width: 50%;
}

.containerrightm {
	position: relative;
	width: 50%;
}

.image {
	display: block;
	width: 100%;
	height: auto;
}

.overlayleft {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	border: 10px solid #BA6E9B; 
	transition: .5s ease;
	background-color: #2E2F2F;
	background-image: url("../images/left.jpg");
	background-size: cover;  
	border-radius: 320px;
}

.overlayright {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	border: 10px solid #BA6E9B; 
	transition: .5s ease;
	background-color: #2E2F2F;
	background-image: url("../images/right.jpg");
	background-size: cover;  
	border-radius: 320px;
}

.overlayleftm {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	border: 10px solid #BA6E9B; 
	transition: .5s ease;
	background-color: #2E2F2F;
	background-image: url("../images/left_mobile.jpg");
	background-size: cover;  
	border-radius: 320px;
}

.overlayrightm {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	border: 10px solid #BA6E9B; 
	transition: .5s ease;
	background-color: #2E2F2F;
	background-image: url("../images/right_mobile.jpg");
	background-size: cover;  
	border-radius: 320px;
}

.containerleft:hover .overlayleft {
	opacity: 1;
}

.containerright:hover .overlayright {
	opacity: 1;
}

.containerleftm:hover .overlayleftm {
	opacity: 1;
}

.containerrightm:hover .overlayrightm {
	opacity: 1;
}

.text1 {
	width: 58%;
	margin: 0px 20% 0px 20%;
	padding: 30px;	
	color: black;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	background-color: white;
	border-radius: 10px;
	position: relative;
	top: 160px;
	left: 0px;	
	z-index: 1;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}

.text2 {
	width: 58%;
	margin: 0px 20% 0px 20%;
	padding: 30px;	
	color: black;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	background-color: white;
	border-radius: 10px;
	position: relative;
	top: 200px;
	left: 0px;	
	z-index: 1;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}

.text1_phone {
	width: 90%;
	margin: 0px 5% 0px 5%;
	padding: 0px 30px 0px 30px;	
	color: black;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	background-color: white;
	border-radius: 10px;
	position: relative;
	top: 120px;
	left: 0px;	
	z-index: 1;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}

.text2_phone {
	width: 90%;
	margin: 0px 5% 0px 5%;
	padding: 0px 30px 0px 30px;
	color: black;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	background-color: white;
	border-radius: 10px;
	position: relative;
	top: 150px;
	left: 0px;	
	z-index: 1;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}

.contactbox {
	padding: 20px;	
	width: 19%;
	min-width: 190px;
	max-width: 300px;	
	height: 50%;
	min-height: 425px;
	color: black;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	background-color: white;
	border-radius: 10px;
	position: fixed;
	top: 190px;
	right: 30px;	
	z-index: 1;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}

.contactbox_phone {
	padding: 0px 10px 10px 10%;	
	width: 100%;
	height: 200px;
	color: black;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	background-color: #EADFFB;
	position: fixed;
	bottom: 15px;	
	z-index: 2;
}

.openinghoursbox {
	padding: 20px;	
	width: 17%;
	min-width: 250px;
	max-width: 270px;
	height: 25%;
	min-height: 250px;
	color: black;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	background-color: white;
	border-radius: 10px;
	position: fixed;
	top: 190px;
	left: 30px;	
	z-index: 1;
	box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}

.openinghoursbox_phone {
	padding: 20px;	
	color: black;
	background-color: white;
	position: fixed;
	z-index: 100;
}

.openinghoursbox2 {
	position: relative;
	top: 20px;
	left: 20px;	
}

.openinghoursbox2_phone {
	position: relative;
}

.openinghoursbox3 {
	position: absolute;
	top: 0px;
	right: 20px;
}

.openinghoursbox3_phone {
	position: absolute;
	top: 0px;
	right: -70px;
}

a.phone:link {
	color: black;
	text-decoration: none;	
}

a.phone:visited {
	color: black;
	text-decoration: none;
}

a.phone:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a.phone:active {
	color: black;
	text-decoration: none;
} 

a.blank:link {
	color: black;
	text-decoration: none;	
}

a.blank:visited {
	color: black;
	text-decoration: none;
}

a.blank:hover {
	color: black;
	text-decoration: none;
}

a.blank:active {
	color: black;
	text-decoration: none;
} 		
  
.text_full {
	font-size: 40px;
}

.text_mobile {
	font-size: 20px;
}

.bg-image {
	background-image: url("../imgs/1.jpg");
	filter: blur(2px);
	-webkit-filter: blur(2px);
	height: 350%; 
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;  
	position: absolute;
}

.bg_phone {
	/* Fallback (could use .jpg/.png alternatively) */
	background-color: #4F189A;

	/* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
	background-image:
    -webkit-gradient(linear, left top, right top, from(red), to(#4F189A));
  
	/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background-image:
    -webkit-linear-gradient(bottom, #170630 70%, #4F189A 100%);

	/* Firefox 3.6 - 15 */
	background-image:
    -moz-linear-gradient(bottom, #170630, #4F189A);

	/* Opera 11.1 - 12 */
	background-image:
    -o-linear-gradient(bottom, #170630, #4F189A);

	/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
	background-image:
    linear-gradient(bottom, #170630, #4F189A);
	
	height: 300%; 
	width: 100%;
	position: absolute;
}

.titlebar {
	background-image: url("../imgs/tile.jpg");
	background-repeat: repeat;
	height: 14%;
	min-height: 110px;
	width: 80%;
	background-color: #3F434F;
	position: fixed;
	top: 0px;
	right:10%;
	z-index: 2;
	border-style: solid;
	border-width: 2px;
	border-color: black;
    border-radius: 0px 0px 50px 50px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.title {
	text-align: center; 
	font-size: 68px;
	font-size: calc(36px + 1.5vw);
	font-family: 'Lobster';
	-webkit-filter: blur(0px) drop-shadow(3px 3px 2px #DAA520	);
	margin: 0px -10px 0px 0px;
}

.titlem {
	text-align: center; 
	font-size: 42px;
	font-weight: bold;
	font-family: 'PT Serif';
	-webkit-filter: blur(1px) drop-shadow(-8px -8px 3px gray);
}

.subtitle {
	color: #fff;
}

.glowhead {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: none;
	font-family: 'Lobster';
	color: rgba(218,165,32,1);
	text-decoration: normal;
	font-style: italic;  
}

.menufooter {
	font-size: 14px;
	position:fixed;
	bottom: 0px;
	background-color: black;
	color: #ffffff;
	width: 100%;
	padding: 0px;		
	text-align: center;
	z-index: 1;
    filter:opacity(30%);
}

.menufooter_phone {
	font-size: 14px;
	position:fixed;
	bottom: 0px;
	background-color: black;
	color: #ffffff;
	width: 100%;
	padding: 0px;		
	text-align: center;
	z-index: 1;
    filter:opacity(90%);
}

.menufooter2_phone {
	font-size: 14px;
	position:fixed;
	bottom: 50px;
	background-color: black;
	color: #ffffff;
	width: 50%;
	padding: 0px;		
	text-align: center;
	z-index: 2;
}

a.emailfooter:link,
a.emailfooter:visited {	
	text-decoration: none;
	color: white;
}

a.emailfooter:hover {
	text-shadow: none;
	text-decoration: none;
	color: white;
}

a.emailfooter:active {
	text-decoration: none;	
	color: white;
} 

.choose {
	font-size: 28px; 
	text-align: center;
    margin: auto;
    width: 60%;
    border: 0px;
    padding: 10px;	
}

#map {
	height: 50%;
	position: relative;
	width: 100%;
	border-style: solid;
	border-width: 2px;
	border-color: black;
}

#map_phone {
	position: fixed;
	bottom: 90px;
	right: 5%;
	z-index: 3;
}

#panel, .flip {
	position: fixed;
	bottom: 15px;
	left:0px;
	padding: 0px 10px 10px 5%;	
	width: 100%;
	height: 255px;
	color: black;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	background-color: #ffffff;	
	z-index: 100;
	box-shadow: 0px -150px 20px rgba(0, 0, 0, 0.8);
}

#panel2, .flip {
	position: fixed;
	bottom: 15px;
	left:0px;
	width: 100%;
	height: 200px;
	color: black;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	background-color: #ffffff;	
	z-index: 100;
	box-shadow: 0px -150px 20px rgba(0, 0, 0, 0.8);
}

#panel {
  display: none;
}

#panel2 {
  display: none;
}

.knapper1 {
	position: fixed;
	bottom: 15px;
	padding: 5px 10px 10px 10%;	
	width: 100%;
	height: 45px;
	color: black;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	background-color: #EADFFB;	
	z-index: 100;
}

.knapper2 {
	position: fixed;
	bottom: 22px;
	right: 40px;
	z-index: 100;
}

.info_kontakt {

}
.openinghourstext {
	font-weight: bold;
}

.button {
	color: #ffffff;
	background-color: #4F189A;
	border-color: #000000;
	border-radius: 5px;
	padding: 6px;
}

.button2 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #4F189A;
	border-color: #000000;
	border-radius: 25px;
	padding: 11px;
}

/* width */
::-webkit-scrollbar {
  width: 20px;
  background: #2C2C2C; 

}

/* Track */
::-webkit-scrollbar-track {

}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #DAA520; 
  border-radius: 15px;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.9);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #D4AF37; 
  border-radius: 15px;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.9);  
}