<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">register_btn html[lang="ar"] section:not(#philosophy, .header-onepic) {
    direction: rtl;
}

html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4, html[lang="ar"] section:not(#philosophy) p {
    direction: rtl;
}

html[lang="ar"] ul:not(.nav), html[lang="ar"] li:not(.mainlink) html[lang="ar"] li:not(.mainlink),
html[lang="ar"] table, html[lang="ar"] th, html[lang="ar"] td {
  direction: rtl;
	text-align: right;
}


#content .x-column &gt; a[href*="shop."], .kaufen {
    display: inline-flex;
    align-items: center;
    color: #069;
    text-align: center;
    border: 1px solid #069;
    border-radius: 100px;
    font-size: 20px;
    line-height: 120%;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all linear 0.5s;
}

#content .x-column &gt; a[href*="shop."]:hover, .kaufen:hover {
    color: #fff;
    background: #069;
    border: 1px solid #069;
}

#content .x-column &gt; a[href*="shop."]::before, .kaufen::before {
  font-family: "Font Awesome 5 Free" !important;
  display: inline-block;
  font-weight: 900;
  content:'\f07a';
  padding: 10px;
  margin-right: 10px;
  border-radius: 100px;
  font-size: 25px;
  line-height: 30px;
  color:#fff;
  background: #069;
}

#content  a[href*="shop."]::after, a.kaufen::after {
    content:" " !important;
}

.contenttext img {
    max-width:100%;
    height: auto;
    display:block;
}

.register_btn {
    display: inline-flex;
    align-items: center;
    color: #069;
    text-align: center;
    border: 1px solid #069;
    border-radius: 100px;
    font-size: 20px;
    line-height: 120%;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all linear 0.5s;
}

.register_btn:hover {
    color: #fff;
    background: #069;
    border: 1px solid #069;
}

.register_btn::before {
  font-family: "Font Awesome 5 Free" !important;
  display: inline-block;
  font-weight: 900;
  content:'\f304';
  padding: 10px;
  margin-right: 10px;
  border-radius: 100px;
  font-size: 25px;
  line-height: 30px;
  color:#fff;
  background: #069;
}

.lounge {
    background:url(/images/lounge_weiss.svg) no-repeat 100% 100%;
    width: 200px;
	height: 70px;
	margin: 0 20px;
	display: inline-block;
}

.search-li {display:none !important;}


.flex-col {
 display:flex;
 width: 100%;
}


.column-1 {
	width:100%;
}

.column-2 {
 flex-basis: calc(100% * 999 - 100% * 999);
  flex: 1 1 calc(100%/2 - 20px);
	margin: 0 20px;
}

.column-3 {
 flex-basis: calc(100% * 999 - 100% * 999);
  flex: 1 1 calc(100%/3 - 20px);
	margin: 0 20px;
}

.column-4 {
 flex-basis: calc(100% * 999 - 100% * 999);
  flex: 1 1 calc(100%/4 - 20px);
	margin: 0 20px;
}

.column-5 {
 flex-basis: calc(100% * 999 - 100% * 999);
  flex: 1 1 calc(100%/5 - 20px);
	margin: 0 20px;
}


/*****LP-Menu*****/

#lpmainmenu  {
	text-align: center;
	display: flex;
    justify-content: center;
}



#lpmainmenu ul.nav  {
	display: flex;
	justify-content:center;
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 9;
	width: 100%;
}

#lpmainmenu ul.nav.show  {
	display: flex !important;
}

#lpmainmenu &gt; ul.nav  &gt; li {
	display:inline-block;
	text-align:left;
}

#lpmainmenu &gt; ul.nav &gt; li a {
	padding: 10px 10px;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color:#fff;
	font-weight: 400;
	display:block;
    transition: all linear 0.5s;
}


#lpmainmenu &gt; ul.nav  &gt; li &gt; div a {
    display: none;
	}
	
#lpmainmenu &gt; ul.nav  &gt; li &gt; a:focus {
	color: #000 !important;
	background-color: transparent;
}

#lpmainmenu &gt; ul.nav  &gt; li:hover &gt; a, #lpmainmenu &gt; ul.nav  &gt; li.active &gt; a {
	color: #000 !important;
	background-color: transparent;
	/*! text-shadow: 0 0 20px rgba(255,255,255,0.9); */
}


#lpmainmenu &gt; ul.nav  &gt; li &gt; a &gt; div {
	background-color: rgba(255,255,255,0.0);
	width: 20px;
	height: 10px;
	display: inline-block;
	border: 1px solid #006699;
	margin: 35px 5px 0px 5px;
	transition: all linear 0.5s;
}

 #lpmainmenu &gt; ul.nav  &gt; li.active &gt; a &gt; div {
	background-color: rgba(0,102,153,0.8);
}


#lpmainmenu &gt; ul.nav  &gt; li &gt; ul {
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition: all linear 0.5s;
}


#lpmainmenu &gt; ul.nav  &gt; li:hover &gt; ul {
	display: block;
	position: absolute;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 70%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 70%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.8) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#lpmainmenu &gt; ul.nav  &gt; li &gt; ul li a {
	padding: 15px 30px;
	border-bottom: 1px solid #ccc;
	color:#006699;
	text-transform:none;
}

#lpmainmenu &gt; ul.nav  &gt; li &gt; ul li.active a  {
    color: #fff;
	background-color:#006699;
}


#lpmainmenu &gt; ul.nav  &gt; li &gt; ul li:last-of-type a, #lpmainmenu &gt; ul.nav  &gt; li &gt; ul li:last-of-type a:hover {
	border-bottom: 0px solid transparent;
}

#lpmainmenu &gt; ul.nav  &gt; li &gt; ul li a:hover {
    border-bottom: 1px solid #069;
	background: rgba(0,102,153,0.9);
    color:#fff;
}


.link_bereich {
	display: block;
	padding: 0;
	margin: 0 20px 0 0;
	list-style: none;
	text-align: left;
	position: relative;
}


.link_bereich li, .link_bereich li:nth-of-type(1)   {
	display:none;
	align-items: center;
	position: relative;
	margin-right:25px;
	width:100%;
}

.link_bereich li:nth-of-type(1), .link_bereich.show li  {
	display:flex;
	border-right: 1px solid rgba(255,255,255,0.7);
}

.link_bereich li:nth-of-type(1) a::after  {
	position: absolute;
	right:0;
	padding: 10px;
	content:"\f078";
	display:block;
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	color:#fff;
	pointer-events: all;
}


.link_bereich li a {
	display: inline-flex !important;
	align-items: center;
	padding: 10px 10px;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color:#fff !important;
	font-weight: 400;
	display:block;
	min-width:210px;
  transition: all linear 0.5s;
}



/*** Animated Content Pics ***/


.anima_pics {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 600px;
	overflow: hidden;   
	text-align: center;
	margin: 0px 0px 0 0;
 }
 
 
   .anima_pics ul {
	 margin:0px;
	 padding: 0;
 }
 
 
 .anima_pics li {
	display: block;
	position:absolute !important;
	margin: 0px 0px !important;
	animation-timing-function: ease-in;
   	animation-iteration-count: infinite;
   	animation-duration:30s;  
   	text-align: center;
  	width:100%;
 }
 
  .anima_pics:hover li {
  animation-play-state: paused;
 }
 
 
.anima_pics li img {
	width: 100%;
   	border:0;
   } 
   
.anima_pics li:nth-of-type(1) {
	margin-top: 0px;
	animation-name: animapic01;
 }
.anima_pics li:nth-of-type(2) {
	margin-top: 0;
	animation-name: animapic02;
 }
.anima_pics li:nth-of-type(3) {
	margin-top: 0;
	animation-name: animapic03;
 }
   
   
   
 @keyframes animapic01 {
	  0%  {opacity:1;}
	  16%  {opacity:1;}
	  33%  {opacity:0;}
	  50%  {opacity:0;}
	  66%  {opacity:0;}
	  82%  {opacity:0;}
	  100%  {opacity:0;}
	}
	
	@keyframes animapic02 {
	  0%  {opacity:0;}
	  16%  {opacity:0;}
	  33%  {opacity:1;}
	  50%  {opacity:1;}
	  66%  {opacity:0;}
	  82%  {opacity:0;}
	  100%  {opacity:0;}
	}
	@keyframes animapic03 {
	  0%  {opacity:0;}
	  16%  {opacity:0;}
	  33%  {opacity:0;}
	  50%  {opacity:0;}
	  66%  {opacity:1;}
	  82%  {opacity:1;}
	  100%  {opacity:0;}
	}
	

/*** Animated Content Pics ***/

/* 2Pics */
.anima_2_pics {
	display: block !important;
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;   
	text-align: center;
	margin: 0px 0px 0 0;
 }


.bigger .anima_2_pics {
	min-height: 750px;
 }
 
 
   .anima_2_pics ul {
	 margin:0px;
	 padding: 0;
 }
 
 
 .anima_2_pics li {
	display: block;
	position:absolute !important;
	margin: 0px 0px !important;
	animation-timing-function: ease-in;
   	animation-iteration-count: infinite;
   	animation-duration:5s;  
   	text-align: center;
  	width:100%;
   animation-fill-mode: both;
 }
 
  .anima_2_pics:hover li {
  animation-play-state: paused;
 }
 
 
.anima_2_pics li img {
	width: 100%;
   	border:0;
   } 
   
.anima_2_pics li:nth-of-type(1) {
	margin-top: 0px;
	animation-name: animapic01;
 }
.anima_2_pics li:nth-of-type(2) {
	margin-top: 0;
	animation-name: animapic02;
 }

   
   
 @keyframes animapic01 {
	  0%  {opacity:1;}
	  25%  {opacity:1;}
	  50%  {opacity:0;}
	  75%  {opacity:0;}
	  100%  {opacity:1;}
	}
	
	@keyframes animapic02 {
	  0%  {opacity:0;}
	  25%  {opacity:0;}
	  50%  {opacity:1;}
	  75%  {opacity:1;}
	  100%  {opacity:0;}
	}

	

/* 3Pics */
.anima_3_pics {
	display: block !important;
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;   
	text-align: center;
	margin: 0px 0px 0 0;
 }


.bigger .anima_3_pics {
	min-height: 750px;
 }
 
   .anima_3_pics ul {
	 margin:0px;
	 padding: 0; 
 }
 
 
 .anima_3_pics li {
	display: block;
	position:absolute !important;
	margin: 0px 0px !important;
	animation-timing-function: ease-in;
   	animation-iteration-count: infinite;
   	animation-duration:15s;  
      animation-fill-mode: both;
   	text-align: center;
  	width:100%;
 }
 
  .anima_3_pics:hover li {
  animation-play-state: paused;
 }
 
 
.anima_3_pics li img {
	width: 100%;
   	border:0;
   } 
   
.anima_3_pics li:nth-of-type(1) {
	margin-top: 0px;
	animation-name: anima3pic01;
 }
.anima_3_pics li:nth-of-type(2) {
	margin-top: 0;
	animation-name: anima3pic02;
 }
