/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/NotoSans-Regular.ttf');
	font-display: swap;
}

/* latin */
@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/NotoSans-Bold.ttf');
	font-display: swap;
}

@font-face {
	font-family: 'NovecentoWide';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/Synthview-Novecentowide-DemiBold.otf');
	font-display: swap;
}

@font-face {
	font-family: 'NovecentoWide';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/novecentowide/36F341_0_0.eot');
	font-display: swap;
}

@font-face {
	font-family: 'NovecentoWide';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/novecentowide/36F341_0_0.ttf');
	font-display: swap;
}

@font-face {
	font-family: 'NovecentoWide';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/novecentowide/36F341_0_0.woff');
	font-display: swap;
}

@font-face {
	font-family: 'NovecentoWide';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/novecentowide/36F341_0_0.woff2');
	font-display: swap;
}

@font-face {
	font-family: 'NovecentoWide';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/novecentowide/36F341_1_0.eot');
	font-display: swap;
}

@font-face {
	font-family: 'NovecentoWide';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/novecentowide/36F341_1_0.ttf');
	font-display: swap;
}

@font-face {
	font-family: 'NovecentoWide';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/novecentowide/36F341_1_0.woff');
	font-display: swap;
}

@font-face {
	font-family: 'NovecentoWide';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/novecentowide/36F341_1_0.woff2');
	font-display: swap;
}

body {
    background-color: #fff;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
	margin: 0px;
	padding: 0px;
}

a {
    color: #b6985a;
	font-weight: 700;
	font-size: 14px;
	outline: none;
	transition: 0.3s;
}

a:hover {
	text-decoration: none;
	color: #333333;
	transition: 0.3s;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5
}

h1 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 30px;
}

h2 {
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 20px;
}

h2.border_bottom {
    padding-bottom: 14px;
	border-bottom: 2px solid #b6985a;
	margin-bottom: 0px;
}

h3,
h4 {
	font-size: 15px;
	font-family: NovecentoWide;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

th,
td {
	vertical-align: top;
}

.col-md-4 h2.border_bottom {
	font-size: 15px;
	text-transform: uppercase;
}

.col-md-4 h2.border_bottom,
h3.border_bottom,
h4.border_bottom {
    padding-bottom: 20px;
	border-bottom: 2px solid #b6985a;
	margin-bottom: 24px;
}

.center {
	text-align: center;
}

.gold {
	color: #b6985a;
}

ul {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
    padding-right: 15px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.cc-link {
    color: #b6985a !important;
    text-decoration: none !important;
    opacity: 1 !important;
	font-size: 12px !important;
}

.cc-banner .cc-btn:last-child {
    min-width: 30px !important;
}

.cc-btn {
    padding: .2em .8em;
}

.cc-window.cc-banner {
    padding: 1em 96px;
}

.cc-revoke, .cc-window {
    font-size: 12px !important;
}

.cc-revoke, .cc-window {
    font-family: 'Noto Sans', sans-serif;
}

.data_protection h1, 
.data_protection h2, 
.data_protection h3, 
.data_protection h4, 
.data_protection h5, 
.data_protection h6, 
.data_protection .h1, 
.data_protection .h2, 
.data_protection .h3, 
.data_protection .h4, 
.data_protection .h5, 
.data_protection .h6 {
    margin-bottom: 1rem;
    font-family: inherit;
}

.data_protection p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.data_protection ol, 
.data_protection ul, 
.data_protection dl {
    margin-top: 0;
    margin-bottom: 1rem;
	padding-left: 35px;
}

.data_protection ol li {
	list-style: decimal;
}

.data_protection ul li {
	list-style: disc;
}

#top_menu_wrap {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    height: 88px;
    z-index: 1000;
    -moz-box-shadow: 0px 8px 15px -3px #ced0d2;
    -webkit-box-shadow: 0px 8px 15px -3px #ced0d2;
    box-shadow: 0px 8px 15px -3px #ced0d2;
}

#logo {
    width: 40%;
}

#top_menu {
    width: 60%;
	text-align: right;
}

#top_menu ul {
    margin: 0px;
	padding: 0px;
}

#top_menu ul li {
    display: inline-block;
}

#top_menu_wrap #top_menu a {
    font-family: NovecentoWide;
    color: #333333;
    text-decoration: none;
    font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding: 32px 10px;
	display: block;
	transition: 0.3s;
}
#top_menu_wrap #top_menu li.active a,
#top_menu_wrap #top_menu a:hover {
	transition: 0.3s;
	color: #af9358;
}

.ce-headline-center {
	text-align: center;
}

.ce-headline-left {
	text-align: left;
}

.ce-headline-right {
	text-align: right;
}

section {
    padding: 50px 0px;
}

