/* Theme Name: Ratzeburger Paramentenwerkstatt 2019
Theme Description: Bootstrap-Theme for Ratzeburger Paramentenwerkstatt
Author: Nicolas Lehmann | EMVY  
URI: http://www.emvy.eu
Version: 0.0.1
*/ 
@import url('bootstrap/css/bootstrap.min.css');


html { 
	scroll-behavior: smooth;
	scroll-padding: 84px;
	
}

.wp-block-emvy-blocks-column-wrapper {
	scroll-snap-type: y proximity;
	scroll-padding: 84px;
}


body {
    font-family: 'Karla', sans-serif;
	font-weight: normal;
    font-size: 17px;
    color: #514D4E;
    overflow-x: hidden;
}
body.menu-active {
   position: fixed;
}

body:not(.wp-admin) h1, .wp-block-heading h1 {
	font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 56px;
     color: #AAA2A4;
	 color: #777272;
	 text-transform: lowercase;
	 letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
    body:not(.wp-admin) h1, .wp-block-heading h1 {
        font-size: 36px;
        text-align: left !important;
    }
}
body:not(.wp-admin) h2, .wp-block-heading h2 {
	font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 98px;
	line-height: 102px;
    color: #AAA2A4;
	color: #777272;
	margin-bottom: 30px;
	text-transform: lowercase;
	letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
    body:not(.wp-admin) h2, .wp-block-heading h2 {
        font-size: 72px;
		line-height: 72px;
        text-align: left !important;
    }
}
p + h2 {
    margin-top: 47px;
}
h5 + h2, .h5 + h2, h5 + .h2, .h5 + .h2{
	margin-top: -14px;
}
body:not(.wp-admin) h3, .wp-block-heading h3 {
	font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 44px;
    line-height: normal;
    color: #AAA2A4;
	color: #777272;
	text-transform: lowercase;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
    body:not(.wp-admin) h3, .wp-block-heading h3 {
        font-size: 32px;
        text-align: left !important;
    }
}
p + h3 {
    margin-top: 25px;
}
body:not(.wp-admin) h4, .wp-block-heading h4, body:not(.wp-admin) .h4, .wp-block-heading .h4  {
    font-weight: 700;
    font-size: 21px;
    color: #AAA2A4;
	color: #777272;
	letter-spacing: 0.5px;
	font-family: unset;
    text-transform: unset;
	margin-bottom: unset;
}
@media screen and (max-width: 767px) {
    body:not(.wp-admin) h4, .wp-block-heading h4, body:not(.wp-admin) .h4, .wp-block-heading .h4  {
        font-size: 18px;
        text-align: left !important;
    }
}
body:not(.wp-admin) h5, .wp-block-heading h5, body:not(.wp-admin) .h5, .wp-block-heading .h5 {
    font-weight: 700;
    font-size: 17px;
    color: #DC538E;
    margin-bottom: 14px;
	letter-spacing: 0.5px;
	font-family: unset;
    text-transform: unset;
}
@media screen and (max-width: 767px) {
    body:not(.wp-admin) h5, .wp-block-heading h5 {
        font-size: 17px;
        text-align: left !important;
    }
}



main a {
    color: #DC538E;
    /*font-weight: 600;*/
	text-decoration: none;
	transition: 400ms;
}
main a strong, main strong a {
    color: #514D4E;
}
/*main a:not(.emvy-fondbox-imgbg):after {
	content: "—>";
	letter-spacing: -3px;
	color: #DC538E;
	margin-left: 4px;
    padding-right: 3px;
}
.uagb-post__image a:after, .uagb-post__title a:after {
	display: none;
}*/
.uagb-post-grid .hyperlink-arrow, .emvy-fondbox-imgbg .hyperlink-arrow {
	display: none;
}
.hyperlink-arrow {
	white-space:nowrap;
}

a:hover, a:focus, main a:hover:after, main a:focus:after {
    color: #E991B7;
	color: #91C984;
    color: #BFA8D1;
	text-decoration: none;
	transition: 200ms;
}

/*a[href*='.pdf'] {
    padding-left: 42px; 
    background: url(img/pdf-icon-blau.png) no-repeat;
    background-position: top left;
    background-size: auto 35px;
    min-height: 35px;
    display: inline-block;
}*/