.anima_3_pics li:nth-of-type(3) {
	margin-top: 0;
	animation-name: anima3pic03;
 }
   
   
   
 @keyframes anima3pic01 {
	  0%   {opacity:1;}
	  16%  {opacity:1;}
	  33%  {opacity:0;}
	  50%  {opacity:0;}
	  66%  {opacity:0;}
	  82%  {opacity:0;}
	  100% {opacity:1;}
	}
	
	@keyframes anima3pic02 {
	  0%   {opacity:0;}
	  16%  {opacity:0;}
	  33%  {opacity:1;}
	  50%  {opacity:1;}
	  66%  {opacity:0;}
	  82%  {opacity:0;}
	  100% {opacity:0;}
	}
	@keyframes anima3pic03 {
	  0%   {opacity:0;}
	  16%  {opacity:0;}
	  33%  {opacity:0;}
	  50%  {opacity:0;}
	  66%  {opacity:1;}
	  82%  {opacity:1;}
	  100% {opacity:0;}
	}

	


/* 4Pics */
.anima_4_pics {
	display: block !important;
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;   
	text-align: center;
	margin: 0px 0px 0 0;
 }


.bigger .anima_4_pics {
	min-height: 750px;
 }
 
 
 .anima_4_pics ul {
	 margin:0px;
	 padding: 0;
 }
 
 
 .anima_4_pics li {
	  display: block;
	  position:absolute !important;
	  margin: 0px 0px !important;
	  animation-timing-function: ease-in;
   	animation-iteration-count: infinite;
   	animation-duration:10s;  
   	text-align: center;
  	width:100%;
    animation-fill-mode: both;
 }
 
  .anima_4_pics:hover li {
  animation-play-state: paused;
 }
 
 
.anima_4_pics li img {
	width: 100%;
   	border:0;
   } 
   
.anima_4_pics li:nth-of-type(1) {
	margin-top: 0px;
	animation-name: anima4pic01;
 }
.anima_4_pics li:nth-of-type(2) {
	margin-top: 0;
	animation-name: anima4pic02;
 }
.anima_4_pics li:nth-of-type(3) {
	margin-top: 0;
	animation-name: anima4pic03;
 }
.anima_4_pics li:nth-of-type(4) {
	margin-top: 0;
	animation-name: anima4pic04;
 }


   
   
 @keyframes anima4pic01 {
	  0%     {opacity:1;}
	  12.5%  {opacity:1;}
   	25%    {opacity:0;}
    37.5%  {opacity:0;}
	  50%    {opacity:0;}
    62.5%  {opacity:0;}
	  75%    {opacity:0;}
   	87.5%  {opacity:0;}
	  100%   {opacity:1;}
	}
	
	@keyframes anima4pic02 {
	  0%     {opacity:0;}
	  12.5%  {opacity:0;}
   	25%    {opacity:1;}
    37.5%  {opacity:1;}
	  50%    {opacity:0;}
    62.5%  {opacity:0;}
	  75%    {opacity:0;}
   	87.5%  {opacity:0;}
	  100%   {opacity:0;}
	}

 @keyframes anima4pic03 {
	  0%     {opacity:0;}
	  12.5%  {opacity:0;}
   	25%    {opacity:0;}
    37.5%  {opacity:0;}
	  50%    {opacity:1;}
    62.5%  {opacity:1;}
	  75%    {opacity:0;}
   	87.5%  {opacity:0;}
	  100%   {opacity:0;}
	}
	
	@keyframes anima4pic04 {
	  0%     {opacity:0;}
	  12.5%  {opacity:0;}
   	25%    {opacity:0;}
    37.5%  {opacity:0;}
	  50%    {opacity:0;}
    62.5%  {opacity:0;}
	  75%    {opacity:1;}
   	87.5%  {opacity:1;}
	  100%   {opacity:0;}
	}


/*** 5. Anima_Pics***/

.anima_5_pics, .anima_pics_05 {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 600px;
	overflow: hidden;   
	text-align: center;
	margin: 0px 0px 0 0;
 }
 

.anima_5_pics ul, .anima_pics_05 ul {
	 margin:0px;
	 padding: 0;
 }
 
 
.anima_5_pics li, .anima_pics_05 li {
	display: block;
	position:absolute !important;
	margin: 0px 0px !important;
	animation-timing-function: ease-in;
   	animation-iteration-count: infinite;
   	animation-duration:20s;  
   	text-align: center;
  	width:100%;
 }
 
 .anima_5_pics:hover li,  .anima_pics_05:hover li {
 animation-play-state: paused;
 }
 
.anima_5_pics li img, .anima_pics_05 li img {
	width: 100%;
   	border:0;
   } 
 
.anima_5_pics li:nth-of-type(1),
.anima_pics_05 li:nth-of-type(1) {
	margin-top: 0px;
	animation-name: animapic05_01;
 }

.anima_5_pics li:nth-of-type(2),
.anima_pics_05 li:nth-of-type(2) {
	margin-top: 0;
	animation-name: animapic05_02;
 }

.anima_5_pics li:nth-of-type(3),
.anima_pics_05 li:nth-of-type(3) {
	margin-top: 0;
	animation-name: animapic05_03;
 }

.anima_5_pics li:nth-of-type(4),
.anima_pics_05 li:nth-of-type(4) {
	margin-top: 0;
	animation-name: animapic05_04;
 }

.anima_5_pics li:nth-of-type(5),
.anima_pics_05 li:nth-of-type(5) {
	margin-top: 0;
	animation-name: animapic05_05;
 }
   
 @keyframes animapic05_01 {
	    0%  {opacity:1;}
	   20%  {opacity:0;}
	   40%  {opacity:0;}
	   60%  {opacity:0;}
	   80%  {opacity:0;}
	  100%  {opacity:1;}
	}
	
	@keyframes animapic05_02 {
	    0%  {opacity:0;}
	   20%  {opacity:1;}
	   40%  {opacity:0;}
	   60%  {opacity:0;}
	   80%  {opacity:0;}
	  100%  {opacity:0;}
	}
	@keyframes animapic05_03 {
	    0%  {opacity:0;}
	   20%  {opacity:0;}
	   40%  {opacity:1;}
	   60%  {opacity:0;}
	   80%  {opacity:0;}
	  100%  {opacity:0;}
	}
	@keyframes animapic05_04 {
	    0%  {opacity:0;}
	   20%  {opacity:0;}
	   40%  {opacity:0;}
	   60%  {opacity:1;}
	   80%  {opacity:0;}
	  100%  {opacity:0;}
	}

	@keyframes animapic05_05 {
		0%  {opacity:0;}
	   20%  {opacity:0;}
	   40%  {opacity:0;}
	   60%  {opacity:0;}
	   80%  {opacity:1;}
	  100%  {opacity:0;}
	}


/*** 6. Anima_Pics***/

.anima_6_pics {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 600px;
	overflow: hidden;   
	text-align: center;
	margin: 0px 0px 0 0;
 }
 

.anima_6_pics ul {
	 margin:0px;
	 padding: 0;
 }
 
 
.anima_6_pics li {
	display: block;
	position:absolute !important;
	margin: 0px 0px !important;
	animation-timing-function: ease-in;
   	animation-iteration-count: infinite;
   	animation-duration:36s;  
   	text-align: center;
  	width:100%;
 }
 
 .anima_6_pics:hover li {
 animation-play-state: paused;
 }
 
.anima_6_pics li img {
	width: 100%;
   	border:0;
   } 
 
.anima_6_pics li:nth-of-type(1) {
	margin-top: 0px;
	animation-name: animapic06_01;
 }

.anima_6_pics li:nth-of-type(2) {
	margin-top: 0;
	animation-name: animapic06_02;
 }

.anima_6_pics li:nth-of-type(3) {
	margin-top: 0;
	animation-name: animapic06_03;
 }

.anima_6_pics li:nth-of-type(4) {
	margin-top: 0;
	animation-name: animapic06_04;
 }

.anima_6_pics li:nth-of-type(5) {
	margin-top: 0;
	animation-name: animapic06_05;
 }
 
 .anima_6_pics li:nth-of-type(6) {
	margin-top: 0;
	animation-name: animapic06_06;
 }
   
 @keyframes animapic06_01 {
	    0%  {opacity:1;}
	   16%  {opacity:0;}
	   32%  {opacity:0;}
	   48%  {opacity:0;}
	   64%  {opacity:0;}
	   80%  {opacity:0;}
	  100%  {opacity:1;}
	}
	
	@keyframes animapic06_02 {
	    0%  {opacity:0;}
	   16%  {opacity:1;}
	   32%  {opacity:0;}
	   48%  {opacity:0;}
	   64%  {opacity:0;}
	   80%  {opacity:0;}
	  100%  {opacity:0;}
	}
	@keyframes animapic06_03 {
	    0%  {opacity:0;}
	   16%  {opacity:0;}
	   32%  {opacity:1;}
	   48%  {opacity:0;}
	   64%  {opacity:0;}
	   80%  {opacity:0;}
	  100%  {opacity:0;}
	}
	@keyframes animapic06_04 {
	    0%  {opacity:0;}
	   16%  {opacity:0;}
	   32%  {opacity:0;}
	   48%  {opacity:1;}
	   64%  {opacity:0;}
	   80%  {opacity:0;}
	  100%  {opacity:0;}
	}

	@keyframes animapic06_05 {
	    0%  {opacity:0;}
	   16%  {opacity:0;}
	   32%  {opacity:0;}
	   48%  {opacity:0;}
	   64%  {opacity:1;}
	   80%  {opacity:0;}
	  100%  {opacity:0;}
	}
	
	@keyframes animapic06_06 {
	    0%  {opacity:0;}
	   16%  {opacity:0;}
	   32%  {opacity:0;}
	   48%  {opacity:0;}
	   64%  {opacity:0;}
	   80%  {opacity:1;}
	  100%  {opacity:0;}
	}



/*******/
	
 .anima_pics_more li {
	display: block;
	position:absolute;
	margin: 0px 0px;
	animation-timing-function: ease-in;
   	animation-iteration-count: infinite;
   	animation-duration:30s;  
   	text-align: center;
  	width:100%;
 }
   
.anima_pics_more li:nth-of-type(1) {
	margin-top: 0px;
	animation-name: animapicmore01;
 }
.anima_pics_more li:nth-of-type(2) {
	margin-top: 0;
	animation-name: animapicmore02;
 }
.anima_pics_more li:nth-of-type(3) {
	margin-top: 0;
	animation-name: animapicmore03;
 }

.anima_pics_more li:nth-of-type(4) {
	margin-top: 0;
	animation-name: animapicmore04;
 }

.anima_pics_more li:nth-of-type(5) {
	margin-top: 0;
	animation-name: animapicmore05;
 }

.anima_pics_more li:nth-of-type(6) {
	margin-top: 0;
	animation-name: animapicmore06;
 }
  
.anima_pics_more li:nth-of-type(7) {
	margin-top: 0;
	animation-name: animapicmore07;
 }

.anima_pics_more li:nth-of-type(8) {
	margin-top: 0;
	animation-name: animapicmore08;
 }
 