.ce-left.ce-above .ce-gallery {
    text-align: left;
}

.ce-right.ce-above .ce-gallery {
    text-align: right;
}

.ce-center.ce-above .ce-gallery {
    text-align: center;
}

.ce-left.ce-below .ce-gallery {
    text-align: left;
}

.ce-right.ce-below .ce-gallery {
    text-align: right;
}

.ce-center.ce-below .ce-gallery {
    text-align: center;
}

.ce-right.ce-intext .ce-gallery {
    float: right;
}

.ce-left.ce-intext .ce-gallery {
    float: left;
}

.content_750 {
	max-width: 750px;
	margin: 0 auto;
}

.content_960 {
	max-width: 960px;
	margin: 0 auto;
}

.bg_white {
	background: #fff;
}

.bg_beige {
	background: #f9f6ed;
}

.bg_grey {
	background: #efefef;
}

.box {
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 40px;
	font-size: 14px;
}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

.col-md-6,
.col-md-4 {
	padding-left: 20px;
	padding-right: 20px;
}

span.goldlink_with_icon a {
    color: #b6985a;
	font-weight: 700;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
	display: block;
}

span.goldlink_anchor a {
    color: #b6985a !important;
	font-weight: 700;
	font-size: 14px;
	position: relative;
	padding-left: 20px;
	display: block;
	cursor: pointer;
}

.text-center .goldlink_anchor a {
	display: inline-block !important;
}
.text-center .goldlink_with_icon a {
	display: inline-block !important;
}

span.goldlink_with_icon a:hover,
span.goldlink_with_icon a:hover:before {
	text-decoration: none;
	color: #333333;
	transition: 0.3s;
}

span.goldlink_anchor a:hover,
span.goldlink_anchor a:hover:before {
	text-decoration: none;
	color: #333333 !important;
	transition: 0.3s;
}

span.goldlink_with_icon a:before {
	content: "\f35a";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	color: #b6985a;
	left: 0px;
	transition: 0.3s;
	top: -3px;
	font-weight: 400;
}

span.goldlink_anchor a:before {
	content: "\f358";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	color: #b6985a;
	left: 0px;
	transition: 0.3s;
	top: -3px;
	font-weight: 400;
}

.box span.goldlink_with_icon a:before {
	font-weight: 900;
}

.news-list-view span.goldlink_with_icon a {
	display: block;
}

.placeholder_60 {
	height: 40px;
	width: 100%;
}

figure {
    margin: 0 0 0rem;
}

#trenner {
    width: 100%;
    background-color: #333333;
    /*margin-top: 40px;*/
    line-height: 30px;
    height: 30px;
    position: relative;
	margin-bottom: 40px;
    -moz-box-shadow: 0px 8px 15px -3px #ced0d2;
    -webkit-box-shadow: 0px 8px 15px -3px #ced0d2;
    box-shadow: 0px 8px 15px -3px #ced0d2;
}

.content_wrapper {
    margin-bottom: 60px;
}

#trenner::after {
    position: absolute;
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 13px 12.5px 0 12.5px;
    border-color: #333333 transparent transparent transparent;
    top: 30px;
    content: "";
    left: 50%;
    margin-left: -12px;
    -moz-box-shadow: 0px 8px 15px -3px #ced0d2;
    -webkit-box-shadow: 0px 8px 15px -3px #ced0d2;
    box-shadow: 0px 8px 15px -3px #ced0d2;
}

#footer h3 {
	font-family: NovecentoWide;
	color: #333333;
	text-transform: uppercase;
}

#footer h3,
#footer h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
	display: inline-block;
}

.additionals {
	text-align: center;
	margin-bottom: 100px;
	font-family: Noto Sans;
	font-weight: 400;
	font-size: 14px;
}

.additionals a.back-to-top {
    display: block;
    text-transform: uppercase;
    font-family: NovecentoWide;
    font-size: 14px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.additionals ul {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.additionals ul li {
	display: inline-block;
	list-style: none;
}

.additionals ul li a {
	color: #333333;
	font-weight: normal;
	position: relative;
	padding-left: 12px;
	padding-right: 10px;
}

.additionals ul li a:hover {
	text-decoration: underline;
}

.additionals ul li a::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #333;
    position: absolute;
    top: 8px;
    left: 0px;
}

.news-list-view .article {
    margin: 0px;
    padding: 0px;
}

iframe.video-embed-item {
    width: 100%;
    height: auto;
    border: 0px;
}

#footer .goldlink_with_icon,
.col-md-4 .goldlink_with_icon {
    margin: 4px 0;
    display: inline-block;
}

.col-md-4 .goldlink_with_icon:first-child {
	margin-top: 0px;
}

.col-md-4 h2.border_bottom,
.col-md-4 h4.border_bottom {
    display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.box h2.border_bottom {
    margin-bottom: 24px;
	padding-bottom: 12px;
	border-bottom: 4px solid #b6985a;
}

#language_wrapper {
	padding: 5px 10px;
	background: #b6985a;
	font-family: NovecentoWide;
	position: absolute;
	right: 15px;
	top: 0px;
	height: 23px;
	font-size: 13px;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
}

.language-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
	padding-left: 10px;
	position: relative;
	margin-top: -5px;
}

