/*
 *  DEFAULT CSS
 */

body {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 18px;
	color: #555;
	font-weight: 400;
	line-height: 1.35em;
	margin: 0;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.3em;
	color: #0AF;
	margin-bottom: 20px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 35px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 25px;
}

h6 {
	font-size: 20px;
}

p:last-child {
	margin-bottom: 0;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top: 1px solid #dedede;
}

blockquote {
	padding: 4px 4px;
	margin: 0 0 24px;
	font-size: 20px;
	border-left: 0px;
}

figure {
	display: table;
}

figcaption {
	display: table-caption;
	caption-side: bottom;
}


::-moz-selection {
	background: rgba(0, 0, 0, 0.9);
	color: white;
}
::selection {
	background: rgba(0, 0, 0, 0.9);
	color: white;
}


a {
	color: #0AF;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover, a:focus {
	outline: 0;
	color: #8ABA16;
	text-decoration: none;
}

a.internal-link,
a.download,
a.external-link,
a.email {
	position: relative;
	padding-left: 25px;
	display: inline-block;
}

a.internal-link:before,
a.download:before,
a.external-link:before,
a.email:before {
	font-family: 'Material Icons';
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

a.internal-link:before {
	content: "\e250";
	font-size: 24px;
	/*top: -2px;*/
}

a.download:before {
	content: "\e255";
	-moz-transform: rotate(180deg) translateY(50%);
	-ms-transform: rotate(180deg) translateY(50%);
	-o-transform: rotate(180deg) translateY(50%);
	-webkit-transform: rotate(180deg) translateY(50%);
	font-size: 24px;
	top: 55%;
	/*top: -2px;*/
}

a.external-link:before {
	content: "\e894";
}

a.email:before {
	content: "\e0e1";
}


.clearfix:before,
.clearfix:after {
	content: "";
	/*display: table;*/
	display: block;
}

.clearfix:after {
	clear: both;
}



/*** List Style ***/

.list-style {
	padding: 0;
}

.list-style li {
	padding: 0;
	list-style: none;
	position: relative;
	padding: 0 0 15px 23px;
}

.list-style li::before {
	font-family: "Material Icons";
	content: " \e061";
	/*color: deepskyblue;*/
	font-size: 15px;
	position: absolute;
	top: 0;
	left: 0;
}

.list-style li a {
	display: inline-block;
}


/* List Style 2 (mit Pfeilen) */

/*
.list-style-arrow {
	padding: 0;
	margin: 0 0 15px;
	list-style: none;
}

.list-style-arrow li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.list-style-arrow li {
	position: relative;
	padding: 0 0 15px 28px;
	line-height: 1.2;
}

.list-style-arrow li:before {
	font-family: "Material Icons";
	content: " \e315";
	color: deepskyblue;
	font-size: 38px;
	position: absolute;
	top: -10px;
	left: -10px;
}

.list-style-arrow li a {
	display: inline-block;
}
*/


.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}



/*** iFRAME ***/

