/* Theme Name: allensbach hochschule
Theme Description: frontendhomie for allensbach hochschule
Author: frontendhomie
URI: http://www.frontendhomie.com/ 
*/
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat Bold'), url('./fonts/Montserrat-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat Regular'), url('./fonts/Montserrat-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	src: local('Montserrat Bold'), url('./fonts/Montserrat-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: normal;
	src: local('Montserrat Regular'), url('./fonts/Montserrat-Regular.woff') format('woff');
}

/*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***/
/*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***/
/*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***//*** RESET ***/

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 1;
	word-wrap: break-word;
}

html {
	margin-top: 0px !important;
}

a {
	outline: 0 !important;
}

input{
	outline: 0 !important;
}

textarea:focus, input:focus {
	outline: none;
}

select:focus, input:focus {
	outline: none;
}

/*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***/
/*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***/
/*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***//*** FRAME ***/

#wrapper{
	background-color: white;
	max-width: 2000px;
	margin: auto;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	position: relative;
}

p {
	text-align: justify;
}

#wrapperouter{
	background-color: #F9F9F9;
	min-width: 320px;
}

.container {
	min-width: 320px;
}

.container-fluid {
	min-width: 290px;
	padding-right: 0px;
	padding-left: 0px;
}

.container-fluid .row {
	margin-right: 0px;
	margin-left: 0px;
}

/*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***/
/*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***/
/*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***//*** GLOBAL ***/

html, body{
	font-family: 'Roboto', sans-serif;
	color: #161616;
	font-size: 14px;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: #161616;
}

a:hover {
	opacity: 0.8;
}

.cta {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 13px;
	padding: 14px 33px;
	color: white !important;
	border: 1px solid;
	display: inline-block;
	text-decoration: none !important;
}

.ctaprimary {
	background: #B4DD00;
	border-color: #B4DD00;
}

.ctasecondary {
	background: rgba(255, 255, 255, 0.2);
	border-color: #ffffff;
}

.morecta {
	font-size: 12px;
	text-decoration: underline;
	color: #161616;
	margin-top: 20px;
	display: inline-block;
}

b, strong {
	font-weight: 700;
}

em{
	font-style: italic;
}

h1{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 37px;
	margin-bottom: 26px;
}

h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 32px;
	margin-bottom: 22px;
}

h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 22px;
	margin-bottom: 26px;
}

p {
	line-height: 1.5;
	margin-bottom: 20px;
}

/*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***/
/*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***/
/*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***//*** HEADER ***/

/*** WP ADMIN BAR ***/

#wpadminbar {
	background: transparent;
}

#wp-admin-bar-wp-logo, #wp-admin-bar-password_protected, #wp-admin-bar-site-name, #wp-admin-bar-new-content, #wp-admin-bar-new_draft {
	display: none;
}

#wp-admin-bar-edit {
	width: 70px;
	overflow: hidden;
}

#wp-admin-bar-edit:hover a {
	background: transparent !important;
	background-color: transparent !important;
}

#wpadminbar #wp-admin-bar-edit>.ab-item:before {
	font-size: 60px;
}

.ab-item:focus {
	background: none !important;
}

#wp-admin-bar-wpfc-toolbar-parent {
	display: none;
}


@media (max-width: 1199px){
	#wpadminbar {
		display: none;
	}
}

/*** REAL HEADER ***/

.navbar-default {
	-webkit-transform: translate3d(0, 0, 0);
	transform : translate3d(0, 0, 0);
}

.topheader {
	background-color: #3051a0;
	height: 122px;
}

.headercta {
	position: absolute;
	margin-top: 42px;
	right: 160px;
}

.headerctablog {
	position: absolute;
	margin-top: 42px;
	right: 0px;
}

@media all and (max-width: 992px) {
	.headercta {
		right: 0 !important;
	}

	.headerctablog {
		display: none !important;
	}
}

#headerspace {
	height: 178px;
}

