/* FRONTEND CSS

*********************************************/


html
{
	height: 100%;
}
body.sitestyle {
    padding-top: 0px !important;
}
body.kontakt {
}
.uk-background-dark

{
	color: #fff;
}
* {
font-variant-ligatures: none;
}


/* Schriften */

.page-header {
	border-bottom: none !important;
	padding-bottom: 0px;
    margin: 0px 0 0px;
}

.subhead {
    
}




hr {

    width: 100%;
    display: block;
    clear: both;
    border: none;
    height: 20px;

}


a, 
a:visited,
a::before,
a:focus
 {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	 text-decoration: none;
	 outline: none;
     color: inherit;
}



a:hover
 {
text-decoration: none;
}

.downscroll, .downscroll:visited, .downscroll:active, .downscroll:focus {

    text-align: right;
    display: block;
    height: 0px;
    overflow: visible;
    position: relative;
	max-width: 50%;
margin: 0 auto;
}
.downscroll a, .downscroll a:visited, .downscroll a:active, .downscroll a:focus {

  
  
  border-radius: 50%;
  
}



li {
    line-height: inherit;
}


.uk-modal.uk-open {

    opacity: 1;
    z-index: 99999;

}
p, ul, ol, dl, pre, address, fieldset, figure {

    margin: 0 0 0px 0;

}
ul, ol {
    padding-left: 15px;
}
ul.numbers {
    padding-left: 0px;
}
ol li::marker {
    

font-style: normal;
font-weight: normal;
}
ol li {
    
margin-bottom: 5px;
}

.inhalt ul {
    list-style: none;
}
.inhalt ul {
    /* padding-left: 20px;*/
}
.inhalt ul li::before {
  content: '';
width: 4px;
height: 4px;
border-radius: 50%;
display: inline-block;
margin-left: -15px;
margin-right: 8px;
margin-bottom: 4px;
}
.uk-thumbnav li::before,
.uk-dotnav li::before,
#modules-form li::before,
.uk-pagination li::before,
.uk-accordion li::before,
.uk-slider-items > li::before,
.uk-slideshow-items > li::before,
.numbers > li::before
{
    display: none !important;
}

.fields-container {
  padding: 0;
}
/* catlink */


/* logo */

.topbar div {
	box-sizing: border-box;
   
}

#oben2 {
    
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    letter-spacing: 0.07em;
	z-index: 10;
}
#oben2.menuwithbackground {
    
}

#oben2.uk-active {
	background: #fff;
	z-index: 90;
	
}

#oben2 div.custom.logo {
	opacity: 1;
	-webkit-transition: opacity 400ms linear;
	-moz-transition: opacity 400ms linear;
	-ms-transition: opacity 400ms linear;
	-o-transition: opacity 400ms linear;
	transition: opacity 400ms linear;
	
}
#logooben {
    height: 100%;
}
#oben2.uk-active div.custom.logo {
	opacity: 0;
	
}
#oben2 div.logo-big {
	width: auto;
	height: auto;
    padding: 10px 0px;
}
.home #oben2 div.logo-big .logoimage {
	/*opacity: 0;*/
}
#oben2.uk-active div.logo-big {
	opacity: 0;
	width: 0px;
	height: 0px;
	margin: 0px;
	display: none;
	
}
.logo-big.inline-block {

	text-align: center;
}
#oben2 div.custom.logo2 {
	opacity: 0;
	
	
}
#oben2.uk-active div.custom.logo2 .uk-inline {
	margin-right: 10px;
	
}
#oben2.uk-active div.custom.logo2 {
	opacity: 1;
	margin: 0 80px 0 0;
display: flex;
	
}
#oben2 div.logo-small {
	width: 0px;
    height: 0px;
	margin: 0;
	text-align: center;
	
}
#oben2.uk-active div.logo-small {
	width: auto;
    height: auto;
	display: block;
	margin: 10px 0px;
}
.custom.logo img,
.custom.logo svg
{
    height: 60px;
    width: auto;
}
.custom.logo2 img,
.custom.logo2 svg
{
    height: 40px;
    width: auto;
}

.extralogo {
  width: 190px;
}

