@charset "utf-8";

:root {

	--primary:#cf103b;
	--secondary:#e94850;
	--green:#6dac45;
	--orange: #ef7d19;
	--lprimary:#;
	--lsecondary:#;
	--bodycolor: #333;
	--minicoco: var(--primary);

 }

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

/* Allgemeine Definitionen
----------------------------------------------- */

::-moz-selection {
	color: #fff;
	background: var(--green);
}

::selection {
	color: #fff;
	background: var(--green);
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6, table, ul {
    -webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}
html {
	overflow-y: scroll;
}
body {
	background: #f4f4f5;
	color: var(--bodycolor);
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	margin: 0;
	padding: 0;
	text-align: center;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
img,
a img {
	border: 0;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;	
}
img.entryimg {
	margin-bottom: 16px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.line130,
.line228 {
	background: #ccc;
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
	margin: 0 auto;
	width: 100%;
}
.line130 {
	margin-bottom: 15px;
	max-width: 130px;
}
.line228 {
	max-width: 228px;
}
.center {
	text-align: center;
}

/* --- Custom tables --- */

/* Table Styles */

.table-wrapper{
    /* box-shadow: 0px 7px 8px rgb(0 0 0 / 7%); */
	margin:36px 0;
	border: 1px solid #f8f8f8;
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 8px;
}

.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #444444;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #636363;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

.fl-table tr:hover td {
	background:var(--primary);
	color:#fff;
	cursor:pointer;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}
/* --- Custom blockquote --- */

blockquote {
   background: #f9f9f9;
   border-left: 10px solid var(--primary);
   margin: 1.5em 8px;
   padding: 1.2em 20px;
   quotes: "\201C""\201D""\2018""\2019";
 }
 blockquote:before {
   color: #ccc;
   content: open-quote;
   font-size: 3.2em;
   line-height: 0.1em;
   margin-right: 0.15em;
   vertical-align: -0.4em;
 }
 blockquote p {
   display: inline;
 }


/* --- Custom form --- */

form {
	font-family: 'Raleway', sans-serif;
	width: 100%;
	margin: 50px auto 0;
	padding: 0 0 40px;
	border-radius: 3px;
	color: #555;
  }
  
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
	font: inherit;
	-webkit-transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out, visibility 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  
  input,
  textarea {
	font: inherit;
	font-size: 0.8em;
	margin: 28px 0px 10px;
	width: 100%;
	display: block;
	border: none;
	padding: 20px 0 10px;
	border-bottom: solid 1px var(--primary);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, var(--primary) 4%);
	background-position: -2000px 0;
	background-size: 100%;
	background-repeat: no-repeat;
	transition: background 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	resize: none;
	overflow: hidden;
  }
  input:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
	color: var(--primary);
  }
  input:focus,
  textarea:focus,
  textarea:valid {
	box-shadow: none;
	outline: none;
	background-position: 0 0;
  }
  input:focus::-webkit-input-placeholder, input:not([name='telefon']):valid::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder,
  textarea:valid::-webkit-input-placeholder {
	font-size: 0.8em;
	transform: translateY(-20px);
	visibility: visible !important;
	opacity: 1;
  }
  
  input[type=email] {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, var(--primary) 4%);
	background-position: -2000px 0;
	background-repeat: no-repeat;
	transition: border-bottom 0.3s ease, background 0.3s ease;
  }
  input[type=email] ~ span.validation-text {
	position: absolute;
	visibility: hidden;
	font-family: 'Raleway', sans-serif;
	font-size: 0.6em;
	width: 200px;
	margin-left: 25px;
	margin-top: -5px;
	color: white;
	transition: color 0.3s ease-in-out;
  }
  input[type=email]:not([value=""])::-webkit-input-placeholder {
	font-size: 0.8em;
	transform: translateY(-20px);
	visibility: visible !important;
	opacity: 1;
  }
  input[type=email]:not([value=""]):focus::-webkit-input-placeholder {
	color: #03A9F4;
  }
  input[type=email]:not([value=""]):focus:not(:valid)::-webkit-input-placeholder {
	color: #E91E63;
  }
  input[type=email]:focus {
	background-position: 0 0;
  }
  input[type=email]:focus:not(:valid):not([value=""]) {
	border-bottom: solid 1px #E91E63;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #E91E63 4%);
  }
  input[type=email]:not(:focus):not(:valid):not([value=""]) {
	border-bottom: solid 1px #E91E63;
	background-position: 0 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #E91E63 4%);
  }
  input[type=email]:not(:focus):not(:valid):not([value=""])::-webkit-input-placeholder {
	color: #E91E63;
  }
  input[type=email]:not(:focus):not(:valid):not([value=""]) ~ span.validation-text {
	visibility: visible;
	color: #E91E63;
  }
  
  input, textarea {
	border-radius: 0;
  }
  
  input[type="search"] {
	-webkit-appearance: none;
  }

  textarea {
	-webkit-appearance: none;
  }

  .flex {
	display: flex;
	align-items: stretch;
  }
  .flex textarea {
	line-height: 120%;
  }

  form .errormessage { display: none; padding: 10px 20px 10px 20px; margin-bottom: 30px; color: #aa0000; background-color: #fff; border: 1px solid #aa0000; }
  form .errormessage p { margin: 0px; }
  form .successmessage { display: none; padding: 0px 0px 30px 0px; }
  form .successmessage p { margin: 0px; }


  /* --- Custom checkbox to radio toggler --- */

input[type="checkbox"] {
	opacity:0;
  }
  
  input[type="checkbox"] + label {
	position: relative;
	display: inline-flex;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1.5;
  }
  
  input[type="checkbox"] + label:before {
	width: 48px;
	height: 24px;
	border-radius: 30px;
	border: 2px solid #ddd;
	background-color: #EEE;
	content: "";
	margin-right: 15px;
	transition: background-color 0.5s linear;
  }
  
  input[type="checkbox"] + label:after {
	width: 20px;
	height: 20px;
	border-radius: 36px;
	background-color: #fff;
	content: "";
	transition: margin 0.1s linear;
	box-shadow: 0px 0px 5px #aaa;
	position: absolute;
	left: 2px;
	top: 4px;
  }
  
  input[type="checkbox"]:checked + label:before {
	background-color: #da1323;
  }
  
  input[type="checkbox"]:checked + label:after {
	margin: 0 0 0 24px;
  }

  .form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
	color: #d6d6d6;
}

