@charset "utf-8";
*, ::before, ::after { 
	box-sizing: border-box; 
  	margin: 0;
	padding: 0;
	border: 0;
}
html {
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	object-fit: cover;	
}
body {
	font: 100%/1.5 'PT Sans', sans-serif;
	font-weight: 700;	
	color: #03451f;
	background-color: rgba(162,131,97,0.50)
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0 0 10px 18px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
}
.container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
	font-family: 'Averia Libre', cursive;
	color: #b1c800;
	text-shadow: 0px 0px 5px #000;
	font-weight: 700;
}
p {
	margin-bottom: 10px;
}
.container h1{
	font-size: 200%;
	margin-bottom: 10px;
}
.container h2{
	margin-bottom: 0px;
}
.container hr {
	border: 0; 
	height: 1px;
	background: #FFF;
	margin: 30px 0 20px;
}
a img { 
	border: none;
}
a img:hover {
	opacity: 0.7;
    filter: alpha(opacity=70); 
}

.container a {
	color: #FFF;
	text-decoration: none;
}
.container a:hover, .container a:active, .container a:focus { 
	text-decoration: underline;
}

.container {
	width: 90%;
	max-width: 1260px;
	margin: 0 auto; 
	padding: 25px 0;
}
.logo {
	width: 100%;
	margin-bottom: 25px;
}
.logo img {
	width: 100%;
	max-width: 400px;
	height: auto;
}
.navigation {
	font-family: 'Averia Libre', cursive;
	color: #FFF;
	text-shadow: 0px 0px 3px #000;	
	text-align: right;
	margin-top: -20px;
}
.navigation p {
	margin-bottom: 0;
}
.contentbox {
	clear: both;
	padding: 10px 0;
}
.left {
	margin-bottom: 30px;
}
.right {
	margin-bottom: 30px;	
}
.left img {
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 20px 0;
	box-shadow:  0px 0px 5px #000;
}
.sg img {
	margin: 0px;
}
.sg-item-image {
	padding: 3px 3px 0 3px;
}
.thumb-item {
	margin-top: -20px;
}

/* ~~ Hamburger ~~ */
#hamburger {
display: block;
cursor: pointer;
position: absolute;
left: 25px;
top: 150px;
}
.bar1, .bar2, .bar3 {
width: 35px;
height: 4px;
background-color:#FFF;
margin: 8px 0;
transition: 0.4s;
}
.change .bar1 {
transform: rotate(-45deg) translate(-10px, 13px) ;
}
.change .bar2 {
opacity: 0;
}
.change .bar3 {
transform: rotate(45deg) translate(-4px, -7px) ;
} 

/* ~~ Galerienavigation ~~ */
nav.navi {
    display: none;
    margin-top: 0;
    position: absolute;
	width: 100%;
    height: auto;
    background-color: #b1c800;
    border: 0;
    right: 0;
	left: 0;
    top: 200px;
	padding: 30px;
    z-index: 10;	
}
.show {
    display: block !important;
}

/* ~~ Seitenliste ~~ */
.ccm-block-page-list-page-entry-horizontal {
	display: block;
	position: relative;
	font-family: 'Averia Libre', cursive;	
	color: #FFF;
	background-color: #757059;
	margin-bottom: 20px;
}
.ccm-block-page-list-page-entry-thumbnail {
	position: relative;
	display: none !important;
	width: 100% !important;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}
.ccm-block-page-list-page-entry-thumbnail img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;	
	margin-bottom: 0;	
}
.ccm-block-page-list-title a:hover > .ccm-block-page-list-page-entry-thumbnail img {
	width: 120% !important;
	height: 120%;
	object-fit: cover;	
	margin-bottom: 0;	
}
.ccm-block-page-list-page-entry-text {
	display: block !important;
}
.ccm-block-page-list-title {
	display: block !important;
}
.ccm-block-page-list-title a {
	display: block !important;	
	padding: 6px 10px;
	text-decoration: none;
	text-align: center;
}
.ccm-block-page-list-title a:hover {
	text-decoration: none; 	
	color: #b1c800;
}
nav.navi h1 {
	color: #FFF;
	margin: 0;
}

.pagination a {
	color: #428bca;
}
.footer {
	clear: both;
	padding: 10px 0;
	background-color: #757059;
	box-shadow: 0px 0px 5px #000;
	text-align: center;
	color: #FFF;
}
.footer p {
	margin-bottom: 0;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#backhome {
	position: fixed;
	top: 25px;
	left: 25px;
	width: 75px;
    height: 61px;
	display: block;
	z-index: 1000;
	text-decoration: none;
}
@media (min-width: 1024px) {	
body {
	font: 120%/1.5 'PT Sans', sans-serif;
	font-weight: 700;	
}
.logo {
	float: left;
	width: 60%;
}
.logo img {
	width: 100%;
	max-width: 600px;
	height: auto;
}
.left {
	float: left;
	width: 75%;
}
.right {
	float: right;
	width: 20%;	
}	
/* ~~ Hamburger ~~ */
#hamburger {
display: none;
}

/* ~~ Galerienavigation ~~ */
nav.navi {
    display: block;
    position: relative;	
    height: auto;
    background-color: transparent;
    right: auto;
	left: auto;
    top: auto;
	padding: 0;
}
.ccm-block-page-list-page-entry-horizontal {
	box-shadow: 0px 0px 5px #000;
}	
.ccm-block-page-list-page-entry-text {
	display: block !important;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.ccm-block-page-list-title {
	display: block !important;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
}
.ccm-block-page-list-title a {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
	padding: 6px 10px;
	text-decoration: none;
	text-align: center;
	text-shadow: 0px 0px 3px #000;
	background-color: rgba(0,0,0,0.50)	
}	
.ccm-block-page-list-title a:hover {
	text-decoration: none; 	
	color: #FFF;
	background-color: rgba(0,0,0,0.00)
}	
.navigation {
	font-family: 'Averia Libre', cursive;
	color: #FFF;
	text-shadow: 0px 0px 3px #000;	
	text-align: left;
	margin-top: 0px;
}
.ccm-block-page-list-title {
	visibility:visible !important;
	height: auto;	
}
nav.navi h1 {
	color: #b1c800;
	margin-bottom: 10px;	
}
.ccm-block-page-list-page-entry-thumbnail {
	display: block !important;
}	
}
