/* @override http://localhost:8888/site/templates/styles/custom.css */

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-regular-webfont.eot");
  src: url("../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-bold-webfont.eot");
  src: url("../fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
}
.black_text {
	color: #292929!important;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.eot');
    src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic.eot');
    src: url('../fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
.content ul {
	list-style-type: disc;
	list-style-position: inside;
}

.content li {
	padding-left: 3px;
}
/* WICHTIG - antispam des kommentarfeldes */

#wrap_Inputfield_scf-website, #wrap_scf-date {
	display: none;
}

/* attention! hinweis-banner */
#warningdingsbums a {color:#000; text-decoration:none;}
#warningdingsbums a:hover {text-decoration:underline;}
#warningdingsbums div {padding:10px; padding-right:40px;}
#warningdingsbums { 
   background: rgba(255, 255, 255, 1); 
    position:absolute;
   top:80px;
   left: 20px;
  color:  #000000;
   z-index:100; 
   width:50%; 
   max-width: 720px;
   padding:15px;
	border-radius:18px;
-webkit-box-shadow: 7px 6px 24px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 6px 24px -12px rgba(0,0,0,0.75);
box-shadow: 7px 6px 24px -12px rgba(0,0,0,0.75);
}

#warningdingsbums p{ 
    font-size:17px; 
   line-height:28px; 

}

#warningdingsbums a{ 
   border-bottom: 2px solid #f9473d;
   text-decoration: none;
}

#warningdingsbums a:hover{
border-bottom-width: 2px;
text-decoration: none;
	border-bottom-style: hidden;
}
.warningimg {
	width: 50%;
	height: auto;
	max-width:336px;
}
.warningimg img {
	width: 100%;
	height: auto;
}

@media all and (max-width: 767px) {
	#warningdingsbums { 
	 width:90%; 
	font-size:19px!important; 
   line-height:22px!important; 
	}	
}
#warningdingsbums p {
	margin-bottom: 0;
}
#warningdingsbumsCloser {
   color: #94C11F;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 17px;
   text-decoration: none;

   top: 17px;
   cursor:pointer;
   border:2px solid #94C11F; 
   border-radius:10px;
   padding: 4px 6px;
 

 }
#warningdingsbumsCloser:hover {
background-color: #94C11F;
color: #ffffff;
}
#warningdingsbums img {
	width: 50%;
	max-width: 300px;
	height: auto;
}

.align_left,
.align-left {
	float: left;
	margin: 0 1em 0.5em 0;
}

.align_right,
.align-right {
	float: right;
	margin: 0 0 0.5em 1em; 
}

.align_center,
.align-center {
	display: block;
	margin-left: auto;
	margin-right: auto; 
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
	
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mb-40 {
	margin-bottom:40px;
}

.mb-20 {
	margin-bottom:20px;
}
/* -------------- cookie ----------------*/
.privacywire {
	position: fixed;
	bottom: -250%;
	left: 0;
	right: 0;
	box-shadow: 0 -1px 3px rgba(0,0,0,.3);
	opacity: 0;
	/* background: #94C11F; */
	background: #ffffff;
	z-index: 100!important;
	padding: 4rem;
	transition: bottom .3s ease-in,opacity .3s ease;
}
.privacywire button, .privacywire-consent-button, .privacywire-show-options {
	background-color:#ffffff;
	border-radius:42px;
	border: 4px solid #676767;
	display:inline-block;
	cursor:pointer;
	color:#424242;
	font-size:14px;
	padding:7px 33px;
	text-decoration:none;
	font-weight: bold;
}

.privacywire button:focus, .privacywire-consent-button:focus, .privacywire-show-options:focus {
  outline: none;
  box-shadow: none;
}

.privacywire button:hover, .privacywire-consent-button:hover, .privacywire-show-options:hover {
	background-color:#94C11F;
}
.privacywire button:active, .privacywire-consent-button:active, .privacywire-show-options:active {
	position:relative;
	top:1px;
}

.privacywire-text input {
    margin-right: 8px;
}

.show-banner .privacywire-banner, .show-message .privacywire-message, .show-options .privacywire-options {
	bottom: 0;
	opacity: 1;
}

.privacywire-header {
	font-weight: 700;
}

.privacywire-ask-consent {
	padding: 4rem;
}

.privacywire-ask-consent-blueprint, .privacywire button[hidden], [data-ask-consent-rendered="1"] {
	display: none;
	
}
blockquote {
    overflow: hidden;
    font-family: 'Montserrat', 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 20px;
    font-style: normal;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #107ACA!important;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius:24px
}
blockquote a {
    color: white;
}
blockquote a:hover {
    color: #94C11F;
}


        