/* ================
	GENERAL 
================ */ 

/* MyriadPro Implementation (Fonts stretched on y-axis by 113% from the original version and 102% on x-axis with FontForge)*/
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-LightSemiExt.eot');
    src: url('../fonts/MyriadPro-LightSemiExt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MyriadPro-LightSemiExt.woff') format('woff'),
         url('../fonts/MyriadPro-LightSemiExt.ttf') format('truetype'),
         url('../fonts/MyriadPro-LightSemiExt.svg#mycustomfont') format('svg');
	font-weight: 200;
	font-display: fallback;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-SemiExt.eot');
    src: url('../fonts/MyriadPro-SemiExt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MyriadPro-SemiExt.woff') format('woff'),
         url('../fonts/MyriadPro-SemiExt.ttf') format('truetype'),
         url('../fonts/MyriadPro-SemiExt.svg#mycustomfont') format('svg');
	font-weight: 400;
	font-display: fallback;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-SemiboldSemiExt.eot');
    src: url('../fonts/MyriadPro-SemiboldSemiExt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MyriadPro-SemiboldSemiExt.woff') format('woff'),
         url('../fonts/MyriadPro-SemiboldSemiExt.ttf') format('truetype'),
         url('../fonts/MyriadPro-SemiboldSemiExt.svg#mycustomfont') format('svg');
	font-weight: 600;
	font-display: fallback;
}


/* Letter spacing for all typo */
html { letter-spacing: 1.1px; }

/* Conten Spacer */
@media screen and (min-width: 640px) {
	hr { 
		margin-left: 40px; 
		margin-right: 40px; 
	}
}

/* Listen mit Lotusblüte */
ul.ptm-list { padding-left: 0; }
ul.ptm-list li {
	margin-top: 10px;
	background: url('../images/list-item-3.png') no-repeat 0 3px;
	padding: 0 0 0 46px;
	list-style: none;
	line-height: 25px;
}

/* Tabellen */
.uk-table {border-spacing: 10px 0; border-collapse: separate; margin-left: -10px;}
.uk-table thead th:first-child { padding-left:0; }
.uk-table-striped tr:nth-child(2) td {background-color: #ffffff;}

/* Headlines */
@media screen and (max-width: 419px) { 
	h1, .uk-h1 { font-size: 28px; }
	h2, .uk-h2 { font-size: 24px; }
	h3, .uk-h3 { font-size: 20px; }
} 

/* Blockquotes */
blockquote.uk-margin-large { margin-top: 80px !important; margin-bottom: 80px !important; }

/* Google Maps Hack */
/*.ptm-map-hack > div > div.gm-style > div > div > div > div  { 
    background-image: url('/images/cliparts/gm-pin.png'); 
    display: block; 
    width: 100%; 
    height: 100%;
}
.ptm-map-hack > div > div.gm-style > div > div > div > div > img { opacity: 0;} */


/* ================
		LINKS 
================ */ 

/* better visibility with text-shadow and smooth transition on hover */
.uk-link:not(.uk-button):not(.el-link):not(.c2a-ImgIcon), a:not(.uk-button):not(.c2a-ImgIcon):not(.uk-logo):not(.uk-navbar-toggle):not(.uk-position-cover), a.uk-button-text {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
    transition: all ease 0.2s;
	position: relative;
}

/* Smooth underline (Linebreaks do not work with this solution) */
/*a::before {
    content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -3px;
	left: 0px;
	background-color: #c381d5;
	opacity: 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

a:hover:before { opacity: 1; }*/

.btn, .uk-button-default {
	line-height: 1.4em;
	padding: 11px 25px;
}

/* ================
		HEADER  
================ */
.tm-header { position: absolute; width: 100%; min-height: 1px;}
.tm-headerbar-top { padding-top: 0 !important; }
.tm-headerbar-stacked > div { width: 100%; }
.top-header hr { 
    border-width: 2px;
    border-color: rgba(255,255,255,0.5);
    margin: 70px 20px 30px 20px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4);
}
.top-header .c2a-button { text-align: center; }
.top-header .c2a-termin { margin-top: 15px;}
.top-header .c2a-ImgIcon { /*color: rgba(255,255,255,0.75); */}
.top-header .c2a-ImgIcon:hover { /*color: #ffffff; */}
.top-header .c2a-ImgIcon img { max-width: 65px;}
.top-header .c2a-ImgIcon span.svg { 
	width: 65px;
	height: 65px;
	margin: 15px;
}

@media screen and (min-width: 960px) { 
	.top-header .uk-background-norepeat { 
		min-height: calc(0px + 80vh + 70px) !important; 
		margin-top: -70px !important;	
		position: relative;
	}
	.top-header .uk-background-norepeat > div { 
		position: absolute;
		bottom: 0;
	}
}
@media screen and (max-height: 549px) { 
	.top-header .uk-background-norepeat { 
		min-height: 510px !important; 
		position: relative;
	}
	.top-header .uk-background-norepeat > div {
		position: absolute;
		bottom: 0;
		width: calc(100% - 50px);
	}
}
@media screen and (max-width: 959px) { 
	.top-header hr { margin-top: 25px; } 
	.top-header .uk-background-norepeat { padding-top: 300px; }
} 
@media screen and (max-width: 859px) { .top-header .uk-background-norepeat { padding-top: 250px; }} 
@media screen and (max-width: 639px) { .top-header .uk-background-norepeat { padding-top: 200px; }} 
@media screen and (max-width: 959px) and (max-height: 470px) { 
	.top-header .uk-background-norepeat { 
		padding-top: 0; 
		height: 100vh; 
		position: relative;
		z-index: 0;
	}
	.top-header .uk-background-norepeat .uk-first-column { position: absolute; bottom: 0; }
	nav.uk-navbar { z-index: 1;}
} 


/* ================
		LOGO
================ */ 

#ptm-logo-sticky {
	width: 100% !important;
	position: fixed;
	top: 0; 
	left: 0;
	z-index: 980;
}
#ptm-logo {
	max-width: 1280px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 50px;
	text-align: right;
}
#ptm-logo .uk-logo { 
	display: inline-block;
	margin-right: 40px;
	background: none; /*rgba(63,63,63,0.4) linear-gradient(180deg, rgba(63,63,63,0.3) 0%, rgba(63,63,63,0.5) 100%); */
	top: 0;
	right: 0;
	width: 33%;
    width: calc(100% / 3.001 - 53px) !important;
	max-width: 374px;
}
#ptm-logo .uk-logo img { 
	padding: 0; /* 55px 40px 30px 40px;*/
	width: 100%;
	/*filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.2));*/
}
@media screen and (max-width: 1199px) { #ptm-logo .uk-logo { width: calc(100% / 3.001 - 43px) !important; }}

/* ================
	NAV MOBILE
================ */ 

/* Navbar */
.tm-header-mobile .uk-navbar-container {
	background:	rgba(255,254,254,.4);
	background-image: linear-gradient(180deg,rgba(255,255,255,.3) 0,rgba(255,255,255,.5) 100%);
	height: 70px;
}
.tm-header-mobile nav { 
	padding: 7px 25px 7px 25px; 
	margin-bottom: -75px;
	z-index: 1;
}
.tm-header-mobile nav .uk-navbar-left { 
	left: 0;
	position: absolute;
	z-index: 999;
}
.tm-header-mobile nav .uk-navbar-center { 
	top: 0;
	right: 0;
	left: unset;
	transform: none;
	width: 100%;
}
.tm-header-mobile a.uk-logo { 
	padding-left: 30px;
	position: absolute;
	right: 0;
	top: 5px;
}
.tm-header-mobile a.uk-logo img { 
	max-height: 58px; 
	height: 50px;
	filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.2));
}

.tm-header-mobile .navbar .brand, .tm-header-mobile .navbar .nav > li > a, .tm-header-mobile .navbar-search, 
.tm-header-mobile .uk-navbar-item, .tm-header-mobile .uk-navbar-nav > li > a, .tm-header-mobile .uk-navbar-toggle { min-height: 58px; }
.tm-header-mobile .uk-navbar-left { position: relative; left: 0; padding-left: 0; z-index: 1; }
.tm-header-mobile .uk-navbar-right { position: absolute; right: 0; top: 5px; padding-right: 25px; }
.tm-header-mobile .uk-navbar-toggle {
	height: 100% !important;
	position: relative;
	top: 0;
	left: 0;
	padding-left: 0px;
	padding-right: 25px; 
	max-height:	75px;
}

/* Responsive */
@media screen and (max-width: 420px) { 
	.tm-header-mobile a.uk-logo img { width: 100% }
	.tm-header-mobile a.uk-navbar-toggle span { display: none; }
	.tm-header-mobile .uk-navbar-toggle .uk-navbar-toggle-icon svg { margin-top: 0px; }
	body .uk-navbar-right { margin-top: -5px; padding: 0 5px; }
	body:not(.kontakt):not(.gutscheine.formular) .uk-navbar-right { margin-left: auto; margin-right: auto; }
}
@media screen and (max-width: 640px) { 
	.tm-header-mobile nav { padding: 7px 15px 3px 15px; margin-bottom: -66px;}
	.tm-header-mobile .uk-navbar-right { padding-right: 15px; }
}
@media screen and (max-width: 530px),
	   screen and (max-width: 959px) and (max-height: 575px ) {
	.tm-header-mobile a.uk-logo { margin-right: 34px; padding-left: 50px; }
}
@media screen and (max-width: 959px) {
	.tm-header-mobile a.uk-logo { margin-right: 25px; padding-left: 50px; }
}

/* Seitenspezifisch */
.kontakt .tm-header-mobile a.uk-logo,	
.gutscheine.formular .tm-header-mobile a.uk-logo { margin-right: 5px !important; }

.tm-header-mobile .uk-navbar-toggle .uk-navbar-toggle-icon svg { width: 26px; height: 26px; margin-top: -3px; }
#tm-dialog-mobile.uk-modal-full.uk-open .uk-modal-dialog.uk-text-center button.uk-modal-close-full svg { width: 25px; height: 25px; }

/* Off-Canvas */
.uk-offcanvas-overlay .uk-offcanvas-content { overflow-y: visible; }
#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar { padding: 15px 35px 0 35px; background-color: #f6f8f9; width: 75%; min-width: 316px; max-width: 420px !important; }
#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav { text-align: left; width: 260px;}
#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav-sub { padding: 0; }

#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-offcanvas-close { right: 5px; top: 5px; color: #3f3f3f; margin: 0; padding: 26px; }
#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-offcanvas-close:hover { color: #c381d5; }
#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-offcanvas-close svg { width: 19px; }

#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav li     { font-size: 22px; line-height: 30px; margin: 0; text-transform: uppercase; color: #b0b1b1; letter-spacing: 0.1em; }
#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav li.uk-nav-header,
#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav li.uk-parent { padding: 10px 0; }
#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav-sub li { font-size: 16px; line-height: 20px; margin: 0; text-transform: none; }
#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav-sub li.uk-nav-header { padding-bottom: 5px; padding-top: 15px; }

#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav li a     { padding: 10px 0; color: #3f3f3f; } 
#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav-sub li a { padding:  7px 0; color: #3f3f3f; }

#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav li > a:hover,
#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav-sub li > a:hover           { color: #c381d5; } 
#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav li.uk-active > a,
#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav-sub li.uk-active > a       { color: #c381d5; } 
#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav li.uk-active > a:hover,
#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav-sub li.uk-active > a:hover { color: #a553bb; } 

@media screen and (max-width: 420px) { 
	#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar { width: 100%; min-width: auto !important; }
}
@media screen and (max-height: 1024px) {
	#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav-sub li a { padding: 5px 0; }
}
@media screen and (max-height: 965px) {
	#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav-sub li.uk-nav-header { display: none; } 
	#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav li a     { padding: 7px 0; } 
}
@media screen and (max-height: 806px) { 
	#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav li a     { padding: 5px 0; } 
}
@media screen and (max-height: 734px) {
	#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav li.uk-nav-header { padding: 5px 0; }
	#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar .uk-nav li a { font-size: 90%; padding: 3px 0;}
}
@media screen and (min-height: 735px) {
	#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar li.js-accordion.uk-parent .uk-nav-sub { display: block !important; }
	#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar li.js-accordion.uk-parent > a { margin: 0; padding: 0; color: #b0b1b1; cursor: text;}
	#tm-dialog-mobile.uk-offcanvas .uk-offcanvas-bar li.js-accordion.uk-parent > a:after { display: none; }
}


/* ================
	NAV DESKTOP
================ */

/* 	Navbar */
@media screen and (min-width: 960px) {
	.navbar-background {
		margin-top: -80px;
		padding-top: 145px;
	}
}

