/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/ubuntu-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ubuntu-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}
/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/ubuntu-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/ubuntu-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v20-latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* fjalla-one-regular - latin */
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/fjalla-one-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/fjalla-one-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/fjalla-one-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/fjalla-one-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/fjalla-one-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/fjalla-one-v13-latin-regular.svg#FjallaOne') format('svg'); /* Legacy iOS */
}

/*
|--------------------------------------------------------------------------
| Basis CSS
|--------------------------------------------------------------------------
*/

html, body {
	color:#a3acb2;
	font:16px/1 'Ubuntu', sans-serif;
	font-weight:400;
	text-align:left;
	line-height:2rem;
}

html {
    height: 100.1%;
}

body {
	overflow-y: scroll;
	-webkit-backface-visibility: hidden;
}

/*Fix für ios resize bug bei scroll
html, body {
	   height:100%;
       width:100%;
       overflow:auto;
}*/

a {
	color: #7a7a7a;
	}
	
a:link, a:visited, a:active {
	color:#7a7a7a;
	} 
	
a:hover {
	text-decoration: underline;
	color:#545454;
	}

hr {
	background-color: #a3acb2;
	color: #a3acb2;
	width:100%;
	}

label, caption, th, blockquote, cite {
	color:#a3acb2;
	font-style:italic;
	}
	
code, pre {
	color:#a3acb2;
	text-align: left !important;
	width:100%;
	padding:1rem;
	background: none;
}

/*
|--------------------------------------------------------------------------
| Überschriften
|--------------------------------------------------------------------------
*/

h1 {
	font-size:2.5rem;
	text-transform: uppercase;
	font-family: "Fjalla One", sans-serif;
	letter-spacing: 2px;
}
h2 {
	font-size:2.5rem; 
	text-transform: uppercase;
	font-family: "Fjalla One", sans-serif;
	letter-spacing: 2px;
}

#main .container h2 {
	font-size:1.8rem; 
	margin-top:2rem;
}

h3 {
	font-size:1.5rem; 
	text-transform: uppercase;
	font-family: "Fjalla One", sans-serif;
}

h4 {
	font-size:1rem; 
	font-weight: 400 !important;
}

table {
	font-size:inherit;
	width:100%;
}

caption,th {
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	margin-top:0rem;
	margin-bottom:1.2rem !important;
	line-height:normal;
	color:#a3acb2;
}

h3,h4 {
	margin-top:2rem !important;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form {
	margin-bottom: 1.4rem;
}

h2, h3 {margin-bottom:0px !important;}

@media only screen and (max-width: 768px) {
	h1, h2 {
		font-size:2rem;
	}
}

@media only screen and (max-width: 400px) {
	h1, h2 {
		font-size:1.5rem;
		letter-spacing: 0px;
	}
}

/*
|--------------------------------------------------------------------------
| Project
|--------------------------------------------------------------------------
*/

.project {
	margin-top:10% !important;
	margin-bottom:10% !important;
}

/*
|--------------------------------------------------------------------------
| Abstände in Inhalten überschreiben
|--------------------------------------------------------------------------
*/

.ce_table, .ce_gallery, .ce_list, .ce_image, .ce_download, .ce_downloads, .ce_accordion, .ce_hyperlink, .mod_subscribe {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.ce_gallery, .ce_image {
    margin-top: 0px;
    margin-bottom: 0px;
}

.ce_hyperlink, .ce_download {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/*
|--------------------------------------------------------------------------
| Preloader
|--------------------------------------------------------------------------
*/

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#ffffff; 
    z-index:9999999999; 
}

#status {
    width:120px;
    height:120px;
    position:absolute;
    left:50%; 
    top:50%; 
    background-image:url(tomklockerphoto.jpg); 
    background-repeat:no-repeat;
    background-position:center;
	background-size:120px;
    margin:-60px 0 0 -60px; 
}

/*
|--------------------------------------------------------------------------
| Cookie Bar
|--------------------------------------------------------------------------
*/


.cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;padding:.6em 1.2em;background-color:#4b4b4b;color:#fff;font-size:1em;text-align:center;z-index:10}.cookiebar *{box-sizing:border-box}.cookiebar--active{display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap}.cookiebar--position-top{top:0}.cookiebar--position-bottom{bottom:0}.cookiebar__message,.cookiebar__text{margin-right:1.5em}.cookiebar__link{color:#fff;text-decoration:underline}.cookiebar__link:hover{text-decoration:none}.cookiebar__button{margin:0;padding:.6em 1.2em;border:none;border-radius:0;background-color:#4ea55e;color:#fff;font-weight:700;cursor:pointer}.cookiebar__button:hover{background-color:#3e824a}.cookiebar__analytics{margin-right:18px}.cookiebar__analytics-label{cursor:pointer}.cookiebar__analytics-checkbox{margin-right:5px}

.cookiebar {
    background-color: #ffffff !important;
	border: 0px solid #ffffff;
	z-index:999999999 !important;
	color:#000000;
	font-size:16px;
	padding:30px;
	text-align: center;
	position:fixed;
	top:50%;
	margin-top:-234px;
	bottom:auto;
	left:50%;
	width:480px;
	margin-left:-230px;
	max-width:90%;
	box-shadow:0px 0px 15px rgba(0,0,0,0.3); 
	-webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.3); 
	-moz-box-shadow:0px 0px 15px rgba(0,0,0,0.3); 
}

.cookieimage {
	width:90px;
	margin-bottom:20px;
}

.cookiebar.cookieoverlayer {
	top: 0;
    background: rgba(0,0,0,0.75) !important;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999 !important;
	border: none;
    outline: none;
	padding:0px;
	margin: 0px;
	margin-top:0px;
	left:0;
	margin-left:0px;
	max-width:100%;
	box-shadow:0px 0px 15px rgba(0,0,0,0); 
	-webkit-box-shadow:0px 0px 15px rgba(0,0,0,0); 
	-moz-box-shadow:0px 0px 15px rgba(0,0,0,0); 
}

.cookiebar--active + .cookieoverlayer {
display: block !important;
}

.cookiebar__message {
	margin-right:0px;
}

#cookiebar-text {
	display:inline-block;
}
 
.cookiebar button {
    background-color: #000000 !important;
	font-weight:normal;
	color:#ffffff;
	padding:6px 20px;
	display:inline-block;
	margin-top:30px;
}

.cookiebar button:hover {
    background-color: #000000 !important;
	cursor:pointer;
	border:none !important;
	color:#cccccc;
}
 
.cookiebar a {
    color: #000000 !important;
	text-decoration: underline;
}

.cookiebar a:hover {
    color: #cccccc !important;
	text-decoration: underline;
}

.cookiebar__analytics {
	display:block; 
	width:100%; 
	margin-top:30px; 
	padding: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
}

.cookiebar__analytics-checkbox {
	width:auto;
}

.cookiebar__analytics-label {
	font-style:normal;
	text-transform: none;color:#000000;
}

@media only screen and (max-width: 580px) {
	.cookiebar {
		width:80vw;
		height: auto !important;
		position:fixed;
		top:50vh;
		left:0px;
		margin-left: 10vw;
    	margin-top: -234px;
		overflow: hidden;
		font-size:14px;
		line-height: 1rem;
	}
	
	.cookieoverlayer {
		height:100% !important;
	}
	
	.cookieimage {
		width:65px;
		margin-bottom:15px;
}
	.cookiebar button {
		margin-top:15px;
	}
}

@media only screen and (max-width: 380px) {
.cookiebar--active {
    max-height: 80%;
    overflow-y: scroll;
}
}

@media only screen and (max-width: 768px) and (max-height:500px) {
.cookiebar--active {
    max-height: 80%;
    overflow-y: scroll;
	    top: 0;
    margin-top: 20px;
}
}
	
/*
|--------------------------------------------------------------------------
| Hauptcontainer
|--------------------------------------------------------------------------
*/

.container-fluid {
	padding:0px !important;
}

#header {
	clear:both;
	height: auto;
	background:#ffffff;
	position:relative;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding:5px 0 10px 0;
	text-align: center;
	}

.home #header {
	position: absolute;
	z-index: 9998;
	width: 100%;
}

#header .inside {
	text-align: center;
}

#header.scrolled, .home #header.scrolled {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;
	position: fixed;
	z-index: 9998;
	width: 100%;
	padding:0px;
}

@media only screen and (max-width: 768px) {
	#header.scrolled, .home #header.scrolled {
		height: 60px;
	}
}


#header.notscrolled {
	position: relative;
	z-index: 9998;
}