.language-menu li {
    display: inline-block;
}

.language-menu li a {
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	display: block;
	padding: 0 10px;
	transition: 0.3s;
	font-weight: 400;
	font-family: 'NovecentoWide';
}

.language-menu li a:hover {
	color: #333333;
	transition: 0.3s;
}

.language-menu li a:hover:after {
	color: #ffffff;
}

#top_menu_wrap .container {
    position: relative;
}

#top_menu_wrap #top_menu li:last-child a {
    padding-right: 0px;
}

.toggleMobile {
    display: none;
}

img.image-embed-item {
    max-width: 100%;
    height: auto;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
}

.rte_image_left {
    text-align: left;
}

.rte_image_center {
    text-align: center;
}

.rte_image_right {
    text-align: right;
}

.rte_image_in_left {
    float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.rte_image_in_right {
    float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.contenttable {
    width: 100%;
	max-width: 100%;
}

.contenttable th, td {
    padding: 10px;
	font-size: 13px;
}

.contenttable th {
    background: #5c5b58;
	color: #fff;
	font-weight: 400;
}

.contenttable tr:nth-child(2n) {
    background: #f8f6ec;
}

.anchor_section {
	max-width: 750px;
	margin: 0 auto;
}

.anchor_section h2 {
	font-size: 22px;
	border-bottom: 2px solid #b6985b;
	margin-bottom: 14px;
	padding-bottom: 3px;
}

.anchor_section h3 {
	font-size: 14px;
}

a.box_wrap {
    color: inherit;
}

a.box_wrap:hover {
	text-decoration: none;
}

a.box_wrap:hover .box span.goldlink_with_icon a,
a.box_wrap:hover .box span.goldlink_with_icon a:before,
a.box_wrap:hover .box span.goldlink_icon_only a,
a.box_wrap:hover .box span.goldlink_icon_only a:before {
	color: #333333;
	transition: 0.3s;
}

.box {
	color: #333333;
	font-weight: normal;
	font-family: 'Noto Sans';
}

.box span.goldlink_with_icon a:before {
	top: -2px;
}

ul.secondlevel {
    display: none;
    background: #333333;
    position: absolute;
    text-align: left;
	padding: 25px !important;
	margin-left: -55px !important;
}

ul.secondlevel li {
    display: block !important;
}

ul.secondlevel li a {
    color: #fff !important;
	padding: 5px 10px 5px 10px !important;
	transition: 0.3s;
	position: relative;
	font-size: 12px !important;
}
/*
ul.secondlevel li a:after {
	content: "\f35a";
	position: absolute;
	right: 5px;
	top: 5px;
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 400;
}*/

ul.secondlevel li a:hover,
ul.secondlevel li.active a {
    color: #b6985b !important;
	transition: 0.3s;
}

span.goldlink_banner a {
	font-size: 13px;
	font-family: NovecentoWide;
	color: #fff;
	text-transform: uppercase;
	background: #b6985a;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 60px;
	color: #fff;
}

span.goldlink_banner a:hover {
	transition: 0.3s;
	text-decoration: none;
	color: #333333;
}

.box.small {
	padding: 30px 20px; 
}

.hideme {
    opacity: 0;
}

.table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.anchor_section ul {
    padding-left: 40px;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.grid-50 {
	width: 50%;
}

.grid-33 {
    width: 33.33%;
}

.gridcontainer-large {
    margin-left: -40px;
}

.grid-large {
    padding-left: 40px;
    box-sizing: border-box;
	margin-bottom: 40px;
}

.innergrid {
	height: 100%;
}

.innergrid .box {
	height: 100%;	
}

span.goldlink_icon_only a {
    color: #b6985a;
	font-weight: 700;
	font-size: 0px;
	position: relative;
	padding-left: 20px;
}

span.goldlink_icon_only a:hover,
span.goldlink_icon_only a:hover:before {
	text-decoration: none;
	color: #333333;
	transition: 0.3s;
}

span.goldlink_icon_only a:before {
	content: "\f35a";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-size: 30px;
	color: #b6985a;
	left: 0px;
	transition: 0.3s;
	top: -10px;
}

.col-md-6.boxen {
    margin-bottom: 40px;
}

.col-md-6.boxen .box {
    margin-bottom: 0px;
}

.language-menu li:first-child a::after {
	content: "";
	position: absolute;
	left: 44px;
	top: 7px;
	width: 1px;
	height: 15px;
	background: #fff;
}

.img_shadow_border img {
    border: 6px solid #efefef;
    border-radius: 50%;
	-webkit-box-shadow: 0px 10px 25px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 25px -15px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 25px -15px rgba(0,0,0,0.75);
}

.cc-message {
	color: #333333 !important;
}

#language_wrapper span {
    margin-top: -4px;
}

.box.bg_white.small {
	font-size: 13px;
}

.grid-33 .box {
    margin-bottom: 0px;
}

.goldlink_anchor {
    margin: 4px 0;
    display: inline-block;
}

.bg_beige .col-md-8 {
    line-height: 24px;
}

.anchor_section .col-md-6.boxen {
	margin-bottom: 0px;
}

.anchor_section .col-md-6.boxen img {
	margin-bottom: 15px;
}

.news-list-view .goldlink_with_icon {
    margin: 5px 0px;
    display: inline-block;
}

.img_150 {
	max-width: 150px;
	margin: 0 auto;
	height: auto;
}

.img_180 {
	max-width: 180px;
	margin: 0 auto;
	height: auto;	
}

.img_200 {
	max-width: 220px;
	margin: 0 auto;
	height: auto;		
}

form {
	width: 100%;
}

form .header {
	margin-bottom: 0px;	
}

form label {
	margin-bottom: 2px;
}

form input[type="submit"],
form button {
    font-size: 13px;
    font-family: NovecentoWide;
    color: #fff;
    text-transform: uppercase;
    background: #b6985a;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 60px;
    color: #fff;
	border: 0px;
	transition: 0.3s;
	margin: 0 auto;
	font-weight: 500;
}

form input[type="submit"]:hover,
form button:hover {
	transition: 0.3s;
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

.round_image img {
    max-width: 180px;
    height: auto;
}

.box.small .ce-gallery img {
    margin-bottom: 25px;
}

iframe {
    width: 100%;
    height: auto;
    border: 0px;
}

form .header h2 {
	font-size: 18px;
	font-family: 'Noto Sans';
	font-weight: 700;
	color: #b6985a;
	margin-left: 20px;
}

form .header span {
    display: block;
	font-size: 18px;
	font-family: 'Noto Sans';
	font-weight: 700;
	color: #b6985a;
}

.block {
	margin-bottom: 60px;
}

label.group {
    display: block;
    position: relative;
    padding-left: 36px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
	border: 1px solid #b6985a;
	border-radius: 50%;
}

label.group:hover input ~ .checkmark {
    border: 1px solid #000;
}

label.group input:checked ~ .checkmark {
    border: 1px solid #b6985a;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

label.group input:checked ~ .checkmark:after {
    display: block;
}

label.group .checkmark:after {
 	top: 1px;
	left: 3px;
	content: "\f00c";
	font-size: 9px;
	font-family: "Font Awesome 5 Free";
	color: #b6985a;
	font-weight: 900;
}

.error {
	font-size: 16px;
	color: #fff;
	background: #333333;
	padding: 10px;
	margin-bottom: 60px;
	box-sizing: border-box;
}

.teaser {
    margin-bottom: 15px;
	margin-top: -6px;
}
/*
.box iframe {
    margin-bottom: 15px;
}*/

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin-bottom: 15px;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#logo img {
    width: 419px;
    height: auto;
}

.ulstyle {
	padding: 0px;
	margin: 0px;
}

.ulstyle li {
	list-style: none;
	margin: 0px -15px;
}

.ulstyle h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

.card {
	height: 100%;
	border: 0px;
	border-radius: 0rem;
}

.card-body  {
	padding: 30px;
	font-size: 13px;
}

.card-body a {
	font-size: 13px;
}

.abstand-30 {
	margin-bottom: 30px;
}

.card-body h3 {
	position: relative;
	padding-left: 25px;
	font-size: 18px;
	margin-bottom: 20px;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	text-transform: none;
}

.card-body h3::before {
    content: "\f35a";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    color:#000;
    left: 0px;
    transition: 0.3s;
    top: 0px;
    font-weight: 400;
}

.ulstyle span.goldlink_anchor a {
	padding-left: 25px;
}

.ulstyle span.goldlink_anchor a::before {
    top: 0px;
}

.minus-margin {
    margin-top: -15px;
}

.minus-margin2 {
    margin-top: -15px;
}

lite-vimeo>.ltv-playbtn:hover {
	background-color: #b6985a !important;
}

lite-vimeo:hover>.ltv-playbtn {
	background-color: #b6985a !important;
}