/* --- Custom radio styling --- */

  .radio {
	margin: 16px 0;
	display: block;
	cursor: pointer;
  }
  .radio input {
	display: none;
  }
  .radio input + span {
	line-height: 22px;
	height: 22px;
	padding-left: 22px;
	display: block;
	position: relative;
  }
  .radio input + span:not(:empty) {
	padding-left: 30px;
  }
  .radio input + span:before, .radio input + span:after {
	content: "";
	width: 22px;
	height: 22px;
	display: block;
	border-radius: 50%;
	left: 0;
	top: 0;
	position: absolute;
  }
  .radio input + span:before {
	background: #D1D7E3;
	transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  }
  .radio input + span:after {
	background: #fff;
	transform: scale(0.78);
	transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  }
  .radio input:checked + span:before {
	transform: scale(1.04);
	background: var(--primary);
  }
  .radio input:checked + span:after {
	transform: scale(0.4);
	transition: transform 0.3s ease;
  }
  .radio:hover input + span:before {
	transform: scale(0.92);
  }
  .radio:hover input + span:after {
	transform: scale(0.74);
  }
  .radio:hover input:checked + span:after {
	transform: scale(0.4);
  }
  
  input[type="radio"][disabled] + span  {
	   color:#d6d6d6;
  }

.form-check-label.privacy-form-check-label {
	-moz-column-gap:10px;
	     column-gap:10px;
}
#privacycheckbox {
	margin:0;
	padding:0;
}

#submitbtn {
	background: var(--primary);
    color: #fff;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    margin: 16px 0;
    border-radius: 5px;
    font-weight: bold;
}

/* Links
----------------------------------------------- */
a {
	color: #333;
	outline: none;
	text-decoration: underline;  
	transition: all 0.3s; 
	opacity: 1;
}
a:hover {
	color: var(--primary);
	text-decoration: underline;  
	transition: all 0.3s; 
	opacity: 1;
}

.main a {
	color:var(--primary);
	text-decoration:underline;
	font-weight:600;  
	transition: all 0.3s; 
}

.main a:hover {
	text-decoration:underline;  
	transition: all 0.3s; 
	color: #333;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer .inner a {
	font-weight: bold;
}

#footer .inner-content > div:last-of-type a {
	color: #fff;
	}

p.toptext a {
	color: #333;
	text-decoration: none;
}
p.toptext a:hover {
	color: var(--primary);
	text-decoration: none;
}

/* Buttons
----------------------------------------------- */

 .btn {
	position: relative;
  
	display: block;
	margin: 30px auto;
	padding: 0;
  
	overflow: hidden;
  
	border-width: 0;
	outline: none;
	border-radius: 2px;
	/* box-shadow: 0 1px 4px rgba(0, 0, 0, .6); */
	
	background-color: var(--primary);
	color: #fff;
	
	transition: background-color .3s;
  }
  
  .btn:hover, .btn:focus {
	background-color: var(--primary);
  }
  
  .btn > * {
	position: relative;
  }
  
  .btn span {
	display: block;
	padding: 12px 24px;
  }
  
  .btn:before {
	content: "";
	
	position: absolute;
	top: 50%;
	left: 50%;
	
	display: block;
	width: 0;
	padding-top: 0;
	  
	border-radius: 100%;
	
	background-color: rgba(236, 240, 241, .3);
	transform: translate(-50%, -50%);
  }
  
  .btn:active:before {
	width: 120%;
	padding-top: 120%;
	
	transition: width .2s ease-out, padding-top .2s ease-out;
  }
  
/* Video container
----------------------------------------------- */

  .video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
  }
  
  .video-container iframe,
  .video-container object,
  .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

/* Typo
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: var(--primary);
	font-weight: 700;
	line-height: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 52px;
	margin: 0 0 16px 0;
}
h2, h3 {
	color: #2f3030;
	font-size: 19px;
	font-weight: 700;
	margin: 0 0 16px 0;
}
h3.grey {
	color: #333;
}
h3.h3large {
	color: var(--primary);
	text-transform: uppercase;
}
h4 {
	font-size: 21px;
	margin: 0 0 16px 0;
	text-transform: uppercase;
}
.subline {
	font-size: 20px;
	line-height: 28px;
}
p {
	margin: 0 0 15px 0;
	padding: 0;
}
ul {
	margin: 0 0 1em 15px;
	padding: 0;
}
ul li {
	margin: 0;
	padding: 0;
}

/* Divider
-----------------------------------------------*/ 

.divider-with-logo {
	width: 75%; 
	padding: 65px 0 95px ; /* desired padding minus pseudo margin */ 
	margin: 0 auto; 
	background: white;
	position: relative;
  }
  
  .divider-with-logo img {
	display: block;
	background: white;
	margin: 0 auto;
	position: relative;
	padding: 0 16px;
	width: 64px;
	height: 64px;
	height: auto !important;
    width: 54px !important;
  }
  .divider-with-logo.dg {
	background:#f4f4f5;
	padding: 25px 0 40px;
  }
  .divider-with-logo.dg img {
	background:#f4f4f5;

  }
  .divider-with-logo:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	margin-top: -20px; 
  }

/* Layout
-----------------------------------------------*/ 
#wrapper {
	float: left;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
}
.inner {
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	max-width: 1096px;
}
.inner-content {
	margin: 0 auto;
	padding: 0;
	position: relative;
	max-width: 964px
}

.mb-0 {
	margin-bottom: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.text-center {
	text-align: center;
}
.greybox {
	background: #f7f6f6;
	margin-bottom: 48px;
	padding-top: 30px;
}

.whitebox { 
	box-shadow: 0px 0px 0px 25px #FFFFFF;
	background:#fff;
	padding: 60px 15px;
	margin-top: 50px;
    margin-bottom: 120px;
}

.whitebox.contentarea {
	display:flex;
}

#header {
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index: 90;	
	box-shadow:         1px 1px 3px 1px rgba(0,0,0,.05);
	transition:box-shadow .4s linear;		
}

#header .inner .inner-content {
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	/* margin: 16px 0 0; */
	height: 90px;
	transition: height .4s linear;
	margin-top: 16px;
}

p.toptext {
	border-bottom: 1px solid #ccc;
	float: right;
	font-size: 11px;
	font-weight: 400;
	line-height: 19px;
	margin: 0;
	padding: 10px 0;
	text-align: right;
}
p.toptext .fa {
	color: #868786;
}
.middot {
	line-height: 19px;	
	padding: 0 4px;
}
p.logo {
	padding: 0;
	margin: 0 0 5px 0;
}
p.logo a {
	text-decoration: none !important;
}
#pdot {
	position: relative;
	left: 10px;
	bottom: 3px;
}
#psign {
	position: relative;
    left: 12px;
    bottom: 3px;
}

@-webkit-keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}

@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}
#pdot {
          -webkit-animation: heartbeat 1s 3.6;
                  animation: heartbeat 1s 3.6;
}

#header.small #pdot {
    width:100px;
    transition: width .3s ease-in-out;
}