.anima_pics_more li:nth-of-type(9) {
	margin-top: 0;
	animation-name: animapicmore09;
 }
   
   
  @keyframes animapicmore01 {
	  0%  {opacity:1;}
	  11%  {opacity:0;}
	  22%  {opacity:0;}
	  33%  {opacity:0;}
	  44%  {opacity:0;}
	  55%  {opacity:0;}
	  66%  {opacity:0;}
	 	77%  {opacity:0;}
	 	88%  {opacity:0;}
	 100%  {opacity:0;}
	}
	
	@keyframes animapicmore02 {
	  0%  {opacity:0;}
	  11%  {opacity:1;}
	  22%  {opacity:0;}
	  33%  {opacity:0;}
	  44%  {opacity:0;}
	  55%  {opacity:0;}
	  66%  {opacity:0;}
	 	77%  {opacity:0;}
	 	88%  {opacity:0;}
	 100%  {opacity:0;}
	}
	@keyframes animapicmore03 {
	  0%  {opacity:0;}
	  11%  {opacity:0;}
	  22%  {opacity:1;}
	  33%  {opacity:0;}
	  44%  {opacity:0;}
	  55%  {opacity:0;}
	  66%  {opacity:0;}
	 	77%  {opacity:0;}
	 	88%  {opacity:0;}
	 100%  {opacity:0;}
	}

	@keyframes animapicmore04 {
	  0%  {opacity:0;}
	  11%  {opacity:0;}
	  22%  {opacity:0;}
	  33%  {opacity:1;}
	  44%  {opacity:0;}
	  55%  {opacity:0;}
	  66%  {opacity:0;}
	 	77%  {opacity:0;}
	 	88%  {opacity:0;}
	 100%  {opacity:0;}
	}

	@keyframes animapicmore05 {
	  0%  {opacity:0;}
	  11%  {opacity:0;}
	  22%  {opacity:0;}
	  33%  {opacity:0;}
	  44%  {opacity:1;}
	  55%  {opacity:0;}
	  66%  {opacity:0;}
	 	77%  {opacity:0;}
	 	88%  {opacity:0;}
	 100%  {opacity:0;}
	}

	@keyframes animapicmore06 {
	  0%  {opacity:0;}
	  11%  {opacity:0;}
	  22%  {opacity:0;}
	  33%  {opacity:0;}
	  44%  {opacity:0;}
	  55%  {opacity:1;}
	  66%  {opacity:0;}
	 	77%  {opacity:0;}
	 	88%  {opacity:0;}
	 100%  {opacity:0;}
	}

	@keyframes animapicmore07 {
	  0%  {opacity:0;}
	  11%  {opacity:0;}
	  22%  {opacity:0;}
	  33%  {opacity:0;}
	  44%  {opacity:0;}
	  55%  {opacity:0;}
	  66%  {opacity:1;}
	 	77%  {opacity:0;}
	 	88%  {opacity:0;}
	 100%  {opacity:0;}
	}

	@keyframes animapicmore08 {
	  0%  {opacity:0;}
	  11%  {opacity:0;}
	  22%  {opacity:0;}
	  33%  {opacity:0;}
	  44%  {opacity:0;}
	  55%  {opacity:0;}
	  66%  {opacity:0;}
	 	77%  {opacity:1;}
	 	88%  {opacity:0;}
	 100%  {opacity:0;}
	}

	@keyframes animapicmore09 {
	  0%  {opacity:0;}
	  11%  {opacity:0;}
	  22%  {opacity:0;}
	  33%  {opacity:0;}
	  44%  {opacity:0;}
	  55%  {opacity:0;}
	  66%  {opacity:0;}
	 	77%  {opacity:0;}
	 	88%  {opacity:1;}
	 100%  {opacity:1;}
	}
	
/*** 3 Runde Dinger Galerie ***/

.home-concept {
	background: transparent url(/images/home-concept.png) no-repeat center 0;
	width: 100%;
	overflow: hidden;
}


.home-concept.pull-right {
	background: transparent url(/images/home-concept.png) no-repeat center 0;
}

.home-concept strong {
	display: block;
	font-size: 20px;
	position: relative;
	margin-top: 30px;
}

.home-concept .row {
	position: relative;
}

.home-concept .process-image {
	background: transparent url(/images/home-concept-item.png) no-repeat 0 0;
	width: 160px;
	height: 175px;
	margin: 135px auto 0 auto;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

.home-concept .process-image img {
	border-radius: 150px;
	margin: 7px 8px;
	max-width:90%;
}

.home-concept .our-work {
	margin-top: 52px;
	font-size: 2.6em;
}

.home-concept .project-image {
	background: transparent url(/images/home-concept-item.png) no-repeat 100% 0;
	width: 350px;
	margin: 15px auto 0 -5px;
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
}

.home-concept .process-image h4 {
	margin: 30px auto 0 auto;
}

.round_elements_small.pull-right {
    float: right;
    right: 50px;
}


.animaRundeDinger {
	display: inline-block;
    position: relative;
    width: 333px;
    height: 333px;
    overflow: hidden;
    text-align: center;
    margin: 2%;
    border-radius: 100%;
}

 
 
 .animaRundeDinger ul {
	 margin:0px;
	 padding: 0;
 }
 
 
 .animaRundeDinger li {
	display: block;
	position:absolute;
	margin: 0px 0px;
	animation-timing-function: ease-in;
   	animation-iteration-count: infinite;
   	animation-duration:20s;  
   	text-align: center;
  	 width:100%;
 }
 
 .animaRundeDinger:hover {}
 
 
.animaRundeDinger li img {
	width: 100%;
   	border:0;
	border-radius: 50%;
   } 
   
.animaRundeDinger li:nth-of-type(1) {
	margin-top: 0px;
	animation-name: animaRundedinger01;
	-webkit-animation-name: animaRundedinger01;
 }
 
.animaRundeDinger li:nth-of-type(2) {
	margin-top: 0;
	animation-name: animaRundedinger02;
	-webkit-animation-name: animaRundedinger02;
 }
.animaRundeDinger li:nth-of-type(3) {
	margin-top: 0px;
	animation-name: animaRundedinger03;
	-webkit-animation-name: animaRundedinger03;
 }
   
   
 @keyframes animaRundedinger01 {
	  0%  {opacity:1;}
	  16%  {opacity:1; transform: skew(0deg, 0deg);}
	  33%  {opacity:0;transform: skew(45deg, 0deg);}
	  49%  {opacity:0;}
	  66%  {opacity:0;}
	  82%  {opacity:0;}
	  100%  {opacity:1;}
	}
	
	@keyframes animaRundedinger02 {
	  0%  {opacity:0;}
	  16%  {opacity:0;}
	  33%  {opacity:1;}
	  49%  {opacity:1; transform: skew(0deg, 0deg);}
	  66%  {opacity:0;transform: skew(45deg, 0deg);}
	  82%  {opacity:0;}
	  100%  {opacity:0;}	
	}
	
	@keyframes animaRundedinger03 {
		 0%  {opacity:0;}
	  16%  {opacity:0;}
	  33%  {opacity:0;}
	  49%  {opacity:0;}
	  66%  {opacity:1;}
	  82%  {opacity:1;transform: skew(0deg, 0deg);}
	  100%  {opacity:0;transform: skew(45deg, 0deg);}
	}
	

@-webkit-keyframes animaRundedinger01 {
 		0%  {opacity:1;}
	  16%  {opacity:1; transform: skew(0deg, 0deg);}
	  33%  {opacity:0;transform: skew(45deg, 0deg);}
	  49%  {opacity:0;}
	  66%  {opacity:0;}
	  82%  {opacity:0;}
	  100%  {opacity:1;}
	}
	
	@-webkit-keyframes animaRundedinger02 {
	  0%  {opacity:0;}
	  16%  {opacity:0;}
	  33%  {opacity:1;}
	  49%  {opacity:1; transform: skew(0deg, 0deg);}
	  66%  {opacity:0;transform: skew(45deg, 0deg);}
	  82%  {opacity:0;}
	  100%  {opacity:0;}	
	}
	
	@-webkit-keyframes animaRundedinger03 {
		 0%  {opacity:0;}
	  16%  {opacity:0;}
	  33%  {opacity:0;}
	  49%  {opacity:0;}
	  66%  {opacity:1;}
	  82%  {opacity:1;transform: skew(0deg, 0deg);}
	  100%  {opacity:0;transform: skew(45deg, 0deg);}
	}
	
	
	
/**/


.animaRundeDingerText {
	display: inline-block;
    position: relative;
    width: 333px;
    min-height: 150px;
    overflow: hidden;
    text-align: center;
    margin: 40px 0 0;
    border-radius: 0%;
}

 
 
 .animaRundeDingerText ul {
	 margin:0px;
	 padding: 0;
 }
 
 
 .animaRundeDingerText li {
	display: block;
	position:absolute;
	margin: 0px 0px;
	animation-timing-function: ease-in;
   	animation-iteration-count: infinite;
   	animation-duration:20s;  
   	text-align: center;
  	 width:100%;
 }
 
 .animaRundeDingerText:hover {}
 
 
.animaRundeDingerText li img {
	width: 100%;
   	border:0;
	border-radius: 50%;
   } 
   
.animaRundeDingerText li:nth-of-type(1) {
	margin-top: 0px;
	animation-name: animaRundeDingerText01;
	-webkit-animation-name: animaRundeDingerText01;
 }
 
.animaRundeDingerText li:nth-of-type(2) {
	margin-top: 0;
	animation-name: animaRundeDingerText02;
	-webkit-animation-name: animaRundeDingerText02;
 }
.animaRundeDingerText li:nth-of-type(3) {
	margin-top: 0px;
	animation-name: animaRundeDingerText03;
	-webkit-animation-name: animaRundeDingerText03;
 }
   
   
 @keyframes animaRundeDingerText01 {
	  0%  {opacity:1;}
	  16%  {opacity:1;}
	  33%  {opacity:0;}
	  49%  {opacity:0;}
	  66%  {opacity:0;}
	  82%  {opacity:0;}
	  100%  {opacity:1;}
	}
	
	@keyframes animaRundeDingerText02 {
	  0%  {opacity:0;}
	  16%  {opacity:0;}
	  33%  {opacity:1;}
	  49%  {opacity:1; }
	  66%  {opacity:0;}
	  82%  {opacity:0;}
	  100%  {opacity:0;}	
	}
	
	@keyframes animaRundeDingerText03 {
		 0%  {opacity:0;}
	  16%  {opacity:0;}
	  33%  {opacity:0;}
	  49%  {opacity:0;}
	  66%  {opacity:1;}
	  82%  {opacity:1;}
	  100%  {opacity:0;}
	}
	

@-webkit-keyframes animaRundeDingerText01 {
 		0%  {opacity:1;}
	  16%  {opacity:1;}
	  33%  {opacity:0;}
	  49%  {opacity:0;}
	  66%  {opacity:0;}
	  82%  {opacity:0;}
	  100%  {opacity:1;}
	}
	
	@-webkit-keyframes animaRundeDingerText02 {
	  0%  {opacity:0;}
	  16%  {opacity:0;}
	  33%  {opacity:1;}
	  49%  {opacity:1;}
	  66%  {opacity:0;}
	  82%  {opacity:0;}
	  100%  {opacity:0;}	
	}
	
	@-webkit-keyframes animaRundeDingerText03 {
		 0%  {opacity:0;}
	  16%  {opacity:0;}
	  33%  {opacity:0;}
	  49%  {opacity:0;}
	  66%  {opacity:1;}
	  82%  {opacity:1;}
	  100%  {opacity:0;}
	}
	
	
section#about .round_elements_small p {
		padding: 20px 0px 10px;
}
	
	
/***two-columns-flex***/


