body {
	background: #646364;
	font-size: 14pt;
	line-height: 1.45em;
	font-family: Zwei, sans-serif;
	letter-spacing: 0.002em;
	color: black;
}

#content a, #content a:visited, #content a:active {
	color: #646364;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	color: #646364;
	text-decoration: underline;
}

table, tr {	
	margin: 0;
	padding: 0;
}

tr, td, th {
	border: none;
}

table {
	width: 100%;
}

#header {
	background-color: white;
	padding: 40px 0 30px 0;
	position: fixed;
	top: 0; 
	width: 100%;
	transition: 0.5s;
	z-index: 90002;
}

#content {
	background-color: #F4F4F4;
	padding: 160px 0 40px 0;
}

#footer {
	padding: 40px 0;
	color: #FFFFFF;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin: 0 0 1.2em 0;
}

h2,
h3 {
	text-wrap: pretty;
	font-weight: normal;
	font-size: 21pt;
	letter-spacing: -0.007em;
	margin: 0 0 1em 0;
	line-height: 1.2em;
}

b,
strong {
	font-weight: bold;
	letter-spacing: 0.01em;
}

#content p {
	margin: 0 0 1.45em 0;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-after: 4;
	-webkit-hyphenate-limit-before: 5;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-zone: 30%;
}


#footer p {
	margin: 0 0 1.45em 0;
}

.logomobile {
	display: none;
}

.logomobile img {
	width: 150px;
}

.logodesktop img {
	width: 400px;
}

.ce-gallery img {
	width: 100%;
	height: auto;
}

#content ul {
	padding: 0;
}

#content ul > li {
  text-indent: -13px;
  list-style-position: outside;
  margin-left: 13px;
  list-style: none;
}

#content ul > li::before {
  content: "‒ ";
  text-indent: -13px;
}

.ce-intext .ce-gallery {
  margin-top: 7px;
}

.ce-intext.ce-left .ce-gallery {
  width: 48%;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: inherit;
}

 input[type="radio"] {
  margin-right: 3px;
  accent-color: green;
}

input[type="radio"] {
	appearance: none;
	width: 15px;
	height: 15px;
	border: 1px solid black;
	border-radius: 50%;
	outline: none;
	background-color: none;
	cursor: pointer;
	display:inline-block;   
	margin: 0 4px -1px 0;
}
		
input[type="radio"]:checked {
	background-color: black;
}

.button {
  display: inline-block;
  color: white;
  text-align: center;
  font-size: 12pt;
  letter-spacing: .1rem;
  text-transform: none;
  border: none;
  background-color: black;
}


/* Youtube Embed */

.frame-video {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.frame-video::after {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.frame-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Media Queries */
@media (max-width: 1100px) {
	.logodesktop {
		display: none;
	}
	.logomobile {
		display: inline-block;
	}
	
	.frame .tx-ws-flexslider + .tx-ws-flexslider {
		display: none;
	}
	
	#content {
		padding: 194px 0 40px 0;
	}

	.ce-textpic .ce-gallery {
	width: 100%; 
	}

	.ce-column {
		width: 100%;
	}

	.ce-intext.ce-left .ce-gallery {
		width: 100%;
	}

	.ce-gallery figure {
		display: block;
	}

	h1, h2, h3 {
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-after: 5;
		-webkit-hyphenate-limit-before: 6;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		hyphenate-limit-zone: 40%;
	}
}

@media (max-width: 400px) {
	h2,
	h3 {
		font-size: 17pt;
	}
}