.home #header.notscrolled {
	position: absolute;
	z-index: 9998;
}

#main {
	min-height:350px;
	clear: both;
	}

#container {
	clear:both;
}

.impressionen #main {
	display:none;
	visibility: hidden;
}
	
@media only screen and (max-width: 991px) {
	#main {
		margin-left:0px;
		min-height:250px;
		}
}

#footer {
	text-align: center;
	background:#ffffff;
	border-top:1px solid #a3acb2;
	color:#a3acb2;
	font-size:0.9rem;
	}

#footer a {
	color:#a3acb2;
}

p {
	margin-bottom:1.6rem;
}

p:last-of-type {
	margin-bottom:0px;
}

/*
|--------------------------------------------------------------------------
| Pageimage
|--------------------------------------------------------------------------
*/

.fullpageimage {
	background:none !important;
}

.fullpageimage #main h1, .fullpageimage #main h2, .fullpageimage #main h3, .fullpageimage #main p {
	color:#ffffff;
}

/*
|--------------------------------------------------------------------------
| Topbar
|--------------------------------------------------------------------------
*/

#topbar {
	padding-top:10px;
	padding-bottom:60px;
	font-size:18px;
	color:#ffffff;
	font-weight: 300;
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
}

.scrolled #topbar {
	padding-bottom:30px;
}

@media only screen and (max-width: 1200px) {
	#topbar {
		padding-bottom:30px;
	}
	.scrolled #topbar {
		padding-bottom:10px;
	}
}

@media only screen and (max-width: 768px) {
	#topbar {
		padding-bottom:10px;
	}
	.scrolled #topbar {
		padding-bottom:10px;
	}
}

.topbaritem {
    display: inline-block;
    padding: 10px;
    border-right: 1px solid;
}

.topbaritem i {
	  font-size: 24px !important;
}

.topbaritem a {
	color:#ffffff;
}

.topbaritem a:hover {
	text-decoration: none;
}

.topbaritem:hover {
	opacity:0.7;
	text-decoration: none;
	cursor:  pointer;
}

.topbaritem:last-of-type {
    border-right: none;
}

@media only screen and (max-width: 991px) {
	.topbaritem {
		font-size:16px;
	}
}

@media only screen and (max-width: 800px) {
	.topbaritem {
		font-size:15px;
	}
}

@media only screen and (max-width: 768px) {
	.kleinalign {
		text-align: center !important;
	}
	.topbaritem {
		font-size:17px;
	}
}
/*
|--------------------------------------------------------------------------
| Bottombar
|--------------------------------------------------------------------------
*/
#bottombar {
	padding-top:15px;
	padding-bottom:15px;
	font-size:18px;
	color:#ffffff;
	font-weight: 300;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index: 1;
}

#bottombar .topbaritem {
    border-right: none;
}

.maxi2 {
	margin:0 auto;
	max-width:1600px;
}

.onlinebuchenbutton {
	background:#ab9d4d;
	padding:12px;
}

.onlinebuchenbutton:hover {
	background:#857639;
}

.anfragenbutton {
	background:#a3acb2;
	padding:12px;
}

.anfragenbutton:hover {
	background:#788e6c;
}

#scrolldown {
	position: relative; 
	width: 32px; 
	height: 46px; 
	border: 2px solid #fff; 
	border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px;
	position: absolute; 
	bottom: 0px; 
	margin: 0 auto; 
	left: 0; 
	right: 0; 
	z-index: 100;
}

#scrolldown:hover {
	opacity:0.7;
	cursor:pointer;
}

#scrolldown .wheel {
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    left: 0;
    right: 0;
    -webkit-animation: mousewheel 1.7s infinite ease;
    animation: mousewheel 1.7s infinite ease;
}

@keyframes mousewheel{0%{margin-top:6px;opacity:0}30%{opacity:1}100%{margin-top:18px;opacity:0}}
@-webkit-keyframes mousewheel{0%{margin-top:6px;opacity:0}30%{opacity:1}100%{margin-top:18px;opacity:0}}

/*
|--------------------------------------------------------------------------
| Kontaktbuttons
|--------------------------------------------------------------------------
*/

#kontaktbuttonwrapper {
	position: absolute;
	bottom:15px;
	right:15px;
	width:300px;
}

@media only screen and (max-width: 991px) {
	#kontaktbuttonwrapper {
		display:none;
		visibility: hidden;
	}
}

.kontaktbutton {
	padding:15px;
	color:#ffffff !important;
	display: inline-block;
}

.kontaktbutton:hover {
	text-decoration: none;
}

#kontaktbutton1 {
	background:#ab9d4d;
}

#kontaktbutton1:hover {
	background:#857639;
}

@media only screen and (max-width: 991px) {
	.kontaktbutton {
		display: block;
		min-width:100%;
		width:100%;
		margin-top:4px;
	}
}

/*
|--------------------------------------------------------------------------
| Mainnavigation Menu
|--------------------------------------------------------------------------
*/

#mainnav {
	overflow: visible;
    position: relative;
}

.scrolled #mainnav {
	top:0px;
	position: relative;
}

#mainnav a.separator {
    margin-right: 320px;
}

/*
|--------------------------------------------------------------------------
| Logo, Europe und Austria
|--------------------------------------------------------------------------
*/

#logo {
	text-align:center;
	display:inline-block;
	margin:0 auto;
	width:auto;
}

#logo img {
	max-width: 160px;
}

#logo:hover {
	opacity:0.9 !important;
}

.scrolled #logo {
	display:none;
}

@media (max-width:768px){
	#logo img {
		max-width: 160px;
	}
}


/*
|--------------------------------------------------------------------------
| ToTop
|--------------------------------------------------------------------------
*/

#toTop {
	width:50px;
	height:50px;
	text-align:center;
	background:#ffffff;
	text-align:center;
	position:fixed; 
	bottom:15px;
	right:15px;
	cursor:pointer;
	display:none;
	color:#a3acb2;
	z-index:999999999;
}

#toTop:hover {
    background:#a3acb2;
	color:#ffffff;
	opacity: 1;
	transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;
}

#toTop i {
	display:block;
	font-size:20px;
	line-height: 52px;
	}

#toTop i:hover {
	opacity: 1 !important;
}

@media (max-width:768px){
	#toTop {
		display:none !important;
		visibility:hidden !important;
	}
}

/*
|--------------------------------------------------------------------------
| Wissenswertes - Background-Boxen
|--------------------------------------------------------------------------
*/

.box {
	padding:15px;
	background:#f1eee8;
	font-size:14px;
	margin-top:1rem;
	margin-bottom:1rem;
	line-height: normal;
}

.box h3, .box h4 {
	margin-top:0px !important;
}

.box h3, .box h4, .box p {
	margin-bottom:0.5rem !important;
}

.box p:last-of-type {
	margin-bottom:0px !important;
}

.box .image_container {
	margin-top:0px !important;
}

/*
|--------------------------------------------------------------------------
| News
|--------------------------------------------------------------------------
*/

.info {
	font-size:14px;
	margin-top:20px;
	color:#a3acb2;
	padding:0px;
	display: inline-block;
	display: none;
}

.blog .info {
	display: block;
	text-align: center;
	padding:0 0 10px 0 !important;
}

.blog .layout_full h1 {
    text-align: center;
    padding-bottom: 60px;
}

.blog p {
	padding-left:30px;
	padding-right:30px;
	max-width:1220px;
	margin-left:auto;
	margin-right:auto;
}

.blog p:first-of-type {
	padding:60px 30px 0 30px;
}

.blog p:last-of-type {
	padding:0 30px 60px 30px;
}

@media (max-width:960px){
	.blog p:first-of-type {
	padding:40px 30px 0 30px;
}

.blog p:last-of-type {
	padding:0 30px 40px 30px;
}
}

@media (max-width:768px){
	.blog p:first-of-type {
	padding:30px 30px 0 30px;
}

.blog p:last-of-type {
	padding:0 30px 30px 30px;
}
}

.mod_newslist h2, .mod_newslist h2 a {
    margin: 0;
    color: #ffffff !important;
}


.mod_newslist .ce_text {
	margin: 0;
	display: none;
}

.blog .mod_newslist .ce_text {
	margin: inherit;
	display: block;
}

.blog li.previous, .blog li.next {
	padding:30px;
}

.more a, .back a {
	background: #7a7a7a;
	color:#ffffff !important;
	text-transform: uppercase;
	padding:15px 25px;
	display:block;
}

.more a:hover, .back a:hover {
	background:#545454;
	text-decoration: none;
}

