/* ============ LLM IP Custom CSS =================== */
/*
grün aus Logo: #cdcd0d
grau aus Logo: #cdcdb9  rgb()
dunkelgrau aus Logo: #a8a896  rgb()
*/

/* ================================= Fonts ========================= */

/* Montserrat */
@font-face { font-family: 'Montserrat';
             src: url('../fonts/Montserrat-Regular.ttf'); 
			 }

/* PT Sans EM */
@font-face { font-family: 'ptsansem';
             src: url('../fonts/PTSans-BoldItalic.ttf'); 
			 }

/* ================================= Fonts ========================= */

/* Montserrat */
/* montserrat-regular - latin */
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/* PT Sans EM */
@font-face { font-family: 'ptsansem';
             src: url('../fonts/PTSans-BoldItalic.ttf'); 
			 }




/* Font Family Body */
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #434345;
    text-align: left;
    background-color: #191919;
}

/* p Montserrat */
p {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #545454;
}

/* h2 unter 390 px */
@media only screen and (max-width: 390px) {
    p {
	font-size: 16px;
}}

/* List */
li {
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #545454;
}


/* h1 > 570 px */
h1, .h1 {
    margin-top: 26px;
    margin-bottom: 21px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
}

/* h1 unter 570 px */
@media only screen and (max-width: 570px) {
h1, .h1 {
    margin-top: 26px;
    margin-bottom: 21px;
    font-size: 26px;
    line-height: 1.1;
}}


/* h2 unter 570 px */
@media only screen and (max-width: 570px) {
h2, .h2 {
    font-size: 26px;
}}


/* h2 unter 390 px */
@media only screen and (max-width: 390px) {
h2, .h2 {
    font-size: 22px;
}}


/* H2 nur auf der Teamseite */
h2.teamH2 {
    margin-bottom: 21px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
}

/* h2 Team unter 570 px */
@media only screen and (max-width: 570px) {
h2.teamH2 {    
    margin-bottom: 21px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}}
    
    

/* headline Montserrat h2 */
h2.headline  {
    margin: 0;
    padding: 0px;
    line-height: 1.1;
    font-weight: normal;
    font-size: 1.5em;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
    font-style: italic;
}



/* h3 headline Pad und Mobile kleiner */
@media only screen and (max-width: 892px) {
h3.headline  {
    margin: 0;
    padding: 0px;
    line-height: 1;
    font-weight: normal;
    font-size: 2.5em;
    font-family: 'Montserrat', sans-serif;
}
}


/* h3 ptsansem desktop first para home  */
h3.ptsansem {

    line-height: 1.35;
    font-size: 1.8em;
    font-family: 'ptsansem';
}


@media (max-width: 900px) {
h3.ptsansem {
    line-height: 1.3;
    font-size: 1.4em;
    font-family: 'ptsansem';
}
}



/* h4  */
h4 {
    margin: 0;
    padding: 0px;
    line-height: 1.25;
    font-size: 1.7em;
    font-weight: 700;    
    font-family: 'ptsansem';
    text-transform: uppercase;   
}

@media (max-width: 900px) {
h4 {
    margin: 0;
    padding: 0px;
    line-height: 1.25;
    font-size: 1.5em;
    font-weight: 700;    
    font-family: 'ptsansem';
    text-transform: uppercase;
}
}




/* Text .big in grünem kasten HOME etwas kleiner */
@media (min-width: 1200px) {
h2 .big, .h2 .big {
    font-size: 100%;
    line-height: 1.2;
}
}



/* ======================== Colors ===================== */
.greenCol {
    color: #cdcd0d;
}

.whiteCol {
    color: #ffffff;
}

/* Numbers Fachbereiche */
.page .text-picton-blue {
    color: #cdcd0d!important;
}


/* ================== Navbar ================*/

/* Do not show cross on mobile on right hand side of navbar*/
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle {
    position: fixed;
    z-index: 17;
    top: 4px;
    right: 4px;
    background: none;
    border: none;
    outline: none;
    display: none;
}



/* ========================== Logo ======================*/
/* less space from logo to top */
@media (min-width: 480px) {
.rd-navbar-default.rd-navbar-fixed .rd-navbar-brand, .rd-navbar-floated.rd-navbar-fixed .rd-navbar-brand, .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-brand, .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-brand {
    display: block;
    position: fixed;
    top:  7px;
    left: 50%;
    width: auto;
    }}

