/******************************************************************************/
/*                                                                            */
/*                               Farben                                       */
/*                                                                            */
/******************************************************************************/

body {
	background: #0f70b7;
}

.container {
	background: #ffffff;
	
}

.mobile {
    display: none;
}

/*********************             LINKFARBE              **********************/

a {
	color:#0f70b7;
}



/* Überschriften */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	
	/*float:left;
	width:100%;*/
}


/******************               Button                ************************/

.allgemein {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    padding: 7px 17px;
}



.btn-info {
    background-color: rgba(15, 112, 183, 0.9);
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}


.contact .btn-primary {
   /* background-color: rgba(255, 255, 255, 0.5);
    border-color: #ffffff;
    color: #0f70b7;*/
	border-color: rgba(0, 0, 0, 0.3);
}

.btn-info:hover {
	border-color: rgba(255, 255, 255, 0.7);
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus,
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus
 {
  color: #ffffff;
  background: #0f70b7;
  /*border-color: #fff;*/
  box-shadow: 0px 0px 1px rgba(0,0,0,0.3);

}






.page-header {
	
	border-bottom: 5px solid rgba(15, 112, 183, 0.9);
}









/*****************************     Hover/Focus     ****************************************/




.btn:hover, .btn:focus, .btn.focus, .nav > li > a:hover, .nav > li > a:focus, a:hover, a:focus, .btn-link:hover, .btn-link:focus ,button.allgemein:hover {
	background: rgba(255, 255, 255, 0);
	text-decoration:none;
	color: #ed6e0b;
	
	
}

.navbar .nav > .active > a:hover{
	color: #ed6e0b;
	
}




/* ENDE HOVER FOCUS*/


.brand {
	background-color: rgba(15, 112, 183, 0.9);
	color: #fff;
	text-align:center;
	font-size: 10px;
}



.webadrett img{
	
	height: 20px;
	margin: 5px;
}

.copyright {
	
	
}

/* Rufnummer */

.rufnummer {
    border-bottom: 5px solid #0f70b7;
    color: #0f70b7;
}
.rufnummer p {
    line-height: 21px;
    margin: 0;
    padding: 1px 5px;
    text-align: right;
}

.material-icons {
	vertical-align:middle;
}


/* Heizungsrechner */



.heizungsrecchner a,
a.heizung{
    float:left;
}

.heizungsrecchner img {
    max-width: 710px;
    width: 100%;
}


/************** STARTSEITE ******************/

.modul-box {
    display: flex;
    flex-flow:column;
    width:100%;
}

.modul-link {
    left: 10px;
    position: absolute;
    right: 10px;
    display: flex;
    justify-content: center;
}

.modul-text {
    
    padding-top: 65px;
}

.content-before {
    border: 1px solid;
    background: #ed6e0b;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-left: 0;
    margin-top: 0  ;
}

/* STARTSEITE BEWERBUNG css-button */

.btn {
    font-size:18px;
}

.content-before h3 {
    margin-top: 2px;
    margin-bottom: 15px;
    font-size:32px;
}
.content-before h4 {
    margin-bottom:2px;
}

.content-before a {
    
}

.content-before {
   
}

.content-before .btn:link,
.content-before .btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: absolute;
    white-space: inherit;
    color:#0f70b7;
}

.content-before .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.content-before .btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.content-before .btn-white {
    background-color: #fff;
    color: #777;
}

.content-before .btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.content-before .btn-white::after {
    background-color: #fff;
}

.content-before .btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.content-before .btn-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}




.btn-blue {
    color:#fff;
}

.btn-blue:hover {
    color:#ccc;
}

.content-before .btn2:link,
.content-before .btn2:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    
    white-space: inherit;
    background:#0f70b7;
    
}

.content-before .btn:hover {
    
    
}

/* STARTSEITE BEWERBUNG css-button ENDE */


/*************************** Google Maps *******************************/

.dl-horizontal dd {
    margin-left: auto;
}



/***************** QUICK MENU / quickmenu / Bewirb dich jetzt ******************/
/* >>>>>>>> QUICK MENU <<<<<<<<<<<< */


div#myDropdown_mail {
    border: 3px solid #fff;
}

#quick-menu .dropbtn-btn {
     position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 999;
    border: none;
    box-shadow: none;
    margin: 0 0 3px 0;
    padding: 0;
    background: var(--sekundaerfarbe);
    transition: 0.35s all ease-in;
}

button.dropbtn.icons img {
    width: 71px;
    height: 214px;
}

#quick-menu .dropdownStyle .dropbtn-btn {
    right:529px;
    transition: 1s all ease-in;
    margin-bottom: 3px;
}



#quick-menu .dropbtn {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 999;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    background: var(--sekundaerfarbe);
    transition: 1s all ease-in;
}
#quick-menu .dropbtn:hover, #quick-menu .dropbtn:focus {

    border: none;
    box-shadow: none;
    border-radius: 0;

}



.dropdown-content {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    margin: 0;
    padding: 0;
    border: 0;
    border-left: 55px solid var(--sekundaerfarbe);
    width: 600px;
    position: fixed;
    bottom: 10%;
    top: auto;
    right: -600px;
    transition: 0.35s all ease-in;
    opacity: 1;

}

.dropdown-content.show_new {
    width:603px;
    right:0;
    transition: 1s all ease-in;

}

.dropdown-content span {
    font-size:inherit;
    display: contents;

}

/* Convert form / formular / Kontaktformular */

.convertforms .cf-label .cf-required-label {
    color:var(--weiss);
}

#cf_1 {
    border-width: 0 0 0 71px;
}


/* ENDE quickmenu ENDE */



/********* FOOTER  **********/



footer{
	border-top: 5px solid rgba(15, 112, 183, 0.9);
}

footer ul li {
	float:left;
}