
.pswp__caption__center{
  text-align: center;
}



.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 4px;
}
.pre_gal{
  display: flex;
  flex: 50%;
  max-width:30%;
  justify-content: left;
}
.thumb{
  width:100%;
}
.column {
  flex: 50%;
  max-width: 16.63%;
  padding: 0 4px;
}

.column img {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: middle;
}


.pswp__ui{
font-family: 'thasadithR', sans-serif;
}
.pswp__caption__center {
	text-align: center;

}

.pswp__caption__center {
	font-family: 'thasadithR', sans-serif;
}
/*_________________________________________________________________________*/
* {
  box-sizing: border-box;
}


.impress a{
  text-decoration: none;
  color: #adadad;

}

.rbold {
	font-family: 'thasadithR', sans-serif;
}

.glegbold {
	font-family: 'thasadithR', sans-serif;
}

.noscript {
	margin-left: 30%;
	margin-right: 30%;
	color: #860181;
}

.spot {
	color: #a000a0;
}

/*------------basic-------------*/

html {
	line-height: 1.4em;
}


body {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #272727;
}

main {
	margin-left: auto;
	margin-right: auto;
	background-color: #353535;


}

li {
	display: inline-block;
	text-align: inherit;
}

header {
	height: 110px;
  margin-top: 25px;
	background-color: #272727;
}
header h1{
  padding: 0;
  margin: 0;
}

.branding {
  font-family: 'covered_by_your_graceregular', cursive;
  margin-right: 25px;
  color: #adadad;
	position: relative;
	font-size: 1.8em;
	width: auto;
	margin-top: 25px;
	float: right;
  letter-spacing: 4px;


}

 #signet {
	background: url(../img/css/signet.gif) no-repeat center;
  width: 100%;
  height: 78px;
  display: block;


}
section {

	position: relative;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0px;


}

section a {
	position: relative;
	margin: 0px;
	padding: 0px;

}

article {
	max-width: 75%;
	margin: 0 auto 0 auto;
	vertical-align: middle;
	clear: both;
	font-family: 'thasadithR', sans-serif;
	font-size: 1em;
	color: #adadad;
	position: relative;
	display: block;
	letter-spacing: 0.06em;
	padding: 40px 30px 30px 30px;
	line-height: 1.7em;
  text-align:left;
}

article ul {
	margin: 0;
	padding: 0;
}


article li {
	padding-bottom: 10px;
}
article h1{
  font-size: 1.4em;
  font-weight: bold;
}

article h2 {
	font-weight: bolder;
	font-size: 1.2em;
	color: #adadad;
	letter-spacing: 0.1em;
}

article h3 {
	font-weight: bolder;
	color: #adadad;;
	font-size: 1.0em;
}
article a{
  color: darkorange;
}
article p{
font-size: 1.1em;
}
.writen_content p{
 margin: 3px;

}


.maps {
	position: relative;
	width: 60%;
	height: 60%;
	text-align: right;

}

#kontakt a {

	text-decoration: none;
	color: #222222;
}

#kontakt a:hover {
	color: #860181;


}

#kontakt img {
	border-radius: 6px;
	border: 2px solid #adadad;;
}

.hidden {
	display: none;

}

.visible {
	display: inline-block;
  width: 100%;
  height: 50px;
  z-index: 200;
}



hr {

	border-top: none;
	color: #333;
	height: 2px;
	width: 100%;
	margin: 15px 0 15px 0;
	background: url(../img/css/colorbar.png) repeat center left;

}

footer {
	height: 80px;
	background-color: #272727;
	margin-left: auto;
	margin-right: auto;
	color: #adadad;;
	text-decoration: none;
  font-family: 'thasadithR', sans-serif;
	position: relative;
	font-size: 1em;
  letter-spacing: 0.1em;
}

footer ul {
	display: block;
	max-width: 85%;
	margin-right: auto;
	margin-left: auto;
}

