/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
.custom_admin_button{
	border: none;
	font-family: Montserrat;
	font-size: 18px;
	color: white;
	background-color: #FEA612;
}
.et_pb_klinik_portfolio_items {
	display: flex;
}
.et_pb_klinik_portfolio_items div {
	padding-left: 35px;
	padding-right: 35px;
}
.klinik_empfehlung_name {
	margin-top: 15px;
	font-size: 18px;
	font-family: Montserrat;
	color: #0D0801;
}
.klinik_empfehlung_address {
	font-size: 14px;
	font-family: Montserrat;
	color: #0D0801;
}
.klinik_empfehlung_button {
	font-size: 14px;
	font-family: Montserrat;
	color: #fff;
	background-color: #FEA612;
	border:none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 15px;
	cursor: pointer;
}
.tns-nav {
	visibility: hidden;
}
.tns-outer button {
	visibility: hidden;
}
.fs-klinik-details-container {
	display: flex;
}
.fs-klinik-details-container h1 {
	font-family: Montserrat;
	font-size: 32px;
	line-height: 1.2em;
	color: #0D0801;
	overflow-wrap: break-word;
	margin-bottom: 15px;
}
.fs-klinik-details-container h2 {
	font-family: Montserrat;
	font-size: 18px;
	line-height: 1.2em;
	color: #0D0801;
	font-weight: 600;
	margin-top: 25px;
}
.fs-klinik-details-container p,.fs-klinik-details-container a{
	font-family: Montserrat;
	line-height: 1.4em;
	font-size: 14px;
	color: #3D3933;
	padding-bottom: 0px;
}
.fs-klinik-details-column {
	display: flex;
	flex-direction: column;
}
.fs-klinik-details-column:first-child{
	width: 34%;
	padding-right: 50px;
}
.fs-klinik-details-column:not(:first-child){
	width:66%;
}
.fs-klinik-details-inner-row {
	display: flex;
	flex-direction: row;
}
.fs-klinik-details-inner-column {
	display: flex;
	flex-direction: column;
	width: 50%;
}
.kiwuklinikkurs-angebot{
	display: flex;
	background: #FAF5F2;
	padding: 5px;
	margin-top: 15px;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.kiwuklinikkurs-angebot img{
	margin-right: 10px;
	width: 35%;
	height: auto;
}
.kiwuklinikkurs-angebot p{
	line-height: 1.2em;
	font-size: 14px;
	color: #1d1d1d;
}
.fs-klinik-behandlungsmethoden{
	display: flex;
	flex-direction: row;
	width: 100%;
}
.fs-klinik-behandlungsmethoden p{
	width: 50%;
}
.fs-klinik-details-image {
	max-height:150px;
	margin-bottom: 7px;
}
.fs-klinik-details-icon-tile {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}
.fs-klinik-details-icon-tile img{
	width: 20px !important;
	height: auto;
	margin-right: 15px;
}
select#klinik_ort {
	 background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%238C98F2'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100%) center;
  background-repeat: no-repeat;
  background-color: #efefef;
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
	border: none;
	font-size: 16px;
	font-family: Montserrat;
	color: #0D0801 !important;
	font-weight: 500;
	padding-right: 25px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 25px;
}
.fs-archive-template{
	/*display: flex;
    flex-direction: row;*/
	font-family: Montserrat;
	line-height: 1.2em;
}
.fs-archive-template .container::before{
	display: none;
}
#article_grid{
	width: 100%;
}
/*.fs-archive-template div#sidebar,.fs-archive-template div#left-area {
	width: 100%;
}*/
.fs-archive-template #left-area, #article_grid .et_pb_module_inner{
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
}
.fs-archive-template article, #article_grid article{
	width: 33% !important;
	padding: 15px !important;
	word-wrap: normal !important;
	margin:0px !important;
	color: #1d1d1d !important;
}
.fs-archive-template article .article-container, #article_grid article .article-container{
	border-radius: 5px !important;
	padding: 20px !important;
	background: #ffffff !important;
	box-shadow: 0px 10px 20px rgba(0,0,0,.06) !important;
	transition: .5s ease-in-out !important;
	
}
.fs-archive-template article .article-container:hover, #article_grid article .article-container:hover{
	box-shadow: 0px 10px 20px rgba(0,0,0,.16) !important;
}
.fs-archive-template article h2, #article_grid article h2{
	font-size: 16px !important;
}
.fs-archive-template article .logo-container, #article_grid article .logo-container, .logo-container{
	height: 40px !important;
	width: 100% !important;
	margin-bottom: 10px !important;
}
.fs-archive-template .wpc-filters-widget-wrapper {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: wrap !important;
}
.fs-archive-template .wpc-posts-found {
	width: 100% !important;
}/*
.fs-archive-template .wpc-filters-widget-wrapper div {
	width: 100%;
}*/
.recommendation-container {
	height: 250px !important;
	display: flex;
	flex-direction: column;
	align-items: space-between;
	justify-content: space-between;
	
}
.recommendation-container div{
	width: 100%;
	max-height: 100px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0;
	margin:0;
}
.recommendation-container img{
	height: 100%;
	padding: 0;
	margin:0;
}
.kliniklogo {
	max-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
	margin-right: 15px;
}
.my-slider2 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.outer-treatment {
	width: 100%;
	padding-right: 25px;
}
.inner-treatment {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 5px;
}
.inner-treatment img{
	margin-right: 5px;
}
img.kiwuklinik-logo {
    width: 120px;
    margin-bottom: -5px;
}
.kiwuklinik-feedback-container {
	font-family: Montserrat;
	display: flex;
	flex-direction: row;
	border-radius: 15px;
	background-color: #fafafa;
	padding: 15px 25px 15px 25px;
	box-shadow: 0px 5px 10px rgba(0,0,0,.03);
	margin-top: 50px;
	transition: .5s;
}