/*hr {
    border: 0;
    border-top: 1px solid #DC538E;
}*/
hr.wp-block-separator { 
    border: none;
    border-bottom: 1px solid #DC538E;
    margin: 42px auto;
	margin-bottom: 0;
	margin-left: 0;
	max-width: 23%;
	max-width: 102px;
	width: 23%;
}
hr.wp-block-separator.wenig-abstand { 
    margin: 15px auto;
}
hr.wp-block-separator + div, hr.wp-block-separator + p, hr.wp-block-separator + h1, hr.wp-block-separator + h2, hr.wp-block-separator + h3, hr.wp-block-separator + h4, hr.wp-block-separator + h5 { 
	margin-top: 60px;
}
hr.wp-block-separator.wenig-abstand + div, hr.wp-block-separator.wenig-abstand + p, hr.wp-block-separator.wenig-abstand + h1, hr.wp-block-separator.wenig-abstand + h2, hr.wp-block-separator.wenig-abstand + h3, hr.wp-block-separator.wenig-abstand + h4, hr.wp-block-separator.wenig-abstand + h5 { 
	margin-top: 21px;
}
hr.wp-block-separator.is-style-wide {
    border-bottom: 1px solid #AAA2A4;
	max-width: 100%;
	width: 100%;
	margin-bottom: 44px;
}


.wp-block-image {
    margin-bottom: 30px;
}



.galerie-beschreibung-innenzeile {
	margin-top: 39px; /* 60 - 21*/
}



/*.kreuz-links:after {
	content: " ";
	position: absolute;
	width: 102px;
	height: 51px;
	bottom: -28px;
	left: -18px;
	background: url(img/kreuz-links.svg) no-repeat;
	background-size: contain;
}*/
.kreuz-links:after {
	content: " ";
	position: relative;
	width: 102px;
	height: 51px;
	background: url(img/kreuz-links.svg) no-repeat;
	background-size: contain;
	display: block;
    margin-top: -4px;
    margin-left: -35px;
}
@media screen and (max-width: 767px) {
.kreuz-links:after {
	width: 24vw;
    height: 12vw;
    margin-top: -1.5vw;
    margin-left: -7vw;
}
}
.kreuz-rechts:after {
	content: " ";
	position: relative;
	width: 102px;
	height: 51px;
	background: url(img/kreuz-rechts.svg) no-repeat;
	background-size: contain;
	display: block;
    margin-top: -4px;
    margin-left: calc( 100% - 102px + 35px );
}
@media screen and (max-width: 767px) {
.kreuz-rechts:after {
	width: 24vw;
    height: 12vw;
	margin-top: -2vw;
    margin-left: calc( 100% - 24vw + 7.5vw );
}






}
}


/* Page title Box */
.headline-container {
	background: #FDDEEA;
	min-height: 276px;
    position: relative;
	margin-bottom: 75px;
	margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
.headline-container {
	min-height: 120px;
	margin-bottom: 60px;
    padding-bottom: 60px;
}
}
.headline-container:after {
	content: " ";
	position: absolute;
	width: 13vw;
    height: calc(13vw * 1.3);
	right: 0;
    bottom: 55px;
	background: url(img/b-signet.svg) no-repeat right top;
	background-size: contain;
	opacity: 0.2;
}
@media screen and (max-width: 767px) {
.headline-container:after {
	width: 22vw;
    height: calc(22vw * 1.3);
    bottom: 15px;
}
}
.headline-container h1 {
	position: absolute;
    left: calc(1.5rem + 15px);
    bottom: 75px;
    padding: 15px;
    padding-right: 30px;
    font-size: 42px;
    line-height: 42px;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 3px;
    color: #707070;
    background: #ffffff;
    min-width: 326px;
}
@media screen and (max-width: 767px) {
.headline-container > .row > div {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	padding-top: 30px;
}
.headline-container h1 {
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    left: auto;
    bottom: auto;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 2px;
    min-width: 30px;
	margin-bottom: 30px;
}
}