.logo-container {
  margin: 0 auto;
  position: relative;
	z-index: 30;
}
.logo-container svg .word {
  fill: #fff;
}
.logo-container svg,
.logo-container img
{
margin-top: -15px;
    margin-left: 10px;
	max-width: 30%;
}
.big-logo {
  overflow: visible;
	height: 0px;
}
.contenttitle.noheadline {

    display: none;

}


/* toggle menu */
.logomenu svg {
    fill: #000;
    height: 30px;
    width: auto;
}
.mobilemenu {
    color: #000;
    width: 1100px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    max-width: 100%;
    top: -50px;
    transition: all 0.3s linear 0.6s;
}
.menu-open .mobilemenu {
    top: 0px;
}
.logomenu,
.burgermenu
{
    position: absolute;
}
.logomenu {
    margin-top: 15px;
    left: 10px;
}
.burgermenu
{
    right: 0px;
}
.menufeld .uk-nav {
    flex-direction: column;
}
.menufeld {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menutext {

    width: auto;
    color: #000;
    margin: 0 auto;
    text-align: left;
    transform: translate3d(0%,0,0);
    left: 10px;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: 0.7s;
    padding-bottom: 10px;
    top: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;

}
.menutext p,
.toplogo p
{

    display: inline-block;
    background: #000;
color: #fff;
    padding: 0 5px;
    line-height: 28px;
	margin: 2px 0;
	float: left;
}

.menu-open .menutext {
    opacity: 1;
}
.menutext .custom {
    position: relative;
white-space: break-spaces;
text-align: left;
	display: flex;
flex-direction: column;
align-content: flex-start;
align-items: flex-start;
}




/* contents */
.icons {
    position: absolute;
    right: 0;
    z-index: 1;
}
.inhalt .icons li {
    list-style: none;
}
.inhalt .icons li::before,
.inhalt .edit ul li::before
{
    display: none;
}
section {
    overflow-x: hidden;
    
box-sizing: border-box;
}

.item-content,
.titlefield.with-content,
.featureslist
{
  max-width: 900px;
  margin-left: auto;
}
.legal .item-content {
  margin-left: 0;
}
#unten {
    position: relative;
}
.uk-section {

    padding-bottom: 0px;
    position: relative;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.fixed {
    position: fixed;
}
.background {
    margin-top: 0px;
	overflow: visible;
	z-index: 20;
}

.aftercontent {
    padding: 100px 0;
}
.full-height .uk-slideshow,
.full-height .article-polaroids
{
    height: 100%;
}
.full-height,
.full-height > .custom
{
    box-sizing: border-box;
    min-height: 350px;
    position: relative;
}
.startscreen .startscreen-image {
  
}
.startscreen .heads-position {
  position: absolute;
  top: 20%;
  width: 100%;
  
}
.startscreen .heads img {
  
}
.startscreen .heads {
  align-items: flex-end;
  max-width: 900px;
  margin: 0 auto;
}
.trenner > div {
	height: 15px;
	flex: 1 auto;
}
.footer .trenner > div {
	height: 8px;
}
.element-1 {
	background: #f3d83a;
}
.element-2 {
	background: #f5e93f;
}
.element-3 {
	background: #dee49d;
}
.element-4 {
	background: #bed7bb;
}
.element-5 {
	background: #a3becf;
}
.element-6 {
	background: #7790aa;
}
div.edit {
	max-width: 1400px;
	margin: 100px auto 0 auto;
}
.blog .item {
    
}
div.item-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}
.vormerken {
  display: inline-flex;
  flex-direction: column;
  width: 200px;
  height: 200px;
  justify-content: center;
  font-size: 28px;
  line-height: 1.2;
  border-radius: 50%;
    text-transform: uppercase;
    box-sizing: border-box;
padding: 30px 0 0 0;
}
.contents {
    position: relative;
}
.inhalt.withoutheader {
    padding-top: 100px;
}
.inhalt.withoutbackground {
  margin-top: 60px;
}
.bildnachweis {

    position: absolute;
    bottom: 0;
    padding: 2px 5px;
    color: #fff;
	text-shadow: 0 0 4px rgba(55,55,55,0.7);
	display: none;
}

