@charset "UTF-8";
/***!  /templates/amac_1_0/css/user.css?0c6784aade63f90dea730f90c370dc03  !***/

<style type="text/css">

body{
    height: 100vh;
    width: 100%;
    padding:0;
    color: #808080;
}

:root {
  --cassiopeia-color-primary: transparent;
  --cassiopeia-color-hover: transparent;
}

  .container-header {
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    background-image: url(https://amac-chemnitz.de/images/AMAC/amac_back_gruen.jpg);
    background-attachment:fixed;
    }

/*Menue*/

  .mod-menu {
     background-color: transparent;
     padding: 0;
}
a.amacmenu:{color:#50A850;}
a.amacmenu:link {color:#197A19;}
a.amacmenu:visited {color:#50A850;}
a.amacmenu:hover {color: #197A19;}

.level-2{
  background-color:#f0f5f5;
}

.level-3{
  background-color:#e6ffe6;
  color:#50a850;
}

#content {
	color:black;  
}
   
.container-fluid{
    padding-bottom: 2.5em;
}

div[itemprop="blogPost"] {
   /*border-style: solid;
   border-width: 1px;
   border-color: #50A850;*/
   background: #ffffff !important;
   color: black;
   border-radius: 0.3em;
   opacity: 90%;
   font-size: 75%;
 
  .h2{
    color:#50A850 !important;
  }
}

/*Seitenklasse für Unternehmensprofil*/
.blogprofil div{
    top: 15.5vh;
  	min-height: 60vh;
}

/*Klasse für das Produktspektrum*/
.blogprodukte div{
    top: 15.5vh;
  	min-height: 60vh;
}

/*Klasse für die Produktübersicht*/
.blogproduktkategorie div{
    background: #808080;
    min-height: 35vh;
  	margin-bottom:2%;
    font-size: 75%;
}

/*Klasse für Stellenmarkt*/
div.jobs{
 	padding:0px; 
 	margin:0px;
	}

/*rechte Sidebar*/
div.sidebar-right{
   border-style: solid;
   border-width: 1px;
   border-color: #50A850;
   background: #ffffff !important;
   color: black;
   border-radius: 0.3em;
   padding: 5px;
   margin: 5px ;
   position: fixed;
   top: 25vh;
   right: 20px;
   width: 20%; 
}

.well{
  background: white !important;
  margin: 0px ;
  }

div.newslayout{
  margin:0px !important;
  bottom: 10vh;
  }
h3.card-header{font-size:14pt}

footer p{
	color:#50A850;
	background-image: url(https://amac-chemnitz.de/images/AMAC/amac_back_gruen.jpg);
    position: fixed;
    left: 0px;
    bottom: -15px;
    width: 100%;
    line-height: 2.5em;
}