/* ul List */
.entry-content ul {
    position: relative;
	padding: 0;
}
.entry-content ul li {
	padding: 0;
	margin-left: 15px;
    list-style: none;
    margin-bottom: 6px;
}
.entry-content ul li:before {
	content: ">";
	color: #E991B7;
	font-weight: 800;
	position: absolute;
	left: 0;
}


.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
.alignright {
    width: 100% !important;
    height: auto;
    margin-bottom: 1.5rem;
    margin-left: 0;
}
.alignleft {
    width: 100% !important;
    height: auto;
    margin-bottom: 1.5rem;
	margin-right: 0;
} 
.alignright img, .alignleft img {
    width: 100%;
    height: auto;
}  
}

.main-content {
	margin-bottom: 95px;
}




@media screen and (max-width: 767px) {
    .mobile-not, .mobil-verstecken {
        display: none !important;
    }
    
}



/* *** Schraffur weiss *** */
.schraffur-weiss:after {
    content: " ";
    display: block;
    position: absolute;
    width: calc( 100% + 10vw );
    height: 168px;
    background: url(img/schraffur.png) no-repeat left bottom;
    margin-top: -84px;
    margin-left: calc( (1110px - 100vw)/2 - 15px );
}




/* *** Video *** */
.wp-block-embed-youtube {
    position: relative;
}
.wp-block-embed-youtube > div {
    position: relative;
    border-left: 80px solid #F2F2F2;
    border-right: 80px solid #F2F2F2;
    border-top: 30px solid #F2F2F2;
    border-bottom: 30px solid #F2F2F2;
    border-radius: 50px;
    position: relative;
}
.wp-block-embed-youtube:after {
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(img/tablet-buttons.svg) no-repeat;
    background-size: contain;
    background-size: 101% 101%;
    background-position: center center;
    z-index: 1;
}
.wp-block-embed-youtube iframe {
    z-index: 2;
}



/* *** Cookie Hinweis *** */
#catapult-cookie-bar {
    bottom: 11% !important;
    background-color: rgba(70,70,70,0.8);
}
#catapult-cookie-bar button {
    background: #f0f0f0;
}
@media screen and (max-width: 767px) {
    #catapult-cookie-bar {
        bottom: 4% !important;
        font-size:  11px;
        padding: 13px !important;
    }
    #catapult-cookie-bar h3 {
        display: none;
    }
    #catapult-cookie-bar .ctcc-left-side {
        margin-top: 0 !important;
    }
        /* preventing overlayering of mobile footer links */
    #catapult-cookie-bar {
        display: none;
    }
    html.has-cookie-bar #catapult-cookie-bar {
        display: block;
    }
    
}





/* *** Top bar *** */
@media screen and (max-width: 1023px) {
.topbar {
	display: none;
}
}
.topbar .widget {
	text-align: right;
	font-size: 15px;
	list-style: none;
	color: #B4B0B0;
}
.topbar .widget a {
	color: #E991B7;
	font-weight: 700;
}