.back {
	clear: both;
	display:none;
}

#goback {
	text-transform: uppercase;
	position: absolute;
	bottom:15px;
	left:50%;
	margin-left:-150px;
	width:300px;
}

@media (max-width:380px){
	#goback {
		text-transform: uppercase;
		position: relative;
		display: block;
		bottom:auto;
		left: auto;
		margin: 0px;
		width: auto;
	}
}

.s-prev, .s-next {
	display:inline-block;
	padding:15px 30px;
}

.s-prev {
	float:left;
}

.s-next {
	float:right;
}

.layout_full .ce_gallery, .layout_full .ce_image, .layout_full .ce_youtube {
	margin-bottom:0px;
	margin-top:0px;
}

.ce_gallery ul {
		margin-bottom:0px;
	margin-top:0px;
}

.layout_full .info {
	margin-top:1rem;
}

.layout_full h1:first-of-type {
	margin-bottom:1.7rem !important;
}

.layout_full .ce_text {
	margin-top:0px;
	margin-bottom:0px;
}

.layout_latest {
	margin-bottom:0px;
	position:relative;
}

.layout_latest figure {
	padding:0;
	margin:0;
}

.layout_latest p {
	margin:0px;
}

.layout_latest .more {
	display:none;
}

.innernews {
	display: flex;
    flex-direction: column;
	justify-content: space-around;
    position: absolute;
    top: 4vw;
    right: 4vw;
    bottom: 4vw;
    left: 4vw;
    margin: auto;
    width: calc(100% - 8vw);
    height: calc(100% - 8vw);
    pointer-events: none;
}

.image_container .caption {
	right:10px;
}

/*
|--------------------------------------------------------------------------
| Hilfsklassen
|--------------------------------------------------------------------------
*/

.alignjustify {
	text-align: justify;
}

.nomargin {
	margin:0px !important;
}

.nopadding {
	padding:0px !important;
}

.fullwidth img, .fullwidth figure{
	width:100%;
}

.zweispaltig {
	column-count: 2;
	column-gap: 50px;
	margin-bottom:0px;
}

.dreispaltig {
	column-count: 3;
	column-gap: 50px;
	margin-bottom:0px;
}

.vierspaltig {
	column-count: 4;
	column-gap: 50px;
	margin-bottom:0px;
}

.zweispaltig *, .dreispaltig *, .vierspaltig * {
	display:inline-block;
}

@media (max-width:991px){
	.zweispaltig, .dreispaltig, .vierspaltig {
		column-count: 1;
		column-gap: 0px;
		margin-bottom:30px;
	}
}

.about {
	line-height: 1.6rem;
}

/*
|--------------------------------------------------------------------------
| Pagination
|--------------------------------------------------------------------------
*/
	
.pagination li span.active {
	background: #a3acb2;
	color:#ffffff;
}

.pagination li a:hover {
	color: #7f8487;
}

.pagination ul {
    width: 100%;
    text-align: left;
	margin-top:0px;
	margin-bottom:0px;
}

.pagination li {
    float: none;
	display: none;
}

.pagination li.previous {
    float: left;
	display: inline-block;
}

.pagination li.previous a:before {
	content:'« ';
}

.pagination li.next a:after {
	content:' »';
}

.pagination li.next {
    float: right;
	display: inline-block;
}

.pagination li a:hover {
    color: #7f8487;
	text-decoration: underline;
}

.pagination {
	margin-bottom:0px;
	width:100%;
}

.pagination li a, .pagination li span {
	padding:0;
}

.pagination p {
	display:none;
}
	
/*
|--------------------------------------------------------------------------
| Bilderlinks
|--------------------------------------------------------------------------
*/

a img:hover {
	opacity:0.8;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	text-decoration:none;
	}
	
/*.image_container .caption {
    background: rgba(255,255,255,0.6);
	}
*/
/*
|--------------------------------------------------------------------------
| Youtube
|--------------------------------------------------------------------------
*/

.ce_youtube {
	margin-bottom:15px;
}


/*
|--------------------------------------------------------------------------
| Kontaktformular
|--------------------------------------------------------------------------
*/

.ce_form .widget input, .ce_form .widget select, .ce_form .widget legend{
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
} 

.ce_form .widget input {
	text-align: left;
	color: #a3acb2;
}

form fieldset legend {

	}
	
.chrome form select, .safari form select {
    height: 54px;
}

input:not([type="submit"]) {
	border-bottom: 1px solid #a3acb2;
}

button.submit {
    display: inline-block;
    background: #a3acb2;
    color: #ffffff;
	border: none;
	width: auto;
	font-size: 18px;
	padding:10px 25px;
	text-transform: uppercase;
	text-align: center !important;
	letter-spacing: 2px;
	margin:0 auto;
}

button.submit:hover {
    color: #ffffff !important;
	background:#7f8487 !important;
	cursor: pointer;
}
	
button:hover:not([type="submit"]), input:hover:not([type="submit"]), textarea:hover, input:focus, textarea:focus {
    border:none;
	border-bottom: 1px solid #f8f8f8;
	background-color:none;
}

label {
	padding-left: 0px !important;
	}
	
form span.mandatory {
    color: #a3acb2;
	margin-left:4px;
	display:inline;
}

form .widget-radio label {
    width: auto;
	margin-right:25px;
}

.ce_form .widget input.radio {
    width: auto !important;
}

form .checkbox_container span, form .widget-radio span {
    display: inline-block;
	margin-bottom:0px;
	overflow:visible;
}

input, textarea {
    border: 0px solid #f1eee8;
	border-bottom:1px solid #a3acb2;
    background: none;
}

textarea {
	height: 240px;
}

#main form select {
	border-bottom: 1px solid #f1eee8;
	padding:10px;
	background:#ffffff;
	color:#a3acb2;
}

form fieldset {
	border:1px solid #f1eee8;
	padding:0px;
}

form fieldset.checkbox_container {
	border:none;
}

form fieldset legend {
	color: #a3acb2;
	background: none;
	font-size:1rem;
	width:auto !important;
}

.ce_form .widget fieldset legend {
	width:auto !important;
	background:#f1eee8;
	padding:0px 12px;
}

.ce_form .widget .checkbox_container span, .ce_form .widget .checkbox_container input, .ce_form .widget .checkbox_container label {
	display:inline !important;
	width:auto !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a3acb2;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a3acb2;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #a3acb2;
}
:-moz-placeholder { /* Firefox 18- */
  color: #a3acb2;
}

/*
|--------------------------------------------------------------------------
| Content Slider
|--------------------------------------------------------------------------
*/
.ce_sliderStart {
	margin-top:0px;
}

.ce_sliderStart .slider-control .slider-menu b {
	background: none;
	border: 2px solid #ffffff;
}

.ce_sliderStart .slider-control .slider-menu b:hover {
	background: #ffffff; color:#ffffff;
}

.ce_sliderStart .slider-control .slider-menu b.active {
	background: #ffffff; color:#ffffff;
}

.slider-control a.slider-prev:before, .slider-control a.slider-next:after {
    color: #ffffff;
}

.ce_sliderStart .slider-prev, .ce_sliderStart .slider-next {
	display: block;
	border:none;
	width:50px;
	height:50px;
	text-align: center;
	padding:0px;
}

.ce_sliderStart .slider-control {
	height: 0px;
}

.ce_sliderStart .slider-control a {
    top: 50%;
    color: #ffffff;
    line-height: 50px;
    margin-top: -25px;
	font-size:1rem;
	background-color: #ab9d4d;
	background-position: center;
	background-size:cover;
}

.ce_sliderStart .slider-control a:before, .ce_sliderStart .slider-control a:after {
	left:auto;
	right:auto;
	font-size:1.2rem;
	opacity: 1; 
	color:#ffffff;
	display:block;
	position: absolute;
	width:50px;
	top:0;
}

.ce_sliderStart .slider-prev {
	left:15px;
}

.ce_sliderStart .slider-next {
	right:15px;
}

.ce_sliderStart .slider-prev:hover, .ce_sliderStart .slider-next:hover {
	opacity:0.8;
}

.ce_sliderStart:hover .slider-control a.slider-prev {
	
}

.ce_sliderStart:hover .slider-control a.slider-prev:before {
    left: auto; right: auto;
}

.ce_sliderStart:hover .slider-control a.slider-next:after {
    right: auto; left: auto;
}

.home .ce_sliderStart {
	padding-top:0px;
}

.slider-wrapper {
}

.contentslide img {
	width:1920px !important;
	height:auto !important;
	min-width:100%;
	max-width:100%;
}

