/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/glyphicons-halflings-regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/glyphicons-halflings-regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/glyphicons-halflings-regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'cheddar_jackregular';
    src: url('../fonts/cheddar_jack-webfont.woff2') format('woff2'),
         url('../fonts/cheddar_jack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Logo footer */
.tm-footer .tm-logo-footer { margin-top: -10px; }

body {
    background-color: #ccc;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed",sans-serif;
    color: #876b46;
    font-weight: 500;
    margin: 0 0 25px 0;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 40px;
}
* + p, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure{
	    margin-top: 25px;
}
.uk-article-title {
    font-size: 42px;
    line-height: 1.3em;
    font-weight: normal;
    text-transform: uppercase;
}
.uk-panel-title {
    color: #876b46;
    font-size: 30px;
    font-weight: 600;

}

.uk-overlay-scale {
    border-radius: 500px;
    overflow: hidden;
    width: 70%;
}

.logo {
    margin: 0 auto;
    text-align: center;
}

.logo img {
	width: 500px;	
}
#jsn-pos-mainmenu{
	display: table;
	margin: 0px auto;
}
#jsn-pos-mainmenu li {
    float: left;
    width: auto;
    background: none;
}

#jsn-pos-mainmenu li a {
    color: #fff;
    font-weight: 500;
    padding: 0 15px;
    text-transform: uppercase;
}

#jsn-pos-mainmenu li a:hover {
    color: #a3195b;
    background: none;
}

#jsn-pos-mainmenu .menu li.active > a {
    color: #a3195b;
    background: none;
}
#jsn-headerinner{
	display: flex;
	flex-direction: column;
}
.info-menu {
	display: table;
	margin: 0px auto;
}
.info-menu li {
    border-right: 3px solid #683c11;
    float: left;
    width: auto;
    list-style-type: none;
}
.info-menu li:first-child {
	padding: 0 15px 0 30px;
    background: transparent url(../images/phone_2.svg) left 3px no-repeat;
    background-size:20px 
}
.info-menu li a {
    color: #683c11;
    font-weight: 500;
	padding: 0 15px 0 40px;
   /* background: transparent url(../images/menu_icons.png) left -2px no-repeat;*/
   text-decoration: none;
}

.info-menu li a:hover{color: #a3195b;text-decoration: none}

.info-menu .uk-nav-side > li > a:hover,
.info-menu .uk-nav-side > li > a:focus {
    color: #a3195b;
    background-image: url(../images/menu_icons.png);
    background-repeat: no-repeat;
    background-color: transparent;
}
.info-menu li:nth-child(1) a {
	background-position: 10px -2px;
	border-left: 3px solid #683c11;
    padding:0;
    background:none;
  border:none;
}
.info-menu li:nth-child(2) a {
    background: url(../images/time.svg) no-repeat 17px 2px;
	background-size: 15px;
}

.info-menu li:nth-child(2) a:hover{background: url(../images/time_active.svg) no-repeat 17px 2px;background-size: 15px;}

.info-menu li:nth-child(3) {border: none}
.info-menu li:nth-child(3) a {
	background: url(../images/location.svg) no-repeat 18px 1px;
	background-size: 14px;
}

.info-menu li:nth-child(3) a:hover {
	background: url(../images/location_active.svg) no-repeat 18px 1px;
	background-size: 14px;
}

.info-menu li.purple:nth-child(2) a {
    background: url(../images/time_active.svg) no-repeat 17px 2px;
	background-size: 15px;
}
.info-menu li.purple:nth-child(3) a {
	background: url(../images/location_active.svg) no-repeat 18px 1px;
	background-size: 14px;
}


/* SLIDER */
.camera_wrap .camera_pag .camera_pag_ul{
	position: absolute;
	text-align: center !important;
	bottom: 0;
	left: 0;
	width: 100%;
}
#jsn-master .camera_wrap .camera_pag .camera_pag_ul li{
	background-color: rgba(255, 255, 255, 0.7);
}
#jsn-master .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent,#jsn-master .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span{
	background-color: rgba(255, 255, 255, 1);
}
#jsn-master .camera_commands{
	display: none;
}
#jsn-master .camera_prevThumbs,#jsn-master .camera_nextThumbs,#jsn-master .camera_prev,#jsn-master .camera_next,#jsn-master .camera_commands, .camera_thumbs_cont{
	background: transparent;
}