#navbar-ptm {
    transition: 0.4s ease;
    transition-property: background-color,border-color,box-shadow;
	z-index: 990;
	position: relative;
	background: #fdfcf5;
}
.navbar-bg-secondary #navbar-ptm { background: #f9f9f8 }
/*.startseite #navbar-ptm { background: #fdfcf5 linear-gradient(90deg,#fdfcf5 0%,#f7f6e6 60%) }*/
.startseite #navbar-ptm { background: #fbfaef; }

#navbar-ptm.uk-sticky-fixed {
    background: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}

#navbar-ptm nav.uk-navbar .moduletable { 
    width: 100%;
	position: relative;
	transition: padding 0.75s ease;
}

#navbar-ptm.uk-sticky-fixed nav.uk-navbar .moduletable { 
        padding-left: 50px;
		margin-left: 50px;
}

@media screen and (min-width: 1200px) {
	#navbar-ptm.uk-sticky-fixed nav.uk-navbar .moduletable { 
        padding-left: 80px;
	}
}

#navbar-ptm nav.uk-navbar .moduletable .uk-navbar-nav {
    display: table;
    display: flex;
    justify-content: space-around; 
	width: 100%;
}
#navbar-ptm.uk-sticky-fixed nav.uk-navbar .moduletable .uk-navbar-nav { justify-content: space-between; }

/*#navbar-ptm nav.uk-navbar .moduletable .uk-navbar-nav li { display: table-cell; text-align: center; }*/

.uk-navbar-nav > li > a {
	padding: 30px 15px;
	line-height: 20px;    
    display: inline-block;
    height: auto;
    overflow: show;
	text-shadow: none;
}

@media (max-width: 1024px) {
	.uk-navbar-nav > li > a {
		padding: 30px 10px;
	}
}

#navbar-ptm .uk-navbar-nav > li > a::after {top: 20px;}
#navbar-ptm .uk-navbar-nav > li > a::before {bottom: 20px;}
#navbar-ptm .uk-navbar-nav > li > a::before,
#navbar-ptm .uk-navbar-nav > li > a::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    height: 1px;
    background-color: transparent;
    transition: 0.4s ease;
    transition-property: background-color,border-color,box-shadow,right,left;
    left: 40%;
    right: 40%;
}

#navbar-ptm .uk-navbar-nav > li:hover > a::before, 
#navbar-ptm .uk-navbar-nav > li > a.uk-open::before, 
#navbar-ptm .uk-navbar-nav > li > a:focus::before,
#navbar-ptm .uk-navbar-nav > li:hover > a::after, 
#navbar-ptm .uk-navbar-nav > li > a.uk-open::after, 
#navbar-ptm .uk-navbar-nav > li > a:focus::after {
    background-color: #7b7975;
    right: 0;
    left: 0;
}

.uk-navbar-nav > li > a:active, /*.uk-navbar-nav > li > a:focus,*/
.uk-navbar-nav > li.uk-active > a { font-weight: 400; }
.uk-sticky-fixed .uk-navbar-nav > li.uk-active > a {	text-shadow: none !important; }


#navbar-ptm:not(.uk-sticky-fixed) .uk-navbar-nav > li.uk-active > a::before { 
	background-color: #7b7975;
	right: 0; 
	left: 0; 
}

#navbar-ptm:not(.uk-sticky-fixed) .uk-navbar-nav > li.uk-active > a { color: #3b332d; }

/* Navbar Logo as Background */
#navbar-ptm .uk-background-norepeat { transition: background-size 0.4s ease-out; background-size: 0 0; }
#navbar-ptm.uk-sticky-fixed .uk-background-norepeat { background-size: 66px 60px; }

/* Navbar Logo as Image-Link */
#navbar-ptm.uk-sticky a#navbar-logo { transition: top 0.4s ease-out; position: absolute; top: calc(50% + 10px); z-index: 3; padding: 10px 10px 10px 0; }
#navbar-ptm.uk-sticky a#navbar-logo img { transition: height 0.4s ease-out; height: 0 !important; width: 0 !important; }
#navbar-ptm.uk-sticky-fixed a#navbar-logo { top: calc(50% - 40px); }
#navbar-ptm.uk-sticky-fixed a#navbar-logo img { 
	height: 60px !important; 
	width: 66px !important; 
	filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.2));
} 

/* 	Dropdown */
#navbar-ptm nav.uk-navbar .uk-navbar-nav > li       .uk-navbar-dropdown	{display: block; visibility: hidden;   opacity: 0; transition: visibility 0.1s, opacity 0.1s linear; transition-delay: 0.5s; position: absolute;}
#navbar-ptm nav.uk-navbar .uk-navbar-nav > li:hover .uk-navbar-dropdown {display: block; visibility: visible;  opacity: 1; transition: visibility 0.2s, opacity 0.2s linear; transition-delay: 0s; }

#navbar-ptm .uk-navbar-dropdown { 
	width: auto; margin-top: 1px; 
	/*display: block; 
	top: auto !important;*/ 
	border-top: 1px solid #efefef; 
	border-left: 1px solid #efefef; 
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2)
}
#navbar-ptm .uk-navbar-dropdown ul li a { color: #3f3f3f;}
/*#navbar-ptm.uk-sticky-fixed .uk-navbar-dropdown {border-top: 1px solid #dcdcdc;}*/

#navbar-ptm .uk-navbar-dropdown ul li { font-size: 15px; }
#navbar-ptm .uk-navbar-dropdown ul li a { padding: 5px 5px 5px 2px; /*display: inline-block;*//*color: #c381d5;*/ }
/*#navbar-ptm .uk-navbar-dropdown ul li a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 1px;
	z-index: -1;
	height: 1px;
	background-color: transparent;
	transition: 0.4s ease;
	transition-property: all;
	transition-property: background-color,border-color,box-shadow,right,left;
	right: 80%;
}*/
#navbar-ptm .uk-navbar-dropdown ul li.uk-active > a { font-weight: 400; color: #c381d5; }
#navbar-ptm .uk-navbar-dropdown ul > li.uk-nav-header {
	border-bottom: 1px solid #e2e3e5;
	font-size: 13px;
	padding: 0 15px 5px 2px;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 5px;
	color: #b0b1b1;
}
#navbar-ptm .uk-navbar-dropdown ul > li:first-child { margin-top: 0 !important; }
#navbar-ptm .uk-navbar-dropdown ul li:hover a {color: #a553bb;}
/*#navbar-ptm .uk-navbar-dropdown ul li:hover a::after {
	background-color: #7b7975;
	right: 0;
	left: 0;
}*/

/* ===========================
		SLIDEPANEL  
=========================== */

/* Mehr Padding für Layout wegen Toggle button 
div.uk-section-primary:not(#outro-image), div.uk-section-secondary:not(#outro-image) { padding-right: 5px; }
#outro-image ~ div.uk-section-primary, #outro-image ~ div.uk-section-secondary { padding-right: 0 !important; } */
@media screen and (max-width: 959px) {	
	div.uk-section-primary:not(#outro-image) p, div.uk-section-secondary:not(#outro-image) p,
	div.uk-section-primary:not(#outro-image) li, div.uk-section-secondary:not(#outro-image) li,
	div.uk-section-primary:not(#outro-image) blockquote, div.uk-section-secondary:not(#outro-image) blockquote,
	div.uk-section-primary:not(#outro-image) h2, div.uk-section-secondary:not(#outro-image) h2,
	div.uk-section-primary:not(#outro-image) h3, div.uk-section-secondary:not(#outro-image) h3,
	div.uk-section-primary:not(#outro-image) h4, div.uk-section-secondary:not(#outro-image) h4,
	div.uk-section-primary:not(#outro-image) h5, div.uk-section-secondary:not(#outro-image) h5 { padding-right: 30px; } 
	div.uk-section-primary:not(#outro-image) .uk-panel p, div.uk-section-secondary:not(#outro-image) .uk-panel p,
	div.uk-section-primary:not(#outro-image) .uk-panel li, div.uk-section-secondary:not(#outro-image) .uk-panel li,
	div.uk-section-primary:not(#outro-image) .uk-panel blockquote, div.uk-section-secondary:not(#outro-image) .uk-panel blockquote,
	div.uk-section-primary:not(#outro-image) .uk-panel h2, div.uk-section-secondary:not(#outro-image) .uk-panel h2,
	div.uk-section-primary:not(#outro-image) .uk-panel h3, div.uk-section-secondary:not(#outro-image) .uk-panel h3,
	div.uk-section-primary:not(#outro-image) .uk-panel h4, div.uk-section-secondary:not(#outro-image) .uk-panel h4,
	div.uk-section-primary:not(#outro-image) .uk-panel h5, div.uk-section-secondary:not(#outro-image) .uk-panel h5 { padding-right: 0px; } 
}


/* General */
#slidepanel { height: 0; }
#slidepanel > div[uk-grid], #slidepanel > div > div[uk-grid] { display: flex; margin-left: -40px; }
#slidepanel > div[uk-grid]  > div:last-child, #slidepanel > div > div[uk-grid] > div:last-child { padding-left: 40px; }
@media (max-width: 1199px) { 
	#slidepanel > div[uk-grid], #slidepanel > div > div[uk-grid] { margin-left: -25px; }
	#slidepanel > div[uk-grid]  > div:last-child, #slidepanel > div > div[uk-grid] > div:last-child { padding-left: 25px; }
}
/*body:not(.startseite):not(.gutscheine) #slidepanel .uk-sticky-placeholder { display: none; }*/
@media screen and (max-width: 959px) { #slidepanel .uk-sticky-placeholder { display: none; }}
#sidebar-bcard {
	z-index: 980;
	padding: 0;
	position: relative;
	top: 15px;
	padding-top: 15px;
	min-width: 277px;
	transition: right 0.5s ease 0s, left 0.5s ease 0s;	
	display:  block !important;
	max-height: 100vh;
}
#sidebar-bcard .wrapper { box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2); }

/* Content */
#sidebar-bcard #bcard-row1,
#sidebar-bcard #bcard-row2,
#sidebar-bcard #bcard-row3 {
    padding-top: 12px;
    padding-bottom: 5px;
    padding-left: 5%;
    padding-right: 5%;
}
#sidebar-bcard #bcard-row1 { 
	background-color: #3f3f3f; 
	text-align: center; 
	color: #ffffff; 
	position: relative; 
}
#sidebar-bcard #bcard-row1 p { 
	font-size: 16px; 
	padding: 0;
	margin: 5px 0 15px 0;
}
#sidebar-bcard #bcard-row2 { 
	background-color: #f0c2fd /*#e2bae3*/; 
	padding-bottom: 20px;
}
#sidebar-bcard #bcard-row2 p { 
    margin: 3px 0 0 0; 
    padding: 0 3px;
	font-size: 13px;
	color: #3b332d;
}
#sidebar-bcard #bcard-row2 h4 { 
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
	padding: 0 3px;
}
#sidebar-bcard #bcard-row2 table {
	margin: 10px 0 20px 0;
	padding: 0;
	width: 100%;
}
#sidebar-bcard #bcard-row2 tr {
	border-bottom: rgba(255,255,255,0.3) 2px solid;
}
#sidebar-bcard #bcard-row2 td:first-child { 
	font-weight: 400; 
	font-size: 13px;
	text-align: left;
	text-transform: uppercase;
	padding-top: 8px;
}
#sidebar-bcard #bcard-row2 a.btn { 
	line-height: 1.1em;
	padding: 12px;
}
#sidebar-bcard #bcard-row2 ul { padding: 0; margin-bottom: 20px; }
#sidebar-bcard #bcard-row2 li {
	font-size: 14px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #3b332d;
	background: url('../images/list-item-3.png') no-repeat 0 0;
	padding: 0 0 0 36px;
	list-style: none;
	line-height: 1.4em;
}
#sidebar-bcard #bcard-row2 td { 
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	color: #3b332d;
	padding: 9px 3px;
}
#sidebar-bcard #bcard-row3 { 
	background-color: #ffffff; 
	padding-bottom: 10px;
}
#sidebar-bcard #bcard-row3 p { 
    margin: 0; 
    padding: 0 0 3px 0;
	font-size: 13px;
	display: block;
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 33px;
}
#sidebar-bcard #bcard-row3 p a { 
	width: 100%; 
	height: 100%; 
	display: block; 
	font-weight: 400;
	text-shadow: none;
}
#sidebar-bcard #bcard-row3 p span { text-align: left; margin-left: 5%;  }
#sidebar-bcard .c2a-ImgIcon span.svg {
	width: 90px !important;
	height: 90px !important;
}

