@charset "utf-8";
/*  **** Grundformatierungen  **** */

/*--Cookies--*/
#redim-cookiehint .cookiebuttons .btn, #redim-cookiehint .cookiebuttons button {
  background: #d7001b !important;
    background-image: none;
  color: #fff !important;
}

* {
 box-sizing: border-box;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.flex-item-left {
  flex: 50%; background: #fff;
}
.flex-item-right {
  flex: 50%; background:#3d3d3d;
}

.flex-item-left-2 {
  flex: 50%; background: #fff;
}
.flex-item-right-2 {
  flex: 50%; background: #fff;
}

.flex-item-left-footer {
  padding: 10px;
  flex: 30%;
}
.flex-item-right-footer {
   padding: 10px;
  flex: 30%;
}

.flex-item-mid-footer {
  flex: 30%;
}

/*--  Creative Form --*/
.creative_form_2 .creativecontactform_field_name, .creative_form_2 .creativecontactform_field_name {
  color: #595959;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
 margin: 15px 0 5px;
}

.creativecontactform_pre_text.ccf_font_effect_none {
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 13px 0 0 0;
  width: 100%;
  font-size: 14px;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0px 0px 0px #ffffff;
  text-align: left;
  border-top: 1px dotted #a8a8a8;
  font-family: inherit;
}

img.creative_captcha {
  border-radius: 0px;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #ccc !important;
  max-width: 100% !important;
}

/*--Kontaktformular
div.creativecontactform_wrapper_inner	{
	background: #fff; 
}

.creativecontactform_wrapper {
  -moz-box-shadow: 0px 0px 0px 0px #fff !important;
  -webkit-box-shadow: 0px 0px 0px 0px #fff !important;
  box-shadow: 0px 0px 0px 0px #fff !important;
  border: 1px solid #34302d !important;
  background-color: #ffffff !important;
  color: #111111 !important;
  font-size: 13px !important;
}

div.com-contact__form.contact-form	{
border: none;
}

div.control-label	{
color: #333;
padding: 10px 0;
padding-left: 5px;
border: none;
}

div.controls .btn.btn-primary.validate	{
margin-top: 15px;
padding: 15px;
border-radius: 0px;
border: none;
}

textarea	{
width: 95%;
height: 100px;
padding: 5px;
font-size: 16px;
font-family: "Source Sans Pro", sans-serif;
}

input	{
width: 95%;
padding: 5px;
font-size: 16px;
font-family: "Source Sans Pro", sans-serif;
}

button#ac-submit.button.validate.btn.btn-default	{
background: #fff;
padding: 10px;
border: none;
}

button#ac-submit.button.validate.btn.btn-default:hover	{
background: #dbebf6;
}

#ajax_contact128	{
  text-align: left;	
}

#ac-pretext	{
letter-spacing: 1px;
color: #333;
font-weight: 600;
font-size: 1.8em;
padding-bottom: 20px;
padding-top: 20px;
}	

#ac-submit	{
margin-top: 10px;
padding: 10px;
border: none;
}

#ac-submit.button.validate.btn.btn-primary	{
margin-top: 90px;
margin-left: 60px;
}

div.ac-privacy-container label, .limit_char, input#privacy_check, label.error	{
  float: left;
  clear: both;
  margin-bottom: 20px;
text-align: left;
}

span.contact-mobile, span.contact-emailto	{
	font-size: 25px;
	padding: 10px 0;
}

div.com-contact__form.contact-form	{
border: none;
}

div.flex-item-left-footer div.control-label	{
color: #fff;
padding: 10px 0;
padding-left: 5px;
border: none;
}

div.controls .btn.btn-primary.validate	{
margin-top: 15px;
padding: 15px;
border-radius: 0px;
border: none;
}

button#ac-submit.button.validate.btn.btn-default	{
background: #fff;
padding: 10px;
border: none;
}

button#ac-submit.button.validate.btn.btn-default:hover	{
background: #dbebf6;
}

div.flex-item-left-footer #ac-pretext	{
  letter-spacing: 1px;
  color: #fff;
  font-weight: 600;
  font-size: 1.8em;
  padding-bottom: 20px;
  padding-top: 20px;
}	
span.contact-mobile, span.contact-emailto	{
	font-size: 25px;
	padding: 10px 0;
}
*/

/*--Cookies--*/
#cookiehintsubmit, #cookiehintsubmitno {
background: #ed7d31 !important;
color: #fff !important;
border-radius: 0px !important;
}