/* *** Header *** */
body:not(.wp-admin) header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.75rem;
	padding-top: 3.5rem;
    padding-bottom: calc( 1.2rem - 7px );
	padding-bottom: 3.5rem;
    margin-bottom: 1.5rem;
    margin-bottom: 0;
    /*background-image: url(img/hk-signet-triangle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: auto 450%;
    background-position: 100% 41%;
    background-blend-mode: color-dodge;*/
    min-height: 139px;
	background: url(img/alsterdorf-farben.png) no-repeat;
	background-position: right 15px;
}
@media screen and (max-width: 1023px) {
    body:not(.wp-admin) header {
        padding-left: 5vw;
        padding-right: 5vw;
        padding-top: 7.07vw;
        padding-bottom: 5vw;
        /*position: fixed;*/
        z-index: 500;
        width: 100vw;
        min-height: auto;
		background: none;
    }
    header .navbar-expand-md {
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

}
body:not(.wp-admin) header nav {
    margin-top: 32px;
} 
@media screen and (max-width: 1023px) {
header nav {
    margin-top: 0;
} 
}
header .logo-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: -10px;
}
@media screen and (max-width: 1023px) {
    header .logo-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 0;
    }
    header .lang-picker-col, header .newsletter-button-col {
        display: none;
    }
}
header .logo-wrapper img {
    width: 272px;
    height: auto;
    height: 74px;
	height: 77px;
	height: 70px;
    width: auto;
    margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
    header .logo-wrapper img {
        width: 50vw;
        height: auto;
		width: auto;
		height: 69px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1023px) {
header .col-9 {
    width: auto;
    max-width: 80px;
    margin-right: 0;
    margin-left: auto;
} 
}















/* *** Menu *** */
@media screen and (max-width: 1023px) {
    header .row2 {
        display: none;
    }
    header .row2.active {
        display: flex;
        position: absolute;
    }
	.navbar-expand-md .navbar-collapse.collapse:not(.show) {
		display: none !important;
	}
}
body:not(.wp-admin) nav {
    display: flex;
}
nav .navbar-collapse {
    align-self: flex-end;
}

body.menu-active header .col-9 {
	z-index: 10;
}

@media screen and (max-width: 1023px) {
    nav .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(255,255,255,0.95);
        text-align: center;
        display: flex;
		align-items: center;
        overflow-y: scroll;
    }
	.navbar-expand-md .navbar-collapse.collapse:not(.show) {
		display: none !important;
	}
}
.hk-main-menu {
    width: 100%;
}
@media screen and (max-width: 1023px) {
.hk-main-menu {
    margin-top: -10vh;
}
}
/*@media screen and (max-width: 1023px) {
    .hk-main-menu {
        display: flex;
        height: 100%;
    }
    .hk-main-menu .menu-hauptmenue-container {
        display: flex;
    }
}*/

.hk-main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
    .hk-main-menu ul {
        flex-direction: column;
    }
}

.hk-main-menu ul > li {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    z-index: 50;
    margin-left: 21px;
}
@media screen and (max-width: 1023px) {
    .hk-main-menu ul > li {
       float: none;
       margin-bottom: 15px;
	   margin-bottom: 1.5vh;
	   margin-left: 0;
    }
	.hk-main-menu ul > li:after {
       content: " ";
	   display: block;
	   width: 23vw;
	   height: 2px;
	   border-top: 1px solid #DC538E;
	   margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		margin-top: 1.5vh;
    }
	.hk-main-menu ul > li:last-child:after {
       display: none;
    }
}

.hk-main-menu ul > li > a {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #8A8384;
	color: #AAA2A4;
	color: #514D4E;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    /*text-shadow: 0px 0px 24px rgba(255,255,255,0.25);*/
    padding: 0px;
}
@media screen and (max-width: 1023px) {
    .hk-main-menu ul > li a {
		font-size: 44px;
		line-height: 44px;
		color: #8A8384;
	}
}
@media screen and (max-width: 767px) {
    .hk-main-menu ul > li a {
		font-size: 8vw;
		line-height: 8vw;
		font-size: 5vh;
		line-height: 5vh;
	}
}

.hk-main-menu ul > li.current-menu-item, .hk-main-menu ul > li.current_page_item > a, .hk-main-menu ul > li.current-menu-parent > a {
	color: #8A8384;
	color: #AAA2A4;
	color: #514D4E;
}
/*.hk-main-menu ul > li:not(.current-menu-item) > a:hover {*/
.hk-main-menu ul > li > a:hover {
	color: #DC538E;
    text-decoration: none;
    
}
.hk-main-menu ul > li > ul > li > a {
    text-decoration: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    white-space: nowrap;
    font-weight: normal;
}
@media screen and (max-width: 1023px) {
.hk-main-menu ul > li > ul > li > a {
    white-space: normal;
}
}
.hk-main-menu ul > li:hover > ul > li:hover:not(.current-menu-item) > a {
    color: #FAB600;
}