.navbar-header {
	z-index: 999;
}

.headerlogo {
	height: 86px;
	margin: 18px 0px;
}

.logo{
	width: 390px;
	margin-bottom: 20px;
}

.bottomheader {
	margin-top: 3px;
	height: 50px;
	background: #C7C7C7;
}

.navpoint {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	padding: 18px 0px;
	color: white;
	display: inline-block;
	text-align: center;
	width: 100%;
	letter-spacing: 1px;
	height: 50px;
}

.dropmenu {
	display: inline-block;
}

.dropmenuconent {
	background-color: #d6d6d6;
	position: absolute;
	display: none;
}

.dropnavpoint {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	padding: 14px;
	color: white;
}

.dropnavpoint:hover {
	background-color: #e1e1e1;
}

.dropmenu:hover .dropmenuconent {
	display: block;
	border-top: 3px solid white;
}

.headerlogosmall {
	height: 46px;
	display: none;
	margin-left: 4px;
	margin-top: 2px;
}

.breadcrumbcon {
	padding-top: 10px;
}

.breadcrumbtrans {
	position: absolute;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.46);
	padding-top: 3px;
}

.breadcrumb {
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.content .breadcrumb a {
	text-decoration: none;
	color: inherit;
}

/*** HEADER RESPONSIVE ***/

@media (min-width: 768px){
	.navpoint {
		text-shadow: 0px 0px 16px #00000024;
	}

	.dmsm {
		width: 15%;
	}

	.dmxl {
		width: 18%;
	}

	.dmmd {
		width: 17%;
	}
}

@media (max-width: 1199px){
	.navbar-default .navbar-nav>li>a{
		font-size: 12px;
		margin-left: 2px;
	}
}

@media (max-width: 991px) {
	.dmmd {
		width: 16%;
	}

	.navpoint {
		font-size: 12px;
		padding: 20px 0px;
	}
}

@media (max-width: 767px){
	.topheader {
		display: none;
	}

	.bottomheader {
		margin-top: 0px;
	}

	.headerlogosmall {
		display: inline-block;
	}

	.dropmenuconent {
		display: block;
		position: relative;
		background-color: white;
		border-bottom: 1px solid gainsboro;
	}

	.dropmenu {
		display: block;
	}

	.navpoint{
		text-align: left;
		font-size: 14px;
		padding: 10px 0px;
		height: 35px;
		color: #161616;
		border-bottom: 1px solid gainsboro;
	}

	.dropnavpoint {
		font-size: 12px;
		padding: 14px 0px 10px 0px;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		color: #717171;
		border-bottom: 1px solid #f3f3f3;
	}

	.bottomheader {
		background: #3151a1;
	}

	.dmmd {
		width: 100%;
	}

	#headerspace {
		height: 53px;
	}

	.dropmenu:hover .dropmenuconent {
		border-top: none;
	}

	#navbar {
		max-height: 75vh;
		overflow-y: auto;
		background: #ffffff;
		position: relative;
		border-bottom: 2px solid gainsboro;
	}

	.navpoint {
		font-size: 14px;
		padding: 10px 0px;
		height: 35px;
		color: #161616;
		border-bottom: 1px solid gainsboro;
	}

}

/*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***/
/*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***/
/*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***//*** CONTENT ***/

/* START */

.hero {
	width: 100%;
}

.herocon {
	position: relative;
}

.heroconinner {
	position: absolute;
	width: 100%;
	top: 0px;
}

.focussiegel {
	/*position: absolute;
	bottom: -150px;
	right: 0px;*/
	width: 84px;
}

.focussiegelsite {
	/*position: absolute;
	top: 0;
	right: -84px;*/
	width: 84px;
	margin: 0 10px 20px 0;
}

.herobox {
	background-color: rgba(48, 81, 160, 0.8);
	padding: 50px 40px;
	color: white;
	max-width: 600px;
	position: absolute;
	right: 0px;
	top: 130px;
	z-index: 9;
}

