/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* General ADI Style */

.fIfkVo {
	border-radius: 0px;
}

.em.em-list {
	grid-gap: 0px;
}

html{
	width: 100%;
	overflow-x:hidden;
}

#submitdiv { display: block !important; visibility: visible !important; }

body{
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
strong, b{
	font-weight: bold;
}

.content-area {
	padding-top: 12%;
}

#adi_logo .elementor-widget-image a {
	display: block;
}

div[data-elementor-type="wp-page"] {
	padding-top: 12%;
}

div:has(> section.adi_publikationen) {
	box-shadow: 4px 4px 33px rgba(0, 0, 0, 0.25);
	background-color: #fff;
	height: 100%;
}

.woocommerce-Tabs-panel h2 {
	display: none;
}

.adi_publikationen_container > * .swiper {
	overflow: visible !important;
}

.elementor-container{
	hyphens: auto;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding: 0;
}

.elementor-widget-heading h2{
		padding-bottom: 27px;
}

.adi_module_box a {
	color: #A10E2F !important;
}

.certification-box {
	aspect-ratio: 1 / 1;
}

.elementor-widget-image.size-full a img[src$=".svg"] {
	width: 100% !important;
}

@media (max-width: 768px){
	.elementor-top-section{ margin: 12% 0 0 0;};
	
	.content-area {
		padding-top: 20%;
	}
	
	div[data-elementor-type="wp-page"] {
		padding-top: 20%;
	}
}

@media (min-width: 768px){
	.elementor-top-section{ margin: 6% 0 0 0;};
	
	.elementor-widget-heading h2{
		padding-bottom: 54px;
	}
}/*
@media (min-width: 1440px){
	.elementor-top-section{ margin: 17vw 0 0 0;}
}
*/
/*
@media (min-width: 1920px){
	.elementor-top-section{ margin: 19vw 0 0 0;}
}
*/
form .input input, form input, form textarea, .hs-input{
    border-radius: 30px;
}
.hs-error-msgs {
	list-style: none;
    padding: 0;
}
.hs-error-msgs li{
	list-style: none;
	color: var( --e-global-color-primary );
}




/* VERT LINES  */
.adi-vert-lines{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
}
.adi-vert-lines span{
	display: inline-block;
	background: #D3D3D3;
	height: 100%;
	width: 1px;
	margin-left: calc(50% - 1px);
    float: left;
}
@media (min-width: 768px){ .adi-vert-lines span{margin-left: calc(33.33333% - 1px);}}
@media (min-width: 1440px){ .adi-vert-lines span{ margin-left: calc(20% - 1px);}}







/*  Header  */

body > header{
	width: 100%;
    position: relative;
}
body > header:before{
	height: 5vw;
	width: 100%;
    position: absolute;
	top: 0;
	left: 0;
	background: #F9F9F9;
}

body > header section.elementor-top-section{
	position: fixed;
	height: 120px;
	width: 100vw;
	top: 0;
	box-shadow: 4px 4px 33px rgba(0,0,0,.25);
	background-color: #F9F9F9;
	z-index: 999;
	margin: 0 0 0 0 !important;
}

#adi_logo{
	/* width: 50%; */
	position:absolute;
	left: 0;
	top: 0;
    padding: 0 27px;
}
#adi_logo img{
	width: 100%;
	padding: 20px 0;
}
#adi_logo figcaption{
	display: none;    
	font-style: normal;
    font-size: 15px;
    letter-spacing: 0.05em;
}
.elementor-widget-theme-site-logo{
	text-align: center;
}
    
#adi_menu_three{
	width: 33.33%;
	position: absolute;
	left: 33.33%;
	top: 0;    
}
#adi_menu_three a{
    padding: 20px 13px 0 13px;    
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
}
#adi_menu_three nav ul{
	width: 100%;
    padding: 28px 0px;    
    justify-content: space-evenly;
}
#adi_menu_three .elementor-nav-menu:after{
	content: none;
}


@media (min-width: 768px){ 
  #adi_logo{
    width: 33.33%;
  }
  #adi_logo figcaption{
	display: inline-block;
  }
}

@media (min-width: 1440px){ 
  #adi_logo{
    width: 20%;
  }
	#adi_menu_three{
		width: 60%;
		left: 20%;
	}	
 	#adi_menu_three nav li{
		width: 33.33%;
	}
}









/* MAIN * MENU */

#adi_menutoggle{
    position: absolute;
    width: 50%;
    top: 0;
	right: 0;
}
#adi_menutoggle > div > div:first-child > div{
     display: flex;
    align-items: center;
    justify-content: center;
	height: 120px;
}

#adi_menutoggle .adi_burger{
    width: 50px;
    height: 50px;
    background-image: url(/../wp-content/uploads/2022/03/adi_icon_menu.svg);
    background-repeat: no-repeat;
    background-position: center;
	cursor: pointer;	
}

#adi_menutoggle #adi_full_menu{
    background: #CB93A0;
    top: -100vh;
	//top: 0;
    position: fixed;
    z-index: 9;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
	transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    padding-bottom: 70px;
}

#adi_menutoggle.open #adi_full_menu{
    top: 0;
}

#adi_menu_header{
	position: relative;
	width: 100%;
	height: 116px;
}

#adi_menu_header img{
    width: 140px;
    padding: 35px 28px;
    height: 116px;
}


#adi_menu_header:after{
	content:"";
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: url(/../wp-content/uploads/2022/03/adi_icon_close.svg);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#adi_full_menu .elementor-nav-menu--dropdown a,
#adi_full_menu .essential-links .elementor-nav-menu > li > a{
	color: black;
    transition: .2s;
}
#adi_full_menu .elementor-nav-menu--dropdown a:hover,
#adi_full_menu .essential-links .elementor-nav-menu > li > a:hover{
	color: white;
}

#adi_full_menu .elementor-nav-menu ul{
    display: inline-block;
    background: transparent;
}
#adi_full_menu .elementor-nav-menu > li {
	border-top: 1px solid black;
}
#adi_full_menu .elementor-nav-menu > li > a,
#adi_full_menu .elementor-nav-menu > li > a:hover{
	padding: 27px;
    font-size: 32px;
    font-weight: 300;
	
}
#adi_full_menu .elementor-nav-menu > li > ul {
	border-top: 1px solid black;
    padding: 0 0 0 48px;
    width: 100%;
}
#adi_full_menu .elementor-nav-menu > li > ul > li{
    border-bottom: 1px solid black;
    padding: 27px 0;
    width: 100%;
    display: inline-block;
}
#adi_full_menu .elementor-nav-menu > li > ul > li:last-child{
    border: 0;
}

#adi_full_menu .elementor-nav-menu > li > ul > li a{
    border: 0;
    padding-left: 0;
    font-size: 24px;
    font-weight: 300;
}
#adi_full_menu .elementor-nav-menu > li > ul > li > ul > li a {
    margin-top: 12px;
    font-size: 18px;
}

#adi_full_menu .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, 
#adi_full_menu .elementor-nav-menu--dropdown .elementor-item.highlighted, 
#adi_full_menu .elementor-nav-menu--dropdown .elementor-item:focus, 
#adi_full_menu .elementor-nav-menu--dropdown .elementor-item:hover, 
#adi_full_menu .elementor-sub-item.elementor-item-active, 
#adi_full_menu .elementor-sub-item.highlighted, 
#adi_full_menu .elementor-sub-item:focus, 
#adi_full_menu .elementor-sub-item:hover,
#adi_full_menu .elementor-nav-menu--dropdown{
    background-color: transparent;
}