/* sub menu */
.hk-main-menu ul > li > ul {
    display: none;
}
@media screen and (min-width: 1024px) {
.hk-main-menu ul > li:hover > ul {
    display: block;
    position: absolute;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
	padding-top: 25px;
    padding-bottom: 11px;
	background: #f6f8f7;
    box-shadow: 0 5px 2px rgba(0,0,0,0.03);
    border-top: 14px solid #ffffff;
}
.hk-main-menu ul > li:hover > ul:after {
    content: " ";
    display: block;
    position: absolute;
    top: -7px;
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 7px 5.5px;
    border-color: transparent transparent #FAB600 transparent;
}
}
@media screen and (max-width: 1023px) {
    .hk-main-menu ul > li > a:hover + ul, .hk-main-menu ul > li > a + ul:hover {
        position: relative;
        display: block;
        margin-left: 0;
        padding-top: 9px;
        padding-bottom: 11px;
        padding-bottom: 0;
        background: none;
        box-shadow: none;
        border-top: 0;
        transition: all 1s;
    }

}
.hk-main-menu ul > li > ul > li {
    display: block;
	float: none;
	position: relative;
	padding-bottom: 8px;
}
@media screen and (max-width: 1023px) {
.hk-main-menu ul > li > ul > li {
	padding-bottom: 0;
	display: block;
}
.hk-main-menu ul > li > ul > li > a {
	font-size: 24px;
	line-height: 24px;
}
}
@media screen and (max-width: 767px) {
.hk-main-menu ul > li > ul > li > a {
	font-size: 18px;
	line-height: 18px;
}
}




/* // // navi icon - burger menu */
/*.menu_icon_wrapper {
    display: block;
	position: relative;
    width: 72px;
	height: 72px;
	float: right;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.4s;
    z-index: 101;
    padding: 0;
}*/
.menu_icon_wrapper.active {
	/*background: #ffffff;
	position: fixed;
	right: calc( (100vw - 1100px) / 2 );
	z-index: 1002;*/
}
.bar1, .bar2, .bar3 {
    width: 32px;
    height: 3px;
	border-radius: 2px;
    background: #193768;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 9px;
    transition: 0.4s;
}
/*.active .bar1, .active .bar2, .active .bar3 {
    background: #0086CA;
}*/
/* Rotate first bar */
.active .bar1 {
    -webkit-transform: rotate(45deg) translate(8px, 8px) ;
    transform: rotate(45deg) translate(8px, 8px);
}
/* Fade out the second bar */
.active .bar2 {
    opacity: 0;
}
/* Rotate last bar */
.active .bar3 {
    -webkit-transform: rotate(-45deg) translate(9px, -9px) ;
    transform: rotate(-45deg) translate(9px, -9px) ;
}


/* mobile navi icon */
@media screen and (min-width: 1024px) {
	.navbar-expand-md .navbar-toggler.menu_icon_wrapper {
		display: none;
	}
}
@media screen and (max-width: 1023px) {
    .navbar-expand-md .navbar-toggler.menu_icon_wrapper {
		display: block;
        padding: 0;
    }
    .menu_icon_wrapper.active {
        /*right: 7.5vw;
        right: 6.25vw;*/
    }
    .menu_icon_wrapper.navbar-toggler {
        border:  none transparent;
    }
    .bar1, .bar2, .bar3 {
        width: 36px;
        height: 3px;
        border-radius: 0px;
        background: #DC538E;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 3px;
        margin-bottom: 6px;
        transition: 0.4s;
    }
    .bar3 {
        margin-bottom: 0;
    }
    .active .bar1 {
        -webkit-transform: rotate(45deg) translate(4px, 3px);
        transform: rotate(45deg) translate(6px, 6px);
    }
    .active .bar3 {
        -webkit-transform: rotate(-45deg) translate(4px, -3px);
        transform: rotate(-45deg) translate(7px, -6px);
    }
}







/* *** Cookie Notice *** */
.cli-plugin-main-link {
	font-weight: normal;
	text-decoration: none;
}









/* *** taetigkeiten *** */
.taetigkeiten {
	min-height: 90px;
}

/* *** mitarbeiter zitate *** */
@media screen and (max-width: 767px) {
.mitarbeiter-zitat {
	margin-bottom: 42px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee9e9;
	font-style: italic;
	font-size: 18px;
}
}




