@charset "UTF-8";
/* CSS Document Style*/

/* @import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600&display=swap'); */

html {font-family: 'Archivo', sans-serif;}

/*#################### layout ####################*/

@media (min-width: 300px){
    
header { background: #fff}     
    
.logo {width: 200px; margin: auto; padding: 10px 0}

nav {width: 100%; margin: auto; border-bottom: thin rgba(0,0,0,0) solid; background: rgba(59,164,212,1.00); padding: 0; z-index: 9991}
    
.fmc-menu{max-width: 100%; margin: auto;z-index: 9998}
    
.section-top {margin: 3px 0 40px 0;}
    
.section-top .row {width:100%; margin:0 auto;} 
    
footer {background: rgba(0,117,160,1.00);}
    
}

@media (min-width: 960px){
    
header {}    
    
.logo {width: 250px;float: left; padding: 10px 0}

nav {max-width: 1200px; padding: 0; margin: auto; border-bottom: none; background: rgba(59,164,212,1.00);}
    
.fmc-menu{max-width: 1200px;}
    
.section-top {margin: 3px 0 0 0;}
    
.section-top .row {max-width:1200px; margin:0 auto;}


/*.section-top {background: rgba(0,117,160,1.00);}*/

/*footer {background: rgba(104,178,223,1.00);}*/ 
footer {background: rgba(0,117,160,1.00);}   
}



p {color: rgba(88,88,90,1);}

h1, h2, h3, h4, h5, h6 {/*color: rgba(88,88,90,1.00)*/color: rgba(59,164,212,1.00); font-weight: 500}

@media (min-width: 960px){

.stellarnav li a {font-size: 16px;}
    
}

@media (min-width: 1200px){

.stellarnav li a {font-size: 18px;}
    
}



/*################# color ###################*/

.r20 {border-radius: 10px;}

/*################# color ###################*/

.c1 {background:  rgba(114,179,223,0.15);}

.c-blue {color: rgba(55,164,212,1.00)}

/*################# padding ###################*/

.p20 {width: 90%; padding: 2% 5% 7% 5%}

/*################# trennlinie ###################*/

hr {width: 100%; background:  rgba(238,174,80,1); color:  rgba(177,201,31,1); padding: 5px 0 0 0; margin: 0; border: none}

@media (min-width: 300px){

main {width: 90%; margin: 10px 2% 40px 2%; padding: 3%; min-height: 200px; background: #fff; border-top: 5px rgba(177,201,31,1) solid}
    
}

@media (min-width: 960px){

main {max-width: 1160px; margin: 10px auto 40px auto; padding: 20px; background: #fff;}
    
}
    

/*#################### footer ####################*/

footer {width: 100%; padding: 0; min-height: 300px; /*background: rgba(0,117,160,1.00);*/ margin-top: 30px;}

footer p, footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {font-weight: 400; color:#ffffff;}

footer p {font-weight: 400; color:#ffffff; line-height: 150%}

footer h3 {line-height: 100%; padding: 20px 0 0 0; margin: 0;}

footer a {text-decoration: none; color: #ffffff;}

footer hr {border-bottom: thin rgba(255,255,255,1.00) solid; margin: 0; padding: 0 0 5px 0; height: 5px;}

footer .social {float: left; padding: 0 0 0 10px;}

footer .social {text-decoration: none; color: #ffffff; font-size: 30px;}

/*#################### image ####################*/

img {width:100%; height: auto;}

/*##################### header #####################*/

/* mobil t*/
@media (min-width: 300px) {
    
    .header-block-1 {width: 100%; display: block}
    .header-block-2 {width: 100%; display: none}
    .header-block-3 {width: 100%; display: none}
    
}

/* desktop */
@media (min-width: 960px) {
    
    .header-block-1 {width: 33.33%; min-height: 20px; display: inline; float: left}
    .header-block-2 {width: 33.33%; min-height: 20px; display: inline; float: left; padding: 60px 0 0 0}
    .header-block-3 {width: 33.33%; min-height: 20px; display: inline; float: left; padding: 50px 0 0 0}
    
    .header-block-3 p, .header-block-3 h2 {padding: 0; margin: 0; line-height: 130%}
    .header-block-3 h2 {color: rgba(59,164,212,1.00)}
    .header-block-3 p {color: rgba(112,112,112,1);}
    .header-block-3 .fa-phone {color: rgba(112,112,112,1);}
    
}

/*------------------------------------------------------------------
[Master Stylesheet]

Project           : Flamecore Organization
Name Project      : Sticky Landing
Version           : 1.0
Last change       : 27/08/2017 [Create Project]
Framework css	  : Core Framework 3.0 Pop Green http://getcore.github.io 
Framework js      : jQuery v3.2.1 min.js
Plugin 1          : modernizr 3.5.0 (Custom Build)
Plugin 2          : StyleFix 1.0.3 & PrefixFree 1.0.7
Author            : Andika Chamberlin
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. 	Sticky Landing
	header        / .fmc-header
	navbar        / .fmc-menu
	active sticky / .fmc-sticky
   
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Color codes]

Background Header : rgba(0,0,0,0.9)
Background Navbar : Crimson
Background Sticky : rgba(0,0,0,0.9)

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Typography]

Body : 16px Segoe UI, sans-serif by Core Framework
H1   : by Core Framework
-------------------------------------------------------------------*/

.fmc-header{

	width: 100%; background-color: rgba(255,255,255,0.9); padding: 0; margin: 0;
}
.fmc-header h1{

	color: rgba(255,255,255,0.8);
}
.fmc-menu{
	margin: 30px 0 0 0;
	padding: 0;
	color: rgba(255,255,255,0.8);
    background: rgba(59,164,212,1.00);
}
.fmc-sticky{
	position: fixed;
    z-index: 999;
	top: -30px;
    width: 100%;
}
.fmc-menu li{
	list-style-type: none;
}
.fmc-menu li a{
	text-decoration: none;
	color: rgba(255,255,255,0.8);
	padding: 16px;
	display: block;
}
.fmc-scroll{
	
}

/* Preload sticky*/

#load_screen{
	background-color: rgb(0,0,0);
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
}

#load_screen > #loading{
	position: absolute;
	font-size: 40px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.loader {
    animation: spin 2s linear infinite;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* End Preload */

/*###### breadcrump #######*/

.rex-breadcrumb li {float: left; margin: 0 20px 10px 0;}

.rex-breadcrumb li a {color: rgba(88,88,90,1.00); text-decoration: none}





 