.article {
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.zitat {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.zitatelement {
    width: 120px;
    position: absolute;
    z-index: -1;
    left: 0;
    transform: translate(0px,-40%);
}

.aftercontents .moduletable {
    padding: 100px 0;
}

.imageright .uk-grid {
  flex-direction: row-reverse;
}

.blog-columns .blog-inner-item {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
	height: 100%;
}
.blog-columns .item-image img {
  height: auto;
  margin-bottom: 30px;
	width: 190px;
}
.blog-columns #item-26 .item-image img {
  width: 240px;
}
.blog-columns .blog-inner-item .uk-container {
  margin: 0;
}
/* news */

 .image-alternate .blog-item:nth-child(2n) {
  background:#efefef;
} 
/* acy newsletter */

input.cell {
    width: 100%;
    border: none;
    padding-left: 0px;  
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 10px;
font-size: inherit;
font-family: inherit;
    max-width: none !important;
}
input.cell:focus {
    border: none;
}
.acym_module_form input.cell:focus {
  border-bottom: 2px solid #000;
  outline: 0;
}
/* cookie */

#redim-cookiehint {

    padding: 7px 5%;
    box-sizing: border-box;
    background-color: #000 !important;
    font-size: 14px;
	position: fixed;
	bottom: -40px;
width: 100%;
	z-index: 99999;
}
#redim-cookiehint .cookiecontent {

    font-size: 14px;
    line-height: 18px;
    color: #fff !important;
    display: inline-block;
	max-width: 60%;
	float: left;
}
/* dsgvo */

.cc-btn.cc-deny {
    order: 2;
}
.cc-btn.cc-dismiss {
    order: 3;
    display: none;
}
.cpnb .cpnb-inner {
}
.cpnb-buttons {
    display: flex !important;
    justify-content: space-around;
    margin-left: 0px !important;
    flex-wrap: wrap;
}
.cpnb-button {
    margin: 0px 5px 10px 5px !important;
    flex-grow: 1;
    min-width: 40%;
    text-transform: uppercase;
}
.cpnb-modal-actions .cpnb-button {
    min-width: none;
}
/* google map */


/* ja imagehotspot */
.webui-popover-title {
  display: none !important;
}
.webui-popover.top > .webui-arrow, .webui-popover.top-right > .webui-arrow, .webui-popover.top-left > .webui-arrow {
  bottom: 0px !important;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0) !important;
  border-bottom-width: 0;
}
.webui-popover.bottom > .webui-arrow, .webui-popover.bottom-right > .webui-arrow, .webui-popover.bottom-left > .webui-arrow {
  top: 0px !important;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0) !important;
  border-top-width: 0;
}
.webui-popover {
  background: #99bed0 !important;
  padding: 10px !important;
	border-radius: 0px !important;
	border: none !important;
	box-sizing: border-box;
	margin-left: -7px !important;
}
.webui-popover.top, .webui-popover.top-left, .webui-popover.top-right {
  
  
}
.webui-popover-inner {
  background: #fff !important;
}
/* jce */
.jviewport-height60 {
  height: 60vh;
}
.wf-icon-zoom-image > svg {
  background: rgba(255,255,255,0.7);
  padding: 3px 2px 0 2px;
  bottom: 0px !important;
  right: 0px !important;
}
.wf-mediabox-content, .wf-mediabox-content-item {
    width: 100% !important;
}
.wf-mediabox-nav .wf-mediabox-close {
	color: #fff;
}
.wf-mediabox-nav .wf-mediabox-close::before {
content: "×";
font-size: 2em !important;
font-weight: 200 !important;
vertical-align: middle;
display: inline-block;
margin-bottom: .25em;
}
.wf_caption span {
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
}
.wf-mediabox-container {
  padding: 0;
}
.wf-mediabox-theme-light .wf-mediabox-close {
  font-family: inherit !important;
  font-size: 1em;
  left: auto;
  min-height: 2em;
  position: relative;
  right: 0;
  top: 0 !important;
      margin-left: auto;

}
.wf-mediabox-nav .wf-mediabox-close::before {
  content: "×";
  font-size: 1.5em !important;
  font-weight: 400 !important;
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px 11px;
}
.wf-columns .wf-column {
  flex: auto !important;
}