footer a {
	display: inline-block;
	margin: 15px;
	color: #adadad;
	text-decoration: none;

}



/*---------------------N A V---------------------------*/
#menubar{
  display: none;
}

#stickynav {
	  font-family: 'thasadithR', sans-serif;
	font-size: 0.9em;
	z-index: 30;
	position: fixed;
	top: 0px;
	background-color: rgba(211, 211, 211, 0.88);
	text-align: center;

}

.invisible {
	display: none;
}

.sticky {
	display: inline-block;
	text-align: center;
}




nav{
  height: auto;
}

ul {
  font-family: 'thasadithR', sans-serif;
  letter-spacing: 3px;
  width: 100%;
	text-align: center;
  font-size: 1em;
  padding:0px;
  height: auto;
}



ul li {
	display: inline-block;
	list-style: none;
	height: auto;
	text-decoration: none;
	width: auto;
}


ul li a {
	text-decoration: none;
	color: #adadad;
	padding: 10px;
	text-align: center;
}

ul li a:hover{
  color: darkorange;
}

li:hover{
  color: darkorange;
}
.dropdown{
  margin-bottom: 10px;
}
.dropdown-content{
  display: none;
  position: absolute;
  width:auto;
  background-color: #272727;
  margin-top: 5px;
}

.dropdown:hover .dropdown-content{
  position: absolute;
  top: 174px;
  left: 0%;
  right: 0%;
  width: 100%;
  height: auto;
  text-align: center;
  display: inline-block;
  z-index: 200;
}
.dropdown-content a:hover{
  color: darkorange;

}

/*-----------------------------------------------------media flex*/

@media (max-width: 1100px) {
  .column {
    flex: 33.33%;
    max-width: 33.33%;
  }
  .row{
    justify-content: flex-start;
  }
  div .branding {
    font-size:1.3em;
  }
}


@media (max-width: 550px) {
  .column {
    flex: 50%;
    max-width: 50%;
    }
    div .branding {
      float: none;
      text-align: center;
      margin: auto;
      top: 25px;
    }
    nav li {
      padding: 4px 0px 6px 0px;
      width: auto;
    }
    ul li a{
        padding: 2px;
        display: block;
        left: 0%;
        right: 0%;
        font-size: 0.8em;

      }
}



/*---------------------------------------------------------------media Iphone*/

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {


    nav li {
      padding: 4px 0px 6px 0px;
      width: auto;
    }

  ul li a{
      padding: 2px;
      display: block;
      left: 0%;
      right: 0%;
      font-size: 0.8em;

    }
    li .dropdown{
    margin-bottom: 2px;
    }

  div .branding {
     font-size: 1em;

   }



  }





/*---------------------------------------------------------------media max 610px*/

@media (max-width:780px) {


li {

    display: inline-block;
    padding: 0px;
    left: 0%;
    right: 0%;

  }


.dropdown{
  margin-bottom: 2px;
  height: 30px;

}
.dropdown:hover .dropdown-content{
    position: absolute;
    top: 165px;
    left: 0%;
    right: 0%;
    width: 100%;
    text-align: center;
    display: block;
    z-index: 200;
  }
.dropdown-content{
  font-size: 0.8em;
}
.dropdown-content a::before{
  content: " •";
}


ul li a{
  letter-spacing: 3px;
  padding: 1px;

}
	header {
		height: 100px;
		padding: 0px;
	}

	header h3 {

		position: relative;
		font-size: 2.5vw;
		margin-right: 0px;
		text-align: center;
		float: none;
		padding-top: 10px;
	}

	#menu{
		/*display: none;*/
	}

	#bannertext {
	  font-family: 'thasadithR', sans-serif;
		color: #adadad;;
		padding-right: 18px;
		text-shadow: 1px 1px 7px #1c1c1c;
	}


	footer a {
		display: inline-block;
		margin: 10px 10px 10px 20px;
		color: #adadad;;
		text-decoration: none;
		font-size: 0.8em;
	}
}
