/* GENERAL */

textarea:focus,
input:focus,
.form-control:focus,
select {
    outline: none !important;
    outline-style: none;
    /*border-color: transparent;*/
    border: 1px solid red !important;
}

#main-wrapper .main-template .col-md-12 ul {
	 list-style: none; /* Remove default bullets */
	 padding-left: 15px;
	 margin-bottom: 20px;
}
#main-wrapper .main-template .col-md-12 ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	  color: red; /* Change the color */
	  font-weight: bold; /* If you want it to be bold */
	  display: inline-block; /* Needed to add space between the bullet and the text */
	  width: 1em; /* Also needed for space (tweak if needed) */
	  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
#main-wrapper .main-template .col-md-12 h2 {
	
}
#main-wrapper .main-template .col-md-12 h3 {
	margin-top: 10px;
    margin-bottom: 15px;
}

.call-to-action-variant-1 .action-content > div > h2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin: 4px 0 0;
    line-height: 1;
}
.call-to-action-variant-1 .action-content > div > div a {
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    padding: 14px 30px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    border-width: 3px;
    background: transparent;
    border-color: #fff;
}
.col-md-4 .thumbnail-variant-1 .ce-bodytext {
    padding: 19px 30px 20px;
}
.col-md-4 .thumbnail-variant-1 .ce-bodytext p a,
.section-wrapper .column-block-title p a {
    text-transform: uppercase;
    padding: 0;
    border: 0;
    font-size: 12px;
    color: #d73630;
	border: 1px solid #d73630;
    padding: 5px 10px;
    border-radius: 4px;
}
.col-md-4 .thumbnail-variant-1 .ce-bodytext p a:hover,
.section-wrapper .column-block-title p a:hover {
	background-color: #d73630;
	color: #fff;
}
.section-statistics::before {
	background: transparent;
}
section.section-statistics { 
    /*background: url(/fileadmin/Files/contact_banner_web_small.jpg) no-repeat;*/
    background-position: center !important;
    background-attachment: fixed !important;
    background-size: contain !important;
    padding: 60px 0;
    position: relative;
	background-size: cover !important;
    background-repeat: repeat !important;
}
section.section-statistics .col-md-12 h3 {
    margin-bottom: 22px;
    color: #fff;
}
section.section-statistics .col-md-12 p {
    color: #fff;
}
footer h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 22px;
    margin: 0 0 20px;
}
footer .col-md-3 ul,
footer .col-md-2 ul {

}
footer .col-md-3 ul li,
footer .col-md-2 ul li {
    position: relative;
    padding-left: 20px;
}
footer .col-md-3 ul li::before,
footer .col-md-2 ul li::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    left: 0;
    top: 12px;
    background: #d73630;
    border-radius: 100%;
}
footer .col-md-3 ul li a,
footer .col-md-2 ul li a {
    color: #fff;
}
footer span.copytext p {
    color: rgba(255,255,255,.7);
}
.footer-widget-section {
    padding: 50px 0 23px;
}
.theme-default .nivoSlider {
    margin-bottom: 0;
    min-height: 402px !important;
}
.main-template-hero-row.row {
    margin-bottom: 36px;
}
.main-template-hero-row.row .theme-default .nivoSlider {
    min-height: auto !important;
}
.container.main-template {
    padding-bottom: 40px;
}
.container.main-template h1 {
    font-size: 42px;
}
.container.main-template .col-md-4 > div:first-child > h2:first-child {
    margin-top: 13px;
}
.theme-default .nivo-caption {
    width: 50%;
    position: absolute;
    left: 50%;
    margin-left: -37%;
    bottom: 50px;
    padding: 0px 27px 20px;
    background: rgba(0, 0, 0, 0.4);
}
.theme-default .nivo-caption h1 {
    color: #fff;
    font-size: 42px;
    line-height: 47px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 25px 0 20px;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
    animation-duration: .75s;
    animation-fill-mode: both;
}
.theme-default .nivo-caption p {
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 20px !important;
}
.theme-default .nivo-caption p.htmlcaption {
    display: none;
}
.theme-default .nivo-caption a {
    display: inline-block !important;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 14px 30px;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
    border-width: 3px;
    animation-delay: 250ms;
    animation-duration: .75s;
    animation-name: bounceIn;
    text-shadow: none;
    color: #fff;
    background-color: #d73630;
    border-color: #d73630;
    animation-fill-mode: both;
}
.theme-default .nivo-caption a:hover {
    color: #fff;
    background-color: #211f1f;
    border-color: #211f1f;
}

form.contact-form {

}
form.contact-form li label {
    display: none;
}
form.contact-form li input[type=text] {
    width: 70%;
    padding: 3px 6px;
    margin-bottom: 15px;
    border: 1px solid #808080;
}
form.contact-form li input[type=submit] {
    width: 70%;
    padding: 3px 6px;
    margin-bottom: 15px;
}
form.contact-form li textarea {
    width: 70%;
    padding: 3px 6px;
    margin-bottom: 15px;
    border: 1px solid #808080;
}
.navbar-default .navbar-nav > li > a {
	z-index: 1000;
    position: relative;
}
.navbar-nav>li>.dropdown-menu {
	z-index: 999;
}