/* gallery */
/*
.lg-backdrop {
    background: rgba(255,255,255,0.8)
}*/
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #bf0b10;
}
.showtime-wall .showtime-image {
    border-radius: 0px;
    border: 0px solid #eee;
}
.showtime.showtime-wall {

    margin-top: 80px;

}


/* scrollto top */
#totop {
  position: relative;
  height: 80px;
  display: block;
}

.totop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    
}
.uk-totop:hover, .uk-totop:focus {


}
.totop svg {

    width: 30px;

}

/* usermenu */
.loginmodule {

    top: 60px;
	display: flex;
	z-index: 9999;

}

#usermenu, #usermenu.jmoddiv {
	left: 0;
	top: 0;
	z-index: 9999;
	margin:0;
	padding:0;
	background: #fff;
}

/* falang */
div.mod-languages ul.lang-inline li.lang-active {
  display: none;
}
div.mod-languages li {
  margin-left: 20px;
  margin-right: 0px;
  line-height: 37px;
}
div.mod-languages a {
  color: #fff;
    padding: 10px 0px 10px 20px;
}
/* bootstrap */

.background .btn.jmodedit {
  position: absolute;
  top: 200px;
  right: 20px;
  display: inline-block;
  z-index: 9999;
    color: #fff;
}
.mod-languages .btn.jmodedit {
  display: none;
  
}

.form-horizontal .control-label {
	text-align: left;
}
.login label, .logout label {
	font-weight: normal;
	
}
#system-message-container {
  display: inline-block;
  width: auto;
  position: fixed;
  z-index: 9999;
  top: 10%;
  left: 0;
}
div.tooltip.fade {
	background: none;
	border: none;
}
#system-message-container .visually-hidden {
  display: none;
}
.controls > .subform-wrapper {
  display: flex;
}
.controls > .subform-wrapper > div {
  width: 49%;
}

.subform-wrapper .subform-wrapper {
  display: flex;
  flex-direction: column;
}
/* uikit */
.menulink.uk-button {
  padding-right: 0;
}
.menulink .uk-icon {
  margin-left: 40px;
  border-left: 1px solid #000;
}
.uk-section {
  padding-top: 0px !important;
}
.uk-form-horizontal .formError {
    color: #CF4D4D;
    font-weight: NORMAL;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.mod-login__password .uk-form-icon-flip {
  height: 40px;
}
fieldset.formContainer {
    padding: 0;
    border: none;
    
}
.rs-form-email fieldset.formContainer > div.uk-grid {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}


.uk-radio, .uk-checkbox {
    margin-right: 5px;
    border-color: #000;
}
.uk-dark.uk-button-default.uk-button-primary {
  background: none !important;
  border: 1px solid #000;
  
  padding: 0px 0 0px 40px;
  line-height: 40px;
  font-size: 18px;
  display: flex;
    transition: all 0.4s linear;
}
.rsform-submit-button.uk-button-primary svg {
  margin-left: 40px;
  border-left: 1px solid #000;
  
}
.kontakt.uk-button {
  display: inline-flex;
  font-size: 18px;
  padding: 0 0 0 40px;
}
.kontakt.uk-button svg {
  margin-left: 40px;
  border-left-width: 1px;
    border-left-style: solid;
}
.rightarrow-label {
    position: absolute;
    width: 100%;
    transform: translateY(15px);
    z-index: -1;
}
.rs-form-komplett .uk-form-label {
}
.rs-form-komplett .rsform-block-interesse .uk-form-label {
    display: block;
}
.rs-form-komplett .uk-input, .rs-form-komplett .uk-select, .rs-form-komplett .uk-textarea {
  border: none;
    padding: 0 10px 0 0;
    background: rgba(255,255,255,0);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    
    
}


.rs-form-komplett .uk-input::-ms-input-placeholder { color: rgba(255,255,255,0.6) !important; }
.rs-form-komplett .uk-input::placeholder { color: rgba(255,255,255,0.6) !important; }

.rs-form-komplett .uk-textarea::-ms-input-placeholder { color: rgba(255,255,255,0.6) !important; }
.rs-form-komplett .uk-textarea::placeholder { color: rgba(255,255,255,0.6) !important; }

.rsfp_thankyou_popup_inner {
    color: #000 !important;
}
.rsfp_thankou_popup_close_btn {
  right: 15px !important;
  
}

