
@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");

html {
overflow-y: scroll;
}

body { font-family: 'Source Sans Pro', sans-serif; font-size: 15px; font-weight: 400; color: #000; line-height: 30px; text-align: left; } /*555368*/

strong { font-weight: 600; }

a { color: #f35b3f; text-decoration: none; transition: all .3s; }
a:hover, a:focus { color: #555368; border: 0; text-decoration: none; }

h1, h2 { margin-top: 10px; font-size: 38px; font-weight: 300; color: #555; line-height: 50px; /*! font-style: italic; */ }
h3 { font-size: 22px; font-weight: 300; color: #555; line-height: 30px;/*! font-style: italic; */ }
h4 { font-size: 18px; font-weight: 300; color: #555; line-height: 26px; }
.description h4 { letter-spacing: 0.1rem;
padding-bottom: 10px;
border-bottom: 1px solid #fff}

 hr {
  border: 0;
  border-top: 1px dashed #555368;
  width: 10%;
  height:1.5em;
  margin: 0;
}

.lead {
 font-size:1.25rem;
 font-weight:300;
	text-align: left;
}

.lead span {
 font-size:1.25rem;
 font-weight:700
}

img { max-width: 100%; }

.medium-paragraph { font-size: 18px; line-height: 32px; }
.btn { border-radius: 0; }
.white-bg { background-color: #fff; }
.orange-bg { background-color: #ff6602; }
.white { color: #fff; }
.orange {color: #f35b3f; }

.margin-top {margin-top: 20px;}
.margin-bottom {margin-bottom: 5rem;}
.padding-left {padding-left: 7rem;}

.abstand {
  margin-top: 7rem;
}

::-moz-selection { background: #8542a0; color: #fff; text-shadow: none; }
::selection { background: #8542a0; color: #fff; text-shadow: none; }

/***** General style, all sections *****/

.section-container { margin: 0 auto; padding-bottom: 80px; }
.section-container-gray-bg { background: #f8f8f8; }
.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 { color: #fff; }
.section-container-image-bg .divider-1 span { border-color: #fff; }
.section-description { margin-top: 60px; padding-bottom: 10px; }
.section-description p { margin-top: 20px; padding: 0 120px; }
.section-container-image-bg .section-description p { opacity: 0.8; }
.section-bottom-button { padding-top: 60px; }


/***** Divider *****/
.divider-1 span { display: inline-block; width: 200px; border-bottom: 1px dotted #aaa; }

/***** Top menu *****/
.navbar {
	background: #aaa9b3;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
	backface-visibility: hidden;
}
.navbar.navbar-no-bg { background: #aaa9b3; background: rgba(0, 0, 0, 0.2); }

.navbar.navbar-bg {
    background: #aaa9b3;
}
.nav-item-li.active > a { 
            background-color: #3990E0; 
            color: white; 
        } 

.navbar-dark .navbar-nav { font-size: 16px; color: #fff; text-transform: uppercase; }
.navbar-dark .navbar-nav .nav-link { color: #fff; color: rgba(255, 255, 255, 0.8); border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #eeeef2; }
.navbar-dark .navbar-nav .nav-link:focus { color: #fff; outline: 0; }

.navbar { padding: 0;}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
 color:#f35b3f;
 background:#eeeef2;
}

.navbar-expand-md .navbar-nav .nav-link { padding: 0.75rem; }
.navbar-expand-lg .navbar-nav .nav-link { padding: 0.75rem; }
/*.navbar-expand-md .navbar-nav .nav-link { padding: 1rem; }*/

/*.navbar-brand {
	width: 139px;
  background: url(../img/logo.png) left center no-repeat;
	border: 0;
	text-indent: -99999px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #555368;
	text-align: left;
	list-style: none;
	background-color:#eeeef2;
	background-clip: padding-box;
	border: 0 !important;
    border-radius: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
color: #555368;
text-decoration: none;
background-color: #dddde5;
}

.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #dddde5;
}
.navbar-search-form.disabled,
.navbar-menu-items.disabled { display: none; }
*/


/***** Buttons *****/

a.btn-customized {
	margin-left: 5px; margin-right: 5px; padding: .75rem 1.5rem; 
	background: #f35b3f; border: 0; /*! border-radius: 4px; */
	font-size: 16px; font-weight: 300; color: #fff; box-shadow: none;
}

a.btn-customized:hover, 
a.btn-customized:active, 
a.btn-customized:focus, 
a.btn-customized:active:focus, 
a.btn-customized.active:focus,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	outline: 0; background: #cd533d; background: rgba(243, 91, 63, 0.7); border: 0; color: #fff; box-shadow: none;
}

a.btn-customized-2 {
	margin-left: 5px; margin-right: 5px; padding: .75rem 1.5rem; 
	background: #fff; border: 0; /*! border-radius: 4px; */ 
	font-size: 16px; font-weight: 300; color: #555; box-shadow: none;
}

a.btn-customized-2:hover, 
a.btn-customized-2:active, 
a.btn-customized-2:focus, 
a.btn-customized-2:active:focus, 
a.btn-customized-2.active:focus,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	outline: 0; background: #ccc; background: rgba(255, 255, 255, 0.5); border: 0; color: #555; box-shadow: none;
}

.btn-primary {
 color:#fff;
 background-color:#007bff;
 border-color:#007bff
}
.btn-primary:hover {
 color:#fff;
 background-color:#0069d9;
 border-color:#0062cc
}
.btn-primary.focus,
.btn-primary:focus {
 box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}
.btn-primary.disabled,
.btn-primary:disabled {
 color:#fff;
 background-color:#007bff;
 border-color:#007bff
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
 color:#fff;
 background-color:#0062cc;
 border-color:#005cbf
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
 box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}


/***** Top content *****/

.inner-bg { padding: 210px 0;
text-align: center;}

.top-content .text { color: #fff; }
.top-content .text h1 { margin-top: 25px; color: #fff; }
.top-content .description { margin: 10px 0 10px 0; }
.top-content .description p { opacity: 0.8; }


/***** Section 1 *****/

.section-1-box { padding-top: 30px; text-align: left; }

.section-1-box .section-1-box-icon {
	width: 80px; height: 80px; margin: 0 auto;
	
	background: #8542a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #a365bc 0%, #8542a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a365bc), color-stop(100%,#8542a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a365bc 0%,#8542a0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a365bc', endColorstr='#8542a0',GradientType=0 ); /* IE6-9 */

    font-size: 40px; color: #fff; line-height: 80px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.section-1-box h3 { margin-top: 0; padding: 0 0 10px 0; }


/***** Section 2 *****/

.section-2-box { margin-top: 30px; text-align: left; }
.section-2-box h3 { margin-top: 0; letter-spacing: .2rem; text-align: left;}
.section-2-box-text .medium-paragraph { margin-top: 20px; margin-bottom: 20px; }


/***** Section 3 *****/

.section-3-box { margin-top: 30px; text-align: left; }

.section-3-box .section-3-box-icon {
	width: 60px; height: 60px; margin: 0 auto;
	
	background: #8542a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #a365bc 0%, #8542a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a365bc), color-stop(100%,#8542a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a365bc 0%,#8542a0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a365bc 0%,#8542a0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a365bc', endColorstr='#8542a0',GradientType=0 ); /* IE6-9 */
	
    font-size: 28px; color: #fff; line-height: 60px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.section-3-box h3 { margin-top: 0; padding: 0 0 10px 0; letter-spacing: .2rem;}
.box1 { border: 0; border-radius: 0; padding: 0; }
.box1 p { margin: 0 0 2em 0; }

/***** Table *****/

.table-striped tbody tr:nth-of-type(odd) {
 background-color:#eeeef2;
}


/***** Footer *****/

	footer {  
/*position: fixed;*/
  /*! height: 350px; */
  bottom: 0;
  width: 100%;
  /*! padding: 20px 0; */ 
  background-color: #f6f6f8;
}

	.footer-container {
	/*! position: absolute; */
	bottom: 0;
}

	.footer-bottom {
    margin-top: 60px;
    padding-top: 15px;
    padding-bottom: 25px;
    background: #eeeef2; /*f6f6f8*/
    text-align: center;
    border-top: 1px solid #dddde5;
}
.footer-bottom a {
font-size: 32px;
color: #f35b3f;
line-height: 40px;
}
.footer-bottom a:hover { color: #fff; }
.footer-bottom a:focus { color: #f35b3f; }