.two-column-flex, .column-two-flex {
	display: flex;
	width: 100%;
	margin: 50px 0;
}


.two-column-flex &gt; div, .column-two-flex &gt; div {
    position:relative;
	display: flex;
	flex-direction: column;
	align-items: left;
	justify-content: center;
}


.two-column-flex &gt; div:nth-of-type(1), .column-two-flex &gt; div:nth-of-type(1) {
	width: calc(50% - 100px);
	margin-right: 100px;
}

.two-column-flex &gt; div:nth-of-type(2) {
	width: 40%;
	display: flex;
	flex-direction: column;
}


.column-two-flex &gt; div:nth-of-type(1) {
	width: 40%;
	display: flex;
	flex-direction: column;
}



.two-column-flex:nth-of-type(even) &gt; div:nth-of-type(2){
	order: 1;
	margin-right: 100px;
}
	
.two-column-flex:nth-of-type(even) &gt; div:nth-of-type(1){
	order: 2;
}	


.two-column-flex img, .column-two-flex img {
	max-width: 500px;
}

.media_image a[href=""] {
	cursor: none;
}

.more {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #333;
    margin-top:20px;}


.more::after {
	content: "\f054";
	display:flex;
	color: #fff;
	background: #069;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
	width:30px;
	justify-content: center;
	border-radius: 100px;
	transition: all linear 0.5s;
}

.more:hover::after {
	transform: translateX(5px);
}




/*** Fitltr ****/

.prod_filtr {
	 position: sticky;
	 top:195px;
	 margin: 50px 0 30px;
	 padding: 10px 0;
	 z-index: 9;
	 width: 100%;
	 backdrop-filter: blur(10px);
	 background: rgba(255,255,255,0.9);
}



.prod-items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.prod-items h3 {
	font-size:18px
}


.filtr_prod_items  {
	display: none !important;
	height:0;
	width:0;
	margin:50px 5px !important;
	transform: scale(0);
	transition: all linear 0.5s;
}


.filtr_prod_items.show  {
	display: flex !important;
	align-items: center;
	height:auto;
	width:calc(100%/5 - 10px);
	transform: scale(1) !important;
}

.filtr_prod_items .xcol-pic-box {
	position: relative;
	  aspect-ratio: 1 / 1;
	border: 1px solid #ccc;
	overflow:hidden;
	width:100%;
	max-width:200px;
	padding:5%;
	border-radius: 100px;
}

.filtr_prod_items .xcol-pic-box a {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow:hidden;
	width:100%;
	border-radius: 100px;
	display: block;
	margin: auto !important;
	background: linear-gradient(0deg, #f3f3f3 20%, #fff 80%);
}


.filtr_prod_items .xcol-pic-box img {
	height: 100%;
	object-fit: cover;
	padding: 0px;
}


.filtr_prod_items h2, .filtr_prod_items h3, .filtr_prod_items h4 {
	text-align: center;
}



/***X-Columns***/

.x-columns {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.x-column, .content-col  {
	display: flex;
	position: relative;
	margin: 0 0 130px;
	height: auto;
	flex-direction: column;
	/*align-items: start;*/
}


.x-column .xcol-pic-box, .xcol-pic-box {
	margin-bottom: 20px;
}

.xcol-pic-box a {
	margin: 50px auto;
	cursor: pointer;
}


.x-column .contenttext, .contenttext {
	margin-bottom: 50px;
}

.x-column .more_btn, .more_btn {
	display: flex;
	cursor:pointer;
	padding: 3px 10px;
	border-radius: 100px;
	border:1px solid #999;
	color: #666;
	transition: all linear 0.5s;
}

.x-column .more_btn, .x-column .kaufen{
	position: absolute;
	bottom: -20px;
}

.x-column .more_btn::after, .more_btn::after {
    content:"\f138" !important;
	display: inline-block;
	margin-left: 5px;
	font-size:15px;
	font-family:"Font Awesome 5 Free";
	font-weight: 900;
}

.x-column .more_btn[href*="mailto"]::after, .more_btn[href*="mailto"]::after {
    content:"\f0e0" !important;
}

.x-column .more_btn[href*="tel:"]::after, .more_btn[href*="tel:"]::after {
    content:"\f095" !important;
}

.x-column .more_btn:hover, .more_btn:hover {
	color:#fff;
	background:#999;
}	

#content .xcol-pic-box &gt; a img {
    transition: all linear 0.5s;
    margin: auto;
}


.contenttext_more {
	height: 0;
	opacity: 0;
	transform: scaleY(0);
	transition: all linear 0.5s;
}
	

.show .contenttext_more {
	height: auto;
	opacity: 1;
	transform: scaleY(1);
}


/********** Jubilee **********/


.jubi-columns {
  display: flex;
  flex-wrap:nowrap;
  align-items: stretch;
  justify-content: center;
  padding: 50px 0;
}

.jubi-columns * {
  box-sizing:content-box;
}

.jubi-columns h2, .jubi-columns h3, .jubi-columns p {
  margin: 0 !important;
}


.jubi-item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 20px;
  justify-content: center;
  text-align: center;
  max-width: 180px;
  animation-name:fadeInUp;
}

.jubi-item:nth-of-type(even) {
  animation-name:fadeInDown;
}

.jubi-item:nth-of-type(even) {
  top:100px;
}

.jubi-caption {
	max-width:180px;
}

.flip-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  max-width: 100%;
  height: 180px;
  perspective: 1000px;
  border:2px solid #069;
  border-radius: 100%;
  padding: 15px;
  background: #fff;
  margin-bottom: 100px;
  z-index: 1;
}



.flip-card::before  {
  content: "";
  position: absolute;
  display:block;
  width: 2px;
  background:#069;
  z-index: -1 !important;
}


.flip-card::before  {
  height: 60px;
  bottom: -61px;
}



.flip-card &gt; span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width:2px;
	height: 60px;
    bottom: -61px;
	background:#069;
} 

.flip-card &gt; span::after {
	content:"";
	position: absolute;
	display: block;
	width:10px;
	height: 10px;
    bottom: 0px;
	background:#069;
	border-radius: 100%;
} 

.flip-card::after   {
  content: "";
  position: absolute;
  display:block;
  width: 2px;
  background:#069;
  z-index: -1 !important;
}


.flip-card::after {
  height: 80px;
  right: -17px;
  bottom: -18px;
  transform: rotate(-60deg);
}



.jubi-item:nth-of-type(even) .flip-card::after  {
  height: 100px;
  right: -28px;
  top:-30px;
  transform: rotate(60deg);
}


.jubi-item:last-of-type .flip-card::after  {
  display: none;
}


.jubi-item:nth-of-type(even) .flip-card {
  order:2;
}

.jubi-item:nth-of-type(even) .jubi-caption {
  order:1;
  top:-100px;
  position: relative;
}

.jubi-item:nth-of-type(even) .flip-card::before {
  height: 60px;
  top: -61px;
}


.jubi-item:nth-of-type(even) .flip-card &gt; span {
  bottom: unset;
	top:-70px;
} 

.jubi-item:nth-of-type(even) .flip-card &gt; span::after {
	top:0;
  bottom: unset;
} 


.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  border-radius: 100%;
}

.jubi-item:hover .flip-card .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 100%;
  overflow: hidden;
}

.flip-card-front {
  background-color: #069;
  color: #fff;
}

.flip-card-back {
  background-color: #f3f3f3;
  color: white;
  transform: rotateY(180deg);
}

	
	
/***Postcards***/

#postcards {
	margin: 0px -15px !important;
}

.postcardbox {
	overflow: hidden;
	padding: 0px;
}

.postcard {
	box-sizing: border-box;
}

.postcardbox &gt; img {
	transform: scale(1);
	transition: all linear 0.5s;
}

.postcardbox:hover &gt; img {
	transform: scale(1.2);
}

.sloganbox {
	background:rgba(0,0,0,0.0);
	position: absolute;
	z-index: 99999;
	height: 100%;
	width:100%;
	text-align: center;
	top:0px;
	transition: all linear 1s;
	cursor: pointer;
}


.postcard:hover .sloganbox {
	background:rgba(0,0,0,0.87);
}



.slogan {
	position: relative;
	top:50%;
	color:#ccc;
	padding: 30px;
	transform: translate(100%, -50%);
	transition: all linear 1s;
}


.sloganbox:hover .slogan {
	transform: translate(0%, -50%);
}


.slogan h2, .slogan img {
	margin: 0 0 10px;
	color:#069;
}

.postcard:hover .slogan h2, .postcard:hover .slogan img {
	transform: translate(0%,0%);
	left:0;
	color: #069;
}

.slogan h3 {
	margin: 10px 0;
	font-weight: 300;
}

.postcard:hover .slogan h3 {
	transform: translate(0%,0%);
}


.bigpic {
	display: none;
	opacity:0;
	width: 100%;
	max-width: 1200px;
	height: auto;
	position: fixed;
	z-index: 99999999999;
	top:50%;
	left:50%;
	padding: 10px;
	/*pointer-events: none;*/
	background: none repeat scroll 0% 0% rgba(255,255,255, 0.5);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	transform: translate(-50%,-50%);
	transition: all linear 1s;
}


.bigpic img {
	width: 100%;
	height: auto !important;
}


.bigpic.show {
	display: block;
	opacity:1;
	pointer-events:auto;
}


.pinterest {
	position:absolute;
	z-index:99999;
	right: 30px;
	bottom: 25px;
	}


.bigpic .closeButton i {
	cursor: pointer;
	font-size: 50px;
	color:#555;
	position: absolute;
	top: -10px;
	right: -20px;
	z-index:999999;
	background: rgba(255,255,255,0.8);
	border-radius: 100px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}


/******AUFKLAPP-QUADRATE******/

.rubrik {
  width:33%;
  background: #efefef;
  display:inline-block;
  text-align:center;
  box-sizing: border-box;
  padding: 10px 0;
  overflow: hidden; 
  cursor: pointer;
  color:#006699;
  font-size: 20px;
  text-transform: uppercase;
  transition: all linear 0.25s;
}


.rubrik i {
  font-size: 80px;
  display: block;
  margin: 30px 0;
  color: #069;
}

	
.rubrik.show {
  background: #069;
  color:#fff;
    display: inline-block !important;
}
	
	
.rubrik.show i {
  color:#fff;
}

.rubrik:hover {
  background: #ccc;
}

.rubrik_content {
  width:100%;
  background: #efefef;
  opacity:0;
  padding: 0px;
	transform: scaleY(0);
	transition: all linear 0.25s;
  position: absolute;
}
	
.rubrik_content.show {
  opacity:1;
  padding: 30px;
	transform: scaleY(1);
  position: relative;
}


.rubrik_content.show {
  display: inline-block !important;
}