.ce_sliderStart .slider-control .slider-menu {
    bottom: 20px;
    top: auto;
    font-size: 0;
    line-height: 40px;
    position: absolute;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    max-width: 100%;
}

@media (max-width:768px){
.ce_sliderStart .slider-control .slider-menu {
	bottom:0;
	width:100%;
	left:0;
	margin-left:0;
}
}

.contentslidertext {
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    padding: 20px;
    left: 0;
    margin-left: 0;
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    color: #ffffff;
    line-height: 1.5rem;
	font-size:14px;
}

.noscale, .noscale img {
	-webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.contentslidertext h1, .contentslidertext h2, .contentslidertext h3 {
	color:#ffffff;
	margin-top:0px;
}

.contentslidertext h3{
	font-size:1.2rem;
	margin:0 !important;
}

.contentslidertext p {
	margin:0px;
}

@media (max-width:768px){
	.contentslidertext {
		position: relative;
    	width: 100%;
    	bottom: auto;
    	left: auto;
    	margin-left: 0;
	}
	.ce_sliderStart .slider-control a {
		/*top:25%;*/
	}
}

/*
|--------------------------------------------------------------------------
| Accordion
|--------------------------------------------------------------------------
*/

.ce_accordion .toggler {
	background:#a3acb2;
	color:#ffffff;
	}
	
.ce_accordion .toggler:hover {
  background:#788e6c;
}

.ce_accordion {
	margin-top:5px;
	margin-bottom:5px;
}

/*
|--------------------------------------------------------------------------
| UL Listen Zebra
|--------------------------------------------------------------------------
*/

.ce_text ul, .ce_list ul, .ce_text ol, .ce_list ol {
    padding-left: 0px;
	margin-top:2rem;
	margin-bottom:2rem;
}

.ce_text ul li, .ce_list ul li {
	background: none !important;
	padding-top: 0.2rem !important;
	padding-bottom: 0.2rem !important;
	list-style: none;
	padding-left:3rem;
	}

.ce_text ul li::before, .ce_list ul li::before {
	content: "\f17b"; 
	font-family: "LineAwesome";
	color: #a3acb2;
	display: inline-block; width: 1rem;
	margin-left: -1.5rem;
	margin-right: 8px;
	font-weight: 800;
}

.ce_text ol li, .ce_list ol li {
	padding:1rem;
	}

/*
|--------------------------------------------------------------------------
| Image Borders und Partner
|--------------------------------------------------------------------------
*/
.greyborder {
	border:1px solid #e6e6e6;
}

/*
|--------------------------------------------------------------------------
| Tabellen
|--------------------------------------------------------------------------
*/
	
.ce_table table th, .ce_text table th {
    color: #ffffff;
    background: #a3acb2;
}

.ce_table table tfoot td, .ce_text table tfoot td {
    background: #be9f56;
    color:#ffffff;
}

.ce_table table th, .ce_text table th {
	border-bottom:1px solid #ffffff;
	}

.ce_table table td, .ce_text table td {
	border:1px solid #b5c5aa;
	line-height: normal;
	}
	
.ce_table table tr:nth-child(odd) {
	background:#eaf1e5;
	}

.ce_table table tr:nth-child(even) {
	background:#dee8d8;
	}
	
.ce_table table td:hover, .ce_text table td:hover {
	background:#d0dcc7;
	}
	
.ce_table.aligncenter table td, .ce_text.aligncenter table td {
    text-align: center;
}

.ce_table.alignright table td, .ce_text.alignright table td {
    text-align: right;
}

.ce_text table tr:nth-child(odd) {
	background:#eaf1e5;
	}

.ce_text table tr:nth-child(even) {
	background:#dee8d8;
	}

.ce_text table tr:first-child {
	background:#a3acb2;
	color:#ffffff;
}

.ce_text table span.information {
	font-size:12px;
}

@media only screen and (max-width: 678px){
.ce_table, .ce_text table{
    overflow-x: scroll;
}
}

/*
|--------------------------------------------------------------------------
| Code & Markup
|--------------------------------------------------------------------------
*/
.ce_code, .ce_markdown {
    background: #f8f8f8;
}

/*
|--------------------------------------------------------------------------
| Hyperlinks & Download Links
|--------------------------------------------------------------------------
*/
	
.ce_hyperlink a, .ce_download a, a.btn {
	background:#ab9d4d;
	color:#ffffff;
	border:none;
	font-size:1rem;
	min-width:280px;
	width:100%;
	font-weight: 600;
	text-transform: uppercase;
	}

.ce_hyperlink a:after, .ce_download a:after {
	content:"\f268";
	font-family:"LineAwesome";
	margin-left:5px;
	}

.ce_hyperlink.noicon a:after, .ce_download.noicon a:after {
	content:"";
}
	
.ce_hyperlink a:hover, .ce_download a:hover, a.btn:hover {
	text-decoration:none;
	}
	
.ce_hyperlink a:hover, .ce_download a:hover, a.btn:hover {
    background: #857639;
    border-color: #857639;
}

.ce_hyperlink h4 {
	color:#ab9d4d !important;
	margin:0 !important;
}

.ce_download {
	background:none;
	border-radius:0; -webkit-border-radius:0; -moz-border-radius:0;
}

p.download-element {
	margin:0 !important;
}

.ce_download a {
	display:inline-block;
	text-align: center;
    padding: 12px 20px;
	border-radius:0; -webkit-border-radius:0; -moz-border-radius:0;
}

.ce_download:after {
	content: "";
}

/*
|--------------------------------------------------------------------------
| Galerie Border, etc.
|--------------------------------------------------------------------------
*/

#main figure {
	background:rgba(255,255,255,0.9);
}

#main figure:hover a {
	background:rgba(0,0,0,0.9);
}

@media only screen and (max-width: 1200px){
	.ce_gallery [class*='cols_'] li {
    	width: 100%;
	}
	.ce_gallery .cols_7 li {
    	width: 33.3333% !important;
	}
	.ce_gallery .cols_6 li {
    	width: 33.3333% !important;
	}
	.ce_gallery .cols_5 li {
    	width: 33.3333% !important;
	}
	.ce_gallery .cols_4 li {
    	width: 25% !important;
	}
	.ce_gallery .cols_3 li {
    	width: 33.3333% !important;
	}
	.ce_gallery .cols_2 li {
    width: 50% !important;
}
}

@media only screen and (max-width: 991px){
	.ce_gallery [class*='cols_'] li {
    	width: 100%;
	}
	.ce_gallery .cols_7 li {
    	width: 33.3333% !important;
	}
	.ce_gallery .cols_6 li {
    	width: 33.3333% !important;
	}
	.ce_gallery .cols_5 li {
    	width: 50% !important;
	}
	.ce_gallery .cols_4 li {
    	width: 50% !important;
	}
	.ce_gallery .cols_3 li {
    	width: 33.3333% !important;
	}
}

@media only screen and (max-width: 767px){
	.ce_gallery [class*='cols_'] li {
    	width: 100% !important;
	}
}

.ce_gallery .image_container {
	overflow:hidden;
	}
	
.ce_gallery a {

}

.ce_image figure a i, .ce_gallery figure a i, .ce_text .image_container a i, .mod_iso_productreader figure a i  {
	width:16px; 
	height:16px; 
	position:absolute; 
	bottom:auto !important; 
	left:50%; 
	top: 50%; 
	opacity:0; 
	margin-left:-8px; 
	margin-top:-8px; 
	text-decoration:none; 
	color:#ffffff; 
	z-index:9997; 
	font-size:16px;
	}
	
.ce_image figure:hover a i, .ce_gallery figure:hover a i, .ce_text .image_container:hover a i, .mod_iso_productreader figure:hover a i {
	visibility:visible; 
	height:16px; 
	width:16px; 
	position:absolute; 
	bottom:auto; 
	left:50%; 
	top: 50%; 
	margin-left:-8px; 
	margin-top:-8px; 
	opacity:1;
	text-decoration:none; 
	color:#ffffff;
	transition:all 0.3s ease-in-out 0s; 
	animation:0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	}
	
.ce_image figure a:hover i, .ce_gallery figure a:hover i, .ce_text .image_container a:hover i, .mod_iso_productreader figure a:hover i, .ce_image figure a i:hover, .ce_gallery figure a i:hover, .ce_text .image_container a i:hover, .mod_iso_productreader figure a i:hover  {
	color:#ffffff;
	}

.ce_image figure span, .ce_gallery figure span, .ce_text .image_container span {
	width:100%; 
	height:0%; 
	position:absolute; 
	left:0%; 
	bottom:0%;
	}

