html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, a, seidltable, td, form, img, li { 
	margin: 0; 
	padding: 0;
    font-weight:inherit;
}

html, body { 
	font-size: 15px;
    font-family: 'Montserrat', sans-serif;
	font-weight:300;
}

body { 
  margin:0;
  padding:0;
	width:100%;
	overflow-x: hidden;
    left:0px;
    border-right:60px solid #c5c5c5;
}

/* INDIVIDUAL DESIGN -------------------------------- */

/*
    position:absolute;
    top:0px; left:0px; bottom:0px; right:0px;
    z-index:1

    opacity: 0.97;
    filter: Alpha(opacity=97); 

	-ms-transform: rotate(-0deg); 
    -webkit-transform: rotate(-0deg); 
    transform: rotate(-0deg);

    -ms-transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%); 
    transform: translate(-50%,-50%);

    -ms-transform: translateY(-50%); 
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%);

    -ms-transform: translateX(-50%); 
    -webkit-transform: translateX(-50%); 
    transform: translateX(-50%);

    -webkit-filter: grayscale(100%);  
    filter: grayscale(100%);

    -webkit-filter: blur(8px) grayscale(100%);  
    filter: blur(8px) grayscale(100%);

	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;

	background: -webkit-linear-gradient(170deg, #323232, #323232); 
	background: -o-linear-gradient(170deg, #323232, #323232); 
	background: -moz-linear-gradient(170deg, #323232, #323232); 
	background: linear-gradient(170deg, #323232, #323232);  
	
	background-image: linear-gradient(-140deg, rgba(0,0,0,0), rgba(0,0,0,0.8));
	background-image: radial-gradient(rgba(255,255,255,1.0) 1%, rgba(0,0,0,1.0) 100%);
*/


.page-wrapper {
	max-width:1280px !important;
	margin: auto;
}
.abslink {
    position:absolute;
    top:0px; left:0px; bottom:0px; right:0px;
    z-index:1    
}
.ingallery-item-img {
  padding-top: 125% !important;
}
.outer-marquee {
  z-index: 1 !important;
}
.outer-logo {
    position:fixed;
    width:100%;
    left:0px;
    top:0px;
    z-index:1001;
}
.logo-inner {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    z-index:1
}
.topmenue {
    line-height: 54px;
}
.outer-formular {
	margin-top:45px;
	margin-bottom:30px;
}
/* TABS CTA Fahrzeugsuche */
.foerdertag {
	display:table;
	background-color:#cc0000;
	border-radius:20px;
	padding:8px 30px;
	color:#fff;
	font-size:0.8em !important;
	text-align: center;
	margin-bottom:15px;
}
.outer-tabs-cta {
    margin-top:-52px;     

}
.outer-tabs-cta a {
	transition: all 0.3s;
}
.outer-tabs-cta .tabbed {
	overflow-x: hidden; /* so we could easily hide the radio inputs */
}

.outer-tabs-cta .tabbed [type="radio"] {
	/* hiding the inputs */
	display: none;
}

.outer-tabs-cta .tabs {
	display: flex;
	align-items: stretch;
	list-style: none;
	padding: 0;
   
}
.outer-tabs-cta .tab > label {
	display: block;
	margin-bottom: -1px;
	padding: 12px 15px;
	font-size:inherit;
	background: #C5C5C5;
	color: #3d3c3f;
	cursor: pointer;	
	transition: all 0.3s;
}
.outer-tabs-cta .tab:hover label {
	background: #ECECEC;
	color: #3d3c3f;
}

.outer-tabs-cta .tab-content {
	display: none;
	color: #3d3c3f;
    box-shadow: inset 0px -11px 8px -10px #c5c5c5;         
}

.outer-tabs-cta .tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.outer-tabs-cta .tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label
{
	border-bottom-color: #ECECEC;
	border-top-color: #ECECEC;
	background: #ECECEC;
	color: #3d3c3f;
}

.outer-tabs-cta .tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.outer-tabs-cta .tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2)
{
	display: block;
}
.suchen input {
    width:100%;
    border:0px;
    padding:15px;
    color:#ffffff;
    background-color:#c5c5c5;
}
.suchen ::placeholder {
  color: #FFFFFF;
    opacity: 1;
}
.suche-input {
    background-image:url(../../../images/gestaltung/icon-suche.png);
    background-position: right center;
    background-repeat:no-repeat;
    padding:15px 40px 15px 10px !important !important;
    position:relative;
}
.suche-input::placeholder {
    padding-left:30px !important;
}
.suche-marke, .suche-typ {
    background-image:url(../../../images/gestaltung/icon-pfeilesuche.png);
    background-position: right center;
    background-repeat:no-repeat;
    padding: 15px 40px 15px 10px !important;
    background-color:#C5C5C5;
    border:0px;
-webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; 
    width:100%;
    color:#fff;
}
.suche-button {
    background-color:#0053A2 !important;
}
.fz-ergebnis-zusatzbuttons{
	position:absolute;
	bottom:3px;
	left:0px;
	width:100%;
    z-index:2;
}
.fz-ergebnis-zusatzbuttons span {
    margin-right:5px;
    cursor: pointer;
}
.fz-ergebnis-zusatzbuttons span:last-child {
    margin-right:0px;
}
.reset-button {
    background-color:#b9b9b9 !important;
}
.cms_suchfeld {
	width:100%; 
}
.stag-suche {
	display:inline !important;
	float:left !important;
}