.lupe_overlay {
	display: none;
	position: fixed;
	padding:20px;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 100px rgba(0,0,0,0.2);
	z-index:999999999;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}


.lupe_overlay.show {
	display: block;
}


/***KursQuadrate***/

#courses {
	background:#069;
}

#courses h1 {
	color:#fff;
	font-size: 50px;
}

#courses div.dates:nth-of-type(1) h1 {
	color:#fff;
	font-size: 50px;
}


figure {margin:0;}

.termine {
    text-align:center;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: self-start;
    justify-content: center;
    margin:auto;
 }

.date-pic {
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}


.date-pic img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
}


.dates-mb {
    /*overflow: hidden;*/
	width: calc(100%/4);
    margin: 0 10px 0px;
    float: none;
    display: inline-block;
    max-width: 250px;
	}
	
.dates-mb:only-child {float:none !important;}

.dates-mb figure {position: relative;}

.date-square {
	overflow:hidden;	
	}
	
/*.hover_button {
	position: absolute;
	top: 0;
	width: calc(100% - 30px);
	background: rgba(255,255,255,0.6);
	text-align: center;
	height: 100%;
	max-height: 254px;
	border: 1px solid #f0f !important;
	left:15px;
	}*/
	
.dates-mb  figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    overflow: hidden;
	text-align:center;
}
	
.dates-mb:hover div figcaption {
	/*background: rgba(255,255,255,0.8);*/
	background:rgba(255,255,255,0.8)
	}
	
	
	
.hover_button {
	position: absolute;
	height: 100%;
	top: 50%;
	opacity: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transition: all linear 1s;
	left: 1%;
	right: 1%;
	}	
	
.dates:hover .hover_button {
	opacity:1;
	}
	
.absprung_link {
	width: 100%;
	font-size:12px !important;
	font-weight: 600;
	display: block;
	color: #006699;
	border: 0px solid #f0f;	
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
.absprung_link:hover {
	text-decoration:none;
	}
	
.absprung_link.height-100 {
	height: 100%;
	padding: 40% 0;
	}

.absprung_link.height-50 {
	height: 50%;
	padding: 15% 0;
	}

.absprung_link.height-33 {
	height: 33%;
	padding: 5% 0;
	}

.link_programm::before, .link_anmeldung::before, .link_impressionen::before {
	display:block;
	width:35px;
	padding: 4px 3px 3px;
	font-size: 18px;
	border-radius: 50px;
	background:#ffffff;
	border:1px solid #006699;
	font-family: 'Font Awesome 5 Free';	
	color:#006699;
	margin: 0 auto 3px;
	transition:all linear 1s;
	font-weight:900;
}

a:hover.link_programm::before, a:hover.link_anmeldung::before, a:hover.link_impressionen::before {
	background:#006699;
	color:#ffffff;
}
	
.link_programm::before {
	content: "\f1c1";
	}
	
.link_anmeldung::before {
	content: "\f303";
	}
	
.link_impressionen::before {
	content: "\f129";
	}

.link_programm {transform: translate(-100%,0%); opacity: 0; transition:all linear 1s;}
.link_anmeldung {transform: translate(100%,0%); opacity: 0; transition:all linear 1s;}
.link_impressionen {transform: translate(-100%,0%); opacity: 0; transition:all linear 1s;}

.dates:hover .link_programm { opacity: 1; transform: translate(0%,0%);}
.dates:hover .link_anmeldung { opacity: 1; transform: translate(0%,0%);}
.dates:hover .link_impressionen { opacity: 1; transform: translate(0%,0%);}

.absprung_link:nth-of-type(odd) {transform: translate(-100%,0%); opacity: 0; transition:all linear 1s;}
.absprung_link:nth-of-type(even) {transform: translate(100%,0%); opacity: 0; transition:all linear 1s;}

.link_programm:hover, .link_anmeldung:hover, .link_impressionen:hover {
	color: #006699;
}

.date-caption h4 {cursor: pointer;color: #fff;}

.claimbox {margin-top: -450px; margin-bottom: 50px;}


.claimbox &gt; div {}


.claimbox2 {
	position: relative;
	padding: 30px;
	color:#fff;
	background: rgba(255,0,0,0.0);
	text-shadow: 0 0 10px rgba(0,0,0,0.9);
	box-sizing: border-box;
}

.claimbox2::before {
	content: " ";
	margin: -30px;
	display: block;
	width: 100%;
	height:100%;
	position: absolute;
	z-index: -1;
	background: rgba(0,0,0,0.3);
	filter:blur(35px);
}

.termine &gt; div &gt; div {border:10px solid transparent; margin-bottom:0px;} /**/

.termine2 .dates-mb .date-body {border:10px solid #ffffff;}


/*******TABLE******/

.schedule &gt; tbody &gt; tr:nth-child(2n) {
    background: #f3f3f3 !important;
}

.schedule &gt; thead &gt; tr &gt; th, .schedule &gt; tbody &gt; tr &gt; th {
	text-align: center;
	background: #069;
	color: #fff;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle !important;
	border-top: 10px solid #fff !important;
	font-weight:700 !important;
	}


.schedule &gt; thead &gt; tr &gt; th[scope=col] {
    font-size:15px; 
    border-right: 1px solid #fff !important; 
    white-space:wrap !important;
}


.schedule  &gt; tbody &gt; tr &gt; th[scope=row] {border-right: 10px solid #fff !important;}

.schedule th strong {
	text-transform: uppercase;
	font-weight: 700;
	}
	
	.schedule  &gt; thead &gt; tr &gt; th p, 	.schedule  &gt; tbody &gt; tr &gt; th p  {
	margin: auto;
	}


.schedule &gt; tbody &gt; tr &gt; td {
	border-top: 10px solid #fff !important;
    border-right: 1px solid #069;
	font-size:13px;
	vertical-align: middle !important;
	padding: 12px 8px;
}

.schedule &gt; tbody &gt; tr &gt;  td:nth-child(2) {border-left: 1px solid #e50069 !important;}

.schedule &gt; tbody &gt; tr &gt; td.stream {
	background: #069;
	color: #fff; 
}


.schedule &gt; tbody &gt; tr &gt; td.vorbei {
	background: #ddd !important;
	color: #fff !important; 
}


.schedule &gt; tbody &gt; tr &gt; td.vorbei img {
	visibility:hidden;
}


.schedule .termin p a {
	background: url(../images/cM_livedemo_pfeil.png) no-repeat right;
	width: 60px;
	height: 60px;
	display: inline;
	padding: 0 22px 0 0;
}


.schedule .container-referee, .schedule .ohnelink  {
   border: 1px solid #999;
	border-radius: 100px;
	background: #fff;
}

.schedule .container-referee.open {
   border: 0px solid #999;
	border-radius: 0px;
	background: #eee;
	   text-align: left;
}

.schedule .container-referee .ref_pic, .schedule .ohnelink .ref_pic  {
   height: 50px;
	  width: 50px;
	margin-right: 20px;
	border-radius: 100px;
}

.schedule .container-referee.open .ref_pic {
   height: 280px;
	  width: 100%;
		border-radius: 0px;
}

.schedule .container-referee .ref_pic img {
   height: 50px;
	  width: 50px;
}


.schedule .container-referee.open .ref_pic img {
    width: 100%;
    filter: grayscale(100%);
    object-fit: cover;
    object-position: center;
    display: block;
    position: absolute;
    height: 100%;
}


#ics-download-all {
	cursor: pointer;
}

#ics-download-all::after {
	content:"\f073";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 10px;
	display: inline-flex;
}

.schedule .download-ics {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content:center;
	background: #999;
	color: #fff;
	border: 1px solid #999;
	border-radius: 100px;
	padding: 5px;
	margin: 10px 0;
	font-weight: 600;
	cursor: pointer;
	transition: all linear 0.5s;
}


.schedule .download-ics::after {
	content:"\f073";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left: 10px;
	display: inline-flex;
}

.schedule .download-ics:hover {
	background: transparent;
	color: #333;
}


.date_default {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-content: center;
	text-align: center;
	height: 300px;
}

.date_desc {
	position: relative;
	height: 180px;
}

.date_default.stream {
	background: #006699;
	color: #fff; 
}


.date_default.vorbei {
	opacity: 0.35;
}



/***Kursliste, Eventliste***/


.lpcoursedates.webinars &gt; thead &gt; tr &gt; th {
	background:#fff !important;
	color:#666;
	border-top: 0px solid #fff !important;
}

.lpcoursedates.webinars &gt; tbody &gt; tr {
	display:table-row;
}


.lpcoursedates.webinars .anmeldebutt.aufzeichnung, .lpcoursedates.webinar-archive .anmeldebutt, .lpcoursedates.webinar-archive .anmeldebutt2 {
		background-color:rgb(129, 178, 82);
	  display: inline-flex;
	  align-items:center;
	  font-weight: bold;
	 color:#fff !important;
	  padding:0px 10px 3px 0px;
	  border-radius: 100px;
	  border: 1px solid rgb(129, 178, 82);
    display: block !important;
	 white-space: nowrap;
}


.lpcoursedates.webinars .anmeldebutt.aufzeichnung:hover,  .lpcoursedates.webinar-archive .anmeldebutt:hover, .lpcoursedates.webinar-archive .anmeldebutt2:hover  {
		color:#069 !important;
}


.lpcoursedates.webinars .anmeldebutt::before, .lpcoursedates.webinars .anmeldebutt.aufzeichnung::before {
    font-size: 22px;
    line-height:150%;
    width: 40px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    padding: 0;
    color: #fff;
    border: 0px solid transparent;
    border-radius: 100px;
    margin: 0 auto 0px;
    transition: all linear 0.5s;
}


.lpcoursedates.webinars .anmeldebutt:hover::before, .lpcoursedates.webinars .anmeldebutt.aufzeichnung:hover::before {
  	color:#069 !important;
}

/***Videos***/

section.media {
	padding: 100px 0 200px;
}

.videosection {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.videoitem {
    /*min-height: 290px;*/
}

.video {
	cursor: pointer;
}

.lp-videokachel, .videoitem  {
	margin-bottom:30px;
}

.video .pic-box {
    overflow: hidden;
}

.video-inline .lp-videokachel, .video-inline .videoitem   {
	width: 50%;
}

.video-inline .lp-videokachel .video, .video-inline .videoitem .video, .video .pic-box  {
	display:flex;
	align-items: center;
	justify-content: center;
	margin-bottom:30px;
}


.video-inline .lp-videokachel .video .pic-box, .video-inline .videoitem .video .pic-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width:35%;
	height: 160px;
	margin-right: 20px;
	overflow:hidden;
}



.content-media .lp-videokachel .video .pic-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.lp-videokachel .video .pic-box::before,  .videoitem .video .pic-box::before {
  content:"\f144";
	color: rgba(255,255,255,0.7);
	font-size: 60px;
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	display: block;
	position: absolute;
	z-index: 999;
	transform: scale(1);
	transition: all linear 0.5s;
}

.lp-videokachel:hover .video .pic-box::before,  .videoitem:hover .video .pic-box::before {
	color: rgba(255,255,255,1);
	transform: scale(1.2);
}

.video-inline .lp-videokachel .video .pic-box img, .video-inline .videoitem .video .pic-box img {
	position: absolute;
	display: block;
	height:100%;
	width: 100%;
	object-fit: cover;
}

.video-inline .lp-videokachel .video .text-box, .video-inline .videoitem .video .text-box {
	position: relative;
	width: 65%;
}



.videobox {
	display:none;
	opacity: 0;
	position: fixed;
	z-index:  9999999999999;
	width: 100%;
	max-width: 1200px;
	top: 50%;
	left: 50%;
	padding: 5px;
	background: rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	transform: translate(-50%,-50%);
	transition: all linear 1s;
	/*pointer-events: none;*/
	height: 80%;
}

.videobox_yt {
    height: auto;
}


.videobox .clappr_video {
	height:100%;
}


.videobox_content {
	aspect-ratio: 16 / 9;
    width: 100%;
    position: relative;
   /* height: 660px;*/
    margin-bottom: 50px;
}


.videobox_content .clappr_video_content {
    width:100%;
	height:100%;
}


.videobox.show {
	display: block;
	pointer-events:auto !important;
	opacity: 1;
}


.videobox .closeButton i {
	cursor: pointer;
	font-size: 50px;
	color:#555;
	position: absolute;
	top: -10px;
	right: -20px;
	z-index:999999;
	background: rgba(255,255,255,0.8);
	border-radius: 100px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}


.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


video {

}


.video_dwnld::after {
	content:"\f019";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	margin-left: 5px;
}


.videopart, .eventspart  {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	width: 100%;
}

.videopart h3, .eventspart h3 {
	font-size:18px;
	margin: 0 0 20px;
}

.videopart &gt; .prodbox, .eventhighlight {
    position:relative;
	background: rgba(255,255,255,0.8);
	display: block;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: auto;
	margin: 10px;
	padding: 10px;
	transition: all linear 0.5s;
}


.videopart &gt; .prodbox::after {
	content:"\f144";
	font-size: 30px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	bottom:0;
	right: 5px;
}

.eventhighlight::after {
	content:"\f138";
	font-size: 30px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	bottom:0;
	right: 5px;
}

.videopart &gt; .prodbox a, .eventhighlight a {
	display:flex;
	flex-direction: column;
	align-items:stretch !important;
	justify-content:stretch !important;
	background: transparent;
	transition: all linear 0.5s;
}

.videopart &gt; .prodbox a .prodbox-image, .eventhighlight a .prodbox-image {
	display:flex;
	flex-direction: column;
	align-items:center !important;
	justify-content:center !important;
}

.videopart &gt; .prodbox a .prodbox-image::before, .eventhighlight a .prodbox-image::before {
	content:"\f144";
	font-family: "Font Awesome 5 Free";
	color:rgba(255,255,255,0.5);
	position: absolute;
  font-size: 50px;
	transform: rotate(0);
	transition: all linear 0.5s;
}

.videopart &gt; .prodbox a:hover .prodbox-image::before, .eventhighlight a:hover .prodbox-image::before {
		transform: rotate(360deg);
}

.eventhighlight a img{
  filter:grayscale(100%);
}

.videopart &gt; .prodbox a:hover, .eventhighlight a:hover {
	transform: scale(1.03);
}

.videopart .prodbox_content {
    padding: 5px 5px 35px;
    background: transparent;
    height: auto;
}

.prodbox-image {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  height: auto;
  max-height: unset;
}

.event_img {
  position: relative;
  border: 1px solid #ccc;
  overflow: hidden;
  height: auto;
  max-height: unset;
}

.prodbox-image img, .event_img img {
	display: block;
	height: 100%;
	width:100%;
	object-fit: cover;
}

.prodbox-image .catsymbl {
   position: absolute;
   bottom: 0;
   font-size: 20px;
   padding: 5px 10px;
   border: 0px solid #ccc;
   background-color: rgba(255,255,255,0.9);
}

.prodbox-image .catsymbl i {
    width:25px;
    line-height:25px;
    display: block;
}



.eventtype {
	display: flex;
	align-items: center;
	background:rgba(255,255,255,0.8);
	position: absolute;
	z-index: 9;
	padding: 5px 10px 5px 5px;
	bottom: 0;
	border-top-right-radius: 20px;
	font-weight: 600;
}



.eventsymbol {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background: #069;
	color:#fff;
	margin-right: 5px;
	width:25px;
	height: 25px;
}

.ev_courses {
	
}

.ev_odwebinare {
	
}

/******* Reels *******/

	
	.reelitem {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		aspect-ratio: 9/16;
		width:300px;
	}
	
	
	.reelitem_inner {
		position: absolute;
		z-index: 1;
		margin-left:5px;
		display: flex;
		align-items: center;
		justify-content: center;
		background:#f0f;
		overflow:hidden;
		width:250px;
		height:490px;
		border-radius: 35px;
	}
	
	
  .reelitem_inner video {
		display:block;
		width: auto;
	    min-height:100%!important;
	}
	
	
	.reelitem::before {
		content:"";
		display:block;
		position: absolute;
		background: url("/images/mockup_smphone_bg-02.svg");
		background-size: cover;
		width:100%;
		min-height:100%;
		pointer-events: none;
		z-index: 2;
	}
	
	
	.reelitem .videobox_content {
	    aspect-ratio: 16 / 9;
        width: 100%;
        position: relative;
        height: 100%;
        margin: 0px; 
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
    }


	.reelitem  iframe.videoframe {
	   position: absolute !important;
	   top: -65px;
	   left: 10px;
	   width: 235px;
	   height: 550px !important;
    }


/***Accordions***/

.panel-heading {
	background: rgba(202,202,202,0.3) !important;
	transition: all linear 0.5s;
}

.panel-heading:hover {
	background: rgba(202,202,202,0.5) !important;
}

.panel-heading h4 {
	line-height: 180%;
  display: inline-flex;
	
}

a.accordion-toggle  {
	text-decoration: none !important;
	color:#333;
}

.panel-title {
    font-size: inherit;
    color: inherit;
    display: flex;
}


.course_thumb {
	min-width: 60px;
	max-width: 60px;
	height: 60px;
	overflow: hidden;
	display: flex;
	border-radius: 100%;
	margin-right: 15px;
	background: #fff;
	align-items: center;
	justify-content: center;
}

.course_thumb img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	/*! min-width: 60px !important; */
	display: block;
	max-width: 100%;
}

a.moreinfo, a.register {
	display: block;
	color:#666;
	font-size: 15px;
}

a:hover.moreinfo, a:hover.register {
	color:#93c005;
	text-decoration: none !important;
}



a.moreinfo::after, a.register::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-decoration: none !important;
	color:#93c005;
	font-size: 20px;
	margin-left: 15px;
}

a.moreinfo::after {
	content: "\f138";
}

a.register::after {
	content: "\f304";
}


/*** Accordions 2.0 ***/


.panel-group details {
	position: relative;
	margin-bottom: 30px;
	border-radius: 40px;
	background: #fff;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	transition: all linear 0.5s;
}

.panel-group details[open] {
 border-color: #ccc;
}

.panel-group details &gt; summary {
	display: flex;
	align-items: center;
	padding: 5px;
	background:#f0f0f0;
	border-radius: 40px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	cursor: pointer;
	transition: all linear 0.5s;
}


.panel-group details[open] &gt; summary {
	background:#ccc;
}


.panel-group details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}