/* Toggle Button */
#sidebar-bcard #sidebar-bcard-toggle { 
	position: absolute; 
    top: -1px;
	left: -41px; 
	height: 100%;
	height: calc(100% + 1px);
	width: 41px !important; 
	background-color: #3f3f3f;
	border: 0px solid #f6f8f9;
	border-width: 1px 1px 0 0;
	cursor: pointer;
	display: block;
	visibility: hidden;
	outline:none;
	padding:0;
}
#sidebar-bcard #sidebar-bcard-toggle title.toggle-title { display: inline; }
#sidebar-bcard #sidebar-bcard-toggle span {
	display: block;
	position: absolute;
	width: 204px;
	height: 41px;
	left: 40px;
	bottom: 0;
	line-height: 41px;
	font-size: 15px;
	transform: rotate(-90deg);
	transform-origin: bottom left;
}
#sidebar-bcard #sidebar-bcard-toggle title {
	font-family: 'MyriadPro';
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
	font-weight: 200;
	text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.4);
	transition: all ease 0.2s;
	margin-left: 5px;
}
#sidebar-bcard #sidebar-bcard-toggle svg {
	width: 20px !important;
	height: 20px !important;
	margin-left: 10px;
	overflow: visible;
	transition: transform 0.2s ease-in-out 0.5s;
}
#sidebar-bcard #sidebar-bcard-toggle svg path {
	fill: rgba(255,255,255,0.8);
	transition: all ease 0.2s;
}
#sidebar-bcard #sidebar-bcard-toggle:hover title { 
	color: #ffffff; 
	text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.8);
}
#sidebar-bcard #sidebar-bcard-toggle:hover svg path { 
	fill: #ffffff; 
}
#sidebar-bcard:not(.sidebar-bcard-hidden) #sidebar-bcard-toggle svg { transform: rotate(180deg); }

/* toggle off for subpages (faded out at beginning) */
.slidepanel-fadeout #sidebar-bcard-toggle { visibility: visible !important; } 
.slidepanel-fadeout #sidebar-bcard { 
	position: absolute;
	top: 0;
	right: 0;
	width: 374px !important;
}
.slidepanel-fadeout #sidebar-bcard.sidebar-bcard-hidden { right: -374px; }

/* toggle off for mobile views (faded out at the beginning) */
@media screen and (max-width: 959px) {
	#slidepanel #sidebar-bcard .wrapper { border-right: 1px solid #f6f8f9; }
	#slidepanel #sidebar-bcard-toggle { visibility: visible !important;}
	#slidepanel #sidebar-bcard { 
		position: fixed;
		width: 374px !important;
		right: 0; 
		top: -1px !important;
		padding-top: 0;
	}
	#slidepanel #sidebar-bcard.sidebar-bcard-hidden { right: -375px; }
	#slidepanel #sidebar-bcard #bcard-row1 { border-top: 1px solid #f6f8f9;	}
}

/* responsive settings */
@media screen and (max-width: 530px),
	   screen and (max-width: 959px) and (max-height: 575px ) {
	.tm-header-mobile a.uk-logo { margin-right: 34px; padding-left: 50px; }
	#sidebar-bcard #sidebar-bcard-toggle { 
		visibility: visible !important; 
	} 
	#slidepanel #sidebar-bcard { width: 300px !important;  }
	#slidepanel #sidebar-bcard.sidebar-bcard-hidden { right: -300px; }
}
@media screen and (max-width: 530px), 
	   screen and (max-height: 580px), 
	   screen (max-height: 680px) and (min-width: 960px) {
	#sidebar-bcard #bcard-row1 { padding-top: 0;}
	#sidebar-bcard #bcard-row1 p { margin: 0; }
	#sidebar-bcard #bcard-row1 .c2a-ImgIcon span.svg { margin: 10px 10px 6px 10px; width: 80px !important; height: 80px !important; }
	#sidebar-bcard #bcard-row1 .c2a-ImgIcon span.svg svg { height: 43px !important; margin-top: 20px !important; }
	#sidebar-bcard #bcard-row2 { padding-bottom: 10px;}
	#sidebar-bcard #bcard-row2 h4 { margin: 0; }
	#sidebar-bcard #bcard-row2 p { line-height: 16px; letter-spacing: 0.9px;}
	#sidebar-bcard #bcard-row2 table { margin: 3px 0 10px 0; }
	#sidebar-bcard #bcard-row2 td { padding: 0 3px 0 3px; letter-spacing: 0.9px; line-height: 27px; }
	#sidebar-bcard #bcard-row2 td:first-child { padding-top: 0px; }
	#sidebar-bcard #bcard-row3 { padding-top: 6px; padding-bottom: 7px; }
	#sidebar-bcard #bcard-row3 p { height: 20px; line-height: 23px;}
	#sidebar-bcard #bcard-row3 svg#social-icon-gm { height: 23px !important; width: 23px !important;  }
	#sidebar-bcard #bcard-row3 svg#social-icon-facebook { height: 20px !important; width: 20px !important; }
	#sidebar-bcard #bcard-row3 svg#social-icon-11880 { height: 23px !important; width: 23px !important; top: 3px; }
	#sidebar-bcard #bcard-row3 svg#social-icon-golocal { height: 20px !important; width: 20px !important;  }
	#sidebar-bcard #bcard-row3 svg#social-icon-goyellow { height: 23px !important; width: 23px !important;  }
	#sidebar-bcard #sidebar-bcard-toggle span { font-size: 12px; letter-spacing: 1px; width: 148px; }
	#sidebar-bcard #sidebar-bcard-toggle svg { width: 16px !important; height: 16px !important; margin-left: 0;}
	#sidebar-bcard #sidebar-bcard-toggle title { font-size: 12px; letter-spacing: 1px; width: 148px; }
}
@media screen and (max-height: 420px),
	   screen and (min-width: 960px) and (max-height: 520px) { 
	#sidebar-bcard #bcard-row3 { display: none; }
}
@media screen and ( max-height: 370px ) { 
	#slidepanel #sidebar-bcard {height: 100%; background: #f0c2fd /*#e2bae3*/; border-bottom: 1px solid #f6f8f9; padding-top: 0;} 
	#sidebar-bcard .wrapper { box-shadow: unset; }
}
@media screen and (min-width: 960px) and (max-width: 1050px) { 
	#sidebar-bcard #bcard-row2 td, #sidebar-bcard #bcard-row2 p { letter-spacing: 0.5px;}
}

/* 	SOCIAL ICONS */
#sidebar-bcard svg#social-icon-11880,
#sidebar-bcard svg#social-icon-goyellow,
#sidebar-bcard svg#social-icon-golocal,
#sidebar-bcard svg#social-icon-gm,
#sidebar-bcard svg#social-icon-facebook { 
	overflow: visible;
	position: absolute; 
	margin: 0; 
}
#sidebar-bcard svg#social-icon-11880 *,
#sidebar-bcard svg#social-icon-goyellow *,
#sidebar-bcard svg#social-icon-golocal *,
#sidebar-bcard svg#social-icon-gm *,
#sidebar-bcard svg#social-icon-facebook * { transition: fill ease 0.2s; }

/* 11880 */
#sidebar-bcard svg#social-icon-11880 {	
	width: 31px !important; 
	height: 31px !important; 
	right: 2px; 
	top: 2px;
}
#sidebar-bcard svg#social-icon-11880 .color-1 {fill:#ffffff;}
#sidebar-bcard svg#social-icon-11880 .color-2, 
#sidebar-bcard svg#social-icon-11880 .color-3 {fill:#b4b4b4;}
#sidebar-bcard a:hover svg#social-icon-11880 .color-1 {fill:#e9f2f4;}
#sidebar-bcard a:hover svg#social-icon-11880 .color-2 {fill:#a7d925;}
#sidebar-bcard a:hover svg#social-icon-11880 .color-3 {fill:#2b218a;}

/* GoYellow */
#sidebar-bcard svg#social-icon-goyellow { 
	width: 27px !important; 
	height: 27px !important; 
	right: 3px; 
	top: 3px; 
}
#sidebar-bcard svg#social-icon-goyellow .color-1 {fill:#b4b4b4;}
#sidebar-bcard svg#social-icon-goyellow .color-2 {fill:#fff;}
#sidebar-bcard a:hover svg#social-icon-goyellow .color-1 {fill:#0a529d;}
#sidebar-bcard a:hover svg#social-icon-goyellow .color-2 {fill:#f8b10c;}

/* golocal */
#sidebar-bcard svg#social-icon-golocal { 
	width: 27px !important; 
	height: 27px !important; 
	right: 3px; 
	top: 3px; 
}
#sidebar-bcard svg#social-icon-golocal .color-1 {fill:#b4b4b4;}
#sidebar-bcard svg#social-icon-golocal .color-2 {fill:#fff;}
#sidebar-bcard svg#social-icon-golocal .color-3 {fill:#b4b4b4;}
#sidebar-bcard svg#social-icon-golocal .color-4 {fill:#fff;}
#sidebar-bcard a:hover svg#social-icon-golocal .color-1 {fill:#445578;}
#sidebar-bcard a:hover svg#social-icon-golocal .color-2 {fill:#afbd11;}
#sidebar-bcard a:hover svg#social-icon-golocal .color-3 {fill:#fff;}
#sidebar-bcard a:hover svg#social-icon-golocal .color-4 {fill:#445578;}


/* Facebook */
#sidebar-bcard svg#social-icon-facebook { 
	width: 27px !important; 
	height: 27px !important; 
	right: 3px; 
	top: 3px; 
}
#sidebar-bcard svg#social-icon-facebook .color-1 {fill:#b4b4b4;}
#sidebar-bcard a:hover svg#social-icon-facebook .color-1 {fill:#3c5a99;}

/* Google Maps */
#sidebar-bcard svg#social-icon-gm { 
	height: 30px !important; 
	width: 30px !important; 
	top: 1px;
	right: 0;
}
#sidebar-bcard svg#social-icon-gm .color-1 {fill:#ffffff;}
#sidebar-bcard svg#social-icon-gm .color-2, 
#sidebar-bcard svg#social-icon-gm .color-5 {fill:#d1d1d1;}
#sidebar-bcard svg#social-icon-gm .color-3, 
#sidebar-bcard svg#social-icon-gm .color-4, 
#sidebar-bcard svg#social-icon-gm .color-6 {fill:#b4b4b4;}
#sidebar-bcard svg#social-icon-gm .color-7 {fill:#ffffff;}
#sidebar-bcard a:hover svg#social-icon-gm .color-1 {fill:#ffffff;}
#sidebar-bcard a:hover svg#social-icon-gm .color-2 {fill:#cbcbcb;}
#sidebar-bcard a:hover svg#social-icon-gm .color-3 {fill:#4b95cd;}
#sidebar-bcard a:hover svg#social-icon-gm .color-4 {fill:#19b071;}
#sidebar-bcard a:hover svg#social-icon-gm .color-5 {fill:#fee059;}
#sidebar-bcard a:hover svg#social-icon-gm .color-6 {fill:#fb574b;}
#sidebar-bcard a:hover svg#social-icon-gm .color-7 {fill:#9d302b;}

/* Rating Star*/
#sidebar-bcard img.social-rating-star { 
	width: 12px !important; 
	height: 12px !important;
	margin-right: -2px;
	margin-top: -4px;
	opacity: 0.8;
	transition: opacity ease 0.2s;
}
#sidebar-bcard a:hover img.social-rating-star { opacity: 1; }


/* ===============================
		CONTENT ALLGEMEIN
===============================*/

/* Weiterführende Links */
.ptm-readmore {
    border-left: 15px solid #edb0ef; 
    padding-left: 15px; 
    padding-top: 35px; 
	padding-bottom: 31px;
    z-index: 0;
	max-width: 960px;
	margin-left: auto;
	width: 100%;
}
.ptm-readmore-mobile {
    border-left: 15px solid #edb0ef; 
    padding-left: 15px; 
}
.ptm-readmore h3 { margin-bottom: 20px; }
@media screen and (max-width: 1199px) { .ptm-readmore { border-left-width: 25px;}}

