118 lines
1.9 KiB
CSS
118 lines
1.9 KiB
CSS
|
||
a {
|
||
color: #58d062 !important;
|
||
}
|
||
|
||
a:hover {
|
||
color: #575757 !important;
|
||
}
|
||
|
||
.text-primary {
|
||
color: #57d062!important;
|
||
}
|
||
|
||
.cust-nav {
|
||
font-family: Montserrat, sans-serif;
|
||
}
|
||
.con-num {
|
||
text-align: center;
|
||
width: 40px;
|
||
min-height: 40px;
|
||
min-width: 40px;
|
||
-webkit-border-radius: 20px;
|
||
-moz-border-radius: 20px;
|
||
border-radius: 20px;
|
||
background-color: #58d062;
|
||
color: white;
|
||
}
|
||
|
||
.nummerierung {
|
||
color: white;
|
||
font-size: 25px;
|
||
margin-right: auto;
|
||
margin-left: auto;
|
||
}
|
||
|
||
.beschr {
|
||
margin-top: 5px;
|
||
background-color: #f4f4f4;
|
||
height: 30%;
|
||
min-height: 30%;
|
||
/*max-height: 300px;*/
|
||
padding-top: 15px;
|
||
padding-bottom: 15px;
|
||
padding-left: 15px;
|
||
-webkit-border-radius: 20px;
|
||
-moz-border-radius: 20px;
|
||
border-radius: 20px;
|
||
max-width: 500px;
|
||
margin-right: auto;
|
||
margin-left: auto;
|
||
}
|
||
|
||
|
||
.feature-obj {
|
||
max-width: 25%;
|
||
min-width: 200px;
|
||
}
|
||
|
||
.p-enthalten {
|
||
font-size: 19px;
|
||
margin-bottom: 8px;
|
||
margin-top: 8px;
|
||
border-left: 2px solid #58d062;
|
||
padding-left: 5px;
|
||
}
|
||
|
||
.statement {
|
||
font-style: normal !important;
|
||
font-family: 'Roboto Slab', serif !important;
|
||
color: rgb(88,208,98) !important;
|
||
margin-bottom: 0px;
|
||
font-weight: normal;
|
||
}
|
||
|
||
|
||
|
||
.feature-obj {
|
||
max-width: 25%;
|
||
min-width: 300px;
|
||
}
|
||
|
||
.p-enthalten {
|
||
font-size: 19px;
|
||
margin-bottom: 8px;
|
||
margin-top: 8px;
|
||
border-left: 2px solid #58d062;
|
||
padding-left: 5px;
|
||
}
|
||
|
||
.statement {
|
||
font-style: normal !important;
|
||
font-family: 'Roboto Slab', serif !important;
|
||
color: rgb(88,208,98) !important;
|
||
margin-bottom: 0px;
|
||
font-weight: normal;
|
||
}
|
||
|
||
@media only screen and (min-width: 1024px) {
|
||
#header-notebook { display: none;
|
||
display: block;
|
||
}
|
||
}
|
||
.col-prod {
|
||
width: 200px;
|
||
min-width: 200px;
|
||
max-width: 250px;
|
||
margin-bottom: 15px;
|
||
}
|
||
|
||
.div-prod {
|
||
background-color: #f4f4f4;
|
||
padding: 8px;
|
||
-webkit-border-radius: 10px;
|
||
-moz-border-radius: 10px;
|
||
border-radius: 10px;
|
||
margin-left: 0px;
|
||
margin-right: 0px;
|
||
}
|