/* CSS Mini Reset */
/******************/
html{color:#000;}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}
.clear { clear:both; }
.nopadl { padding-left:0px !important;	}
.nopadr { padding-right:0px !important; }
.nopad {padding-left:0px !important; padding-right:0px !important; }
/* STYLES */
/**********/
body {
	-webkit-font-smoothing: antialiased;
}

.homeslider .slider_txt, #site .txt1 h2, .teasertxt h3, #site h2, #footer_top h2 {
    font-family: 'Playfair Display', serif;
}

body {
    font-family: 'Work Sans', sans-serif;
}

#b1, .subp_txt1  {
    background-color: #f1f1f1;
}

label {
    font-weight: normal;
    clear: both;
    margin-bottom: 15px;
}

strong {
    font-weight: bold;
}

a, a:hover {
    text-decoration: none;
}

.e404 {
	width:100%;
	display:block;
	position:absolute;
	z-index:100;
	text-align:center;
	margin-top:50vh;
	font-size:25px;
}

.fullw {
    width: 100%;
    float: left;
}

#nav_wrapper, .middlew {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}



.smallw {
    width: 100%;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    display: table;
}


#logo_wrapper, #navtel {
    width: 20%;
}

.contentw {
    clear: both;
}

#footer, nav, #subnav {
    background-color: #231f20;
}

.bx-wrapper, .margbottom {
    margin-bottom: 70px !important;
}

.nav > li a, .nav > li a:hover, .nav > li a:focus, .homeslider .slider_txt, .teasertxt h3, .txtwrapper2, #site .txtwrapper2 h2, #footer, #footer h3, #footerb_right a, .agb_nav li a {
    color: #fbfcff !important;
}

#navtel a, .more, .button:hover{
    color: #d1ccd0;
}

#site h2, .button, .subtxt a, #site h2 a {
    color: #74598f;
}

.txtwrapper4, #news h2, .newstxt, .subcontent span, .subtxt, form a  {
    color: #454545 !important;
}

.more:hover {
    color: #4f435d;
    background-color: #d1ccd0;
}

.button:hover, #send:hover  {
    background-color: #74598f;
}

#send:hover {
    color: white;
}


.teaser_wrapper {
    background-color: #4f435d;
}

.txtwrapper2 {
    background-color: #74598f
}

.txtwrapper4 {
    background-color: white;
}

.teasertxt h3, #site .txtwrapper2 h2, #news h2 {
    font-size: 45px!important;
}

.txt2, .nav, #site .txt1  {
    font-size: 22px;
}

.txtwrapper4 {
    font-size: 18px;
    line-height: 1.33;
}

.homeslider, .subpage {
    margin-top: 140px ;
}

table td{
    vertical-align: top;
}

.noshow {
    display: none;
}

hr {
    border-top: 1px solid #454545;
}




/* NAV */
nav {
    height: 140px;
    width: 100%;
    display: table;
    position: fixed;
    top: 0px;
    z-index: 10;
}

.nav {
    float: right;
    line-height: normal;
    letter-spacing: -0.42px;
    color: #fbfcff;
}

#nav_wrapper, #navtel {
    margin-top: 57px;
}
#btn_nav, .mobnav{
	display:none;
}
.nav > li{
	float:left;
	display:inline-block;
	margin-left:35px;
}
.nav > li a, .nav > li a:hover, .nav > li a:focus{
	padding:0px;
	display:inline-block;
	background:none;
    text-decoration: none;
}

.nav li > ul {
    display: none;
}

.nav li > ul li a {
    font-size: 18px;
}

.nav .act > a {
    text-decoration: underline;
}

.nav .act > a:hover {
    text-decoration: underline;
}

.nav .act > ul {
    display: block;
    width: 100vw;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: -50vw;
    top: 90px;
    z-index: 10;
}

.nav .act > ul > li {
    width: 25%;
    float: left;
}

#subnav {
    height: 40px;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 140px;
    border-top: 1px solid white;
}

#header_logo {
    width: 180px;
    height: auto;
    position: absolute;
    bottom: 0px;
}

#logo_txt {
    position: absolute;
    left: calc(155px + 30px);
    padding: 35px 0px;
    height: 140px;
    line-height: 1.09;
    letter-spacing: -0.62px;
    font-size: 32px;
}

#logo_wrapper a {
    color: white;
    text-decoration: none;
}

#navtel {
    position: absolute;
    right: 75px;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: -0.31px;
    top: 0px;
    max-width: 150px;
}

#navtel a {
    float: right;
}

/* HOMESLIDER */
.homeslider .bx-viewport {
    height: auto !important;
}

.homeslider .bx-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.homeslider .slider_txt {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 240px;
    font-weight: 800;
    letter-spacing: -5.22px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.homeslider .bx-wrapper .bx-pager, .homeslider .bx-wrapper .bx-controls-auto {
    bottom: 31px;
}

.homeslider .bx-wrapper .bx-pager.bx-default-pager a {
    background: none;
    height: 15px;
    width: 15px;
    border-radius: 21px;
    opacity: 0.9;
    border: solid 2px #f1f1f1;
}

.homeslider .bx-wrapper .bx-pager.bx-default-pager a:hover, .homeslider .bx-wrapper .bx-pager.bx-default-pager a.active, .homeslider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #f1f1f1;
}

.slider_bg {
    height: auto;
}

/* CONTENT */
#site ul {
    list-style: disc;
    margin-left: 17px;
}
#site ul li {
    padding-left: 10px;
}
#site h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.53;
    letter-spacing: -0.65px;
    padding-bottom: 15px;
}