.kiwuklinik-feedback-container:hover{
	box-shadow: 0px 5px 10px rgba(0,0,0,.06);
}

.kiwuklinik-feedback-container div:nth-child(1) {
	width: 50%;
	padding-right: 15px;
}
.kiwuklinik-feedback-container div:nth-child(2){
	width: 25%;
	padding-right: 15px;
}
.kiwuklinik-feedback-container div:nth-child(3){
	width: 25%;
	padding-right: 15px;
}
  .droplabel {
    opacity: .3;
  }
  .dropbtn {
  	color: #0D0801;
  	font-size: 20px;
    font-weight: 600;
  	border: none;
  	cursor: pointer;
  }
  .dropdown .dropbtn p:first-child:after{
    content: url("https://kiwuklinik24.de/wp-content/uploads/2023/02/kiwiklinik-arrowdown.svg");
  }
  .dropdown:hover .dropbtn p:first-child:after{
    content: url("https://kiwuklinik24.de/wp-content/uploads/2023/02/kiwiklinik-arrowup.svg");
  }
  .dropdown {
    font-family: Montserrat;
    position: relative;
    
  }
  .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.16);
  font-weight: 500;
  border-radius: 4px;
  font-size: 13px;
  z-index: 2;
}

.dropdown-content p {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.dropdown-content p:hover {
  box-shadow: inset 0 0 0 2000px rgba(166, 166, 166, 0.3);
  }
  
  .dropdown:hover .dropdown-content {
  display: block;
}
  .droprow {
    display: flex;
  }
  @media screen and (max-width: 600px){
    .droprow {
    display: flex;
      flex-direction: column
  }
  }
  .activeBehandlung {
    background: #fea612;
  }
  .filterChip{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
  }
  .filterChip img {
    margin-right: 2px;
  }
  .filterChip p {
    color: #1d1d1d;
    font-size: 12px;
    
  }
  .chip-container {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
@media only screen and (max-width: 600px) {
	.kiwuklinikkurs-angebot{
		display: block;
	}
	.select#klinik_ort {
		padding-left: 15px;
		padding-right: 15px;
	}
	.kiwuklinik-feedback-container {
		flex-direction: column;
	}
	.kiwuklinik-feedback-container div:nth-child(1) {
		width: 100%;
		margin-top: 25px;
		padding-right: 0px;
	}
	.kiwuklinik-feedback-container div:nth-child(2){
		width: 100%;
		margin-top: 25px;
		padding-right: 0px;
	}
	.kiwuklinik-feedback-container div:nth-child(3){
		width: 100%;
		margin-top: 25px;
		padding-right: 0px;
	}
	.fs-klinik-details-icon-tile{
		width: 100%;
	}
	h3.feedback{
		margin-top: 25px;
	}
	.fs-klinik-details-column:first-child{
		padding: 0px;
	}
	.fs-klinik-details-container h1 {
		font-size: 26px;
		overflow-wrap: normal;
	}
	.et_pb_klinik_portfolio_items {
		display: flex;
		flex-direction: column;
	}
	.et_pb_klinik_portfolio_items div{
		margin-top: 65px;
	}
	.fs-klinik-details-container {
		display: flex;
		flex-direction: column;
	}
	.fs-klinik-details-column:first-child{
		width: 100%;
	}
	.fs-klinik-details-column:not(:first-child){
		width:100%;
	}
	.fs-klinik-behandlungsmethoden{
		display: flex;
		flex-direction: column;
	}
	.fs-klinik-behandlungsmethoden p{
		width: 100%;
	}
	.fs-klinik-details-inner-row {
		display: flex;
		flex-direction: column;
	}
	.fs-klinik-details-inner-column {
		width: 100%;
	}
	.fs-archive-template{
	display: flex;
    flex-direction: column !important;
	font-family: Montserrat;
	line-height: 1.2em;
	}
	.fs-archive-template div#left-area, #article_grid .et_pb_module_inner{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	}
	.fs-archive-template article,  #article_grid article{
	width: 100% !important;
	padding: 15px !important;
		margin-bottom: 45px;
		word-wrap: break-word;
	}
	.fs-archive-template article h2{
		font-size: 16px !important;
		word-wrap: break-word !important;
	}
	.fs-archive-template article .logo{
		height: 40px;
		width: auto;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
.fs-vertical-menu.et_pb_menu .et_pb_menu__menu,.fs-vertical-menu.et_pb_fullwidth_menu .et_pb_menu__menu { display: flex!important; } .fs-vertical-menu .et_mobile_nav_menu { display: none; }