.cc-revoke.cc-center.cc-revoke-bottom {
 font-size:0.75em;
  border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.cc-revoke.cc-center.cc-revoke-bottom {
  left:0px !important;
  margin:inherit !important;
}

.byd-header {
	width:130px;
}
.bosch-header {
	width:45px;
}
.unfall-header {
	width:45px;
}

.skoda-header {
	width:130px;
}
.header-logos {
	text-align: right;
	padding-top:8px;
	padding-bottom:8px;
	background-image: linear-gradient(90deg, rgba(197,197,197,0), rgba(197,197,197,0.2));
}
.header-logos img {
	margin-left:15px;
}







/* TABS CTA suche-buttonsuche ENDE */
.typslider-icon {
    position:relative;
    padding-top:100%;
    background-position: center center;
    background-repeat:no-repeat;
    background-color:#3D3C3F;
}
.typslider-name {
    position:absolute;
    left:50%;
    bottom:30px;
    z-index:0;
    -ms-transform: translateX(-50%); 
    -webkit-transform: translateX(-50%); 
    transform: translateX(-50%);    
}
.borderframe {
    border:7px solid #fff;
}
.borderframe-graulight {
    border:7px solid #ECECEC;    
}
.borderframe-graudunkel {
    border:7px solid #3D3C3F;    
}
.borderframe-farbemittel {
    border:7px solid #0052A1;    
}
.bannerslider-l:after {
    position: absolute;
    content:"";
    right:0px;
    top:0px;
    background-color:#fff;
    width:7px;
    height:100%;
    z-index:3;
}
.bannerslider-r:after {
    position: absolute;
    content:"";
    left:0px;
    top:0px;
    background-color:#fff;
    width:7px;
    height:100%;
    z-index:3;
}

.angebotslider-l:after {
    position: absolute;
    content:"";
    right:0px;
    top:0px;
    background-color:#fff;
    width:7px;
    height:100%;
    z-index:3;
}
.angebotslider-r:after {
    position: absolute;
    content:"";
    left:0px;
    top:0px;
    background-color:#fff;
    width:7px;
    height:100%;
    z-index:3;
}
.angebot-textoben {
    position:absolute;
    z-index:0;
    top:15px;
    left:15px;
    width:90%;
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease; 
}
.angebotslider-l a:hover + .angebot-textoben, .angebotslider-m a:hover + .angebot-textoben, .angebotslider-r a:hover + .angebot-textoben {
    top:30px;
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;    
}

.angebot-textmitte {
    position:absolute;
    z-index:0;
    top:50%;
    left:50%;
    width:90%;    
    -ms-transform: translate(-50%,-20%); 
    -webkit-transform: translate(-50%,-20%); 
    transform: translate(-50%,-20%);
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;    
}
.angebotslider-l a:hover ~ .angebot-textmitte, .angebotslider-m a:hover ~ .angebot-textmitte, .angebotslider-r a:hover ~ .angebot-textmitte {
    top:45%;
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;    
}
.angebot-linkbutton {
    position:absolute;
    z-index: 0;
    bottom:0;
    right:0px;
    height:40px;
    width:40px;
    background: #0053A2 url(../../../images/gestaltung/icon-pfeilrechts.png) center center no-repeat;
    -webkit-filter: grayscale(100%);  
    filter: grayscale(100%);
    opacity:0;
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;    
}
.angebotslider-l a:hover ~ .angebot-linkbutton, .angebotslider-m a:hover ~ .angebot-linkbutton, .angebotslider-r a:hover ~ .angebot-linkbutton {
    height:40px;
    width:100px;
    -webkit-filter: grayscale(0%);  
    filter: grayscale(0%);
    opacity:1;
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;    
}
.partner-inner {
    width:80%;
    margin:auto;
}
.partner-logo {
    padding-top:100%;
    background-repeat:no-repeat;
    background-position:center center;
    position: relative;
    background-size:contain;
}
.partner-inner {
    -webkit-filter: grayscale(100%) opacity (50%);  
    filter: grayscale(100%) opacity(50%);
    box-shadow:0px 0px 30px #ECECEC;
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;     
}
.partner-inner:hover {
    -webkit-filter: grayscale(0%) opacity (100%);  
    filter: grayscale(0%) opacity(100%);
    box-shadow:0px 0px 30px #c5c5c5;    
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;     
}
.outer-zusatztext {
    padding-top:100px;
    padding-bottom:70px;
}


/* Seitenleiste*/
.quicklinks-outer {
    position:fixed;
    top:155px;
    right:0px;
    z-index:6;

    /* -ms-transform: translateY(-50%); 
    -webkit-transform: translateY(-50%); 
    transform: translateY(-50%);    */
}

#fahrzeugergebnisse-animation .aktiv{
    background-position: calc(20px) center;
    width:300px;
    background-color:#666;
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;    
}
#fahrzeugergebnisse-animation .aktiv div.seitenleiste-text {
 	opacity: 1 !important;
}
.fahrzeuganfrageformular {
	padding:45px;
	border:1px dotted #ccc;
	background-color:#fff;
}
.ankerlink {
	display: block;
    position: relative;
    top: -150px;
    visibility: hidden;	
}
.seitenleiste-toppic {
    display:block;
    position:relative;
    height:60px;
}
.seitenleiste-icon {
    width:60px;
    height: 60px;
    float:right;
    cursor:pointer;
  position:relative;
    
    background-position: calc(50%) center;
    background-repeat: no-repeat;
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;    
}
.seitenleiste-icon:hover {
    background-position: calc(20px) center;
    width:300px;
    background-color:#666;
    
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;    
}
.seitenleiste-text {
    line-height:60px;
    white-space: nowrap!important;
    padding-left:80px;
    opacity:0;
}
.seitenleiste-icon:hover .seitenleiste-text {
    opacity:1;
    
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;    
}
.seitenleiste-link {
    text-decoration:none;
    color:#ffffff;
}
/* Seitenleiste ende*/
.highlightbox-inner {
    width:85%;
    margin:auto;
    padding:60px;
}
.highlightbox-rechts-inner {
    padding:60px;
}
#spinner {
    display:none;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:10000;
	background: -webkit-linear-gradient(170deg, #3d3c3f, #3d3c3f); 
	background: -o-linear-gradient(170deg, #3d3c3f, #3d3c3f); 
	background: -moz-linear-gradient(170deg, #3d3c3f, #3d3c3f); 
	background: linear-gradient(170deg, #3d3c3f, #3d3c3f);
        opacity: 0.97;
    filter: Alpha(opacity=97);
}
.spinner-inner {
    position:absolute;
    top:50%;
    left:50%;
    z-index:10001;
    -ms-transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%); 
    transform: translate(-50%,-50%);  
    width:100px;
    height:100px;
    background:url(../../../images/gestaltung/spinner.svg) center center no-repeat;
}
.seitenleiste-fzg-ergebnis-zahl {
    position:absolute;
    left:0px;
    margin-left:-10px;
    top:3px;
    background:#3d3c3f;
    font-size:0.75em;
    padding:2px 3px;
    border-radius:10px;
    font-weight: 700;
}
/* geschichte */
.jux-tl-item.right .arrow {
    border-right-color: #E6E6E6;
    border-width: 10px 10px 10px 0;
    left: -10px;
    margin-top: -10px;
    top: 30px;
}
.jux-tl-item.right .arrow::after {
    border-right-color: #E6E6E6;
    border-width: 11px 11px 11px 0;
    bottom: -11px;
    left: -1px;
}
.jux-tl-info {
    background: #E6E6E6 none repeat scroll 0 0;
    border-radius: 0px;
    padding: 25px 40px;
    position: relative;
}
.jux-tl-item .jux-tl-time {
    color: #97bf0d;
    cursor: pointer;
    font-size: 5.3em;
    font-weight: inherit;
    min-height: 23px;
    min-width: 230px;
    position: absolute;
    top: 0px;
}
.jux-tl-item .jux-tl-desc {
    color: #535353;
    display: none;
    overflow: hidden;
}
.jux-tl-item.left .arrow::after {
    border-left-color: #E6E6E6;
    border-width: 11px 0 11px 11px;
    bottom: -11px;
    right: -1px;
}
.jux-tl-item.left .arrow {
    border-left-color: #E6E6E6;
    border-width: 10px 0 10px 10px;
    margin-top: -10px;
    right: -10px;
    top: 30px;
}
.jux-tl-item h2 a {
  color: #3d3c3f;
}
/* geschichte ende */

/*angebote*/
.angebote-kleingedrucktes {
	position:absolute;
	bottom:10px;
	left:10px;
	right:10px;
	font-size:0.85em;
	text-shadow:0px 0px 3px #000;
	color:#fff;
}
.angebote-inner {
	width:95%;
	border:1px solid #C5C5C5;
	position:relative;
	z-index: 1;
}
.angebote-text {
	padding-left:15px;
	padding-right:60px;
}
.angebote-pluslink {
	position:absolute;
	bottom:0px;
	right:50px;
	font-size:2em;
	opacity: 0;
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;	
}
.angebote-inner:hover .angebote-pluslink {
	right:10px;
	opacity: 1;
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;	
}
/*angebote ende*/













.outer-copy {
    border-top:7px solid #0053A2;
	padding-bottom:40px;
}
/* INHALT STYLING*/
.inhalt h1 {
	font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.07em;
	font-size:2.5em;
	}
.inhalt h2 {
	font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
	font-size:1.8em;
	}
.inhalt h3 {
	font-weight: 700;
    letter-spacing: 0.02em;
	font-size:1.4em;
	}
.inhalt h4 {
	font-weight: 500;
    letter-spacing: 0.02em;
	font-size:1.1em;
	}
.inhalt h5 {
	font-weight: 500;
    letter-spacing: 0.02em;
	font-size:0.95em;
	}
.inhalt h6 {
	font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.02em;
	font-size:1.1em;
}

/* INHALT STYLING ENDE */




/* GLOBAL DESIGNS */

.seidl-rechts {
	padding-top:25px;
	padding-bottom:25px;
}
.animated {
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;	
}
.animated:hover {
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;	
}
.vertical-bottom {
    display: flex;
    align-items:flex-end;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.vertical-align-bleibt {
    display: flex;
    align-items: center;
}
.vertical-align-sm {
    display: flex;
    align-items: center;
}
.sigProThumb {
    list-style:none !important;
}
ul.sigProArtistic {
    background: none;
    clear: both;
    list-style: outside none none;
    margin: 8px auto !important;
    overflow: hidden;
    padding: 8px 0 !important;
}
ul.sigProArtistic li.sigProThumb a.sigProLink {
    background: none;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    color: #333;
}
ul.sigProArtistic li.sigProThumb a:hover.sigProLink {
    background: none;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent; 
    color: #333;
}
ul.sigProArtistic li.sigProThumb a.sigProLink, ul.sigProArtistic li.sigProThumb a.sigProLink:hover {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0 8px 8px;
    position: relative;
}
.pulse {
  display: block;
  box-shadow: 0 0 0 rgba(255,255,255, 0.99);
  animation: pulse 1.5s infinite;
}    


@-webkit-keyframes pulse {
  0% {   -webkit-box-shadow: 0 0 0 0 rgba(0,87,148, 0.99);  }
  70% {      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);  }
  100% {      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);  }
}
@keyframes pulse {
  0% {    -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.99); box-shadow: 0 0 0 0 rgba(0,0,0, 0.99);  }
  70% {      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0); box-shadow: 0 0 0 10px rgba(255,255,255, 0);  }
  100% {      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0); box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}  