#site .txt1 {
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.13px;
    color: rgba(35, 31, 32, 0.7);
}

#site .txt1 h2 {
    padding-bottom: 0px;
}


#site .txt3 {
    float: left;
    margin-bottom: 20px;
}

#site .txt3 h2 {
    font-weight: 400;
}

.txtwrapper2, .txtwrapper4 {
    padding: 90px 0px;
}

.txtwrapper4 {
    margin-bottom: 0px!important;
}

.txtimg {
    max-width: 380px;
    width: 100%;
	margin-bottom: 20px;
}

#txt4 {
    padding: 0px 0px 0px 120px;
}

.subp_txt1, .padtxt {
    padding: 50px 0px;
}

.subtxt_wrapper {
    float: left;
}

.subtxt_wrapper:not(:last-child) {
    border-bottom: solid 1px #74598f;
    padding-bottom: 60px;
}

.subtxt_wrapper:not(:first-child){
    padding-top: 60px;
}

.subtxt_wrapper h2, .subtxt h2 {
    letter-spacing: 0.53px !important;
}
/*
.subtxt_wrapper > img {
    height: auto;
}*/

.subcontent:nth-child(even) {
    padding-left: 120px;
    padding-right: 0px;
}

.subcontent:nth-child(odd){
    padding-right: 120px;
    padding-left: 0px;
}

.subcontent h2, .teasertxt h3, .subtxt h2, .gallery_wrapper h2 {
    font-weight: 800 !important;
}

.subcontent span, .subtxt {
    font-size: 20px;
    line-height: 30px;
}

.subpage .txtwrapper2 {
    margin-bottom: 0px !important;
}

.txtwrapper2 h2 {
    font-weight: 700 !important;
}

.gallery_wrapper {
    padding-top: 90px;
    padding-bottom: 50px;
}

.gallery_wrapper .middlew {
    display: flex;
    flex-wrap: wrap;
}

.gallery_wrapper a img{
    padding-bottom: 40px;
}

.gallery_wrapper a:nth-child(3n+1) img{
    padding-right: 20px;
    padding-left: 0px;
}

.gallery_wrapper a:nth-child(3n) img{
    padding-left: 20px;
    padding-right: 0px;
}

.gallery_wrapper a:nth-last-child(3n+2) img{
    padding-left: 10px;
    padding-right: 10px;
}




/* TEASER */
#teaser {
    display: table;
}
.teaser_wrapper {
    float: left;
    color: white;
}

.teasertxt, .teaser_wrapper img {
    min-height: 400px;
}

.teaser_wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.teasertxt {
    padding: 70px 80px;
    height: 100%;
}

.teasertxt h3 {
    font-size: 45px;
    line-height: 0.89;
    letter-spacing: 0.62px;
    padding-bottom: 30px;
}

.teasertxt span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
}


.button, .more {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.31px;
    text-align: center;
    border-radius: 25px !important;
    padding: 6px 27px;
}

.button {
    border: solid 1px #74598f !important;
}

.more {
    position: absolute;
    bottom: 45px;
    left: 80px;
    border: solid 1px #d1ccd0;
}

/* NEWS */
#news {
    background-color: #d1ccd0!important;
}
 #news .bx-wrapper .bx-prev {
    left: 10px;
    background: url('/img/left.png');
     background-position: left;
}

#news .bx-wrapper .bx-next {
    left: 55px;
    background: url('/img/right.png');
    background-position: right;
}

#news .bx-wrapper {
    margin-bottom: 0px!important;
}

#news .bx-wrapper .bx-controls-direction a {
    top: auto;
    bottom: 60px;
		z-index: 5;
}

.newstxt {
    padding-top:30px;
    padding-left: 0px;
    padding-right: 15px;
    font-size: 18px;
}

/* FORM */
form {
    float: left;
    width: 100%;
}
#anmeldung input, #anmeldung textarea, #anmeldung select {
    border: 1px solid #454545 ;
}

#anmeldung input, #anmeldung textarea {
    padding-left: 5px;
    padding-right: 5px;
}

#anmeldung textarea {
    min-height: 150px;
}

#send {
    background-color: transparent;
}



/* FOOTER */
#footer_before {
    height: 100px;
    clear: both;
}

#footer {
    padding-top: 50px;
    padding-bottom: 15px;
    clear: both;
    position: relative;
    min-height: 480px;
}

#footer .nav {
    margin-top: 25px;
}

#footer_top {
    border-bottom: 1px solid white;
    padding-bottom: 35px;
}

#footer_bottom, .agb_nav {
    padding-top: 45px;
    font-size: 18px;
    line-height: 30px;
}

#footer_top, #footer_bottom {
    width: 100%;
    float: left;
}

#footer_top img {
    width: 190px;
    height: auto;
}

#footer h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

#footer table td {
    padding-right: 18px;
}

#footer_logo {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 390px;
    height: auto;
}

.agb_nav {
    float: left;
}

.agb_nav li {
    float: left;
    margin-right: 35px;
}


/* ETC */
.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%;
}

/* FORM */
#input_wrongdiv{
	display:none;
	color:#F00;
}
#after_send{
	display:none;
}

/* COOKIES */
#cookie_wrapper{
	position:fixed;
	left:0px;
	bottom:0px;
	color:#fff;
	background:#74598f;
	min-height:39px;
	text-align:center;
	padding:10px 24px;
	font-size:14px;
	width:100%;
	z-index:9999999;
}
#cookie_wrapper a{
	color:#fff !important;
	text-decoration:underline !important;
}
#cookie_accept{
	position:absolute;
	display:block;
	right:11px;
	top:13px;
	cursor:pointer;
}