/* less space from logo to top PLUS --> Show logo under 480 on small mobiles */
@media (max-width: 479px) {
.rd-navbar-default.rd-navbar-fixed .rd-navbar-brand, .rd-navbar-floated.rd-navbar-fixed .rd-navbar-brand, .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-brand, .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-brand {
    display: block;
    position: fixed;
    top:  3px;
    left: 30%;
    width: auto;
    }}


/* Logo do not display under 1200 pix */
@media (min-width: 1200px) {
.hidden {
    display: none;
}
}


/* Logo do not display under 1200 pix */
@media (max-width: 1199px) {
.hiddenMobile {
    display: none !important;
}
}



/* =============================== MENU ================================ */
.rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav li.active a, .rd-navbar-sidebar-fixed.rd-navbar-light .rd-navbar-nav li:hover a {
    background: transparent;
    color: #cdcd0d;
}

.rd-navbar-top-panel.rd-navbar-static .rd-navbar-inner {
    transition: .3s all ease;
    position: relative;
    text-align: left;
    padding: 14px 0 23px;
}

/* ==== Button Slider Color ===== */
.btn-anis-effect.btn-primary:before, .btn-anis-effect.btn-primary:after {
    background: #cdcd0d;
    background-color: #cdcd0d;
}

.btn-anis-effect.btn-primary:hover {
    color: #ffffff;
    border-color: #cdcd0d;
    background: #cdcd0d;
}



/* Scroll Button Bottom */
a#ui-to-top.icon.icon-xs.icon-circle.icon-darker-filled.mdi.mdi-chevron-up.active:hover {
    background-color: #cdcd0d;
}


/* Text Color Primary */
.page .text-primary {
    font-family: 'amatic';
    font-size: 2em;
    color: #8da924 !important;
}


/* ============================ Padding ========================= */


.morePadBot-100 {
    padding-bottom: 100px;
}

.morePadBotTop {
    padding-bottom: 45px;
    padding-top: 25px;
}



/* ==================== Home ======================= */
p.padBot {
    padding-bottom: 70px;
}

/* para */
h4.padBot {
    padding-bottom: 50px;
}

.section-80-60 {
    padding-top: 80px;
    padding-bottom: 60px;
}

/* padding paralax */
.section-homePara {
    padding-top: 60px;
    padding-bottom: 105px;
}



/* =========================== padding section 80 ===================== */
.section-80 {
    padding-top: 90px;
    padding-bottom: 60px;
}


/* ============================ Team ====================== */
/* Team Section weniger padding top */
@media (min-width: 480px) {
.section-sm-110 {
    padding-top: 0px;
}}


/* First Section on Team Site no padding bot */
@media (min-width: 480px) {
.section-sm-bottom-team {
    padding-bottom: 0px;
    }}



    


/* ===================== a =========================*/

/* a */
a.fooTer {
    color: #cdcd0d;
}


/* unvisited link */
a:link {
  color: #cdcd0d;
}

/* visited link */
a:visited {
  color: #cdcd0d;
}

/* mouse over link */
a:hover {
  color: #a8a896;
}

/* selected link 
a:active {
  color:  #cdcdb9;
}
*/


a:link, a:visited, a:hover, a:active {
  text-decoration: none !important;
}

/* h6 hover footer */
h6 a:hover {
    color: #a8a896;
}