.pulseweiss {
  display: block;
  box-shadow: 0 0 0 rgba(255,255,255, 0.99);
  animation: pulsewhite 1.5s infinite;
}
@-webkit-keyframes pulsewhite {
  0% {   -webkit-box-shadow: 0 0 0 0 rgba(255,255, 0.99);  }
  70% {      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);  }
  100% {      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);  }
}
@keyframes pulsewhite {
  0% {    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.99); box-shadow: 0 0 0 0 rgba(255,255,255, 0.99);  }
  70% {      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0); box-shadow: 0 0 0 10px rgba(255,255,255, 0);  }
  100% {      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0); box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
} 


.pulsetable {
  box-shadow: 0 0 0 rgba(255,255,255, 0.99);
  animation: pulsetable 1.5s infinite;
}    


@-webkit-keyframes pulsetable {
  0% {   -webkit-box-shadow: 0 0 0 0 rgba(0,87,148, 0.99);  }
  70% {      -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);  }
  100% {      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);  }
}
@keyframes pulsetable {
  0% {    -moz-box-shadow: 0 0 0 0 rgba(0,0,0, 0.99); box-shadow: 0 0 0 0 rgba(0,0,0, 0.99);  }
  70% {      -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0); box-shadow: 0 0 0 10px rgba(255,255,255, 0);  }
  100% {      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0); box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}  


.clear {
	clear:both;
}
.minheight {
	min-height: 420px !important;
	}

/* FORMULAR */	

.formplate .fp-toggler {
  background-color: #dcdcdc !important;
}
.formplate .fp-toggler.checked {
  background-color: #0053A2 !important;
}


.btn-primary {
    background-color: #0052A1 !important;
    border-color: #0052A1 !important;
    color: #ffffff !important;
    border-radius:0px !important;
}
.controls {
	padding-bottom:10px;	
}
.bfQuickMode .pull-right {
    float: inherit!important;
}
.bfQuickMode .controls .control-label {
    min-width: 1px; 
    vertical-align: text-top;
    width: 100%;
}
.pull-right {
    float: inherit !important;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: inherit;
    border-radius: 0px;
}
/* FORMULAR ENDE */

/* SLIDER */


.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
    background: transparent;
}
.camera_thumbs_cont {
	margin-top:-80px;
}
.camera_thumbs_cont img {
	border:2px solid #ffffff !important;
}
.camera_prevThumbs {
	display:none;
}
.camera_nextThumbs {
	display:none;
}
.camera_thumbs_cont > div ul {
	float:left !important;
}
 .camera_target {
	 /*
	 -webkit-filter: grayscale(100%) !important; /* Chrome, Safari, Opera */
  /*   filter: grayscale(100%) !important;  */
	 }
.camera_prev {
   /* left: inherit;
    right:41px; */
}
.camera_next {
   /* left: inherit;
    right:0px; */
}
.camera_prev > span {
    background: url(../../../images/gestaltung/camera_skins.png) no-repeat 0 0;
}
.camera_next > span {
    background: url(../../../images/gestaltung/camera_skins.png) no-repeat -40px 0;
}	 
/*CHOCOLATE SKIN*/
.camera_chocolate_skin .camera_prevThumbs div {
	background-position: -160px -481px;
}
.camera_chocolate_skin .camera_nextThumbs div {
	background-position: -190px -481px;
}
.camera_chocolate_skin .camera_prev > span {
	background-position: 0 -481px;
}
.camera_chocolate_skin .camera_next > span {
	background-position: -40px -481px;
}
.camera_chocolate_skin .camera_commands > .camera_play {
	background-position: -80px -481px;
}
.camera_chocolate_skin .camera_commands > .camera_stop {
	background-position: -120px -481px	;
}

.camera_wrap a {
    background: #0053A2 !important;
	color:#ffffff !important;
	text-decoration: none!important;
	padding:8px 35px 8px 35px;	
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
.camera_wrap a:hover {
    background: #3D3C3F !important;
	color:#ffffff !important;
	text-decoration: none!important;
	padding:8px 35px 8px 35px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
.camera_wrap .camera_pag .camera_pag_ul {
    height: auto !important;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
}	
.camera_pag_ul {
	margin-top:-60px !important;
	}
.camera_wrap .camera_pag .camera_pag_ul li {
    background: #ffffff none repeat scroll 0 0;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background: #3d3c3f none repeat scroll 0 0;
}
 .camera_caption > div {
    background:none !important;
}
.camera_commands {
	display:none !important;
	}
.cameraContents h1 {
	font-size:5.5em;
	font-weight: 300 !important;
	}
.cameraContents h2 {
	font-size:2.5em;
	font-weight: 300 !important;
}	


.camera_caption {
    bottom: 12% !important;
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1000;
	text-align:left;	 
	color:#ffffff;
	
}
.cameraCont, .cameraContents {
			height: 100%;
			position: relative;
			width: 100%;
			z-index: 1;
			background: url(../../../images/gestaltung/bg-schatten.png);
			background-size: cover;
		}
.camerainner {
	width:50%;
}
 /* SLIDER ENDE*/

.logo-spacer {
	min-height: 100px;
}

/* NEWS */
.imageintro {
    position: relative;
    padding-top:50%;

}
.imageintrorahmen {
}
.seidl-blogouter {
    width:48%;
    margin-right:2%;
    float:left;    
}
.seidl-blogouter .readmore {
    margin-top:15px;    
}
.newsflash-title {
    font-size:1.4em;
    padding-top:15px;
}
.readmore {
    text-decoration: none;
    border:2px solid #0053A2;
    text-align:center;
    width:100%;
    display:table;
    padding:8px 0px 8px 0px;
    color:#0053A2;
    margin-top:20px;
    text-transform: uppercase;
    font-weight: 700;
}
.readmore {
    clear:both;
}
.publishdatum {
    font-weight: 300;
    position:relative;
    width:100%;
    padding-bottom:8px;
}
.publishdatum:after {
    content: "";
    position:absolute;
    bottom:0px;
    left:50%;
    width:60px;
    margin-left:-30px;
    height: 2px;
    background:#e2ddd9;
}
.seidl-blogouter .item-image {
	max-width:100% !important;
	padding:0px 30px 15px 0px !important;
	}

.pagination ul {
    list-style:none !important;
    padding-left: 0px !important;
}
.pagination ul li {
    display:inline-block;
    background:#0053A2;
    padding:5px 15px 5px 15px;
    color:#ffffff;
}
.pagination ul li a {
    text-decoration: none;
    color:#ffffff;
}
.pagination ul li a:hover {
    text-decoration: none;
    color:#efefef;
}
.pagination-start, .pagination-end {
    display:none !important;
}
.cat-children {
        display:none !important; 
    } 

/* NEWS ENDE*/

/* NeWSLETTER */
.acyfield_name, .acyfield_email, .acyfield_vorname {
	width:100% !important;
	}
.acymailing_form {
	width:100%;
	}	
.acyfield_text input {
    width:100%;
	background:#b9b9b9 !important;
    border:0px !important;
	border-radius:0px !important; 
	padding:15px 15px 15px 15px !important;
    color:#ffffff !important;
}
.acyfield_text :placeholder {
    color:#fff !important;
    opacity: 1 !important;
}
.acysubbuttons input {
	color:#ffffff !important;
	font-size:inherit;
	text-decoration:none;
	background: #0053A2 !important ; 
	padding:15px 15px 15px 15px !important;
	width:100% !important;
	border:0px !important;
    margin-top:20px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;		
	}
.acysubbuttons:hover input {
	background:#3D3C3F !important;

	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;		
	}	

.frontusers_profile .acym_radio_group {
    padding-right:30px;
}
.frontusers_profile .list_name {
    font-weight:700;
}
/* NeWSLETTER */

.slider-handle {
  background-color: #3D3C3F !important;
}
.slider-tick.in-selection {
  background: #3D3C3F !important;
}
.slider-selection.tick-slider-selection {
  background: #3D3C3F !important;
}
/*OWL*/
/*! Flickity v2.0.2
http://flickity.metafizzy.co
---------------------------------------------- */
.outer-slider {
	width:100% !important;
    overflow-x:hidden !important;
    position:relative;
}
.slider .carousel-cell {
  width: 100%; /* full width */
}
.slider .flickity-slider {
	width:100% !important;
}
.outer-partnerslider {
	width:100% !important;
    overflow-x:hidden !important;
    position:relative;
    padding-bottom:80px;
    padding-top:15px;
}
.partnerslider .carousel-cell {
  width: 12%; /* full width */
    margin-right:0.25%;
    margin-left:0.25%;
}
.partnerslider .flickity-slider {
	width:100% !important;
}
.outer-bannerslider {
	width:100% !important;
    overflow-x:hidden !important;
    position:relative;
}
.bannerslider .carousel-cell {
  width: 100%; /* full width */
}
.bannerslider .flickity-slider {
	width:100% !important;
}
.outer-angebotslider {
	width:100% !important;
    overflow-x:hidden !important;
    position:relative;
}
.angebotslider .carousel-cell {
  width: 100%; /* full width */
}
.angebotslider .flickity-slider {
	width:100% !important;
}

.outer-typslider {
	width:100% !important;
    overflow:hidden !important;
    position:relative;
    box-shadow: 0 16px 8px -8px #ECECEC;    
}
.typslider .carousel-cell {
  width: 12.5%; /* full width */
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}
.typslider .flickity-slider {
    margin-left:34px;
    margin-right:34px;  
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow:hidden;
  position: relative;
  height: 100%;
}



/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 74px;
  border: none;
  border-radius: 0px;
  background: #3D3C3F !important;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.typslider .flickity-prev-next-button {
  background: #ffffff !important;
}
.typslider .flickity-prev-next-button .arrow {
  fill: #3D3C3F !important;
}


.flickity-prev-next-button:hover {  }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 1.0;
}