#header.small p.logo > a > img:last-of-type {
    width:140px;
    transition: width .3s ease-in-out;
}

#header p.logo > a > img:last-of-type,
#pdot {
    transition: width .6s ease-in-out;
}

.opaque {
	opacity:0 !important;
}
#navigation {
	padding: 0;
}
#container {
	float: left;
	margin: 0;
	padding: 180px 0 15px 0;
	width: 100%;
}

.entry-headline {

}

.entry-headline h1 {

}

.entry-headline p {
	line-height:1.5;
}

.entry-headline > .divider-with-logo {
	width:240px !important;
	padding: 10px 0 25px;
}

#content {
	float: left;
	margin: 0 0 35px 0;
	padding: 0;
	width: 100%;
}
#content {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.sidebar {
    float: left;
    margin: 0 5% 0 0;
    padding: 0;
    width: 29%;
	margin-bottom: 200px; /* hack divider with logo overlay */
}
.main {
	float: left;
	padding: 0 0 40px 0;
	width: 66%;
}
.main.tour,
.main.events {
	width: 100%;
}
.main p.frameimg {
	background: #fff;
	display: block;
	float: left;
	padding: 0;
}
.main p.frameimg.rightimg {
	float: right;
}
p.frameimg span {
	display: block;
	float: left;
	margin: 4px;	
	overflow: hidden;
}
.frameimg img {
	display: block;
}
p.frameimg a span img { 
    transition: all 0.6s ease-in-out;
}
p.frameimg a:hover span img {
    transform: scale(1.1,1.1);
}
.box12,
.box12gap,
.box13,
.box23 {
	float: left;
}
.box12 {
	margin: 25px 2% 0 0;
	width: 49%;
}
.box12gap {
	margin: 25px 6% 0 0;
	width: 47%;
}
.box13 {
	margin: 0 2% 33px 0;
	width: 32%;
}
.box23 {
	margin: 0 2% 33px 0;
	width: 66%;
}
.newsimg {
	float: left;
	margin: 0 2% 33px 0;
	width: 49%;
}
.newstext {
	float: left;
	margin: 0 2% 33px 0;
	width: 49%;	
}
.lastbox {
	margin-right: 0;
}
.box13 h3,
.box13 h5,
.box13 p,
.newsimg h3,
.newsimg h5,
.newsimg p,
.box12 h3,
.box12gap h3,
.box12 h5,
.box12 p {
	padding-right: 4px;
	padding-left: 4px;
}
.box13 p.boximg,
.newsimg p.boximg,
.box12 p.boximg,
.box12gap p.boximg,
.box23 p.boximg {
	display: block;
	float: left;
	padding: 0;
}
.box13 p.boximg span,
.newsimg p.boximg span,
.box12 p.boximg span,
.box12gap p.boximg span,
.box23 p.boximg span {
	display: block;
	float: left;
	margin: 4px;	
	overflow: hidden;
}
.linkbox,
.newsbox {
	float: left;
	width: 100%;
}
.newsbox {
	border-top: 1px solid #ccc;
	padding-top: 25px;
}
.newsbox:first-of-type {
	margin-top: 36px;
}
.linkbox h3 a,
.newsbox h3 a {
	color: var(--primary);
	text-decoration: none;
}
.linkbox h3 a:hover,
.newsbox h3 a:hover {
	color: #333;
	text-decoration: none;
}
.boximg img {
	display: block;
	width: 100%;
}
p.boximg a span img { 
    transition: all 0.6s ease-in-out;
}
p.boximg a:hover span img {
    transform: scale(1.1,1.1);
}
p.boximgtext {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
p.boximgtext span.bit-img {
	border: 4px solid transparent;
	display: block;
	float: left;
	margin: 0;	
	overflow: hidden;
}
p.boximg {
	margin: 0;
}
.boximgtext img {
	display: block;
	width: 100%;
	max-width: -moz-max-content;
}
p.boximgtext a span.bit-img img { 
    transition: all 0.6s ease-in-out;
}
p.boximgtext a:hover span.bit-img img {
    transform: scale(1.1,1.1);
}
p.boximgtext .bit-name,
p.boximgtext .bit-name3 {
	color: #333;
	display: block;
	float: left;
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 15px 0;
	padding: 0;
	text-transform: none;
	width: 100%;
	box-sizing: border-box;		
}
p.boximgtext .bit-name3 {
	color: var(--primary);
	font-weight: 700;
	text-transform: uppercase;
}
p.boximgtext .bit-name.bn2 {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;	
}
p.boximgtext a .bit-name,
p.boximgtext a .bit-name3 {
	color: #333;
	text-decoration: none; 
    transition: all 0.6s ease-in-out;	
}
p.boximgtext a .bit-name3 {
	color: var(--primary);	
}
p.boximgtext a .bit-name.bn2 {
	color: #333;	
}
p.boximgtext a:hover .bit-name,
p.boximgtext a:hover .bit-name3 {
	color: #333;
	text-decoration: none; 
    transition: all 0.6s ease-in-out;	
}
p.boximgtext a:hover .bit-name3 {
	color: var(--primary);	
}
p.boximgtext a .bit-name3 { 
	word-break: break-word;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.boxtext {
	border-top: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
	min-height: 137px;
}
#footer {
	background: var(--primary);
	color: #fff;
	float: left;
	font-size: 14px;
	margin: 0;
	padding: 18px 0 0;
	width: 100%;
	border-top: 5px solid var(--green);
}
#footer .inner-content {
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	text-align:left;
	gap: 24px;
	padding: 24px 0;
}
#footer .inner-content div {
	width: calc(33% - 24px);
}
#footer h3 {
	color:#fff;
	font-family:'Raleway',sans-serif;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing: 0.5px;
}
#footer .bottom {
	background:var(--green);
	color:#fff;
	padding:12px 0;
	text-transform: uppercase;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
#footer .bottom span {
	padding: 0 16px;
}
#footer .bottom a {
	color:#fff;
	text-decoration:none;
	flex-grow:0;
	flex-shrink:1;
}
#footer .bottom a:hover {
	text-decoration:underline;
}
p.copyright {
	float: right;
	margin: 0 0 18px 0;
}
p.homepage {
	float: right;
	margin: 0;
}
p.toplink {
	bottom: auto;
	left: 50%;
	margin: 0 0 0 -28px;
	position: absolute;
	right: auto;
	top: -60px;
}
#footer p.toplink a {
	background: var(--green);
	color: #fff;
	display: block;
	font-size: 24px;
	height: 36px;
	line-height: 36px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 36px;
	box-shadow:         1px 2px 3px 1px rgba(0,0,0,.2);
	border-radius: 50%;
	border: 8px solid #fff;
}
#footer p.toplink a:hover {
	background: #fff;
	color: var(--green);
	text-decoration: none;
	box-shadow:         1px 2px 3px 1px rgba(0,0,0,0);
	border-radius: 50%;	
}

