.left {
	text-align: left;
}

.select {
	text-align: left;
	width: 50%;
	margin-bottom: 5px;
}

.dropdowncaret {
	position: absolute;
	left: 47%;
	top: 45%;
}

.thumbnail {
    position: relative;
	border: 0px solid #ddd;
}

.caption {
    /* position: absolute; */
    top: 45%;
    left: 0;
    width: 100%;
}

.logo_wartungsanleitung {
	float: left;
}

@media (max-width: 490px) {

	.select {
		width: 210px;
	}
	
	.dropdowncaret {
		left: 195px;
}

}


/* "entry-content" ist die CSS-Klasse die um jeden Inhalt eines Posts liegt (in der CSS des Themes) -> Alle z.b. a-tags innerhalb "entry-content" werden hier gesondert gestylt, unabhängig anderer a-tags auf der Webseite*/

.entry-content a{
	color:#1990c7;
}

.entry-content a:hover{
	color:black;
}

/* Werkzeug und Material, Anleitungen suchen, Kategoriefilter dropdowns */
.entry-content li{
	font-size: 17px;
}

/* Kategoriefilter */
.entry-content button{
	font-size: 17px;
}

/* Styling für Kontaktformular submit, CSS-Klasse im Formular definiert */
.submit-contactform{
	border:2px solid #1990c7;
	background:#1990c7;
	font-size:15px;
	text-transform:uppercase;
	color:#fff;
	border-radius:0px;
	padding:10px 25px;
	transition: all 0.5s ease;
}

.submit-contactform:hover{
	background:transparent;
	color:#1990c7;
}

/* Styling für Kontaktformular text, email*/
.wpcf7-form input[type=text],.wpcf7-form input[type=email]{
	border:2px solid #dfddde;
	transition: all 0.5s ease;
	width:100%;
	padding:8px 8px;
	margin:10px 0px;
}

.wpcf7-form input[type=text]:hover,.wpcf7-form input[type=email]:hover{
	border:2px solid #1990c7;
    transition: all 0.5s ease;
}

/* Styling für Kontaktformular textarea*/
.wpcf7-form textarea{
	border:2px solid #dfddde;
	transition: all 0.5s ease;
	width:100%;
	padding:8px 8px;
	margin:10px 0px;
}

.wpcf7-form textarea:hover{
	border:2px solid #1990c7;
    transition: all 0.5s ease;
}

/* Styling für Kontaktformular file*/
div.wpcf7 input[type="file"] {
	font-size: 15px;
}

.small-font {
	font-size: 8pt;
}

.big-font {
	font-size: 18px;
    padding-top: 19px;
    margin-bottom: 5px;
    display: block;
    line-height: 1.2em;
}

.sub-menu {
	width:100%;
}

.align-center {
	text-align: center;
}