.ce_image figure:hover span, .ce_gallery figure:hover span, .ce_text .image_container:hover span {
	width:100%; 
	height:100%; 
	left:0;	
	bottom:0;
	background:#565656; 
	background:rgba(0,0,0,0.2); 
	opacity:0.9; 
	transition:all 0.3s ease-in-out 0s; 
	animation:0.3s ease-in-out 0s; 
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	cursor:pointer;
	z-index:1;
}

.ce_image.round figure:hover span, .ce_gallery.round figure:hover span, .ce_text.round .image_container:hover span {
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
}

.ie8 .ce_image figure a i, .ie8 .ce_gallery figure a i, .ie8 .ce_text .image_container a i, .ie8 .ce_image figure span, .ie8 .ce_gallery figure span, .ie8 .ce_text figure span, .ie8 .ce_image figure:hover span, .ie8 .ce_gallery figure:hover span, .ie8 .ce_text .image_container:hover span {display:none !important; visibility:hidden !important;}

/* Zoom In Effect 
.ce_gallery figure img, .ce_image figure img, .ce_text figure img {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}*/

.notresponsive figure img {
	-webkit-transform: scale(1.00) !important;
	transform: scale(1.00) !important;
}

/*.ce_gallery figure:hover img, .ce_image figure:hover img, .ce_text figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.ce_gallery.noeffect figure:hover img, .ce_image.noeffect figure:hover img, .ce_text.noeffect figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1.01);
}*/

.trennerbild figure img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}

.trennerbild figure:hover img {
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}

/*
#slideshowi .ce_gallery figure:hover img, #slideshowi .ce_image figure:hover img {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}*/

.circleflow {
	border-radius: 100%; 
	width: 30px !important; 
	height: 30px !important; 
	position: absolute; 
	left: 50%; 
	border: 1px solid rgba(255,255,255,0); 
	top: 50%; 
	margin-left: -15px; 
	margin-top: -15px; 
	display: block; 
	z-index:9997;
}

.ce_gallery figure:hover .circleflow, .ce_image figure:hover .circleflow, .ce_text figure:hover .circleflow {
	border: 1px solid #fff; 
	opacity: 0; 
	-moz-transform: scale(1.5); 
	-webkit-transform: scale(1.5); 
	-o-transform: scale(1.5);  
	-ms-transform: scale(1.5); 
	transform: scale(1.5); 
	-webkit-transition: All 0.8s ease; 
	-moz-transition: All 0.8s ease; 
	-o-transition: All 0.8s ease; 
	-ms-transition: All 0.8s ease; 
	transition: All 0.8s ease;
}
	
/*
|--------------------------------------------------------------------------
| Mobile Menu Plugin
|--------------------------------------------------------------------------
*/

#mobilemenui .inside {
		text-align: right;
		/*padding: 20px;*/
	}
	
.mm-listitem>a, .mm-listitem>span {
    padding: 15px 15px 15px 20px !important;
}

.mm-menu_navbar_top-1 .mm-panels {
    top: 80px !important;
}

.mm-navbar {
	height:auto !important;
}

#mobilenavigationtrigger {
		cursor: pointer;
   		position: absolute;
    	color: #a3acb2 !important;
    	top: 15px;
    	left: 20px;
	}

#mobilenavigationtrigger i{
		margin-top:0;
	}

#mobilenavigationtrigger:hover {
	color:#7f8487 !important;
	text-decoration: none;
}

.triggertext {
	position:absolute;
	top:-2px;
	left:40px;
}

@media (min-width: 960px) {
	#mobilemenui {
		display:none;
		visibility: hidden;
	}
}

@media (max-width: 400px) {
	.triggertext {
		display:none;
	}
}

/*
|--------------------------------------------------------------------------
| MOBILE MENU CUSTOMIZATION
|--------------------------------------------------------------------------
*/

#mobilelogo img {
	max-width: 160px;
}

.mobilecontact {
	font-size:14px;
}

.mobilecontactbuttons {
	margin-bottom: 0;
}

.mobilecontactbuttons a {
	margin-left:6px;
	margin-right: 6px;
}

@media only screen and (max-width: 370px) {
	.mobilecontactbuttons a {
		display:block;
		margin-bottom:20px;
	}
	.mobilecontact {
		font-size:12px;
		line-height: 19px;
	}
}

.mobile_menu .inner{
		overflow-y: auto;
		text-align: center;
	}
	#mobilemenui {
		position: fixed;
		z-index: 9999;
		width: auto;
		top:50px;
		left:50px;
	}

#mobilelogo img {
	max-width:160px;
	margin-bottom:30px;
}
	
.mobile_menu .inner {
	background:rgba(255,255,255,1);
	color:#a3acb2;
	padding:30px;
}

.mobile_menu #mobilenav {
	text-align:center;
	color:#a3acb2;
	font-size:18px;
	margin:0;
	font-weight: 400;
	letter-spacing: 0.1rem;
}

.mobile_menu #mobilenav li {
	display:block;
}

.mobile_menu #mobilenav a {
	color:#a3acb2;
	padding:0px 10px;
	display:block;
	text-transform: uppercase;
}

.mobile_menu #mobilenav a.active {
	color:#a3acb2;
	text-decoration: none;
}

.mobile_menu #mobilenav .level_2 {
	font-size:16px;
	color:#a3acb2 !important;
}

.mobile_menu #mobilenav .level_2 li {
	display:inline-block;
	color:#a3acb2 !important;
}

.mobile_menu #mobilenav .level_2 a {
	color:#a3acb2 !important;
	padding:0px 0px 10px;
	font-weight: 400;
	font-size:16px;
	text-transform: none;
	letter-spacing: 0px;
}

.mobile_menu #mobilenav a:hover {
	text-decoration: none;
	opacity:0.3;
	transition:all 0.3s ease-in-out 0s; 
	animation:0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
}

.mobile_menu #mobilenav a.submenu:after {
	font-family: "LineAwesome";
	content: "\f110";
    position: relative;
	margin-left:10px;
}

.mobile_menu a {
	color:#a3acb2;
}

.mobileclose {
	background:none;
	padding:0px;
	margin-top:30px;
	color:#a3acb2;
	text-transform:uppercase;
	font-size:20px;
	text-align: center;
	display: inline-block;
    left: 50%;
    position: relative;
    margin-left: -20px;
    width: 40px;
	height:40px;
	font-weight: 700;
	display:block;
}

.mobileclose:hover {
	text-decoration: none;
	color:#7f8487;
	cursor:pointer;
	background:none;
}

.mobileclose i {
	line-height: 40px;
}

.mobileclose i:hover {
	opacity:1 !important;
}

.mobile_menu_overlay.background {
    background:none;
	z-index:9998;
}

.mobile_menu {
	z-index:9999;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}


/*
|--------------------------------------------------------------------------
| NIVO LIGHTBOX
|--------------------------------------------------------------------------
*/

	
.nivo-lightbox-theme-default .nivo-lightbox-nav {
    background-size: initial;
}

@media only screen and (max-width: 768px) {
	.nivo-lightbox-theme-default .nivo-lightbox-nav {
    	background-size: 50%;
	}
}

.nivo-lightbox-title-wrap {
	display:none;
	visibility:hidden;
	}
	
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #000000;
    background: rgba(0,0,0,0.8);
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
	width:32px;
	height:32px;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    width: 60px;
    background-size: 32px !important;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0);
    box-shadow: 0px 1px 1px rgba(0,0,0,0);
}

/*
|--------------------------------------------------------------------------
| SOCIALLINKS
|--------------------------------------------------------------------------
*/
.sociallink {
	margin:0 10px 1rem 10px;
	width:30px;
	display:inline-block;
}

footer .ce_text {
	margin-top:1rem;
	margin-bottom:1rem;
	line-height: 1.5rem;
}

.blog footer p:last-of-type {
	padding:0px !important;
}

.blog footer p:first-of-type {
	padding:0px !important;
}

@media only screen and (max-width: 768px) {
	footer .ce_text {
	margin-top:0.75rem;
	margin-bottom:0.75rem;
}
}

@media only screen and (max-width: 420px) {
	footer .ce_text {
	margin-top:0.5rem;
	margin-bottom:0.5rem;
}
}

#instagramlink {
	position:absolute;
	top:10px;
	left:10px;
}

#facebooklink {
	position:absolute;
	top:10px;
	right:10px;
}

.scrolled #instagramlink, .scrolled #facebooklink {
	top:18px;
}