.tm-navbar {
    height: auto;
    padding: 12px 25px;
}

.tm-footer {
	background-color: #866a46;
}

#jsn-logo {
    padding: 12px 25px;
    background: rgba(255, 255, 255, 1);
}

#jsn-menu{
    padding: 12px 25px;
    background: rgba(178, 178, 178, 1);
    width: 100%;
	max-width: unset;
}
.site-grid{
	margin: 100px 100px 50px;
}
#jsn-content{
	margin-bottom: 100px;
}
.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 100px;
}
.leistungen-overview .blog-item{
	display: flex;
	align-items: center;
	gap: 0;
	flex-wrap: nowrap;
	margin-bottom: 40px;
	flex-direction: row;
}
.leistungen-overview .item-image {
    border-radius: 500px;
    width: 30%;
/*     float: left; */
    overflow: hidden;

}
.leistungen-overview .item-content{
	float: left;
	padding: 30px;
    padding-left: 70px;	
}
.uk-overlay-background {
	background: rgba(163, 25, 91, 0.5) !important;
	color: #fff !important;
}

.uk-overlay-background, .uk-overlay-background + .uk-overlay-panel, .uk-overlay-background ~ .uk-overlay-panel, .uk-overlay-background h1, .uk-overlay-background + .uk-overlay-panel h1, .uk-overlay-background ~ .uk-overlay-panel h1, .uk-overlay-background h2, .uk-overlay-background + .uk-overlay-panel h2, .uk-overlay-background ~ .uk-overlay-panel h2, .uk-overlay-background h3, .uk-overlay-background + .uk-overlay-panel h3, .uk-overlay-background ~ .uk-overlay-panel h3, .uk-overlay-background h4, .uk-overlay-background + .uk-overlay-panel h4, .uk-overlay-background ~ .uk-overlay-panel h4, .uk-overlay-background h5, .uk-overlay-background + .uk-overlay-panel h5, .uk-overlay-background ~ .uk-overlay-panel h5, .uk-overlay-background h6, .uk-overlay-background + .uk-overlay-panel h6, .uk-overlay-background ~ .uk-overlay-panel h6 {
    color: #fff;
}

.uk-button, .readmore .btn-secondary{
    background: #fff url(../images/arr_right.svg) no-repeat scroll top 11px right 23px;
    background-size: 17px;
    color: #a3195b;
    font-size: 22px;
    font-weight: 500;
    padding: 0 60px 0 30px;
    position: relative;
    text-transform: none;
    border-radius: 10px;
    border: 1px solid #a3195b;
    transition: all 0.3s;
    letter-spacing: 0px;
    font-family: "Roboto Condensed",sans-serif;
}
.readmore .btn-secondary .icon-chevron-right{
	display: none;
}

.uk-button:hover,.readmore .btn-secondary:hover {
	/*
    color: #fff;
	background: #a3195b;
    */
    color: #a3195b;
    background-position: top 11px right 15px;
    background-color: #fff;
    text-decoration: none;
}

.leistungen-overview .uk-button::before,
.uk-button::before {
    -moz-osx-font-smoothing: grayscale;
    background: #e1e1e1 none repeat scroll 0 0;
    border-radius: 25px;
    color: #683c11;
    content: none;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    left: 3px;
    line-height: 1;
    padding: 5px;
    position: absolute;
    top: 3px;
}

.leistungen-overview .blog-items li::before {
    content: "■";
    left: -15px;
    position: absolute;
    top: -1px;
    -moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	font-size: 10px
}

.leistungen-overview .blog-items li {
    line-height: 26px;
    list-style: outside none none;
    position: relative;
}