/* *** Termine Plugin Output *** */
body .ai1ec-agenda-widget-view .ai1ec-date, body .ai1ec-agenda-view .ai1ec-date {
	border-top: 0;
	background: none;
	border-bottom: 1px solid #E8E7E5;
	padding-bottom: 15px;
	margin-bottom: 21px;
}
.entry-content .ai1ec-agenda-widget-view .ai1ec-date-title {
	display: block;
	float: none;
	width: 100%;
	border: none;
	box-shadow: none;
	font-weight: normal;
	color: #019DD8;
	font-size: 16px; 
	line-height: 16px;
	letter-spacing: 1px;
    margin: 0;
    overflow: hidden;
    text-align: left;
    text-shadow: none;
	background: none;
	margin-bottom: 5px;
}
.entry-content .ai1ec-agenda-widget-view .ai1ec-date-title:hover, .entry-content .ai1ec-agenda-widget-view .ai1ec-date-title:hover .ai1ec-month {
	color: #BB90BD !important;
}
.entry-content .ai1ec-agenda-widget-view .ai1ec-date-title > div {
	display: inline-block;
}
body .entry-content .ai1ec-agenda-widget-view .ai1ec-date > span {
	margin-bottom: 5px;
}
.ai1ec-agenda-widget-view .ai1ec-month, .ai1ec-agenda-view .ai1ec-month {
    background: none !important;
    border-radius: 0;
    color: #019DD8;
    font-size: 16px; 
	line-height: 16px;
	letter-spacing: 1px;
    padding: 0;
    text-transform: uppercase;
    text-shadow: none;
}
body .ai1ec-agenda-widget-view .ai1ec-day, body .ai1ec-agenda-view .ai1ec-day {
    font-size: 16px; 
	line-height: 16px;
    padding: 0;
}
body .ai1ec-agenda-widget-view .ai1ec-day:after, body .ai1ec-agenda-view .ai1ec-day:after {
    content: " | ";
}
body .ai1ec-agenda-widget-view .ai1ec-weekday, body .ai1ec-agenda-view .ai1ec-weekday {
    font-size: 16px; 
	line-height: 16px;
    padding: 0;
}

body .ai1ec-agenda-widget-view .ai1ec-event {
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
}
body .ai1ec-agenda-widget-view .ai1ec-event > a {
    color: #707070;
    display: block;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
}
body .ai1ec-allday-badge {
    background: #019DD8;
}



/* *** Sidebar *** */
@media screen and (max-width: 767px) {
.main-sidebar {
	display: none;
}
}
.main-sidebar .widget {
	margin-bottom: 45px;
}
.main-sidebar .screen-reader-text {
	display: none;
}
.main-sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.entry-content .main-sidebar ul li {
	margin-left: 0;
}
.entry-content .main-sidebar ul li:before {
	display: none;
}
.main-sidebar .searchform input[type="text"] {
    background-color: #f7f6f6;
    border: none;
    border-radius: 2px;
    width: 82%;
	padding-top: 5px;
    padding-bottom: 5px;
}
.main-sidebar .searchform input[type="submit"] {
	background: url(img/search-icon.svg) no-repeat #FCFBFB top left;
	border: none;
	border-radius: 2px;
    color: transparent;
	width: 14%;
}





/* *** Blog *** */
.blog-list-contentarea {
	background: #FCFBFB;
    padding: 30px;
    padding-bottom: 45px;
    margin-bottom: 55px;
}
.blog-list-contentarea .entry-content ul li:before {
    left: 33px;
}




.pagination .screen-reader-text {
	display: none;
}
.pagination ul.page-numbers {
	list-style: none;
	padding: 0;
	font-size: 21px;
	margin-bottom: 55px;
}
.pagination ul.page-numbers li {
	display: inline-block;
}
.pagination ul.page-numbers li .prev {
	margin-right: 30px;
	font-size: 18px;
	width: 20px;
	overflow: hidden;
	display: inline-block;
	color: transparent;
	margin-bottom: -6px;
	position: relative;
}
.pagination ul.page-numbers li .prev:after {
	content: "<";
	color: #DF418C;
	color: #909090;
	position: absolute;
	top: 0;
	left: 0;
}
.pagination ul.page-numbers li .next {
	margin-left: 30px;
	font-size: 18px;
	width: 20px;
	overflow: hidden;
	display: inline-block;
	color: transparent;
	margin-bottom: -6px;
	position: relative;
}
.pagination ul.page-numbers li .next:after {
	content: ">";
	font-family:"Frutiger Next LT W05 Bold";
	color: #DF418C;
	color: #A5A5A5;
	position: absolute;
	top: 0;
	right: 0;
}
.pagination ul.page-numbers li .next:hover:after, .pagination ul.page-numbers li .prev:hover:after {
	color: #BB90BD;
}
.pagination ul.page-numbers li span.current {
	width: 30px;
    height: 30px;
    display: inline-block;
	background: #DF418C;
	color: #ffffff;
	border-radius: 50% 50%;
	text-align: center;
}