.crumbnavi {
	margin: 0px 0px 26px 0px;
	padding: 0 0 8px;
	list-style-type: none;
	border-bottom: 1px solid #45494a;
	position: relative;

	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap-reverse;
    gap: 16px;

}

.crumbnavi .crumbs {
	flex-grow: 1;
}

.crumbnavi li::before {
	content: none !important;
}

.crumbnavi li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: none;
	font-size: 14px;
}

.crumbnavi li a {
	padding: 0px 30px 0px 0px;
	display: inline-block;
	position: relative;
	color: #535d62;
	text-decoration: underline;
}

.crumbnavi li > span {
	color:var(--primary);
	font-weight:600;
}

.crumbnavi li a:hover,
.crumbnavi li a:active,
.crumbnavi li a:focus {
	color: var(--primary);
	text-decoration: underline;
}

.crumbnavi li a::after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    background-size: 16px 16px;
    background-image: url(gfx/chevron_r.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    right: 3px;
    opacity: 0.4;
}

.crumbnavi .fb-share-button {
	display: inline-block;
}

.crumbnavi .fb-share-button > a {
	background: #4267B2;
    color: #fff;
    padding: 0px 16px;
    font-size: .8rem;
    border-radius: 24px;
    text-decoration: none;
	border: 1px solid transparent;
	display:inline-block;
}

.crumbnavi .fb-share-button > a:hover {
	background:#fff;
	color:#4267B2;
	border: 1px solid #4267B2;
}


  /*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
  }
  
  .video-container iframe,
  .video-container object,
  .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  .acceptbox a {
	color:var(--blue-primary);
	text-decoration:none;
	font-weight:600;
	padding: 12px 0;
  }
  
  .acceptbox a:hover {
	color:var(--blue-secondary);
  }
  
  .acceptbox p {
	line-height:1.5rem;
  }

  
/* start templating
-----------------------------------------------*/

.newswrapper {
	display: flex;
	gap: 28px;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.newscard {
	text-align:center;
	border: 1px solid #e6e6e6;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: 300px;
	display: flex;
	flex-direction: column;
}

.newscard:hover {
	cursor: pointer;
}

.newscard a {
	text-decoration:none;
}

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

.newscard > a {
	overflow:hidden;
}

.newscard > a img {
	transform:scale(1);
	transition: transform .3s linear;
}

.newscard:hover > a img {
	transform:scale(1.2);
	transition: transform .3s linear;
}

.newscard h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color:var(--primary);
	font-weight:700;
	margin-top:24px;
	text-transform:uppercase;
	letter-spacing: 0.5px;
}

.newscard.membercard h3 {
    word-break: break-word;
}

.newscard.membercard > div {
	padding: 0 14px;
}

.newscard p {
	position:relative;
	padding-bottom: 24px;
    margin-bottom: 44px;
	font-size: 14px;
}

.newscard p::after {
    content: '';
    width: 50%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    display: inline-block;
    left: 25%;
}

.newscard .newsimage.memberlogo {
	flex-grow: 1;
    min-height: 300px;
    display: flex;
    align-items: center;
	justify-content: center;
}

.newscard.nolink,
.newscard.nolink:hover {
	cursor: default !important;
}

.hero-teaser .video-container {
	margin: 4% auto;
}

.hero-teaser {

}

.hero-teaser h2,
.section-teaser h2 {
	color:var(--green);
	font-size:42px;
	font-family:'Raleway',sans-serif;
}

.hero-teaser p {

}

.hero-teaser img {
	margin: 36px 0;
}

.hero-teaser a {
	text-decoration: none;
	cursor: default !important;
}

.hero-teaser a .btn span {
	cursor: pointer !important;
}

/* possible product slider linear bg behind tagging */
.section-teaser .product-slider-wrapper .splide__slide .span-img::after {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
  	background: linear-gradient(180deg, rgba(2,49,71,0) 56%, rgba(2,49,71,1) 100%);
}

.product-slider-wrapper button.splide__arrow.splide__arrow--next {
	width:3em;
	height:3em;
	right:36px;
	opacity:.7;
}

.product-slider-wrapper button.splide__arrow.splide__arrow--prev {
	width:3em;
	height:3em;
	left:36px;
	opacity:.7;
}

.product-slider-wrapper .splide__slide > a > div {
	display:flex;
	justify-content:center;
}

.product-slider-wrapper .splide__slide .span-img {
	position: relative;
	display: inline-block;
	/* width:100%; */
}

/* .product-slider-wrapper .splide__slide .span-img > img {
	width:100%;
} */

.product-slider-wrapper .splide__slide .span-title {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgb(109 172 69 / 80%);
	color: #fff;
	padding: 8px 20px;
	border-radius: 45px;
}

.product-slider-wrapper .splide__slide .span-category {
	position: absolute;
	left: 10px;
	bottom: 52px;
	padding: 4px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
  
.section-teaser .inner.greybox,
.section-teaser .horizontal-blocks,
.section-teaser .socials-wrapper,
.section-teaser .product-slider-wrapper {
	padding-top: 0;
	margin: 2% auto;
	padding: 2% 16px;
}

.section-teaser .product-slider-wrapper {
	position: relative;
}

.section-teaser .newswrapper,
.hero-teaser #pano-start {
    margin: 2% auto;
    padding: 2% 0;
}


.section-teaser .socials-wrapper {
	padding: 5% 16px 2%;
}
.section-teaser .inner.greybox .inner-content {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
}

.section-teaser .inner.greybox .inner-content .greybox-news-container {
	flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 230px;
    display: grid;
}

.section-teaser .inner.greybox .inner-content .greybox-news-container .greybox-container {
	margin: 0 auto;
}

.section-teaser .socials-wrapper {
	display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
	gap: 40px;
}

.section-teaser .socials-wrapper .social-item {
	flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 200px;
    display: inline-block;
}

.section-teaser .socials-wrapper .social-item .socialimage {
	display: inline-block;
	margin-bottom: 16px;
}

.section-teaser .socials-wrapper .social-item a,
.section-teaser .socials-wrapper .social-item a:hover,
.section-teaser .socials-wrapper .social-item a > h3 {
	text-decoration: none;
	color: var(--primary);
}

.greybox-container p.boximgtext span.bit-img { 
	width: 100%;
}
.services {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	justify-content: space-evenly;
	row-gap: 60px;
	margin: 30px 0;
	
}

.service-box-container {
	width: calc(33% - 24px);
	background: #f8f8f8;
	min-height: 200px;
	text-decoration: none;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 290px;
}