@media only screen and (max-width: 991px) {
	#instagramlink {
		left:auto;
		right:50px;
	}
}

@media only screen and (max-width: 991px) {
	#header.scrolled #instagramlink, .home #header.scrolled #instagramlink, #header.scrolled #facebooklink, .home #header.scrolled #facebooklink  {
		top: 8px;
	}
	#header.scrolled, .home #header.scrolled {
		height: 60px;
	}
}

/*
|--------------------------------------------------------------------------
| MASONRY ANPASSUNGEN
|--------------------------------------------------------------------------
*/

.masonrywidth {
	width: 25%;
}

.masonrymargin {
	margin:0;
	width:0px;
	height:0px;
	padding:0px;
}

@media only screen and (max-width: 1200px) {
	.masonrywidth {
		width: 33.3333%;
	}
}

@media only screen and (max-width: 991px) {
	.masonrywidth {
		width: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.masonrywidth {
		width: 100%;
	}
}

.msry_theme_standard .masonry_gallery {
    margin-bottom: 0px;
    padding: 0px;
    background-color: #f8f8f8;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, .0), 0 0px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, .0), 0 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0px rgba(0, 0, 0, .0), 0 0px 0px rgba(0, 0, 0, 0);
}

/*
|--------------------------------------------------------------------------
| Online Shop
|--------------------------------------------------------------------------
*/

.product {
	text-align: center;
	margin-bottom: 30px;
	    margin-left: auto;
    margin-right: auto;
}

.od_iso_productreader .product {
	position:relative;
}

.product h3 {
	margin-top:1rem;
	margin-bottom:1rem !important;
	font-size: 1.8rem;
}

.product .details {
	font-size:11px;
	display:none;
	visibility: hidden;
}

.product .sku {
	display:none;
	visibility: hidden;
}

.product .teaser {
	font-size:1rem;
	margin-bottom:2.5rem;
}

.product .price {
	font-size:40px;
	font-weight: 600;
	margin-bottom:6px;
}

.mod_iso_cart.full .product .price, .mod_iso_checkout .review .product .price {
	font-size:inherit;
	margin-top:0;
	font-weight: 400;
}

.mod_iso_cart.full .product .price.total, .mod_iso_checkout .review .product .price.total {
	font-weight: 600;
}

.product.donation .price {
	display:none;
	visibility: hidden;
}

.product .hinweise {
	margin-top:15px;
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
}

.product .hinweisekleiner {
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
}

.product input.submit {
    text-transform: uppercase;
    font-weight: 600;
    background: #424242;
    color: #ffffff;
    margin-top: 1rem;
    font-size: 1rem;
    padding: 15px 50px;
}

.product input.submit:hover {
    background: #000000;
    color: #ffffff;
}

.product_list form {
	border:0px solid #ffffff;
}

.product_list .product:hover {
	border:0px solid #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.product .innerproduct .description {
	margin-bottom:2rem;
}

.product .innerproduct, .mod_iso_productreader .innerproduct {
	padding:30px;
	padding-bottom:150px;
}

.mod_iso_productreader .innerproduct {
	padding:0px 60px;
	text-align: left !important;
}

@media only screen and (max-width: 991px){
	.mod_iso_productreader .innerproduct {
	margin-top:3rem;
}
}

@media only screen and (max-width: 767px){
	.mod_iso_productreader .innerproduct {
	padding:0px;
	text-align: center !important;
}
}

.mod_iso_productreader .image_container img {
	width:100%;
	margin:0;
}

.mod_iso_productreader .product .submit_container{
    position: relative;
    bottom: auto;
    width: auto;
    left: auto;
    margin-left: 0px;
margin-top:50px;
}

.mod_iso_productreader li::before {
    list-style: initial;
    list-style-position: inside;
	content: "\f17b"; 
	font-family: "LineAwesome";
	color: #a3acb2;
	display: inline-block; width: 1rem;
	margin-left: 0rem;
	margin-right: 8px;
	font-weight: 800;
}

.product .submit_container {
    position: absolute;
    bottom: 60px;
    width: 250px;
    left: 50%;
	margin-left: -125px;
}

#shoppingleiste {
	padding: 25px 15px;
    background: none;
    color: #a3acb2;
    overflow: hidden;
	text-align: center;
}

#shoppingleiste form select {
	border:1px solid #a3acb2;
}

#shoppingleiste form select option, #shoppingleiste form select {
	color:#a3acb2;
}

#shoppingleiste a {
	color:#a3acb2;
}

#shoppingleiste i {
	margin-left:40px;
}

#shoppingleiste i.normargin {
	margin-left:10px;
}

#shoppingleiste i:first-of-type {
	margin-left:0px;
}

.sorting label {
	display:none;
	visibility: hidden;
}

.mod_iso_productfilter {
	display:inline-block;
	text-align:right;
	min-width:320px;
	float: right;
	margin-bottom:-8px;
}

.mod_iso_productfilter form {
	margin-bottom:0px;
}

.mod_iso_productfilter .clear {
	display: none;
	visibility: hidden;
}

.inline-block {
	display:inline-block;
	padding:18px 0;
	font-size:18px;
}

.clear_filters {
	font-size:11px;
	margin:0;
}

#iso_ajaxBox {
    width: 600px;
	max-width:100%;
    padding: 10px 20px;
    position: fixed;
    top: 44%;
    left: 50%;
	margin-left:-300px;
    background: none;
	background: #000000;
    border: 0px solid #000;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    z-index: 9999;
}

#iso_ajaxBox .iso_confirm {
    padding: 15px !important;
    background: none;
}

@media only screen and (max-width: 767px){
	#iso_ajaxBox {
		width: 100%;
		left: 0;
		margin-left:0px;
	}
}

.mod_iso_productlist, .mod_iso_productreader {
	border-bottom:1px solid #a3acb2;
	margin-bottom:5rem;
}

.mod_iso_cart.mini {
	background:#a3acb2;
	background:rgba(0,0,0,0.5);
	padding:15px;
	text-align: left;
}

.mod_iso_cart.mini .remove a:after {
	content:"\f342";
	font-family:"LineAwesome";
	font-size:1rem;
	width:20px;
	height:20px;
}

.mod_iso_cart.mini .remove {
	font-size:0px;
	float: right;
}

.mod_iso_cart.mini .name {
	float: left;
}

.mod_iso_cart.mini .info {
    clear: both;
	margin-top:0px
}

.mod_iso_cart.mini .price {
    float: none;
    text-align: left;
    font-size: 0.8rem;
    font-weight: normal;
	margin-top:0px;
	color:#cccccc;
}

.mod_iso_cart.mini .product {
	line-height: 0.9rem;
	border-bottom: 1px solid #cccccc;
	margin-bottom:15px;
	margin-top:15px;
}

.mod_iso_cart.mini .product .info ul {
	margin-bottom:4px;
	text-align: left;
}

.mod_iso_cart.mini .subtotal {
    display: block;
    clear: both;
    overflow: hidden;
    font-weight: 600;
    padding: 10px 0 25px;
	font-size:18px;
}

.mod_iso_cart.mini .subtotal [class*='label'] {
	font-size:18px;
	padding:0px;
}

.mod_iso_cart.mini .cart {
    float: left;
}

.mod_iso_cart.mini .checkout {
    float: right;
}

.mod_iso_cart.mini .cart a, .mod_iso_cart.mini .checkout a {
	color: #a3acb2 !important;
    padding: 6px;
    background: #ffffff;
}

.mod_iso_cart.mini .cart a:hover, .mod_iso_cart.mini .checkout a:hover {
    text-decoration: none;
    background: #a3acb2;
	color:#ffffff !important;
}

.mod_iso_cart.mini .clear {
	height:0px !important;
}

.product .image_container.thumb {
    width: 20%;
    display: block;
    margin: 0px;
	float:left;
}

.product .innergallery {
	padding:0px;
	line-height: 0px;
	margin-top:1rem;
}

.innergallery figure {
    width: 25%;
    float: left;
}

@media only screen and (max-width: 1200px){
.innergallery figure {
    width: 33.3333%;
}
}

@media only screen and (max-width: 991px){
.innergallery figure {
    width: 50%;
}
}

@media only screen and (max-width: 767px){
.innergallery figure {
    width: 100%;
    float: none;
}
}

.mod_iso_cart.full {
	margin-top:2rem;
	padding-left:0px;
	padding-right:0px;
}

.mod_iso_cart.full table, .mod_iso_checkout .review table {
	width:100%;
}

.mod_iso_cart.full table td, .mod_iso_checkout .review table td {
	padding:0.5rem;
}