/* *** Kontakt *** */
.wpcf7-form label {
    display: block;
    width: 70.7%;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    width: 100%;
    border: 1px solid rgba(48, 90, 159, 0.5);
    /*border: none transparent;*/
    background: #fbfaf9;
}
@media screen and (max-width: 767px) {
    .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
        width: 90vw;
    }
    .wpb_raw_code iframe {
        width: 90vw;
    }
    .jobs-row .vc_col-sm-1 {
        width: 15vw;
    }
    .jobs-row .vc_col-sm-11 {
        width: 75vw;
    }
}






/* *** Footer *** */
footer {
	background: url(img/alsterdorf-farben.png) no-repeat #F1F0EE;
	background-position: left 15px;
    margin: 0;
	padding-top: 31px;
    padding-bottom: 60px;
    margin-top: 170px;
}
/*@media screen and (min-width: 768px) {
    footer br {
        display: none;
    }
}*/
@media screen and (max-width: 767px) {
    footer {
        
    }
}

footer a {
    color: #514D4E;
    font-weight: normal;
}
footer .col-left {
    display: flex;
    align-items: baseline;
}
footer .col-left .widget {
    margin-right: 15px;
}
@media screen and (max-width: 767px) {
footer .col-left .widget {
    margin-right: 0;
	width: 100%;
}
footer .col-left .widget .textwidget {
    text-align: right;
}
}

@media screen and (max-width: 767px) {
.bghg-footer-right {
	text-align: left;
	/*padding-top: 15px;*/
    margin-top: 30px;
    display: block;
    width: 100%;
    /*border-top: 1px dotted #ffffff;*/
}
}
.bghg-footer-right.widget {
    float: right;
    text-align: right;
    margin-left: 15px;
}
@media screen and (max-width: 767px) {
.bghg-footer-right.widget .textwidget span {
    display: block;
    height: 0;
    opacity: 0;
}
}

.widget.bghg-footer-right ul.menu, .widget.bghg-footer-left ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget.bghg-footer-right ul.menu li {
    display: inline-block;
    margin-left: 15px;
}
.widget.bghg-footer-left ul.menu li {
    display: inline-block;
    margin-right: 15px;
}




/* // // back to top button */
.cf-back-to-top {
    display: block; /* not Hidden by default because of negative bottom */
    position: fixed; /* Fixed/sticky position */
	width: 50px;
	height: 50px;
	bottom: -50px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
	border: 1px dotted #91C984;
	border: 1px dotted #DC538E;
    outline: none; /* Remove outline */
    background: url(img/arrow-up.png) no-repeat center 17px /*rgba(0,0,0,0.4)*/ #F1F0EE; /* Set a background color */
	background-size: 56% auto;
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 100%; /* Rounded corners */
	-webkit-transition: 450ms ease-in-out;
	-moz-transition: 450ms ease-in-out;
	-o-transition: 450ms ease-in-out;
	transition: 450ms ease-in-out;
	
}
.cf-back-to-top.active {
    bottom: 25px; /* Place the button at the bottom of the page */
}
@media screen and (max-width: 767px) {
.cf-back-to-top.active {
    bottom: 30px; /* Place the button at the bottom of the page */
    bottom: 6.25vw; /* Place the button at the bottom of the page */
	right: 6.25vw; /* Place the button 30px from the right */
}
body.page-template-page-fbmessenger .cf-back-to-top.active {
    bottom: 100px; /* Place the button at the bottom of the page */
}


}