/*General*/

@font-face {
  		font-family: 'Roboto Serif', serif;
  		src:  url('./fonts/RobotoSerif-VariableFont_GRAD,opsz,wdth,wght.ttf'),
	  			url('./fonts/RobotoSerif-Italic-VariableFont_GRAD,opsz,wdth,wght.ttf');
	font-size: 18px;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
	color: #dd4b93;
}

a:hover {
	text-decoration: none;
}


img {
	max-width: 100%;
}

ul {
	list-style: square;
	padding: 0;
	margin: 0;
}

.cover {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.container {
	position: relative;
	z-index: 3;
}

.heading {
	text-align: left;
	padding-left: 150px;
	margin-top: 24px;
	}

.heading h2 {
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	padding-bottom:16px;
}



/*Nagivation*/
#main-nav {
	padding: 15px 0;
}

/*Affix*/
#main-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    color: #fff;
    z-index:10;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 5px 5px rgba(0,0,0,.15);
    transition: all 0.3s;
}

.navbar {
	margin:0;
}

#main-nav .navbar-header a {
	/* background-color: #01b1d7; */
	color: #fff;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#main-nav .navbar-brand {
		font-size:0.8em;
	}
}
/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#main-nav .navbar-brand {
		font-size:0.8em;
	}
}


/*Toggle Menu*/
#main-nav .navbar-toggle {
	background-color: #01b1d7;
}

#main-nav .navbar-toggle span {
	background-color: #fff;
}

/*Main Menu*/
#main-nav .navbar-right {
	margin-top: 10px;
}
#main-nav .navbar-right li > a {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	color: #555;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}

#main-nav .navbar-right li > a:focus {
	color: #dd4b93;
    background: #fff;
    outline: none;
}

#main-nav .navbar-nav>li>a:hover,
#main-nav .navbar-nav>li.active>a {
	color: #dd4b93;
    background: #fff;
}


/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {

	iframe {height:300px;}

	.heading {
		text-align: center;
		padding-left: 0;
	}

	h1 {
		font-weight: 700;
		font-size: 30px;
	}

	.heading h2 {
		font-size: 27px;
		xxxmargin-top:90px;
	}

	.heading p {
		font-size: 13px;
	}


}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	}

	.heading {
		text-align: left;
		padding-left: 0;
		}


	.heading h2 {
		font-size: 24px;
		margin-top:90px;
	}



}



/*Footer*/
#footer {
	margin-top: 30px;
	padding: 20px 0;
	border-top: 1px solid black;

/*	color: #8e8e8e;
	background-color: #282828;
	height: 250px;
*/
}

#datenschutz {
	font-size:0.8em;
}

#xxxdatenschutz {
	font-size:0.8em;
	margin-top: 10px;
	border-top: 0px solid black;
}

#impressum {
	font-size:0.8em;
	margin-top: 10px;
	border-top: px solid black;
}

#impressum h4 {
	color: #ddd;
}


/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#footer {
		height: 600px;
		background-color: #fff;
		color: #000;
	}

	#impressum {
		font-size: 1em;
		padding-top: 10px;
	}

	#impressum h4 {
		color: #000;
		font-weight: bold;
	}

	#datenschutz h1, #datenschutz h2 {
		font-size:24px;
	}

	#footer .btn {
		margin-top:10px;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#footer {
		height: 600px;
		background-color: #fff;
		color: #000;
	}

	#impressum {
		font-size: 1em;
		padding-top: 10px;
	}

	#impressum h4 {
		color: #000;
		font-weight: bold;
	}

	#datenschutz h1, #datenschutz h2 {
		font-size:24px;
	}

	#footer .btn {
		margin-top:10px;
	}
}


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #000;
  color: #ccc;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  xxxborder: none;
  border: 2px solid dd4b93;
  border-radius: 25px;
  outline: none;
  transition: 0.4s;
  font-weight: 700;
  font-size:24px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #dd4b93;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  /* padding: 0 18px; */
  background-color: white;
  display: none;
  overflow: hidden;
}

.panel ul.photos {
	padding-left:0;
}

.panel ul.photos li {
	list-style-type:none;
	display:inline-block;
	padding:24px;
}