.mod_iso_cart.full table td.image, .mod_iso_checkout .review table td.image {
    padding: 0px !important;
}

.mod_iso_cart.full table tr:nth-of-type(even) td, .mod_iso_cart.full table tfoot tr:nth-of-type(odd) td, .mod_iso_checkout .review table tr:nth-of-type(even) td, .mod_iso_checkout .review table tfoot tr:nth-of-type(odd) td {
    background: none;
	padding:20px !important;
}

.mod_iso_cart.full table tr:nth-of-type(odd) td, .mod_iso_cart.full table tfoot tr:nth-of-type(even) td, .mod_iso_checkout .review table tr:nth-of-type(odd) td, .mod_iso_checkout .review table tfoot tr:nth-of-type(even) td {
    background: #f8f8f8;
	padding:20px !important;
}

.mod_iso_cart.full figure, .review.orderproducts figure, .mod_iso_orderdetails figure {
    max-width: 180px;
	min-width:100px;
}

.review tfoot tr, .mod_iso_cart tfoot tr {
	border-top:1px solid #ffffff;
}

.processing.message {
	text-align: center;
}

.mod_iso_cart a {
	color:#a3acb2;
}

.mod_iso_cart.full .foot_first td, .mod_iso_checkout .foot_first td, .mod_iso_cart.full .foot_1 td, .mod_iso_checkout .foot_1 td, .mod_iso_checkout .review .foot_first td, .mod_iso_checkout .review .foot_first td, .mod_iso_checkout .review .foot_1 td, .mod_iso_checkout .review .foot_1 td, .mod_iso_cart.full .foot_2 td, .mod_iso_checkout .foot_2 td, .mod_iso_checkout .review .foot_2 td, .mod_iso_checkout .review .foot_2 td, .mod_iso_cart.full .foot_3 td, .mod_iso_checkout .foot_3 td, .mod_iso_checkout .review .foot_3 td, .mod_iso_checkout .review .foot_3 td {
    background: #f8f8f8 !important;
	padding:1rem 0.5rem;
}

.tabmod_iso_checkout .info {
	display:block !important;
}

.mod_iso_cart.full .foot_last, .mod_iso_cart.full .foot_last td, .mod_iso_checkout .foot_last, .mod_iso_checkout .foot_last td {
    background: #ffffff !important;
	color:#a3acb2;
	font-size:18px;
	font-weight: 600;
	text-transform: uppercase;
	padding:15px 0;
}

.mod_iso_cart.full .product, .mod_iso_checkout .review .product{
	text-align: left;
	padding:10px 0;
}

/*.mod_iso_cart.full .image_container img, .mod_iso_checkout .review .image_container img{
	width:150px;
}*/

.mod_iso_cart.full .remove:after, .mod_iso_checkout .review .remove:after{
	content:"\f342";
	font-family:"LineAwesome";
	font-size:1rem;
	width:20px;
	height:20px;
}

.mod_iso_cart.full .remove, .mod_iso_checkout .review .remove {
	font-size:0px;
	float: none;
	padding-top:8px;
}

.mod_iso_cart.full .edit, .mod_iso_cart.full .button_cart, .mod_iso_checkout .review .edit, .mod_iso_checkout .review .button_cart {
	display:none;
	visibility: hidden;
}

.mod_iso_cart .quantity input, .mod_iso_checkout .quantity input {
    width: 60px;
    text-align: center;
}

.mod_iso_cart .quantity input, .mod_iso_checkout .quantity input {
    background:none;
    color: #a3acb2;
}

.mod_iso_cart.full input, .mod_iso_checkout.full input.next {
    background: #ffffff;
    color: #a3acb2;
    border: none;
    padding: 10px 15px;
}

.mod_iso_cart.full input.button_continue:hover {
	background: #ffffff !important;
	color:#cccccc;
}

.mod_iso_cart.full .button_checkout, .mod_iso_checkout.full .button_checkout {
    background: #424242;
    color: #ffffff;
    border: none;
    padding: 10px 15px;
	text-transform:uppercase;
}

.mod_iso_cart .button_checkout, .mod_iso_checkout .button_checkout {
    float: right;
	width:auto;
}

.mod_iso_cart .button_checkout:hover, .mod_iso_checkout .button_checkout:hover {
    background:#000000 !important;
}

.mod_iso_cart.full .button_update, .mod_iso_checkout .button_update {
    float: left;
	width:auto;
	background:#a3acb2 !important;
	color:#ffffff !important;
}

.mod_iso_cart.full .button_update:hover, .mod_iso_checkout .button_update:hover {
	color:#ffffff !important;
	background:#424242 !important;
}

.mod_iso_checkout .steps  {
	background:#f8f8f8;
	padding:15px;
	overflow:hidden;
}

.mod_iso_checkout form {
	background:none;
	padding:15px;
	overflow:hidden;
}

.mod_iso_checkout input:hover:not([type="submit"]), .mod_iso_checkout textarea:hover, .mod_iso_checkout input:focus, .mod_iso_checkout textarea:focus {
    border: 1px solid #a3acb2;
	color:#a3acb2;
}

.submit_container input:hover:not([type="submit"]), .submit_container input:focus {
    border: 0px solid #a3acb2;
}

.mod_iso_checkout label {
}

.address {
	clear:both;
}

.mod_iso_checkout .address .widget {
	width:48%;
	display:block;
	float: left;
}

.mod_iso_checkout .address .widget:nth-of-type(even) {
	float:right;
}

.mod_iso_checkout .address .widget:nth-of-type(odd) {
	clear:both;
}

.mod_iso_checkout .widget.widget-radio {
	width:100%;
	float:none;
}

@media only screen and (max-width: 767px){
	.mod_iso_checkout .address .widget {
		width:100%;
	    display:block;
		margin-bottom:15px;
	}

	.mod_iso_checkout .address .widget, .mod_iso_checkout .widget {
		float:none !important;
	}
}

.mod_iso_checkout form p {
	margin-bottom:15px;
}

.steps {
	margin-bottom:15px;
}

.steps ol {
	margin: 0px;
	padding:0px;
}

.steps li.active {
    font-weight: 600;
	background:#ffffff;
	color:#a3acb2;
}

.steps li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
	padding:10px 20px;	
}

.steps li:before {
    content: "\f11d";
    font-family: "LineAwesome";
    font-size: 18px;
	margin-right:4px;
}

.mod_iso_checkout h2, .mod_iso_checkout h3 {
	background:#ffffff;
	padding:0px;
	padding-top:30px;
	color:#a3acb2;
	clear:both;
} 

.mod_iso_checkout h2:after, .mod_iso_checkout h3:after {
	content:none !important;
} 

.mod_iso_checkout input.submit.next, .mod_iso_checkout input.submit.confirm {
    background: #424242;
    color: #ffffff;
    border: 0px !important;
	text-transform:uppercase;
	font-size:1rem;
}

.mod_iso_checkout input, .mod_iso_checkout textarea {
    border: 1px solid #a3acb2;
    background: none;
}

.mod_iso_checkout form .widget input, .mod_iso_checkout form .widget textarea, .mod_iso_checkout form .widget select {
    color: #a3acb2;
}

.mod_iso_checkout input.submit {
	border: 0px !important;
}

.mod_iso_checkout input.submit.next:hover, .mod_iso_checkout input.submit.confirm:hover {
    background:#000000 !important;
}

.mod_iso_cart .quantity input, .mod_iso_checkout .quantity input {
	border:1px solid #a3acb2;
	background:none;
	color:#a3acb2;
}

.mod_iso_checkout input.submit.previous {
	background:none !important;
	border:1px solid #a3acb2 !important;
	color:#a3acb2;
	font-size:1rem;
}

.mod_iso_checkout input.submit.previous:hover {
	background:#a3acb2 !important;
	color:#ffffff;
}

@media only screen and (min-width: 767px){
.mod_iso_checkout input.submit.next, .mod_iso_checkout input.submit.confirm {
    width: 30% !important;
    float: right !important;
}
.mod_iso_checkout input.submit.previous {
    width: 30% !important;
    float: left !important;
}
}

.mod_iso_checkout label {
    font-style: normal;
    font-weight: 600;
}

.mod_iso_checkout .note {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    margin-top: 0px;
}

.mod_iso_checkout fieldset {
	padding:0px;
	margin:0px;
	border:none;
}


.mod_iso_checkout fieldset label {
	color:#a3acb2;
}

.mod_iso_checkout fieldset span:first-of-type {
	border-bottom:1px solid #a3acb2;
}