#tm-header {
    background: #fff none repeat scroll 0 0;
    padding: 0;
}
#jsn-topbar #jsn-pos-topbar{
	margin: auto;
}
.tm-footer {
    background: rgb(134, 106, 70) url("/../images/stars.svg") no-repeat scroll right 15px / 125px 66px;
    height: 25px;
    padding: 25px !important;
    box-sizing: content-box;
}
.tm-container {
	background-color: #ffffff;
}
#tm-bottom-a {
	background-color: transparent;
	padding-top: 50px;
	padding-bottom: 50px;
}
.tm-featured-image,
article.uk-article img.uk-align-left,.item-page figure.item-image {
	width: 330px;
	height: 330px;
	border-radius: 500px;
	margin-right: 30px;
	margin-top:0;
	overflow: hidden;
}
.clearbreak {
	clear: both;
}
.round_gal img {
	width: 270px;
	height: 270px;
	border-radius: 500px;
}
.round_gal {
	text-align: center;
	margin: 30px 0px;
}
.round_gal img {
	margin-right: 20px;
}
.round_gal img:last-child {
	margin-right: 0px;
}
.tm-isblog .uk-align-left {
	margin-right: 0px;
}
.home_btn {
	width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative;
}
.home_btn > a {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.home_btn .h_cont {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 33%;
	margin: 0px;
	display: table;
	width: 100%;
	text-align: center;
	background-color: #f0eeea;
	pointer-events: none;
}
.home_btn h2 {
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}
.home_btn .p_cont {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	display: table;
	background-color: rgba(145, 24, 99, 0.6);
	opacity: 0;	
	transition: opacity 1s;
}
.home_btn p {
	vertical-align: middle;
	display: table-cell;
	color: #ffffff;
	font-size: 1.5em;
	line-height: 32px;
	padding: 10% 10% 40% 10%;
	text-align: center;
    font-family: "Roboto Condensed",sans-serif;
}

.home_btn .p_cont:hover,
.home_btn .p_cont:focus {
	opacity: 1;
}

.home_btn img{width: 99.9%}

.tm-footer .uk-grid {
	margin-left: 0px;
	width: 100%;
	display: block;
	flex-wrap: inherit;
}
#jsn-pos-footer .uk-width-medium-1-2{
	padding-left: 0px;
	padding-right: 150px;
	float: right;	
}
.tm-footer .moduletable ul {
	float: right;
	display: list-item;
}
.tm-footer .moduletable li {
	float: left;
	padding-left: 15px;
}
.tm-footer .moduletable a {
	color: #ffffff;
}
.tm-footer .moduletable a:hover {
	text-decoration: underline;
}
.uk-panel-title {
	line-height: 1.3em;
}
#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group .control-label {
	font-family: "Roboto Condensed",sans-serif;
}
.controls textarea {
	height: auto;
}
.top_box {
	position: absolute;
	top: -282px;
	left: 0px;
	color: #fff;
	opacity: 0;
	display: none;
	transition: opacity 0.5s;
	z-index: 20;
}
.top_box_active .top_box.active {
	opacity: 1;
	display: block;
	
}
.top_box h3 {
	color: #fff;
    font-family: cheddar_jackregular;
    font-size: 50px;
}
#oeff.top_box {
	padding-top: 1em;
}
#oeff.top_box td {
	padding-right: 15px;
	text-align: right;
	vertical-align: top;
}
#oeff.top_box td:first-child {
	text-align: left;
}
.top_box a {
	text-decoration: underline;
	color: #ffffff;
}
#top_box_close {
	display: none;
	font-weight: bold;
	font-size: 30px;
	position: absolute;
	top: -285px;
	right: 0px;
	color: #ffffff;
	opacity: 0.8;
	z-index: 20;
}
#top_box_close:hover,
#top_box_close:focus {
	text-decoration: none;
	opacity: 1;
}
.top_box_active #top_box_close {
	display: block;
}
.info-menu ul {
	margin: 0px;
}
#Nav_Icon {
	background: transparent url(../images/menu.png) center center no-repeat;
	padding: 5px;
	width: 24px;
	height: 24px;
}
#tm-header {
	position: relative;
}
.container-below-top::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(145, 24, 99, 0.6);
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	transition: opacity 0.5s;	
	z-index: 20;
	pointer-events: none;
}
.top_box_active .container-below-top::after {
	opacity: 1;
}
.container-header .container-below-top{
	position: relative;
	margin: 0;
	padding: 0;
	max-width: unset;
}
.container-below-top .jsn-modulecontainer{
	width: 100%;
}
.container-below-top .jsn-modulecontainer.headerhead {
	position: absolute;
	margin: 0px;
	top: 0;
	left: 0px;
	padding: 0.7em 1.2em;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 10;
}
.container-below-top .headerhead h3 {
	color: #a3195b;	
	font-weight: bold;	
}
.jsn-master .jsn-input-medium-fluid {
    padding: 1% 2%;    
}

.controls textarea {   
    padding: 3%;
}