#cookiehintsubmit			{ background: #ed7d31 !important; color: #fff !important}
#cookiehintsubmit:hover		{ background: #5a5a5a !important; color: #fff !important}
#cookiehintsubmitno			{ background: #ed7d31 !important; color: #fff !important;}
#cookiehintsubmitno:hover	{ background: #5a5a5a !important; color: #fff !important;}


#navigation120.navigation-container	{
margin-top: 50%;
}

/*Flex*/
#top {
width: 100%;
display: -webkit-flex; /* Safari */
display: flex;
}

#top #top-1 {
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
	margin: 0% 1% 2% 1%;
}

#top-1{
position: relative;
}
	
::selection {
background: #111111;
color: #fff;
}
/* und hiermit der Firefox >=1 */
::-moz-selection {
background: #111111;
color: #fff;
}

html {
overflow-x: hidden;
height: 101%;
  }

* {
margin: 0px;
padding: 0px;
	}

body {
background:#fff;	
height: 101%;
font-family: "Source Sans Pro", sans-serif;
font-weight: normal;
padding: 0px;
margin: 0 auto;
}

p { 
color: #333;
font-weight: 400;
font-size: 1.2em;
line-height: 1.2em;
padding-bottom: 15px;
text-align: left;
/*
-ms-hyphens: none;
-moz-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
*/
}

p.simple { 
padding-bottom: 5px;
}

p.imp	{
font-size: 1.2em;
line-height: 1.2em;
padding-bottom: 0px;	
}

p.small{
font-size: 1.0em;	
}

p.logo	{
padding-bottom: 0px;	
}
p.img{
line-height: 0em;
padding-bottom: 0px;	
}
  
#footer p.small	{
text-align: center;
padding-top: 3em;
font-size: 1.0em;
}

ul{
padding-left: 20px;
}

ul li {
font-size: 1.1em;
font-weight: 400;
list-style-type: square;	
list-style-position: outside;
color: #333;
line-height: 25px;
}

a  {
text-decoration: none;
outline: none;
color: #333;  
}

a:active, a:focus{
outline: none;
}

a:hover	{
text-decoration: none;
outline: none;
}

img	{
max-width: 100%;
height: auto;
border: none;
outline: none;
}
	
h1	{
color: #34302d;
text-align: left;
padding: 0px 0px 15px;
font-size: 32px;
font-weight: 700;
text-shadow: 3px 3px 3px #fff;
}

h2	{
color: #333;	
text-align: left;
font-size: 1.5em;
font-weight: 400;
padding-bottom: 15px;
}

h3	{
color: #333;	
text-align: left;
font-size: 1.4em;
font-weight: 400;
padding: 0px 0 15px 0;
}

h4	{
text-align: left;	
padding: 10px 0 5px;
font-size: 1.4em;
font-weight: 400;
}

h5	{
font-size: 1.5em;
font-weight: 400;
padding-bottom: 10px;
}

h6	{
font-size: 1.5em;
font-weight: 400;	
}

hr	{
clear: both;
height: 1px;
background: #c0c6cf;
border: 0;
}

table	{
max-width: 100%;
padding-top: 0em;
width: 100%;
}

table tr td	{
font-size: 1.3em;
padding: 0px 25px;
width: auto;
}

#clear{
clear: both;
}

#stripe	{
border-top: 10px solid #d7001b;
width: 60%;	
}

div.page-header, ul.pager	{
display: none;
}

div.com-content-article.item-page	{
padding: 6% 25% 6% 15%;
margin-left: -30%;
margin-top: 4%;
background: #fff;
opacity: 0.95;
}