/* Besonders-Box */
.ptm-what-makes-us-special { 
    background: white; 
    padding: 30px 15px; 
    margin-top: -75px; 
    margin-bottom: 75px !important; 
    box-shadow: 0px 2px 5px 1px  rgba(0,0,0,0.1); 
}
.ptm-what-makes-us-special p {
    text-align: center; 
    margin-top: 0px; 
    margin-bottom: -130px !important;
}
.ptm-what-makes-us-special ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style-type: none;
}
.ptm-what-makes-us-special img {box-shadow: none !important;}
.ptm-what-makes-us-special li {  margin: 0 0 20px 0; }
.ptm-what-makes-us-special a.c2a-ImgIcon span.svg { width: 94px; height: 94px; }
.ptm-what-makes-us-special a.c2a-ImgIcon span.svg svg { height: 51px !important; margin-top: 22px !important; }
.ptm-what-makes-us-special a.c2a-ImgIcon:hover span.btn,
.ptm-what-makes-us-special a.c2a-ImgIcon:focus span.btn { background-color: #a553bb; }
.ptm-what-makes-us-special a.c2a-ImgIcon:active span.btn { background-color: #8a399f; }

/* Backgrounds (Qoute) */
.blockquote-cite-image { position: relative; }
.blockquote-cite-image::before { 
	content: '';
	position: absolute;
	bottom: -35px;
	right: -100px;
	height: 71px;
	width: 86px;
	background: transparent url('../images/blockquote-cite.png') no-repeat -86px 0; 
}
.blockquote-cite-image::after { 
	content: '';
	position: absolute;
	top: -35px;
	left: -100px;
	height: 71px;
	width: 86px;
	background: transparent url('../images/blockquote-cite.png') no-repeat 0 0; 
}

blockquote .el-footer { 
	text-align: right !important;
    margin-top: 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: #525252 !important;
    font-weight: 200 !important;
	display: block !important;
}
blockquote .el-footer::before {
    content: "\2014 " !important;
	font-family: 'MyriadPro';
}
blockquote:not(.blockquote-cite-image) .el-footer { margin-right: 25px; }

@media screen and (max-width: 959px) {
	.blockquote-cite-image { 
		padding: 0 30px; 
		font-size: 18px; 
	}
	.blockquote-cite-image::before { 
		right: -22px; 
		bottom: -12px;
		height: 35px;
		width: 43px;
		background-position: -43px 0;
		background-size: cover;
	}
	.blockquote-cite-image::after {
		left: -22px; 
		top: -12px;
		height: 35px;
		width: 43px;
		background-size: cover;
	}
}


/* Backgrounds (Sections) */
.bg-special-panel { margin-bottom: -105px; }
.bg-special-panel + #grid-cite { padding-top: 230px; }
.uk-section-primary { background: #fdfcf5; }
.uk-section-primary hr { border-color: #f2f2f0; }
/*.uk-section-primary.bg-gradient { background: #fdfcf5 linear-gradient(90deg, #fdfcf5 0%, #f7f6e6 60%); }*/
.uk-section-primary.bg-gradient { background: #fbfaef; }
.uk-section-primary.bg-floral { background: #fdfcf5 url('../images/floral-b.png') no-repeat 0% 100%; }
.uk-section-primary.bg-floral.bg-special-panel { background-position: 0% 95%; }
.uk-section-secondary { background: #f9f9f8; }
.uk-section-secondary hr { border-color: #e9eae7; }
.uk-section-secondary.bg-gradient{ background: #f9f9f8 linear-gradient(191deg, #f9f9f8 20%, #edece9 80%); }
.uk-section-secondary.bg-floral { background: #f9f9f8 url('../images/floral-w.png') no-repeat 0% 100%; }
.uk-section-secondary.bg-floral.bg-special-panel { background-position: 0% 95%; }


/* Grid Teaser (Allgemein) */
.grid-teaser .uk-card-body { padding: 0}
.grid-teaser .el-content { height: 100%; width: 100%; }
.grid-teaser-link .el-content { cursor: pointer; position: unset; }
.grid-teaser > div.el-container > div {width: 100%; height: 100%;}
.grid-teaser .grid-teaser-label * { margin: 0; padding: 0; }
.grid-teaser .grid-teaser-label { 
	background: rgba(255,255,255,0.8);
	height: 100px;
	position: absolute;
	bottom: 14px;
	width: 100%;
	left: 0;
	transition: .3s ease-out;
	transition-property: background-color;
	text-shadow: none;
}
.grid-teaser .grid-teaser-label > div {	
	display: table; 
	height: 100%;
	position: absolute;
	top:0;
	width: 100%;
}
.grid-teaser .grid-teaser-label img, 
.grid-teaser .grid-teaser-label span.svg { 
	margin-top: 0; 	
	width: 94px; 
	height: 94px;
	position: relative;
	top: -65px;
}
.grid-teaser .grid-teaser-label span.svg img { top: 0; border-radius: 0; }

.grid-teaser .c2a-ImgIcon img, 
.grid-teaser .c2a-ImgIcon-default img,
.grid-teaser .c2a-ImgIcon span.svg, 
.grid-teaser .c2a-ImgIcon-default span.svg { background-color: #8f828e; }

.grid-teaser:hover .c2a-ImgIcon img,
.grid-teaser:hover .c2a-ImgIcon-default img, 
.grid-teaser:hover .c2a-ImgIcon span.svg, 
.grid-teaser:hover .c2a-ImgIcon-default span.svg,
.grid-teaser > div:hover .c2a-ImgIcon img, 
.grid-teaser > div:hover .c2a-ImgIcon-default img, 
.grid-teaser > div:hover .c2a-ImgIcon span.svg, 
.grid-teaser > div:hover .c2a-ImgIcon-default span.svg, 
.grid-teaser > a:hover .c2a-ImgIcon img, 
.grid-teaser > a:hover .c2a-ImgIcon-default img, 
.grid-teaser > a:hover .c2a-ImgIcon span.svg, 
.grid-teaser > a:hover .c2a-ImgIcon-default span.svg { background-color: #575757 !important; }

.grid-teaser .grid-teaser-label h4 { 
	line-height: 1.3em;
	padding-top: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	display: block;
}

.grid-teaser .grid-teaser-label > .grid-teaser-text {
	padding: 0;
	margin: 0;
	opacity: 0;
	transition: .3s ease-out;
	transition-property: opacity;
	top: 12px;
}
.grid-teaser > div:hover .grid-teaser-text,
.grid-teaser > a:hover .grid-teaser-text { opacity: 1; }
.grid-teaser .grid-teaser-label > .grid-teaser-text p {
	letter-spacing: 1.1px;
	font-size: 16px;
	line-height: 1.15em;
	padding: 0 10px;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
@media screen and (min-width: 960px) and (max-width: 1150px), 
	   screen and (min-width: 640px) and (max-width: 739px), 
       screen and (max-width: 380px) { 
			.grid-teaser .grid-teaser-label > .grid-teaser-text p { 
				font-size: 14px; 
				letter-spacing: 0.6px;
				line-height: 1.25em;
				padding: 0 10px;
			} 
}

.grid-teaser > div:hover .grid-teaser-label,
.grid-teaser > a:hover .grid-teaser-label { background: rgba(255,255,255,0.95); }
.grid-teaser .grid-teaser-label > .grid-teaser-header h4 { 
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	transform: none;
	top: auto;
	left: auto;
	width: auto;
	opacity: 1;
	transition: .3s ease-out;
	transition-property: opacity;
}
.grid-teaser > div:hover .grid-teaser-label > div  h4,
.grid-teaser > a:hover .grid-teaser-label > div  h4{ opacity: 0; }

.grid-teaser .el-item.uk-card-hover { overflow: hidden; height: 100%; }
.grid-teaser .el-item.uk-card-hover img.el-image {
	transform: scale3d(1,1,1);
	transition: transform 0.3s ease-out;
}
.grid-teaser .el-item.uk-card-hover img.el-image { width: 100%; height: 100%;}
.grid-teaser .el-item.uk-card-hover:hover blockquote, 
.grid-teaser .el-item.uk-card-hover:hover img.el-image,
.uk-transition-active.uk-active .uk-transition-scale-up, .uk-transition-toggle.uk-hover .uk-transition-scale-up, 
.uk-transition-toggle:focus .uk-transition-scale-up, .uk-transition-toggle:hover .uk-transition-scale-up { transform: scale3d(1.03,1.03,1); }

@media screen and (max-width: 959px) {
   .grid-max-width { 
        max-width: 420px; 
        margin-left: auto; 
        margin-right: auto;
		text-align: center;
	}
}

/* Grid Teaser Lexikon */
.lexikon .grid-teaser .uk-card-media-top { overflow: hidden; }
.lexikon .grid-teaser .uk-card-body  { 	padding: 30px 30px 50px 30px; }
.lexikon .grid-teaser .uk-card-body .el-content { 
	margin-top: 15px !important; 
	position: unset; 
	text-shadow: none;
}
.lexikon .grid-teaser .uk-card-body .el-content .readmore { 
    display: block; 
    position: absolute !important; 
    bottom: 30px; 
	text-shadow: 0px 0px 0px rgba(0,0,0,0.6);
	transition: all ease 0.2s;
	color: #c381d5;
}
.lexikon .grid-teaser .uk-card-body .el-title { 
    color: #c381d5;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
    transition: color ease 0.2s;
}
.lexikon .grid-teaser .el-item:hover .readmore,
.lexikon .grid-teaser .el-item:hover .el-title { color: #a553bb;}
.lexikon .uk-section-secondary .grid-teaser .el-item.uk-card-hover:hover { background-color: #ffffff; }
.lexikon .grid-teaser .el-item.uk-card-hover img.el-image {
	max-height: 300px;
	object-fit: cover;
	object-position: bottom;
}
@media screen and (max-width: 959px) {
    .lexikon .grid-teaser > div:nth-child(3) { display: none; }
}

/* Legal (Impressum, Datenschutz, AGB, etc.)*/
.ptm-legal ol li { font-size: 22px;}
.ptm-legal li p { font-size: 16px;}
.ptm-legal h3 + p, .ptm-legal h4 + p, .ptm-legal h3 + h4, .ptm-legal h4 + h5 { margin-top: 8px;}
.ptm-legal h5 + p { margin-top: 0;}
.ptm-legal h3, .ptm-legal h4, .ptm-legal h5 { margin-bottom:0;}

/* Accordion */
.uk-accordion > :nth-child(n+2) { 
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.uk-accordion .uk-accordion-title { 
	position: relative; 
	padding-top: 13px;
	padding-bottom: 13px; 
	border-bottom: 1px solid #3f3f3f;
	margin-bottom: -1px;
}
.uk-accordion .uk-accordion-title h3 { 
	font-size: 20px; 
	margin-bottom: 0; 
	padding-left: 30px; 
	transition: color ease 0.2s;
	margin-right: 55px;
}
.uk-accordion .uk-accordion-title:hover h3 { color: #a553bb; }
.uk-accordion .uk-accordion-title h3 span { 
	display: block; 
	position: absolute; 
	height: 100%; 
	width: 30px; 
	margin-left: -30px;
}
.uk-accordion .el-item.uk-open > .uk-accordion-title h3 { 
	font-weight: 400; 
	text-shadow: none !important;
} 
.uk-accordion .uk-accordion-title:before,  
.uk-accordion .uk-open > .uk-accordion-title:before { 
	background: none; 
	content: unset; 
}
.uk-accordion .uk-accordion-title i { 
	position: absolute;
	right: 20px;
	top: 13px;
	transition: transform ease 0.2s 0s;
}
.uk-accordion .uk-accordion-title h3 i svg { 
	width: 30px; 
	height: 30px; 
}
.uk-accordion .uk-accordion-title:hover i { 
	transform: rotate(90deg); 
	transition: transform ease 0.2s 0.2s;
}
.uk-accordion .uk-open > .uk-accordion-title i { 
	transform: rotate(180deg); 
	transition: transform ease 0.2s 0s;
}
.uk-accordion .uk-open > .uk-accordion-title:hover i { 
	transform: rotate(90deg); 
}
.uk-accordion .uk-accordion-content { padding-bottom: 65px;	}

div.uk-section-primary:not(#outro-image) .uk-accordion h3, div.uk-section-secondary:not(#outro-image) .uk-accordion h3,
div.uk-section-primary:not(#outro-image) .uk-accordion h4, div.uk-section-secondary:not(#outro-image) .uk-accordion h4,
div.uk-section-primary:not(#outro-image) .uk-accordion h5, div.uk-section-secondary:not(#outro-image) .uk-accordion h5 { padding-right: 7px; } 

/* Accordion nested in Accordion */
.uk-accordion .uk-accordion { padding-left: 30px;}
.uk-accordion .uk-accordion .el-item { border-bottom: 0;}
.uk-accordion .uk-accordion > .el-item { 
	border-top: 0;
	border-bottom: 2px solid #e9eae7; 
	margin-top: 0;
	padding-top: 0;
}
.uk-accordion .uk-accordion .uk-accordion-title {
	font-size: 16px; 
	padding: 10px 0; 
	border-bottom: 0;
}
.uk-accordion .uk-accordion-title h4 { 
	font-size: 16px; 
	text-transform: none; 
	margin-bottom: 0; 	
	margin-right: 55px;
	padding-right: 0 !important;
	transition: color ease 0.2s;
}
.uk-accordion .uk-accordion-title:hover h4 { color: #a553bb; }
.uk-accordion .el-item.uk-open > .uk-accordion-title h4 { 
	font-weight: 400; 
	text-shadow: none !important;
}
.uk-accordion .uk-accordion-title h4 i { right: 26px;}
.uk-accordion .uk-accordion .uk-accordion-content { 
	margin-top: 0; 
	padding-bottom: 30px;
}
.uk-accordion .uk-accordion .uk-accordion-content > * { 
	margin-top: 20px; 
	margin-bottom: 20px; 
}
.uk-accordion .uk-accordion .uk-accordion-content > :first-child { margin-top: 10px;}

/* ===============================
		CONTENT Seitenspezifisch
===============================*/

/* 2-spaltiges Layout mit Bildern (erst Text und dann alle Bilder bei responsive) */
@media screen and (max-width: 959px) {
	.col-img-grid .el-image, 
	.col-img-row .el-image { 
    	max-height: 500px;
		object-fit: cover;
		width: 100%;
		object-position: top;
	}
}
@media screen and (min-width: 960px) {
	.col-img-grid > div:nth-child(2)  { 
    	padding-left: 0; 
    	padding-right: 0;
	}
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
	.col-img-grid > div:nth-child(2)  { 
		margin-left: -25px;   
	}
}

/* 2-spaltiges Layout mit Bildern (Je Bild ein Text bei responsive) */
@media screen and (min-width: 960px) {
	.col-img-row > div:first-child  { 
    	padding-left: 0; 
    	padding-right: 0;
	}
	.col-img-row > div:first-child img { 
		max-height: 500px; 
		object-fit: cover;
		width: 100%;
		max-width: 960px;
	}
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
	.col-img-row > div:first-child  { 
		margin-left: -25px;   
	}
}

/* Korrektur der Paddings bei Bildern mit voller Breite auf Desktopview (Kontakt / Lexikon Übersicht) */
@media screen and (min-width: 960px) {
	.lexikon .col2-grid-padding > :nth-child(2) > * {padding-right: 50px;}
}
@media screen and (min-width: 565px) and (max-width: 959px) {
	.lexikon .col-img-grid-lexikon .el-link,
	.lexikon .col1-grid-padding .el-link,
	.lexikon .col2-grid-padding .el-link {
		display: block;
		position: relative;
		height: 350px;
		width: 100%;
		overflow: hidden;
	}
	.lexikon .col-img-grid-lexikon .el-image,
	.lexikon .col1-grid-padding .el-image,
	.lexikon .col2-grid-padding .el-image {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: auto;
		width: 100%;
	}
}
@media screen and (max-width: 959px) {
	.lexikon .col1-grid-padding .el-image,
	.lexikon .col2-grid-padding .el-image {
		padding-right: 25px;
	}
	.lexikon .col1-grid-padding .el-content.uk-button,
	.lexikon .col2-grid-padding .el-content.uk-button,
	.lexikon .col-img-grid-lexikon .el-content.uk-button { 
    	margin-bottom: 40px;
	}
}
@media screen and (max-width: 959px) {
	.col1-grid-padding > :first-child,
	.col2-grid-padding > :nth-child(2) {padding-left: 50px;}
	.col1-grid-padding.uk-grid-large > :first-child,
	.col2-grid-padding.uk-grid-large > :nth-child(2) {padding-left: 65px;}
}
@media screen and (max-width: 639px) {
	.col1-grid-padding > :first-child,
	.col2-grid-padding > :nth-child(2) {padding-left: 40px;}
	.col1-grid-padding.uk-grid-large > :first-child,
	.col2-grid-padding.uk-grid-large > :nth-child(2) {padding-left: 55px;}
	.lexikon .col1-grid-padding .el-image,
	.lexikon .col2-grid-padding .el-image {	padding-right: 15px; }
}

/* Grid Teaser (Startseite - Massagen) */
.grid-massagen .uk-first-column { 
    display: flex; 
    flex-wrap: wrap; 
    margin: 0;
    padding: 0;
}
.grid-massagen .uk-first-column .grid-teaser {
    margin-top: 40px !important;
    padding: 0 0 0 40px;
}
.grid-massagen .uk-first-column .grid-teaser .el-container,
.grid-massagen .uk-first-column .grid-teaser .el-image { width: 100%;}

.grid-massagen .uk-first-column .grid-teaser .el-container a.uk-position-cover { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

@media screen and (max-width: 1199px) { .grid-massagen .uk-first-column .grid-teaser { margin-top: 25px !important; padding-left: 25px; }}

/* Liste Massagen (momentan nicht eingesetzt) */
#list-massagen .el-content { margin-bottom: 0; margin-top: 0 !important; }
#list-massagen .el-item h3 { margin-bottom: 15px; }
#list-massagen .el-item p { margin: 0; }
#list-massagen .el-link { margin-top: 5px; }

@media screen and (min-width: 640px) {

	#list-massagen .el-item h3 { margin-bottom: 20px; }

	#list-massagen .el-content { 
		position: relative; 
		margin-right: 275px;
	}
	
	#list-massagen .el-link { 
		position: absolute; 
		bottom: 0;
		right: 3px;
	}
}

@media screen and (min-width: 760px) and (max-width: 959px) { #list-massagen .el-content span {display: block;}}
@media screen and (min-width: 1080px) { #list-massagen .el-content span {display: block;}}


/* Grid Philosophie / Gutschein */
.grid-gutschein  { height: 100%; }
.grid-gutschein .uk-card-media-top { height: 100%;  background: #f6f8f9;}
.grid-gutschein .uk-card-media-top img { object-fit: cover; min-height: 320px; }
.grid-philosophie > div > a { width: 100%; height: 100%; display: block; position: absolute !important; top: 0; left: 0; z-index: 999;}
@media screen and (max-width: 959px) { .grid-gutschein > div {margin-left: -12.5px;}}


/* Zertifikate */
.ptm-cert p.ptm-cert-text { 
    position: relative; 
    padding-left: 70px;
}
.ptm-cert p.ptm-cert-text span { 
    width: 70px; 
    display: block;
    position: absolute;
    left: 0;
}
.ptm-cert p.ptm-cert-text a {
    word-break: break-all;
}
.ptm-cert img { 
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
}

/* ================
		FOOTER 
================*/
.tm-page > div:last-child{ position: relative; z-index: 1; }
#footer, #footer ~ div { position: relative;  z-index: 1; }

/* Outro-Image */
#outro-image { position: relative; border-top: 1px solid #ffffff; z-index: 980; }
#outro-image .c2a-button { 
	text-align: right;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 40px;
	position: absolute;
	top: 40px;
	right: 0;
}
#outro-image .c2a-ImgIcon span.svg { 
	margin: -38px 40px 8px 25px; 
	float: right;
}
#outro-image .c2a-ImgIcon span.svg {
	width: 90px;
	height: 90px;
}
#outro-image .outro-image img { 
    width: 100%; 
	max-height: 700px;
	object-fit: cover;
	min-height: 350px;
	height: 75vh;
}

@media screen and (max-width: 959px) { 
	#outro-image .outro-image img { max-height: 550px; }
	#outro-image .c2a-button { top: 10px; }
	#outro-image .c2a-ImgIcon span.svg { height: 65px; width: 65px; }
	#outro-image .c2a-ImgIcon span.svg svg { margin-top: 16px !important; height: 35px !important; }
	#outro-image .c2a-ImgIcon span.svg { margin: -26px 15px 8px 10px; } 
}

@media screen and (max-width: 639px) { 
	#outro-image .c2a-ImgIcon { text-align: right; }
	#outro-image .c2a-ImgIcon span:not(.svg) { font-size: 12px;}
	#outro-image .c2a-ImgIcon svg { margin-right: 7px; }
}

@media screen and (max-width: 439px) { 
	#outro-image .c2a-ImgIcon span:not(.svg) { 
		width: 260px; 
		padding-left: 10px;
		display: block;
		margin-top: -8px;
	}
}

/* Content */
#footer h4 { margin: 0 0 20px 0; }

/* Adresse */
#footer  .footer > div:first-child { min-width: 355px; max-width: 360px; }

#footer p { 
	margin: 0 0 15px 0; 
	font-size: 14px;
	line-height: 22px;
}

#footer p.disclaimer { 
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	position: relative;
	padding-left: 10px;
	margin: 30px 0;
}
#footer p.disclaimer sup { 
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 100%;
}

#footer .impressum { position: relative; }
#footer .impressum p {
	margin: 0; 
	padding: 0;
	position: absolute;
	top: -29px; 
}
@media screen and (max-width: 959px) {
	#footer .impressum p { 
		position: relative; 
		top: 30px;
		margin-top: 30px;
	}
}

/* Maps */
#footer ul { 
	padding-left: 0; 
	margin-top: 5px;
}
#footer li {  
	font-size: 14px;
	line-height: 22px;
	list-style: none;
	position: relative;
	padding-left: 15px;
}
#footer li:before {
	content: '>';
	font-family: 'MyriadPro';
	position: absolute;
	left: 0;
}

#footer hr { margin-left: 0; }

#footer small { 
	font-size: 11px;
	line-height: 14px;
	display: block;
	margin-bottom: -20px;
}

/* Footer Form */
#footer #ptm-form .form-actions { margin-bottom: 0;}
#footer #ptm-form #newrecaptcha { border: 1px solid #d1d1d1; }
#footer #ptm-form #newrecaptcha > div {margin-left: -2px; margin-bottom: -3px; margin-top: -1px;  width: 100% !important;  }
#footer #ptm-form #newrecaptcha iframe { width: 100% !important; }
#ptm-form div.form-group {margin-bottom: 0;}

/* Cookies */
#cadre_alert_cookies {	
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2); 
	background: #e9e9e9;
}
#cadre_alert_cookies .cadre_inner_alert_cookies { 
	max-width: 1280px !important; 
	display: block !important;
	padding: 0 40px;
}
#cadre_alert_cookies .cadre_inner_alert_cookies .cadre_inner_texte_alert_cookies {
	padding: 30px 0 !important;
	position: relative;
	display: block !important;
}
#cadre_alert_cookies .cadre_inner_alert_cookies .cadre_texte { 
	width: calc(100% - 210px);
	padding-right: 30px;
	text-align: left !important;
}
#cadre_alert_cookies .cadre_inner_alert_cookies .cadre_texte a { 
	color: #c381d5;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
	transition: all ease 0.2s;
}
#cadre_alert_cookies .cadre_inner_alert_cookies .cadre_texte a:hover { color: #a553bb; }
#cadre_alert_cookies .cadre_inner_alert_cookies .cadre_bouton > div.btn_close { 
	position: initial; 
	padding: 30px 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 210px;
	 display: block;
}
#cadre_alert_cookies .cadre_inner_alert_cookies .cadre_bouton button {
	line-height: 1.4em;
	padding: 11px 25px;
	background-color: #c381d5;
	color: #fff;
	border: 2px solid transparent;
	border-radius: 0;
	margin: 0;
	display: inline-block;
	font-size: 14px;
	transition: all .2s ease-in-out;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1.1px;
	height: 50px;
}
#cadre_alert_cookies .cadre_inner_alert_cookies .cadre_bouton button:hover {
	background-color: #a553bb !important;
	color: #fff;
	border-color: transparent;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,.2);
}
@media screen and (max-width: 959px) {
	#cadre_alert_cookies .cadre_inner_alert_cookies { padding: 0 20px; min-height: 145px; }
	#cadre_alert_cookies .cadre_inner_alert_cookies .cadre_texte { font-size: 14px; }
}
@media screen and (max-width: 767px) {
	#cadre_alert_cookies .cadre_inner_alert_cookies .cadre_inner_texte_alert_cookies {	padding-bottom: 0px !important;}
}
@media screen and (max-width: 559px) {
	#cadre_alert_cookies .cadre_inner_alert_cookies .cadre_texte { width: 100%; text-align: left !important;}
	#cadre_alert_cookies .cadre_inner_alert_cookies .cadre_bouton { float: left !important; }
	#cadre_alert_cookies .cadre_inner_alert_cookies .cadre_bouton > div.btn_close {  padding: 15px 0; position: relative; text-align: left !important;}
	#cadre_alert_cookies .cadre_inner_alert_cookies .cadre_inner_texte_alert_cookies { padding: 15px 0 !important; }
}