#adi_full_menu .elementor-nav-menu a, 
#adi_full_menu .elementor-nav-menu a:focus, 
#adi_full_menu .elementor-nav-menu a:hover{
	padding: 0;
}


#adi_full_menu .essential-links{
    border-top: 1px solid black;
	padding: 21px 27px 0 100px;
}
#adi_full_menu .essential-links + .essential-links{
    border: 0;
	padding: 0 27px 21px 100px;
}
#adi_full_menu .essential-links .elementor-nav-menu > li{
    border: 0;
	width: 100%;
}
#adi_full_menu .essential-links .elementor-nav-menu > li > a{
    font-size: 18px !important;
	padding: 6px 0;
}

#adi_full_menu .menu-sm-icons{
    position: absolute;
	width: 42px;
    bottom: 20px;
    left: 19px;
}
#adi_full_menu .menu-sm-icons a {
    width: 100%;
    padding: 14px;
}
.menu-sm-icons div > ul {
	display: flex;
}


@media (min-width: 480px){ 
#adi_full_menu .essential-links, #adi_full_menu .essential-links + .essential-links{
	padding-left: 200px;
}
}


@media (min-width: 768px){ 
	
	

	
  #adi_menutoggle,
  #adi_menu_header:after{
		width: 33.33%;
	}
  #adi_full_menu .elementor-nav-menu > li > ul > li > a {
	float:left;
	width: 300px;
  }
  #adi_full_menu .elementor-nav-menu > li > ul > li > a + ul{
	float:left;
  }
  #adi_full_menu .elementor-nav-menu > li > ul > li > ul > li a {
    margin: 6px 0;
  }
  #adi_menu_header img {
    width: 348px;
    padding: 36px 28px;
    height: 126px;
  }
	#adi_full_menu .elementor-nav-menu > li > a, #adi_full_menu .elementor-nav-menu > li > a:hover{
		width: 320px;
		float: left;
	}
	#adi_full_menu .elementor-nav-menu > li > ul {
		width: calc(100% - 320px);    
		border: 0;
	}
	#adi_full_menu .essential-links, #adi_full_menu .essential-links + .essential-links{
		padding-left: 368px;
    }
	#adi_full_menu .menu-sm-icons{
		bottom: 20px;
        left: 148px;
	}
}



@media (min-width: 1440px){ 
	#adi_menutoggle,
	#adi_menu_header:after{
		width: 20%;
        
	}
}


/* Beratungselement */

.adi_beratung{
width: 100px;
    height: 90px;
    background: url(../../uploads/2022/03/adi_bubble_green.svg);
    background-size: 100% 100%;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    position: absolute;
    z-index: 9;
    top: 22vw;
    right: calc(25% - 50px);
    cursor: pointer;
    hyphens: none;
}
.adi_beratung:hover{
    color: black;
}

.logged-in .adi_beratung{
	display: none;
}

@media (min-width: 768px){ 

	.adi_beratung{
        position: fixed;
        width: 120px;
        height: 110px;
		right: calc(16.666% - 60px);
        top: 19vw;
		font-size: 16px;
		line-height: 17px;
    padding-top: 17px;
	}
}
@media (min-width: 1440px){ 
	.adi_beratung{
		right: calc(10% - 80px);
        top: 24vw;
	}
}

/* Header Animation */


#adi_header_animation{
	position: absolute;
    z-index: -1;
	height: calc(60vw + 55px);
	width: 100%;
	top: 0;
	left: 0;
    background-size: cover;
}
#adi_header_animation div{
	position: relative;
	height: 100%;
	width: 100%;
}
#adi_header_animation svg{
	position: absolute;
    z-index: 1;
	width: 100%;
    height: auto;
	bottom: 0;
}
#adi_header_animation .elementor-widget-container:after{
	content:"";
	position: absolute;
	display:inline-block;
    z-index: 1;
	width: 100%;
    height: 105px;
	bottom: -100px;
	left: 0;
	background: #F9F9F9;
}

@keyframes adi-header-bottom {
	
  from {d: path("M1443.3,1189.1C905.5,899.3,664.7,1051.5,275,1315.4c-107.7,58.2-199.7,78.5-275,69.6v101h1921v-226 C1794.9,1305.3,1634.6,1292.2,1443.3,1189.1z");}
  to {d: path("M1442.6,1785c-480.8-376.5-778.2-363.5-1167.7-99.7C167.2,1743.5,75.3,1808.9,0,1800v120h1920v-64 C1794,1901.2,1645.5,1943.9,1442.6,1785z");}
  to {d: path("M1443.3,1119.1c-537.8-289.8-778.6-6.6-1168.3,257.3c-107.7,58.2-199.7,78.5-275,69.6v40h1921v-296 C1794.9,1235.3,1634.6,1222.2,1443.3,1119.1z");}
}
@keyframes adi-header-top {
  from {d: path("M0,0v840.3c77.5,12.7,173.5-6.6,287.1-67.9c389.7-263.9,630.5-416.1,1168.3-126.3 c185.3,99.9,341.5,115.2,465.7,75V0H0z");}
  to {d: path("M0,0v1355.9c77.5,12.7,173.4,46.9,286.9-14.4c389.5-263.9,530.5-435.1,1068.1-145.4 c185.2,99.8,440.9,148.2,565,108V0H0z");}
  to {d: path("M0,0v736.3c77.5,12.7,173.5-6.6,287.1-67.9c389.7-263.9,630.5-228.1,1168.3,61.7 c185.3,99.9,341.5,115.2,465.7,75V0H0z");}
}
#adi_header_animation svg .top,
#adi_header_animation svg .bottom{
  animation-duration: 22s;
  animation-direction: alternate;
  animation-iteration-count: infinite
  
}
#adi_header_animation svg .bottom{
  animation-name: adi-header-bottom;
  
}
#adi_header_animation svg .top{
  animation-name: adi-header-top;
}




/* Content Elements */

.adi_foreground{
	z-index: 7;
}
.no-hyphens{
	hyphens: none;
    hyphens: manual;
}


.adi_whitebox > div{
	background: white;
    box-shadow: 4px 4px 33px rgba(0, 0, 0, 0.25);
	padding: 27px;
    box-sizing: border-box;
}

.adi_column_whitebox{
	background: white;
    box-shadow: 4px 4px 33px rgba(0, 0, 0, 0.25);
	margin: 14px;
    box-sizing: border-box;
	padding: 27px;
}

#non-white-whitebox {
	background: transparent;
    box-shadow: none;
	padding: 0px;
}

.adi_whitebox:not(.adi_headlinebox_top) > div h5:not(.elementor-heading-title){
    display: inline;
}

.adi_headlinebox_top h5{
    margin: 0;
    padding: 13px 0 0 0;
}
.adi_headlinebox_top h5:last-child{
    margin: 13px 0;
}
.adi_headlinebox_top a{
	font-weight: inherit;
}


.adi_header_boldtext {
	width: 100%;
	//padding: 27px;
}
.adi_header_boldtext h5{
	text-align: center;
}
.adi_header_boldtext .elementor-column{z-index:3}
.adi_header_boldtext .elementor-column + div{z-index:2}
.adi_header_boldtext .elementor-column + div + div{z-index:1}

.adi_page_headline{
	z-index: 7;
}