.home-template-hero-row .theme-default .nivoSlider img {
	min-width: 100%;
	min-height: 402px;
	width: auto !important;
	max-height: 402px;
}
.call-to-action-variant-1 .action-content h2 {
	color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    margin: 6px 0 0;
    line-height: 20px;
    margin-bottom: -11px;
}
.subpage-image-header img {
	display: block;
    width: 100%;
    height: auto;
}
.frame-type-form_formframework label {
	display: none; 
}

footer .form-group {
	margin-bottom: 10px;
}
footer .form-group input[type="text"] {
	height: 41px;
}
footer .submit button {
	background-color: #d73630;
	border: 2px solid #d73630;
}


/* MAX 1200px */
@media (max-width: 1200px) {
	.navbar-default ul.navbar-nav.main-nav li a {
		font-size: 13px; 
	}
	.home-template-hero-row .theme-default .nivoSlider img {
		min-width: 100%;
		min-height: 402px;
		width: auto !important;
		max-height: 402px;
	}
	.home-template-hero-row .theme-default .nivo-caption h1 {
		font-size: 32px;
		margin: 25px 0 13px;
		line-height: 39px;
	}
}

/* MIN 992px */
@media (min-width: 992px) {
    section.section-statistics .col-md-12 p {
        padding-left: 12%;
        padding-right: 12%;
    }
    #main-wrapper {
        margin-top: 100px;
    }
}



/* MIN 768px */
@media (min-width: 768px) {
    .navbar-default {
        padding: 12px 0 6px;
    }
    .navbar-default ul.main-nav {
		padding-top: 47px;
    }
    .navbar-default .search-btn {
        padding-top: 47px;
    }
    .navbar-default .dropdown-menu {
        top: 83% !important;
    }
    .navbar-default .dropdown-menu::before {
        top: -62px;
        height: 70px;
    }
    .call-to-action-variant-1 {
        padding: 21px 0 27px;
    }
    .call-to-action-variant-1 .action-content > div > h2 {
        width: 80%;
        float: left;
    }
    .call-to-action-variant-1 .action-content > div > div {
        float: right;
    }
    .call-to-action-variant-1 .action-content > div > div a {
        position: absolute;
        z-index: 10000;
        top: -9px;
        right: 0;
    }
    .action-content {
        position: relative;
    }
    .col-md-6:nth-child(1) .block-wrapper .column-block-title > div {
        padding-right: 10px;
    }
    .col-md-6:nth-child(2) .block-wrapper .column-block-title > div {
        padding-left: 10px;
    }
}

/* MAX 991px */
@media (max-width: 991px) {
	.thumbnail-variant-1 div.ce-media img {
		width: 100%;
		height: auto;
	}
	.thumbnail-variant-1 .ce-center .ce-outer {
		position: relative;
		float: none;
		right: 0;
		width: 100%;
	}
	.thumbnail-variant-1 .ce-center .ce-inner {
		position: relative;
		float: none;
		right: 0;
		width: 100%;
	}
	.thumbnail-variant-1 .ce-center .ce-row {
		width: 100%;
	}
	.thumbnail-variant-1 .ce-center .ce-column {
		width: 100%;
	}
	.call-to-action-variant-1 .action-content > div > h2 {
		display: block;
		width: 100%;
		text-align: center;
	}
	.call-to-action-variant-1 .action-content > div p {
		text-align: center;
	}
	.call-to-action-variant-1 .action-content > div > div a {
		display: inline-block;
		margin-top: 24px;
		margin-bottom: -6px;
	}
	.theme-default .nivoSlider img {
		min-width: 100%;
		min-height: 202px;
		width: auto !important;
		max-height: 202px;
	}
	.sub-template .ce-gallery {
		width: 100%;
		float: none;
		margin: 10px 0 20px !important;
	}
	.sub-template .ce-gallery img {
		width: 100%;
		height: auto;
	}
}

/* MAX 767px */
@media (max-width: 767px) {
	.navbar-header > div .ce-column {
		margin-left: 18px;
		margin-top: 3px;
		margin-bottom: 0;
	}
	.navbar-toggle {
		margin-top: 28px;
	}
	.slide-along .uc-offcanvas-container {
		width: 285px;
	}
}

/* MIN 768px and MAX 991px*/
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav > li {
		margin-right: 0;
	}
	.navbar-default ul.navbar-nav.main-nav li a {
		font-size: 12px;
		padding: 8px 5px;
	}
}

/* MIN 992px and MAX 1200px*/
@media (min-width: 992px) and (max-width: 1200px) {
	.call-to-action-variant-1 .action-content > div > h2 {
		width: 80%;
		font-size: 20px;
	}
	.call-to-action-variant-1 .action-content > div > div a {
		top: -10px;
	}
}