/* Hinweise */
#tm-bottom, div.tm-headerbar-stacked { position: absolute; }
.notice-show { display: block !important; }

.notice {
	position: fixed;
	top: 0px;
	left: 35px;
	width: 410px !important;
	background: transparent;
	padding: 0;
	margin: 0;
	animation: none;
	z-index: 990;
}
#ptm-header .notice {padding-bottom: 50px;}
.notice .notice-inner {
	padding: 30px 50px 25px 30px;
	margin: 0 0 1px 0;
	background: rgba(63,63,63,0.96); 
	color: #ffffff;  
}
.notice h1 a { text-decoration: none !important; }
.notice a.uk-button-text:hover { color: #c381d5; }
.notice h1 { 
	font-size: 24px; 
	color: #c381d5;
}
.notice h2 { 
	font-size: 20px; 
}
.notice hr {
	margin-left: 0;
	margin-right: 0;
}
.notice .uk-alert-close { 
	color: #c381d5;
	top: 10px;
	right: 11px;
	opacity: 1;
}
.notice .uk-alert-close:hover { color: #a553bb }
.notice .uk-alert-close svg { width: 20px; height: 20px; }

.notice.notice-mobile { 
	top: auto;
	bottom: 0;
	left: 0;
	width: 100% !important;
	font-size: 14px; 
	z-index: 2;
}
.notice.notice-mobile .notice-inner {
	margin-bottom: 0px;
	padding: 15px 20px 5px 20px;
	background: rgba(63,63,63,1); 
}
.notice.notice-mobile h1 { 
	font-size: 20px; 
	color: #c381d5;
}
.notice.notice-mobile h2 { 
	font-size: 18px; 
}
.notice.notice-mobile .uk-alert-close { top: 19px; right: 20px;}

/* ================
		FORMS 
================*/
/* Tooltip & Formerror */
.tooltip {opacity: 1; z-index:1030; display: block;}
.tooltip.in { opacity: 1; }
.tooltip-arrow { display: none; }
.tooltip-inner { 
	padding: 10px 40px 20px 25px;
	transform:translate(calc(-50% + -26px), calc(100% + 0px));
	text-align: left;
	background-color: #f9f9f8;
	font-size: 14px;
	color: #3f3f3f;
	text-shadow: 0px 0px 0px rgba(63, 63, 63, 0.6);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
	width: 250px;
	max-width: 250px;
}
.tooltip-inner::before { 
	content: 'Hinweis zur Eingabe';
	font-family: 'MyriadPro';
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #b0b1b1;
}

.formError, .formErrorArrowBottom { margin-top: -7px !important; opacity: 1 !important;}
.formError .formErrorContent {
	background: #f9f9f8 /*#c20932*/;
	font-family: MyriadPro;
	line-height: 1.4em;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: none;
	border-right: none;
	border-radius: 0;
	font-weight: 200;
	font-size: 14px;
	color: #3f3f3f;
	text-shadow: 0px 0px 0px rgba(63, 63, 63, 0.6);
	width: 200px;
	padding: 10px 15px;
}
.formError .formErrorArrow div {
    background: #f9f9f8 /*#c20932*/;
}

#ptm-form form .field-validation-error, 
#ptm-form form .field-validation-error:hover:not(:focus) { 
	border-color: #c20932 !important; 
	color: #c20932 !important;  
	text-shadow: 0px 0px rgba(194, 9, 50, 0.6);
}
#ptm-form form .field-validation-error.vscript:focus, 
#ptm-form form input[type="checkbox"].field-validation-error { border-color: #c20932 !important; }
#ptm-form select option { font-family: 'Myriad Pro' !important; font-size: 16px; }

/* General */
#ptm-form form label, 
#ptm-form form input,
#ptm-form form select,
#ptm-form form textarea { 
	font-size: 14px; 
	line-height: 22px;
	width: 100% !important;
	max-width: unset;
	border-width: 1px;
	border-color: #d1d1d1 !important;
	height: 41px;
	background-color: #fbfbfb; /* border und backgroundcolor wird von yootheme nicht gespeichert (bug) */
	color: #3f3f3f !important; 
	text-shadow: 0px 0px 0px rgba(63, 63, 63, 0.6);
}
#ptm-form form input[type="checkbox"] {
	width: 23px !important;
	height: 23px !important;
	border: 1px solid #3f3f3f !important;
	margin: 0;
	background-color: #fbfbfb;
}
#ptm-form form label { background: transparent; }
#ptm-form form select { background: #e2e3e4 url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='1.03' points='16 7 10 13 4 7'%3E%3C/polyline%3E%3C/svg%3E") no-repeat 98% 50%; }
#ptm-form form textarea { height: 143px; }
#footer #ptm-form form textarea { height: 64px; }