@keyframes sweep {
  0%    {opacity: 0; margin-left: -10px}
  100%  {opacity: 1; margin-left: 0px}
}


.panel-group details &gt; div {
	padding: 20px;
	opacity: 0;
	transition: all linear 2.5s;
}

.panel-group details[open] &gt; div {
	opacity: 1;
}


/*** Kontaktformular Standard ***/


#pnlFormSent {
}

#pnlFormSent p {
    /*font-weight: bold;
    color: green;
    font-size: 30px;
    text-align:center;*/
}


#contactstandard .form-control,
#contactstandard textarea.form-control{
  height: 45px;
  padding: 6px 18px;
  border-radius: 0;
  border:0;
  background-color: transparent;
  border:1px solid #000000;
  border-width: 0 0 1px;
  color: #9F9F9F;
  -webkit-box-shadow:none;
          box-shadow:none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

#contactstandard .form-control:focus {
  border-color: #000000;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}


#contactstandard textarea.form-control{
  padding-top: 11px;
  resize:none;
}

/*
#contactstandard textarea.form-control:focus{
  height: 120px;
}*/

#contactstandard .form-control::-moz-placeholder {
  color: #9F9F9F;
  opacity: 1;
}

#contactstandard .form-control:-ms-input-placeholder {
  color: #9F9F9F;
}

#contactstandard .form-control::-webkit-input-placeholder {
  color: #9F9F9F
}

#contactstandard .form-control.error{
  border-bottom: 1px solid #D99675;
}

#contactstandard .wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
           animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}


#contactstandard label.error{
  font-size: 12px;
  font-weight: 400;
  color:#D99675;
  margin:10px 20px 0;
}


#contactstandard .form-group{
  text-align: left;
  margin-bottom: 40px;
}


/* Buttons */



#contactstandard .btn{
  position: relative;
  display: inline-block;
  background:none;
  border:1px solid #000000;
  border-width:0;
  padding:16px 34px 16px;
  border-radius: 0;
  text-decoration: none;
  font-size: 11px;
  color:inherit;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform .5s ease-out;
       -o-transition:      -o-transform .5s ease-out;
          transition:         transform .5s ease-out;
}

#contactstandard .btn:after{
  content: attr(data-text-hover);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(-30%, 0);
       -ms-transform:translate(-30%, 0);
        -o-transform:translate(-30%, 0);
          transform: translate(-30%, 0);
   -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
           transition: all 0.3s;
}

#contactstandard .btn-text{
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


#contactstandard .btn:focus,
#contactstandard .btn:active:focus,
#contactstandard .btn.active:focus,
#contactstandard .btn.focus,
#contactstandard .btn:active.focus,
#contactstandard .btn.active.focus{
  outline: none;
  color: inherit;
  -webkit-box-shadow:none;
  box-shadow: none;
}

#contactstandard .btn:hover{
  color: inherit;
  border-color:transparent;
}

#contactstandard .btn:hover .line-square{
  border-color: #000000;
}

#contactstandard .btn:hover .line-top{
  border-color: #000000;
}

#contactstandard .btn:hover .line-bottom{
  border-color: #000000;
}

#contactstandard .btn:hover .line-square-l-t,
#contactstandard .btn:hover .line-square-l-b{
  left: 100%;
  margin-left: -4px;
}

#contactstandard .btn:hover .line-square-r-t,
#contactstandard .btn:hover .line-square-r-b{
  right: 100%;
  margin-right: -4px;
}

#contactstandard .btn:hover .btn-text{
  opacity: 0;
  -webkit-transform: translate(0, 40px);
        ms-transform:translate(0, 40px);
        -o-transform:translate(0, 40px);
          transform: translate(0, 40px);
} 


#contactstandard .btn:hover:after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
        ms-transform:translate(0, 0);
        -o-transform:translate(0, 0);
          transform: translate(0, 0);
}

