/* 	INFOS
/*
/* 	Colors:
/*	Dark Grey: ##404040
/*
*/

/* Display off class */
.displaynone {
	display: none !important;
}

/* H3 Überschrift Edit */
h3.widget-title {
    color: #5e5e5e;
}
/* Edit Navigation Desktop PC */
#mainnav {
	padding-top: 1em;  
}
.site-header.float-header #mainnav {
    padding-top: 1em;
}
/* Edit Mobile Navi */
.btn-menu {
 	color: #404040;
}

.h3small .widget-title {
  /* color: #ff0505 !important; */
  font-size: 25px !important;
  font-family: 'Roboto', sans-serif !important;
}

.h3left .widget-title {
  text-align: left !important;
}

/* No Repeat of ICONS */
.sow-icon-image {
  	background-repeat: no-repeat;
}

.header-slider {
/*  height: 850px !important; */
}

/* Header Slider Customizen */
.site-header {
  	background: rgb(255,255,255);
	background: rgba(255,255,255,0.7);
}
/* Remove animation Header */
.text-slider {
    -webkit-animation-duration: none !important;
    animation-duration: none !important;
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
    -webkit-animation-name: fadeInRightBigNONE !important;
    animation-name: fadeInRightBigNONE !important;
}

/*Add Black Rectangle Header SLider */
.slide-inner {
	left: 25%;
	padding-bottom: 1.2em;
	padding-top: 0.8em;
	background-color: rgba(0,0,0,0.25);
	max-width: 50%;
  	min-height: 0% !important;
}
/* Edit Roll Button*/
.roll-button {
letter-spacing: 1px;
}
.roll-button:hover {
	background-color: rgba(255,255,255,1) !important;
}

.text-slider .subtitle {
    padding-left: 0.7em;
    padding-right: 0.7em;
}

/*Change if the viewport is 480 pixels wide or less: */
@media screen and (max-width: 480px) {
	.slide-inner {
		max-width: 100%;
		left: 0%;
    }
}

/* Remove Line unter h3 */
.h3remline .widget-title::after {
  	display: none;
}