.service-box-container:hover {
	text-decoration: none;
	opacity: .8;
	margin-top: -8px;
}

.service-box {
	margin-top: -30px;
	position: relative;
}

.service-box h3 {
	color: #333;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .5px;
	margin: 18px auto;
}

.service-box-container:hover .service-box h3 {
	color:var(--primary);
	transition: color .4s ease;
}

.service-box h3::after {
	content: '';
    width: 50%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    bottom: -20px;
    display: inline-block;
    left: 25%;
}

.service-box img {
	border-radius: 50%;
	border: 6px solid #fff;
	position: relative;
	box-shadow: 0 0 0 1px var(--primary);
}

.quoteblock {

}

.quote-container {
	position: relative;
	display: flex;
    justify-content: center;
}

.quoteblock img {

}

.quoteblock p {
	position: absolute;
    right: 0;
    bottom: 10px;
    padding: 36px 30px 16px 36px;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.quoteblock p::after {
    color: var(--primary);
    font-size: 48px;
    position: absolute;
    right: 0;
    top: 24px;
	font-family: "Font Awesome 5 Free";
    content: "\f10e";
}

@media (max-width:875px) {
	.quoteblock p {
		bottom:-15px;
	}
	#footer .bottom span {
		display:none;
	}
	#footer .bottom a {
		padding: 8px;
	}
}

@media (max-width:576px) {
	#footer .inner .inner-content div:not(:first-of-type) {
		display:none;
	}
	#footer .inner .inner-content div:first-of-type {
		flex-grow: 1;
	}
	#footer .bottom a {
		width:100%
	}
}


iframe#pano-start {
    display:block;
    width:100%;
    min-height:400px;
}

/* custom pano size for pano tmpl */
.main.tour iframe#pano-start {
    min-height:calc(100vh - 100px);
}

/* --- Custom Downloads --- */

/* PDF Download-Section
-----------------------------------------------*/

.dlbox {
	float: left;
	margin: 30px 0;
	padding: 0;
	width: 100%;
}

.dlbox p a span, .downloadbox ul a li span { 
	color: var(--braun);
}

a.dllink {
	background: #fff url(gfx/pdf.svg) no-repeat 20px center;
	background-size: 50px 54px;
	display: block;	
	float: left;
	font-size: 16px;
	margin: 10px 0;
	padding: 20px 20px 20px 74px;
	text-decoration: none;
	width: 100%;
	box-sizing: border-box;		
}
a.dllink strong {
	font-size: 18px;
}
a.dllink:hover { 
	background-color: #fbfbfb;
	text-decoration: none !important;
}

/* Alerts
-----------------------------------------------*/

#alert {
background: var(--orange);
color: #fff;
padding: 16px;
display:none;
}

#alert .inner {
	display: flex;
    align-items: center;
	justify-content: space-between;
}

#alert .inner .icon {
	margin-left: 16px;
	font-size: 26px;
	align-items: center;
	cursor: pointer;
	transition: opacity .4s linear;
    text-align: right;
}

#alert .inner .icon:hover {
	opacity:.65;
	transition: opacity .4s linear;
}

#alert .inner p {
	margin-bottom: 0;
}

#alert .inner a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#alert .inner a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#fff;
	opacity:.9;
}


/* Searchbar styling
-----------------------------------------------*/

.inner-form {
	width: 100%;
	
  max-width: 312px;}
  
  .inner-form .input-field {
	height: 70px;
	width: 100%;
	position: relative;
  }
  
  .inner-form .input-field input {
	height: 24px;
	width: 100%;
	background: transparent;
	border: 0;
	background: #fff;
	display: block;
	width: 100%;
	padding: 10px 70px 10px 32px;
	font-size: 13px;
	color: #666;
	border-radius: 34px;
  	margin: 0px 0px 0px -102px;
	border: 1px solid #f4f4f5;
	transition: all .3s linear;
}

	.inner-form.scrolled .input-field input {
		height: 10px;
		transition: all .3s linear;
	}


  
  .inner-form .input-field input.placeholder {
	color: #ccc;
	font-size: 18px;
  }
  
  .inner-form .input-field input:-moz-placeholder {
	color: #ccc;
	font-size: 18px;
  }
  
  .inner-form .input-field input::-webkit-input-placeholder {
	color: #ccc;
	font-size: 18px;
  }
  
  .inner-form .input-field input:hover, .inner-form .input-field input:focus {
	box-shadow: none;
	outline: 0;
  }
  
  .inner-form .input-field .btn-search {
	width: 70px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
		align-items: center;
	position: absolute;
	right: 0;
	top: 0;height: 45px;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	display: flex;
	-ms-flex-pack: center;
		justify-content: center;
	align-items: center;
	transition: all .3s linear;
  }

  .inner-form .input-field .btn-search.btn-search-m-trigger {
	  display:none;
  }

  .inner-form.scrolled .input-field .btn-search {
	height: 32px;
	transition: all .3s linear;
}
  
  .inner-form .input-field .btn-search svg {
	fill: #ccc;
	width: 24px;
	height: 24px;
	transition: all .2s ease-out, color .2s ease-out;
  }
  
  .inner-form .input-field .btn-search:hover, .inner-form .input-field .btn-search:focus {
	outline: 0;
	box-shadow: none;
  }
  
  .inner-form .input-field .btn-search:hover svg, .inner-form .input-field .btn-search:focus svg {
	fill: #666;
  }
  
  .inner-form.searchbar form {
	  margin:0;
	  padding:0;
  }

  @media (max-width:980px) {
	.inner-form {
		right: 64px !important;
		top: 22px !important;
	}
}

@media (max-width:875px) {
.inner-form {
max-width:240px;
	transition: all .3s linear;
}
}

@media (max-width:875px) {
	.inner-form {
		max-width:100px;
	}
	
}

@media (max-width:599px) {
	.inner-form {
		max-width: 38px;
		top:28px !important;
		right:64px !important;
	}
	#search {
		display:none;
	}
	.inner-form .input-field .btn-search {
		border: 1px solid var(--green);
	width: 38px;height: 34px;border-radius: 3px;
		display:none;
}
	.inner-form .input-field .btn-search.btn-search-m-trigger {
		display: block;
	}

	.inner-form .input-field .btn-search svg {
		fill: var(--primary)
	}
}

span.searchbutton {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

span.searchbutton * {
	margin: 0 16px;
}

span.searchbutton:hover {
	color: #fff;
	text-decoration: none;
}

#submit-search {
	text-decoration: none;
}

#searchForm {
	padding: 0;
	margin-top: 0;
}

#search-modal input[type="text"] {
    font-size: 1rem !important;
}

/* Search results
----------------------------------------------- */

section.searchresults {

}

section.searchresults .searchback {
margin-top:36px;
}