.herobox h1 {
	word-wrap: normal;
}

.heroboxleft {
	left: 0px;
	right: auto;
}


.heroinfo {
	font-size: 14px;
	margin-bottom: 26px;
	line-height: 1.5;
}

.vorteil {
	padding: 20px 0px;
	font-size: 16px;
	padding-left: 44px;
}

.checkicon {
	width: 36px;
	position: absolute;
	left: 15px;
	top: 14px;
}

.prodcard {
	height: 0px;
	padding-bottom: 100%;
	margin-bottom: 30px;
	background-size: cover;
	position: relative;
	border: 1px solid #efefef;
}

.prodcardinfo {
	background-color: rgba(48, 81, 160, 0.8);
	height: 50%;
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: white;
	padding: 30px 20px;
}

.prodcardtitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 22px;
}

.prodcardsub {
	line-height: 1.5;
	font-size: 16px;
	margin-top: 4px;
}

.prodcarda {
	display: block;
}

.prodcarda:hover {
	opacity: 0.8;
}

.infover {
	background-image: url('src/img/back.jpg');
	background-size: cover;
	background-position: center center;
	padding: 60px 0px;
	color: white;
	text-align: center;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.142);
}

.infovercon {
	background-color: rgba(255, 255, 255, 0.78);
	padding: 40px;
	color: #161616;
	text-shadow: none;
}

.infovertitel {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 17px;
	margin-bottom: 10px;
}

.infoverdatum {
	font-size: 14px;
}

.infoveruhrzeit {
	font-size: 14px;
	color: #9B9B9B;
	margin-bottom: 14px;
	margin-top: 3px;
	font-style: italic;
}

.newscard {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}

.newspreview {
	height: 0px;
	padding-bottom: 60%;
	background-size: cover;
	background-position: center center;
	margin-bottom: 11px;
}


.newstitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 17px;
	margin-bottom: 2px;
}

.newsdate {
	font-size: 14px;
	color: #9B9B9B;
}

/* KONTAKT */

.contactcard {
	margin-bottom: 30px;
}

.contactbild {
	height: 0px;
	padding-bottom: 134%;
	background-size: cover;
	background-position: center;
}

.contactinfo {
	background-color: #3151a1;
	color: white;
	padding: 20px 25px;
	min-height: 110px;
}

.contacttitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 16px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.contactname {
	margin-bottom: 4px;
}

.icon {
	margin-right: 9px;
	width: 12px;
}

.contactlink {
	color: white;
	text-decoration: underline;
}

.contactitem {
	margin-bottom: 4px;
	color: white;
	display: block;
}

/* LINK BOX */

.linkbox {
	background-color: #3151a1;
	color: white;
	padding: 20px 25px;
	margin-top: 10px;
}

.linkboxtitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 16px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.linkbox a {
	color: white;
	display: block;
	text-decoration: underline;
	margin-bottom: 4px;
}

/* HAUPT INHALT */

.content h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 25px;
	margin-bottom: 22px;
}

.content h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 22px;
	margin-bottom: 18px;
}

.content h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 18px;
	margin-bottom: 12px;
}

.content h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 14px;
	margin-bottom: 10px;
}


.content a {
	text-decoration: underline;
	color: #3151a1;
}

.content ol, .content  ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 30px;
	padding-left: 20px;
}

.content li {
	line-height: 1.5;
}

.content .cta {
	margin: 0px 8px 30px 0px;
}

.contentimg {
	width: 100%;
	margin-bottom: 30px;
}