.elementor-button-wrapper{
	padding: 10px 0 0 0;
}
.elementor-button, .hbspt-form .hs-button, .hs-button, .elementor-post__read-more, .adi-button{
	padding: 10px 27px;
	border-radius: 99px;
	background-color:  var( --e-global-color-secondary );
	color: black;
    font-size: 16px;
    font-weight: 700;
	line-height: 1;
	border: 0;
    display: inline-block;
}
.single-event  .elementor-button br, .single-event .hbspt-form .hs-button br, .single-event .hs-button br, .single-event .elementor-post__read-more br, .single-event .adi-button br{
	display: none;
}



.adi-button.grey{
	background-color:  var( --e-global-color-a6484b0 );
}

.adi_single_post_teaser .elementor-posts .elementor-post__read-more,
.adi_newslist_teaser .elementor-posts .elementor-post__read-more,
.adi_publication .elementor-posts-container .elementor-post__read-more{
    font-size: 18px;
	position: absolute;
	z-index: 2;
	right: 27px;
    bottom: -19px;
}



.elementor-button:hover, .hbspt-form .hs-button:hover, hs-form .hs-button:hover, .elementor-post__read-more:hover{
    background-color: var( --e-global-color-accent ) !important;
	color: white !important;
	transition: all 0,5s ease;
}

.adi-icongrid{
	padding: 0px; 
	margin-top: 54px;    
}
.adi-icongrid ul{
	grid-auto-rows: 1fr;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.adi-icongrid.elementor-widget .elementor-icon-list-item{
	margin: 13px;
	float: left;
	background: white;
    box-shadow: 4px 4px 33px rgb(0 0 0 / 25%);
    border-radius: 35px;
    padding: 13px;
    flex-direction: column;
    text-align: center;
	
}
.adi_iconbox .elementor-widget-container{
	background: white;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 18%);
    border-radius: 35px;
    padding: 27px;
}


.adi_form_newsletter_small > div,
.adi_form_message > div{
    position: relative;
}
.adi_form_newsletter_small form fieldset,
.adi_form_message form fieldset{
    max-width: inherit;
    width: 100%;
}
.adi_form_newsletter_small .input,
.adi_form_message .input{
	margin: 0 0 10px 0;
	width: 100%;
}
.adi_form_newsletter_small label:not(.hs-error-msg),
.adi_form_message label:not(.hs-error-msg){ 
	display: none;
}
.adi_form_newsletter_small label.hs-error-msg,
.adi_form_message label.hs-error-msg{ 
	margin-bottom: 10px;
}
.adi_form_newsletter_small .hs-input{
	width: 100% !important;
}

.adi_form_newsletter_small .hs-submit,
.adi_form_message .hs-submit,
.wpuf-submit-button{
	text-align: center;
    position: absolute;
    right: 27px;
    bottom: -18px;
}




.adi_team .elementor-author-box__avatar {
    margin-bottom: 0 !important;
}

.adi_team .elementor-author-box__avatar img{
	/*
	-webkit-mask-image: url(../../uploads/2022/03/adi_bubble_green.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center top;
    -webkit-mask-repeat: no-repeat;
	*/
    width: 40vw;
    height: 40vw;
    object-fit: cover;
}
.elementor-author-box__bio p:first-child{
	font-size: 20px;
}
.elementor-author-box__text{
    margin: 0 auto;
    padding: 0 27px;
}

.elementor-widget-heading h4{
   margin-top: 30px;	
   margin-bottom: 30px;	
}

.elementor-widget-heading + .elementor-widget-heading h4{
   margin-top: 0px;	
}

.adi_team .elementor-widget-heading h2{
    padding-bottom: 0 !important;
}

.adi_team .elementor-button.elementor-author-box__button{
    padding: 10px 27px;
    border-radius: 99px;
    background-color: var(--e-global-color-secondary );
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: 0;
    display: inline-block;
}

.elementor-widget-author-box{
	   margin-bottom: 30px;	
	}


.elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__content{
	background: white;
	padding: 28px;
    text-align: left;    
	box-shadow: 4px 4px 33px rgb(0 0 0 / 25%);
}
.elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text{
	font-size: 18px;
    font-style: normal;
    line-height: 1.4;
}
.elementor-widget-testimonial-carousel .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__name{
	font-size: 18px;
    font-style: normal;
}

.elementor-widget-testimonial-carousel.elementor-testimonial--layout-image_above .elementor-testimonial{
	display: inline-block;
}
.elementor-widget-testimonial-carousel .elementor-swiper .swiper-slide{
	padding: 0 27px;
    overflow: visible;
	transition: all 0.4s ease;
}

.elementor-main-swiper {
    overflow: visible;
}