section.searchresults .searchback a {
	text-decoration:none;
}

section.searchresults .searchback a:hover {
	text-decoration:none;
}

section.searchresults .searchback svg {
    margin-right:8px;
}


.searchresults { }
.searchresults .resultbox { margin-bottom: 30px; }
.searchresults a.resultlink { padding: 20px; display: block; position: relative; text-decoration: none; color: var(--bodycolor); transition: none; border:1px solid #f1f1f1;border-radius:6px;transition: all .3s linear; }
.searchresults a.resultlink:hover,
.searchresults a.resultlink:active,
.searchresults a.resultlink:focus { border:1px solid var(--primary);transition: all .3s linear; }
.searchresults a.resultlink::after { position: absolute; bottom: 15px; right: 20px; display: inline-block; color: var(--primary); font-size: 36px; font-family: "Fontawesome"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f054"; transition: all .3s; }
.searchresults h4 { margin-bottom: 5px; }
.searchresults .subtitle { margin: 0px; color: var(--green); }
.searchresults .textsnippet { margin: 0px; }

.searchresults .searchpath { margin: 0px; padding: 0px; list-style-type: none; }
.searchresults .searchpath li { display: inline-block; float: none; font-size: 12px; }
.searchresults .searchpath li span { padding: 0px 16px 0px 0px; display: inline-block; position: relative; color:var(--green); }
.searchresults .searchpath li span::after { position: absolute; top: 5px; right: 2px; display: inline-block; color: var(--green); font-size: 10px; font-family: "Fontawesome"; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f054"; }
.searchresults .searchpath li:last-child span::after { display: none; }


/* Random Downloads section
-----------------------------------------------*/

.downloadbox {
	float: left;
	margin: 30px 0;
	padding: 0;
	width: 100%;
}
.downloadbox ul {
	margin:0;
}
.downloadbox .linklist li {
	background: #fff url(gfx/file.svg) no-repeat 20px center;
    background-size: 50px 54px;
    display: block;
    float: left;
    font-size: 16px;
    margin: 10px 0;
    padding: 20px 20px 20px 74px;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
}

.downloadbox .linklist a li strong {
	font-size: 18px;
}

.downloadbox .linklist a li:hover { 
	background-color: #fbfbfb;
}


/* Navigationen
-----------------------------------------------*/
.sidebar > h5 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #45494a;
	margin-top: 3px;
	color: #333;
	font-family: 'Raleway';
	font-weight: 600;	
}
.sidebar ul {
	float: left;
	font-size: 14px;
	font-weight: 400;
	margin: 16px 0 0;
	padding: 0;
	width: 100%;
	margin-bottom: 1.5em;
}
.sidebar ul li {
	border-top: 1px solid #ccc;
	float: left;
	letter-spacing: 1px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: none;
	width: 100%;
}
.sidebar ul li:first-of-type {
	border-top:none;
}
.sidebar ul li a {
	color: #333;
	display: block;
	line-height: 20px;
	padding: 9px 0 9px 0px;
	text-decoration: none;
	box-sizing: border-box;			
  	background: none;
}
.sidebar ul li a.active,
.sidebar ul li a:hover.active {
	color: var(--primary);
	text-decoration: none;		

  background: none;
}
.sidebar ul li a:hover {
	color: var(--primary);
	text-decoration: none;	

  background: none;
}

/*2nd level*/
.sidebar ul ul {
	font-size: 15px;
	font-weight: 400;
	margin: 4px 0 22px 0;
}
.sidebar ul ul li {
	border-top: none;
	letter-spacing: normal;
	text-transform: none;
}
.sidebar ul ul li a {
	background-size: 5px 5px;	
	line-height: 20px;
	padding: 3px 0 3px 48px;	
  	background: none;
	padding: 3px 0 3px 38px;	
	
}
.sidebar ul ul li a:hover {
	background: none;
}
.sidebar ul ul li a.active,
.sidebar ul ul li a:hover.active {
  	background: none;
}

/* Sidebar Newsarticles */

.sidebar .sidenews {

}

.sidebar .sidenews h2 {

}

.sidebar .sidenews .newsarticle {
	padding: 1em 0em;
	border-bottom: 1px solid #d7d7d7;
}

.sidebar .sidenews .newsarticle:last-of-type {
	border-bottom: none !important;
}

.sidebar .sidenews .newsarticle strong a {
	text-decoration: none;
}

.sidebar .sidenews .newsarticle a { 
	text-decoration: none;
	font-size: .8em;
}

.sidebar .sidenews .newsarticle p {

}

ul#navmenu-h {
	font-family: 'Raleway', sans-serif;
}

@media only screen and (min-width: 980px) {	
	.sub-nav-toggler {
		display: none;
	}
	#header {
		position: fixed;		
	}	
	.boxtext {
		min-height: 137px;
	}	
	ul#navmenu-h {
		float: left;
		font-size: 13px;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		text-transform: uppercase;
		z-index: 9998;
		font-family: 'Raleway';
		font-weight: 700;
	}
	ul#navmenu-h ul {
		 font-family: 'Raleway', sans-serif;
		 display: none;
		 float: none;
		 font-weight: 400;
		 font-size: 14px;
		 left: 0;
		 list-style: none;
		 margin: 0 8px;
		 position: absolute;
		 text-transform: none;
		 top: 100%;
		 width: 250px; /* Sub Menu Width */
		 z-index: 9999;	 
		 /* border-top: 29px solid #fff; */ /* hack for mouse */
		 padding:8px 0;
		 background: var(--primary);
	}
	ul#navmenu-h ul ul,ul#navmenu-h ul ul ul {
		font-size: 14px;
		left: 100%;
		top: 0;
	}
	ul#navmenu-h li {
		display: inline;
		float: left;
		position: relative;
	}
	ul#navmenu-h ul li {
		display: block;
		width: 100%;
	}
	/* Root Menu */
	ul#navmenu-h a {
		background: #fff;
		color: var(--bodycolor);
		display: block;
		float: left;
		height: 1%;
		letter-spacing: 1px;
		line-height: 24px;
		margin: 0 9px;
		/* padding: 4px 1px; */
		text-decoration: none;	
	}
	ul#navmenu-h>li>a::after {
		content: "";
		display: block;
		width: 0%;
		border-bottom: 4px solid var(--primary);
		transition: .5s;
		opacity: 0;
	}
	ul#navmenu-h>li:hover>a::after {
		width: 100%;
		opacity: 1;
	}
	ul#navmenu-h li:last-child a {
		margin-right: 0;
	}
	ul#navmenu-h a.active {
		color: var(--primary);
	}
	ul#navmenu-h a.active::after {
		width: 100%;
		opacity: 1;
	}
	ul#navmenu-h ul a {
		border: none;
		border-bottom: 1px solid #fff;
		line-height: 16px;
		margin: 0;
		padding: 9px 10px 9px 16px;
	}
	ul#navmenu-h ul li:last-child a {
		border-bottom: none;
	}
	/* Root Menu Hover Persistence */
	ul#navmenu-h a:hover,
	ul#navmenu-h li:hover a,
	ul#navmenu-h li.iehover a {
		color: var(--primary);
	}
	ul#navmenu-h>li:hover>a {
		color: var(--primary);
	}
	/* 2nd Menu */
	ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
		background: var(--primary);	
		background-size: 9px 9px;
		border-color: #fff;
		color: #fff;
		float: none;
	}
	/* 2nd Menu Hover Persistence */
	ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a {
		background-color: var(--green);
		color: #fff;
	}
	/* 3rd Menu */
	ul#navmenu-h li:hover li:hover li a,ul#navmenu-h li.iehover li.iehover li a {
		background-color: var(--green);
		color: #fff;
	}
	/* 3rd Menu Hover Persistence */
	ul#navmenu-h li:hover li:hover li a:hover,ul#navmenu-h li:hover li:hover li:hover a,ul#navmenu-h li.iehover li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover li.iehover a {
		background-color: var(--green);
		color: #fff;
	}
	/* Hover Function - Do Not Move */
	ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul {
		display: none;
	}
	ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul {
		display: block;
	}
	.inner-content .box13.startnews { 
		min-height:360px;
	}
	ul#navmenu-h li ul li a.active {
		background:var(--green) !important;
	}
}

