@import url('../fonts/OpenSans/stylesheet.css'); /* Import OpenSans Font */
		/* Available "Open Sans" Fonts:
		open_sansregular, open_sansitalic
		open_sansbold, open_sansbold_italic
		open_sans_extraboldregular, open_sans_extrabolditalic
		open_sans_lightregular, open_sans_lightitalic
		open_sans_semiboldregular, open_sans_semibolditalic
		*/

/* File Links =================================================================*/

a[href$=".pdf"] {
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
a[href$=".pdf"]:before {
	content: '\f1c1';
    font-family: 'FontAwesome';
    display: block;
    float: left;
    font-size: 27px;
    margin-right: 7px;
}


/* Catalog Easy =================================================================*/

.catalogBackLink {
	font-size: 23px;
	display: inline-block;
	float: left;
	margin-right: 8px;
}

.filetype-Catalog_easy_section #results {
    margin-left: -15px;
    margin-right: -15px;	
}

.filetype-Catalog_easy_section .card-content a,
.filetype-Catalog_easy_section .cardInnerText {
	display: block;
	font-size: 14px;
	line-height: 17px;
	cursor: pointer;
	opacity: 0.6;
}
.filetype-Catalog_easy_section .cardInnerText {
	min-height: 53px;
}

.filetype-Catalog_easy_section #results .card {
	box-shadow: none;
	border: 1px solid #dfdfdf;
}

.filetype-Catalog_easy_section .card .card-image {
	max-height: 200px;
    border-bottom: 1px solid #e5e9e7;
    cursor: pointer;	
}

.filetype-Catalog_easy_section #results .btn {
	padding: 1px 12px 8px 12px;
}
.filetype-Catalog_easy_section .card .card-content .card-title, .filetype-Catalog_easy_section .card-reveal .card-title {
	font-size: 19px;
	font-weight: 400;
	text-transform: uppercase;	
}
.filetype-Catalog_easy_section .card .card-action {
    padding: 0px;
    border-top: 1px solid rgba(160,160,160,0.2);
    text-align: center;
    background-color: rgba(13, 139, 48, 0.03);	
}
.filetype-Catalog_easy_section .card .card-action:hover {
    background-color: rgba(13, 139, 48, 0.07);		
}
.filetype-Catalog_easy_section .card .card-action a {
	padding: 15px 20px;
	display: block;
	letter-spacing: 2px;
}

/* link effects =================================================================*/
.card-action:hover,
.card-action,
a:hover,
a {
  -o-transition:color .3s ease-out, background 1s ease-in;
  -ms-transition:color .3s ease-out, background 1s ease-in;
  -moz-transition:color .3s ease-out, background 1s ease-in;
  -webkit-transition:color .3s ease-out, background 1s ease-in;
  transition:color .3s ease-out, background 1s ease-in;	
}


	/* gmaps */
	.googlemaps {
		border: 1px solid #c2c2c2;
		border-radius: 0px;
		padding: 2px;
		margin-top: 5px;
		width: 100%;
		min-height: 500px;
	}	
	
	/* contactform */

	.contactform {
		width: 100%;
	}
	.contactform label span.title {
		width: 100%;
	}
	.filetype-special_contactform input {
		width: 100%;
		border: 0px solid transparent;
		border-bottom: 1px dashed black;
		margin-bottom: 25px;
		font-weight: normal;
		background-color: #f7f7f7;
	}
	.filetype-special_contactform textarea {
		border: 1px dashed black;
		border-radius: 3px;
		font-weight: normal;
		background-color: #f7f7f7;
	}
	
	.contactform .submit {
		border: 0px solid transparent;
		border-radius: 2px;
		background-color: #601862;
		color: white;
		float: none;
	}


/* customer specific =================================================================*/
.kurse {
	margin-left: -10px;
}
.kurse > div {

}
.kurse p {
	margin-bottom: 0px;
}
.kurse .filetype-text > div:first-child {
    background-color: rgba(0, 0, 0, 0.02);
    padding: 20px 30px;	
    margin: 10px;
    cursor: pointer;
}
.kurse .filetype-text > div:first-child:hover {
	transform: scale(1.05);
	transition: 0.5s;
}

.kurse h1 {
	font-size: 17pt;
}
.kurse h2 {
	font-size: 14pt;
	margin-bottom: 6px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.05);
	padding-bottom: 12px;
}

.kurse h2:after {
	display: none;
}