#contactstandard .btn-light,
#contactstandard .btn-light .line-top,
#contactstandard .btn-light .line-bottom{
  border-color: rgba(255,255,255,0.5);
}

#contactstandard .btn-light .line-square{
  border-color: rgba(255,255,255,0.5);
}


.line-top,
.line-bottom{
  content:'';
  position: absolute;
  z-index: 1;
  left:0;
  right: 0;
  border-top:1px solid #000000;
  -webkit-transition: all 0.5s linear;
       -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
}

.line-top{
  top:0;
}

.line-bottom{
  bottom: 0;
}

.line-square{
  content:'';
  position: absolute;
  width: 8px;
  height: 8px;
  border:1px solid #000000;
  -webkit-transition: all 0.4s ease-out;
       -o-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
}

.line-square-l-t{
  left:-4px;
  top:-4px;
}

.line-square-r-t{
  right: -4px;
  top:-4px;
}


.line-square-l-b{
  left: -4px;
  bottom:-4px;
}

.line-square-r-b{
  right: -4px;
  bottom:-4px;
}

.hover-line .line-top,
.hover-line .line-bottom{
  opacity: 0;
}

.hover-line:hover .line-top{
  opacity: 1;
}

.hover-line:hover .line-bottom{
  opacity: 1;
}


.hover-line:hover .line-square-l-t,
.hover-line:hover .line-square-l-b{
  left: 100%;
  margin-left: -4px;
}

.hover-line:hover .line-square-r-t,
.hover-line:hover .line-square-r-b{
  right: 100%;
  margin-right: -4px;
}


/***Content-Map***/

.content_map {
	height:350px !important;
}


/***Produkt-Overview***/

.bracketlink {
	padding: 20px;
	margin: 10px 0px;
	display: inline-block;
    width: 33%;
}


.bracketlink img {
	max-width: 250px;
  height: auto;
  margin: auto;
}

.bracketlink img:nth-of-type(1) {
	transform: scale(1);
	transition: all linear 0.5s;
}

.bracketlink:hover img:nth-of-type(1) {
	transform: scale(1.2);
}


.bracketlink img:nth-of-type(2) {
	margin-top: -50px;
	position: relative;
	z-index: 1;
}


.bracketlink a {
	text-decoration: none !important;
	text-align:center;
	color: #666;
}


.bracketlink p {
	font-size: 18px;
}


/********Downloadbereich**********/

.downloadbereich {
    text-align:center;
}

.downloadelement {
  width: 16.666666667%;
  display: inline-block;
	text-align:center;
	top: 0;
	margin: auto 1%;
	box-sizing: border-box;
	overflow: hidden;
	height: 400px;
}

.downloadelement a {
    color: #555;
	text-decoration: none;
}


.downloadelement .dl-pic{
    position:relative;
    border: 1px solid #ddd;
    height: 270px;
    max-width: 200px;
    overflow: hidden;
}

.downloadelement img {
	position: absolute;
	display: block;
	top:50%;
	transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
	border: 0px solid #f0f !important;
}

.downloadelement a p {
	text-align: left;
	font-size: 14px;
	line-height: 150%;
	margin: 15px 0;
}


/**Produkteigenschaften**/


#proditem {
	position: relative;
	margin: 0px auto 0px;
	/*width: 600px;*/
	height: 600px;
	direction: ltr !important;
    } 
    
.eigenschaft {
    position: absolute;
    transition-timing-function: linear;
    transition: all 0.5s;
	z-index: 99;
    width: 30px;
    height: 30px;
    border: 0px solid #555;
    border-radius: 100px;
    text-align: left;
    pointer-events: none;
    }


.eigensch_no {
    pointer-events: all !important;
	font-size: 18px;
    background: rgba(255,255,255, 0.3);
    width: 30px;
    height: 30px;
    border: 2px solid #999;
    border-radius: 0px;
    cursor: pointer;
    transition-timing-function: linear;
     border-radius: 100px;
    transition: all 0.5s;
	text-align: center;
    }
    
#proditem.prodshow .eigenschaft, .eigenschaft:hover {
  	width: 350px;
    height: auto;
	 z-index: 999 !important;
	 border:0;
	 pointer-events: all;
    }
	
    
.eigenschaft .eigtext {    
    color: transparent;
    opacity: 0;
    transition: all linear 0.5s;
	   display: flex;
    align-items: flex-start;
    justify-content: center;
	position: relative;
    }
    
.eigtext.right {
	right: 305px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 50px !important;
    border-left: 0px solid #006699 !important;
    border-right: 2px solid #999;
    margin: 0;
    width: 350px !important;
}   
    
.eigenschaft .eigtext p strong {
    font-size: 17px;
    font-weight: normal;
}

.eigenschaft .eigtext p {    
    font-size: 14px;
    }


#proditem.prodshow .eigenschaft .eigtext, .eigenschaft:hover .eigtext {
    position:absolute;
    color: #777;
    opacity: 1;
    width: auto;
    padding: 20px 10px 10px 20px;
    height: auto;
    z-index:999 !important;
	  border-bottom-left-radius: 30px;
	  border-left: 2px solid #999;
	  border-bottom: 2px solid #999;
	max-width:500px;
	background-color: rgba(255,255,255,0.9);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.eigtext {
	background-repeat: no-repeat;
}

.eigtext_img {
    width: 40%;
    border: 1px solid #999;
    border: 100px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;

}

.eigtext_img:empty {
    display:none;
}

.eigtext_img img {
  width:100%;
}


.eigtext_text{
   width: 60%;
}

.discovery_faelle td {
    vertical-align:middle;
    }

.discovery_faelle td:nth-child(even) {
    background: #eee;
    border-bottom: 1px solid #fff;
    }

.discovery_faelle td:nth-child(odd) {
    background: #fff;
    border-bottom: 1px solid #eee;
    }
    
    
/********* Productdetails Overlays **********/

.info_overlay {
	position: fixed;
	display: none;
	width:100%;
	max-width: 1024px;
	height: 85%;
	top: 50%;
	left: 50%;
	background: #fff;
	transform: translate(-50%,-50%);
	z-index: 999999999;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}


.info_overlay.show {
  display: block;
}

.info_overlay_close {
	position: absolute;
	top:20px;
	right:20px;
	font-size: 30px;
	color: #999;
	pointer-events:all;
	cursor: pointer;
}


.info_overlay_inner {
	padding: 50px;	
	overflow-y:scroll;
	box-sizing: border-box;
	height: 100%;
}    
    
    
    
    
/*************PORTFOLIO****************/  

.portfolio {
    height: 600px;
}

.portfolio-profile{
  position: relative;
}

.portfolio-profile .icon-paperclip{
  display: none;
  position: absolute;
  left:-15px;
  top: -15px;
  font-size: 35px;
}

.portfolio-profile img{
  width: 100%;
}

.portfolio-profile figcaption{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  padding:20px;
  color:#fff;
  overflow: hidden;
}

.portfolio-spec{
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  text-align: center;
  font-size: 30px;
}

.portfolio-profile,
.portfolio-lead,
.portfolio-name,
.portfolio-bio,
.portfolio-social{
  -webkit-transition: .2s ease-in-out;
       -o-transition: .2s ease-in-out;
          transition: .2s ease-in-out;
}

.portfolio-lead{
  opacity: 0;
  position: absolute;
  z-index: 1;
  left:20px;
  right: 20px;
  bottom: 35px;
  text-align: center;
}

.portfolio-name{
  display: inline-block;
  position: relative;
  top:-40px;
  margin-bottom: 10px;
  font-size:30px;
  text-align: center;
}

.portfolio-bio{
  position: relative;
  font-weight: 300;
  top:40px;
  margin:10px 10px 0;
  font-size: 14px;
  color:#C2C2C2;
}

.portfolio-profile{
  border:1px solid transparent;
}

.portfolio-profile:hover .team-spec{
  display: none;
}

.portfolio-profile:hover figcaption {
  background-color: rgba(0, 0, 0, 0.5);
}


.portfolio-profile:hover figcaption h4 .text-primary {
  color: transparent;
}


figcaption .text-primary a, figcaption .portfolio-bio a {
	text-shadow: 0px 0px 30px rgba(0,0,0,0.8);
	color:#fff;
	text-decoration:none;
	font-size: 25px;
	}

.portfolio-profile:hover .portfolio-lead{
  opacity: 1;
}



.portfolio-profile:hover .portfolio-name,
.portfolio-profile:hover .portfolio-bio{
  opacity: 1;
  top:0;
}



/****Insta*****/

.insta_post {
	display: inline-block;
	width: 100%;
	overflow:hidden;
	position: relative;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	transition: all linear 1s;
	border: 1px solid #999;
	box-sizing: border-box;
	text-align:center;
	margin: 1%;
	box-sizing: border-box;
}


.insta_post:after {
    content: "";
  display: block;
  padding-bottom: 100%;
}

.insta_post:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.3)
}



.insta-pic {
	overflow:hidden;
		text-align:center;
}

.insta-pic img {
	height: auto !important;
	display: block;
	width: auto !important;
	bottom: 0;
	max-width: none !important;
	max-height:none !important;
	margin: auto;
	position: absolute;
}


a.insta_post .insta-caption {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 300px;
    width: 100%;
	  opacity: 0;
	  transition: all linear 1s;
	  color: #666;
    padding: 20px 10px;
}

a.insta_post:hover .insta-caption {
	background: rgba(255,255,255,0.8);
	opacity: 1;
	top:0;
}


/****Quotes*****/

section#quotes {
    text-align: center;
}

#quotes p {
    padding: 0px 0px 10px;
    font-size: 20px;
    line-height: 1.7em;
	color:#707070;
}


#quotes .owl-dots {
    position: relative;
}



@media screen and (max-width:1539px) {
 
  
  .jubi-columns {
  transform: scale(0.8);
}
  
}

@media screen and (max-width:1200px) {
 
  .jubi-columns {
  transform: scale(0.7);
}
  
}

@media screen and (max-width:1100px) {
  
  
    .jubi-columns {
  transform: scale(1);
}
  
   .jubi-item {
    margin: 20px 0px;
  }
  
  
.flip-card {
  height: 120px;
  padding: 12px;
}

  
  
.flip-card::after {
  height: 70px;
  right: -20px;
  bottom: -20px;
  transform: rotate(-55deg);
}
  
 .jubi-item:nth-of-type(even) .flip-card::after  {
  height: 45px;
  right: -5px;
  top:-10px;
  transform: rotate(50deg);
}
  
}


@media (max-width: 1200px) {

.video .pic-box {
    overflow: hidden;
}

	/***two-columns-flex***/


.two-column-flex, .column-two-flex {
	flex-direction: column;
  /*padding: 0 50px;*/
  box-sizing:border-box;
}

.two-column-flex &gt; div, .column-two-flex &gt; div {
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	margin: 30px 0;
}

	
	.two-column-flex &gt; div, .column-two-flex &gt; div img{
	max-width:100%;
}

	
.two-column-flex &gt; div:nth-of-type(1), .column-two-flex &gt; div:nth-of-type(1) {
	width: 100%;
	margin: 0px;
}

.two-column-flex &gt; div:nth-of-type(2), .column-two-flex &gt; div:nth-of-type(2) {
	width: 100%;
}

.two-column-flex:nth-of-type(even) &gt; div:nth-of-type(2){
	order: 2;
	margin-right: 100px;
}
	
.two-column-flex:nth-of-type(even) &gt; div:nth-of-type(1){
	order: 1;
}	

/* Jubilee */

  .jubi-columns {
  transform: scale(0.7);
}

}