iframe {
	max-width: 100%;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ratio 4x3 */
.embed-container.ratio4x3 {
	padding-bottom: 75%;
}
/* ratio 3x1 */
.embed-container.ratio3x1 {
	padding-bottom: 33%;
}

.video-embed {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
}

.video-embed iframe,
.video-embed object,
.video-embed embed {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    border: 0;
	max-width: 100%;
}

/** Externes Video im CE-Textmedia **/

.video-container .ce-textmedia.ce-left .textmedia-media .ce-gallery,
.video-container .ce-textmedia.ce-right .textmedia-media .ce-gallery {
	float: none;
	margin-left: 0;
	margin-right: 0;
}

.video-container .ce-textmedia .ce-outer,
.video-container .ce-textmedia .ce-inner {
	float: none;
	right: auto;
}

.video-container .ce-textmedia .textmedia-media .ce-gallery .ce-column {
	float: none;
}

.video-container figure.video {
	display: block;
}

.video-container .video-embed {
	position: relative;
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.video-container .video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	border: none;
	display: block;
}



/*** SPACE BEFORE/AFTER ***/

.frame-padding-before-extra-small {
	padding-top: 2rem;
}
.frame-padding-before-small {
	padding-top: 2.5rem;
}
.frame-padding-before-medium {
	padding-top: 3rem;
}
.frame-padding-before-large {
	padding-top: 3.5rem;
}
.frame-padding-before-extra-large {
	padding-top: 4rem;
}

.frame-padding-after-extra-small {
	padding-bottom: 2rem;
}
.frame-padding-after-small {
	padding-bottom: 2.5rem;
}
.frame-padding-after-medium {
	padding-bottom: 3rem;
}
.frame-padding-after-large {
	padding-bottom: 3.5rem;
}
.frame-padding-after-extra-large {
	padding-bottom: 4rem;
}



/*** TEXT-BILD ***/

/*.ce-textmedia a.lightbox {
	display: block;
	position: relative;
}

.ce-textmedia a.lightbox:after {
	font-family: "Material Icons";
	content: "\e8ff";
	font-size: 55px;
	padding: 15px 30px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ce-textmedia a.lightbox:hover:after {
	opacity: 1;
}*/

.ce-gallery figure.image {
	position: relative;
}

.ce-gallery figcaption {
	padding: 15px 15px;
	color: #555;
	line-height: 1.1;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.7;
	background-color: rgba(255, 255, 255);
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ce-gallery .image:hover figcaption {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.7);
}

.ce-gallery .image .image-caption {
	font-size: 11px;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ce-gallery .image:hover .image-caption {
	font-size: 16px;
}

.ce-gallery .image .image-copyright {
	font-size: 10px;
	font-weight: lighter;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ce-gallery .image:hover .image-copyright {
	font-size: 14px;
}

.ce-gallery .image figcaption div + div {
	padding-top: 8px;
}

.ce-gallery figure.image a {
	display: block;
}

.ce-gallery.ce-border img,
.ce-gallery.ce-border iframe {
	border: none;
}

/* Anpassungen für große Geräte */

@media (min-width: 768px) {

	/*** Textmedia ***/

	.ce-textmedia.ce-intext.ce-right .ce-gallery,
	.ce-textmedia.ce-intext.ce-left .ce-gallery,
	.ce-textmedia.ce-center.ce-above .ce-gallery,
	.ce-textmedia.ce-center.ce-below .ce-gallery {
		margin: 0;
	}
	.ce-textmedia.ce-intext.ce-right .ce-gallery {
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.ce-textmedia.ce-intext.ce-left .ce-gallery {
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.ce-textmedia.ce-center.ce-above .ce-gallery {
		margin-bottom: 20px;
	}
	.ce-textmedia.ce-center.ce-below .ce-gallery {
		margin-top: 20px;
	}

	/* Ein Bild pro Zeile */
	.ce-textmedia .ce-gallery .ce-column {
		margin: 0;
	}

	/* Fluid Image Tags */
	/* das macht Probleme und wird daher eingeschränkt * /
	.ce-textmedia .ce-gallery img,
	.ce-textmedia .ce-gallery picture {
		width: 100%;
		height: auto;
	}
	*/
	.ce-textmedia.ce-center.ce-above .ce-gallery img,
	.ce-textmedia.ce-center.ce-below .ce-gallery img,
	.ce-textmedia.ce-center.ce-above .ce-gallery picture,
	.ce-textmedia.ce-center.ce-below .ce-gallery picture {
		width: 100%;
		height: auto;
	}

	/*** Images ***/

	/* Spaltenbreiten je nach eingestellten Columns */
	.ce-image .ce-gallery[data-ce-columns="2"] .ce-column {
		width: 50%;
	}

	.ce-image .ce-gallery[data-ce-columns="3"] .ce-column {
		width: 33%;
	}

	.ce-image .ce-gallery[data-ce-columns="4"] .ce-column {
		width: 25%;
	}

	.ce-image .ce-gallery[data-ce-columns="5"] .ce-column {
		width: 20%;
	}

	/* Abstand unter jeder Zeile */
	.ce-image .ce-gallery .ce-row {
		/*margin-bottom: 20px;*/
		margin-bottom: 0;
		margin-left: -5px;
		margin-right: -5px;
	}

	/* Ein Bild pro Zeile */
	/* Abstand zwischen Bildern */
	.ce-image .ce-gallery .ce-column {
		margin: 0 0 20px;
		padding: 0 10px;
	}
	/* kein Abstand bei einem Bild */
	.ce-image .ce-gallery[data-ce-columns="1"] .ce-column {
		padding: 0;
	}

	/* Fluid Image Tags */
	.ce-image .ce-gallery img,
	.ce-image .ce-gallery picture {
		width: 100%;
		height: auto;
	}
}

/* Anpassungen für kleine Geräte */

@media (max-width: 767px) {

	/*** Textmedia ***/

	/* Elemente nicht mehr floaten */
	.ce-textmedia.ce-intext.ce-right .ce-gallery,
	.ce-textmedia.ce-intext.ce-left .ce-gallery,
	.ce-textmedia.ce-center.ce-above .ce-gallery,
	.ce-textmedia.ce-center.ce-below .ce-gallery {
		float: none;
		margin: 0;
	}
	.ce-textmedia.ce-intext.ce-right .ce-gallery {
		margin-bottom: 20px;
	}
	.ce-textmedia.ce-intext.ce-left .ce-gallery {
		margin-bottom: 20px;
	}
	.ce-textmedia.ce-center.ce-above .ce-gallery {
		margin-bottom: 20px;
	}
	.ce-textmedia.ce-center.ce-below .ce-gallery {
		margin-top: 20px;
	}

	/* Positionierungen entfernen */
	.ce-textmedia .ce-gallery .ce-outer,
	.ce-textmedia .ce-gallery .ce-inner {
		float: none;
		left: auto;
		right: auto;
	}

	/* Ein Bild pro Zeile */
	.ce-textmedia .ce-gallery .ce-column {
		float: none;
		margin: 0;
	}

	/* Element aufspannen (SVGs, damit sie zentriert dargestellt werden) */
	.ce-textmedia .ce-gallery figure.img-ext-svg {
		display: block;
	}

	/* Fluid Image Tags */
	.ce-textmedia .ce-gallery img,
	.ce-textmedia .ce-gallery picture {
		width: 100%;
		height: auto;
	}

	/*** Images ***/

	.ce-image.ce-right .ce-gallery,
	.ce-image.ce-left .ce-gallery,
	.ce-image.ce-above .ce-gallery,
	.ce-image.ce-below .ce-gallery {
		float: none;
		margin: 0;
	}

	/* Positionierungen entfernen */
	.ce-image .ce-gallery .ce-outer,
	.ce-image .ce-gallery .ce-inner {
		float: none;
		left: auto;
		right: auto;
	}

	/* Abstand unter jeder Zeile */
	.ce-image .ce-gallery .ce-row {
		margin-bottom: 0;
	}

	/* Ein Bild pro Zeile */
	.ce-image .ce-gallery .ce-column {
		float: none;
		margin: 0 0 20px;
	}

	/* Element aufspannen */
	.ce-image .ce-gallery figure.image {
		display: block;
	}

	/* Fluid Image Tags */
	.ce-image .ce-gallery img,
	.ce-image .ce-gallery picture {
		width: 100%;
		height: auto;
	}
}

/** SVGs zentrieren **/

.frame-type-textmedia img[src$="svg"] {
	margin: 11px auto 0px;
}

/** Rounded Image **/

.frame-layout-rounded-image .image img {
	border-radius: 50%;
}



/*** KACHELN (CARDS) ***/

.frame-box-primary,
.frame-box-overlay-primary {
	background: #3c312d;
	margin-bottom: 30px; /*15px*/
}

.frame-box-secondary,
.frame-box-overlay-secondary {
	background: #ff8130;
	margin-bottom: 30px; /*15px*/
}

.frame-box-primary .box-link,
.frame-box-overlay-primary .box-link,
.frame-box-secondary .box-link,
.frame-box-overlay-secondary .box-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.frame-box-primary .box-link:hover ~ div,
.frame-box-primary .box-link:focus ~ div,
.frame-box-overlay-primary .box-link:hover ~ div,
.frame-box-overlay-primary .box-link:focus ~ div,
.frame-box-secondary .box-link:hover ~ div,
.frame-box-secondary .box-link:focus ~ div,
.frame-box-overlay-secondary .box-link:hover ~ div,
.frame-box-overlay-secondary .box-link:focus ~ div {}

.frame-box-primary header,
.frame-box-overlay-primary header,
.frame-box-secondary header,
.frame-box-overlay-secondary header {
	/*color: #fff;*/
	padding: 5px 15px;
	width: 100%;
}

.frame-box-primary header > *,
.frame-box-overlay-primary header > *,
.frame-box-secondary header > *,
.frame-box-overlay-secondary header > * {
	/*color: #fff;*/
	margin: 0;
}

.frame-box-primary header a,
.frame-box-overlay-primary header a,
.frame-box-secondary header a,
.frame-box-overlay-secondary header a {
	/*color: #fff;*/
	display: block;
	position: relative;
}

.frame-box-primary .ce-textmedia.ce-center.ce-above .ce-gallery,
.frame-box-overlay-primary .ce-textmedia.ce-center.ce-above .ce-gallery,
.frame-box-secondary .ce-textmedia.ce-center.ce-above .ce-gallery,
.frame-box-overlay-secondary .ce-textmedia.ce-center.ce-above .ce-gallery {
	margin-bottom: 0;
}

.frame-box-primary .ce-textmedia.ce-center.ce-below .ce-gallery,
.frame-box-overlay-primary .ce-textmedia.ce-center.ce-below .ce-gallery,
.frame-box-secondary .ce-textmedia.ce-center.ce-below .ce-gallery,
.frame-box-overlay-secondary .ce-textmedia.ce-center.ce-below .ce-gallery {
	margin-top: 0;
}

.frame-box-primary .ce-textmedia,
.frame-box-overlay-primary .ce-textmedia,
.frame-box-secondary .ce-textmedia,
.frame-box-overlay-secondary .ce-textmedia {
	position: relative;
	margin: 0;
}

.frame-box-primary .textmedia-text,
.frame-box-overlay-primary .textmedia-text,
.frame-box-secondary .textmedia-text,
.frame-box-overlay-secondary .textmedia-text {
	/*color: #fff;*/
	padding: 15px;
}

/*.frame-box-primary .textmedia-text p,
.frame-box-overlay-primary .textmedia-text p,
.frame-box-secondary .textmedia-text p,
.frame-box-overlay-secondary .textmedia-text p {
	margin: 0;
}*/

.frame-box-primary .ce-textmedia figcaption,
.frame-box-overlay-primary .ce-textmedia figcaption,
.frame-box-secondary .ce-textmedia figcaption,
.frame-box-overlay-secondary .ce-textmedia figcaption {
	display: none;
}

/** NUR KACHELN (CARDS) OVERLAY **/

.frame-box-overlay-primary,
.frame-box-overlay-secondary {
	position: relative;
}

.frame-box-overlay-primary header,
.frame-box-overlay-secondary header {
	position: absolute;
	z-index: 1;
}

.frame-box-overlay-primary header {
	background: rgba(60, 49, 45, 0.8);
}

.frame-box-overlay-secondary header {
	background: rgba(255, 129, 48, 0.8);
}

.frame-box-overlay-primary .textmedia-header-bottom header,
.frame-box-overlay-secondary .textmedia-header-bottom header {
	bottom: 0;
}

.frame-box-overlay-primary .textmedia-header-top header,
.frame-box-overlay-secondary .textmedia-header-top header {
	top: 0;
}

.frame-box-overlay-primary .textmedia-text,
.frame-box-overlay-secondary .textmedia-text {
	position: absolute;
	opacity: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	z-index: 1;
}

.frame-box-overlay-primary .textmedia-text {
	background: rgba(60, 49, 45, 0.75);
}

.frame-box-overlay-secondary .textmedia-text {
	background: rgba(255, 129, 48, 0.75);
}

.frame-box-overlay-primary:hover .textmedia-text,
.frame-box-overlay-secondary:hover .textmedia-text {
	opacity: 1;
}



/*** BOX SIMPLE ***/

.frame-simple-box {
	padding-left: 2em;
	padding-right: 2em;
	background: #fff;
	box-shadow: 0 0 5px rgba(100, 100, 100, 0.3);
}



/*** BUTTONS ***/

.btn {
	position: relative;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
	transition: all 0.1s ease-in-out;
	max-width: 100%;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
}

.btn-primary {
	color: #fff;
	background-color: #3c312d;
	border-color: #3c312d;
}
.btn-primary:hover {
	color: #fff;
	background-color: #1E130F;
	border-color: #1E130F;
}

.btn-secondary {
	color: #fff;
	background-color: #ff8130;
	border-color: #ff8130;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #E66817;
	border-color: #E66817;
}

.arrow-left::before {
	font-family: "Material Icons";
	content: "\E314";
	position: relative;
	top: 7px;
	font-size: 25px;
	line-height: .5;
}

.arrow-right::after {
	font-family: "Material Icons";
	content: "\E315";
	position: relative;
	top: 7px;
	font-size: 25px;
	line-height: .5;
}



/*** CONTAINER (GRIDS) ***/

.row-full {
	width: 100vw; /*99.225vw*/
	position: relative;
	margin-left: -50vw; /*-49.59vw*/
	left: 50%;
}

.background-transparent {
	background-color: transparent;
	padding: 25px 0;
}

.background-primary {
	background-color: #3c312d;
	padding: 25px 0;
}

.background-secondary {
	background-color: #17a2b8;
	padding: 25px 0;
}

.background-grey {
	background-color: #eaebec;
	padding: 25px 0;
}

.fullwidth-background-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.container-oversize,
.container-slim {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container-oversize {
		max-width:702px;
	}
	.container-slim {
		max-width:432px;
	}
}
@media (min-width:768px) {
	.container-oversize {
		max-width:936px;
	}
	.container-slim {
		max-width:576px;
	}
}
@media (min-width:992px) {
	.container-oversize {
		max-width:1248px;
	}
	.container-slim {
		max-width:768px;
	}
}
@media (min-width:1200px) {
	.container-oversize {
		max-width:1482px;
	}
	.container-slim {
		max-width:912px;
	}
}



/*** FORMULAR ***/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #ccc;
	opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #ccc;
	opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #ccc;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #ccc;
	opacity: 1;
}

input[type=number] {
	text-align: center;
}

fieldset {
	border: 0;
	padding: 0;
}

form label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}



/*** CONTENT ***/

.content-main,
.content-right {
	padding-top: 25px;
	padding-bottom: 25px;
}

.content-top-banner .background-transparent {
	padding: 0;
}

.row-full .ge-image-content-wrapper {
	position: relative;
}

.ge-image-content-wrapper .ge-image-wrapper {
	position: relative;
}

.ge-image-content-wrapper .ge-image-wrapper img {
	max-width: 100%;
    height: auto;
}

.darken .ge-image-content-wrapper .ge-image-wrapper:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
}

.ge-image-content-wrapper .ge-content-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.ge-image-wrapper .parallax {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.darken .frame-type-header *,
.darken .frame-type-text *,
.darken .frame-type-textmedia * {
	color: #fff;
}

.force-white .frame-type-header *,
.force-white .frame-type-text *,
.force-white .frame-type-textmedia * {
	color: #fff;
}



/*** FOOTER ***/

footer {}

.footer-top {
	color: #fff;
}

.footer-bottom {
	background-color: #999998;
	padding: 25px 0;
}

.copyright {
	color: #fff;
}



@media (max-width: 991px) {
	.tab-header-wrapper {
		flex-direction: column;
	}
}