.logoreiheimg {
	max-width: 220px;
	max-height: 90px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.content iframe {
	max-width: 100%;
	margin-bottom: 30px;
}

.accordion-heading {
	background-color: #3151a1;
	position: relative;
}

.content .accordion-toggle {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 20px;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 20px 15px;
}

.accordionicon {
	width: 22px;
	position: absolute;
	right: 30px;
	top: 26px;
}

.accordion-inner {
	padding: 10px 15px;
}

.accordion-group {
	margin-bottom: 15px;
}

/* NEWS */

.news h1 {
	margin-bottom: 0px;
}

.news .newsdate {
	font-size: 20px;
	color: #9B9B9B;
	font-style: italic;
	margin-bottom: 30px;
	margin-top: 4px;
}

.newsimg {
	width: 100%;
	margin-bottom: 30px;
}

/* STUDIENGANG */

.studhero {
	height: 700px;
	background-size: cover;
	background-position: center center;
}

.studnav {
	border-bottom: 4px solid #F7F7F7;
}

.studnavpoint {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	width: 16.6%;
	display: inline-block;
	text-align: center;
	padding: 32px 0px 28px;
	color: #131313;
	border-bottom: 4px solid #F7F7F7;
	margin-bottom: -4px;
	cursor: pointer;
}

.studnavpoint:hover {
	border-bottom: 4px solid #3051a05c;
}

.studnavpoint.active {
	border-bottom: 4px solid #3051A0;
}

.studcontent {
	display: none;
}

.activecon {
	display: block;
}

.studcontact {
	margin-bottom: 15px;
}

.studcontact .cta {
	width: 100%;
	text-align: center;
}

.contactdate {
	margin: 10px 0px;
}

/* FORMULAR *//* FORMULAR *//* FORMULAR *//* FORMULAR *//* FORMULAR *//* FORMULAR */
/* FORMULAR *//* FORMULAR *//* FORMULAR *//* FORMULAR *//* FORMULAR *//* FORMULAR */
/* FORMULAR *//* FORMULAR *//* FORMULAR *//* FORMULAR *//* FORMULAR *//* FORMULAR */

.gform_body, .gform_footer{
	text-align: left;
}

.gform_body input {
	width: 100%;
	padding: 20px;
	border: 1px solid #bfbfbf;
	line-height: 1.2;
	-webkit-border-radius:0;
	-webkit-appearance: none;
}

.gform_body a {
	text-decoration: underline;
}

.gform_body select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 20px;
	border: 1px solid #bfbfbf;
	background-image: url(src/img/ddarrow.png);
	background-color: white;
	border-radius: 0px;
	background-repeat: no-repeat;
	background-position: 98%;
	line-height: 1.2;
}

.gfield_checkbox {
	margin-bottom: 2px;
}

.gfield_checkbox input {
	width: initial;
	max-width: 15px;
	padding: 6px;
	background-color: white;
	-webkit-appearance: checkbox;
	margin: 1px 0 0;
	vertical-align: text-top;
}

#field_2_10, #field_3_14, #field_4_14 {
	margin-top: 4px;
}

#field_2_8, #field_3_8, #field_4_8 {
	margin-bottom: 16px;
}

.gfield_label {
	display: none;
}

.gform_body ul{
	list-style-type: none;
}

.third {
	width: calc(33.3% - 20px);
	display: inline-block;
	margin: 10px;
	vertical-align: text-top;
}

.half {
	width: calc(50% - 20px);
	display: inline-block;
	margin: 10px;
	vertical-align: text-top;
}

.full {
	width: calc(100% - 20px);
	display: inline-block;
	margin: 10px;
	vertical-align: text-top;
}

.fullcheckbox {
	width: calc(100% - 20px);
	display: inline-block;
	margin: 0px 10px;
}

.ginput_container_checkbox {
	margin-top: 8px;
}

.gfield_checkbox label {
	font-weight: 400;
	font-size: 13px;
	padding-left: 2px;
	margin-bottom: 0px;
	vertical-align: text-top;
}

.ginput_container_textarea {
	margin: 10px;
}