.gallery {
display: flex;  
width: 100%; 
align-items: center; 
/* justify-content: space-around;  */
text-align: center; 
flex-direction:row; 
flex-flow:row wrap;
gap: 3%;
}
	
.gallery .galimg {
width: 30%;
height: auto;
overflow: hidden;
margin-bottom: 3%;
}
.gallery .galimg a img {
display: block;
max-width: 100%;
margin: 0 auto;
}

/* masonry gallery */

/* masonry gallery */

.masonry .position-relative {
	position: relative !important;
}

.masonry div a.download-btn {
    position: absolute;
    bottom: 26px;
    right: 0px;
    background: white;
    padding: 8px 16px;
    font-size: 0.7rem;
    color: var(--secondary);
  }
.masonry div a.download-btn:hover {
color:var(--primary);
}

.masonry .item img {
width: 100%;
height: 100%;
object-fit: cover;
}

.masonry {
margin: 0 auto;
padding: 0;
list-style-type: none;
columns: 3;
column-gap: 15px;
}

.masonry .item img {
margin-bottom: 15px;
}


/* Responsive
-----------------------------------------------*/
.onlymobile,
.onlysmartphone,
ul#mobilemenu,
.navtoogle {
	display: none;
}

@media only screen and (max-width: 980px) {
	ul#navmenu-h,
	.onlydesktop,
	.toptext {
		display: none;
	}
	.onlymobile {
		display: block;
	}
	#container {
		padding-top: 107px;
	}	
	#navigation {
		float: left;
		margin-top: 0;
	}	
	p.logo {
		margin-top: 13px;
	}	
	p.navtoogle {
		display: block;
		float: right;
		font-weight: 400;	
		font-size: 18px;
		line-height: 24px;
		margin: 26px 0 0 0;
		padding: 0;
		text-transform: uppercase;	
	}	
	p.navtoogle a {
		background: #fff;
		border: 1px solid var(--primary);
		color: var(--green);
		display: block;
		padding: 4px 10px;
		text-decoration: none;
		border-radius: 3px;			
	}	
	p.navtoogle a:hover {
		background: #fff;
		color: var(--green);
		text-decoration: none;
	}
	ul#navmenu-h {
		float: left;
		font-size: 16px;
		font-weight: 400;
		list-style: none;
		letter-spacing: 1px;		
		margin: 0;
		padding: 0;
		position: relative;
		text-transform: uppercase;
		width: 100%;
		z-index: 9998;
	}
	ul#navmenu-h ul {
		 display: block;
		 float: none;
		 font-size: 14px;
		 left: auto;
		 letter-spacing: normal;
		 list-style: none;
		 margin: 0;
		 position: relative;
		 text-transform: none;
		 top: auto;
		 width: 100%;
		 z-index: 999999999999;  
	}
	ul#navmenu-h li {
		display: block;
		float: left;
		position: relative;
		width: 100%;
	}
	ul#navmenu-h ul li {
		display: block;
		width: 100%;
	}
	ul#navmenu-h a {
		background: var(--primary);
		border-top: 1px solid #fff;  
		color: #fff;
		display: block;
		float: left;
		height: auto;
		line-height: 18px;
		margin: 0;
		padding: 11px 15px;
		text-decoration: none;
		width: 100%;
		box-sizing: border-box;			
	}
	ul#navmenu-h a.active {
		background: var(--green);
		color: #fff;
	}
	ul#navmenu-h ul a {
		border: none;
		border-top: 1px solid #f0f0f0;  
		display: block;
		line-height: 18px;
		margin: 0;
		padding: 9px 15px 9px 25px;
		width: 100%;
	}
	ul#navmenu-h ul li:last-child a {
		border-bottom: none;
	}
	ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a {
		background: var(--green);
		color: #fff;
	}
	/* 2nd level */
	ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
		background: var(--primary);
		border-top: 1px solid #f0f0f0;  
		color: #fff;
		float: none;
	}
	ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover {
		background: var(--green);
		color: #fff;
	}
	.inner-content .box13.startnews { 
		min-height:370px;
	}

	.sub-nav-toggler {
		position: absolute;
		right: 0;
		border: 0;
		background: none;
		top: 0;
		font-size: 1.3em;
    	padding: 0.5em 1.5em 0.5em;
		cursor: pointer;
		color: #fff;
		outline: none;
		border-left:1px solid rgba(255,255,255,.5);
	}
	.sub-nav-toggler:hover,
	.sub-nav-toggler:focus {
		opacity:.8;
	}
	ul#navmenu-h .nav-level2 {
		display: none;

	}
	ul#navmenu-h .sub-nav-toggler i {
		top:0;
		/* transition:opacity .2s, transform .2s, top .2s; */
	}
	ul#navmenu-h .sub-nav-toggler .fa-plus {
		display:block;
	}
	ul#navmenu-h .sub-nav-toggler .fa-minus {
		display: none;
	}
	ul#navmenu-h .opened .sub-nav-toggler .fa-plus {
		display: none;
	}
	ul#navmenu-h .opened .sub-nav-toggler .fa-minus {
		display: block;
	}
	ul#navmenu-h li ul li a.active {
		background:var(--green);
	}
}