.flickity-prev-next-button.previous { left: 0px; }
.flickity-prev-next-button.next { right: 0px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.0;
  cursor: auto;
}
.typslider .flickity-prev-next-button:disabled {
  opacity: 1.0 !important;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: inherit;
  bottom: 10px;
    left:50%;
    -ms-transform: translateX(-50%); 
    -webkit-transform: translateX(-50%); 
    transform: translateX(-50%);  
    z-index:1;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.outer-partnerslider .flickity-page-dots {
    bottom: 0px !important;
    margin-bottom:-50px !important;
}
.outer-partnerslider .flickity-page-dots .dot {
  background: #b9b9b9 !important;
}

.flickity-page-dots .dot:only-child {
  visibility: hidden !important;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/*OWL*/	

/* LOGIN */
.slogin-l {
    border:8px solid #0052A1;
}
.validate-username, .validate-password, .validate-email {
    width:100%;
    border:1px dotted #3D3C3F !important;
}
.sregister-felder fieldset, .sprofiledit-felder fieldset {
    width:50%;
    float:left;
}
.sregister-felder input, .sprofiledit-felder input {
    width:90% !important;
}
#jform_email-lbl {
    margin-top:15px;
    font-weight: 700;
}
/* LOGIN ENDE*/

/* MENÜ */
.maximenuck img {
	margin-top:-8px !important;
	background:#0053A2;
	padding:8px;
	border-radius: 50%;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
.maximenuck img:hover {
	margin-top:-8px !important;
	background:#3D3C3F;
	padding:8px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}
div#maximenuck95 ul.maximenuck {
    background:none;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none;
    clear: both;
    display: block;
    filter: none;
    float: none !important;
    height: auto;
    list-style: outside none none;
    margin: 0 auto;
    opacity: 1 !important;
    overflow: visible !important;
    padding: 0px !important;
    position: relative;
    text-align: left !important;
    visibility: visible !important;
    z-index: 999;
}
div#maximenuck95 ul.maximenuck li.maximenuck.level1 { 
    border: 1px solid transparent;
    box-shadow: none;
    cursor: pointer;
    display: inline-block !important;
    filter: none;
    float: none !important;
    list-style: outside none none;
    margin: 9px 0px 0px 0px !important;
    padding: 0px 55px 2px 0px;
    position: static;
    text-align: left;
    vertical-align: middle;
}
div#maximenuck95 ul.maximenuck li.maximenuck.level1:last-child { 
    padding: 0px 0px 2px 0px;
}
div#maximenuck95 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck95 ul.maximenuck li.maximenuck.level1.active {
    background:none ;
    border: 1px solid transparent;
    border-radius: 0px;
}

div#maximenuck95 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck95 ul.maximenuck li.maximenuck.level1 > span.separator {
    background: none;
    border: medium none;
    box-shadow: none;
    color: #B9B9B9;
    display: block;
    filter: none;
    float: none !important;
    font-size: 1.2em;
    min-height: 34px;
    outline: medium none;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-shadow: none !important;
    white-space: normal;
}
div#maximenuck95.maximenuckh ul.maximenuck li.level1.parent > a::after, div#maximenuck95.maximenuckh ul.maximenuck li.level1.parent > span.separator::after {
    border-color: #B9B9B9 transparent transparent;
    border-style: solid;
    border-width: 7px 6px 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: -4px;
    top: 7px;
    width: 0;
}
div#maximenuck95.maximenuckh ul.maximenuck li.level1.parent:hover > a::after, div#maximenuck95.maximenuckh ul.maximenuck li.level1.parent:hover > span.separator::after, div#maximenuck95.maximenuckh ul.maximenuck li.level1.parent.active > a::after, div#maximenuck95.maximenuckh ul.maximenuck li.level1.parent.active > span.separator::after {
    border-top-color: #ffffff;
}
.titreck {
	text-transform:uppercase;
	font-size:0.95em;
	letter-spacing:0em;
	text-shadow:0px 0px 0px #ffffff;
	}
.titreck:hover {
	border-bottom: 3px solid #0053A2;
	color:#000000 !important;
}

.maximenuck .current .titreck {
	border-bottom: 3px solid #0053A2;
}

div#maximenuck95 div.floatck {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color:#B9B9B9;
    background: #B9B9B9;
    border-image: none;
    border-radius: 0px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    cursor: auto;
    display: none;
    filter: none;
    margin: -1px 0 0 -10px;
    padding: 5px 5px 0;
    position: absolute;
    text-align: left;
    width: inherit;
    z-index: 9999;
}	

div#maximenuck95 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck95 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck95 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck95 ul.maximenuck li.maximenuck.level1.active > span.separator {
    color: #B9B9B9;
    text-shadow: 0px 0px 3px #ffffff;
}

