/* Global Styling Start */

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

a,a:link,a:visited {
	color: inherit;
	font-family: 'Nunito', sans-serif;
	text-decoration: none;
	outline: none;
}
.fachbereich a,.fachbereich a:link,.fachbereich a:visited {
	color:#fff;
}
main a,main a:link,main a:visited {
	color: #ee7100;
}
main a:hover{
	color: #333;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
#aktuelles{
  overflow: hidden;
  word-wrap: break-word;
}
.site-content{
	overflow: hidden;
}
p {
	font-size: 20px;
	font-family: 'Nunito', sans-serif;
}
.slb_content{
	width: 95vw!important;
	height: auto !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

span {
	font-family: 'Nunito', sans-serif;
}
main{
padding-top: 50px;
padding-bottom: 50px;
}
label,
input,
textarea,
select {
	font-family: 'Nunito', sans-serif;
}

ul li {
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
}
th,td{
	padding: 5px;
}
th:first-child{
	width: 160px;
}
.empty-space {
	display: block;
	width: 100%;
	position: relative;
	height: 15px;
}
.kz-btn{
	background:none;
	border:none;
	font-size:1.2em;
}
.button-space {
	display: block;
	width: 100%;
	position: relative;
	height: 24px;
}

.big-empty-space {
	display: block;
	width: 100%;
	position: relative;
	height: 35px;
}


/* width */

::-webkit-scrollbar {
	width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px grey;
	        box-shadow: inset 0 0 5px grey;
}


/* Handle */

::-webkit-scrollbar-thumb {
	background: #EE7100;
	border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #b30000;
}


/* End Global Styling */

/* Start navbar CSS */

.navbar {
	height: 75px;
}

.navbar-default {
	-webkit-box-shadow: 0px 0px 0px 0px #ccc!important;
	        box-shadow: 0px 0px 0px 0px #ccc!important;
}

.navbar-default .navbar-nav > .current-menu-item > a,
.navbar-default .navbar-nav > .current-menu-item > a:focus,
.navbar-default .navbar-nav > .current-menu-item > a:hover {
	color: #EE7100;
	font-weight: 500;
	-webkit-box-shadow: none;
	        box-shadow: none;
	background: transparent;
}

@media all and (min-width:767px) {
	.navbar-default .navbar-nav > .current-menu-item > a:after {
		content: '';
		bottom: -4px;
		left: 60%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(238, 113, 0, 0);
		border-bottom-color: #EE7100;
		border-width: 10px;
		margin-left: -17px;
	}

	.navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 25px;
		font-size: 18px;
	}
	.navbar-default .navbar-nav {
	height: 75px;
}

.row-eq-height{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
}

.navbar-default .navbar-nav {
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
	font-weight: 500;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #EE7100;
	font-weight: 700;
}

.login-linked {
	position: absolute;
	top: 0%;
	right: 2%;
	border: solid transparent;
	z-index: 99999999;
	background: #ee7100;
	width: 85px;
	text-align: center;
	height: 45px;
	-webkit-clip-path: polygon(0 0, 100% 0, 51% 100%, 51% 100%);
	clip-path: polygon(0 0, 100% 0, 51% 100%, 51% 100%);
}

.login-linked .linked a {
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.logo-fachbereich{
	height: 250px;
}
.logo-fachbereich img{
	margin: auto;

}
.one-time img{
	-o-object-fit: cover;
	   object-fit: cover;
	    max-width: 100%;
	    max-height: 90vh;
	    width: 100%;
}

.one-time.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.zu_aktuellen{
	margin-bottom: 1em;
}
.one-time .slick-slide {
  position: relative;
  height: 38vw;
}
.slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
.slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.slick-slide iframe {
  position: relative;
  /* pointer-events: none; */
}
.course-section .slick-slide{
	min-height: 30vw;
}
.slick-slide figure {
  position: relative;
  height: 100%;
}
.slick-slide .slide-image {
  opacity: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.slick-slide .slide-image.show {
  opacity: 1;
}
.slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}
.slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active {
  z-index: 1;
}
.slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slick-slide.slick-active .caption {
  opacity: 1;
  -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
      transform: translateY(0);
  -webkit-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
  -o-transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.one-time .slick-prev{
	left: 40px;
	z-index: 99;
}
.one-time .slick-next{
	right: 40px;
	z-index: 99;
}

@media all and (max-width:915px) {
	.login-linked {
		display: none!important;
	}
}

nav {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navbar-default {
	border: none;
	background: #fff;
	margin-bottom: 4px;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.navbar-brand > img {
	width: 150px;
	height: 100px;
}

.navbar-brand {
	background: #fff;
	height: 155px;
	width: 175px;
	text-align: center;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 76%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 76%, 0 100%);
	position: absolute;
	z-index: 9999;
}

.navbar-default {

	-webkit-box-shadow: 0px 1px 8px 1px #ccc;

	        box-shadow: 0px 1px 8px 1px #ccc;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	background: #fff!important;
}

.navbar-default .navbar-nav > li > a:hover {
	font-weight: 500;
}

@media all and (max-width:767px) {
	.navbar-brand {
		position: relative;
		background: transparent;
		width: auto;
		height: auto;
	}
	.navbar-nav {
		margin: 0;
	}
}


/* End Navbar CSS */

/* After Slider Section Start */

.posts-slider {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}

@media all and (min-width:991px) {
	.posts-slider {
		top: -70px;
	}
	.after-posts {
		top: -40px;
	}
	.one-time {
	  position: relative;
	  width: 100%;
	  height: 35vw;
	  min-height: 8vw;
	  margin-bottom: 50px;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transition: all 1.2s ease;
	  -o-transition: all 1.2s ease;
	  transition: all 1.2s ease;
	}
	.one-time img{
		height:85vh;
	}
}

/*.block {
	position: relative;
	width: 80%;
	max-height: 250px;
	border: 6px solid #fff;
	overflow: hidden;
}*/
.block {
	position: relative;
	width: 100%;
	max-height: 250px;
	aspect-ratio: 1 / 1;
	border: 5px solid #fff;
	overflow: hidden;
	margin: 0 auto;
}
.block:hover .text-block {
	bottom: 0;
}

.block .text-block {
	-webkit-transition: bottom 0.3s ease-in-out;
	-o-transition: bottom 0.3s ease-in-out;
	transition: bottom 0.3s ease-in-out;
	position: absolute;
	bottom: -18px;
	width: 100%;
	background-color: rgba(238, 113, 0, 0.7);
	text-align: center;
	color: #fff;
	-webkit-clip-path: polygon(0 25%, 100% 1%, 100% 100%, 0% 100%);
	clip-path: polygon(0 25%, 100% 1%, 100% 100%, 0% 100%);
}

.block .text-block .title {
	display: block;
	padding-top: 20px
}


/* After Slider Section End */

/* After Post Section Start */

.after-posts {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}

.after-posts hr {
	border-top: dashed 3px #ee7100;
}

.after-posts h2 {
	font-size: 44px;
	line-height: 58px;
}

.bolded {
	font-weight: bolder;
	color: #ee7100;
}

.button-style {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 5px 25px!important;
	background: #EE7100;
	border: 2px solid #EE7100;
	color: #fff!important;
	text-align: center;
	font-weight: 500;
	font-size: 19px;
	margin-top: 10px;
}

.button-style:hover {
	background: rgb(241, 131, 35);
	border: 2px solid rgb(241, 131, 35);
}


/* After Post Section End */

/* Parallax Section start */

.first-parallax {
	/* width: 100%; */
	min-height: 250px;
	height: 100%;
	max-height: 350px;
	background-image: url(../img/Fotolia_147967468_Subscription_Monthly_M@2x.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.second-parallax {
	min-height: 250px;
	height: 100%;
	max-height: 350px;
	background-image: url(../img/Fotolia_147967468_Subscription_Monthly_M@2x.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.third-parallax {
	min-height: 350px;
	height: 100%;
	max-height: 450px;
	background-image: url(../img/Fotolia_166213208_Subscription_Monthly_XXL@2x.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.fourth-parallax {
	min-height: 250px;
	height: 100%;
	max-height: 350px;
	background: #EE7100;
	background-image: url(../img/Fotolia_102383885_Subscription_Monthly_XXL@2x.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.six-parallax {
	width: 100%;
	min-height: 350px;
	height: 100%;
	max-height: 400px;
	background-image: url(../img/Fotolia_102383885_Subscription_Monthly_XXL@2x.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


/* End Parallax Section */

/* Start Kurssuche  CSS */

.course-search {
	width: 100%;
	background: #EE7100;
	height: auto;
}

.course-search .title-section {
	margin-top: 35px;
	color: #fff;
}

.course-search .title-section h3 {
	font-size: 44px;
	line-height: 58px;
}

.course-search .title-section .light {
	font-weight: 200;
}

.course-search .title-section .bolded-text {
	font-weight: bolder;
}

.course-search hr {
	border-top: dashed 3px #fff;
}

.label-color {
	color: #fff;
}

.note {
	color: #fff;
}

.note p {
	font-size: 16px;
}

.select2-container--default .select2-selection--single {
	height: 34px;
}
.search_container input[type="text"],
.search_container select{
	width: 100%;
	display: block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.search_container input[type="submit"]{
	display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 2px 12px!important;
}

@media all and (max-width:991px) {
	.select-style {
		width: 100%!important;
	}
}


/* End Kurssuche  CSS */

/* Course Section Start */

.course-section {
	position: relative;
	width: 100%;
	min-height: 350px;
	display: block;
	overflow: hidden;
}

.course-section .left {
	background: #E3E3E3;
	width: 50%;
	height: 100%;
	display: inline-block;
	float: left;
	position: relative;
}

.course-section .right {
	background: #fff;
	width: 50%;
	height: 100%;
	display: inline-block;
	position: relative;
}

.course-section .padd {
	padding: 0 35px;
}

.course-section .single-course {
	padding: 0 35px;
}

.course-section h2 {
	color: #EE7100;
}

.course-section .bolded-text {
	font-weight: bolder;
}

.course-section hr {
	border-top: dashed 3px #ee7100;
}

.course-section .single-course .course-bio p {
	font-size: 16px;
	font-weight: 500;
}

.course-section .single-course table {
	width: 100%;
}

.course-section .single-course .course-buttons .button-style {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 5px 15px!important;
	background: #EE7100;
	border: 2px solid #EE7100;
	color: #fff!important;
	text-align: center;
	font-weight: 500;
	font-size: 16px;
	margin-right: 15px;
}

.course-section .slider-arrows {
	padding: 0 35px;
}

.course-section .slider-arrows i {
	color: #EE7100;
	cursor: pointer;
	font-size: 1.8em;
	-webkit-transform: translateY(15%);
	    -ms-transform: translateY(15%);
	        transform: translateY(15%);
}

.course-section .table-striped > tbody > tr:nth-of-type(odd) {
	background: rgb(227, 227, 227);
}

@media all and (max-width:991px) {
	.course-section .left {
		width: 100%;
	}
	.course-section .right {
		width: 100%;
	}
	.course-section .single-course .course-buttons .button-style {
		margin-right: 5px!important;
	}
}


/* Course Section End */

/* Start Blog CSS */

.blog .light {
	font-weight: 100;
}

.blog .blog-title {
	color: #454545;
	font-size: 44px;
	line-height: 58px;
	font-weight: bold;
}

.blog .start-section hr {
	border-top: dashed 3px #ee7100;
}

.blog .block {
	position: relative;
	width: 100%;
	max-height: 250px;
	border: 8px solid #fff;
	overflow: hidden;
}

.blog .block:hover .text-block {
	bottom: 0;
}

.blog .block .text-block {
	-webkit-transition: bottom 0.3s ease-in-out;
	-o-transition: bottom 0.3s ease-in-out;
	transition: bottom 0.3s ease-in-out;
	position: absolute;
	bottom: -18px;
	width: 100%;
	background-color: rgba(238, 113, 0, 0.7);
	text-align: center;
	color: #fff;
	-webkit-clip-path: polygon(0 25%, 100% 1%, 100% 100%, 0% 100%);
	clip-path: polygon(0 25%, 100% 1%, 100% 100%, 0% 100%);
}

.blog .block .text-block .title {
	display: block;
	padding-top: 20px;
	font-size: 14px;
}

.blog .blog-bio {
	font-size: 18px;
	font-weight: 500;
}

.blog .button-orange {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #EE7100;
	border: 2px solid #EE7100;
	color: #fff!important;
	text-align: center;
	font-weight: 500;
}

.blog .social-share {
	position: relative;
	background-origin: 0;
	position: relative;
	max-height: 240px;
	min-height: 240px;
}

.blog .social-share .buttons {
	bottom: 0;
	position: absolute;
	right: 0;
}

.blog .holder {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

.blog .brown-hr {
	border-top: dashed 4px #E3E3E3;
}

.blog .share-text {
	position: absolute;
	bottom: 50px;
	right: 0;
	text-align: right;
}

@media all and (max-width:991px) {
	.blog .social-share .buttons {
		bottom: 0;
		position: absolute;
		left: 0;
	}
	.blog .share-text {
		position: absolute;
		bottom: 50px;
		left: 0;
		text-align: left;
	}
	.blog .social-share {
		max-height: 150px;
		min-height: 150px;
	}
}


/* End Blog CSS */

/* STart Fachbereiche CSS */

.fachbereich .light {
	font-weight: 100;
}

.fachbereich .blog-title {
	color: #454545;
	font-size: 44px;
	line-height: 58px;
	font-weight: bold;
}

.fachbereich .start-section hr {
	border-top: dashed 3px #ee7100;
}

.fachbereich .block {
	position: relative;
	width: 100%;
	max-height: 250px;
	border: 8px solid #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 0 10px 2px #eee;
	        box-shadow: 0 0 10px 2px #eee;
}

.fachbereich .block .text-block {
	text-align: left;
	padding-left: 10px;
}

.slick-prev:before,
.slick-next:before {
	color: #EE7100!important;
}

.single-item .slick-slide{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.single-item .slick-slide img{
	max-width: 100%;
height: auto;
}
.single-item .slick-slide div:only-child{
	margin: auto;
}
/* End CSS */

/* Start Expanded Section */

.expanded {
	background: #E3E3E3;
	width: 100%;
	min-height: 250px;
	display: block;
}

.expanded .bolded-text {
	font-weight: bolder;
}

.expanded #expaneded-button {
	color: #EE7100;
	cursor: pointer;
}

.expanded ul {
	list-style: none;
}

.expanded ul li {
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	margin-top: 5px;
}

.expanded .expaneded-list {
	display: none;
}


/* End Expanded Section */


/* FORM */
form.wpcf7-form,
.wpcf7 .cf7s-caspar fieldset,
.wpcf7 .cf7s-caspar legend,
.wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="text"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="email"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="tel"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="url"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="number"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="range"], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type=date], .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type=file],
.wpcf7-form.cf7skins .wpcf7-select,
.wpcf7 .wpcf7-form.cf7skins.cf7s-caspar textarea,
.wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="submit"]{
	-webkit-box-shadow: 0 0 10px 2px #eee;
	        box-shadow: 0 0 10px 2px #eee;
	border: none!important;
	border-radius: 5px;
}
.wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="submit"]:disabled{
	background-color: #c3c3c3!important;
	color: #000!important;
}
.wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="submit"]{
	background-color: #ee7100!important;
	color: #fff!important;
}


/* Footer CSS */

footer {
	background: #ee7100;
	width: 100%;
	position: relative;
	display: block;
	min-height: 300px;
}

footer .footer-title {
	font-size: 20px;
	text-align: left;
	line-height: 24px;
	color: #454545;
	font-weight: bold;
}

footer ul {
	list-style: none;
	margin-top: 25px;
}

footer ul li {
	font-size: 11px;
	text-align: left;
	line-height: 18px;
	color: #fff;
	margin-top: 5px;
}

footer ul .main-li {
	font-weight: bolder;
	font-size: 12px;
}

footer .under-footer-link {
	color: #fff;
	font-weight: 400;
	margin-right: 10px;
	font-size: 14px;
	line-height: 24px;
}


/* Footer CSS End */

/* KURSE CSS */

.course-header-section {
	background: #E3E3E3;
}

.course-header-section hr {
	border-top: dashed 3px #ee7100;
}

.course-header-section table {
	width: 100%;
}

.course-bio2 p {
	font-size: 17px;
	word-wrap: break-word;
}

#appointments {
	padding: 50px 0 50px 0;
}

#appointments .box {
	-webkit-box-shadow: 0px 3px 8px 0px #ccc;
	        box-shadow: 0px 3px 8px 0px #ccc;
	padding: 15px 20px;
	display: block;
	position: relative;
	width: 100%;
}

#appointments .box .box-title h5 {
	font-weight: bolder;
}

#appointments .box .box-title p {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

#appointments .orange-text {
	color: #EE7100;
	font-weight: bold!important;
	font-style: italic;
}

.orange-top-border {
	border-top: 20px solid #EE7100;
}

.box{
	height: 100%;
}
/* KRUSE END CSS */



/* KRUSE LIST CSS START */

.gray-background {
	background: #ccc;
}

.kurse-list label,
.kurse-list h3,
.kurse-list .note h2 {
	color: #454545;
}

.kurse-list input,
.kurse-list select,
.kurse-list .select2-container {
	/*box-shadow: 0 2px 8px 0px #333!important;*/
}

.kurse-list .button-style {
	padding: 5px 10px!important;
}

.ERGEBNISSE table {
	width: 100%;
}

.ERGEBNISSE .table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #e3e3e3;
}

.ERGEBNISSE .button-holder {
	display: block;
	width: 100%;
	position: relative;
	height: 100%;
	max-height: 240px;
	min-height: 240px;
}

.ERGEBNISSE .course-buttons {
	position: absolute;
	bottom: 0;
	right: 0;
}

.ERGEBNISSE .course-arrows i {
	color: #EE7100;
}

@media all and (max-width:991px) {
	.ERGEBNISSE .button-holder {
		max-height: 75px;
		min-height: 75px;
	}
	.ERGEBNISSE .course-buttons {
		left: 0;
	}
	.ERGEBNISSE .course-arrows h3 {
		margin-top: 35px;
	}
	.ERGEBNISSE .cleared {
		clear: both;
	}
}


/* KRUSE LIST CSS END */

/* KURSSUCHE PAGE CSS START*/

.teacher {
	padding-top: 50px;
	padding-bottom: 100px;
	display: block;
	width: 100%;
	height: 100%;
}

.teacher .bolded-text {
	font-weight: bolder;
}

.teacher .box-dotted {
	padding: 10px 15px;
	border: 4px dashed #EE7100;
}

.teacher .button-style {
	padding: 5px 20px!important;
	margin: 0 10px;
}


/* KURSSUCHE PAGE CSS END */
/* FORM */
.wpcf7 .cf7s-caspar legend{
	background: #ee7100!important;
	    padding: 1em!important;
	    font-size: 1.6em!important;
	    color: #fff!important;
}
.wpcf7 .cf7s-caspar fieldset{
	background: #eee!important;
}
/*FORM END */

/* NEW CSS */

/*.posts-slider .block img {
	width: 100%;
	height: 100%;
}*/

.posts-slider .block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.left .table-striped > tbody > tr:nth-of-type(odd) {
	background: #fff;
}

.shrink {
	height: 50px;
	padding-top: 0;
}

.course-page img {
	max-height: 450px;
	width: auto;
}

@media all and (max-width:1025px) {
	.login-linked {
		display: none;
	}
}

@media all and (max-width:767px) {
	.navbar-brand > img {
		width: auto;
		height: 100%;
	}

	.navbar-brand {
		width: 200px;
		height: 100px;
	}
	.navbar {
		height: auto;
	}
	.navbar-brand {
		-webkit-clip-path: none;
		        clip-path: none;
	}
	h2{
		font-size: 20px;
	}
	h3{
		font-size: 18px;
	}
	p,ul li{
		font-size: 15px;
	}
	.fachbereich .blog-title{
		font-size: 40px;
	}
	.course-page img {
		max-width: 100%;
		height: auto;
}
}


@media all and (min-width:991px) {
	.fixed-navbar {
		position: fixed;
		right: 0;
		display: block;
		z-index: 999999;
		width: 100%;
		-webkit-box-shadow: 0 1px 7px 1px #ccc!important;
		        box-shadow: 0 1px 7px 1px #ccc!important;
	}

	.fixed-navbar .navbar-nav > .current-menu-item > a:after {
		bottom: 0;
	}

	.fixed-navbar .navbar-brand > img {
		width: auto;
		height: 100%;
	}

	.fixed-navbar .navbar-brand {
		-webkit-clip-path: none;
		        clip-path: none;
		position: static;
		height: 75px;
		width: 200px;
	}

	.search_container div ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	    padding-left: 0;
	}
	.search_container div ul li{
			width: 100%;
	}
	main{
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