#content{
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateY(0);
  }
  }
  @keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  } 

#mod-custom119	{
padding-top: 50px;
padding-bottom: 60px;
}

#mod-custom128, #mod-custom138, #mod-custom127, #mod-custom143, #mod-custom147	{
background: #fff;	
}

#mod-custom121 span.fa	{
	color: #fff;
	font-size: 25px;
	padding-top: 20px;
	padding-right: 10px;
}

#mod-custom122 {
  background: linear-gradient(-45deg, #d7001b, #000, #d7001b, #fff);
    background-size: auto;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: auto;
  padding: 7% 30%;
  color: #fff;
}

#mod-custom123, #mod-custom139, #mod-custom137, #mod-custom126, #mod-custom127, #mod-custom142, #mod-custom148	{
/*border-top: 10px solid #d7001b*/;
}

#mod-custom142, #mod-custom146	{
padding: 5% 10% 5% 10%;	
background: #fff;
}

#mod-custom140  {
border-bottom: 20px solid #d7001b;
}

/*
#mod-custom127,#mod-custom128, #mod-custom133, #mod-custom137,
 #mod-custom138,  #mod-custom139,#mod-custom142, #mod-custom146, #mod-custom147  	{
padding: 5% 10% 5% 10%;
}
*/

#mod-custom143   	{
padding: 7% 0% 0% 0%;

}

#mod-custom147   	{
padding: 7% 0% 0% 0%;

}

#mod-custom133	{
border-bottom: 20px solid #d7001b;
}

@keyframes gradient {
0% {
background-position: 0% 50%;
}

50% {
background-position: 100% 50%;
}

100% {
background-position: 0% 50%;
}
}  
  


/*--Accordion--*/
[data-rlta-element="container"][data-rlta-theme="colorful"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="open"], [data-rlta-element="container"][data-rlta-theme="colorful"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="opening"] {
  background-color:  #faf5e3;
  border-radius: 0px 0px 0 0;
}

[data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="open"]:focus, [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="open"]:hover, [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="opening"]:focus, [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-state="opening"]:hover {
  background-color: #faf5e3;
}

a.btn.btn-primary.art-button {
	display: none;
  color: #2e2a27;
  font-size: 24px;
  background-color: ;
  padding: 5px 5px 5px 5px;
  border: 0 ;
  border-radius: 0;
  transition: all .200s ease;
}
/*--OS-Gallery--*/
[class^=os-gallery-tabs-main] .osgalery-cat-tabs li a, [class^=os-gallery-tabs-main] .osgalery-cat-tabs li a:active {
    background: #fff !important;
    color: #333; text-transform: uppercase; font-size: 25px; letter-spacing: 2px;
}

 
/*--DJ  Menu --*/
div.dj-megamenu-wrapper	{
margin-top: -20px;	
}

.dj-megamenu-clean {
  padding: 0 0 0 5%!important;
  background: #fff !important;
 }

.dj-megamenu-clean li a.dj-up_a {
display: block;
height: 60px;
font-size: 18px;
color: #3d3d3d;
text-decoration: none;
padding: 0 18px;
cursor: pointer;
-webkit-transition: color 0.2s ease-out;
transition: color 0.2s ease-out;
position: relative;
}

.dj-megamenu-clean li.dj-up {
position: relative;
padding: 0 !important;
margin: 0 !important;
list-style-type: none;
}

ul.dj-mobile-dark li.dj-mobileitem > a {
font-size: 18px;
}

.dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn {
-webkit-border-radius: 1px;
border-radius: 1px;
}

.dj-mobile-open-btn .dj-mobile-open-icon {
  position: fixed;
  left: 10px;
  top:20px;
  background:#fff;
  padding:5px;
  z-index: 10000;
}

/*--Footer--*/
#footer{
border-top: 5px solid #c0c6cf;
background: #3d3d3d;
color: #f2f2f2;	
padding: 40px 0 80px;
margin-top: 5em;	
}

#mod-custom133 .fa.fa-location-dot	{
color: #fff;
}