/* ================= Menü auf der Seite LINKS ======================== */

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li a, .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-nav li a, .rd-navbar-sidebar-fixed .rd-navbar-nav li a, .rd-navbar-floated.rd-navbar-fixed .rd-navbar-nav li a, .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-nav li a, .rd-navbar-logo-center.rd-navbar-fixed .rd-navbar-nav li a, .rd-navbar-default.rd-navbar-fixed .responsive-tabs .resp-accordion, .rd-navbar-sidebar-toggle.rd-navbar-fixed .responsive-tabs .resp-accordion, .rd-navbar-sidebar-fixed .responsive-tabs .resp-accordion, .rd-navbar-floated.rd-navbar-fixed .responsive-tabs .resp-accordion, .rd-navbar-top-panel.rd-navbar-fixed .responsive-tabs .resp-accordion, .rd-navbar-logo-center.rd-navbar-fixed .responsive-tabs .resp-accordion, .rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-floated.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-default.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-floated.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-logo-center.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-default.rd-navbar-static .rd-navbar-megamenu li > a, .rd-navbar-floated.rd-navbar-static .rd-navbar-megamenu li > a, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-megamenu li > a, .rd-navbar-logo-center.rd-navbar-static .rd-navbar-megamenu li > a, .rd-navbar-static.rd-navbar-logo-center .rd-navbar-nav > li > a {
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-floated.rd-navbar-static .rd-navbar-nav > li > a, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a {
	letter-spacing: 0.02em;
}





/* ================= Paralax Slider Max Height ============================ */
.rev_slider_wrapper, .rev_slider, .tp-fullwidth-forcer, .rev_slider .tp-bgimg.defaultimg {
    max-height: 600px !important;
}

/* Slider Max Height on Mobile */
@media only screen and (max-width: 892px) {
.rev_slider_wrapper, .rev_slider, .tp-fullwidth-forcer, .rev_slider .tp-bgimg.defaultimg {
    max-height: 400px !important;
    }}
    

/* ========= Navbar top wider version before scrolling down */
.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-inner, .rd-navbar-default.rd-navbar-dark.rd-navbar-static .rd-navbar-inner {
    padding: 25px 85px 10px 85px;
}



/* ========== Navbar less pad top bot when scrolling page down */
.rd-navbar-default.rd-navbar-light.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner, .rd-navbar-default.rd-navbar-dark.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner {
    padding-top: 8px;
    padding-bottom: 1px;
}
   
    
/* ====================== Footer ======================== */
    
/* less margin unter impressum / datenschutz */
html .grid-group-md {
	margin-top: 0;
	margin-bottom: -60px !important;
}
    
.bg-fThree {
	background-color: #f3f3f3 !important;
}


/* ===================================== Slider ========================= -->
/* ARROWS paralax slider Unternehmen dont show */
.uranus.tparrows {
    display: none;
}
    

/* p */
p.sliderP {
    color: #ffffff;
    line-height: 1.25;
    font-size: 40px;
    font-weight: 700;
}


@media (max-width: 992px) {
p.sliderP {
    color: #ffffff;
    line-height: 1.25;
    font-size: 28px;
}}

@media (max-width: 425px) {
p.sliderP {
    color: #ffffff;
    line-height: 1.25;
    font-size: 22px;
}}


/* h1 */
h1.sliderH {
    color: #ffffff;
    line-height: 1.25;
    font-size: 40px;
    font-weight: 700;
}


@media (max-width: 992px) {
h1.sliderH {
    color: #ffffff;
    line-height: 1.25;
    font-size: 28px;
}}

@media (max-width: 425px) {
h1.sliderH {
    color: #ffffff;
    line-height: 1.25;
    font-size: 22px;
}}


    
/* hide bullet in slider */
.uranus .tp-bullet.selected, .uranus .tp-bullet:hover {
    display: none;
}
    
/* Balken Gradient unter slider */
.bg-blue-gray-tilt {
	background: -moz-linear-gradient(45deg, #003664 0%, #587899 100%);
	background: -webkit-linear-gradient(45deg, #003664 0%, #587899 100%);
	background: -o-linear-gradient(45deg, #003664 0%, #587899 100%);
	background: -ms-linear-gradient(45deg, #003664 0%, #587899 100%);
	background: linear-gradient(45deg, #003664 0%, #587899 100%);
}
    
    
/* Button Color Slider Home */
.btn-anis-effect.btn-primary {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.15);
}
    

/* ==== hr divider color =====*/
.bg-mantis {
    background-color: #cdcd0d !important;
    background: #cdcd0d !important;
}

/* hr mantis pull left till 280 px */
@media (min-width: 280px) {
.hr-sm-left-0 {
    margin-left: 0;
}}    
 
    


/* ======================= Team ====================== */

/* divider less pad bot */
.divider.tEam {
    margin-bottom: 5px;
}

/* section pad top and bot */
.section.teamPad {
    padding-top: 50px;
    padding-bottom: 30px;
}