@media screen and (max-width:1100px) {
 
	
	.jubi-item:nth-of-type(2n) {
  top: 60px;
}
  
 .jubi-columns {
  transform: scale(0.8);
}
   .jubi-item {
    margin: 20px 0px;
		 max-width: 150px
  }
  
  
.flip-card {
  height: 130px;
  padding: 12px;
}

  
  
.flip-card::after {
  height: 70px;
  right: -20px;
  bottom: -20px !important;
  transform: rotate(-55deg);
}
  
 .jubi-item:nth-of-type(even) .flip-card::after  {
  height: 55px;
  right: 0px;
  top:-25px !important;
  transform: rotate(50deg);
}
  
}



@media (max-width:1024px) {


.lpnav {
		background:#eee;
	}
	

#lpmainmenu  {
	text-align: center;
	width: 100%;
	height: auto;
	min-height:100%;
	z-index:9;
	position:relative;
}

#lpmainmenu &gt; ul &gt; li {
	 display: none !important;
   text-align: center;
}

	#lpmainmenu &gt; ul.link_bereich &gt; li:nth-of-type(1) {
	 display: flex !important;
   text-align: center;
}
	
#lpmainmenu &gt; ul.link_bereich.show &gt; li {
	 display: flex !important;
   text-align: center;
}

#lpmainmenu li.show, #lpmainmenu li.active {
    display:block !important;
}

#lpmainmenu &gt; ul.nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

	
#lpmainmenu &gt; ul.nav::after {
	position:absolute;
	content:"\f078";
	display: flex;
	align-items: center;
    right:20px;
    pointer-events: none;
	top: 0;
	padding: 10px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	transform: rotate(0deg);
	transform-origin:center;
	transition: all linear 0.5s;
}

#lpmainmenu &gt; ul.nav.show::after {
	transform: rotate(180deg);
}
	

	
#lpmainmenu &gt; ul.nav.show &gt; li {
	display: block !important;
}

#lpmainmenu &gt; ul &gt; li {
    text-align: center !important;
}



.toggle-lp-nav {
  display:block;
	font-size: 24px;
	color: #999;
	border: 0 solid #999;
	padding: 2px 10px;
	position: relative;
	text-align: center;
	z-index: 999999999;
	box-shadow: 0 0 105px rgba(0,0,0,0.1);
}
   
   
 .toggle-lp-nav:hover {
	background: #999;
    color: #fff;
}
   
 
 .toggle-lp-nav::after, .toggle-lp-nav.close2::after {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
	 display: block;
	 margin: auto;
	 transition: all linear 0.5s;
   }
   
	
.toggle-lp-nav::after {
	content:"\f078";
	transform: rotate(0deg);

}
	
.toggle-lp-nav.close2::after {
  transform: rotate(180deg);
}

.top200 .toggle-lp-nav {
/*	position: absolute;
	margin-top: -40px;
	right: 10px;*/
}


.toggle-lp-nav.close2 {
	position: relative;
	margin-top: unset;
	right:unset;
	cursor:pointer;
	}


	.prod_filtr {
	 top:235px;
}
	


}


    
    
@media (max-width: 992px) {





.x-column {
    width:calc(100%/3);
}


	.videopart, .eventspart {
    grid-template-columns: repeat(2, 1fr) !important;
}
	

.downloadelement {
  width: 30%;
}

.round_elements_small.pull-right, .round_elements_small.pull-left {
  float: none !important;
  right:0px;
}


.home-concept .process-image {
	width: 160px;
	height: 175px;
	margin: 10px auto 50px;
	padding-bottom: 50px;
}

.rubrik {
  width:32.9%;
}

#proditem.prodshow {
    width: 300px;
    height: auto;
	background: none !important;;
    background-size: 100% !important;
    background-position:top;
	display: flex;
	flex-wrap: wrap;
}
	
	
#proditem.prodshow .eigenschaft {
    margin: 10px !important;
    height: 300px;
    top: unset;
    left: unset;
    right: unset;
	width: calc(50% - 20px) !important;
}
	
#proditem.prodshow .eigenschaft, #proditem.prodshow .eigensch_no, #proditem.prodshow .eigensch_no::before, #proditem.prodshow .eigtext {
    position: relative;
}


.filtr_prod_items.show {
  width: calc(100%/3 - 10px);
}
	

}



@media screen and (max-width:772px) {
  
 .jubi-columns {
  transform: scale(1);
  flex-wrap:wrap;
  max-width: 700px;
}

 .jubi-item {
    margin: 20px 20px;
	 max-width: unset;
  }
  
  .jubi-item:nth-of-type(even) .flip-card::before {
  height: 60px;
  top: unset;
}

.jubi-item:nth-of-type(even) .flip-card &gt; span {
  height: 60px;
  top: unset;
	bottom: -61px;
}
	
.jubi-item:nth-of-type(even) .flip-card &gt; span::after {
  top: unset !important;
	bottom: 0 !important;
}
  
 .jubi-item:nth-of-type(even) .flip-card::after {
  display: none;
}
  
 .jubi-item:nth-of-type(even) .flip-card {
  order:1;
}

.jubi-item:nth-of-type(even) .jubi-caption {
  order:2;
  top: -10px;
  position: relative;
}
  
.flip-card {
  height: 180px;
  padding: 12px;
}

.flip-card::after  {
  height: 90px;
  right: -40px;
  bottom:20px !important;
  transform: rotate(-60deg);
}
  
}


@media (max-width: 768px) {

.video-inline .lp-videokachel .video, .video-inline .videoitem .video {
	flex-direction: column;
}
	
	.video-inline .lp-videokachel .video .pic-box, .video-inline .videoitem .video .pic-box {
	width:100%;
}
	
	.video-inline .lp-videokachel .video .text-box, .video-inline .videoitem .video .text-box {
	width: 100%;
}
	.x-column {
    width:calc(100%/2);
    padding: 0px 20px;
}

.xcol-pic-box a {
	margin: 20px auto;
}

	
.x-column .xcol-pic-box, .xcol-pic-box {
  margin-bottom: 0px;
}


	
.termine {
  flex-direction: row;
  flex-wrap: wrap !important;
}

.dates-mb {
    width: calc(100%/3) !important;
    margin: 0 10px 0px;
    float: none;
    display: inline-block;
    max-width: 250px;
}

.dates-mb {
    width: calc(100%/2) !important;
    margin: 0 10px 0px;
    float: none;
    display: inline-block;
    max-width: 250px;
}
	
.dates-mb:only-child {
    width: calc(100%) !important;
    margin: auto !important;
}


.prod_filtr {
  top: 130px;
}

	.schmuckbanner {
		padding:200px 0 !important;
		background-size: cover;
	}

}


@media (max-width: 650px) {

.video .pic-box {
    height: 130px;
    overflow: hidden;
}


.videopart, .eventspart {
    grid-template-columns: repeat(1, 1fr) !important;
}

.videopart &gt; .prodbox a {
	display: flex;
	width: auto;
	margin: 0px;
	transition: all linear 0.5s;
}

	.videopart &gt; .prodbox a {
    flex-direction: row;
    align-items: center !important;
}
	
	
.eventhighlight a {
    flex-direction: row;
    align-items: center !important;
}
	
.prodbox-image, .event_img {
	margin-right: 10px;
	height: 100px;
	min-width: 150px !important;
}
	
.videopart &gt; .prodbox a img, .eventhighlight a img {

}

.flex-col {
    flex-direction: column;
}
	
.column-2 {
    flex: 1 1 100%;
	width:100%;
	margin: 0 0px;
	padding: 0 20px;
}


.bracketlink {
    padding: 20px;
    margin: 10px 0px;
    display: inline-block;
    width: 50%;
    height: 400px;
}
	
	
.bracketlink p {
	line-height: 120%;
	font-size: 13px;
}
	
.bracketlink img{
    max-width: 100%;
}
	
	
.bracketlink img:nth-of-type(2) {
    margin-top: -30px;
}


.filtr_prod_items.show {
  width: calc(100%/2 - 10px);
}

.schmuckbanner {
		padding:100px 0 !important;
		background-size: cover;
	}
	

}


@media (max-width: 530px) {


	
.video-inline .lp-videokachel, .video-inline .videoitem   {
	width: 100%;
}
	
.video-inline .lp-videokachel .video, .video-inline .videoitem .video {
	flex-direction: row;
}
	
	.video-inline .lp-videokachel .video .pic-box, .video-inline .videoitem .video .pic-box {
	width:30%;
	height: 100px;
}
	
	.video-inline .lp-videokachel .video .text-box, .video-inline .videoitem .video .text-box {
	width: 60%;
}


.rubrik {
  width:32.6%;
}
	
	
.rubrik i {
    font-size: 55px;
    display: block;
    margin: 10px 0;
    color: #069;
}

.video .pic-box {
    height: 180px;
    overflow: hidden;
}


.two-column-flex img, .column-two-flex img {
  max-width: 350px;
}

#proditem {
    width: 300px !important;
    height: 300px;
	}
	
	
.eigenschaft:hover {
	margin-left: 3% !important;
	max-width: 290px;
}
	
	
.eigenschaft:hover .eigtext, .eigenschaft:hover .eigtext.right {
    padding: 20px 20px 20px 20px;
    border-radius: 50px;
    max-width: 350px;
    right:unset;
    width: 100% !important;
}

#content .xcol-pic-box &gt; a img {
    /*max-width: 300px;*/
}

/* jubilee */

  .jubi-item {
    margin: 20px 10px;
  }
  
 

	
}


@media screen and (max-width:500px) {
  
   .jubi-item {
    margin: 20px 10px;
  }
  
  
.flip-card {
  height: 120px;
  padding: 12px;
}


@supports not (aspect-ratio: 1) {

.flip-card {
        height: 120px !important;
        width: 120px !important;
    }
}
  
  .flip-card::after {
  height: 45px;
  right: -19px;
  bottom: -20px;
  transform: rotate(-65deg);
}
  
}



@media (max-width: 480px) {

	.x-column {
    width:100%;
}

.lp-videokachel {
    min-height: 230px;
}

.downloadelement {
    width: 45%;
    height: 320px;
}

.responsive-video {
	height: 630px;
}

.bracketlink {
    height: 300px;
}


.link_programm::before, .link_anmeldung::before, .link_impressionen::before {
    width: 30px;
    font-size: 15px;
}	
	
}


@media screen and (max-width: 400px) {

	.dates.dates-mb {width:100% !important;}
	
	.link_programm::before, .link_anmeldung::before, .link_impressionen::before {
        width: 26px;
        font-size: 13px;
    }	
    
    .filtr_prod_items.show {
  width: calc(100%/1 - 10px);
}

}


@media screen and (max-width:391px) {
  
   .jubi-item {
    margin: 20px 5px;
  }
  
  }
</pre></body></html>