#ptm-form form label::placeholder, 
#ptm-form form input::placeholder,
#ptm-form form select::placeholder,
#ptm-form form textarea::placeholder { color: #d1d1d1; text-shadow: 0px 0px rgba(209, 209, 209, 1);}

#ptm-form form label:hover, 
#ptm-form form input:hover,
#ptm-form form select:hover,
#ptm-form form textarea:hover { border-color: #d1d1d1 !important; }
#ptm-form form input[type="checkbox"]:checked {background-color: #c381d5; }
#ptm-form form input[type="checkbox"]:focus { border-color: #3f3f3f !important; }
#ptm-form form input[type="checkbox"]:hover { border-color: #3f3f3f !important; background-color: #a553bb; }

#ptm-form form label:focus, #footer form label:active, 
#ptm-form form input:focus, #footer form input:active,
#ptm-form form select:focus, #footer form select:active,
#ptm-form form textarea:focus, #footer form textarea:active {  
	border-color: #b9b9b9 !important; 
	color: #3f3f3f !important; 
	text-shadow: 0px 0px rgba(63, 63, 63, 0.6);
	background-color: #ffffff;
} 

/* Kalender */
#ptm-form form .field-calendar { width: calc(100% - 37px); }
#ptm-form form .field-calendar .input-append,
#ptm-form form .field-calendar .input-group { 
	width: 100%; 
	position: relative;
} 
#ptm-form form .field-calendar input { 
	width: calc(100% - 50px) !important; 
	margin-right: 0;
	padding: 0 10px;
	border-right-width: 0;
}
#ptm-form form .field-calendar .input-append button,
#ptm-form form .field-calendar .input-group button { 
	float: none; 
	width: 50px;
	height: 41px;
	padding: 0;
	position: absolute;
	right: 0;
	border-width: 1px;
	border-left-width: 0;
	background-color: #e9e9e9;
	box-shadow: none;
	border-color: #d1d1d1 !important;
}
#ptm-form form .field-calendar input:focus + span button { border-color: #b9b9b9 !important; }
#ptm-form form .field-calendar .input-append button i,
#ptm-form form .field-calendar .input-group button span.icon-calendar {	color: #595959; }
#ptm-form form .field-calendar .input-group button span.icon-calendar::before { content: "\f073"; font-family: 'Font Awesome 5 Free' }
#ptm-form form .field-calendar .input-group button span.visually-hidden { display: none; }
#ptm-form form .field-calendar .input-append button:hover,
#ptm-form form .field-calendar .input-group button:hover { 
	box-shadow: none; 
	background-color: #e2e3e4;
}

#ptm-form form .field-calendar .calendar-container .buttons-wrapper { margin-left: 0; }
#ptm-form form .field-calendar .calendar-container .buttons-wrapper button { 
	padding: 11px; 
	margin-left: 0; 
	box-shadow: none;
	background-color: #f0f0f0;
	color: #3f3f3f;
	font-size: 13px;
	border: none;
	margin: 0;
	line-height: 1.4em;
}
#ptm-form form .field-calendar .calendar-container .buttons-wrapper button:hover { 	background-color: #e9e9e9; }
#ptm-form form .field-calendar .calendar-container .buttons-wrapper button:focus { 	background-color: #e9e9e9; }
#ptm-form form .field-calendar .calendar-container .buttons-wrapper button:active { background-color: #e2e3e4; }
#ptm-form form .calendar-container table {max-width: 254px; margin-left:5px;}

/* Buttons */
#ptm-form form .form-actions { 
	padding: 0; 
	border: none;
	margin-top: 0;
}

#ptm-form form button { 
	float: left; 
	background-color: #c381d5;
	color: #ffffff;
}
#ptm-form form button:hover, #footer form button:focus { background-color: #a553bb; }
#ptm-form form button:focus { background-color: #a553bb; }
#ptm-form form button:active { background-color: #8a399f; }
#ptm-form .ladda-button .ladda-label { z-index: unset;}

@media screen and (max-width: 767px) {
	#ptm-form form #wrapper_buttons .row-fluid [class*="span"] {
		float: left;
		width: auto;
		margin-right: 0px;
	}
}

/* Label */
#ptm-form form label { 
	width: 22px !important; 
	height: 41px;
	float: right;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	display: block;
	position: relative;
}
#ptm-form form label i.icon-question-sign,
#ptm-form form label i.fa-question-circle,
#ptm-form form label span.hasTooltip { 
	display: block;
	width: 22px;
	height: 41px;
	margin: 0;
	position: relative;
}
#ptm-form form label i.icon-question-sign::before,
#ptm-form form label i.fa-question-circle::before { 
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23D1D1D1;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;%7D .st1%7Bfill:none;%7D .st2%7Bfill:%23D1D1D1;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='25' cy='25' r='24'/%3E%3Crect y='0' class='st1' width='50' height='50'/%3E%3Cpath class='st2' d='M23.8,16.2c-0.2,0-0.4-0.1-0.4-0.4v-2.6c0-0.2,0.1-0.4,0.4-0.4h2.4c0.2,0,0.4,0.1,0.4,0.4v2.6 c0,0.2-0.1,0.4-0.4,0.4H23.8z M23.9,37.3c-0.2,0-0.4-0.1-0.4-0.4V20.5c0-0.2,0.1-0.4,0.4-0.4h2.3c0.2,0,0.4,0.1,0.4,0.4V37 c0,0.2-0.1,0.4-0.4,0.4h-2.3V37.3z'/%3E%3C/svg%3E");
	height: 22px;
	width: 22px;
	display: block;
	position: relative;
	top: 9px;
}
#ptm-form form label i.icon-question-sign:hover,
ptm-form form label i.fa-question-circle:hover { z-index: 9999; }
#ptm-form form label i.icon-question-sign:hover::before,
#ptm-form form label i.fa-question-circle:hover::before { 
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%233f3f3f;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;%7D .st1%7Bfill:none;%7D .st2%7Bfill:%233f3f3f;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='25' cy='25' r='24'/%3E%3Crect y='0' class='st1' width='50' height='50'/%3E%3Cpath class='st2' d='M23.8,16.2c-0.2,0-0.4-0.1-0.4-0.4v-2.6c0-0.2,0.1-0.4,0.4-0.4h2.4c0.2,0,0.4,0.1,0.4,0.4v2.6 c0,0.2-0.1,0.4-0.4,0.4H23.8z M23.9,37.3c-0.2,0-0.4-0.1-0.4-0.4V20.5c0-0.2,0.1-0.4,0.4-0.4h2.3c0.2,0,0.4,0.1,0.4,0.4V37 c0,0.2-0.1,0.4-0.4,0.4h-2.3V37.3z'/%3E%3C/svg%3E");
	z-index: 9999; 
}

/* Formular Footer */
#footer #newrecaptcha { padding-left: 1px; margin-bottom: -10px;}
@media screen and (min-width: 960px) { #footer  .footer > div:last-child { max-width: 360px; } }

/* Formular Kontaktseite */
.kontakt #ptm-form #secColR textarea { height: 143px; }
.kontakt #ptm-form #secNoteRequired { margin-bottom: 10px; }
.kontakt #ptm-form #bfPage1 .row {margin-left: 0; }
.kontakt #ptm-form #bfPage1 #secColL > div,	.kontakt #ptm-form #bfPage1 #secColR > div { padding: 0; }
.kontakt #ptm-form .bfQuickMode .bfElemWrap {margin-bottom: 10px;}

@media screen and (min-width: 768px) {
	.kontakt #ptm-form #bfPage1 #secColR, .kontakt #ptm-form #bfPage1 #secColL { width: 50%; margin:0; padding: 0; float:left;}
	.kontakt #ptm-form #bfPage1 #secColL > div { padding-right: 20px;} 
	.kontakt #ptm-form #bfPage1 #secColR > div { padding-left: 20px; }
	.kontakt #ptm-form #bfPage1 .form-actions, .kontakt #ptm-form #secNoteRequired { position: relative; float: right; width: 50%; left: 40px;  }
	.kontakt #ptm-form #bfPage1 .form-actions { margin-top: -69px; }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.kontakt #ptm-form #bfPage1 #secColL > div { padding-right: 10px;} 
	.kontakt #ptm-form #bfPage1 #secColR > div{ padding-left: 10px; }
	.kontakt #ptm-form #bfPage1 .form-actions, .kontakt #ptm-form #secNoteRequired { left: 30px;  }
}



/* Gutschein Bestellformular Allgemein */
body.gutscheine.formular .tm-header, body.gutscheine.formular .top-header { display: none; }
body.gutscheine.formular .tm-header-mobile nav { margin-bottom: 0; }

#ptm-form .ptm-form-gutschein { margin-bottom: 100px; padding-top: 65px; }
#ptm-form .ptm-form-gutschein .row { margin-left: 0; }
#ptm-form .ptm-form-gutschein div.form-group {margin-bottom: 10px;}
#ptm-form .ptm-form-gutschein .uk-navbar-nav { 
	margin-bottom: 40px;
	margin-top: 10px;
	justify-content: space-between;
	max-width: 900px;
}
#ptm-form .ptm-form-gutschein .row-fluid [class*="span"]:first-child { padding-right: 20px; }
#ptm-form .ptm-form-gutschein legend,
#ptm-form .ptm-form-gutschein h3 {
	font-size: 22px;
	line-height: 1.4;
	font-weight: 200;
	text-transform: uppercase;
	height: 60px;
	margin: 0 20px 0 0;

}
@media screen and (max-width: 959px) { 
	#ptm-form .ptm-form-gutschein legend,
	#ptm-form .ptm-form-gutschein h3 { 
		height: auto; 
		min-height: 30px; 
		margin-bottom: 15px; 
	}
}