div#maximenuck95 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > a, div#maximenuck95 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h2 a, div#maximenuck95 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h3 a, div#maximenuck95 ul.maximenuck li.maximenuck ul.maximenuck2 li.active > a, div#maximenuck95 ul.maximenuck2 li:hover > a, div#maximenuck95 ul.maximenuck2 li:hover > h2 a, div#maximenuck95 ul.maximenuck2 li:hover > h3 a, div#maximenuck95 ul.maximenuck2 li.active > a {
    color: #595854;
    text-shadow: 0px 0px 3px #ffffff;
}
div#maximenuck95 ul.maximenuck li.maximenuck ul.maximenuck2 li a, div#maximenuck95 ul.maximenuck2 li a {
    color: #595854;
    text-shadow: 0px 0px 3px #ffffff;
}
div#maximenuck95 span.descck {
    display: block;
    float: none !important;
    font-size: 11px;
    height: 13px;
    line-height: 13px;
	font-style: italic;
    text-decoration: none;
    text-transform: none;
}


/* MENÜ ENDE */
/* Kachelmenü*/
.skachel-inner {
    text-align: center;
    padding-top:66.6667%;
	background: -webkit-linear-gradient(170deg, #0052A1, #3D3C3F); 
	background: -o-linear-gradient(170deg, #0052A1, #3D3C3F); 
	background: -moz-linear-gradient(170deg, #0052A1, #3D3C3F); 
	background: linear-gradient(170deg, #0052A1, #3D3C3F);
    position:relative;
    
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;     
}
.skachel-inner:hover {
	background: -webkit-linear-gradient(170deg, #3D3C3F, #0c0c0c); 
	background: -o-linear-gradient(170deg, #3D3C3F, #0c0c0c); 
	background: -moz-linear-gradient(170deg, #3D3C3F, #0c0c0c); 
	background: linear-gradient(170deg, #3D3C3F, #0c0c0c);
    
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;     
}
.skachel-inner a {
    position:absolute;
    z-index: 1;
    vertical-align: bottom;
    left:0px;
    right:0px;
    bottom:0px;
    top:0px;    
    padding-top:15px;
   
}
/* Kachelmenü Ende*/

/* Subnavi*/
.subnavi-inner {
    text-align: center;
    padding-top:66.6667%;
	background: -webkit-linear-gradient(170deg, #666, #3D3C3F); 
	background: -o-linear-gradient(170deg, #666, #3D3C3F); 
	background: -moz-linear-gradient(170deg, #666, #3D3C3F); 
	background: linear-gradient(170deg, #666, #3D3C3F); 
    position:relative;
    
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;     
}
.subnavi-inner:hover {
	background: -webkit-linear-gradient(170deg, #0052A1, #3D3C3F); 
	background: -o-linear-gradient(170deg, #0052A1, #3D3C3F); 
	background: -moz-linear-gradient(170deg, #0052A1, #3D3C3F); 
	background: linear-gradient(170deg, #0052A1, #3D3C3F); 
    
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;     
}
.subnavi-inner a {
    position:absolute;
    z-index: 1;
    vertical-align: bottom;
    left:0px;
    right:0px;
    bottom:0px;
    top:0px;    
    padding-top:15px;
   
}
/* Subnavi Ende*/

.bfUploadButton {
    width:45px;
    height:45px;
    background:#95BF39 url(../../../images/gestaltung/icon-upload.png) center center no-repeat;
    
}
#ff_elem24, #ff_elem86, #ff_elem147, #ff_elem170, #ff_elem210 {
	display:none !important;
}
#bfLabel144, #bfLabel146, #bfLabel83, #bfLabel85 {
    width: auto !important;
}
#btcontentslider116 .bt_handles {
    left: 49% !important;
    bottom: 10px !important;

}
.bt-cs .bt_handles {
    border: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    z-index: 101;
}
.bt-cs .bt-inner {
    margin: 0;
    padding: 30px 0px 20px 0px;
    position: relative;
	color:#ffffff !important;
}

.fancyboxCounter {
	display: none !important;	
}



/* MENÜ MOBILE */
.mobilebarmenuck {
	background-color:inherit;
    height:60px;
    display:table;
    float:right;
    width:auto;
	}
.mobilebarmenutitleck {
    padding-left: inherit;
    line-height: 60px;
    color: #3d3c3f;
    font-size: 1.3em;	
    padding-right:20px;
    font-weight: 700;
    font-style: normal !important;
    font-variant: normal !important;
    letter-spacing: 0.05em;
    cursor: pointer;
	}
.mobilebuttonmenuck {
	width:60px !important;
	height:60px !important;
	background: #0053A2 url(../../../images/gestaltung/menue.png) no-repeat center center !important;
    margin:0px !important;
    box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.4);
	}
.mobilemaximenuckclose {
	background: url(../../../images/gestaltung/close.png) no-repeat center center !important;
    cursor: pointer;
    display: block;
    float: right;
    height: 38px !important;
    margin-left: 10px !important;
	margin-top:4px !important;
    width: 45px !important;
	}	
.mobilemaximenucktitle {
	display:none !important;
	}
.mobilemaximenuck {
    background: rgba(60,60,59, 0.95);
    background: radial-gradient(circle, rgba(60,60,59,1) 0%, rgba(60,60,59,0.95) 35%, rgba(30,30,30,0.95) 100%);
    color: #fff;
    font-size: 1.0em !important;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-shadow:inherit !important;
    top: 0;
    width: 100% !important;
}
.mobilemaximenuck .topbar {
    background: none !important;
}
.maximenucklogo {
    width:200px;
    margin:auto;
    padding-bottom:20px;
}
.mobilemaximenuck div.level1.maximenuck > a {
    background: none !important;
    padding-left: 0px;
	text-transform:uppercase !important;
    text-align: center;
}
.mobilemaximenuck div.current > a::after {
    background: none !important;
    content: " ";
    display: block;
    float: right;
    height: 35px;
    margin-right: 10px;
    width: 16px;
	border-left:2px solid #616161 !important;
}
.mobilemaximenuck div.maximenuck {
    background: none !important;
    cursor: pointer;
    line-height: 35px;
    min-height: 35px;
    padding: 0 0 3px;
    position: relative;
}
.mobilemaximenuck div.level2.maximenuck > a {
    background: rgba(0, 0, 0, 0) !important;
    padding-left: 75px;
}
.menueeins {
    padding-left:20px;
    font-size:1.2em;
    text-transform:uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
}
.menuezwei {
    padding-left:20px;
    font-size:2em; 
    cursor: pointer;
}
.mobilemaximenuck div.current > a::after {
    display: none;
}

/* MOBILE MENÜ ENDE */


/*NEWS KATEGORIEBLOG*/

.item-image {
	max-width:33.33333% !important;
	padding:0px 15px 15px 0px !important;
	}
.items-leading {
	}
.article-info-term {
	display:none !important;
	}
.page-header {
    }
.page-header h2 {
    text-align: center;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.07em;
font-size: 2.5em;
    color:#0053A2;
	}
.item-title {
	}
/* NEWS KATEGORIEBLOG ENDE */

/* TABS */
.rl_tabs .nav-tabs > li > a {
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
}
.rl_tabs .nav-tabs > li.active > a, .rl_tabs .nav-tabs > li.active > a:hover {
    color: #ffffff;
    background-color: #0053A2;
    border: 1px solid #0053A2;
    border-bottom-color: transparent;
    cursor: default;
}
.rl_tabs.outline_handles ul.nav-tabs > li a, 
.rl_tabs.outline_handles ul.nav-tabs > li a:hover {
    border: 1px solid #0053A2;
    border-bottom-color: #0053A2;
}
.rl_tabs.outline_content > .tab-content {
    border: 1px solid #0053A2;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #0053A2;
    border-top: none;
    background:#0053A2;
    color:#ffffff;
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
}
.rl_tabs .nav-tabs {
    border-bottom: 1px solid #0053A2;
}
.rl_tabs > ul.nav-tabs > li > a {
    color: #0053A2;
}
.rl_tabs.top > ul.nav-tabs > li > a:focus,
.rl_tabs.top > ul.nav-tabs > li.active > a:focus {
  border-bottom-color: transparent;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
}

/* TABS ENDE */
/* AKKORDEON */
.nn_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
    background-color: #0053A2;
    color: #ffffff;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px 15px;
}
.nn_sliders.accordion > .accordion-group {
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    transition-duration: 0.2s;
}
.nn_sliders.accordion > .accordion-group > .accordion-body > .accordion-inner {
    border-top: inherit;
    padding: 15px 15px 15px 15px;
    background:#F0F0F0;
}
.nn_sliders-toggle-inner {
    font-size:1.1em;
    color:#ffffff !important;
}
.nn_sliders.accordion > .accordion-group .accordion-heading .accordion-toggle {
    background: #0053A2 url(../../../images/gestaltung/icon-pfeilesuche.png) no-repeat center right;
}
.nn_sliders.accordion > .accordion-group.active .accordion-heading .accordion-toggle {
    background: url(../../../images/gestaltung/icon-pfeilesuche.png) no-repeat center right;
}
.nn_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
    background-color: #3D3C3F;
    color: #fff;
}
.nn_sliders.accordion > .accordion-group > div > a:focus,
.nn_sliders.accordion > .accordion-group.active > div > a:focus {
  outline: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
/* AKKORDEON ENDE*/

/* Cookie */

/*
body > *:not(.cc-window) {
  filter: blur(5px);
}
*/
.dcc-window:before {
    position:fixed;
    content: "";
    background:#000000;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    z-index: 200;
    
}

/* Cookie ENDE */

.sonderbutton {
	color:#ffffff !important;
	text-decoration:none;
	background: #0052A1 !important;
	border-radius:0px;
	padding:10px 15px 10px 15px !important;
	margin-top:-15px !important;
    white-space: nowrap;
	}
.sonderbutton:hover {
	color:#ffffff !important;
	text-decoration:none;
	background: #3D3C3F !important;
	border-radius:0px;
	padding:10px 15px 10px 15px !important;
	margin-top:-15px !important;
    white-space: nowrap;
    
	}

.ulnormal ul {
	padding-left:15px;
	list-style:circle;
	}
.ulnormal ol {
	padding-left:15px;
	}
.ul-fz-beschreibung ul {
	padding-left:15px;
	list-style:circle;
	}
.ul-fz-beschreibung li {
	padding-bottom:10px;
	}
.ulkeinedots ul {
	padding-left:20px;
	list-style:none !important;
	}
.ulhorizontal ul {
	padding-left:0px;
	list-style:none;
	}
.ulhorizontal li {
	padding-left:15px;
	list-style:none;
	display:inline-block;
	}
.ulhorizontal li:first-child {
	padding-left:0px;
	list-style:none;
	display:inline-block;
	}
.ulhorizontal li:last-child {
	padding-right:0px;
	list-style:none;
	display:inline-block;
	}
.ularrow ul {
	padding-left:20px;
	list-style-image: url(../../../images/gestaltung/icon-pfeil-aufzaehlung.png);
	}
.ularrow li {
	padding-left:0px;
	list-style-image: url(../../../images/gestaltung/icon-pfeil-aufzaehlung.png);
	}
.ularrow li a {
	padding-left:0px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;    
	}
.ularrow li a:hover {
	padding-left:10px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;    
	}
.ul-fz-ausstattung ul {
	padding-left:20px;
	list-style-image: url(../../../images/gestaltung/icon-pfeil-aufzaehlung.png);
	}
.ul-fz-ausstattung li {
	padding-left:0px;
    padding-bottom:5px;
    padding-top:5px;
    border-bottom:1px dotted #b9b9b9;
	list-style-image: url(../../../images/gestaltung/icon-pfeil-aufzaehlung.png);
	}
.ulmenuehorizontal li {
    list-style:none;
    display:inline-block;
    padding:3px 25px 3px 0px;
}
.ulmenuevertical li {
    list-style:none;
    display:block;
    padding:7px 0px 7px 0px;
    border-bottom:1px dotted #0053A2;
}
.ulmenuevertical li:last-child {
    border-bottom:0px;
}

.ulbuttons ul {
    list-style:none;
    padding:0px;
    margin:0px;
}
.ulbuttons li {
    display:inline-block;
}
.ulbuttons li a {
    list-style:none;
    display:inline-block;
    padding:7px 25px 7px 25px;
    background-color:#b9b9b9;
    color:#fff;
    cursor: pointer;
}
.ulbuttons li a:hover {
    background-color:#3D3C3F;
    color:#fff;
}
.ulbuttons li:last-child a {
    border-bottom:0px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.link-farbehell-normal a {
	color:#b3e23e;
	text-decoration: none;
	}	
.link-farbehell-normal a:hover {
	color:#0053A2;
	text-decoration: none;
	}	
.link-farbemittel-normal a {
	color:#0053A2;
	text-decoration: none;
	}	
.link-farbemittel-normal a:hover {
	color:#3D3C3F;
	text-decoration: none;
	}	
.link-farbedunkel-normal a {
	color:#3D3C3F;
	text-decoration: none;
	}	
.link-farbedunkel-normal a:hover {
	color:#0053A2;
	text-decoration: none;
	}
.link-graulight-normal a {
	color:#ECECEC;
	text-decoration: none;
	}	
.link-graulight-normal a:hover {
	color:#B9B9B9;
	text-decoration: none;
	}
.link-grauhell-normal a {
	color:#C5C5C5;
	text-decoration: none;
	}	
.link-grauhell-normal a:hover {
	color:#B9B9B9;
	text-decoration: none;
	}
.link-graumittel-normal a {
	color:#B9B9B9;
	text-decoration: none;
	}	
.link-graumittel-normal a:hover {
	color:#3d3c3f;
	text-decoration: none;
	}
.link-graudunkel-normal a {
	color:#3d3c3f;
	text-decoration: none;
	}	
.link-graudunkel-normal a:hover {
	color:#000000;
	text-decoration: none;
	}
.link-schwarz-normal a {
	color:#000000;
	text-decoration: none;
	}
.link-schwarz-normal a:hover {
	color:#595854;
	text-decoration: none;
	}
.link-weiss-normal a {
	color:#ffffff;
	text-decoration: none;
	}
.link-weiss-normal a:hover {
	color:#cccccc;
	text-decoration: none;
	}

		
.link-weiss-frame a {
	color:#ffffff;
	text-decoration:none;
	border:2px solid #ffffff;
	border-radius:0px;
	padding:10px 35px 10px 35px;
	line-height:4.2em;
	text-transform:uppercase;
    white-space: nowrap !important;
	}
.link-weiss-frame a:hover {
	color:#cccccc;
	text-decoration:none;
	border:2px solid #cccccc;
	border-radius:0px;
	padding:10px 35px 10px 35px;
	line-height:4.2em;
	text-transform:uppercase;
    white-space: nowrap !important;    
	}		
.link-schwarz-frame a {
	color:#000000;
	text-decoration:none;
	border:2px solid #000000;
	border-radius:0px;
	padding:10px 35px 10px 35px;
	line-height:4.2em;
	text-transform:uppercase;
    white-space: nowrap !important;    
	}
.link-schwarz-frame a:hover {
	color:#3d3c3f;
	text-decoration:none;
	border:2px solid #3d3c3f;
	border-radius:0px;
	padding:10px 35px 10px 35px;
	line-height:4.2em;
	text-transform:uppercase;
    white-space: nowrap !important;    
	}
.link-farbemittel-frame a {
	color:#0053A2;
	text-decoration:none;
	border:2px solid #0053A2;
	border-radius:0px;
	padding:10px 35px 10px 35px;
	line-height:4.2em;
	text-transform:uppercase;
    white-space: nowrap !important;
	}
.link-farbemittel-frame a:hover {
	color:#3D3C3F;
	text-decoration:none;
	border:2px solid #3D3C3F;
	border-radius:0px;
	padding:10px 35px 10px 35px;
	line-height:4.2em;
	text-transform:uppercase;
    white-space: nowrap !important;    
	}


.link-schwarz-button a {
	color:#ffffff !important;
	text-decoration:none;
	background: #000000;   
	border-radius:0px;
	padding:12px 37px 12px 37px;
	line-height:4.2em;
	text-transform:uppercase;
	border:2px solid #000000;
	font-size:1.0em;
    white-space: nowrap !important;    
	}
.link-schwarz-button a:hover {
	color:#ffffff !important;
	text-decoration:none;
	background: #3d3c3f;
	border-radius:0px;
	padding:12px 37px 12px 37px;
	line-height:4.2em;
	text-transform:uppercase;
	border:2px solid #3d3c3f;
	font-size:1.0em;
    white-space: nowrap !important;    
	}					


.farbehell {
	color:#b3e23e;
	}
.farbemittel {
	color:#0053A2;
	}
.farbedunkel {
	color:#3D3C3F;
	}
.graulight {
	color:#ECECEC;
	}	
.grauhell {
	color:#C5C5C5;
	}
.graumittel {
	color:#B9B9B9;
	}
.graudunkel {
	color:#3d3c3f;
	}
.schwarz {
	color:#000000;
	}
.weiss {
	color:#ffffff;
	}


.bg-farbehell {
	background:#b3e23e;
	}
.bg-farbemittel {
	background:#0053A2;
	}
.bg-farbedunkel {
	background:#3D3C3F;
	}
.bg-graulight {
	background:#ECECEC;
	}	
.bg-grauhell {
	background:#C5C5C5;
	}
.bg-graumittel {
	background:#B9B9B9;
	}
.bg-graudunkel {
	background:#3d3c3f;
	}
.bg-graudunkelst {
	background:#444444;
	}
.bg-schwarz {
	background:#000000;
	}
.bg-weiss {
	background:#ffffff;
	}
.text-shadow {
    text-shadow:0px 0px 30px #000000;
}
.box-shadow {
    box-shadow:0px 0px 30px #000000;
}
.box-shadow-hell {
    box-shadow:0px 0px 30px #c5c5c5;
}
.drop-shadow {
    -webkit-filter: drop-shadow( 0px 0px 30px rgba(0, 0, 0, .5));
    filter: drop-shadow( 0px 0px 30px rgba(0, 0, 0, .5));    
}

.bild1zu1 {
    position:relative;
    background-color:#efefef;
    background-size:cover;
    background-position: center center;
    padding-top:100%;
}
.bild1zu2 {
    position:relative;
    background-color:#efefef;
    background-size:cover;
    background-position: center center;
    padding-top:150%;
}
.bild2zu1 {
    position:relative;
    background-color:#efefef;
    background-size:cover;
    background-position: center center;
    padding-top:50%;
}
.bild3zu1 {
    position:relative;
    background-color:#efefef;
    background-size:cover;
    background-position: center center;
    padding-top:33.3333%;
}
.bild3zu2 {
    position:relative;
    background-color:#efefef;
    background-size:cover;
    background-position: center center;
    padding-top:66.6667%;
}
.bild4zu1 {
    position:relative;
    background-color:#efefef;
    background-size:cover;
    background-position: center center;
    padding-top:25%;
}
.bild4zu3 {
    position:relative;
    background-color:#efefef;
    background-size:cover;
    background-position: center center;
    padding-top:66.66667%;
}
.bild16zu9 {
    position:relative;
    background-color:#efefef;
    background-size:cover;
    background-position: center center;
    padding-top:56.25%;
}
.bild1zu2 {
    position:relative;
    background-color:#efefef;
    background-size:cover;
    background-position: center center;
    padding-top:150%;
}
.bg-verlauf {
	background: -webkit-linear-gradient(0deg, #ECECEC, #ffffff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(0deg, #ECECEC, #ffffff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(0deg, #ECECEC, #ffffff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(0deg, #ECECEC, #ffffff); /* Standard syntax */  
	}
.bg-verlauf-unten {
	background: -webkit-linear-gradient(180deg, #ECECEC, #ffffff); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(180deg, #ECECEC, #ffffff); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(180deg, #ECECEC, #ffffff); /* For Firefox 3.6 to 15 */
	background: linear-gradient(180deg, #ECECEC, #ffffff); /* Standard syntax */  
	}
.bg-trans-weiss {
	background:url(../../../images/gestaltung/bg-trans-weiss.png);
	}	
.bg-trans-schwarz {
	background:url(../../../images/gestaltung/bg-trans-schwarz.png);
	}
.bg-trans-rot {
	background:url(../../../images/gestaltung/bg-trans-rot.png);
	}
.bg-boxshadow {
	-webkit-box-shadow: inset 1px 4px 9px -6px #000000;
	-moz-box-shadow: inset 1px 4px 9px -6px #000000;
	box-shadow: inset 1px 4px 9px -6px #000000;
}
.bg-toppics {
	background:url(../../../images/gestaltung/bg-toppics.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
	}

.medium {
    font-weight:700;
}
.bold, .strong {
    font-weight:700;
}
.opacity {
    opacity: 0.5;
    filter: Alpha(opacity=50);     
}
.center {
	text-align:center;
	}
.textrechts, .text-rechts {
	text-align:right;
	}
.uppercase {
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.justify {
    text-align:justify;
}
.klein {
	font-size:0.85em;
	}
.kleiner {
    font-size:0.75em;
}
.kleinst {
    font-size:0.6em;
}
.gross {
	font-size:1.25em;
	}
.grosser {
    font-size:1.5em;
}
.grayscale {
    -webkit-filter: grayscale(0%);  
    filter: grayscale(0%);

	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;    
}
.grayscale:hover {
    -webkit-filter: grayscale(100%);  
    filter: grayscale(100%);

	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;    
}
.grayscale-invert {
    -webkit-filter: grayscale(100%);  
    filter: grayscale(100%);

	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;    
}
.grayscale-invert:hover {
    -webkit-filter: grayscale(0%);  
    filter: grayscale(0%);

	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;    
}
.bildrund img {
	border-radius:50%;
	border:7px solid #ffffff;
	-ms-transform: rotate(-0deg); /* IE 9 */
    -webkit-transform: rotate(-0deg); /* Chrome, Safari, Opera */
    transform: rotate(-0deg);
	-o-transition:1.0s;
	-ms-transition:1.0s;
	-moz-transition:1.0s;
	-webkit-transition:1.0s;
	}
.bildrund img:hover {
	border-radius:50%;
	border:7px solid #ffffff;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
	-o-transition:1.0s;
	-ms-transition:1.0s;
	-moz-transition:1.0s;
	-webkit-transition:1.0s;
	}		

.randausgleich {
    margin-left:-15px;
    margin-right:-15px;
}
.margintb {
	margin-top:30px;
	margin-bottom:30px;
	}
.margint {
	margin-top:30px;
	margin-bottom:0px;
	}
.marginb {
	margin-top:0px;
	margin-bottom:30px;
	}
.marginrl {
    margin-right:30px;
    margin-left:30px;
}
.marginr {
    margin-right:30px;
    margin-left:0px;
}
.marginl {
    margin-right:0px;
    margin-left:30px;
}
.iconpadding {
    padding-right: 6px;
}
.paddingtb {
	padding-top:15px;
	padding-bottom:15px;
	}
.paddingt {
	padding-top:15px;
	padding-bottom:0px;
	}	
.paddingb {
	padding-top:0px;
	padding-bottom:15px;
	}	
.paddingrl {
	padding-right:15px;
	padding-left:15px;
	}	
.paddingr {
	padding-right:15px;
	padding-left:0px;
	}
.paddingl {
	padding-right:0px !important;
	padding-left:15px;
	}
.paddingrlno {
	padding-right:0px;
	padding-left:0px;
	}
.paddingtbno {
	padding-top:0px;
	padding-bottom:0px;
	}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.bildresponsive img {
	max-width:100% !important;
	height:auto !important;
	}
.nodisplay {
	display:none !important;
	}
.nodisplay-sm {
	display:block !important;
	}
.nodisplay-xs {
	}
.display-xs {
	display:none !important;
	}
.display-sm {
        display:none !important;
    }
@media screen and (max-width: 1280px) {		
    .suche-button, .reset-button {
	 	font-size:0.85em;
	}
}

@media screen and (max-width: 1080px) {
div#maximenuck95 ul.maximenuck li.maximenuck.level1 { 
    margin: 15px 0px 10px 0px !important;
    padding: 0px 15px 2px 0px;
}
.nodisplay-sm {
	display:none !important;
	}
.display-sm {
        display:block !important;
    }
.camera_caption {
    bottom: 10% !important;
}	
.vertical-align-sm {
    display: inherit;
    align-items: inherit;
} 
.typslider .carousel-cell {
  width: 20%;
}
.partnerslider .carousel-cell {
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
}
.topmenue li {
	padding:3px 15px 3px 0px !important;
	font-size:0.85em !important;
}
.outer-tabs-cta {
  margin-top: -1px; 
}
.angebot-textmitte {
	font-size:0.80em !important;
}
.angebot-textoben {
  font-size:0.80em !important;
}
}

@media screen and (max-width: 810px) {
.vertical-align {
    display: inherit;
    align-items: inherit;
}
.textrechts {
	text-align:center;
	}
.camera_thumbs_cont ul li {
	}
.nodisplay-xs {
	display:none !important;
	}
.display-xs {
	display:block !important;
	}	
.row-eq-height {
  display: inherit;
}	

.outer-angebotslider {
	width:65% !important;
    margin:auto auto 20px auto !important;
}
.outer-copy li {
	display:block !important;
	padding-left:0px !important;
} 
/* INHALT STYLING*/
.inhalt h1 {
	font-size:1.65em;
	}
.inhalt h2 {
	font-size:1.45em;
	}
.inhalt h3 {
	font-size:1.3em;
	}
.inhalt h4 {
	font-size:1.05em;
	}
.inhalt h5 {
	font-size:0.90em;
	}
.inhalt h6 {
	font-size:1.05em;
}

/* INHALT STYLING ENDE */

}
@media screen and (max-width: 480px) {
.vertical-bottom {
    display: flex;
    align-items:center;
}
.header-logos img {
	margin-left:3px;
}	
.byd-header {
	width:60px;
}
.bosch-header {
	width:25px;
}
.unfall-header {
	width:25px;
}
	.logo  {
		text-align:center;
	}.logo img {
		width:100%;
	}
.skoda-header {
	width:60px;
}	
.fzee-ergebniscontainer .col-xs-12, .fzee-ergebniscontainer .fz-ergebnis-topinfo {
	padding-left:0px;
	padding-right:0px;
}
.fz-detail-team .carousel-cell, .fahrzeuganfrageformular {
	padding-left:15px !important;
	padding-right:15px !important;
}
.ulbuttons li {
	margin-bottom:3px;
}



.flickity-page-dots {
  display:none;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 20px;
  background: #3D3C3F !important;
}
body {
  border-right: 30px solid #c5c5c5;
}
.mobilebuttonmenuck {
  width: 30px !important;
  height: 50px !important;
  background-size:80% auto !important;
}
.mobilebarmenuck {
  height: 50px;
}
.mobilebarmenutitleck {
  line-height: 50px;
  padding-right: 10px;
}
html, body {
  font-size: 13px;
}
.typslider .carousel-cell {
  width: 50%;
}
.bannerslider-l {
	padding-bottom:15px;
}
.ingallery-cell:last-child, .ingallery-cell:nth-child(3), .ingallery-cell:nth-child(2) {
	display:none !important;
}
.outer-angebotslider {
  width: 100% !important;
  margin: auto auto 20px auto !important;
}
.partnerslider .carousel-cell {
  width: 48%;
  margin-right: 1%;
  margin-left: 1%;
}
.copyright {
	text-align: left !important;
}
.fz-ergebnis {
	padding-left: 0px !important;
	padding-right:0px !important;
}
.highlightbox-inner {
  width: 100%;
  padding: 15px;
}
.bfQuickMode section {
  padding: 15px;
  margin-bottom: 15px;
}
.quicklinks-outer {
  top: 50px;
}
.seitenleiste-toppic {
  height: 45px;
}
.seitenleiste-icon {
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size:80% auto;
}
.seitenleiste-fzg-ergebnis-zahl {
  margin-left: -10px;
  top: 1px;
  font-size: 0.45em;
  padding: 2px 3px;
  border-radius: 10px;
}

/*suche mobil*/
.suche-sidebar {
	width:100%;
    -ms-transform: translateX(-100%); 
    -webkit-transform: translateX(-100%); 
    transform: translateX(-100%);
	position:absolute;
	left:0px;
	top:0px;
	height:100%;

	overlow-y:scroll !important;
	padding-top:80px !important;
	background-color:#fff;
	z-index:1000;
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;	
}
.suche-overlayblack {
	display:none;
	background-color:#000000;
	position:fixed;
	top:0px; left:0px; right:0px; bottom: 0px;
	opacity:0.9;
	z-index:999;
}
.display {
	display:inherit !important;
}
.suche-toggle {
    -ms-transform: translateX(0%); 
    -webkit-transform: translateX(0%); 
    transform: translateX(0%);
	-moz-transition: all 0.65s ease;
	-webkit-transition: all 0.65s ease;
	-o-transition: all 0.65s ease;
	transition: all 0.65s ease;	
}
.suche-button-mobil {
	position:fixed;
	z-index:1000;
	left:0px;
	top:50%;
	margin-top:-20px;
	width:40px;
	height:40px;
	background:#0052A1;
	cursor: pointer;
}
#fahrzeugergebnisse-animation {
	display:none !important;
}
.suche-button-mobil img {
animation: buttonrotate 10s infinite linear;
margin:4px 0px 0px 4px;
}
.buttonrotate {
  
}    
@-webkit-keyframes buttonrotate {
  0% {	-ms-transform: rotate(-0deg);     -webkit-transform: rotate(-0deg);     transform: rotate(-0deg);}
  50% {	-ms-transform: rotate(-180deg);     -webkit-transform: rotate(-180deg);     transform: rotate(-180deg);}
  100% {	-ms-transform: rotate(-364deg);     -webkit-transform: rotate(-364deg);     transform: rotate(-364deg);}
}
@keyframes buttonrotate {
  0% {	-ms-transform: rotate(-0deg);     -webkit-transform: rotate(-0deg);     transform: rotate(-0deg);}
  50% {	-ms-transform: rotate(-180deg);     -webkit-transform: rotate(-180deg);     transform: rotate(-180deg);}
  100% {	-ms-transform: rotate(-364deg);     -webkit-transform: rotate(-364deg);     transform: rotate(-364deg);} 
  }
  








}
    .grecaptcha-badge { visibility: hidden; }
/* ALLGEMEIN ---------------------------------------- */
hr { overflow: visible; /* For IE */ padding: 0; border: none; border-top: 1px dotted #B9B9B9; color: #B9B9B9; text-align: center; margin-top:15px; margin-bottom:15px; } 
/* hr:after { content: "♥"; display: inline-block; position: relative; top: -0.7em; font-size: 1.5em; padding: 0 0.25em; background: #ffffff; border-radius:50%; } */

a:link { 
} 

a:visited { 
}

a:hover { 
} 

a:active { 
}
sup {
    font-size:0.5em;
    font-weight: 500;
}
strong, bold {
    font-weight: 500;
}
::-webkit-input-placeholder { /* Edge */
  opacity:1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity:1;
}

::placeholder {
  opacity:1;
}
/* NICHT DRUCKEN ------------------------------------- */
@media print {
 .nichtdrucken, .nicht-drucken {
 display : none !important;
 }
}