#footer p {
color: #fff;
line-height: 1.0em;		
}

#footer h2{
color: #f2f2f2;
margin-left: -12px;
}

#footer p.tel, #footer p.fax, #footer p.mail, #footer p.loc	{
font-size: 23px;
padding-bottom: 15px;
}

#footer p.load{
font-size: 18px;
padding-bottom: 15px;
}

 h5.tel:before{
content: "\f095";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
display: inline-block;
vertical-align: top;
margin-right: 15px;
}

 h5.mail:before{
content: "\f0e0";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
display: inline-block;
vertical-align: top;
margin-right: 15px;
}

#footer p.loc:before	{
content:"\f041";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
display: inline-block;
vertical-align: top;
margin-right: 15px;
}

#footer p.load:before	{
content:"\f019";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
display: inline-block;
vertical-align: top;
margin-right: 15px;
}

#footer a	{
color: #fff;
}

div.footer1{
padding-top: 0px;
padding-left: 3.0em;
text-align: left;
}

div.footer2	{
display: none;
}

/*--Menü und Adresse unten-*/
 ul.mod-menu.mod-list.nav {
text-align: left;	
}

#je_socialicons .jeSocial a {
  width: 24px;
  height: 24px;
  margin: 5px;
  padding: 0;
  text-indent: -9999px;
  display: block;
}

 ul.mod-menu.mod-list.nav li	{
list-style-type: none;
}

ul.mod-menu.mod-list.nav li a	{
color: #fff;
text-transform: uppercase;
font-size: 18px;
}

button.navbar-toggler.navbar-toggler-right 	{
	display: none;
}

/* -- Media Queries --*/
/* Responsive layout - makes a one column-layout instead of a two-column layout */

@media only screen and (max-width: 1440px)	{
h2.left		{
	padding-left: 10%;
}
h3{
font-size: 1.6em;	
}
#content-text p img{
padding-left: 50px;
}
#content-text	{
padding:  10% 10% 20% 15%;
}
}



@media only screen and (max-width: 1194px)	{
div.com-content-article.item-page	{
margin-left: 0%;
}
}


@media only screen and (max-width: 1280px)	{
h1	{
font-size: 1.5em;
}
h2	{
font-size: 1.4em;
}
#mod-custom116, #mod-custom117 {
 padding: 7% 15%;
}
}

@media only screen and (max-width: 1024px)	{
div.com-content-article.item-page {
  padding: 5% 30px;
  margin-top: 40px;
}	
p	{
font-size: 1.1em;	
}
}


@media (max-width: 900px) {
.flex-item-right, .flex-item-right-footer,.flex-item-left, .flex-item-left-footer, .flex-item-right-nav,.flex-item-right-2, .flex-item-left-2  {
flex: 100%;
}
.flex-item-left-footer {
  padding: 10px;
}
.flex-item-right {
  padding: 0 0px;
}
div.customfooter-left p a {
font-size: 1.2em;
line-height: 2.5em;
}
div.footer1right	{
margin-right: 0em;
margin-left: 20px;
text-align: left;
}
div.customfooter-left {
	margin: 1em 0 0 20px;
}
#mod-custom116, #mod-custom117 {
padding: 30px;
}
#mod-custom116	{
background: #f1f3f4;
}
#mod-custom114 p	{
height: 5px;
}
div.footer1 {
  padding-left: 0em;
}
ul.mod-menu.mod-list.nav {
  padding-left: 10px;
}
#mod-custom135	{
display: none;
}
#content{
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateY(0);
  }
  }
  @keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-0%);
  transform: translateX(-0%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  } 
h1	{
padding: 20px 0px 15px;
}  
#mod-custom143	{
padding: 5% 10% 5% 10%;
}
#stripe{
width: 100%;	
}
}

@media (max-width: 700px) {
div.dj-megamenu-wrapper {
  margin-top: -100px;
}
}


@media (max-width: 500px) {
#mod-custom121 span.fa	{
	color: #fff;
	font-size: 30px;
	padding-top: 20px;
	padding-right: 10px;
}
}