.gform_body textarea {
	width: 100%;
	padding: 20px;
	border: 1px solid #bfbfbf;
	line-height: 1.2;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

.gform_button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 13px;
	padding: 14px 0px;
	color: white;
	border: 1px solid;
	display: inline-block;
	background: #B4DD00;
	border-color: #B4DD00;
	margin: 6px 10px;
	width: 80%;
}

.gform_button:hover {
	opacity: 0.8;
}

.content .gform_body ol, .content .gform_body ul {
	list-style-type: none;
	list-style-position: initial;
	margin-bottom: 0px;
	padding-left: 0px;
}

.validation_error {
	margin-bottom: 20px;
	color: #E91E63;
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.validation_message {
	margin-top: 10px;
	color: #E91E63;
}

.gform_wrapper {
	margin-left: -10px;
	margin-right: -10px;
}

#gform_wrapper_2 {
	padding-top: 310px;
	margin-top: -310px;
}

#gform_wrapper_3 {
	padding-top: 350px;
	margin-top: -350px;
}

#gform_wrapper_4 {
	padding-top: 250px;
	margin-top: -250px;
}

.fullcheckbox .validation_message {
	margin-top: 0px;
	color: #E91E63;
	margin-bottom: 10px;
	margin-top: 6px;
}

.gform_confirmation_wrapper {
	margin-top: 60px;
}

/*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***/
/*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***/
/*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***//*** FOOTER ***/

.footerslider {
	padding: 40px 0px;
	border-top: 1px solid #efefef;
}

.footerslider .owl-stage-outer {
	height: 50px;
}

.footerslideritem {
	height: 50px;
	width: 120px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.7;
}

.footform {
	background-color: #F3F3F3;
}

.topfooter {
	background-color: #3051A0;
	color: white;
}

.bottomfooter {
	background-color: #1C3061;
}

.map {
	position: absolute;
	bottom: -140px;
	right: -15px;
	z-index: 1;
	width: 211px;
}

.formlogo {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 99px;
}

.topfootnavtitle {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.topfootnavtitleright {
	margin-bottom: 12px;
}

.topfootnavlink {
	display: block;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 3px;

}

.footspacer {
	height: 140px;
	width: 2px;
	background-color: white;
	float: left;
	margin-left: -29px;
}

.auszeichnung {
	width: 30%;
	margin-right: 2%;
	margin-top: 6px;
	vertical-align: top;
}

.credits {
	color: #bdbdbd;
	display: inline-block;
	text-transform: uppercase;
}

.bottomfooterlink {
	display: inline-block;
	color: #bdbdbd;
	text-transform: uppercase;
	margin-left: 30px;
	float: right;
}

.socialsection {
	display: inline-block;
	left: 48%;
	position: absolute;
}

.social {
	height: 20px;
	margin: 0px 3px;
}

.ctcc-more-info-link {
	text-decoration: underline !important;
}

.ctcc-left-side {
	line-height: 1.4;
}

/*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***/
/*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***/
/*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***//*** HELPER ***/

.center{
	text-align: center;
}

.hidethis {
	display: none;
}

.nodeco{
	text-decoration: none !important;
}

.posrel{
	position: relative;
}

.aligncenter {
	text-align: center;
}

.minheight {
	min-height: 320px;
}

.opa1 {
	opacity: 1 !important;
}

.valign_outer {
	display: table;
}

.valign {
	display: table-cell;
	vertical-align: middle;
}

.nodeco{
	text-decoration: none;
}

.nodeco:hover{
	text-decoration: none;
}

.mt-20{
	margin-top: -20px;
}

.mt0{
	margin-top: 0px !important;
}

.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.mt30{
	margin-top: 30px;
}

.mt40{
	margin-top: 40px;
}

.mt60{
	margin-top: 60px;
}

.mt80{
	margin-top: 80px;
}

.mt250{
	margin-top: 250px;
}


.mb0{
	margin-bottom: 0px;
}

.mb20{
	margin-bottom: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.mb40{
	margin-bottom: 40px;
}

.mb60{
	margin-bottom: 60px;
}

.mb80{
	margin-bottom: 80px;
}

.m4080{
	margin-top: 40px;
	margin-bottom: 80px;
}

.m80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.nopad{
	padding: 0px;
}

.pad20{
	padding-top: 20px;
	padding-bottom: 20px;
}

.pad40{
	padding-top: 40px;
	padding-bottom: 40px;
}

.pad60{
	padding-top: 60px;
	padding-bottom: 60px;
}

.pad80{
	padding-top: 80px;
	padding-bottom: 80px;
}

.pad120{
	padding-top: 120px;
	padding-bottom: 120px;
}

.pad4080{
	padding-top: 40px;
	padding-bottom: 80px;
}

.pt40{
	padding-top: 40px;
}

.pt60{
	padding-top: 60px;
}

.pt80{
	padding-top: 80px;
}

.pb0{
	padding-bottom: 0px;
}

.pb40{
	padding-bottom: 40px;
}

.pb60{
	padding-bottom: 60px;
}

.pb80{
	padding-bottom: 80px;
}

.padlr15{
	padding-left: 15px;
	padding-right: 15px;
}

.contactleft{
	padding-right: 180px;
}

.bold{
	font-weight: 900;
}

/*** GLOBAL RESPONSIVE ***/

@media (min-width: 768px){
	#herocon {
		margin-bottom: 0px !important;
	}

	.herobox .cta {
		margin-right: 6px
	}
}


@media (max-width: 1199px){
	.prodcardtitle {
		font-size: 18px;
	}

	.studhero {
		height: 650px;
	}

	.prodcardsub {
		margin-top: 2px;
	}

	.map {
		bottom: -110px;
		width: 181px;
	}

	#gform_wrapper_3 {
		padding-top: 400px;
		margin-top: -400px;
	}

	#gform_wrapper_2 {
		padding-top: 360px;
		margin-top: -360px;
	}

	.content .formlogo {
		right: -50px;
	}
}

