/*
 Theme Name:   SRK Child Theme
 Theme URI:    https://bestwpware.com/themes-wp/srk/
 Description:  This is srk Child Theme
 Author:       theme_ocean
 Author URI:   https://www.templatemonster.com/vendors/theme_ocean/
 Template:     srk
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:  two-columns, right-sidebar
 Text Domain:  srk-child
*/


body{
	
	overflow-x: hidden;
}
a:hover,
a:focus,
a:active{
	text-decoration: none;
}
/*****************************************************************************************************************/

/* Menü Link Farbe */

#navbarCollapse.mainmenu li.current a {
    color: #c63b44 !important;
}


/* Icon Farbe */

.icon_wrap:before, .icon_wrap:after  {
     background-color: #c63b44 !important;
}
.icon_wrap i {
	color: #c63b44 !important;
}


/* Überschriften Farbe */

.single_about_content_two h4 {
	color: #c63b44 !important;
}
.single_about_content_three h4 {
    color: #c63b44 !important;
}


/* Größe Bilder (Background) about_content_three */

section.about_content_three {
	background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: left !important;
}


/* Größe Bilder (Background) about_content_two */

section.about_content_two {
    background-size: contain !important;
    background-repeat: no-repeat;
	background-position: right !important;
}


/* Kalender Überschrift dichter zum Accordion-Übersicht */

.kc-row-container.kc-container.kalender {
    margin-bottom: -50px;
}


/* Format der Bilder in Galerie und Zoom / Zeit Efekt */

.box img {
    width: 100% !important;
    object-fit: cover !important;
	object-position: top !important;
	height: 300px !important;
	padding: 10px !important;
}



/* allgemeine Farbe in Links */

a:hover, a:focus {
    color: #c63b44 !important;
}



/* Icons Adresse */

.single_address i {
    background: #c63b44 none repeat scroll 0 0 !important;
}


/* TOP Control (nach Oben) Farbe */

.topcontrol {
    color: #c63b44 !important;
}