.elementor-widget-testimonial-carousel .swiper-slide .elementor-testimonial__image img{
    -webkit-mask-image: url(../../uploads/2022/03/adi_shape5.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center top;
    -webkit-mask-repeat: no-repeat;
    min-width: 80%;
    min-height: 200px;
	max-height: 320px;
	object-fit: cover;
	height: auto;
    border-radius: 0;
	transform: all 0.5s ease;
}
/*
.elementor-widget-testimonial-carousel .swiper-slide:nth-child(3n+1) .elementor-testimonial__image img{
    -webkit-mask-image: url(../../uploads/2022/03/adi_shape4.svg);
}

.elementor-widget-testimonial-carousel .swiper-slide:nth-child(3n+2) .elementor-testimonial__image img{
    -webkit-mask-image: url(../../uploads/2022/03/adi_shape5.svg);
}
*/
.elementor-testimonial__image {
    position: relative;
    margin-top: -3%;
    z-index: -1;
    display: inline-block;
    width: 100%;
}

.elementor-swiper-button .eicon-chevron-left:before, 
.elementor-swiper-button .eicon-chevron-right:before{
    content: none;
}
.elementor-swiper-button .eicon-chevron-right, .elementor-swiper-button .eicon-chevron-left{
    border: 1px solid black;
	border-width: 1px 1px 0 0;
	transform: translate(-30px,0px) rotate(45deg);
	width: 40px;
	height:40px;
}
.elementor-swiper-button .eicon-chevron-left{
	transform: translate(30px,0px) rotate(-135deg);
}

.elementor-image-gallery .gallery-item img{
	    -webkit-mask-image: url(../../uploads/2022/03/adi_bubble_green.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center right;
    -webkit-mask-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background: white;
    object-fit: contain;
}
.elementor-container .elementor-image-gallery .gallery-item {
 	display: flex;
    justify-content: center;
}
.elementor-container .elementor-image-gallery .gallery {
    display: flex;
    flex-wrap: wrap;

}
.elementor-image-gallery .gallery-item .gallery-icon{
	min-width: 163px;
	width: 50%;
    min-height: 142px;
    margin-bottom: 27px;	
}
.adi_eventlist_simple{
	padding-bottom: 13px;
}
.adi_eventlist_simple a{
		width:100%;
		display: inline-block;
		font-weight:bold;
}
.adi_eventlist_simple div{
	padding-bottom: 14px;
}

	.adi_iconline .elementor-image-gallery .gallery-item img{
		background-color: white;
	}
	.adi_iconline.grey .elementor-image-gallery .gallery-item img{
		background-color: #EFEFEF;
	}


.adi_table > div{
    width: 100%;
    display: inline-block;
    overflow: hidden;
    overflow-x: auto;    
	padding: 20px;
}
.adi_table table{
	margin: 0;
}

.adi_table table td, .adi_table table th{
    background-color: white !important;
    border: 0;
    text-align: left;
	padding: 7px 8px 7px 0;
	min-width: 80px;	
}
.adi_table table td:last-child, .adi_table table th:last-child{
    text-align: right;
	padding: 7px 0 7px 0;
}

.adi_table table td a{
    font-weight: normal;
    hyphens: none;
}

.adi_table_lines tr:not(:nth-child(1)):not(:nth-child(2)){
    border-top: 1px solid var( --e-global-color-secondary );
}

.adi_pad_grid > div{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.adi_pad_grid > div{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 27px;
}
  
.adi_pad > div{
	border-radius: 35px;
	margin-top: 27px;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.adi_pad h5, .adi_pad h6{
	margin: 0;
}


.adi_locations .elementor-column {
	margin-bottom: 27px;
}

.adi_locations .elementor-widget-heading h4 {
    margin: 0 0 27px 0;
}

.adi_eventlist_location ul{
    padding: 19px 0;
}
.adi_eventlist_location li{
    list-style: none;
    hyphens: none;
    line-height: 1.2;
    padding: 8px 0;
}
.adi_eventlist_location li:not(:last-child){
    border-bottom: 1px solid var( --e-global-color-secondary );
}

.adi_locations .elementor-column {
	position: relative;
}
.adi_locations .elementor-widget-button{
	position: absolute;
	bottom: -45px;
}

.adi_locations .elementor-container{
	flex-wrap: wrap;
}

.adi_akkordeon .elementor-accordion .elementor-accordion-item{
	border: 0;
}

.adi_akkordeon .elementor-accordion .elementor-tab-title,
.adi_akkordeon .elementor-accordion .elementor-tab-content{
	background: white;
	box-shadow: 4px 4px 33px rgb(0 0 0 / 25%);
    border-top: 0;
	z-index: 2;
    position: relative;

}
.adi_akkordeon .elementor-accordion .elementor-tab-content{
	z-index: 1;
    margin-bottom: 47px;
    padding: 27px;
}
.adi_akkordeon .elementor-accordion .elementor-tab-title{
	font-size: 20px;
	height: 72px;
	padding: 0 27px;
	display: flex;
    align-content: center;
    flex-wrap: wrap;
	
}

.adi_akkordeon .elementor-accordion .elementor-tab-content a{
	z-index: 1;
	color: var( --e-global-color-text );
    background-color: var( --e-global-color-secondary );
    padding: 10px 27px;
    border-radius: 99px;
    font-size: 18px;
	position: absolute;
	bottom: 199px;
	text-align: center;
	transition: all 0.3s ease;
}
.adi_akkordeon .elementor-accordion .elementor-tab-content.elementor-active a{
	bottom: -23px;
	transition: all 0.3s ease;
}
.adi_akkordeon .elementor-accordion .elementor-tab-title:not(.elementor-active) a{
	font-weight: normal;
}



.adi_akkordeon .elementor-accordion .elementor-tab-content.elementor-active{
	margin-bottom: 54px;
}

.adi_cert .elementor-icon-box-title span,
.adi_iconbox_red .elementor-icon-box-title span{
	font-weight: normal;
	font-size: 24px;
}
.adi_cert .elementor-icon-box-content,
.adi_iconbox_red .elementor-icon-box-content{
	background: white;
    box-shadow: 4px 4px 33px rgb(0 0 0 / 25%);
	padding: 27px;
}
.adi_cert .elementor-icon,
.adi_iconbox_red .elementor-icon{	
    background-color: transparent;
	padding: 0;
    margin-bottom: -54px;
}
.adi_cert .elementor-icon svg,
.adi_iconbox_red .elementor-icon svg, 
.adi_iconbox_red .elementor-icon i{
    background-color: #EFEFEF;
	-webkit-mask-image: url(../../uploads/2022/03/adi_bubble_green.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center right;
    -webkit-mask-repeat: no-repeat;
    width: 140px;
    height: 140px;
    margin-top: 22px;
}


.adi_iconbox_red .elementor-icon svg, 
.adi_iconbox_red .elementor-icon i{
	background-color: #CB93A0;
    padding: 35px;
	color: white;
	font-size: 78px;
}


.adi_event-teaser{
	text-align: center;
    padding: 27px 54px 0 54px;
}
.adi_event-teaser a{
    font-weight: 300; 
    margin-top: 0;
}
.adi_event-teaser h5{
    margin-bottom: 0;
}
.adi_event-teaser h6{
    margin-top: 0;
}
.adi_event-teaser img{
    background-color: #EFEFEF;
	-webkit-mask-image: url(../../uploads/2022/03/adi_bubble_green.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
   
.adi_newslist_teaser .elementor-element{
	--grid-column-gap: 10px;
    --grid-row-gap: 27px;
}
   
.adi_newslist_teaser .elementor-posts-container .elementor-post, .adi_publication .elementor-post__text{
	padding: 27px;   
	background: white;
    box-shadow: 4px 4px 33px rgb(0 0 0 / 25%);
    box-sizing: border-box;
	text-align: center;
	position: relative;
    overflow: visible;
}
.adi_newslist_teaser .elementor-post__thumbnail, .adi_publication .elementor-post__thumbnail{
	-webkit-mask-image: url(../../uploads/2022/03/adi_bubble_green.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}
.adi_newslist_teaser .elementor-posts-container .elementor-post__read-more,
.adi_publication .elementor-posts-container .elementor-post__read-more{
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 190px;
}
.adi_publication .elementor-post{
	overflow: visible !important;
}
.adi_publication .elementor-post .elementor-post__thumbnail__link{
	margin-bottom: -10px !important;
}

.adi_publication .elementor-posts .elementor-post__excerpt p:first-child{
	margin-bottom: 13px;
	font-size: 22px;
    line-height: initial;
}

.adi_publication .elementor-posts-container .elementor-post__thumbnail img{
   object-fit:cover;
	max-height: 150px;
}

.adi_newslist_teaser .elementor-post-date,
.adi_newslist_teaser .elementor-posts .elementor-post__excerpt p{
	font-size: 16px;
}
.adi_newslist_teaser .elementor-posts .elementor-post__meta-data{
	font-weight: bold;
	margin: 27px 0 0 0;
	color: black;
}

.adi_comparison-table{
	overflow-y: scroll;
	overflow-x: visible;
}



.adi_comparison-table .elementor-container{
	background: white;
    box-shadow: 4px 4px 33px rgb(0 0 0 / 25%);
    padding: 27px;
    box-sizing: border-box;
	min-width: 480px;
}

.adi_comparison-table .elementor-column li{
	height: 32px;
}
.adi_comparison-table .elementor-column:not(:first-child) li{
   overflow: hidden; 
   color:transparent;
}
.adi_comparison-table ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.adi_comparison-table li{ 
	padding: 4px 0;
	position: relative;	
}
.adi_comparison-table li:not(:last-child){
    border-bottom: 1px solid var(--e-global-color-primary);
}
.adi_comparison-table li strong:after, .adi_comparison-table li b:after{
    content: "";
	position: absolute;
	right: 0;
    top: 4px;
	width: 24px;
	height: 24px;
	background-image: url(../../uploads/2022/04/011-checked_red.svg);
	background-size: contain;
}
.adi_comparison-table li strong, .adi_comparison-table li b{
    font-weight: normal;
}


.adi_comparison-table h5{
    width: 180px;
    transform: rotate(-90deg);
    transform-origin: center right;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    margin: -27px 16px 0 0;
}


	.adi_teamgrid .elementor-widget-author-box,.adi_teamgrid .elementor-widget-author-box2{
		margin-top: 54px;
	}	

	.adi_masonry > .elementor-widget-wrap > .elementor-element{
		margin: 13px 0;
	}

	.adi_filtergrid .elementor-widget,
.adi_filtergrid2 .elementor-widget{
		width: 50%;
	}	



.adi_filter{
	background: var(--e-global-color-a6484b0);
	border-radius: 30px;
	padding: 4px 14px;
	font-weight: bold;
	margin-left: 10px;
	cursor: pointer;
    margin-bottom: 10px;
    display: inline-block;
	
	+ .table-wrapper {
    	margin-top: 11px;
	}	
}
.adi_filter.active{
	background: var(--e-global-color-primary);
	color: white;
}


.adi_filter ~ .table-wrapper tr:not(:first-child){
   display: none;
}
.adi_filter.all.active ~ .table-wrapper .all,
.adi_filter.filter1.active ~ .table-wrapper .filter1,
.adi_filter.filter2.active ~ .table-wrapper .filter2,
.adi_filter.filter3.active ~ .table-wrapper .filter3,
.adi_filter.filter4.active ~ .table-wrapper .filter4,
.adi_filter.filter5.active ~ .table-wrapper .filter5,
.adi_filter.filter6.active ~ .table-wrapper .filter6{
    display: table-row;
}
.adi_filter ~ .table-wrapper tr{
   background: white;
}


/*isotope filter, thanks to metafizz*/

.adi_filter-button-group, 
.adi_filter-button-group2,
.adi_filter-button-group3{
   margin: 0 0 27px 0;
   display: flex;
	flex-wrap:wrap;

}
.adi_filter-button-group button,
.adi_filter-button-group2 button,
.adi_filter-button-group3 button{
	border-radius: 0;
    min-width: 90px;
    height: 70px;
	padding: 0 27px;
	background: white;
	box-shadow: 0 0 14px rgba(0,0,0,0.3);
	border: 0;
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.adi_filter-button-group3 button {
	font-size: 17px;
}
.adi_filter-button-group3 button{
	flex-grow: 1;
}
.adi_filter-button-group button:hover, .adi_filter-button-group button:focus, .adi_filter-button-group button:active, .adi_filter-button-group button.is-checked,
.adi_filter-button-group2 button:hover, .adi_filter-button-group2 button:focus, .adi_filter-button-group2 button:active, .adi_filter-button-group2 button.is-checked,
.adi_filter-button-group3 button:hover, .adi_filter-button-group3 button:focus, .adi_filter-button-group3 button:active, .adi_filter-button-group3 button.is-checked {
	background: var(--e-global-color-accent);
	color: black;
	border: 0;
    outline: none;
}


.table-wrapper {
	font-size: 0;
	margin-top: 22px;
}
table, table *{
	font-size: 1rem;
}

.adi_headlinebox_top h3 span{
	font-weight: 300;
}


.adi_newsarchive .elementor-posts-container .elementor-post{
    padding-bottom: 20px;
}
.adi_newsarchive .elementor-post .elementor-post__thumbnail img{
	-webkit-mask-image: url(../../uploads/2022/03/adi_bubble_green.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center top;
    -webkit-mask-repeat: no-repeat;
}

.elementor-image-carousel img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

/*
.elementor-image-carousel img{
	-webkit-mask-image: url(../../uploads/2022/03/adi_shape3.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center right;
    -webkit-mask-repeat: no-repeat;
}
.elementor-image-carousel .swiper-slide:nth-child(5n+2) img{
	-webkit-mask-image: url(../../uploads/2022/03/adi_shape4.svg);
}
.elementor-image-carousel .swiper-slide:nth-child(5n+3) img{
	-webkit-mask-image: url(../../uploads/2022/03/adi_shape5.svg);
}
.elementor-image-carousel .swiper-slide:nth-child(5n+4) img{
	-webkit-mask-image: url(../../uploads/2022/03/adi_shape6.svg);
}
.elementor-image-carousel .swiper-slide:nth-child(5n+5) img{
	-webkit-mask-image: url(../../uploads/2022/03/adi_shape7.svg);
}
*/
.members-access-error{
	margin: 50vw 27px 5vw 27px;
}


/* CAMPUS STYLES FOR WPUF Pages START*/


.brett article{	
    overflow: visible !important;
	transform: rotate(-1deg);
    box-sizing: border-box;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
    padding: 20px;
    background-color: rgb(255, 253, 244);
}
.brett article:nth-child(2n){  transform: rotate(0.5deg);  }
.brett article:nth-child(3n){  transform: rotate(-0.5deg);  }
.brett article:nth-child(4n){  transform: rotate(-1.5deg);  }



.brett article.category-gesuch{
    background-color: #e9d5da;
}


.brett article .elementor-post__text{
	
    padding: 20px;
}
.brett a{
	pointer-events: none;
}
.brett .wpuf-field-data-website_url a,
.brett .wpuf_customs a{
	pointer-events: all;
}

.brett .elementor-post__thumbnail__link{
	margin-left: 5vw;
}
	.brett .elementor-post__thumbnail{
	padding: 0 !important;
}
.brett .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{
	    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

.brett .elementor-post__thumbnail {
    padding: 0;
}

.brett .elementor-post__thumbnail img{
    border: 10px solid white;
    border-width: 10px 10px 30px 10px;
    box-sizing: border-box;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
    margin: -22px 0 0 -24px; 
    max-width: 90% !important;
    transform: rotate(-1deg) !important;
}
.brett .elementor-posts--skin-classic .elementor-post,
.brett .elementor-posts-container .elementor-post__thumbnail{
    overflow: visible !important;
}

.wpuf-submit-button{
	border: 0 !important;
	background-color: #cb93a0;
	color: black;
	padding: 5px 30px;
	font-weight: 600;
}




.wpuf-submit-button:hover{
	border: 0 !important;
	background-color: rgb(161, 14, 47);
}
.wpuf-form-add input, .wpuf-form-add select{
	border-radius: 30px;
}



/* CAMPUS STYLES FOR WPUF Pages END*/






@media (min-width: 400px){
	.adi_form_newsletter_small .field,
	.adi_form_message .field{
		width: 100% !important;
	}
}
@media (min-width: 540px){
	.adi_comparison-table {
		overflow: visible;
	}
	.adi_buttonflow .elementor-widget-button, .adi_buttonflow .elementor-widget{
		width: auto;
		float: left;
		margin-right: 20px;
	}
	.adi_filter-button-group3 button{
		font-size: 17px;
	}
}

@media (min-width: 768px){
	.adi_form_newsletter_small .field{
		width: 33.33% !important;
	}	
	
	.adi_form_message .field.hs-fieldtype-text,
	.adi_form_message .field.hs-fieldtype-select{
		width: 50% !important;
	}
	.adi_form_message .field.hs-fieldtype-textarea,
	.adi_form_message .field.hs-fieldtype-textarea .hs-input{
		width: 100% !important;
	}
	.adi_form_newsletter_small .field:not(:last-child),
	.adi_form_message .field{
		padding-right: 20px;
	}

	
	.adi_form_newsletter_small .hs-submit{
		right: -27px;
	}
	.elementor-author-box__bio p:first-child{
		font-size: 24px;
		line-height: 1.2em;
		margin-top: -5px;
	}

	.adi_single_post_teaser .elementor-posts .elementor-post__read-more{
		right: -27px;
	}
	.elementor-widget-heading h4{
       margin-top: 60px;	
	   margin-bottom: 60px;	
	}
	.elementor-widget-heading + .elementor-widget-heading h4{
	   margin-top: 0px;	
	}
    

	.adi_header_boldtext .elementor-column{
		width: 100%;
	}
	.elementor .elementor-section.adi_page_headline{
		margin: 0 16.666%;
	}
	.adi_header_boldtext-w-buttons > div{
    	flex-direction: row;
    }
	.adi_header_boldtext-w-buttons .adi_header_boldtext > div{
    	flex-direction: column;
    }
	.adi_header_boldtext > div > div:not(:last-child){
    	margin-bottom: 10px;
    }
	.adi-icongrid.elementor-widget ul{
    	grid-template-columns: repeat(3, 1fr);
	} 
	.elementor-container .adi_iconline.elementor-widget .elementor-image-gallery .gallery-columns-2 .gallery-item{
		max-width: 25%;
	} 
	.elementor-container .adi_iconline.elementor-widget .elementor-image-gallery .gallery-columns-2 .gallery-icon{
    	min-width: 15vw;
    	min-height: 15vw;	
	} 
	.elementor-container .adi_iconline.elementor-widget .elementor-image-gallery .gallery-columns-2 .gallery-icon img{
    	object-fit: contain;
	} 
    
	.adi_single_post_teaser a.elementor-post__read-more{
		right: -27px;
	}	
	.elementor-widget-testimonial-carousel .elementor-swiper .swiper-slide-active{
		padding-left: 16.66vw;
	}
	.elementor-widget-testimonial-carousel .elementor-swiper .swiper-slide-next{
		padding-right: 16.66vw;
	}
	.elementor-swiper-button .eicon-chevron-right, .elementor-swiper-button .eicon-chevron-left{
		transform: translate(-6vw,0px) rotate(45deg);
	}
	.elementor-swiper-button .eicon-chevron-left{
		transform: translate(6vw,0px) rotate(-135deg);
	}
	.elementor-container .elementor-image-gallery .gallery-columns-2 .gallery-item{
		    max-width: 33.33%;
	}
	.elementor-image-gallery .gallery-item .gallery-icon{
		min-width: 290px;
		min-height: 290px;
        padding: 27px;
	}
	.adi_team .elementor-author-box__avatar img{
		width: 20vw;
		height: 20vw;
	}
	.adi_table table th{
		font-size: 24px;
	}
	.adi_locations .elementor-column {
	    width: calc(33% - 54px) !important;
		box-sizing: border-box;
		margin: 27px;
	}
	.elementor-accordion{
		min-height: 300px;
		position:relative;
	}
	.elementor-accordion-item{
		width: 50%;
		margin-left: 50%;
	}
	.adi_akkordeon .elementor-accordion .elementor-tab-title{
		width: 50%;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.adi_akkordeon .elementor-accordion-item:nth-child(2) .elementor-tab-title{  top: 72px;  }
	.adi_akkordeon .elementor-accordion-item:nth-child(3) .elementor-tab-title{  top: 144px;  }
	.adi_akkordeon .elementor-accordion-item:nth-child(4) .elementor-tab-title{  top: 216px;  }
	.adi_akkordeon .elementor-accordion-item:nth-child(5) .elementor-tab-title{  top: 288px;  }
	.adi_akkordeon .elementor-accordion-item:nth-child(6) .elementor-tab-title{  top: 360px;  }
	.adi_akkordeon .elementor-accordion-item:nth-child(7) .elementor-tab-title{  top: 432px;  }
	.adi_akkordeon .elementor-accordion-item:nth-child(8) .elementor-tab-title{  top: 504px;  }
	.adi_akkordeon .elementor-accordion-item:nth-child(9) .elementor-tab-title{  top: 576px;  }
	.adi_akkordeon .elementor-accordion-item:nth-child(10) .elementor-tab-title{  top: 648px;  }
	
	.adi_akkordeon .elementor-accordion-item:nth-child(11) .elementor-tab-title{  top: 720px;  }
	.adi_akkordeon .elementor-accordion-item:nth-child(12) .elementor-tab-title{  top: 792px;  }
	.adi_akkordeon .elementor-accordion-item:nth-child(13) .elementor-tab-title{  top: 864px;  }
	.adi_akkordeon .elementor-accordion-item:nth-child(14) .elementor-tab-title{  top: 936px;  }
	.adi_akkordeon .elementor-accordion-item:nth-child(15) .elementor-tab-title{  top: 1008px;  }
	
	.adi_event-teaser{
		float: left;
		width: 50%;
	}
	.adi_comparison-table h5{
		transform: none;    
		position: relative;
        height: 96px;
		width: 100%;
		margin: 0;
	}
	.adi_comparison-table .elementor-column:not(:first-child) li {
		color: inherit;
	}
	.adi_comparison-table .elementor-container{
		 background: transparent;
         box-shadow: none;
         padding: 0;
	}
	.adi_comparison-table .elementor-container .elementor-column{
		background: white;
		box-shadow: 4px 4px 33px rgb(0 0 0 / 25%);
		padding: 27px;
	}
	.adi_comparison-table li strong:after, .adi_comparison-table li b:after {
		left: 0;
		right: auto;
	}
	.adi_comparison-table li {
		padding-left: 38px;
	}
	.adi_teamgrid .elementor-widget-wrap,
	.adi_masonry > .elementor-widget-wrap{
		columns: 2 220px;
		display: inline-block !important;
		column-gap: 27px;
	}
	.adi_masonry_3-4 > .elementor-widget-wrap{
		columns: 3 220px;
	}
	.adi_teamgrid .elementor-author-box,
	.adi_masonry > .elementor-widget-wrap > .elementor-element{
		display: inline-block !important;
	}
	.adi_filtergrid .elementor-widget,
	.adi_filtergrid2 .elementor-widget{
		width: 33.33%;
	}
	.members-access-error{
		margin: 50vw 33.33% 5vw 33.33%;
		padding: 0 27px;
	}
	.adi-icongrid.elementor-widget .elementor-icon-list-item{
		margin: 27px;
		padding: 27px;
	}
	
	.brett .elementor-posts-container{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-content: center;
		padding:40px;
	}
	
	.brett article{
		width: calc(50% - 80px);
		float: left; 
        margin: 40px !important;
	}
}

@media (min-width: 1040px){
	.adi_locations .elementor-column {
	    width: calc(25% - 54px) !important;
	}
}

@media (min-width: 1440px){
	.adi_header_boldtext {
		width: 100%;
	}
	.elementor .elementor-section.adi_page_headline {
		margin: 0 10%;
	}
	.adi_header_boldtext-w-buttons > .elementor-container{
    	display: block;
    }
	.adi_header_boldtext-w-buttons .adi_header_boldtext > div{
		flex-direction: row;
		flex-wrap: nowrap;
    }
	.adi-icongrid.elementor-widget ul{
    	grid-template-columns: repeat(4, 1fr);
	} 
	
	.adi_header_boldtext-w-buttons > div > div:first-child{
		width: 100% !important;
        flex-direction: row;
    }
	.adi_header_boldtext > div > .elementor-element {
		width: 20%;
    	margin: 0 5% 10px 5%;
	}
	.adi_header_boldtext > div > .elementor-element:first-child {
    	margin-left:  calc(10% + 1px) ;
	}
	.elementor-widget-testimonial-carousel .swiper-slide .elementor-testimonial__image img{

		min-width: 100%;
	}
	.elementor-testimonial__image {
		width: 130%;
	}
	.swiper-slide-active .elementor-testimonial__image {
		left: -5vw;
	}
	.swiper-slide-next + div .elementor-testimonial__image {
		right: -6vw;
	}
	
	.elementor-swiper-button .eicon-chevron-right, .elementor-swiper-button{
		top: 108px;
	}
	.elementor-element.elementor-arrows-yes .elementor-main-swiper {
		width: 100% !important;
	}
	.elementor-widget-testimonial-carousel .elementor-swiper .swiper-slide{
		padding-right: 6.66%;
		padding-left:  6.66%;
		margin: 0 !important;
    	width: 33.33% !important;
	}
	.elementor-widget-testimonial-carousel .elementor-swiper .swiper-slide-active{
		padding-left: 10%;
		padding-right: 3.33%;
	}
	.elementor-widget-testimonial-carousel .elementor-swiper .swiper-slide-next + div{
		padding-left:  3.33%;
		padding-right: 10%;
	}
	.elementor-container .elementor-image-gallery .gallery-columns-2 .gallery-item{
		    max-width: 20%;
	}	
	.adi_team .elementor-author-box__avatar img{
		width: 14vw;
		height: 14vw;
	}
	.adi_event-teaser{
		width: 25%;
	}
	
	.adi_comparison-table h5{
        height: 64px;
	}
	.adi_teamgrid .elementor-widget-wrap,
	.adi_masonry .elementor-widget-wrap {
		columns: 4 220px;
		column-gap: 27px;
	}
	.adi_buttonflow .elementor-widget-button, .adi_buttonflow .elementor-widget{
		width: 20%;
		margin-right: 0;
		
	}	
	
	.adi_filtergrid .elementor-widget,
	.adi_filtergrid2 .elementor-widget{
		width: 25%;
	}
	
	.members-access-error{
		margin: 40vw 30% 5vw 25%;
	}
	
	.brett article{
		width: calc(33.33% - 80px);
	}
}

































/* FOOTER */

#adi_footer{
	padding: 40px 0;	
	overflow: hidden;
}
#adi_footer .elementor-column:not(:last-child){
	width: 50%;
}
#adi_footer .elementor-icon-list-item{
    width: 50%;
    text-align: center;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 0px !important;
}
#adi_footer .elementor-icon-list-item a{
    width: auto;
}
#adi_footer .elementor-icon-list-item svg{
    margin: 0; 
}

.totop{
    position: fixed;
    right: 13px;
    bottom: 13px;
    width: 66px;
    height: 58px;
    background: url(../../uploads/2022/03/adi_bubble_green.svg);
    background-size: 100% 100%;
    padding: 10px;
    z-index: 9;
    text-align: center;
}
.totop div{
    width: 25px;
    margin: 10px 0 0 0;
    height: 25px;
    transform: rotate(-45deg);
    border: 5px solid white;
    display: inline-block;
    border-width: 5px 5px 0 0;
}
@media (max-width: 1040px){ 
	#non-white-whitebox {
		display: none;
	}
}
@media (max-width: 768px){ 
	.adi_pad_grid > div {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 540px){ 
	.adi_pad_grid > div {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.content-area {
		padding-top: 32%;
	}
	
	div[data-elementor-type="wp-page"] {
		padding-top: 32%;
	}
}



@media (min-width: 768px){ 
    #adi_footer .elementor-column:not(:last-child){
		width: 66.666%;
        float: left;
    }
    #adi_footer .elementor-column:not(:last-child) li{
		width: 50%;
		float: left;
    }
	#adi_footer .elementor-container{
		display: inline-block;
		width: 100%;
    }
	#adi_footer .elementor-icon-list-item {
		margin: 27px;
		width: 25%;
		border-right: 1px solid #F9F9F9;
        height: 300px;
	} 
	#adi_footer .elementor-icon-list-items{
		width: 100%;
		position: absolute;
		right: -1px;
        top: -70px;
	}
}
@media (min-width: 1440px){ 
	
	#adi_footer {
		padding: 160px 0 90px 0;
	}
    #adi_footer .elementor-column:not(:last-child){
		width: 80%;
    }
	#adi_footer .elementor-column:last-child{
		width: 20%;
    }	
	#adi_footer .elementor-column:not(:last-child) li {
        width: 25%;
	}	
	#adi_footer .elementor-icon-list-items {
		top: -160px;
    }
	#adi_footer .elementor-icon-list-item {
		height: 400px;
	}
}