@media (max-width: 991px){
	h1 {
		font-size: 34px;
		margin-bottom: 24px;
	}

	.studhero {
		height: 550px;
	}

	.map {
		bottom: -40px;
		width: 121px;
	}

	.infovercon {
		padding: 30px 0px;
	}

	.infovertitel {
		font-size: 14px;
		margin-bottom: 7px;
	}

	.footspacer {
		margin-left: -8px;
	}

	.auszeichnung {
		width: 41%;
	}

	.focussiegelsite {
		/*right: -74px;*/
	}

}

@media (max-width: 991px) and (min-width: 768px){
	.contactinfo {
		padding: 20px 18px;
	}

	.linkbox {
		padding: 20px 18px;
	}

	.topfootnavtitle {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.gfield_checkbox label {
		max-width: calc(100% - 26px);
	}
}

@media (max-width: 767px){
	.hidexs {
		display: none;
	}

	.pad80 {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	.mt40 {
		margin-top: 25px;
	}

	.xspt20 {
		padding-top: 20px;
	}

	.xspb40 {
		padding-bottom: 40px;
	}

	h1 {
		font-size: 20px;
		margin-bottom: 8px;
	}

	#starth1 {
		font-size: 29px;
		margin-bottom: 16px;
	}

	h2 {
		font-size: 20px;
		margin-bottom: 14px;
	}

	.cta {
		width: 100%;
		text-align: center;
		margin: 0px;
		margin-bottom: 5px;
		padding: 14px 10px;
	}

	.breadcrumb {
		font-size: 10px;
		margin-bottom: 10px;
	}

	.breadcrumb a {
		display: inline-block;
		margin-bottom: 4px;
	}

	.heroconinner {
		position: relative;
	}

	/*.focussiegel {
		width: 44px;
		top: -70px;
	}

	.focussiegelsite {
	    right: 5px;
	    width: 32px;
	    top: -20px;
	}*/
	.herobox {
		position: relative;
		padding: 20px 20px;
		max-width: 100%;
		top: 60px;
	}

	.heroboxstart {
		top: 0px;
	}

	.hero {
		margin-bottom: -80px;
	}

	.studhero {
		height: 220px;
	}

	.studnav {
		border-bottom: none;
	}

	.studnavpoint {
		cursor: pointer;
		margin: 10px 10px 0px 0px;
		padding: 11px;
		border: 1px solid #f3f3f3;
		width: auto;
	}

	.studnavpoint:hover {
		border: 1px solid #f3f3f3;
	}

	.studnavpoint.active {
		border: 1px solid #2f51a0;
		background-color: #3051A0;
		color: white;
	}

	.news .newsdate {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.prodcard {
		height: 0px;
		padding-bottom: 100%;
		margin-bottom: 15px;
	}

	.prodcardtitle {
		font-size: 17px;
	}

	.morecta {
		margin-top: 0px;
	}

	.infovercon {
		margin-bottom: 15px;
		background-color: rgba(255, 255, 255, 0.85);
		padding: 30px;
	}

	.infover {
		padding: 40px 0px;
		background-position: 30%;
		text-shadow: 0px 0px 8px #00000040;
	}

	.infover h2 {
		margin-bottom: 4px;
	}

	.infovertitel {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.third, .half, .full {
		width: 100%;
		margin: 7.5px 0px;
	}

	.gfield_checkbox label {
		max-width: calc(100% - 26px);
	}

	.gfield_checkbox input {
		width: initial;
		vertical-align: top;
		margin: 2px;
	}

	.gform_wrapper {
		margin-left: 0px;
		margin-right: 0px;
	}

	.map {
		display: none;
	}

	.fullcheckbox {
		margin-left: 2px;
		margin-right: 0px;
	}

	.gform_button {
		margin: 0px 0px;
		width: 100%;
	}

	.ginput_container_textarea {
		margin: 0px;
		margin: 7.5px 0px;
	}

	#gform_wrapper_2 {
		padding-top: 230px;
		margin-top: -230px;
	}

	#gform_wrapper_4 {
		padding-top: 130px;
		margin-top: -130px;
	}

	.validation_error {
		padding-left: 0px;
		padding-right: 0px;
	}

	.formlogo {
		display: none;
	}

	.footerslider {
		padding: 30px 0px;
	}

	.topfootnavrow {
		margin-bottom: 26px;
	}

	.topfootnavtitle {
		margin-bottom: 8px;
	}

	.auszeichnungen {
		text-align: center;
	}

	.auszeichnung {
		width: 31%;
		margin-right: 6%;
		margin-left: 6%;
		margin-top: 40px;
	}

	.bottomfooter {
		text-align: center;
	}

	.credits {
		display: block;
		text-align: center;
	}

	.socialsection {
		position: initial;
	}

	.bottomfooterlink {
		margin: 10px;
		float: none;
		text-align: center;
	}
}

.slick-prev {
	left: 20px !important;
	top: 50% !important;
	z-index: 2 !important;
	transform: translateY(-50%) !important;
}

.slick-next {
	right: 44px !important;
	top: 50% !important;
	z-index: 2 !important;
	transform: translateY(-50%) !important;
}

.slick-prev:before,
.slick-next:before {
	font-size: 50px !important;
}

.slick-slider {
	width: 100% !important;
	overflow: hidden !important;
}

@media all and (max-width: 768px) {
	.slick-prev {
		left: 10px !important;
	}

	.slick-next {
		right: 20px !important;
	}

	.slick-prev, .slick-next {
		top: 48% !important;
	}

	.slick-prev:before,
	.slick-next:before {
		font-size: 30px !important;
	}
}

.slide-button {
	margin-bottom: 10px;
}

#gform_2 #field_2_16, #gform_3 #field_3_20 {
	display: none;
}
.mb-3 {
	margin-bottom:12px;
}