@media only screen and (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 21px;
	}
	h1 {
		font-size: 22px;
	}
	h2, h3, h4 {
		font-size: 18px;
	}
	.subline {
		font-size: 16px;
		line-height: 23px;
	}	
	.nomobile,
	.sidebar {
		display: none !important;
	}
	.onlysmartphone {
		display: block;
	}
	.inner {
		padding: 0 10px;
	}
	.main,
	.box23 {
		width: 100%;
	}
	p.toplink {
		top: -80px;
	}	
	#footer {
		padding-top: 50px;
		text-align: left;
	}
	p.copyright {
		float: left;
		margin: 10px 0;
		white-space: nowrap;
	}
	p.homepage {
		float: left;
		margin: 0;
		white-space: nowrap;	
	}	
    .inner-content .box13.startnews { 
		min-height:330px;
	}
}

@media only screen and (max-width: 550px) {
	.box12,
	.box12gap,
	.box13,
	.newsimg,
	.newstext {
		width: 100%;
	}
	.masonry {
		columns: 2;
	}	
}

/* ----------------------------------------------
 * Keyframe animations for bouncing logo
 * ---------------------------------------------- */

.scale-down-ver-center {
	-webkit-animation: scale-down-ver-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate-reverse ;
	        animation: scale-down-ver-center 0.35s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate-reverse ;
}

@-webkit-keyframes scale-down-ver-center {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0.3);
  }
}
@keyframes scale-down-ver-center {
  0% {
    transform: scaleY(1);
  }
  50% {
  	transform:scaleY(0.9);
  }
  100% {
    transform: scaleY(0.3);
  }
}

/* ----------------------------------------------
 * Header transitions
 * ---------------------------------------------- */

#header.small {
    box-shadow: 1px 1px 5px 6px rgb(0 0 0 / 10%);
    transition: box-shadow .4s linear;
}

#header.small .inner-content {
	height: 70px;
	transition: height .4s linear;
}


/* ----------------------------------------------
 * Mobile navigation tests
 * ---------------------------------------------- */

@media (max-width:980px) {
	#header {
		position:fixed;
	}
	#header .inner .inner-content {
		position: relative;
	}
	#navigation {
		position:absolute;
		top:100%;
		width: 100%;
	}
	#header .navtoogle {
		position: absolute;
		top:50%;
		transform:translateY(-50%);
		right:0;
		margin:0;
	}
	.entry-headline {
		padding: 40px 0 20px;
	}
}

@media (max-width:440px) {
	p.logo {
		width:240px;
	margin: 16px 0;}
	p.logo a > img:first-of-type {
		width:80px;
	}
	p.logo a > img:last-of-type {
		width:150px;
	}
}


@media (max-width:350px) {
	#header .logo a img:first-of-type {
		width:88px;
	}
	#header .logo a img:last-of-type {
		width:130px;
	}
	p.logo { 
		margin-bottom: 20px;
	}
}

/* insert custom mfb styling */

.mfb-component__button--main, .mfb-component__button--child {
	background-color: var(--green);
	color: #fff;
}

.mfb-component__child-icon,
.mfb-component__main-icon--resting,
.mfb-component__main-icon--active {
	margin-top: 18px;
}

[data-mfb-label]:after {
	content: attr(data-mfb-label);
	opacity: 0;
	transition: all 0.5s;
	background: rgba(0, 0, 0, 0.4);
	padding: 4px 10px;
	border-radius: 3px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	font-weight: normal;
	pointer-events: none;
	line-height: normal;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	transition: all 0.5s;
}

/* mfb customization */

#menu a:hover {
	color: #fff;
}

#menu a:focus {
	color: #fff;
}

#menu:hover *:after {
	opacity: 1;
	content: attr(data-mfb-label);
	transition: all .3s;
}

[data-mfb-label]:after {
	background: rgba(0, 0, 0, 0.6);
	color: rgba(255, 255, 255, 0.8);

}

  /* fancybox ajax privacy */

  .fancybox__content {
  	text-align:left;
  }

  /* splide slider */

  #slideshow {
  	width: 100%;
  	margin-bottom: 56px;
  }

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

  .splide__arrow {
  	width: 5em;
  	height: 5em;
  	opacity: 0.4;
  	background: #fff;
	-webkit-backdrop-filter: blur(4px);
	        backdrop-filter: blur(4px);
  }

  .splide__arrow svg {
  	fill: #bfbfbf;
  	height: 1.7em;
  	width: 1.7em;
  }

  .splide__arrow--prev {
  	left: 2em;
  }

  .splide__arrow--next {
  	right: 2em;
  }

  .splide__pagination {
	bottom: 1em;
  }
  .splide__pagination__page {
	height: 18px;
	width: 18px;
	margin: 8px;
  }

  .splide__text {
    position: absolute;
    bottom: 10%;
    left: 50% !important;
    transform: TranslateX(-50%);
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
	display: none;
}

  .splide__text .text1 {
    color: #fff;
    font-weight: 600;
    font-size: calc(1.375rem + 1.5vw);
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: 24px auto;
    background: lavender;
    padding: 8px 36px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 16px;
	background: rgb(207, 16, 59, .8);
    padding: 36px 36px;
    text-shadow: 3px 2px 2px rgb(0 0 0 / 80%);
	-webkit-backdrop-filter: blur(4px);
	        backdrop-filter: blur(4px);
}

.splide__text .text2 {
	background: rgba(109, 172, 69, .8);
    padding: 16px 32px;
    display: inline-block;
    color: #fff;
    text-shadow: 3px 2px 2px rgb(0 0 0 / 80%);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
	-webkit-backdrop-filter: blur(4px);
	        backdrop-filter: blur(4px);
	margin: auto !important;
	opacity: 0;
	transition: opacity .3s linear;
	line-height: 1.5;
}

@media (max-width:1200px) {
	.splide__text .text1 {
	font-size:2.75rem;	
	}
	.splide__text .text2 {
	font-size:1.75rem;	
	}
}

@media (max-width:980px) {
	.splide__text .text1 {
	font-size:2rem;
		padding:24px 36px;
	}
	.splide__text .text2 {
	font-size:1.25rem;
		padding:16px 24px
	}
}
@media (max-width:767px) {
	.splide__text .text1 {
	font-size:1.5rem;
		padding:18px 24px;
	}
	.splide__text .text2 {
	font-size:1.1rem;
		padding:16px 24px
	}
}
  @media (max-width: 599px) {
	  .splide__arrow {
		  display:none;
	  }
	  .splide__slide img {
		  width: 100%;
	  }
	  .splide__pagination {
		bottom: .5em;
	  }
	  .splide__pagination__page {
		height: 8px;
		width: 8px;
		margin: 4px;
	  }
  }