/*CAMPUS Pricing Table*/


.adi-price-table.elementor-widget-price-table{
    background-color:white;
  box-shadow: 4px 4px 33px 10px rgba(0 0 0 0.2);
    margin: 20px;
}

.elementor-price-table .elementor-price-table__price {
	background-color: #fff;
}

.adi-price-table .elementor-price-table .elementor-price-table__header{
    background-color: #fff;
	padding-bottom: 0px;
	/*
    background-image: url(../../uploads/2023/02/adi_shape8_red.svg);
    background-size: 95% 94%;
    background-repeat: no-repeat;    padding: 33px 66px;
    background-position: center;

    height: 17vw;
	min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    top: 0;
    margin-left: -80px;
    margin-right: -80px;
	*/
}

/*
.elementor-column:nth-child(2) .adi-price-table .elementor-price-table .elementor-price-table__header{
    background-image: url(../../uploads/2023/02/adi_shape19_rose.svg);
}

.elementor-column:nth-child(3) .adi-price-table  .elementor-price-table .elementor-price-table__header{
    background-image: url(../../uploads/2023/02/adi_shape9_red.svg);
}
*/

.adi-price-table.elementor-widget-price-table .elementor-widget-container {
    background: transparent;
    overflow: visible;
    margin-top: -8vw;
}