.mod_iso_checkout fieldset span {
    display: block;
    padding: 15px;
	background: #ffffff;
	color:#a3acb2;
}

.mod_iso_checkout fieldset span p{
	margin-bottom:0px;
}

.mod_iso_checkout fieldset span:hover, .mod_iso_checkout fieldset label:hover {
    cursor: pointer;
	background: #f8f8f8;
}

.mod_iso_checkout fieldset span span {
	border-bottom:none;
	display:inline;
	padding:0px;
	background:none;
}

.mod_iso_checkout .info, .mod_iso_orderdetails .info  {
    font-style: normal;
    font-size: inherit;
    margin-top: 0;
    margin-bottom: 15px;
	display:block !important;
}

.mod_iso_orderdetails .order_status, .mod_iso_orderdetails form, .mod_iso_orderdetails .billing_address, .mod_iso_orderdetails .payment_method, .mod_iso_orderdetails h2, .mod_iso_cart .submit.continue {
	display:none;
}

.mod_iso_orderdetails .downloads h2 {
	display:block;
}

.mod_iso_orderdetails .downloads {
	background:#7e935e;
	color:#ffffff;
	padding:30px;
}

.mod_iso_orderdetails .downloads a{
    font-size: 30px;
    /* font-weight: 700; */
    text-transform: uppercase;
    padding: 15px;
    display: inline-block;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    margin: 2rem 0;
}

.mod_iso_orderdetails .downloads a:hover {
	text-decoration: none;
	color:#9aaa82;
	border-color:#9aaa82;
}

.mod_iso_orderdetails .downloads h2, .mod_iso_orderdetails .downloads h3, .mod_iso_orderdetails .downloads p, .mod_iso_orderdetails .downloads a {
	color:#ffffff;
}

.mod_iso_orderdetails .downloads ul {
	margin-bottom:0px !important;
}

.mod_iso_checkout input:hover:not([type="submit"]), .mod_iso_checkout textarea:hover, .mod_iso_checkout input:focus, .mod_iso_checkout textarea:focus {
    border: 1px solid #a3acb2;
    background: #f8f8f8;
}

#main .mod_iso_checkout form select {
    border: 1px solid #a3acb2;
}

.mod_iso_checkout h2, .mod_iso_checkout h3 {
	font-size:24px;
} 

.mod_iso_checkout h3 {
	margin-top:30px;
	font-size:18px;
} 

.shopheader h3 {
	margin-top:30px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:0px !important;
	text-align:center;
	background:#a3acb2;
	color:#ffffff;
}

.listencart .empty.message {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.mod_iso_checkout form select option, .product select option {
	color:#a3acb2;
}

.mod_iso_checkout .submit_container {
	clear:both;
}

.product .options {
	margin-top:15px;
}

.product .options .widget label {
	display:none;
	visibility: hidden;
}

.product .newbutton {
	position:absolute;
	top:15px;
	right:30px;
	width:40px;
	height:40px;
	line-height: 40px;
	font-weight: 600;
	font-size:12px;
	z-index:1;
	background:#ffffff;
	color:#a3acb2;
}

p.error {
	background:#b25552 !important;
	color:#ffffff !important;
	padding: 15px 0;
	font-weight:600;
	text-align: center;
	margin:15px 0 !important;
}

p.processing {
	margin-bottom:0px;
}

.register {
	text-transform: uppercase;
	font-weight: 600;
}

.register a {
	margin-top:30px;
	display:block;
	padding:15px;
	background: rgba(0,0,0,0.5);
	margin-bottom:30px;
}

.register a:hover {
	text-decoration: none;
	background:#ffffff;
	color:#a3acb2 !important;
}

.mod_login {
    padding: 15px;
    background: none;
	background:rgba(0,0,0,0.5);
    margin: 30px 0;
    max-width:100%;
	display: block;
	clear:both;
	box-shadow: none;
}

.empty.message {
	text-align:center !important;
}

@media only screen and (max-width: 800px){
.ce_table, .ce_text table, .mod_iso_cart table, .mod_iso_checkout table {
    display: block;
    overflow-x: scroll;
    -webkit-overflow scrolling: touch;
    white-space: nowrap;
}
	
	.mod_iso_checkout input.submit.previous, .mod_iso_checkout input.submit.next, .mod_iso_checkout input.submit.confirm {
		float:none;
		width:100%;
		margin-bottom:6px;
	}
	
}

input.submit.button_reorder {display:none;}

#storebutton {
	position:absolute;
	top:40px;
	right:40px;
	background:#ffffff;
	text-align:center;
	z-index:1;
	width:200px;
	height:200px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	padding:15px;
	transform:rotate(9deg);
	-webkit-transform:rotate(9deg);
	-moz-transform:rotate(9deg);
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    white-space: normal;
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;
}

#storebutton:hover {
	background:#f4f4f4;
	text-decoration: none;
		transform:rotate(6deg);
	-webkit-transform:rotate(6deg);
	-moz-transform:rotate(6deg);
}

#storebutton span {
	font-weight: 700;
	font-size:40px;
	display:block;
	margin-bottom:1rem;
	margin-top:10px;
}

#storebutton div {
    display: block;
    width: 100%;
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px){
	#storebutton {
		display:none;
	}
}

.projectdetailseite #storebutton {
	display:none !important;
}

#main .shop figure:hover a {
	background:none!important;
}

.original_price, .stattpreis {
    font-size: 18px;
	text-decoration: line-through;
}

/*
|--------------------------------------------------------------------------
| Cookie Einstellungen 2023
|--------------------------------------------------------------------------
*/

#cookielink {
	position:relative;
	background:#ffffff;
	border-radius:80px; -webit-border-radius:80px; -moz-border-radius:80px;
	color:#a3acb2 !important;
	padding:10px 30px;
	display:inline-block;
	margin-bottom:15px;
	padding:5px 15px;
	border:1px solid #a3acb2;
	margin-top:0px;
}

#cookielink:hover {
	opacity:0.5;
}

#cookielink a {
	color:#a3acb2;
}

#cookielink a {
	text-decoration: none;
}

/*
|--------------------------------------------------------------------------
| Cookie Consent 2023
|--------------------------------------------------------------------------
*/

.contao-cookiebar {
	z-index: 999999;
}

.contao-cookiebar h2 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem !important;
	color:#000000;
}

.contao-cookiebar p {
	color:#000000;
	line-height:1rem;
}

.contao-cookiebar .cc-head p{
	text-align:center;
	font-size:11px;
	line-height: 13px;
}

.contao-cookiebar label {
	color:#000000;
	padding-left:50px !important;
	font-weight: 700;
	width:auto !important;
}

.contao-cookiebar .cc-group .cc-detail-btn{
	display:inline-blcok;
	width:auto !important;
}

.contao-cookiebar .cc-group .cc-detail-btn:hover{
	background:none !important;
}

.contao-cookiebar .cc-info > a {
	color:#000000;
}

.contao-cookiebar .cc-info > a:hover {
	color:#000000;
	text-decoration: underline;
}

.contao-cookiebar .cc-btn {
	border:none;
	background:#c3c3c3;
	font-weight:600;
}

.contao-cookiebar .cc-btn:hover {
	border:none;
	background:#aaaaaa;
}

.contao-cookiebar .highlight .cc-btn.success{
	background: #000000 !important;
	border:0px;
	color:#ffffff;
	font-weight:600;
}

.contao-cookiebar .highlight .cc-btn.success:hover{
	background: #414141 !important;
}

.contao-cookiebar input:checked + label:before {
		background: #ffffff;
    	border-color: #000000;
	}

.contao-cookiebar input:checked + label:after{
	background:#000000;
}

.contao-cookiebar input.cc-group-half + label:after {
    background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #000000 50%, #000000 100%);
}

.mod_cookiebarOpener {
	display:inline;
}

.cc-module {
    text-align: center;
    /* max-width: 991px; */
    margin: 0 auto;
    /* padding: 200px 0; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 120px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
}

.cc-module:before {
	content:url("/files/layout/datenschutz.png");
	width:200px;
		display:block;
	margin:0 auto 15px;
}

.cc-module p:before {
    content: "Datenschutz";
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
	margin-bottom: 1rem;
}

.cc-module p {margin-bottom:30px;}

.ccb-element-blocker {
    font-size: 14px;
    font-family: sans-serif;
    text-align: center;
    color: #000000;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	align-content: center;
}

.ccb-element-blocker div {
	padding:30px;
}

#main iframe {min-height:250px;}

.contao-cookiebar .cc-inner {
	font-size:15px !important;
}