.small_d{display:none;}
.close_x{margin:0}
#tm-top-b_Small_d{display:none}


#anf h3{position: relative;}
.location_icon{
    position: absolute;
    width: 31px;
    height: 31px;
    border-radius: 100%;
    top: -7px;
    right: 0px;
    background: #fff;
    border: 2px solid #fff;
    border-collapse: separate;
    border-spacing: 3px;
    text-decoration: none;
    animation-name: stretch;
  animation-duration: 1s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

.location_icon:before{
    width: 45px;
    height: 45px;
    border: 3px solid #fff;
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    border-radius: 100%;
}


.element {
  height: 250px;
  width: 250px;
  margin: 0 auto;
  background-color: red;
  animation-name: stretch;
  animation-duration: .1s; 
  animation-timing-function: ease-out; 
  animation-delay: 0;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}

#mod-custom90 a:hover{
	text-decoration: underline;
}

@keyframes stretch {
  0% {
    transform: scale(.85);  
    
  }
  50% {
    
  }
  100% {
    transform: scale(1.0);
    
  }
}

.headline_small{
    font-family: cheddar_jackregular;
    font-size: 32px
}

.purple a{color:#a3195b}
.info-menu li.purple a{color:#a3195b}

.uk-grid .uk-width-medium-1-3:nth-child(2){
    position: relative;    
}

/*.uk-grid .uk-width-medium-1-3:nth-child(2):before{
    position: absolute;
    content: "";
    top: -77px;
    left: 50px;
    background: url(../images/bedge.svg) no-repeat;    
    background-size: 100%;
    width: 125px;
    height: 125px;
    z-index: 1;
}*/
.uk-panel.home_intro{
	background-color: transparent;
	padding: 0;
}
.uk-panel.home_intro > *{
	text-align: center;
}
.uk-panel.home_intro h1{
	font-size: 48px;
	margin-bottom: 0;
}
.uk-panel.home_intro h2{
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 2em;
}
.uk-panel.home_intro p{
	font-size: 19px;
	margin: auto;
	font-weight: bold;
	background-color: #a3195b;
	color: #ffffff;
	font-family: "Roboto Condensed",sans-serif;
	padding: 1em;
}
#jsn-pos-footer{
	width: 100%;
}

/* formular */
.itemid-123 .page-header{
	display: none;
}
#cf_1{
	width: 100%;
}
#cf1 .cf-form-wrap{
	padding: 0;
}
#cf_1 .cf-control-group.cap{
	max-width: 630px;
}
#cf_1 input,#cf_1 textarea{
	border-radius: 20px;
}
#cf_1 .cf-btn{
	text-transform: uppercase;
	font-size: 1.2em;
}
/* responsive */


@media only screen and (max-width:1170px) {
  .h_cont h2{font-size:22px}
}

@media only screen and (max-width:1024px) {
  
  .uk-width-medium-1-2{width:100%}
  .home_btn .p_cont {
    
    bottom: 33%;
    display: block;
    height: 74px;
    left: 0;
    margin: 0;
    opacity: 1;
    position: absolute;
    text-align: left;
    top: auto;
    transition: opacity 1s ease 0s;
    width: 100%;
}
  .home_btn p {
    color: #ffffff;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 3% 8% 40%;
    text-align: left !important;
    vertical-align: middle;
}
  
}