#ptm-form .ptm-form-gutschein #wrapper_buttons #bfElemWrap84, #ptm-form .ptm-form-gutschein #wrapper_buttons #bfElemWrap94, #ptm-form .ptm-form-gutschein #wrapper_buttons #bfElemWrap96, #ptm-form .ptm-form-gutschein #wrapper_buttons #bfElemWrap122 { float: left; padding-right: 20px; }
#ptm-form .ptm-form-gutschein #wrapper_buttons #bfElemWrap85, #ptm-form .ptm-form-gutschein #wrapper_buttons #bfElemWrap95, #ptm-form .ptm-form-gutschein #wrapper_buttons #bfElemWrap97, #ptm-form .ptm-form-gutschein #wrapper_buttons #bfElemWrap123 { float: left; }
#ptm-form .ptm-form-gutschein #wrapper_buttons #bfElemWrap116, #ptm-form .ptm-form-gutschein #wrapper_buttons #bfElemWrap117 { display: inline-block; width: auto !important;}

@media screen and (min-width: 769px) {
	#ptm-form .ptm-form-gutschein #gutschein, #ptm-form .ptm-form-gutschein #wrapper_buttons #bfElemWrap84,
	#ptm-form .ptm-form-gutschein #personaldata, #ptm-form .ptm-form-gutschein #wrapper_buttons #bfElemWrap94,
	#ptm-form .ptm-form-gutschein #summary_address, #ptm-form .ptm-form-gutschein #summary_personaldata #bfElemWrap96, #ptm-form .ptm-form-gutschein #wrapper_buttons #bfElemWrap111 { width: calc(50% - 30px); float: left; padding-right: 30px; }
	#ptm-form .ptm-form-gutschein #envelope, #ptm-form .ptm-form-gutschein #wrapper_buttons #bfElemWrap85,
	#ptm-form .ptm-form-gutschein #shipping_address, #ptm-form .ptm-form-gutschein #wrapper_buttons #bfElemWrap95,
	#ptm-form .ptm-form-gutschein #summary_voucher, #ptm-form .ptm-form-gutschein #summary_personaldata #bfElemWrap97, #ptm-form .ptm-form-gutschein #wrapper_buttons #bfElemWrap112 { width: calc(50% - 30px); float: left; margin-left: 30px; }
	#ptm-form .ptm-form-gutschein #summary_personaldata { width: 100%;}
	#ptm-form .ptm-form-gutschein .row > * { padding-left: 0; }
}

/* Gutschein Bestellformular Navi */
.ptm-form-gutschein .uk-navbar-nav { display: none; } /* Für Bestätigungsseite beim Redirect von Paypal, da diese Seite nicht im Container des Menüitems geladen wird */
#ptm-form .ptm-form-gutschein .uk-navbar-nav { display: flex; }
#ptm-form .ptm-form-gutschein .uk-navbar-nav li {
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.15em;
	margin-right: 20px;
	text-align: center;
	position: relative;
	z-index: 1;
}
#ptm-form .ptm-form-gutschein .uk-navbar-nav li button {
	min-height: auto;
	padding: 0 15px;
	line-height: 16px;
	font-size: 14px;
	letter-spacing: 0.15em;
	height: 40px;
	background: none;
	border-width: 0 !important;
	border: none;
	font-weight: 200;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6);
	color: #3b332d;
	display: inline-block;
}
#ptm-form .ptm-form-gutschein .uk-navbar-nav li.uk-inactive button {
	cursor: text;
	text-shadow: none;
	font-weight: 400;
	color: #b0b1b1; 
}
#ptm-form .ptm-form-gutschein .uk-navbar-nav li button:hover,
#ptm-form .ptm-form-gutschein .uk-navbar-nav li button:focus { box-shadow: none; }
#ptm-form .ptm-form-gutschein .uk-navbar-nav li:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	bottom: 0;
	height: 1px;
	background-color: rgba(255,255,255,.5);
	transition: all 0.3s ease-in-out;
	transition-property: background-color,border-color,box-shadow,height,right;
	left: 0;
	right: 100%;
}
#ptm-form .ptm-form-gutschein .uk-navbar-nav li:not(.uk-inactive):hover:before {
	right: 0;
	background-color: #7b7975;
}
#ptm-form .ptm-form-gutschein .uk-navbar-nav li.uk-active > button { 
	color: #a553bb; 
	font-weight: 400;
	text-shadow: none;
}
#ptm-form .ptm-form-gutschein .uk-navbar-nav li.uk-active::before { 
	right: 0; 
	background-color: #7b7975;
}
@media screen and (max-width: 959px) { 
	#ptm-form .ptm-form-gutschein .uk-navbar-nav { margin-bottom: 0; }
}
@media screen and (max-width: 860px) { 
	#ptm-form .ptm-form-gutschein .uk-navbar-nav li button { padding: 0 5px; }
	#ptm-form .ptm-form-gutschein .uk-navbar-nav li:last-child { margin-right: 35px; }
}
@media screen and (max-width: 767px) {
	#ptm-form .ptm-form-gutschein .uk-navbar-nav li { height: 30px; }
	#ptm-form .ptm-form-gutschein .uk-navbar-nav li button { 
		max-width: 125px; 
		text-align: left;
		height: 15px;
		overflow: hidden;
	}
}
@media screen and (max-width: 514px) {
	#ptm-form .ptm-form-gutschein .uk-navbar-nav li { height: 25px; margin-right: 0; }
	#ptm-form .ptm-form-gutschein .uk-navbar-nav li button { 
		letter-spacing: 0.075em; 
		padding: 0; 
		font-size: 13px;  
	}
	#ptm-form .ptm-form-gutschein .uk-navbar-nav li button span { display: none; }
}
@media screen and (max-width: 419px) {
	#ptm-form .ptm-form-gutschein .uk-navbar-nav li:last-child { margin-right: 5px; }
}
@media screen and (max-width: 359px) {
	#ptm-form .ptm-form-gutschein .uk-navbar-nav { margin-left: -10px; margin-right: -10px; }
}

/* Summary */
#ptm-form .ptm-form-gutschein #wrapper_buttons { margin-top: 50px; }
#ptm-form .ptm-form-gutschein input,
#ptm-form .ptm-form-gutschein select,
#ptm-form .ptm-form-gutschein textarea { 
	width: calc(100% - 37px) !important;
	margin-right: 15px;
}

#ptm-form .ptm-form-gutschein #wrapper_summary div.form-inline > div { display: flex; }
#ptm-form .ptm-form-gutschein #wrapper_summary label {
	text-indent: initial;
	white-space: initial;
	min-width: 170px;
	width: 33% !important;
	max-width: 200px;
	float: none;
	font-size: 16px;
}
#ptm-form .ptm-form-gutschein #wrapper_summary label:hover { cursor: auto; }
#ptm-form .ptm-form-gutschein #wrapper_summary label + span { 
	height: 41px; 
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
#ptm-form .ptm-form-gutschein #wrapper_summary .bfNotAvailable { color: #e2e3e4 }
#ptm-form .ptm-form-gutschein #wrapper_summary .control-group { margin-bottom: 0;}
@media screen and (max-width: 959px) {
	#ptm-form .ptm-form-gutschein #wrapper_summary label,
	#ptm-form .ptm-form-gutschein #wrapper_summary label + span { height: auto; min-height: 30px; }
}

/* AGB */
#ptm-form .ptm-form-gutschein #agb label { 
	font-size: 16px;
	line-height: 23px;
	text-indent: initial;
	width: calc(100% - 45px) !important;
	padding-left: 15px;
	white-space: initial;
	height: auto;
	margin-bottom: 15px;
}
#ptm-form .ptm-form-gutschein #agb label + span { float: left; }

#ptm-form .ptm-form-gutschein #agb ul { padding-left: 0; margin-bottom: 50px; }
#ptm-form .ptm-form-gutschein #agb ul li {
	margin-top: 5px;
	margin-bottom: 10px;
	background: url('../images/list-item-3.png') no-repeat 0 1px;
	padding: 0 0 0 45px;
	list-style: none;
}
#ptm-form .ptm-form-gutschein #agb #wrapper_buttons { margin-bottom: 50px; }
#ptm-form .ptm-form-gutschein #agb #wrapper_buttons p { margin-bottom: 20px; }
#ptm-form .ptm-form-gutschein #agb #wrapper_buttons input { 
	width: auto !important; 
	margin-right: 0; 
	height: 84px;
	border: 2px solid #58ABD0 !important;
	border-radius: 10px;
	background: #fff;
	transition: all ease 0.2s;
}

#ptm-form .ptm-form-gutschein #agb #wrapper_buttons #ff_elem116 {
	background: url('/images/cliparts/button_payment_ec_vorkasse.svg') no-repeat;
	width: 230px !important;
	height: 88px;
	margin-right: 20px;
	cursor: pointer;
	height: 84px;
}

#ptm-form .ptm-form-gutschein #agb #wrapper_buttons input:hover {
	border-color: #296085 !important;
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
} 
#ptm-form .ptm-form-gutschein #agb #wrapper_buttons .row-fluid .control-group { 
	width: auto !important; 
	margin: 0 !important; 
}
@media screen and (max-width: 520px) {
	#ptm-form .ptm-form-gutschein #agb #wrapper_buttons .row-fluid .control-group { margin: 0 10px 10px 0 !important; padding: 0; }
	#ptm-form .ptm-form-gutschein #agb #wrapper_buttons input { width: 150px !important }
}

/* Umschlagauswahl */
#ptm-form .ptm-form-gutschein #envelope .control-group { margin-bottom: 0; }
#ptm-form .ptm-form-gutschein #envelope label { 
	position: relative;
	cursor: pointer;
	width: 50% !important; 
	height: 51px; 
	float: left; 
	padding: 0;
	margin: -5px 0 10px -5px;
	font-size: 14px;
	color: #525252 !important;
	vertical-align: middle !important;
	line-height: 15px;
	background-color: transparent;
	white-space: initial;
	text-indent: 0;
}
#ptm-form .ptm-form-gutschein #envelope label input { 
	/* Für IE9 Kompatibilität wird das Span und nicht der Input/Radiobutton gestyled
	   nur Webkitbrowser erlauben das stylen der Radiobuttons per CSS
	   Lösung gefunden auf https://codepen.io/leny/pen/vqrhu
	*/
	position: absolute;
	left: -999em;
}

#ptm-form .ptm-form-gutschein #envelope label input + span:before {
	content: '';
	margin: 0 8px 0 0;
	height: 51px;
	width: 51px; 
	padding: 3px;
	border: 2px solid #f9f9f8 !important;
	border-radius: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23525252' points='1.4,6.5 10,11 18.6,6.5'%3E%3C/polyline%3E%3Cpath fill='%23525252' d='M 1,4 1,16 19,16 19,4 1,4 Z M 18,15 2,15 2,5 18,5 18,15 Z'%3E%3C/path%3E%3C/svg%3E");
	background-position: 3px 3px;
	background-color: transparent;
	background-repeat: no-repeat;
	transition: border-color ease 0.2s;
	display: inline-block;
	vertical-align: middle;
}