.adi-price-table.elementor-widget-price-table .elementor-price-table__button,
.adi_userlist .wpuf-user-list-table td .button{
padding: 10px 27px;
    border-radius: 99px;
    background-color: var(--e-global-color-secondary );
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: 0;
    display: inline-block;
}
.adi-price-table .elementor-price-table .elementor-price-table__footer {
    padding: 30px 0 0 0;
    margin-bottom: -17px;
}
/*CAMPUS Account*/

.wpuf-dashboard-container a {
    font-family: "Maven regular" !important;
}
.wpuf-menu-item.dashboard,
.wpuf-menu-item.invoices{
	display: none !important;
}

.wpuf-menu-item 
{
    padding: 0 0 27px 0 !important;
}

.wpuf-menu-item a
{
    padding: 10px 27px;
    border-radius: 99px;
    background-color: #d3d3d3;
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: 0;
    display: inline-block;
}
body div .wpuf-menu-item.active a
{
    color: rgba(0,0,0,0.8) !important;
}

@media (max-width: 600px){ 
	body .wpuf-dashboard-container .wpuf-dashboard-navigation .wpuf-menu-item.post,	
	body .wpuf-dashboard-container .wpuf-dashboard-navigation .wpuf-menu-item.edit-profile{
     	display: inline-block !important;
	}
	body .wpuf-dashboard-container .wpuf-dashboard-navigation ul{
		box-shadow: none !important;
    	border: 0 !important;
	}
	body .wpuf-dashboard-container .wpuf-dashboard-content{
		display: inline-block !important;
	}
}


