/*
 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
*/

@font-face {
    font-family: "DINNext";
    font-style: normal;
	font-weight: 400;
    src: url('webfonts/DINNextProLight.woff2') format('woff2'), url('webFonts/DINNextProLight.woff') format('woff');
}
@font-face {
    font-family: "DINNext";
    font-style: normal;
	font-weight: 600;
    src: url('webfonts/DINNextProBold.woff2') format('woff2'), url('webFonts/DINNextProBold.woff') format('woff');
}
@font-face {
    font-family: "KeplerDisplay";
	font-weight: 400;
    src: url('webfonts/KeplerDisplay.woff2') format('woff2'), url('webFonts/KeplerDisplay.woff') format('woff');
}

@import url("//hello.myfonts.net/count/325338");

  
@font-face {
	/*Light*/
	font-family: 'FFMetaWeb';
	font-style: normal;
	font-weight: 200;
	src: url('webfonts/325338_0_0.eot');
	src: url('webfonts/325338_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/325338_0_0.woff2') format('woff2'),url('webfonts/325338_0_0.woff') format('woff'),url('webfonts/325338_0_0.ttf') format('truetype');
}
 
  
@font-face {
	/*Bold*/
	font-family: 'FFMetaWeb';
	font-style: normal;
	font-weight: 600;
	src: url('webfonts/325338_1_0.eot');
	src: url('webfonts/325338_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/325338_1_0.woff2') format('woff2'),url('webfonts/325338_1_0.woff') format('woff'),url('webfonts/325338_1_0.ttf') format('truetype');
}
 
  
@font-face {
	/*normal*/
	font-family: 'FFMetaWeb';
	font-style: normal;
	font-weight: 400;
	src: url('webfonts/325338_2_0.eot');
	src: url('webfonts/325338_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/325338_2_0.woff2') format('woff2'),url('webfonts/325338_2_0.woff') format('woff'),url('webfonts/325338_2_0.ttf') format('truetype');
} 
.kepler{
	font-family:"KeplerDisplay";
	font-weight: 400;
	font-size:103.45%;
}

.kepler-title .et_pb_module_header span{
	font-family:"KeplerDisplay";
	font-size:103.45%;
	padding:0 0 15px 0;
}
.kepler-title .et_pb_module_header{
	padding:0 0 15px 0!important;
}

body{
	font-family:"DINNext";
	font-weight:400;
}
h1,h2,h3,h4,h5,h6{
	font-family:"DINNext";
	font-weight:600;
}

.kalenderbox{
	background-color: #ffffff;
	border-radius: 10px;
	padding: 10px;
	margin: 10px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
.kalenderbox.einzeltermin{
	border-radius: 20px;
}
.terminholder .kalenderbox .termincontent a,
.kalenderbox button{
	background:#F15C37;
	border-radius: 10px;
	color:#ffffff;
	padding:10px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	border:0px;
	cursor: pointer;
}

.kalenderbox h1,
.kalenderbox h2{
	color: #1D3FA6;
}
.kalenderbox h1{
	font-size:53px;	
	line-height: 69px;
}
.kalenderbox h2{
	font-size:30px;	
	line-height: 38px;
	font-weight: 700;
}
.terminholder{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.datebutton{
	display:flex;
	flex-direction: row;
    justify-content: space-between;
}
.terminholder .kalenderbox{
	width:45%;
	display: flex;
}
.terminholder .kalenderbox .imgholder{
	width:240px;
}
.terminholder .kalenderbox .imgholder img{
	border-radius: 10px 0  0 10px;
	display: block;
	height: 228px;
    object-fit: cover;
}
.terminholder .kalenderbox .termincontent{
	width:calc(100% - 240px);
	padding:35px 25px 35px 25px;
	font-weight: 700;
	color:#bcbcbc;
	font-size:25px;
	line-height:32px;
}
.searchbox{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: fit-content;
    margin-inline: auto;
	padding:50px 50px 20px 50px;
	margin-bottom:100px;
}
.searchfields{
	display:flex;
	flex-direction: row;
    justify-content: space-between;
	width: 100%;
	margin-bottom:30px;
}
.searchfields select{
	width: 40%;
	border-radius: 10px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	border: 0px;
	padding: 10px;
}

@media(max-width:1600px){
	.terminholder .kalenderbox{
		width:48%;
	}
}
@media(max-width:1480px){
	.terminholder .kalenderbox{
		width:100%;
	}
}
@media(max-width:768px){
	.kalenderbox h1{
		font-size:30px;
	}
	.terminholder .kalenderbox{
		flex-direction: column;
	}
	.terminholder .kalenderbox .termincontent,
	.terminholder .kalenderbox .imgholder{
		width:100%;
	}
	.terminholder .kalenderbox .imgholder img{
		border-radius:10px 10px 0 0;
		width:100%;
	}
}
@media(max-width:500px){
	.kalenderbox.searchbox{
		padding: 20px;
	}
}