#ptm-form .ptm-form-gutschein #envelope label input[type="radio"]:checked + span:before { border-color: #a553bb !important; }
#ptm-form .ptm-form-gutschein #envelope label input[type="radio"]:checked {	border-color: #a553bb !important; }
#ptm-form .ptm-form-gutschein #envelope label input[value="Matt Gelb"] + span:before { background-image: url("../images/kuverts/kuvert-matt-gelb_qu.jpg"); }
#ptm-form .ptm-form-gutschein #envelope label input[value="Matt Orange"] + span:before { background-image: url("../images/kuverts/kuvert-matt-orange_qu.jpg"); }
#ptm-form .ptm-form-gutschein #envelope label input[value="Matt Rot"] + span:before { background-image: url("../images/kuverts/kuvert-matt-rot_qu.jpg"); }
#ptm-form .ptm-form-gutschein #envelope label input[value="Matt Violett"] + span:before { background-image: url("../images/kuverts/kuvert-matt-violett_qu.jpg"); }
#ptm-form .ptm-form-gutschein #envelope label input[value="Matt Blau"] + span:before { background-image: url("../images/kuverts/kuvert-matt-blau_qu.jpg"); }
#ptm-form .ptm-form-gutschein #envelope label input[value="Matt Gr\00fcn"] + span:before { background-image: url("../images/kuverts/kuvert-matt-gruen_qu.jpg"); }
#ptm-form .ptm-form-gutschein #envelope label input[value="Matt Creme"] + span:before { background-image: url("../images/kuverts/kuvert-matt-creme_qu.jpg"); }
#ptm-form .ptm-form-gutschein #envelope label input[value="Creme Hochzeit"] + span:before { background-image: url("../images/kuverts/kuvert-matt-creme_qu.jpg"); }
#ptm-form .ptm-form-gutschein #envelope label input[value="Glanz Silber"] + span:before { background-image: url("../images/kuverts/kuvert-glaenzend-silber_qu.jpg"); }
#ptm-form .ptm-form-gutschein #envelope label input[value="Glanz Gold"] + span:before { background-image: url("../images/kuverts/kuvert-glaenzend-gold_qu.jpg"); }
#ptm-form .ptm-form-gutschein #envelope label input[value="Glanz Bronze"] + span:before { background-image: url("../images/kuverts/kuvert-glaenzend-bronze_qu.jpg"); }
#ptm-form .ptm-form-gutschein #envelope label input[value="Glanz Violett"] + span:before { background-image: url("../images/kuverts/kuvert-glaenzend-violett_qu.jpg"); }
#ptm-form .ptm-form-gutschein #envelope label input[value="Glanz Grün"] + span:before { background-image: url("../images/kuverts/kuvert-glaenzend-gruen_qu.jpg"); }
#ptm-form .ptm-form-gutschein #envelope label input[value="Hochglanz Silber"] + span:before { background-image: url("../images/kuverts/kuvert-hochglaenzend-silber_qu.jpg"); }
#ptm-form .ptm-form-gutschein #envelope label input[value="Hochglanz Gold"] + span:before { background-image: url("../images/kuverts/kuvert-hochglaenzend-gold_qu.jpg"); }


/* ================
		BUTTONS 
================*/

/* General Settings */
.c2a-ImgIcon  {
    text-transform: uppercase; 
    font-weight: bold; 
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    /*text-shadow: 0px 1px 5px rgba(0,0,0,0.3);*/
	display: inline-block;
    transition: all 0.2s ease-in-out;
	text-align: center;
}

.c2a-ImgIcon img { 
	margin: 15px;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
}

.c2a-ImgIcon span.svg { 
    border-radius: 100%;
	width: 90px;
	height: 90px;
	display: inline-block;
    overflow: hidden;
    transition: background-color 0.2s ease-in-out;
	margin: 15px;
}

.c2a-ImgIcon svg path { 
    transition: all 0.2s ease-in-out;
}

/* Default Button */
.c2a-ImgIcon, .c2a-ImgIcon-default { color: #f0c2fd; }
.c2a-ImgIcon svg path, .c2a-ImgIcon-default svg path  { fill:#e4bee0; }
.c2a-ImgIcon span.svg, .c2a-ImgIcon-default span.svg { background-color: #c381d5; box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2); }
.c2a-ImgIcon:hover span.svg, .c2a-ImgIcon-default:hover span.svg,
.c2a-ImgIcon:focus span.svg, .c2a-ImgIcon-default:focus span.svg,
.uk-card:hover .c2a-ImgIcon span.svg, .uk-card:hover .c2a-ImgIcon-default span.svg,
.grid-teaser > div:hover .c2a-ImgIcon span.svg, .grid-teaser > div:hover .c2a-ImgIcon-default span.svg { background-color: #a553bb; }
.c2a-ImgIcon:active span.svg, .c2a-ImgIcon-default:active span.svg { background-color: #8a399f; }

/* Primary Button */
.c2a-ImgIcon-primary { color: #b980d5; }
.c2a-ImgIcon-primary:hover, .c2a-ImgIcon-primary:focus, .c2a-ImgIcon-primary:active { color: #a553bb; } 
.c2a-ImgIcon-primary svg path  { fill:#f5ebf8; }
.c2a-ImgIcon-primary:focus span.svg { background-color: #a553bb; }
.c2a-ImgIcon-primary:active span.svg { background-color: #8a399f; }

/* Secondary Button */
.c2a-ImgIcon-secondary { color: #ffffff; }
.c2a-ImgIcon-secondary:hover, .c2a-ImgIcon-secondary:focus, .c2a-ImgIcon-secondary:active { color: #f7f7f7; } 
.c2a-ImgIcon-secondary svg path  { fill:#f5ebf8; }
.c2a-ImgIcon-secondary span.svg { background-color: #c074d5; }
.c2a-ImgIcon-secondary:focus span.svg { background-color: #a553bb; }
.c2a-ImgIcon-secondary:active span.svg { background-color: #8a399f; }

/* Tertiary Button */
.c2a-ImgIcon-tertiary { color: #f0c2fd; }
.c2a-ImgIcon-tertiary:hover, .c2a-ImgIcon-tertiary:focus, .c2a-ImgIcon-tertiary:active { color: #e0d8fe; } 
.c2a-ImgIcon-tertiary svg path  { fill:#f5ebf8; }
.c2a-ImgIcon-tertiary span.svg { background-color: #c381d5; }
.c2a-ImgIcon-tertiary:hover span.svg, .c2a-ImgIcon-tertiary:focus span.svg { background-color: #b4a5e4; }
.c2a-ImgIcon-tertiary:active span.svg { background-color: #c1b3ef;  }

/* Quaternary Button */
.c2a-ImgIcon-quaternary { color:  #4a4a4a; }
.c2a-ImgIcon-quaternary:hover, .c2a-ImgIcon-quaternary:focus, .c2a-ImgIcon-quaternary:active { color: #3b332d; } 
.c2a-ImgIcon-quaternary svg path  { fill:#f5ebf8; }
.c2a-ImgIcon-quaternary:focus span.svg { background-color: #a553bb; }
.c2a-ImgIcon-quaternary:active span.svg { background-color: #8a399f; }

/* Span Shadow */
.c2a-ImgIcon-shadow span.svg { position: relative; z-index: 1;}
.c2a-ImgIcon-shadow span.svg + span {
	height: 0;
	display: inline-block;
	z-index: 2;
 }
 .c2a-ImgIcon-shadow span.svg + br + span { 
	height: 0;
	display: inline-block;
	z-index: 2;
}
.c2a-ImgIcon-shadow.c2a-ImgIcon-secondary span.svg + span       { box-shadow: 55px 30px 70px 60px rgba(0,0,0,0.4); }
.massagen .c2a-ImgIcon-shadow.c2a-ImgIcon-secondary span.svg + br + span  { box-shadow: 0     5px 45px 10px rgba(0,0,0,0.5); }
.c2a-ImgIcon-shadow.c2a-ImgIcon-secondary span.svg + br + span  { box-shadow: 0     5px 45px 10px rgba(0,0,0,0.6); }
.c2a-ImgIcon-shadow.c2a-ImgIcon-quaternary span.svg + span      { box-shadow: 55px 30px 70px 60px rgba(255,255,255,0.5); }
.c2a-ImgIcon-shadow.c2a-ImgIcon-quaternary span.svg + br + span { box-shadow: 0     5px 45px 10px rgba(255,255,255,0.6); }

/* To-Top Scroller */
a.uk-totop svg { 
	border: 5px solid; 
	border-radius: 100%; 
	height: 30px;
	width: 30px;
	padding: 8px;
	color: #cdcdcd;
	transition: all ease 0.2s;
}
a.uk-totop:hover svg { color: #a553bb;}
a.uk-totop svg polyline { stroke-width: 4; }


/* =====================
      Cookie Consent 
   ===================== */
	/* Button Cookie-Richtlinie */
	div.cc-revoke { 
		background-color: #c381d5 !important;
		text-decoration: none !important; 
		color: #ffffff !important; 
		font-size: 14px !important;
		transition: all ease 0.2s !important; 
		border-radius: 0 !important; 
		padding: 1em !important; 
		margin: 0 !important;
		left: unset !important;
		right: 0;
		font-family: 'MyriadPro';
		text-transform: uppercase;
	}
	div.cc-revoke:hover, 
	.cc-btn:hover, 
	.cc-btn:focus { background-color:  #a553bb !important; transform: initial !important;  }
	@media (max-width: 500px) { div.cc-revoke { padding: 0.65em !important; font-size: 13px !important; }}

	@media screen and (max-width: 959px) { div.cc-revoke { z-index: 1 !important; }}

	/* Popup Box */
	div.cc-window.cc-floating {box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2); padding: 2em 1.8em 3em 1.8em !important;}
	div.cc-window.cc-floating div.cc-compliance {flex-wrap: nowrap !important;}

	/* Popup Buttons */
	div.cc-window .cc-btn { 
		text-decoration: none !important;
		font-size: 14px; 
		font-weight: 400; 
		border-width: 0; 
		line-height: 1.4em; 
		padding: 11px 25px; 
		text-transform: uppercase; 
		letter-spacing: 1.1px; 
		transition: .2s ease-in-out !important; 
		transition-property: color,background-color,background-position,border-color,box-shadow;
		font-family: 'MyriadPro'
	}
	div.cc-window .cc-highlight .cc-btn:first-child:focus, 
	div.cc-window .cc-highlight .cc-btn:first-child:hover { background-color: #e6e8ea !important;}
	div.cc-window .cc-btn.cc-deny {margin-right: 1.5em !important;}
	div.cc-window div.cc-compliance.cc-highlight { position: relative; top: 35px; }

	/* Popup Links */
	div.cc-window .cc-link, 
	div.cc-window .cc-link:active, 
	div.cc-window .cc-link:visited {
		text-decoration: none !important; 
		color: #c381d5 !important; 
		transition: all ease 0.2s !important; 
		text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6)
	}
	div.cc-window div.cc-checkboxes-container a:not(.cc-btn):hover, 
	div.cc-window .cc-link:hover { color: #a553bb !important; }
	div.cc-window .cc-link.cc-cookie, 
	div.cc-window .cc-link.cc-privacy { font-size: 0.7em; position: relative; top: 125px;}
	div.cc-window .cc-link.cc-cookie::after { content: '\00B7'; margin-left: 12px; }

	/* Popup Text */
	div.cc-window span.cc-message-text {line-height: 1.58; font-weight: 200; font-family:  'MyriadPro'}

	/* Popup Checkboxes */
	div.cc-window input.cc-cookie-checkbox + span::after {
		border-width: 0;
		background-image: none;
	}
	div.cc-window div.cc-checkboxes-container.cc-checkboxes-filled { position: relative; top: -75px; left: 2px; }
	div.cc-window div.cc-checkboxes-container a:not(.cc-btn) { margin-left: 16px; padding-top: 4px;}
	div.cc-window div.cc-checkbox-container {margin-right: 20px;}
	div.cc-window div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked + span::after {
		left: 7px;
		top: 3px;
		height: 13px;
		width: 6px;
	}
	div.cc-window input.cc-cookie-checkbox + span::before {
		border: 1px solid #3f3f3f;
		background: #FFF;
		background-color: rgb(255, 255, 255);
		width: 22px !important;
		height: 22px !important;
	}
	div.cc-window div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:disabled + span::after {
		left: 5px;
		top: 2px;
		height: 13px;
		width: 7px;
	}
	div.cc-window div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox + span::before, 
	div.cc-window div.cc-checkbox-container.cc-checkboxes-filled input.cc-cookie-checkbox + span::after {
	    /*background-color: #c381d5 !important;*/
		border-color: #3f3f3f !important;
		transition: background-color .25s;
	}
	div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked + span::before, 
	div.cc-checkbox-container.cc-checkboxes-filled input.cc-cookie-checkbox:checked + span::after {
		background-color: #c381d5 !important;
	}

	div.cc-window div.cc-checkboxes-container.cc-checkboxes-filled input.cc-cookie-checkbox:not(#cookie_cat1) + span:hover:before, 
	div.cc-window div.cc-checkbox-container.cc-checkboxes-filled input.cc-cookie-checkbox:not(#cookie_cat1) + span:hover:after {
	    background-color: #a553bb !important;
	}