/*CAMPUS Post Edit*/

.wpuf-form-add .wpuf-submit{
	position:relative;
}



/*CAMPUS Userlist*/

.adi_userlist .user-contact{
    display: none !important;
}

.adi_userlist .button.btn-back
{
    padding: 10px 27px;
    border-radius: 99px;
    background-color: #d3d3d3;
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: 0;
    display: inline-block;
    text-indent: -999px;
}
.adi_userlist .button.btn-back:after{
    content: "Zurück zur Mitgliederliste";
    text-indent: 0;
    float: left;
}

.adi_userlist .profile, .adi_userlist .user-data{
    padding: 27px;
    border-width: 0 0 1px 0 !important;
    border-radius: 0 !important;
}
.wpuf-user-list-table{
    padding: 27px 27px 0 27px !important;
}

.adi_userlist .wpuf-user-list-table{
	max-width: 100%;
	overflow: auto;
}
.adi_userlist .wpuf-user-list-table td{
	min-width: 100px;
}
.adi_userlist .wpuf-user-list-table td:last-child{
	min-width: 180px;
}

@media (max-width: 600px){ 
	.wpuf-user-list-table .user-list-table tr{
    	align-items: unset;
	}
}


/*CAMPUS Jobs*/

.wpuf_customs{
    padding: 0;
}

