/* aclonica-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Aclonica';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/aclonica-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../Fonts/aclonica-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Fonts/aclonica-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Fonts/aclonica-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Fonts/aclonica-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Fonts/aclonica-v18-latin-regular.svg#Aclonica') format('svg'); /* Legacy iOS */
}

h1 {
	display:  inline-block;
	margin:  0 5px;
	text-shadow: 1px 1px 3px #000;
	color: #ffd6a8;
}

h2 {
	color: #ffd6a8;
}

body {
    /*background: #4AC1D9;*/
    font-family: 'Aclonica', sans-serif;
    /*background: url(/caria/Bilder/hg-klein.jpg);
     background-repeat: no-repeat;
    background-size: cover;*/
    background-color: #5d87a1;
    /*background-image: url(/caria/Bilder/halftone.png);*/
    color: #e3bc8f;
    font-size:18px;
}

#header {
  padding:30px 0 10px 0;
  text-align:center;
  margin-bottom:20px;
  line-height:2.5em;
  /*font-family: 'Raleway', sans-serif;*/

}
#cont {
	margin-bottom: 40px;
}

.frame {
	width: calc(100% - 40px);
	max-width: 980px;
	padding: 0 20px;
	margin: 0 auto 40px auto;
}
.image {
	padding:5px;
}
.ce-gallery img {
    display: block;
    box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}
.text-center {
	text-align:center;
}

a {
	color: inherit;
}

p {
	line-height: 24px;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin: 20px 0;
}

.subpages {
    margin:  0 auto 60px auto;
}

.element {
	display: flex;
	margin-bottom: 20px;
}
.element-image {
	margin-right: 20px;
}
.element-image img {
	height: auto !important;
	width:85px;
	max-width:85px;
}

.element span {
	text-shadow: 1px 1px 3px #000;
	color: #ffd6a8;
}
.element table td {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 3px;
}
img {
	max-width:100%;
	height:auto;
}
img.center {
	margin: 20px auto;
	display: block;
}
.featherlight .featherlight-content {
	background: #5d87a1;
}

#footer {
	padding-top: 25px;
	text-align:center;
}

#footer div {
	text-align: center;
}
#footer div a {
	display: inline-block;
	padding: 0 20px;
}

figcaption {
	padding-top:8px;
}
.image-caption {
	font-size:smaller;
}
.ce-center .image-caption {
	text-align:center;
}

@media only screen and (max-width: 1200px) {
	.subpages, .gallery {
		width: 60%;
	}

}

@media only screen and (max-width: 998px) {
	.subpages, .gallery {
		width: 80%;
	}
}

@media only screen and (max-width: 768px) {
	.subpages, .gallery {
		width: 90%;
	}
}

@media only screen and (max-width: 480px) {

	.ce-left .ce-gallery, .ce-column {
    	float: none;
	}
}

@media only screen and (max-width: 420px) {
	.element-image {
	    margin-right: 10px;
	    width: 100%;
	}
	.element {
		display:block;
	}
	.element-image {
		text-align:center;
	}
}

