/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/opensans/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('assets/fonts/opensans/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/opensans/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/opensans/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/opensans/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/opensans/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/opensans/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('assets/fonts/opensans/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/opensans/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/opensans/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/opensans/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/opensans/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/opensans/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('assets/fonts/opensans/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/opensans/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/opensans/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/opensans/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/opensans/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('assets/fonts/opensans/open-sans-v15-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
       url('assets/fonts/opensans/open-sans-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/opensans/open-sans-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/opensans/open-sans-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/opensans/open-sans-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/opensans/open-sans-v15-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('assets/fonts/opensans/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('assets/fonts/opensans/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/opensans/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/opensans/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/opensans/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/opensans/open-sans-v15-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('assets/fonts/opensans/open-sans-v15-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
       url('assets/fonts/opensans/open-sans-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/opensans/open-sans-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/opensans/open-sans-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/opensans/open-sans-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/opensans/open-sans-v15-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}



/* - Typo & Basics ----------------------------- */

body {
	font-family: "Open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #666;
}

h1 {}

h2 {
	text-transform: uppercase;
	color: #E98300;
	font-weight: 400;
	font-size: 1.8em
}

h3 {}

h4 {}

h5 {}

h6 {}

hr{
    background-color: #E98300;
}

img{
    display: block;
}

a.csslink_ZIP:before {content:'\f1c6';font-family:FontAwesome;font-size: 14px;font-weight: 400;margin-right: 5px;}
a.csslink_grafik:before {content:'\f1c5';font-family:FontAwesome;font-size: 14px;font-weight: 400;margin-right: 5px;}
a.csslink_JPG:before {content:'\f1c5';font-family:FontAwesome;font-size: 14px;font-weight: 400;margin-right: 5px;}
a.csslink_JPEG:before {content:'\f1c5';font-family:FontAwesome;font-size: 14px;font-weight: 400;margin-right: 5px;}
a.csslink_PNG:before {content:'\f1c5';font-family:FontAwesome;font-size: 14px;font-weight: 400;margin-right: 5px;}
a.csslink_PDF:before {content:'\f1c1';font-family:FontAwesome;font-size: 14px;font-weight: 400;margin-right: 5px;}
a.csslink_DOCX:before {content:'\f1c2';font-family:FontAwesome;font-size: 14px;font-weight: 400;margin-right: 5px;}
a.csslink_DOC:before {content:'\f1c2';font-family:FontAwesome;font-size: 14px;font-weight: 400;margin-right: 5px;}
a.csslink_XLSX:before {content:'\f1c3';font-family:FontAwesome;font-size: 14px;font-weight: 400;margin-right: 5px;}
a.csslink_XLS:before {content:'\f1c3';font-family:FontAwesome;font-size: 14px;font-weight: 400;margin-right: 5px;}
a.csslink_MP3:before {content:'\f1c7';font-family:FontAwesome;font-size: 14px;font-weight: 400;margin-right: 5px;}
a.csslink_PPT:before {content:'\f1c4';font-family:FontAwesome;font-size: 14px;font-weight: 400;margin-right: 5px;}
a.csslink_PPTX:before {content:'\f1c4';font-family:FontAwesome;font-size: 14px;font-weight: 400;margin-right: 5px;}
a.csslink_extern:before {content:'\f08e';font-family:FontAwesome;font-size: 14px;font-weight: 400;margin-right: 5px;}
a.btn.csslink_extern:before, .btn a.csslink_extern:before{display: none;}

.main-content-area a:before{
    display: none;
}

.date:before, .time:before, .label:before, .page:before, .file:before, .user:before, .quote:before, .error:before, .score:before, .phone:before, .fax:before, /*a.mail:before,*/ .mail:before, /*a.web:before,*/ .web:before, .mobile:before, .room:before, .label:before, .info:before, .govello:before, .map:before{
	margin-right: 5px;
	opacity: 0.85;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: 400;
	display: inline;
}
.date:before{
	content: '\f073';
}
.time:before{
	content: '\f017';
}
.label:before{
	content: '\f02b';
}
.page:before{
	content: '\f02d';
}
.file:before{
	content: '\f0c7';
}
.user:before{
	content: '\f007';
}
.quote:before{
	content: '\f075';
}
.error:before{
	content: '\f071';
}
.score:before{
	content: '\f012';
}
.phone:before{
	content: '\f095';
}
.fax:before{
	content: '\f1ac';
}
/*a.mail:before,*/ .mail:before{
	content: '\f0e0';
}

.shariff-button.mail:before{
    display: none;
}
/*a.web:before,*/ .web:before{
	content: '\f0ac';
}
.mobile:before{
	content: '\f10b';
}
.room:before{
	content: '\f19c';
}
.label:before{
	content: '\f02b';
}
.info:before{
	content: '\f129';
}
.shariff-button.info:before{
    display: none;
}
.govello:before{
	content: '\f085';
}
.map:before{
	content: '\f041';
}

.page-title{
    margin-top: .25em;
}

.cut-x{
    overflow-x: hidden;
}
/* Colors */

.primary-bg-color {
	background-color: #E98300;
	color: #fff
}

.primary-bg-color a,
.primary-bg-color a:active,
.primary-bg-color * {
	color: #fff;
	opacity: 1;
}

.primary-text-color {
	color: #E98300
}

.secondary-bg-color {
	background-color: #928782;
	color: #fff
}

.secondary-bg-color a,
.secondary-bg-color * {
	color: #fff;
	opacity: 1;
}

.secondary-text-color {
	color: #928782
}

a {
	color: #E98300;
	text-decoration: none;
}

a.btn,
button.btn,
input.btn,
.btn a {
	background-color: #E98300;
	color: #fff;
	border-radius: 0;
	font-weight: 300;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.btn-outline {
	background-color: transparent;
	color: #E98300;
	border: 2px solid #E98300 !important;
	padding: 5px 40px;
}


/* - hier das Design ----------------------------- */

.header-topbar {
	padding: 10px 0;
	background-color: #fff;
}

.logo img {
	width: 125px;
}

.quicklinks {
	padding-bottom: 25px;
}

.quicklinks > a > img,
.quicklinks > div > a > img {
	height: 18px;
}

.quicklinks > a > i,
.quicklinks > div > a > i{
	font-size: 18px;
	margin-top: -2px;
}

.quicklinks > div{
	display: inline;
}

.quicklinks > a,
.quicklinks > div > a {
	float: left;
	color: #666;
	font-size: 12px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #999;
	height: 22px;
}

.quicklinks > a:hover,
.quicklinks > div > a:hover{
	color: #444;
}

.quicklinks .language-select {
	float: left;
	margin-right: 4px;
	height: 22px;
	padding-top: 2px;
}

.quicklinks .language-select img {
	display: inline-block;
	float: left;
	margin-right: 10px;
	height: 16px;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.quicklinks .ealang img:hover{
    -webkit-filter: contrast(1.5);
    filter: contrast(1.5);
}

.header-topbar .suche {
	clear: both;
}

.header-topbar .suche input {
	background: transparent;
	border: none;
	color: #444;
	width: 115px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out
}

.header-topbar .suche input:focus,
.header-topbar .suche input:hover,
.header-topbar form:focus input {
	width: 365px;
}

.header-topbar .suche form {
	border-bottom: 1px solid #ccc;
	padding: 0 3px 5px;
	position: relative;
}

.header-topbar .suche button {
	border: none;
	background: transparent;
	padding: 0;
	font-size: 28px;
	float: right;
	margin-top: -6px;
	color: #444;
	cursor: pointer;
	position: absolute;
    right: 7px;
}

.site-header {
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
}

.site-header .minilogo{
    display: none;
}

.main-navigation {
	width: 100%;
	border-right: none;
	border-left: none;
	display: inline-block;
	float: left;
	position: absolute;
	z-index: 1;
	left: 0;
	background-color: #988F86;
	background-color: rgba(152, 143, 134,.9);
}

.main-navigation .wrapper {
	padding: 0;
}

.main-navigation a {
	font-weight: 300;
	color: #333;
}

.main-navigation li {
	list-style: none;
	float: left;
}

.main-navigation ul li ul {
	visibility: hidden;
	-webkit-transition: 0s 0.25s;
	transition: 0s 0.25s;
}

.main-navigation .nlv_1>li>a, .main-navigation .nlv_1>li>span {
	padding: 10px 20px;
	display: inline-block;
	font-size: 1.25em;
	font-weight: 300;
	color: #fff;
	transition: all .2s;
}
.main-navigation .nlv_1>li>span {
	cursor: default;
}

.main-navigation .nlv_1 {
	position: relative;
	width: 100%;
}

.main-navigation .nlv_1>li {
	width: 20%;
	text-align: center
}

.main-navigation .nlv_1 ul:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #fff;
	display: block;
	-webkit-box-shadow: 0 0 25px #000;
	box-shadow: 0 0 25px #000;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	box-shadow: 0 0 20px rgba(0, 0, 0, .5);
	opacity: 0.95;
}

.main-navigation .nlv_1>li.npt_on>a {
	background-color: #fff;
	color: #444;
}

.main-navigation .nlv_2 {
	position: absolute;
	padding: 0 0 25px;
	width: 100%;
	left: 0;
	z-index: 1;
}

.main-navigation .nlv_2 * {
	position: relative;
	z-index: 2;
}

.main-navigation .nlv_2 a {
	text-decoration: none;
	font-size: 1.2em;
	padding: 15px 30px;
	width: 100%;
	text-align: left;
	display: inline-block;
}

.main-navigation .nlv_2>li>a:after {
	content: '';
	width: 100%;
	max-width: 185px;
	background-color: #E98300;
	height: 3px;
	display: block;
	margin: 10px 0 0;
}

.main-navigation .nlv_2>li {
	float: left;
	width: 25%;
	position: relative;
}

.main-navigation a {
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
}

.main-navigation .nlv_1>li:hover>a, .main-navigation .nlv_1>li:hover>span {
	background-color: #fff;
	color: #333;
	position: relative;
	z-index: 5;
}


.main-navigation .nlv_3>li:hover>a,
.main-navigation .nlv_2>li>a:hover {
	font-weight: bold;
}

.main-navigation .nlv_3 li {
	width: 100%;
}

.main-navigation .nlv_3 a {
	padding: 5px 30px;
	width: 100%;
	display: block;
	font-size: 0.95em;
}
.main-navigation .nlv_3 li.npt_nolink > span {
    padding: 5px 30px;
    width: 100%;
    display: block;
    font-size: 0.95em;
    text-align: left;
    font-weight: 300;
}
.main-navigation ul li:hover ul {
	visibility: visible;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.themenboxen .elem small, .themenboxen .elem .mc2_ac {
    right: 0;
    position: absolute;
    bottom: 0;
    padding: 3px;
    font-size: 0.7em;
    display: inline-block;
    background-color: #fff;
    background-color: rgba(255,255,255,0.7);
}

.image-gallery .mc2_ac{
    position: absolute;
    bottom: 0;
    padding: 3px;
    font-size: 0.7em;
    display: inline-block;
    background-color: #fff;
    background-color: rgba(255,255,255,0.7);
	right: 15px;
	max-width: calc(100% - 40px);
	color: #333;
}
.image-gallery,
.image-single{
    margin-top: 20px;
    margin-bottom: 20px;
}

.themenboxen .elem{
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	color: #606060;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.themenboxen img{
	width: 100%;
	display: block;
}
.themenboxen .elem .caption{
	padding: 25px;
}
.themenboxen .elem .content{
	background-color: #f0f0f0;
	transition: background-color 0.25s, box-shadow 0.25s;
}
.themenboxen .elem .content:hover{
	background-color: #e0e0e0;
	box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px rgba(0,0,0,0.25);
}
.themenboxen .elem .image{
	position: relative;
}
.themenboxen .elem .image + .caption{
	padding: 15px;
}
.themenboxen .elem .icon{
	padding-top: 15px;
	text-align: center;
}
.themenboxen .elem .icon + .caption{
	padding: 5px 15px 15px;
	text-align: center;
}
.themenboxen .elem .icon i{
    font-size: 2.8em;
    margin-right: 0;
    text-align: center;
}
.themenboxen h2, .themenboxen h3, .themenboxen h4, .themenboxen h5, .themenboxen h6{
	margin: 0;
	text-transform: none;
	font-size: 1.4em;
}

.site-header.sticky{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    color: #fff;
    height: 0px;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    opacity: 0;
}

.site-header.sticky .minilogo{
    display: block;
    float: left;
    margin: 5px 0 0 10px;
    width: 45px;
}

.site-header.sticky.visible{
    height: 44px;
    overflow: visible;
    opacity: 1;
}

.site-header.sticky .main-navigation{
    background: transparent;
    position: static;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    background-color: #E98300;
    margin-top: -1px;
}

.site-header.sticky .header-topbar{
    padding: 0;
    background: transparent;
}

.site-header.sticky .header-hero, .site-header.sticky .quicklinks, .site-header.sticky .logo{
    display: none;
}

.site-header.sticky .suche{
    position: fixed;
    top: 80px;
    right: 30px;
    opacity: 0;
    transition: all 0.35s ease-in-out;
}

.site-header.sticky.visible .suche{
    opacity: 1;
}
.site-header.sticky .suche form{
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
    border: 3px solid #988F86;
    padding: 10px 15px;
    box-shadow: 0 3px 15px rgba(0,0,0,.2);
}

.site-header.sticky .suche .header-topbar .suche button{
    font-size: 30px;
}

.site-header.sticky .main-navigation .nlv_1 > li > a{
    color: #fff;
}

.site-header.sticky.visible .main-navigation .nlv_1 > li:hover > a, .site-header.sticky.visible .main-navigation .nlv_1 > li:hover > span{
    color: #444;
}

.site-header.sticky .main-navigation .nlv_1 {
    position: relative;
    width: 92.5%;
    font-size: 0.9em;
    float: right;
}

.submenu {
	background-color:#e0dddc;
	position:relative;
    float: left;
    width: 100%;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.submenu ul,.submenu ul li {
	list-style:none;
	padding:0;
}
.submenu ul ul {
	margin:0;
	padding-left: 15px;
}
.submenu .nlv_2>li>a {
	padding:15px 5px 15px 15px;
	color:#fff;
	position:relative;
	display:block;
	font-size:1.3em;
	font-weight:300;
	background-color: rgb(243, 146, 0);
	text-decoration:none;
}
.submenu .nlv_2>li>a>span {
	position:relative;
}
.submenu .nlv_3 {
	padding:15px 0;
}
.submenu .nlv_3 a {
	color:#5d5d5d;
	padding:5px 10px 5px 15px;
	display:block;
	text-decoration:none;
	border-bottom: 1px solid #fff;
}
.submenu .nlv_3 > li > a.nlk_on {
	font-weight: bold;
	color: rgb(243, 146, 0);
}
.submenu .nlv_3 > li > a:hover,
.submenu .nlv_3 > li > a.nlk_on:hover{
	background-color: rgb(243, 146, 0);
	color: #fff;
}
.submenu .nlv_4 a {
	padding-left: 10px;
}
.submenu .nlv_4 a:hover, .submenu .nlv_3 a.nlk_on {
	font-weight: 600;
}

.header-hero {
	position: relative;
}

.header-hero ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-hero .elem {
	padding: 300px 0 60px;
	background: center center no-repeat;
	background-size: 100% auto;
	background-size: cover;
}
.docs .liste-bild img{
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.liste-text a{
    color: #E98300;
}

.liste-titel a{
    color: #E98300;
}

.liste-text .more{
    color: #E98300;
}

body.subpage .header-hero .elem{
    padding-top: 110px;
} 

.header-hero .herotitle {
	margin: 0;
	display: block;
	color: #fff;
	font-size: 2.2em;
	margin-bottom: 5px;
}

.header-hero .herocaption {
	color: #fff;
	display: inline-block;
	padding: 25px 30px 25px 0;
	line-height: 1;
	position: relative;
	z-index: 0;
	transition: all 0.25s ease-in-out;
}

.header-hero .herocaption:hover{
    transform: scale(1.1);
}

.header-hero .herocaption:hover:before{
	background-color: rgb(243, 146, 0);
}

.header-hero .herocaption * {
	position: relative;
	z-index: 1;
}

.header-hero .herocaption:before {
	content: '';
	background-color: rgb(243, 146, 0);
	background-color: rgba(243, 146, 0, .9);
	display: inline-block;
	z-index: 0;
	position: absolute;
	width: 300%;
	height: 100%;
	right: 0;
	top: 0;
	transition: all 0.25s ease-in-out;
}

.sticky-news {
	position: fixed;
	bottom: 0;
	right: 100px;
	background-color: #fff;
	padding: 20px;
	border-top: 10px solid #E98300;
	width: 100%;
	max-width: 400px;
	z-index: 10;
	-webkit-box-shadow: 0 20px #666;
	box-shadow: 0 20px #666;
	-webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 25px rgba(0, 0, 0, 0.35);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.sticky-news .close-sticky {
	font-size: 32px;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #E98300;
	padding: 0 7px 5px 7px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.sticky-news .cont {
	height: 150px;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.sticky-news.closed .cont{
	height: 0px;
}

.sticky-news.closed {
	-webkit-opacity: 0;
	opacity: 0;
}

.sticky-news .close-sticky i {
	-webkit-transition: all .3s;
	transition: all .3s
}

.sticky-news .close-sticky i:before {
	content: "\e681";
}

.sticky-news.closed .close-sticky i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sticky-news.closed .close-sticky i:before {
	content: "\e689";
}

.sticky-news .title {
	font-weight: 700;
	font-size: 1.2em;
	margin: 0 0 10px;
	padding-right: 50px;
}

.subpage-content{
    padding-top: 30px;
    padding-bottom: 30px;
}

.breadcrumb{
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    color: #666;
    font-size: 0.8em;
}

.breadcrumb a{
    color: #666;
}

.breadcrumb a:last-child{
    color: rgb(243, 146, 0)
}

.hblock {
	margin-bottom: 30px;
}

.hblock .btn-outline {
	margin-top: 30px;
}

.home-buttonarea {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #fff;
}

.home-buttonarea .btn-elem {
	display: inline-block;
	width: 100%;
	position: relative;
	top: -42px;
	z-index: 0;
}

.home-buttonarea .wrapper {
	position: relative;
}

.home-buttonarea .bg {
	width: 100%;
	position: relative;
}

.home-buttonarea .bg:before {
	content: '';
	background-color: #988F86;
	position: absolute;
	width: 300%;
	height: 25px;
	left: -150%;
}

.home-buttonarea .btn-elem .ico {
	background-color: #E98300;
	color: #fff;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
	border-radius: 50%;
	margin: 20px 0;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.home-buttonarea .btn-elem .ico i {
	margin: 12px 0 0;
	font-size: 36px;
}
.home-buttonarea .btn-elem .ico i.fa-file-text{
    font-size: 30px;
}

.home-buttonarea .btn-elem .capt {
	display: block;
	color: #444;
	font-size: 1.4em;
	line-height: 1;
	cursor: pointer;
}

.home-buttonarea .btn-elem:before {
	content: '';
	background-color: #E98300;
	position: absolute;
	top: 42px;
	left: 0;
	color: #fff;
	width: 100%;
	padding: 0 20px;
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.home-buttonarea .btn-elem:hover:before {
	height: 25px;
	opacity: 1;
}

.home-buttonarea .innercont a {
	text-decoration: none;
	color: #fff;
}

.home-buttonarea .innercont h5 {
	margin: 0;
	color: #fff;
	font-weight: 300;
	font-size: 1.25em;
}

.home-buttonarea .innercont h5:after {
	content: '';
	background-color: #fff;
	background-color: rgba(255, 255, 255, .3);
	height: 3px;
	min-width: 75px;
	width: 40%;
	display: block;
	margin: 15px 0;
}

.home-buttonarea .innercont ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.empfehlen{
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.print-page a{
    padding: .5em;
    display: inline-block;
    background-color: #e0dddc;
    margin: .3em .6em .3em 0;
    color: #5d5d5d;
    transition: all .2s ease-in-out;
}

.print-page a i{
    margin: 0 2px;
}
.shariff {
    padding-top:30px;
}
.shariff .orientation-horizontal.button-style-icon li {
    min-width: 35px;
    width:auto;
}

.shariff .fa {
    margin-right: 0px;
}

.shariff li {
    height: 38px;
}

.shariff li a {
    padding: 5px 10px;
    line-height: 1;
    height: 38px;
}

.main-content-area {
	padding-bottom: 75px;
	display: inline-block;
}

body.subpage .main-content-area .main-content-text ul,
body.subpage .main-content-area .main-content-text ol{
    padding-left: 0;
    display: inline-block;
}

body.subpage .main-content-area .main-content-text ul li,
body.subpage .main-content-area .main-content-text ol li{
    text-indent: -15px;
    margin-left: 15px;
}

body #ikiss_gmc_tree_wrapper ul{
    width: 100%;
}

body #ikiss_gmc_tree_wrapper ul li{
    text-indent: 0;
    margin-left: 0;
}

body.home .main-content-area {
	padding: 0 0 75px;
}

.toggler-title,
.accordion-title{
	background-color: #E98300;
	color: #fff;
	padding: 5px 35px 5px 10px;
	font-size: 1.3em;
	margin: 15px 0;
	cursor: pointer;
	position: relative;
	clear: both;
}
.toggler-title:after,
.accordion-title:after{
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	font-size: 1em;
	color: #fff;
	vertical-align: middle;
	line-height: 1.5;
	transition: all 0.2s ease-in;
}
.toggler-title.active:after,
.accordion-title.active:after{
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.toggler-container,
.accordion-container{
	padding: 10px;
	margin-bottom: 10px;
}

.toggler-container h3:first-child,
.toggler-container h4:first-child,
.toggler-container h5:first-child,
.toggler-container h6:first-child,
.toggler-container p:first-child,
.toggler-container .sprungziel + h3,
.toggler-container .sprungziel + h4,
.toggler-container .sprungziel + h5,
.toggler-container .sprungziel + h6,
.toggler-container .sprungziel + p{
	margin-top: 0;
}

.randspalte .widget{
    background-color: transparent;
    padding: 0;
    margin-bottom: 25px;
}

.randspalte .widget > h3, .randspalte .widget > h2, .randspalte .widget > h1{
    padding: 0 0 15px;
    margin: 0 0 15px;
    background-color: transparent;
    color: #666;
    font-weight: 400;
    border-bottom: 3px solid #E98300;
}
.randspalte .widget a{
    color: #444;
}

.randspalte .widget.bilder{
    padding: 0;
    background-color: transparent;
}

.home-news h3 {
	color: #E98300;
	margin: 5px 0 10px;
	font-size: 1.6em;
	font-weight: 400;
}

.home-news .news-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.home-news .news-list a{
	color: #666;
}

.home-news .news-list li {
	padding: 29.5px 7px;
	border-bottom: 1px solid #ccc;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
}

.home-news .news-list li:hover {
	background-color: rgba(0, 0, 0, 0.075);
	border-bottom-color: #aaa;
}

.home-news .news-list li:first-child {
	border-top: 1px solid #ccc;
}

.home-news .news-list .date {
	font-size: 0.8em;
	display: block;
	font-style: italic;
	color: #E98300;
}

.home-news .news-list .date:before {
	font-style: normal
}

.home-news .news-list .date i{
	font-size: 0.8em;
	display: block;
	font-style: italic;
	color: #E98300;
}

.home-news .news-list .title {
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.home-news .bigone {
	position: relative;
	list-style: none;
	margin: 0;
	max-height: 425px;
}

.home-news .bigone>li>a {
	display: inline-block;
	position: relative;
	float: left;
	width: 100%;
	height: 377px;
	background: #f0f0f0 center center no-repeat;
	background-size: 100% auto;
}


.home-news .bigone li {
	transition: all .25s ease-in-out;
	overflow: hidden;
}

.home-news .bigone li img {
	display: block;
	transition: all .2s ease-in-out;
	float: left;
}

.home-news .bigone li:hover {
	box-shadow: 0 5px 12px rgba(0,0,0,.15);
}

.home-news .bigone li:hover img {
	transform: scale(1.1);
}

.home-news .bigone .caption {
	background-color: rgba(255, 255, 255, .9);
	color: #444;
	padding: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 87.5%;
}

.home-news .bigone .date {
	font-size: 1em;
	display: block;
}

.home-news .bigone .more {
	color: #E98300;
}

.home-news .bigone .title {
	font-weight: 300;
	font-size: 1.4em;
	margin-bottom: 6px;
	display: block;
}

.home-ctabtns .btn {
	width: 100%;
	padding: 10px 15px;
	line-height: 46px;
	font-size: 1.1em;
	vertical-align: middle
}

.home-ctabtns .ico {
	font-size: 34px;
	float: right;
}

.home-events .elem .content {
	background-color: #988F86;
	display: block;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.home-events .elem a,
.home-events .elem {
	color: #fff
}

.home-events .elem .liste-bild {
	max-height: 190px;
	overflow: hidden;
}

.home-events .elem .liste-bild img {
	display: block;
	width: 100%;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(1);
	transform: scale(1);
	box-shadow: none;
}

.home-events .elem .liste-bild small {
	padding: 5px 20px;
	float: right;
	text-align: right;
	width: 100%
}

.home-events .elem .liste-text {
	padding: 20px;
}

.home-events .elem .liste-titel {
	margin: 0;
	font-weight: 700;
	color: #fff;
	transition: all .2s;
}

.home-events .elem .more {
	color: #E98300;
	margin: 10px 0 0;
}

.home-events .elem:hover .liste-bild img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.home-events .elem:hover .content{
	background-color: #ddd;
	color: #444;
}

.home-events .elem:hover .liste-titel {
	color: #444;
}

.home-events{
    margin: 70px auto 50px
}

.events-slider {
	position: relative;
	padding: 0 30px;
}

.events-slider .flex-direction-nav {
	position: absolute;
	width: 116%;
	top: 30%;
	left: -8%;
	z-index: 1;
}

.events-slider .flex-direction-nav a {
	font-size: 112px;
	opacity: 1 !important;
	line-height: 1;
	cursor: pointer !important;
}

.events-slider .flex-direction-nav .flex-nav-prev {
	float: left;
}

.events-slider .flex-direction-nav .flex-nav-next {
	float: right;
}

.home-featureslider {
	display: inline-block;
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 60px;
}

.home-featureslider .slides li {
	height: 450px;
	padding: 0;
	background: center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.home-featureslider .slides li a {
	display: block;
	width: 100%;
	height: 100%;
}

.home-featureslider .slides li>.wrapper,
.home-featureslider .slides li>a>.wrapper {
	position: relative;
	height: 100%
}

.home-featureslider .slides li .title {
	position: absolute;
	right: 0;
	bottom: 35px;
	color: #fff;
	background-color: #444;
	background-color: rgba(25,25,25,.7);
	padding: 10px 25px;
	font-size: 2.5em;
	font-weight: 300;
}


/*.home-featureslider .slides li .link {
	position: absolute;
	right: 15px;
	bottom: 0;
	background-color: #928782;
	width: 33.333%;
	width: calc(33.333% - 30px);
}

.home-featureslider .slides li .link:hover {
	background-color: #756C67;
}

.home-featureslider .slides li .link a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 15px 20px;
}

.home-featureslider .slides li .link a:after {
	content: '\e684';
	font-family: "Pe-icon-7-stroke";
	float: right;
	font-size: 56px;
	position: absolute;
	right: 0;
	top: -2px;
}*/

.home-featureslider .featureslider-controls {
	position: absolute;
	width: 225px;
	top: 35px;
	z-index: 2;
}

.home-featureslider .flex-control-nav li {
	width: 100%;
	background-color: #E98300;
	color: #fff;
	margin-bottom: 10px;
	padding: 15px;
	text-align: left;
	text-transform: uppercase;
	font-size: 1.5em;
	height: 120px;
	cursor: pointer;
}

.home-featureslider .flex-control-nav li {
	width: 100%;
	background-color: #E98300;
	color: #fff;
	margin-bottom: 10px;
	padding: 15px;
	text-align: left;
	text-transform: uppercase;
	font-size: 1.5em;
	height: 120px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.home-featureslider .flex-control-nav li:hover {
	background-color: #efaf4d
}

.home-featureslider .flex-control-nav .flex-active {
	background-color: #d27f00 !important;
	font-weight: 700;
}

.home-topics {
	margin: 50px auto;
}

.home-topics a .elem {
	cursor: pointer;
}

.home-topics .elem .liste-text {
	background-color: #988F86;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #fff;
}

.home-topics .elem:hover .liste-text {
	background-color: #D1CECD;
	color: #444;
}

.home-topics .elem a,
.home-topics .elem {
	color: #fff
}

.home-topics .elem .liste-bild img {
	display: block;
}

.home-topics .elem .liste-bild small {
	padding: 5px 20px;
	float: right;
	text-align: right;
	width: 100%
}

.home-topics .elem .liste-text {
	padding: 20px;
}

.home-topics .elem .liste-titel {
	margin: 0 0 30px;
	color: #fff;
	font-weight: 300;
	font-size: 1.9em;
	transition: all .2s;
}
.home-topics .elem:hover .liste-titel {
	color: #444;
}

.home-topics .more-link {
	position: relative;
	width: 100%;
	display: inline-block;
}

.home-topics .more-link:after {
	content: '\e684';
	font-family: "Pe-icon-7-stroke";
	float: right;
	font-size: 56px;
	position: absolute;
	right: -15px;
	top: -25px;
}

.home-boxpanel .square>div {
	background-color: #E98300;
	color: #fff;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.home-boxpanel .square:nth-child(even)>div {
	background-color: #fda622;
}

.home-boxpanel .square:nth-child(3n)>div {
	background-color: #dd8b10;
}

.home-boxpanel .square:nth-child(6n)>div {
	background-color: #ffb84f;
}

.home-boxpanel .square:nth-child(5)>div {
	background-color: #e27b36;
}


.home-boxpanel .square:last-child>div {
	background-color: #db632b;
}

.home-boxpanel .square p {
	font-size: 1.6em;
	font-weight: 300;
}

.home-boxpanel .square>div:after {
	background-color: rgba(0, 0, 0, 0.1);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.home-boxpanel .square:hover>div:after {
	opacity: 1;
}

.slicknav_menu{
    background-color: #fff;
}

.solr-results .label,
.solr-results .date{
    margin-right: 10px;
}

.solr-results .label:before,
.solr-results .date:before{
    margin-right: 5px;
}

.site-footer{
    display: inline-block;
    float: left;
    width: 100%;
}

.site-footer .totop{
    font-size: 2.2em;
    margin-top: -11px;
}

.footer-sec1 {
	background-color: #e0dddc;
	padding: 40px 0 50px;
}

.footer-sec1 a {
	color: #444;
	display: inline-block;
	width: 100%;
	margin-bottom: 2px;
}

.footer-sec1 h1,
.footer-sec1 h2,
.footer-sec1 h3,
.footer-sec1 h4,
.footer-sec1 h5 {
	margin-top: 0
}

.footer-sec1 a>span {
	font-size: 24px;
	float: left;
	margin-top: -1px;
	margin-right: 7px;
}

.footer-sec2 {
	padding: 20px 0;
}

.footer-sec2 p {
	margin: 0;
}

.footer-sec1 .csslink_intern:before{
    content: "\e685";
    font-family: 'Pe-icon-7-stroke';
    margin-right: 10px;
    font-size: 22px;
    float: left;
    margin-top: -3px;
}

.footer-sec1 .liste-titel{
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 0;
}

/* GI 24.09.2024 - TASK9889 */
@media(max-width: 640px) {
    .home-events p.text-center a.btn.btn-more {
        z-index: 1;
    }
}

/* Squarepanels */

.square {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 20%;
	padding-bottom: 20%;
	border-left: 20px solid transparent;
	position: relative;
}

.square>div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ccc;
	position: absolute;
	width: 100%;
	height: 100%;
	height: calc(100% - 20px);
	top: 0;
	left: 0;
	padding: 20px;
}

.sq-row {
	margin-left: -20px;
	clear: left;
}

.square p {
	margin: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}


/******************************
 Google Translator
*******************************/

#google_translate_element {
	display: inline-block;
	float: left
}

.goog-te-gadget {
	font-family: inherit !important;
	line-height: 1;
}

.goog-te-gadget-simple {
	border: none !important;
	display: inline !important;
}

.goog-te-gadget-icon,
.goog-te-menu-value img {
	display: none;
}

.goog-te-menu-value span {
	border: none !important;
}

.goog-te-menu-frame {
	border: 4px solid #E98300 !important;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2) !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
	color: #666 !important;
	font-size: 12px;
}

.goog-te-gadget-simple .goog-te-menu-value:hover {
	color: #333 !important;
}

/* Google Translator Platzhalter fuer 2-Klick Lösung */

.google-translate-placeholder {
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
	
.google-translate-placeholder .goog-te-gadget-simple {
	background-color: #fff;
	font-size: 10pt;
	padding-top: 1px;
	padding-bottom: 2px;
	cursor: pointer;
}

.google-translate-placeholder .goog-te-menu-value {
	font-size: 12px;
	text-decoration: none;
	color: #666;
	white-space: nowrap;
	margin-left: 4px;
	margin-right: 4px;
}
	
.google-translate-placeholder .goog-te-gadget-simple .goog-te-menu-value span {
	text-decoration: none;
}

.google-translate-message {
	display: none;
	position: absolute;
	width: 300px;
	margin-left: -165px;
	color: #fff;
	background: #e98300;
	font-size: 0.85em;
	padding: 5px;
	z-index: 10;
}

.is-ios * { cursor: pointer; }


/* Minified FlexSlider CSS with Chrome fix */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: 0
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none
}

.flexslider {
	margin: 0;
	padding: 0
}

.flexslider .slides>li {
	display: none;
	/*-webkit-backface-visibility:hidden;*/
	position: relative
}

.flexslider .slides img {
	width: 100%;
	display: block
}

.flex-pauseplay span {
	text-transform: capitalize
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

html[xmlns] .slides {
	display: block
}

* html .slides {
	height: 1%
}

.no-js .slides>li:first-child {
	display: block
}

.flexslider {
	background: #fff;
	position: relative;
	zoom: 1
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 1;
}

.loading .flex-viewport {
	max-height: 300px
}

.flexslider .slides {
	zoom: 1
}

.carousel li {
	margin-right: 5px
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px
}

.flex-direction-nav .flex-prev {
	left: -36px
}

.flexslider:hover .flex-next {
	opacity: .8;
	right: 5px
}

.flexslider:hover .flex-prev {
	opacity: .8;
	left: 5px
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1
}

.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default
}

.flex-control-nav {
	width: 100%;
	text-align: center
}

.flex-control-nav li {
	zoom: 1;
	*display: inline
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer
}

.flex-control-thumbs img:hover {
	opacity: 1
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default
}

/* Animation */

.come-in {
	opacity: 0;
	-webkit-animation: come-in 1.75s .25s ease forwards;
	animation: come-in 1.75s .25s ease forwards;
}

.already-visible {
	opacity: 1;
	-webkit-animation: none;
	animation: none;
}

.fade-left {
	opacity: 0;
	margin-left: -30px;
	-webkit-animation: fade-left 1.25s 0.35s ease forwards;
	animation: fade-left 1.25s 0.35s ease forwards;
}

.slide-up {
	height: 0;
	-webkit-animation: slide-up 1.25s 0.35s ease forwards;
	animation: slide-up 1.25s 0.35s ease forwards;
}

@-webkit-keyframes come-in {
	to {
		opacity: 1;
	}
}

@keyframes come-in {
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fade-left {
	to {
		opacity: 1;
		margin-left: 0
	}
}

@keyframes fade-left {
	to {
		opacity: 1;
		margin-left: 0
	}
}

@-webkit-keyframes slide-up {
	to {
		height: 150px;
	}
}

@keyframes slide-up {
	to {
		height: 150px;
	}
}

@media screen and (max-width:1200px) {
	.square{
	    font-size: 0.8em;
	}
}

@media screen and (max-width:900px) {
	.cc-btn {
		white-space: normal
	}
	.square{
	    width: 50%;
	}
	.main-navigation{
	    display: none;
	}
	.slicknav_menu {
        display: block;
    }
    .home-featureslider .flex-control-nav li{
        width: 33.333%;
        float: left;
    }
    .home-featureslider .featureslider-controls{
        width: 100%;
        left: 0;
        top: 0;
        padding: 15px;
    }
    .site-header.sticky.visible{
        display: none;
    }
}

@media screen and (max-width:640px) {
	.square{
	    padding-bottom: 30%;
	    font-size: 0.6em;
	}
	#google_translate_element{
	    position: absolute;
	    top: 10px;
	    left: 15px;
	}
	.site-header,
	.site-header .column-2{
	    position: static;
	}
	.sticky-news{
        right: 30px;
        left: 30px;
        width: auto;
        max-width: none;
	}
	.home-topics .elem .liste-text{
	    font-size: 0.8em;
	    padding: 10px;
	}
	.home-topics .elem h3.liste-titel{
	    margin-bottom: 4px !important;
	}
	.home-featureslider .flex-control-nav li{
	    font-size: 1.15em;
        padding: 10px;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        height: auto;
        min-height: 130px;
	}
    .header-hero .elem {
    	padding: 100px 0 30px;
    }
    .header-hero .herocaption{
        font-size: 0.85em;
    }
    .quicklinks{
        padding-bottom: 5px;
    }
    .quicklinks > a, .quicklinks > div > a{
        padding-right: 0;
        margin-right: 5px;
        border: none;
    }
    .quicklinks .language-select{
        border: none;
        margin-top: 6px;
    }
    .events-slider .flex-direction-nav {
    	top: auto;
    	left: -10%;
    	bottom: -36%;
    }
    .home-events a.btn-outline.btn-more{
        padding: 5px;
    }
}

/* Cookie Consent */

.cc-window {
	opacity: 1;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease
}

.cc-window.cc-invisible {
	opacity: 0
}

.cc-animate.cc-revoke {
	-webkit-transition: -webkit-transform 1s ease;
	transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
	-webkit-transform: translateY(-2em);
	transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
	-webkit-transform: translateY(2em);
	transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.cc-grower {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 1s;
	transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
	text-decoration: underline
}

.cc-revoke,
.cc-window {
	position: fixed;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999
}

.cc-window.cc-static {
	position: static
}

.cc-window.cc-floating {
	padding: 2em;
	max-width: 24em;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column
}

.cc-window.cc-banner {
	padding: 1em 1.8em;
	width: 100%;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row
}

.cc-revoke {
	padding: .5em
}

.cc-header {
	font-size: 18px;
	font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
	cursor: pointer
}

.cc-link {
	opacity: .8;
	display: inline-block;
	padding: .2em
}

.cc-link:hover {
	opacity: 1
}

.cc-link:active,
.cc-link:visited {
	color: initial
}

.cc-btn {
	display: block;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap
}

.cc-banner .cc-btn:last-child {
	min-width: 140px
}

.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline
}

.cc-close {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1.6em;
	opacity: .9;
	line-height: .75
}

.cc-close:focus,
.cc-close:hover {
	opacity: 1
}

.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em
}

.cc-revoke.cc-left {
	left: 3em;
	right: unset
}

.cc-revoke.cc-right {
	right: 3em;
	left: unset
}

.cc-top {
	top: 1em
}

.cc-left {
	left: 1em
}

.cc-right {
	right: 1em
}

.cc-bottom {
	bottom: 1em
}

.cc-floating>.cc-link {
	margin-bottom: 1em
}

.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1
}

.cc-window.cc-banner {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center
}

.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0
}

.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0
}

.cc-banner .cc-message {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1
}

.cc-compliance {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.cc-compliance>.cc-btn {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1
}

.cc-btn+.cc-btn {
	margin-left: .5em
}

@media print {
	.cc-revoke,
	.cc-window {
		display: none
	}
}

@media screen and (max-width:900px) {
	.cc-btn {
		white-space: normal
	}
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
	.cc-window.cc-top {
		top: 0
	}
	.cc-window.cc-bottom {
		bottom: 0
	}
	.cc-window.cc-banner,
	.cc-window.cc-left,
	.cc-window.cc-right {
		left: 0;
		right: 0
	}
	.cc-window.cc-banner {
		-ms-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column
	}
	.cc-window.cc-banner .cc-compliance {
		-ms-flex: 1;
		-webkit-box-flex: 1;
		flex: 1
	}
	.cc-window.cc-floating {
		max-width: none
	}
	.cc-window .cc-message {
		margin-bottom: 1em
	}
	.cc-window.cc-banner {
		-ms-flex-align: unset;
		-webkit-box-align: unset;
		align-items: unset
	}
}

.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	-webkit-box-flex: 0;
	flex: none
}

.cc-theme-classic .cc-btn {
	border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
	min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block
}

.cc-theme-edgeless.cc-window {
	padding: 0 0 40px
}
.cc-window .cc-compliance{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: .8em 1.8em;
	height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
	margin-left: 0
}