@media only screen and (max-width:767px) {
	#jsn-pos-mainmenu .mod-menu{
		text-align: center;
		padding: 10px 0;
	}
	#jsn-pos-mainmenu .mod-menu li{
		padding: 7px 0;
	}
	.leistungen-overview .blog-item{
		flex-direction: column;
	}
	.leistungen-overview .item-image{
		width: 100%;
		max-width: 500px;
	}
	.leistungen-overview .item-content{
		padding: 0;
	}
  .uk-hidden-small{display:block!important;}
  .large_d{display:none;}
  .small_d{display:block;line-height: 16px;}
  .top_box{width:100%;}
  .hour_field{width:110px;display:inline-block}
  #oeff.top_box{padding-top:0}
  .top_box{top:-275px;}
  .top_box h3 {font-size: 40px; margin-bottom: 10px;}
  .day_field{font-size:14px}
  .hour_field{font-size:13px}
  .wo_field{margin-bottom:8px;}
  #top_box_close{z-index:1;right:-12px;padding:5px 15px;}
  #anf p{line-height:22px;font-size:14px;}
  .info-menu li{border:none;float:none}
  .info-menu li:nth-child(2) a {
    background-position: 3px 2px;
}
  .info-menu li:nth-child(3) a {
    background-position: 3px 1px;
}
  .info-menu li a{padding:0 15px 0 30px}
  .uk-width-medium-1-2{padding-right:80px!important}
  .tm-footer{padding:15px 10px 45px !important}
  .tm-subnav-footer{margin-top:0}
  .uk-subnav > *{margin-top:0;padding-left:0}
  .uk-panel-title{font-size:22px}
  .uk-article-title{font-size:26px}
  .uk-button{font-size:14px;}
  .tm-featured-image, article.uk-article img.uk-align-left{width:250px;height:250px;}
  .round_gal img{margin-right:0;margin-bottom:20px;}
  .round_gal img{width:250px;height:250px;}
  h2, .uk-h2{font-size:24px;}
  .tm-footer .uk-grid li{width:100%}
  #tm-top-b_Small_d{display:block;position:relative}
  #tm-top-b{display:none}
  .tm-navbar{box-shadow:none;}
  #Nav_Icon{text-align:center;padding: 0 0 20px;}
  #Mobile_Nav {
    background: red none repeat scroll 0 0;
    position: absolute;
    top: 47px;
    z-index: 1;
    width:100%
}
  .uk-block-primary{background:#876b46}
  .uk-contrast .menu .uk-nav-side > li.uk-active > a{color:#f9dab2}
  #Mobile_Nav li{float:none;display:block}
  #Mobile_Nav li a{padding:5px 0}
  .tm-footer, .tm-padding-around {
    padding: 15px 30px;
}
  .info-menu{display:block}
  .info_menu-ULstyle{
    margin: 15px auto 0!important;
    padding: 0;
    width: 275px;
    font-size: 15px
  }
  .uk-panel.home_intro{
	  padding-bottom: 30px;
  }
    .location_icon{
        top: 45px;
        right: 110px;
    }
  .headerhead{
	  display: none;
  }
  #jsn-menu{
	  background: transparent;
	  padding: 0;
  }
  .site-grid{
	  margin: 25px;
  }
	  
  
}


@media only screen and (max-width:320px) {
  #recaptcha_area, #recaptcha_table{position:relative; left:-20px}
}



/* E Privacy Cookie */
.activebar-container ul.links li, .activebar-container ul.links {
	float: none !important;
	margin-bottom: 0px;
}
.activebar-container {
	padding: 8px 35px 8px 14px;
	margin-bottom: 0px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3 !important;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px !important;
	color: #c09853 !important;
	z-index: 20;
	border-bottom: none !important;
	position: fixed;
	height: 110px;
	bottom: 0;
	top:auto !important;
}
button.accept, button.decline, button.plg_system_eprivacy_accepted, button.plg_system_eprivacy_reconsider {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #ccc;
	*border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
button.accept {
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	color: #fff !important;
	background-color: #faa732 !important;
}
button.accept:hover{
	text-decoration: none;
	background-position: 0 -32px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
	color: #fff;
	background-color: #f89406 !important;
}
button.decline, button.plg_system_eprivacy_accepted, button.plg_system_eprivacy_reconsider {
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) !important;
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	background-color: white !important;
	color: black !important;	
}
button.decline {
	margin-right: 40px !important;
} 
button.plg_system_eprivacy_reconsider {
	width: 240px;
}
button.plg_system_eprivacy_accepted{
	width: 150px;
}
button.decline:hover, button.plg_system_eprivacy_accepted:hover, button.plg_system_eprivacy_reconsider:hover {
	background-color: #e6e6e6 !important;
	transition: background-position .1s linear;
}
.activebar-container p {
	padding-right: 20px;
	text-align: center !important;
	font-size: 14px;
	line-height: 16px;
}
.dsgvo [class*="span"]{
	float: none !important;
	margin-left: 0;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted, .plg_system_eprivacy_module div.plg_system_eprivacy_declined {
	overflow: visible !important;
	border: none !important;
	margin-left: 0px;
}
.plg_system_eprivacy_module div.plg_system_eprivacy_accepted button, .plg_system_eprivacy_module div.plg_system_eprivacy_declined button{
	float: none !important;
}