.wpuf_customs li{
    list-style-type:none;
}
.wpuf_customs li:not(.wpuf-field-data-email_address) label{
    margin-bottom: 4px;
}
.wpuf_customs li:not(.wpuf-field-data-email_address) a{
    padding: 10px 27px;
    border-radius: 99px;
    background-color: #d3d3d3;
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: 0;
    display: inline-block;
	margin-top: 8px;
}
.elementor-widget-posts .category-jobboerse:not(:last-child){
	padding-bottom: 30px;
	border-bottom: 1px solid rgb(210,210,210);
    padding-bottom: 30px !important;
}


/* WOO STYLE*/

.woocommerce{
	z-index: 1;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.woocommerce form .form-row select, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce .quantity .qty,.woocommerce-MyAccount-navigation-link a, .woocommerce button.button,
.wpuf-submit-button{
    border-radius: 30px;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button{
	background: var(--e-global-color-primary);
}
.woocommerce button.button.alt.disabled{
	background: var(--e-global-color-a6484b0);
}
.woocommerce button.button{
	color: white;
}


.woocommerce-cart-form, .cart-collaterals table,
form.woocommerce-checkout,
.woocommerce div.product,
.woocommerce-MyAccount-content,
.woocommerce-form,
.woocommerce-order{
	background: white;
	box-shadow: 4px 4px 33px rgb(0 0 0 / 25%);
	z-index: 1;
}
form.woocommerce-checkout,
.woocommerce-page div.product,
.woocommerce-MyAccount-content,
.woocommerce-form,
.woocommerce-order{
	padding: 27px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	border-radius:0;
	border: none;
    box-shadow: 4px 4px 33px rgb(0 0 0 / 25%);
}

.woocommerce-cart-form, .cart-collaterals,
.woocommerce-page div.product,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content{
	position: relative;
	z-index: 1;
}
.woocommerce-breadcrumb,
.woocommerce-product-gallery{
	display: none;
}
.woocommerce-page div.product div.summary{
	width: 100%;
}
.woocommerce div.product form.cart div.quantity{
    position: relative;
    margin-right: -35px;
    z-index: 3;
}
.woocommerce div.product form.cart .button{
    min-height: 42px;
    padding: 0 27px 0 56px;
}
.woocommerce-info {
    border-top-color: var(--e-global-color-accent);
}
.woocommerce-MyAccount-navigation ul{
	padding-left: 0;
	text-align: center;
}

.woocommerce-MyAccount-navigation-link a{
	background: var(--e-global-color-primary);
    padding: 6px 12px;
    width: auto;
	color: white;
    display: inline-block;
}
.woocommerce-MyAccount-navigation-link{
    list-style: none;
    margin-bottom: 10px;
    display: block;
}



/* campus wpuf additonal style */


body ul.wpuf-form li .wpuf-fields a.button.file-selector {
   // font-size: 0!important;
    display: flex !important;
    background-color: #ccc;
    color: black;
    padding: 5px 30px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
}
body ul.wpuf-form li .wpuf-fields a.button.file-selector:hover {
    background-color: #cb93a0;
    border: 0px;
}
.wpuf-user-list-search-form .sorting-area,
.wpuf-dashboard-container > h2.page-head,
.wpuf-dashboard-container > .post_count,
.wpuf-dashboard-container + .wpuf-author,
.wpuf-dashboard-content.post .items-table tr > td:nth-child(2),
.wpuf-dashboard-content.post .items-table tr > td:nth-child(3),
.wpuf-dashboard-content.post .items-table tr > th:nth-child(2),
.wpuf-dashboard-content.post .items-table tr > th:nth-child(3),
.category-jobboerse .elementor-post__meta-data{
    display: none !important;
}
.wpuf-dashboard-container{
	z-index: 3;
    position: relative;
    background: white;
}
.page-id-18970 .page-header,
.page-id-18972 .page-header,
.wpuf-form-add{
		z-index: 3;
    position: relative;
}


.category-jobboerse .elementor-post__title{
	pointer-events: none;
}

/*Hotfix*/




.woocommerce .return-to-shop, .woocommerce .button.wc-forward,
#ship-to-different-address-checkbox,
.cart_totals .woocommerce-shipping-totals,
.woocommerce-shipping-totals,
.woocommerce-table--order-details.order_details tfoot tr:nth-child(2),
.woocommerce-checkout .woocommerce-additional-fields{ 
	display: none;
}

.checkout #customer_details .col-1{
	width: 100%;
}


@media (min-width: 768px){ 
	.woocommerce-MyAccount-content{
		background: white;
	}
	.woocommerce-MyAccount-navigation ul{

      text-align: right;
	  margin-left: 0;
	}
}

@media (min-width: 1440px){ 
	.woocommerce-MyAccount-navigation ul{
      text-align: left;
	  margin-left: -27px;
	}
}

.related.products{
	display: none;
}

.page-id-4619 .adi_table table td:last-child a{
	pointer-events: none;
}


/* Englischer Text in Campus Bereich*/

.elementor-element-5ff0eb8d .password .wpuf-error-msg{
  font-size: 0;
}
.elementor-element-5ff0eb8d .password .wpuf-error-msg:after {
  content:"Passwort ist zu schwach";  
  font-size: 15px;
}


.woocommerce-lost-password .elementor-element-68181f79 .elementor-widget-container{ 
	background: white;
	margin: 27px;
	padding: 27px;
	width: 100%;
	box-shadow: 4px 4px 33px rgba(0, 0, 0, 0.25);
}

.elementor-element-5ff0eb8d .wpuf-submit + li{
	display: none;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	flex-wrap: nowrap !important;
}


/* Print styling */
@media print {
	header {
		display: none;
	}
	
	.woocommerce-Tabs-panel {
		display: initial !important;
	}
	
	.variations_form {
		display: none;
	}
	
	.wc-tabs {
		display: none;
	}
	
	single_add_to_cart_button {
		display: none;
	}
	
	.elementor-location-footer {
		display: none;
	}
}
